/* +++ SITE MAIN +++ */
body {
    background-color: #fff;
    color: #666666;
}
/* h1{
    font-size: 20px;
    color: #404040;s
    font-weight: 600;
    text-transform: uppercase;
} */
h2{ 
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}
.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}
.page-text p {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;

}
.entry-content ul {
    list-style: inside;
}
.site-content {margin-bottom: 20px;}
.site-header {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #dddddd;
}

.site-header .site-header-main {
    height: 0px;
    border: none;
    border-bottom: 1px solid #dddddd;
}

.site-header.site-header-js-collapsed .site-header-main {
    border: none;
}

.site-header.site-header-js-collapsed {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.site-footer {
    background-color: #F7F7F7;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.site-footer > .site-footer-main {
    float: none;
    padding: 5px 0px;
}

/* .site-footer > .site-footer-bottommost {
    float: none;
    width: 100%;
    padding: 20px 0px;
    background-color: #43474d;
} */

.site-footer > .site-footer-main > .column {
    margin-bottom: 10px;
}

.content-main .entry-content {
    margin: 0px;
}

.site-header-nav > .nav-menu {
    width: 98%;
    float: left;
}

.site-header-nav > .nav-menu-after {
    width: 0%;
    float: right;
}

a {
    color: #95b64e;
    text-decoration: none;
}

a:hover, a:focus {
    color: #95b64e;
    text-decoration: underline;
}
/* +++ /SITE MAIN +++ */

/* +++ HEADER +++ */
/* header - collapsable logo */
.site-header-nav > .nav-menu > .wrap {
    display: block;
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
}

.site-header-nav > .nav-menu > .nav-logo {
    display: block;
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
}

.site-header-nav > .nav-menu > .nav-logo #nav-logo {
    display: none;
    text-decoration: none;
    overflow: hidden;
    height: 40px;
    width: 0px;
    margin: 0px;
    padding: 2px 0px;
}

.site-header.site-header-js-expanded .site-header-nav > .nav-menu > .nav-logo  #nav-logo {
    display: block;
    width: 0px;
}

.site-header.site-header-js-collapsed .site-header-nav > .nav-menu > .nav-logo  #nav-logo {
    display: block;
    width: 194px;
}

.site-header-nav > .nav-menu > .nav-logo #nav-logo > img {
    display: block;
    height: 100%;
}

@media (min-width: 768px) {
    .site-header-nav > .nav-menu > .nav-logo {
        float: left;
    }
}
/* /header - collapsable logo */

