/* *** CSS RESET *** */

:focus {outline: 0}
a {
    outline: none; 
    text-decoration: none;
    color: #7ca700;
}
a:hover {
    color: #7cc700;
}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    max-width: 100% !important;
    z-index: 1;
}
.bx-wrapper li img {
    max-width: calc(100%);
}


iframe {
    border: none;
}

input, textarea, button {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

p {
    margin-bottom: 25px;
}

h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

ul {
    margin-bottom: 25px;
    padding-left: 16px;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    background: #fff;
    line-height: 1.5;
    min-width: 302px;
}

.wrapper {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, .header-box, header, .main-menu {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** HEADER *** */

header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 132px;
    background: url('../img/bg-1.jpg') bottom center no-repeat;    
}

.header-box {
    float: left;
    width: 100%;
    padding: 7px 0;
}

header .logo {
    float: left;
    margin-left: 50px;    
}

header .logo img {
    float: left;
    width: 254px;
}

.body-active .logo img {
    width: 154px;
}

.body-active header {
    height: 87px;    
}

.body-active .main-menu {
    margin-top: 15px;
}

.main-menu {
    float: right;
    margin-top: 37px;
    text-transform: uppercase;
}

.main-menu > ul > li {
    position: relative;
    float: none;
    margin: 0 13px;
    display: inline-block;
    list-style: none;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    padding: 10px;
    text-shadow: 1px 1px #000;
    font-size: 18px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #4b8c01;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    padding: 0;
    text-align: center;
    list-style: none; 
    width: 200px;
    background: #4b8c01; 
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 15px 8px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: #7ba700;
    color: #fff; 
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** BANNER *** */

.banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
    position: relative;
    float: left;
    width: 100%;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .bx-controls-direction {
    display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .wrapper {
    height: 100%;
}

.banner .description {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

.banner .description h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
}

.banner .description .table-cell {
    height: 570px;
    padding-top: 124px;
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: 40px;
    width: 30px;
    height: 56px;
    z-index: 1000;
}

.banner .prev-box {
    left: 50%;
    margin-left: -585px;
}

.banner .next-box {
    right: 50%;
    margin-right: -585px;   
}

.banner .wrapper {
    height: 100%;
}

.banner .table-cell {
    width: 2000px;
}

.banner .bx-prev, .banner .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.banner .bx-prev {
    background: url('../img/icons/img01.png');   
}

.banner .bx-next {
    background: url('../img/icons/img02.png');  
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.banner .bx-controls {
    width: auto;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    display: none;
    right: 50%;
    margin-right: -585px;     
    text-align: center;
}

.banner .bx-pager {
    float: none;
    display: inline-block;
    padding: 9px 0 0 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin: 0 5px;
}

.banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    margin: 0;
    width: 15px;
    height: 15px;
    background: #ffed00;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    width: 23px;
    height: 23px;
    margin: -4px;
    background: #000;
    border: 7px solid #ffed00;
}

.btn-1 {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    height: 63px;
    padding: 0 34px;
    line-height: 64px;
    background: #ffed00;
    color: #000;
}

.btn-1:hover {
    background: #000;
    color: #ffed00;
}

.banner .btn-1 {
    right: -34px;
    bottom: -34px;
    position: absolute;
}

.content-box-1 {
    text-align: center;
    background: #f7f7f7;
    padding: 35px 0 0 0;
}

.content-box-2 {
    padding-top: 65px;
    margin-top: 120px;
}

.title {
    text-align: center;
}

.title h2 {
    padding-bottom: 35px;
    margin: 0;
    margin-bottom: 35px;
    background: url(../img/icons/img03.png) center bottom no-repeat; 
    color: #4b8c01;
    font-size: 36px;
    font-weight: 300;
}

.box:before {
    width: 42px;
    height: 42px;
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -21px;
    display: block;
    background: url(../img/icons/img08.png) no-repeat; 
}

.box {
    position: relative;
    height: 253px;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    line-height: normal;
    background-size: 100% 100% !important;
    margin-bottom: -120px;    
}

.box:hover {
    color: #fff;
    opacity: 0.9;
}

.box .line {
    width: 83px;
    height: 2px;
    background: #fff;
    margin: 35px auto 32px auto;
    
}

.box span {
    display: block;
}

.box-a {
    background: url(../img/bg-3.jpg) center bottom no-repeat;     
}

.box-b {
    background: url(../img/bg-4.jpg) center bottom no-repeat;     
}

.box-c {
    background: url(../img/bg-5.jpg) center bottom no-repeat;     
}

.box-d {
    background: url(../img/bg-6.jpg) center bottom no-repeat;     
}

.bottom-box {
    float: left;
    width: 100%;
    background: #f7f7f7;
}

.b-box {
    float: left;
    height: 121px;
    width: 100%;
    background: #f4f4f4 url(../img/bg-2.jpg) top center no-repeat; 
}

.b-box .txt-1 {
    width: 70%;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 300;
    padding: 0 15px;
    padding-top: 45px;
    color: #fff;
}

.b-box .txt-2 {
    overflow: auto;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 36px 15px;    
    font-weight: bold;
}

.b-box .txt-2 a {
    color: #000;
}

.b-box .txt-2 a:hover {
    color: #4b8c01;
}

.boxes-1 {
    float: left;
    width: 100%;
}

.box-1 {
    float: left;
    width: 100%;
}

.box-1 img:hover {
    color: #fff;
    opacity: 0.9;
}

.box-1 .description {
    background: #f7f7f7;
    text-align: center;
    padding: 30px 85px;
    height: 252px;
    color: #767676;
    font-size: 14px;
}

.box-1 h3 {
    color: #75a63f;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin-top: 5px;
    /* height: 65px; */		margin-bottom: 10px;
}

.box-1 h3 a {
    color: #75a63f;
}

.bottom-box span {
    margin: 0 17px;
}

.partners-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.partners-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.partners-box ul li {
    margin: 10px 42px;
    display: inline-block;
    vertical-align: middle;
}

.partners-box img:hover {
    opacity: 0.9;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    text-align: center;
    color: #726264;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0;
}

footer a {
    color: #7f7f7f;
}

footer a:hover {
    color: #000;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 9px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #000;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid #000;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #000;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 14px 15px;
}

.menu-rsp nav a:hover {
    background-color: #96ca04;
    color: #fff;
}

.menu-rsp > nav > ul:first-child > li:last-child {
    display: none;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    background: #e3e3e3;
    color: #fff;
}

.menu-rsp nav ul ul ul {
    background: #f6f6f6;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

.content-box-4 .frame-box {
    margin-top: 60px;
}

.blog-box{
	margin-top: 0;
}

.pagination li a{	color: #7cc700;}.pagination li.active a, .pagination li.active a:hover{	background-color: #7cc700;	border-color: #7cc700;}
/* *** RWD *** */

@media only screen and (max-width: 1170px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    header .logo {
        margin-left: 0;
    }
    .main-menu > ul > li {
        margin: 0;
    }
    .banner .prev-box {
        left: 15px;
        margin-left: 0;
    }
    .banner .next-box {
        right: 15px;
        margin-right: 0;
    }
    .banner .description {
        padding: 0 50px;
    }
    .box-1 .description {
        padding: 30px 15px;
    }
    .b-box .txt-1 {
        font-size: 20px;
        padding-top: 48px;
    }
}

@media only screen and (max-width: 993px) {
    .main-menu ul li:hover ul {
        display: none;
    }
    .main-menu ul > li.li-submenu > a {
        padding-right: 50px !important;
    }
    .menu-rsp ul > li > a .btn-slide-down {
        line-height: 55px;
    }
    .btn-slide-down {
        display: block !important;
    }
}

@media only screen and (min-width: 993px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 993px) {
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 70px;
    }
    header {
        position: relative;
    }
    .logo {
        display: none;
    }
    .header-box {
        padding: 10px 0;
    }
    .phone {
        padding-right: 15px;
        margin-right: 15px;
    }
    header {
        display: none;
    }
    .banner .description .table-cell {
        padding-top: 0;
        height: 400px;
    }
    .banner ul li {
        height: 400px;
    }
    .banner .prev-box, .banner .next-box {
        margin-top: -28px;
    }
    .b-box {
        height: auto;
    }
    .b-box .txt-1 {
        width: 100%;
        height: auto;
        background: #8ab21b;
        padding: 15px 15px 13px 15px;
    }
    .b-box .txt-2 {
        width: 100%;
        height: auto;
        padding: 15px 15px 13px 15px;
        background: #c7d200;
    }
}

@media only screen and (max-width: 767px) {
    .banner ul li, .banner .description .table-cell {
        height: 300px;
    }
    .banner .description h3 {
        font-size: 30px;
        line-height: normal;
    }
    .title h2 {
        font-size: 25px;
    }
    .box {
        margin: 0 0 30px 0;
    }
    .content-box-2 {
        margin-top: 0;
        padding-top: 35px;
    }
    .box-1 figure img {
        width: 100%;
    }
    .box-1 .description {
        padding: 15px;
        height: auto;
    }
    .box-1 h3 {
        height: auto;
        margin-bottom: 5px;
    }
    .bottom-box span {
        width: 100%;
        margin: 5px 0;
        display: block;
    }
}

 #partners-slider li {
    margin:0px;
    float:none !important;
}
.slide-partner {
    text-align: center;
    height: 120px;
    vertical-align: middle;
}
#partners-slider li a img {
    max-height: 100px;
    margin-right: 20px;
}
.bx-wrapper img {
    max-width: 100%;
    display: initial;
}

.bx-viewport {
    min-height: 125px;
}

#partners-slider .frame {
    height: 25px;      /* equals max image height */
    width: 160px;
    white-space: nowrap;
    
    text-align: center; margin: 1em 0;
}

#partners-slider .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#partners-slider img {
    vertical-align: middle;
    max-height: 25px;
    max-width: 160px;
}

.breadcrumb {
    margin-top: 15px;
    background-color: transparent;
    color: #666;
}

.products h3 {
	font-size: 17px;
    margin-bottom: 24px;
    font-size: 16px;
}

.product {
	font-size: 17px;
    margin-bottom: 30px;

}

.btn-primary {
    background-color: #8f6f3c;
    border: none;
    border-radius: 0px;
}
.btn-primary:hover {
    background-color: #8fA13c;
}