@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic');

/* Defaults */
body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 18px;
}

ul, ol {
    font-size: 18px;
}

/* Buttons */
.btn {
    background: none;
    margin: 15px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn.btn-default {
    border: 1px solid #97b164;
}
.btn.btn-default:hover {
    color: #fff;
    background-color: #97b164;
    border: 1px solid #777;
}

/* Bootstrap navbar */
.navbar {
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    animation-name: fade-in;
    animation-duration: .2s;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-nav li:hover {
    border-top: 3px solid #97b164;
    margin-top: -3px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.nav-pills > li > a {
    padding: 2px 15px;
}

ul.nav.navbar-nav li {
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.04);
}

ul.nav.navbar-nav li a {
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #777;
    text-transform: uppercase;
    padding: 15px 20px;
}

ul.nav.navbar-nav li a i{
    font-size: 12px;
    margin-right: 5px;
}

@media (min-width: 1000px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


.dropdown-menu > li > a {
    padding: 10px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #f5f5f5;
}
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* Header */
.header-top {
    background: #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.header-logo {
    text-align: center;
    margin: 30px auto;
}

@media only screen and (max-width: 215px) {
    .header-logo-image {
        height: 50px;
        background-size: cover;
    }
}

.header-navbar {
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.zoomLens {
    border-color: #97b164 !important;
    background: #000;
}

/* Footer */
footer {
    background-color: #8C9872;
    color: #fff;
    padding: 20px;
    margin-top: 50px;
}

footer>.container p{
    font-size: 14px;
    margin: 0;
}

footer p>a, footer p>a:hover, footer p>a:visited{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

footer p>a:hover {
    color: #eee;
}

/* Owl carousel */
.owl-carousel.navigation-outside .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    background: #97b164;
    color: #fff;
}

.owl-carousel.navigation-outside .owl-nav>.owl-prev{
    float: left;
    margin: auto 5px;
    background: #97b164;
}
.owl-carousel.navigation-outside .owl-nav>.owl-next{
    float: left;
    margin: auto 5px;
    background: #97b164;
}


/* Section title */
section .title{
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
    background: url(../images/background/title.png) repeat no-repeat center;
}
section .title h4 {
    text-align: left;
    display: block;
    padding-right: 10px;
    float: left;
    position: static;
    font-weight: 700;
    max-width: 100%;
    background: #fff;
}

section .title .glyphicon {
    color: #97b164;
    font-weight: 300;
    margin-right: 10px;
}

/* Section products */
section#products .product-carousel-item img {
    transform: scale(0.9);
    transition: all 0.2s;
}

section#products .product-carousel-item:hover img {
    transform: scale(1);
}

section#products .product-carousel-item p {
    color: #0f0f0f;
}

section#products .product-carousel-item:hover {
    text-decoration: none;
}

/* Section innovation*/
section#innovation {
    padding: 5%;
}

section#innovation img.elevate-zoom {
    max-width: 100%;
}

.btn  {
    white-space: normal;
}

/* Section licences*/
.licence-item {
    transform: scale(0.9);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}

.licence-item:hover{
    filter: none;
    transform: scale(1)
}

/* Section tech */
section#tech {

}

section#tech .tech-item{
    text-align: center;
}

section#tech .tech-item img{
    max-width: 100%;
}

section#tech .tech-item h4{
    color: #97b164;
}

section#tech .tech-item p{
    font-weight: 700;
}

/* Section information */
section#information {

}

section#information .info-item h4{
    font-size: 16px;
    color: #97b164;
    font-weight: 700;
    text-align: center;
}

section#information .info-item p{
    font-size: 14px;
    text-align: justify;
}


section#information ol {
    text-align: justify;
    list-style: none;
    padding: 0;
}
section#information ol li {
    counter-increment: item;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
section#information ol li:before {
    padding: 5px 10px;
    margin-right: 10px;
    content: counter(item);
    background: #97b164;
    color: #fff;
    text-align: center;
    display: inline-block;
}
/* Animations */
@keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}

#breadcrumb {
    background-color: #f5f5f5;
    margin-left: 0;
    margin-right: 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    font-size: 14px;
}

.breadcrumb .breadcrumb-item a{
    color: inherit;
}

.breadcrumb .breadcrumb-item a:hover{
    color: #97b164;
}

.mini-header {
    background-color: #f5f5f5;
}

.mini-header h1{
    margin: 20px 0 30px 0;
}

#contacts ul {
    -webkit-padding-start: 0;
}

#contacts ul li {
    list-style: none;
    margin-bottom: 10px;
}

#contacts ul li i.glyphicon{
    color: #97b164;
    margin-right: 10px;

}

.news-item {
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.news .news-title h2{
    padding: 10px;
    border-bottom: 1px dotted #97b164;
}

.news .news-title .news-date:before {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e109";
    color: #97b164;
    margin-right: 5px;
}

.news .news-image img{
    margin: 10px auto;
    max-width: 480px;
}

.article {

}

.article img {
    margin: 20px auto;
    display: block;
}

.article-gallery .article-gallery-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    opacity: 0.5;
    transition: all 0.6s;
    border: 10px solid #fff;
}
.article-gallery .article-gallery-item:hover {
    opacity: 1;
}

/* Contacts */

.form-horizontal .form-group {
    margin: 0;
}

/*Gallery*/
.thumb {
    background-position: center;
    background-image: url(../../assets/images/gallery/search-icon.png);
    background-repeat: no-repeat;
    background-size: 40%;
}
.standart-height {
    height: 75px;
    text-align: center;
    padding-top: 5%;
}

.thumb:hover img {
    opacity: 0.5;
}

.thumbnail:hover {
    background: none;
}

.thumb img {
    transition: 600ms;
}

.gallery {
    margin-top: 5%;
}

/*Certificates*/
.table-certificates-style {
    padding: 30px 10%;
    width: auto;
}

.table {
    width: auto;
    border: 1px solid #DDDDDD;
}

.style-on-hover > td:first-child {
    width: 105px;
}

.style-on-hover > td {
    border: 1px solid #DDDDDD;
}

.style-on-hover:hover {
    background-color: #dee2d2 !important;
}

.list-of-certificates, .certificate-link {
    color: #97b164;
}

.certificate-link:hover {
    color: #97b164;
}

/* Section instructions */
section#instructions {

}

section#instructions .instructions-item{
    text-align: center;
    margin-bottom: 5%;
}

section#instructions .instructions-item img{
     max-width: 100%;
}

@media (max-width: 991px) {
    section#instructions .instructions-item img{
       width: 100%;
    }
}

section#instructions .instructions-item h4{
    color: #97b164;
}

/* Preloader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
}

.preloader img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.product-item {
    margin: 10px;
    border: 1px solid #97b164;
}

.product-item img {
    transform: scale(0.9);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.product-item:hover img {
    transform: scale(1);
}

.product-item p{
    color: #0f0f0f;
    height: 100px;
}