@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

/** Style **/
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  background-color: #fafafa;
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
  line-height: 1.5em;
  font-size: 15px;

  border-top: 2px solid #369736;
}

/** PUSHMENU **/
.navbar-push {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 991px) {
  .navbar-toggle {
      display: block;
      position: absolute;
      right: 0;
      top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-toggle {
      top: 0;
  }
}

@media screen and (max-width: 991px) {
    .push-canvas {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        overflow-x: hidden;
        position: relative;
        left: 0;
    }
    
    .push-canvas.pushed-left {
        left: -50%;
    }
    
    .push-canvas.pushed-right {
        left: 50%;
    }
    
    .navbar-push {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;

        height: 100%;
        position: fixed;
        width: 50%;
        top: 0;
    }
    
    .navbar-push.navbar-push-left {
        right: -50%;
    }
    
    .navbar-push.navbar-push-right {
        left: -50%;
    }
    
    .navbar-push.navbar-push-right.in {
        left: 0;
    }
    
    .navbar-push.navbar-push-left.in {
        right: 0;
    }
}


/** STYLE **/
a {
  color: #369736;
}

a:hover {
  color: #408340;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.btn {
  border-radius: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 0;
  font-size: 11px;
  padding: 1.1em 2.5em;
}

.btn-lg {
  font-size: 12px;
  padding: 1.1em 2.5em;
}

.btn-sm {
  font-size: 10px;
  padding: 0.9em 2em;
}

.btn-default {
  background-color: #369736;
  color:#f2f2f2;
}

.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.open .dropdown-toggle.btn-default {
  background-color: #408340;
  box-shadow: none;
  color:#f2f2f2;
}

.btn-info {
  background-color: #ccc;
  color:#333;
}

.btn-info:hover,
.btn-info.active,
.btn-info:active,
.btn-info.focus,
.btn-info:focus {
  background-color: #c1c1c1;
  box-shadow: none;
  color:#f2f2f2;
}

.band {
  background-color: #f2f2f2;
  padding: 3em 0;
}

.band.green {
  background-color: #369736;
  color: #f2f2f2;
}

.band.white {
  background-color: #fff;
}

.band.header {
  padding: 4em 0;
}

.img-responsive {
  margin: 0 auto;
}

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

.justify {
  text-align: justify;
}

/* Top */
#top {
  background: #369736;
  color: #f2f2f2;
  padding: .1em 0;
}

.mybreadcrumb {
  line-height: 3em;
  background-color: #369736;
  color: #fff;
}

.mybreadcrumb span.breadcrumb-separator {
  margin: 0 .5em;
}

.mybreadcrumb a {
  color: #fff;
}

.breadcrumb-last {
  font-weight: 700;
}

/* Logo */
.logo {
  float: left;
  max-width: 70%;
}
@media (min-width: 480px) {
  .logo { max-width: 80%; }
}
@media (min-width: 769px) {
  .logo { max-width: 100%; margin-right: 20px;}
}
@media (min-width: 1200px) {
  .logo { float: left; margin-right: 100px;}
}

/* Header-boxes */
.header-boxes {
  text-align: center;
  display: none;
}

.header-box {
  padding: 30px 0 0;
  float: left;
  text-align: left;
}

.header-box.pull-right {
  display: none;
}

@media (min-width: 769px) {
  /* Header-boxes */
  .header-boxes {
    display: block;
  }
}

@media (min-width: 992px) {
  .header-box {
    padding: 40px 0 0;
  }
  .header-box.pull-right {
    display: block;
  }
}


.header-box i {
  vertical-align: sub;
  margin-left: 30px;
  margin-right: 10px;
}

.header-box .header-box-text {
  display: inline-block;  
}