/* header - main menu */
.site-header-nav > .nav-menu .menu-toggle {
    height: 40px;
    width: 36px;
    padding: 3px;
    margin: 2px 10px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

.site-header-nav > .nav-menu ul.menu {
    margin: 0px;
    padding: 2px 0px;
    background-color: #fff;
}

.site-header-nav > .nav-menu ul.menu > li {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.site-header-nav > .nav-menu ul.menu > li > a {
    height: 100%;
    line-height: 20px;
    margin: 0px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #656565;
}

.site-header-nav > .nav-menu ul.menu > li > a::after {
    content: "";
    display: none;
    position: relative;
    width: 0%;
    height: 2px;
    background-color: #95b64e;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.site-header-nav > .nav-menu ul.menu > li.current-menu-item a,
.site-header-nav > .nav-menu ul.menu > li.current_page_parent a,
.site-header-nav > .nav-menu ul.menu > li:hover a {
    color: #000;
}

.site-header-nav > .nav-menu ul.menu > li.current-menu-item > a::after,
.site-header-nav > .nav-menu ul.menu > li.current_page_parent > a::after,
.site-header-nav > .nav-menu ul.menu > li:hover > a::after {
    width: 100%;
    opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
    .site-header-nav > .nav-menu ul.menu > li {
        width: 1%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}
@media (min-width: 992px) {
    .site-header-nav > .nav-menu ul.menu {
        height: 40px;
    }

    .site-header-nav > .nav-menu ul.menu > li {
        height: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .site-header-nav > .nav-menu ul.menu > li > a {
        padding: 8px 6px;
    }
    
    .site-header-nav > .nav-menu ul.menu > li > a::after {
        display: block;
    }
}

@media (min-width: 1200px) {
    .site-header-nav > .nav-menu ul.menu > li > a {
        font-size: 14px;
        padding: 8px 16px;
    }
}
/* /header - main menu */

/* header - language selector */
.nav-menu-after .language-chooser {
    display: block;
    position: relative;
    float: right;
    margin: 0px;
    padding: 0px;
}

.nav-menu-after .language-chooser li {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/* /header - language selector */

/* header - header info */
.header { 
  text-align: left;
}

@media (max-width: 768px){
    .header{ text-align: center;}
}

.main-logo {
  width: 100%;
  max-width: 182px;
}
.header {
  padding: 20px 0;
  color: #777777;
}
.header i {
  color: #95b64e;
  font-size: 18px;
  margin: 0 2px;
}
.header a {
  color: #777777;
}
.header a:hover {
  color: #95b64e;
}
.header-phone {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
.header-email {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
.header-email .contact-email {
    float: left;
}
.header-adress {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
.second-logo {
  width: 100%;
  max-width: 300px;
}
/* /header - header info */
/* +++ /HEADER +++ */

/* buttons */
.link-to-button-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 50px;
}
/*
.link-to-button {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 150px;
    height: 40px;
    padding: 5px 10px;
    line-height: 30px;
    margin: 5px 5px;
    background-color: #95b64e;
    border: none;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 4px 0 #0085bb;
    transition: all 0.1s ease-in-out;
}

.link-to-button:hover, .link-to-button:focus {
    box-shadow: 0 2px 0 #0085bb;
    margin-top: 7px;
    margin-bottom: 3px;
    text-decoration: none;
    color: #fff;
}*/
.block-button-center{
    display: block;
    text-align: center;
}

/* /buttons */

/* +++ FOOTER +++ */
/* footer - general */
.site-footer-main div {
    text-align: center;
    color: #909090;
}

.site-footer-main div.column > div {
    margin-top: 20px;
}

.site-footer-main a {
    color: #909090;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.site-footer-main a:hover {
    color: #95b64e;
    text-decoration: none
}

.site-footer-main h3 {
    padding: 5px;
    margin: 5px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

@media(min-width: 768px) {
    .site-footer div {
        text-align: left;
    }
}
/* /footer - general */

/* footer - contacts */
.site-footer-main .contacts {
    display: block;
    position: relative;
    width: 100%;
}

.site-footer-main .contacts .logo {
    display: block;
    position: relative;
    max-width: 200px;
    padding: 5px;
    margin: 10px 0px 20px 0px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 768px) {
    .site-footer-main .contacts .logo {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.site-footer-main .contacts .logo > img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.site-footer-main .contacts .line {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 5px;
    margin: 0px;
}

.site-footer-main .contacts .line i {
    margin: 0px 5px 0px 0px;
    font-size: 16px;
    color: #95b64e;
}
/* /footer - contacts */

/* footer - menus */
.site-footer-main ul.menu,
.site-footer-main ul.menu li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.site-footer-main ul.menu li {
    padding: 5px;
}
/* /footer - menus */

/* footer - social media links */
.site-footer-main .social-links-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.site-footer-main .social-links-wrapper a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 100%;
    border: none;
    text-decoration: none;
}

.site-footer-main .social-links-wrapper a > img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.site-footer-main .social-links-wrapper a:hover > img {
    opacity: 0.8;
}
/* /footer - social media links */

/* footer - form links */
.site-footer-main .forms-links-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.site-footer-main .forms-links-wrapper a.link-to-button {
    color: #fff;
}

.site-footer-main .forms-links-wrapper a.link-to-button:hover {
    color: #fff;
}
/* /footer - form links */

/* footer - copyright */
.site-footer-bottommost .copyright {
    font-size: 12px;
}
/* /footer - copyright */
/* +++ /FOOTER +++ */

/* FORM POPUP */
.form-popup-cloak {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 280px;
    min-height: 250px;
    padding: 20px 10px;
    margin: 0px;
    margin-top: -125px;
    margin-left: -150px;
    opacity: 1;
    background-color: #95b64e;
    z-index: 1001;
    box-shadow: 0 1px 0 #006394;
}

.form-popup-close {
    display: inlineblock;
    position: absolute;
    width: auto;
    min-width: 100px;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    margin: 0px;
    top: -10px;
    right: -10px;
    background-color: #c40;
    border-width: 1px;
    border-style: solid;
    border-color: #707070;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    transition: all 0.1s ease-in-out;
}

.form-popup-close:hover {
    background-color: #f60;
    color: #fff;
}

@media(min-width: 768px) {
    .form-popup {
        width: 500px;
        margin-left: -250px;
    }
}

/* /FORM POPUP */

/*--------HEADING-TEXT--------*/
.heading-text {
    font-family: "Open Sans",sans-serif !important;
    font-size: 30px;
    color: #95b64e;
    display: block;
    text-align: center;
    margin: 20px 0 20px;
}
/*--------/HEADING-TEXT--------*/
/*--------BLUE-ROW--------*/
.blue-row {
    background-color: #95b64e;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}
.blue-row .heading-text{color: white}
.blue-row a {color: white}
 @media only screen and (min-width : 768px) {
    .heading-text:before, .heading-text:after{
        display: inline-block;
        content:" ";
        border-top: 1px solid;
        width: 70px;
        margin: 0 30px 10px;
     }
 }
/*--------/BLUE-ROW--------*/
/*----------- SLIDER----------------*/
.flexslider-hg .slide-thumbnail {
  height: auto !important;
}
.flexslider-hg {
  padding: 0;
  margin: 0 0 40px;
  border: 0;
  box-shadow: none;
}

.flex-direction-nav a {
  text-shadow: none;
  /* height: 50px; */
}
/*----------- /SLIDER----------------*/
/*-----------MAIN SLIDER----------------*/
.flexslider-hg-style-none .flex-control-nav {
  display: none;
}
/*-----------/MAIN SLIDER----------------*/
/*----------MAIN-PRODUCTS------------*/
.main-product-box {
    background-color: white;
    color: #404040;
    display: block;
    font-family: Arial;
    overflow: hidden;
    position: relative;
    max-width: 400px;
    margin: 0 auto 20px;
}
.main-product-box a {
    color: #404040;
    display: block;
}
.main-product-img > img {
    display: block;
    margin-top: 110px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.main-product-logos {
    display: block;
    
    padding: 7px !important;
}
.main-product-desc {
    border-left: 1px solid #95b64e;
    display: block;
    padding: 0 2px 0 7px!important;
    min-height: 145px;
}
.main-product-content {
    display: block;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 2;
}
.main-product-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-product-text {
    display: block;
    font-size: 12px;
}
.main-product-readmore {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.main-product-box > a:hover {
    color: #000000;
}
.main-product-box > a:hover .main-product-img img {
    /*filter: grayscale(100%);
    opacity: 0.7;*/
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main-product-logo {
    margin-bottom: 10px;
    max-width: 130px;
    width: 100%
}
 @media only screen and (max-width : 992px) {

    }
/*----------/MAIN-PRODUCTS------------*/    
/*----------ADVANTAGE-icons-on-main-page----------*/
/*.fa.advantage {
  display: block !important;
  font-size: 70px;
  border: 1px solid;
  width: 110px;
  height: 110px;
  padding: 20px;
  margin: 0 auto 20px !important;
  border-radius: 50%;
  color: #95b64e;
  font-weight: none;
  cursor: default;
}*/
.icons-row i.fa {
  color: #95b64e;
  cursor: default;
  font-size: 36px;
  width: 80px;
  height: 80px;
  border: 2px solid #95b64e;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 20px;
}
.icons-row {
  text-align: center;
}
.icons-row .icon-title {
  color: #95b64e;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/*----------/ADVANTAGE-icons-on-main-page----------*/
/*-----------HISTORY---------*/
/* ---- Timeline ---- */
.timeline-box {
  overflow-x: auto;
}
ol.timeline {
    position: relative;
    display: block;
    margin: 185px 20px 185px 80px;
    height: 4px;
    background: #95b64e;
    min-width:1040px;
    

}
ol.timeline::after {
    content: "";
    position: absolute;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
  border-radius: 10px;
    border: 10px solid #95b64e;
}
ol.timeline::after {
    right: -10px;
    border: 10px solid transparent;
    border-right: 0;
    border-left: 20px solid #95b64e;
  border-radius: 3px;
}
/* ---- Timeline elements ---- */
.timeline li {
    position: relative;
    top: -77px;
    display: inline-block;
    float: left;
    width: 110px;
    font: bold 14px arial;
}
.timeline li::before {
    content: "";
    position: absolute;
    top: 72px;
    left: -42px;
    display: block;
    width: 14px;
    height: 14px;
    border: 4px solid #95b64e;
    border-radius: 10px;
    background: #ffffff;
}
/* ---- Details ---- */
.timeline .details {
    display: block;
    position: absolute;
    left: -105px;
    top: 110px;
    padding: 0px;
    font: 12px arial;
    background: #fff;
    width: 140px;
    display: block;
    
    
}
.timeline .details.top {
    top: -90px;
}
.timeline  .details::before {
    content: "";
    position: absolute;
    left: 60px;
    top: -9px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #bbeeff;
    border-top: 0;
}
.timeline  .details.top::before {
    content: "";
    position: absolute;
    left: 60px;
    top: auto;
    bottom: -9px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #bbeeff;
    border-bottom: 0;
}
.timeline  .year {
    display: block;
    padding: 15px;
    background-color: #95b64e;
    height: 50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.timeline  .detail {
    display: block;
    padding: 10px 5px;
    background: #bbeeff;
    color: #666666;
    height: 90px;
    text-align: center;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
/* ---- Hover effects ---- */
.timeline  li:hover {
    cursor: pointer;
    color: #bbeeff;
}
.timeline  li:hover::before {
    width:17px;
    height:17px;
}
.timeline  li:hover .detail {
    color: #333333;
}
.timeline li:hover .year {
    background-color: #bbeeff;
    color: #666666
}   
/*
.timeline  li:hover .detail {
    display: block;
    background-color: #64d9ff;
}
.timeline  .details::before {
    border-color: #64d9ff;}*/
/*----------/HISTORY---------*/
/*----------NEWS-ON-MAIN-PAGE----------*/
ul.catlist {
  list-style: none !important;
  padding: 0;
}
ul.catlist li{
    margin-bottom:20px;
}
.catlist li img {
    float: left;
    border: 3px solid white;
    margin: 5px 10px 5px 3px;
}
.catlist .lcp_post {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.morelink {
    display: block;
    text-align: right;
    margin: 8px 0;
    font-size: 12px;
}
.morelink-all a {
    display: block;
    text-align: center;
    padding: 10px 0 5px;
    position: relative;
    clear: both;
    font-size: 18px;
    text-decoration: underline;
}
/*----------/NEWS-ON-MAIN-PAGE----------*/
/*----------Galery-ON-MAIN-PAGE----------*/
.galery-item {
    list-style: none !important;
    margin: 0;
    padding: 0;
    border: 1px solid white;
}
.galery-item img {
    width: 100% !important;
    height: auto !important;
}
/*----------/Galery-ON-MAIN-PAGE----------*/
/*----------Gallery-ON-NEWS-PAGES----------*/

ul.mini_gallery_images_list {
    list-style: none;
    padding: 0;
}
.mini_gallery_images_list li {
    width: 280px;
    float: left;
    padding: 5px;
    height: 210px;
    overflow: hidden;
}
.mini_gallery_images_list img {
    width: 100%;
    height: auto;
}
 @media (max-width: 400px) {
    .mini_gallery_images_list li {width:100% !important; height: auto;}
 }
/*----------/Gallery-ON-NEWS-PAGES----------*/
/*---------Recommendation-ON_PRODUCTS_PAGE----------*/
.recommendations{
    overflow: hidden;
    padding: 3%;
}
.recommendation img {
    width: 100%;
    max-width: 300px;
    border: 1px solid white;    
    -webkit-transition: all .2s linear;
    -moz-transition:    all .2s linear;
    -o-transition:      all .2s linear;
    -ms-transition:     all .2s linear;
    transition:         all .2s linear;
}
.recommendation img.rounded{border-radius: 60% 5px;}
.recommendation a{
    display: block;
    text-align: center;
    text-decoration: none;
}
.recommendation a:hover img{
    
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.recommendation a:hover {
    text-decoration: none;
}
.recommendation-label {
    margin: 15px 0 5px;
    padding: 5px 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    
    -webkit-transition: all .2s linear;
    -moz-transition:    all .2s linear;
    -o-transition:      all .2s linear;
    -ms-transition:     all .2s linear;
    transition:         all .2s linear;
}
.recommendation a:hover .recommendation-label{
    color: #95b64e;
}

/*---------/Recommendation-ON_PRODUCTS_PAGE----------*/

/* +++ POSTS - NEWS +++ */
.post-thumbnail {
    display: block;
    float: left;
    clear: left;
    max-width: 300px;
    margin: 5px 20px 5px 0px;
}

.post-thumbnail > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.post-thumbnail > a > img {
    width: 100%;
    height: auto;
}

.more-link {
    position: relative;
    display: block;
    float: right;
    width: auto;
    min-width: 100px;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    margin: 5px 5px;
    background-color: #95b64e;
    border: none;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 4px 0 #adcc6c;
    transition: all 0.1s ease-in-out;
}

.more-link:hover,
.more-link:focus {
    box-shadow: 0 2px 0 #adcc6c;
    margin-top: 7px;
    margin-bottom: 3px;
    color: #fff;
    text-decoration: none;
}
/* +++ /POSTS - NEWS +++ */
/*---------CONTACT_PAGE----------*/
.contact-form {
    background-color: #95b64e;
}
.contact-form .vc_column-inner {
    padding: 10px;
}
.contact-title {
    font-size: 24px;
    font-weight: bold;
    color: #95b64e;
}
.contact-form .contact-title {
    color: white !important;
    margin: 0 0 5px 5px;
}
.working-days p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2px;
}
.working-days p span {
    min-width: 30px;
    display: inline-block;
}
.contact-data .contact-phone, .contact-data .contact-email, .contact-data .contact-adress {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.contact-data i {
    color: #95b64e;
    margin-right: 5px;
}
.contact-data a {
    color: #666666;
}
.contact-data a:hover {
    color: #95b64e;
}
#contact-map{margin: 20px 0;} 
.contact-photo {
    padding: 5px;
}
.contact-photo img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
/*---------/CONTACT_PAGE----------*/
/*----------PRODUCT_PAGES---------*/
.anchor-margin:before {
    display: block;
    clear: both;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}
.second-title {
  font-size: 24px;
  text-align: center;
  color: #95b64e;
  font-weight: 400;
}
.gallery-col-top-padding {
  padding-top: 50px;
}
.text-col {
  text-align: justify;
}
/*----------/PRODUCT_PAGES---------*/
/*-----------SALES-----------------*/
.sale {
    margin-bottom: 20px;
}
.sale_title {
  font-size: 22px;
  text-align: center;
  margin: 10px;
  color: #95b64e;
}
.sale_img img {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 10px 0;
  height: auto;
}
.sale_name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0;
}
.sale_text {
  text-align: justify;
}
.sale  .sales_call_us_link {float: left; margin-left: 0;}
.sale .sales_pdf_link {float: left; 
background-color: #d9534f;
border-color: #d43f3a;
box-shadow: 0 4px 0 #d43f3a;
min-width: 70px;
}
.sale .sales_pdf_link:hover {
    box-shadow: 0 2px 0 #d43f3a;
}

/*-----------/SALES-----------------*/

/* q-translate flags */
.qtranxs_widget ul { margin: 0; }
.qtranxs_widget ul li
{
display: inline; /* horizontal list, use "list-item" or other appropriate value for vertical list */
list-style-type: none; /* use "initial" or other to enable bullets */
margin: 0 5px 0 0; /* adjust spacing between items */
opacity: 0.5;
-o-transition: 1s ease opacity;
-moz-transition: 1s ease opacity;
-webkit-transition: 1s ease opacity;
transition: 1s ease opacity;
}
/* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
.qtranxs_widget ul li.active { opacity: 0.8; }
.qtranxs_widget ul li:hover { opacity: 1; }
.qtranxs_widget img { box-shadow: none; vertical-align: middle; display: initial; }
.qtranxs_flag { height:12px; width:18px; display:block; }
.qtranxs_flag span { display:none; }
/* end q-translate flags */

/* +++ ACCESSORIES +++ */
.accessories-control-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 40px;
}

.accessories-control-button {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 150px;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    margin: 5px 5px;
    background-color: #95b64e;
    border: none;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 4px 0 #0085bb;
    transition: all 0.1s ease-in-out;
}

.accessories-control-button:hover, 
.accessories-control-button:focus {
    box-shadow: 0 2px 0 #0085bb;
    margin-top: 7px;
    margin-bottom: 3px;
    text-decoration: none;
    color: #fff;
}

.accessories-control-button.accessories-control-button-active {
    box-shadow: 0 0px 0 #0085bb;
    margin-top: 9px;
    margin-bottom: 1px;
    text-decoration: none;
    color: #fff;
}

.accessories_formatted {
    display: none;
}

.accessories_formatted_visible {
    display: block;
}

/* +++ /ACCESSORIES +++ */

a.clicks_button {
    padding-left: 5px;
    padding-right: 5px;
    color: #95b64e;
}

a.clicks_button:focus,
a.clicks_button:hover {
    color: #95b64e;
    text-decoration: underline;
}
/*-----------TEXT----------*/
.text-img {
    width: 100%;
    max-width: 555px;
    height: auto;
    margin: 0 auto;
    display: block;
}
/*-----------vacancy----------*/
.vacancy_title{
    font-size: 22px;
    text-align: center;
    margin: 10px;
    color: #95b64e;
}
.vacancy_text {
    text-align: justify;
    font-size: 14px;
}
.vacancy_text ul{
    list-style: none;
    padding: 0;
    font-weight: bold;
}
.vacancy_text ul li {
    margin: 5px 0 0 10px ;
}
.vacancy_text ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #95b64e;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}
.vacancy_email{
    text-align: center;
}
.vacancy_btn{
    text-align: center;
    display: none;
}
.vacancy hr{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.vacancy-header{
    text-align: center;
    font-size: 44px;
    margin: 20px 0 -20px 0;
}
/*-----------/vacancy----------*/
.video {
 position:relative;
 padding-bottom:56.25%;
 padding-top:6px;
 height:0
}
.video iframe,
.video video {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.videos .video-block {
 width:100%;
}