.header-box .header-box-text .header-box-title,
.header-box .header-box-text .header-box-title a{
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.header-box .header-box-text .header-box-subtitle,
.header-box .header-box-text .header-box-subtitle a{
  font-size: 12px;
  line-height: 16px;
  color: #666;
}

.header-box.header-box-social-icons {
  float: right;
  margin-right: 0;
}

.header-box.header-box-social-icons a i{
  display: inline-block;
  margin-left: 25px;
  margin-right: 0;
  line-height: 32px;
}

a .at-icon-wrapper {
    background: #369736 !important;
}
a .at-icon-wrapper:hover {
    background: #408340 !important;
}


/** Menu **/
nav.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

nav.navbar.navbar-default ul.navbar-nav{
  margin: 0 auto;
  float: none;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-nav>li{
  line-height: 60px;
  border-top: 3px solid transparent;
  float: none;
}

.navbar-nav>li>a{
  padding:0;
  border-radius: 0;
  margin-top: 10px;
  line-height: 18px;
  color: #888;
}

.navbar-nav>li:last-child a{
  border-right: 0;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a,
.navbar-nav>li.active>a,
.navbar-nav>li.active>a:focus,
.navbar-nav>li.active>a:hover
{
  background-color: transparent;
}

.navbar-nav>li>a:hover,
.navbar-nav>.active>a  {
  color: #333 !important;
  background-color: transparent !important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent !important;
    border-color: #ccc;
}

#products-submenu {
    display: none;
    margin-top: 10px;
}

#products-submenu.active {
    display: block;
}

li #products-toggle.rotate i {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

#products-submenu a{
  display: block;
  height: 2em;
  line-height: 2em;
  text-decoration: none;
  color: #777;
}

#products-submenu a:hover,
#products-submenu a.active  {
  color: #333;
  background-color: transparent !important;
}

#products-submenu a img{
  display: none;
}

@media screen and (min-width: 991px) {
  nav.navbar.navbar-default {
    text-align: center;
    background-color: #eee;
    height: 60px;
    margin-bottom: 0;
  }

  nav.navbar.navbar-default ul.navbar-nav{
    display: inline-block;
  }

  .navbar-nav>li {
      float: left;
      position: static;

      height: 60px;
  }

  .navbar-nav>li>a{
    padding: 0 1.5em;
    line-height: 58px;
    margin-top: 0;
  }

  
  .navbar-nav>li.active,
  .navbar-nav>li:hover {
    border-top: 3px solid #369736;
  }

  #products-submenu {
    display: none;
    position: absolute;
    background-color: #eee;
    left: 15px;
    right: 15px;
    width: 100%;
    top: 100%;
    margin-top: 0;
    text-align: left;
    border-top: 3px solid #369736;
    background-clip: padding-box;
  }

  #products-submenu.active {
    display: block;
  }

  #products-submenu a{
    font-size: 12px;
    text-decoration: none;
    padding: 15px;
    line-height: 50px;
    height: 80px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #products-submenu a:nth-child(-n+3) {
    border-top: 0;
  }

  #products-submenu a:nth-child(3n) {
    border-right: 0;
  }

  #products-submenu a:hover,
  #products-submenu a.active{
    background: #369736 !important;
    color: #fff;
  }

  #products-submenu a img{
    display: inline-block;
  }
}

@media screen and (max-width: 650px) {
  #products-submenu a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 

  }
}

@media screen and (max-width: 480px) {
  header {
    max-width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-nav>li>a{
    padding: 0 2em;
  }
}



.under-menu {
  margin-top: -30px;
}

.img-circle-container {
  padding: 5px;
}

.img-circle-container img {
  border: 10px solid #fff;
}

.navbar-toggle {
  margin-right: 0;
  margin-top: 15px;
}

@media (min-width: 481px) {
  .navbar-toggle {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  header {
    z-index: 2;
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }

  #main-menu-container {
    position: absolute;
    right:0;
    top:5px;
    width: 100%;
    z-index: 1;
  }
  .navbar-default {
    background-color: transparent !important;
  }

  .slick-home {
    margin-top: 10px !important;
  }
}

/** Home **/
.slick-home-slide {
  width: 100%;
  height: 800px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/** Caption **/
.divider {
  border-bottom: 1px solid #ddd;
  margin: .8em 0;
}

.divider .green{
  width: 30px;
  height: 4px;
  background-color: #369736;
  margin-bottom: -1px;
}
.caption {
  background-color: rgba(242,242,242,.9);
  display: inline-block;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2em;
}

@media screen and (min-width: 678px) {
  .caption {
    max-width: 550px;
    bottom: auto;
    right: auto;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
  }
}

.caption-mini-title h6{
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1em;
  color: #369736;
  text-transform: uppercase;
}

@media screen and (max-width: 677px) {
  .caption-text p {
    font-size: 10px;
    margin-bottom: 0
  }

  .caption-title h1{
    font-size: 20px;
  }
}




.slick-home-slide.black .caption{
  background: rgba(0,0,0,.9);
  color: #fff;
}

.slick-home-slide.black .caption-mini-title h6{
  color: #fff;
}

/** Boxes in home **/
#boxes-container {
  padding: 4em 0 6em;
}
#boxes-container div.col-sm-6{
  margin-bottom: 50px;
}

#boxes-container .boxes-title {
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

#boxes-container .boxes-title h3{
  line-height: 100px;
  margin: 0;
  text-transform: uppercase;
}

#boxes-container p {
  color: #888;
  line-height: 1.8em;
}

/** About **/
.bubble-container {
  -padding: 2em;
}
.bubble {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background: #369736;
  text-align: center;
  font-size: 3em;
  color: #fff;
}

.bubble span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}

/** Products **/
#products-home h3.title {
  font-size: 22px;
}


#products-home .controls {
  background-color: #ddd;
  padding: 0 1.5em;
  text-transform: uppercase;
  color: #888;
}

#products-home .controls span{
  background-color: #ddd;
  margin-right: 20px;
}

#products-home .controls .filter{
  cursor: pointer;
  line-height: 50px;
  margin:0;
  padding: 0 1em;
  display: inline-block;
  text-decoration: none;
}

#products-home .controls .filter:hover,
#products-home .controls .filter.active{
  background-color: #f2f2f2;
  color: #333;
}

#product-container {
  margin-top: 3em;
}

#product-container .mix {
  -display: none;
}

#products-in-category .slick-slide,
#product-container .slick-slide {
  position: relative;
  margin: 0 2px;
}

#products-in-category .img-caption,
#product-container .img-caption {
  background-color: rgba(255,255,255,.7);
  position: absolute;
  bottom: 0;
  padding: 1em;
  left:0;
  right:0;

  color: #333;
}

#products-in-category .slick-slide:hover .img-caption, 
#product-container .slick-slide:hover .img-caption {
  color: #369736;
  background-color: rgba(255,255,255,1);
}

#products-in-category .img-caption .title,
#product-container .img-caption .title{
  margin:0;
}

#products-in-category .img-caption .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#products-in-category .slick-slider,
#product-container .slick-slider {
    margin-bottom: 0;
}

#product-container .slick-prev {
    left: -55px;
}

#product-container .slick-next {
    right: -55px;
}

#products-in-category .slick-prev {
  left:0;
}

#products-in-category .slick-prev {
  right:0;
}

#product-view #product-details .title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

#product-view #product-details .btn {
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 679px) {
  #product-view #product-details .btn {
    display: inline-block;
  }
}


/** Used **/

#used-aside {
  background-color: #eee;
  padding: 1em;
  margin-bottom: 30px;
}
#used-aside label {
}

.used-container a {
  color: #333;
}

.used-container .box {
  padding: 1em;
  background-color: #eee;
  margin-bottom: 2em;
}

.used-container .box:hover {
  background-color: #ddd;
}

.used-container .box .btn-default {
  margin-bottom: 5px;
}

.used-type {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 968px) {
  #pagination-container {
    text-align: left;
  }

  .used-text {
    padding-left: 0;
  }
}


.pagination>li>a{
  border-radius: 0 !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #369736;
}

/** Testimonials **/
#testimonials .title{
  color: #333;
  margin-bottom: 1em;
}

#testimonials i {
  font-size: 7em;
}

.testimonial-slick .slick-prev:before,
.testimonial-slick .slick-next:before
{
    color: #f2f2f2;
}

.testimonial-slick .slick-dots li button:before
{
    font-size: 16px;
}
.testimonial-slick .slick-dots li.slick-active button:before
{
    color: #fff;
}

.testimonial-slick .testimonial-content {
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-slick .testimonial-content p{
  font-style: italic;
}

.testimonial-slick .testimonial-content p small{
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
/** News **/
#news-container .news {
  position: relative;
}

#news-container .left,
#news-container .right {
  display: inline-block;
}

#news-container .left {
  width: 35%;
}

#news-container .right {
  width: 61%;
  right:0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#news-container .right  .title{
  margin:0;
}

#news-container .right  small{
  color: #ccc;
}

#news-container .right  p{
  color: #999;
  margin: 10px 0 15px;
}

/** PRODUCTS **/
.product-box {
  color: #333;
}
.product-box:hover {
  text-decoration: none;
}

.product-tile {
  margin-bottom: 30px;
  background-color: #eee;
  padding: 15px;
  position: relative;
}

.product-tile img {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px
}

.product-text {
  background-color: transparent;
  display: inline-block;
  position: absolute;
  top:50%;

  transform:translateY(-50%);
}

span.serie {
  display: block;
}

.product-tile .title,
span.serie {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aside ul,
ul.aside-categories {
  padding-left: 0;
  list-style: none;
}

.aside ul li,
ul.aside-categories li {
  margin-bottom: 1px;
}

.aside ul li a,
.aside ul li.active ul li a,
ul.aside-categories li a {
  color: #333;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  background-color: #eee;
  padding: 10px;
}

.aside ul li.active ul li a {
  font-size: 10px;
  padding: 5px 10px;
}

.aside ul li a:hover,
.aside ul li a:active,
.aside ul li a:focus,
.aside ul li.active a,
.aside ul li.active ul li a:hover,
.aside ul li.active ul li a:active,
.aside ul li.active ul li a:focus,
.aside ul li.active ul li.active a,
ul.aside-categories li a:hover,
ul.aside-categories li a:active,
ul.aside-categories li a:focus,
ul.aside-categories li.active a {
  color: #fff;
  text-decoration: none;
  background-color: #369736;
}

.aside #back-top a{
  display: inline-block;
  background: transparent;
  color: #369736;
}

.aside .subnav {
  padding-left: 20px;
  display: none;
}

.aside ul.nav>.active>ul.subnav {
  display: block;
}

/** SERVICES **/
body#services .col-md-9 .title {
  padding-top: 1em;
}

.aside ul {
  padding-left: 0;
  list-style: none;
}

.aside ul li{
  margin-bottom: 1px;
}

.aside ul li.active ul li {
  margin-top: 1px;
  margin-bottom: 0;
}

.aside ul li a,
.aside ul li.active ul li a {
  color: #333;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  background-color: #eee;
  padding: 10px;
}

.aside ul li.active ul li a {
  font-size: 10px;
  padding: 5px 10px;
}

.aside ul li a:hover,
.aside ul li a:active,
.aside ul li a:focus,
.aside ul li.active a,
.aside ul li.active ul li a:hover,
.aside ul li.active ul li a:active,
.aside ul li.active ul li a:focus,
.aside ul li.active ul li.active a {
  color: #fff;
  text-decoration: none;
  background-color: #369736;
}

.aside #back-top a{
  display: inline-block;
  background: transparent;
  color: #369736;
}

.aside .subnav {
  padding-left: 20px;
  display: none;
}

.aside ul.nav>.active>ul.subnav {
  display: block;
}
/** NEWS **/
.news-container {
  padding: 2em;
  margin-bottom: 30px;
  background-color: #f2f2f2;
}

.news-container small {
  margin-top: 10px;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #aaa;
}

.news-aside {
  margin-bottom: .5em;
}

.news-aside a {
  color: #333;
  display: block;
}

.news-aside a:hover {
  color: #369736;
  text-decoration: none;
}

.news-aside .left {
  width: 20%;
  margin-right: 2%;
  display: inline-block;
}

.news-aside .right {
  width: 76%;
  display: inline-block;
  vertical-align: top;
}

.news-aside .right h5 {
  margin: 0 0 5px 0;
}

.news-aside .right p {
  margin: 0;
  line-height: 1.1em;
  font-size: 13px;
}

/** Contacts **/
#contactmap {
  height: 450px;
}
#contactmap iframe {
  height: 450px;
  width: 100%;
}

form .form-control {
  border-radius: 0;
  box-shadow: none;
}

form textarea.form-control {
  line-height: 22px;
}

/** Footer **/
footer {
  padding: 3em 0;
  background-color: #fff;
  border-top: 3px solid #369736;
  color: #888;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}

footer a:hover,
footer a.active {
  text-decoration: none;
  color: #333;
}


footer a#to-top {
  padding: 0;
  height: 50px;
  margin-top: 15px;
  line-height: 55px;
  width: 50px;


  position: fixed;
  bottom: 15px;
  right: 15px;

  display: none;
}


/** COOKIES **/
.cc_banner.cc_container {
  background: #369736;
  color: #fff;
}

.cc_container .cc_btn.cc_btn_accept_all, .cc_container .cc_btn.cc_btn_accept_all:visited {
  background: #fff;
  color: #333;
  border-radius: 0;
}

.cc_container .cc_btn.cc_btn_accept_all:hover, .cc_container .cc_btn.cc_btn_accept_all:active {
  background: #eee;
  color: #333;
}

.cc_container a.cc_more_info, .cc_container a.cc_more_info:visited {
  color: #333;
}