/*
Theme Name: CasaNova
Theme URI: http://idp.lu
Author: Kamel Chikhi
Author URI: http://idp.lu
Description:
Version: 1.0
License:
License URI:
Tags:
Text Domain: CasaNova

couleur verte : #a3d619  -  rgb(163, 214, 25)

*/

body{font-family: 'Lato', sans-serif; font-size: 18px; font-weight: 300}
h3{text-transform: uppercase}
.mb20{margin-bottom: 20px!important;}
.mb40{margin-bottom: 40px!important;}

@media(max-width:768px){
  body{font-size: 14px;}
}

/*
 * Bootstrap
 */
 .form-control{border:none;border-bottom:1px solid #000;border-radius:0;box-shadow:unset}
    .form-control:focus{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);border-color:#000}
 textarea.form-control{border:1px solid #000}
.bg-success, .bg-danger{padding:15px;}
.modal-backdrop.in{opacity:0.8}
.modal-content{border-radius: 0px;height: 100%}
.modal-lg{width:90%;}
.panel-body a:link,a:visited{text-decoration: none;color:#a3d619;font-weight: bold;}
.panel-body-home a:link,a:visited{text-decoration: none;color:#a3d619;font-weight: bold;}
a:hover{text-decoration:underline;}
/*
 * ANIMATION
 */
 .animate, .btn {-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}

 @-webkit-keyframes illustrationAnimHover {
   25% {background-position:center 0%;}
   75% {background-position:center 100%;}
   to {background-position:center 50%;}
 }
 @keyframes illustrationAnimHover {
   25% {background-position:center 0%;}
   75% {background-position:center 100%;}
   to {background-position:center 50%;}
 }

 .opacityIn {
   -webkit-animation-name: opacityIn;
   animation-name: opacityIn;
   background-position:center 51%;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   opacity: 0;
 }
 @-webkit-keyframes opacityIn {
   0% {opacity:0;}
   to {opacity:1;}
 }
 @keyframes opacityIn {
   0% {opacity:0;}
   to {opacity:1;}
 }

 /*
  * HEADER
  */
#header{position:fixed;top:0;width:100%; z-index: 1001;top:45px;}
  #header h1.logo{display: none}
  .home #header{top:45px}

  @media(max-width:768px){
    .home #header{top:15px}
  }

/*
 * Nav
 */
 .navbar-1{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.8);z-index:1001;visibility:hidden;
   -webkit-transform:scale(2.9,2.9);transform:scale(2.9,2.9);
   opacity:0;overflow-y:auto; pointer-events: none;
   -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;
   -webkit-align-items:center;align-items:center; display:-webkit-flex;display:flex;-webkit-justify-content: center;justify-content: center; -webkit-align-content: center;align-content: center;
 }
  nav.navlanguage{
    position:absolute;top:80px;right:145px;z-index:3;
  }
    nav.navlanguage ul{margin:0;padding:0}
      nav.navlanguage ul li{list-style: none; display: inline-block;border-left: 1px solid #000; padding: 0 10px;line-height: 15px;}
        nav.navlanguage ul li a{color:#000;text-transform: uppercase; padding: 0;line-height: 15px;text-decoration: none;display: block;position: relative}
          nav.navlanguage ul li.active a:after{content:"";display: block;border-top: 1px solid #000;position: absolute;bottom:-10px;left:0;right:0}
          nav.navlanguage ul li:first-child {border-left:none}
          .home nav.navlanguage ul li{border-color:#fff}
          .home nav.navlanguage ul li a{color:#fff;text-transform: uppercase}
          .home nav.navlanguage ul li.active a:after{border-color:#fff}

 .is-opened .navbar-1{visibility:visible;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;pointer-events:auto;}
 .menu-1{margin:0;padding:0;position:relative;display:block;background: rgba(163, 214, 25, 0.8);width: 100%;text-align: center}
 .menu-1 li{list-style:none;display:block;text-transform:uppercase;position:relative;}
 .menu-1 > li{display: inline-block;}
 .menu-1 li:first-child{border:none}
 .menu-1 li a{padding:30px 20px;color:#fff;font-size:18px; display: block; text-align: center}
 .menu-1 li a:hover, .menu-1 li.current-menu-item > a{background-color: rgba(255, 255, 255, 0.3);text-decoration:none}

 .menu-1 li .sub-menu{position: absolute;padding:20px 0 0 0;left:50%; margin-left:-150px;opacity:0; margin-top:20px;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease; visibility:hidden}
 	.menu-1 li:hover > .sub-menu{display:block;opacity:1; margin-top:0px;visibility:visible}
 .menu-1 li .sub-menu li a{padding:10px 5px;display:block;min-width: 300px; background:rgba(255,255,255,0.8);text-align:center;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
 	.menu-1 li:hover > .sub-menu li a{background:rgba(0,0,0,0.8);}
 	.menu-1 .sub-menu li a:hover{color:#000!important; background:rgba(255,255,255,0.8)!important;}

  /*-- menu-icon --*/
  .menu-icon {position: absolute; right:20px; top:20px; -webkit-transform:translateX(-50%);transform:translateX(-50%);width: 54px;height: 54px;cursor:pointer}
  .menu-icon span {position: absolute;top: 50%;left: 50%;display: block;width: 30px;height: 3px;background-color: #000;	-webkit-transform: translateX(-50%) translateY(-50%);	-ms-transform: translateX(-50%) translateY(-50%);	transform: translateX(-50%) translateY(-50%);}
  .menu-icon span::before, .menu-icon span::after {content: '';position: absolute;top: 0;left: 0;display: block;width: 30px;height: 3px; background-color: #000; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px);	transform: translateY(-10px);	-webkit-transition: -webkit-transform 0.3s;	transition: transform 0.3s; }
  .menu-icon span::after {-webkit-transform: translateY(10px);-ms-transform: translateY(10px);transform: translateY(10px); }
  .home .menu-icon span{background-color: #fff;}
  .home .menu-icon span::before, .home .menu-icon span::after{background-color: #fff;}
  .scrollLimit .menu-icon{background:#a3d619}
  .menu-icon:hover span::before {
  	-webkit-transform: translateY(-15px);
  	-ms-transform: translateY(-15px);
  	transform: translateY(-15px);
  }
  .menu-icon:hover span::after {
  	-webkit-transform: translateY(15px);
  	-ms-transform: translateY(15px);
  	transform: translateY(15px);
  }
  .menu-icon-svg span {
  	-webkit-transition: background 0.5s;
  	transition: background 0.5s;
  }
.menu-icon-svg span::before, .menu-icon-svg span::after {-webkit-transform-origin: 100% 50%;-ms-transform-origin: 100% 50%;transform-origin: 100% 50%;}
.menu-icon-svg.is-opened span {
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	background-color: transparent;
}
.menu-icon-svg.is-opened span::before {
	-webkit-transform: translateX(-4px) translateY(-10px) rotate(-45deg);
	-ms-transform: translateX(-4px) translateY(-10px) rotate(-45deg);
	transform: translateX(-4px) translateY(-10px) rotate(-45deg);
  background-color:#fff;
}
.menu-icon-svg.is-opened span::after {
	-webkit-transform: translateX(-4px) translateY(11px) rotate(45deg);
	-ms-transform: translateX(-4px) translateY(11px) rotate(45deg);
	transform: translateX(-4px) translateY(11px) rotate(45deg);
  background-color:#fff;
}

@media(max-width:768px){
  .menu-icon {position: absolute; right:0px; top:0px;}
  nav.navlanguage{
    position:absolute;top:100px;right:35px;z-index:3;
  }
}

/*
 * SLIDER
 */
  .rs-carousel, .rs-banner{height:100%;position: relative}
    .rs-carousel {overflow:hidden}
    .rs-carousel .item{background-size:cover; background-position: center; position: relative}
      .rs-carousel .item img{visibility: hidden;position: absolute;}
    .rs-carousel .rs-caption{
      color:#fff;font-weight: 300;font-size:25px;padding-bottom: 40px; height:50%;
      background: rgba(0,0,0,0.7);
      background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(83%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
      background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
      background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
      background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
      background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }
      .rs-carousel .rs-caption h2{color:#a3d619;font-size:40px; font-weight: 300;margin-top:70px;}
      @media(max-width:1580px){
        .rs-carousel .rs-caption p{margin: 0 150px 10px 0;}
      }
      @media(max-width:768px){
        .rs-carousel .rs-caption p{margin: 0 0 10px 0;}
          .rs-carousel .rs-caption h2{margin-top:20px;}
      }
    .rs-nav{ background: rgba(163,214,25,0.9)}
      .rs-nav ul{margin:0;padding:0;display:block;-webkit-align-content: flex-start;align-content: flex-start;-webkit-align-items: center;align-items: center;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
        .rs-nav ul li{list-style: none;margin:0;padding:0;display: block;color:#fff;}
        .rs-nav ul li a{display: block;color:#fff; text-transform: uppercase;padding:25px 15px;font-size: 25px;font-weight: 300;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
        .rs-nav ul li a:hover, .rs-nav ul li a:active{background: rgba(255,255,255,0.3); text-decoration:none}

        .rs-carousel .owl-controls{position: absolute;top:40%;right:0;left:0;z-index: 2000;}
        .rs-carousel .owl-controls .owl-nav div{font-size:30px;height:45px;width:28px;overflow:hidden;padding: 0;font-family:'Glyphicons Halflings';background:none; color:#fff; position: absolute;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;}
        .rs-carousel .owl-prev{left:-100px;}
        .rs-carousel .owl-next{right:-100px;}
        .rs-carousel:hover .owl-prev{left:20px;}
        .rs-carousel:hover .owl-next{right:20px;}
        .rs-carousel .owl-prev:before{content:"\e079"}
        .rs-carousel .owl-next:before{content:"\e080"}
        .rs-carousel .bg-overlay{position: absolute;top:0;right:0;bottom:0;left:0;
          background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
        }
    .rs-banner h1.logo{position: absolute; z-index: 3;bottom:160px;}
      .rs-banner h1.logo img{width:407px}

      @media(max-width:768px){
        .rs-nav{ position: static;}
        .rs-banner{height:auto!important;}
        .rs-nav ul{display: block}
        .rs-nav ul li a{padding:11px 15px;font-size:19px}
        .rs-banner h1.logo img{max-width:206px}
        .rs-banner h1.logo{position: static; background: #a3d619;padding:20px;margin:0 -15px}
      }

/*-- headband --*/
.headband .rs-banner{height:200px;overflow:hidden; background-size:cover; background-position:center; background-repeat:no-repeat;position: relative}
	.headband .rs-banner img{width:100%;visibility:hidden}
  .headband .rs-banner:after{content:"";display: block;position: absolute; top:0;left:0;bottom:0;right:0; /*background: url(images/patern-grains.png);*/z-index: 1}
  .headband .curtain{background:rgba(163, 214, 25, 0.8); position: absolute;left:0px;right:0px;top:40px; height: 120px;z-index: 2}
    .headband .curtain h1.logo{position: static;margin: 10px 0}
      .headband .curtain h1.logo img{display: block;margin: auto;max-width:100%;visibility: visible;}
      @media(max-width:768px){
        .headband .rs-banner .curtain{height:110px;top:20px;}
        .headband .curtain h1.logo img{max-width:206px;margin:0 0 0 15px}
        .headband .curtain h1.logo{position: static; background: #a3d619;padding:20px;margin:0 -15px}
      }

/*
 * HOME
 */
  .panel-body-home h1{text-transform:uppercase; font-size: 40px; display: inline-block;margin-right: 20px}
  .panel-body-home p{display: inline-block}

/*
 * panel-body
 */
 .panel-body{padding:40px 0}
  .panel-body h1{text-transform: uppercase;}

/*
 * layout categories
 */
 .layout-categories{padding: 40px 0}
 .layout-categories-item{margin-bottom:20px;position:relative}
 .layout-categories-item a{display: block;position:absolute;top:0;left:0;bottom:0;right:0;z-index: 1}
 .layout-categories-item .illustration{
   background-attachment: fixed;
   background-position:center 50%;
   background-size:cover;height:260px;overflow:hidden;position: relative;
   -webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;
 }
 @media(max-width:768px){
   .layout-categories-item .illustration{
     background-attachment:inherit;
   }
 }
  /*  .layout-categories-item .illustration:hover{
      -webkit-animation-name: illustrationAnimHover;
      animation-name: illustrationAnimHover;
      background-position:center 51%;
      -webkit-animation-duration: 6s;
      animation-duration: 6s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    } */
    .layout-categories-item .illustration img{display: none}
    .layout-categories-item .illustration .patern{background: url(images/patern-grains.png); position: absolute;top:0;bottom:0;left:0;right:0}

/*
 * Template portfolio
 */
  .portfolio-bystep{border-top:1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;margin:60px 0 20px 0;padding-bottom:40px;}
    .portfolio-bystep-item{position: relative;overflow:hidden;height:500px;-webkit-align-content: flex-start;align-content: flex-start;-webkit-align-items: center;align-items: center;display: -webkit-flex;display: flex;}
      .portfolio-bystep-item h3{margin:0; text-transform: uppercase;margin-bottom:20px;font-size: 25px}
      .portfolio-bystep-item:nth-child(even){flex-direction:row-reverse;-webki-flex-direction:row-reverse;}
      .portfolio-bystep-item .caption{width:25%; padding: 20px;position: relative}
      .portfolio-bystep-item .picture{background-size: cover; background-repeat:no-repeat; background-position: center;width:53%;height:100%}
      .portfolio-bystep-item img{visibility: hidden;height:100%}
      .portfolio-bystep-item .step{width:16%;text-align: center;display:table;background: #a3d619;color:#fff;text-transform: uppercase;font-size: 13px;padding: 5px;position: absolute;right:100%;word-wrap: break-word;}
        .portfolio-bystep-item .step span{position: relative;z-index: 2;}
        .portfolio-bystep-item:nth-child(even) .step{right:auto;left:100%}
        .portfolio-bystep-item .step:after{content: '';display: block; position: absolute; border-right: 1px solid #a3d619;height:2000px;left:50%;top:-1000px;z-index: 1;}
        .portfolio-bystep-item:nth-child(even) .step:after{right:50%;left:auto;}
        .portfolio-bystep-item:first-child .step:after{top:100%;}
        .portfolio-bystep-item:last-child{height:800px}
        .portfolio-bystep-item:last-child .caption{position: absolute;left:50%}
        .portfolio-bystep-item:last-child .picture{width: 100%}
        .portfolio-bystep-item:last-child .step:after{left:0!important;bottom: 100%;top:auto;right:auto!important}
        .portfolio-bystep-item:last-child .step{left:0}
        .portfolio-bystep-item:last-child h3{color:#fff;padding-left: 70px}
        .portfolio-bystep-item:last-child p{display: none}
      @media(max-width:992px){
        .portfolio-bystep-item .caption{width:100%}
      }
      @media(max-width:768px){
        .portfolio-bystep-item, .portfolio-bystep-item:nth-child(even){flex-direction:column;-webki-flex-direction:column;}
        .portfolio-bystep-item + .portfolio-bystep-item .picture{margin-top: 60px}
          .portfolio-bystep-item .caption{width:100%;position: relative!important;left:0!important}
          .portfolio-bystep-item h3{color:#333!important;padding:0!important}
        .portfolio-bystep-item{height:auto!important;}
          .portfolio-bystep-item .picture{height: 200px!important;width:100%;}
          .portfolio-bystep-item .step{bottom: 100%; left:20px!important; right:auto!important;width: auto!important}
          .portfolio-bystep-item .step:after{display:none}
      }
  .portfolio-gallery{margin: 20px 0 0 0}
    .portfolio-gallery-item {position:relative; height: 253px;background-size:cover;background-position:center center;}
    .portfolio-gallery-item img{opacity: 0;}
      .portfolio-gallery-item .zoom-layer{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(163, 214, 25, 0.8);z-index:100;color:#fff;font-size: 30px;display:block}
        .portfolio-gallery-item:hover .zoom-layer{opacity:1}
        .portfolio-gallery-item .zoom-layer i{position: absolute;top:100%; left:50%;margin: -20px 0 0 -20px;}
          .portfolio-gallery-item:hover .zoom-layer i{top:50%}
        .portfolio-gallery-item .zoom-layer .title{position:absolute;right:15px;bottom:15px;text-align: right;font-size: 14px; text-transform: uppercase}

    @media(max-width:768px){
      .portfolio-gallery-item{
        height:auto;
      }
    }

/*
 * Template gallery
 */
 .gallery{margin: 20px 0 0 0}
   .gallery-item {border:1px solid #eee;float:left;position:relative;height:200px;width:25%;background-size: cover;background-repeat: no-repeat; background-position: center;overflow:hidden;-webkit-box-sizing: border-box;box-sizing: border-box;}
   .gallery-item img{visibility: hidden;width:100%}
     .gallery-item .zoom-layer{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(163, 214, 25, 0.8);z-index:100;color:#fff;font-size: 30px;display:block}
       .gallery-item:hover .zoom-layer{opacity:1}
       .gallery-item .zoom-layer i{position: absolute;top:100%; left:50%;margin: -20px 0 0 -20px;}
         .gallery-item:hover .zoom-layer i{top:50%}
         .gallery-item .zoom-layer .title{position:absolute;right:15px;bottom:15px;text-align: right;font-size: 14px; text-transform: uppercase}

 @media(max-width:768px){
   .gallery-item { width:100%;}
 }
/*
 * layout contact
 */
.layout-contact{padding:0 0 40px 0;}
  .layout-contact .btn{border:1px solid #a3d619; color:#000000;padding: 10px 20px;border-radius: 14px;float:right;margin:20px}
  .layout-contact .btn:hover{background:#a3d619;color:#fff;}

  @media(max-width:768px){
    .layout-contact .btn{display:block;float:none;margin:15px 0;}
  }
/*
 * LAYOUT DESIGNER
 */
.layout-designers{padding-top:40px; overflow:hidden;}
.layout-designers h1 span{
  display: block;
  font-size:0.8em;
  text-transform:none;
  color:#777;
}
.carousel-designer{background:#000;}
  .carousel-designer-item{overflow: hidden}
  .carousel-designer img{-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;}
  .carousel-designer a:hover img{ transform: translate(-1%,-1%) scale(1.1);  }
    .layout-designers .btn{border:1px solid #a3d619; color:#000000;padding: 10px 20px;border-radius: 14px;float:right;margin:20px}
    .layout-designers .btn:hover{background:#a3d619;color:#fff;}
.carousel-designer .owl-controls{position: absolute;top:40%;right:0;left:0;z-index: 2000;}
.carousel-designer .owl-controls .owl-nav div{font-size:30px;height:45px;width:28px;overflow:hidden;padding: 0;font-family:'Glyphicons Halflings';background:none; color:#fff; position: absolute;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;}
.carousel-designer .owl-prev{left:-100px;}
.carousel-designer .owl-next{right:-100px;}
.carousel-designer:hover .owl-prev{left:20px;}
.carousel-designer:hover .owl-next{right:20px;}
.carousel-designer .owl-prev:before{content:"\e079"}
.carousel-designer .owl-next:before{content:"\e080"}
.carousel-designer.owl-responsive-1000 .owl-controls{display:none;}
/*
 * SERVICES
 */
.layout-services{background:#a3d619;padding:40px 0px;color:#fff;}
ul.list-services{margin:0;padding:0;-webkit-align-content: flex-start;align-content: flex-start;-webkit-align-items: center;align-items: center;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
ul.list-services li{color:#fff;text-transform:uppercase;list-style: none;padding:40px;font-weight: 400;text-align:center}
ul.list-services .circle{display:block;width:70px;height:70px;border-radius:70px;background:#bfe25e; margin: 15px auto;-webkit-align-content: flex-start;align-content: flex-start;-webkit-align-items: center;align-items: center;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
  ul.list-services .circle:after{width:13px;height:13px;border-radius:13px;display:block;content:"";margin:auto;background:#fff}
@media(max-width:768px){
  ul.list-services { display: block;}
}

/*
 * btnTop
 */
.btnTop{cursor:pointer;visibility: hidden;opacity:0;z-index: 1000;width:80px;height:80px; display: block; background: rgba(163,214,25,0.9);color:#fff;position:fixed; bottom:50px; right:50px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-ms-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
  .btnTop.active{opacity:1;visibility:visible}
  .btnTop span{display: block;width:80px;height:80px;line-height: 80px;text-align: center;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);text-transform:uppercase;font-weight:bold;}
  .btnTop:hover{background:#000000;color:#ffffff;text-decoration:none}
  @media(max-width:768px){
    .btnTop{display:none;}
  }
/*
 * FOOTER
 */
footer#footer{background: #a3d619; color:#000; text-transform:uppercase; font-weight: 300;padding-top:60px}
  footer#footer h4{font-weight: 400;margin-bottom:20px}
  footer#footer .layout-copyright{background: #151515;padding: 25px 0;margin-top:60px; font-size: 13px;color:#fff}
    footer#footer .layout-copyright a{color:#fff}
      footer#footer .copyright{text-align: right}
    footer#footer address{text-transform:none}
    footer#footer img{margin-bottom: 25px}
    footer#footer ul{margin:0;padding: 0}
    footer#footer li{list-style: none;text-transform:none}
    footer#footer a{color:#000;}
      footer#footer a:hover{color:#fff;text-decoration: none;}

@media(max-width:768px){
  footer#footer h4{font-size:16px;}
  footer#footer ul{font-size:12px;}
  footer#footer .layout-copyright{font-size:10px}
}

/*
 * breadcrumbs
 */
.layout-breadcrumbs{border-bottom:1px solid #e5e5e5}
.layout-breadcrumbs:after{content:'';display:table;clear:both}
#breadcrumbs{list-style:none;margin:0;padding: 0;overflow:hidden;height:35px;display: block;}
  #breadcrumbs li{display:block; text-transform:uppercase;color:#8bb322; font-size: 14px;height:35px; float: left;line-height: 35px;border-right:1px solid #e5e5e5;border-bottom:1px solid #a3d619;padding: 0 15px;}
  #breadcrumbs .separator{display: none}
    #breadcrumbs li a{color:#262c3a;display:block;height:35px;line-height: 35px}
    #breadcrumbs li a:hover{color:#8bb322;text-decoration:none}
  #breadcrumbs .item-home{background: #000;color:#fff;width:35px;border:none;padding:0}
    #breadcrumbs .item-home a{text-indent: 200px; overflow: hidden;position: relative}
    #breadcrumbs .item-home a:after{content:"\e800";font-family: "icon-casanova";font-size: 17px;display: block;color:#fff; text-align: center;text-indent: 0px;position: absolute;top:0;left:0;right:0;bottom:0}

/*
 * SINGLE PRODUCTS
 */
 .single-product .post-thumbnail {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:40px 0;}
   .single-product .post-thumbnail img{max-width: 100%; display: block; margin: auto;}
   .single-product .post-thumbnail figure{position:relative}
      .single-product .post-thumbnail figure figcaption{position: absolute;background: rgba(0,0,0,0.8); color:#fff;padding:30px;top:52px;left:52px;text-align: center}
   .single-product .social-networks{text-align: center;}
      .single-product .social-networks a{color:#000; font-size: 27px;}
        .single-product .social-networks a:hover{color:#a3d619}
      .single-product .post-thumbnail .price{display: block;font-size: 50px; font-weight: 400}
      .single-product .post-thumbnail .old-price{display: block;color:#ccc;margin-bottom: 20px;}
        .single-product .post-thumbnail .old-price span{text-decoration: line-through}
      .single-product .post-thumbnail .excerpt{max-width:250px;display: table; margin: auto;margin-bottom: 20px;}
      .single-product .post-thumbnail .excerpt:before{content:"";display: table;width:30%;border-top:1px solid #fff;margin: auto;margin-bottom: 20px;}
      .single-product .post-thumbnail .btn{border:1px solid #a3d619; border-radius:10px; color:#a3d619;}
      .single-product .post-thumbnail .btn:hover{background:#a3d619;color:#000}
      .single-product .post-thumbnail .reduction{text-align:center;position:absolute;background: #a3d619;color:#000;width:75px;height: 75px;top:-37px;right:-37px;font-size:27px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}
        .single-product .post-thumbnail .reduction span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;top:0;right:0;bottom:0;left:0;line-height: 75px; font-weight: 400}

    .single-product .form{padding:40px 0;border-bottom:1px solid #e6e6e6;}
      .single-product .form input[type="submit"]{border:1px solid #000; background: transparent;border-radius: 10px; display: table;margin:auto;padding:6px 20px}
      .single-product .form input[type="submit"]:hover{background: #000;color:#fff}
      .single-product .form .comment{color:#aaa; text-align: center;font-size: 13px;}

/*
 * SINGLE SALES
 */
 .single-sale .post-thumbnail {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:40px 0;}
   .single-sale .post-thumbnail img{max-width: 100%; display: block; margin: auto;visibility: hidden;}
   .single-sale .post-thumbnail figure{position:relative;border:1px solid #e6e6e6; height:600px; background-repeat: no-repeat; background-position: center; background-size: cover;}
      .single-sale .post-thumbnail figure figcaption{position: absolute;background: rgba(0,0,0,0.8); color:#fff;padding:30px;top:52px;left:52px;text-align: center}
   .single-sale .social-networks{text-align: center;}
      .single-sale .social-networks a{color:#000; font-size: 27px;}
        .single-sale .social-networks a:hover{color:#a3d619}
      .single-sale .post-thumbnail .price{display: block;font-size: 50px; font-weight: 400}
      .single-sale .post-thumbnail .old-price{display: block;color:#ccc;margin-bottom: 20px;}
        .single-sale .post-thumbnail .old-price span{text-decoration: line-through}
      .single-sale .post-thumbnail .excerpt{max-width:250px;display: table; margin: auto;margin-bottom: 20px;}
      .single-sale .post-thumbnail .excerpt:before{content:"";display: table;width:30%;border-top:1px solid #fff;margin: auto;margin-bottom: 20px;}
      .single-sale .post-thumbnail .btn{border:1px solid #a3d619; border-radius:10px; color:#a3d619;}
      .single-sale .post-thumbnail .btn:hover{background:#a3d619;color:#000}
      .single-sale .post-thumbnail .reduction{text-align:center;position:absolute;background: #a3d619;color:#000;width:75px;height: 75px;top:-37px;right:-37px;font-size:27px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}
        .single-sale .post-thumbnail .reduction span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;top:0;right:0;bottom:0;left:0;line-height: 75px; font-weight: 400}

    .single-sale .form{padding:40px 0;border-bottom:1px solid #e6e6e6;}
      .single-sale .form input[type="submit"]{border:1px solid #000; background: transparent;border-radius: 10px; display: table;margin:auto;padding:6px 20px}
      .single-sale .form input[type="submit"]:hover{background: #000;color:#fff}
      .single-sale .form .comment{color:#aaa; text-align: center;font-size: 13px;}
      @media(max-width:768px){
        .single-sale .post-thumbnail figure figcaption{left:0;}
        .single-sale .post-thumbnail figure figcaption .price{font-size:30px;}
      }

/*
 * page-template-template-products
 */
  .search-nav{background:rgba(0,0,0,0.9); padding: 15px 0; margin-top: 40px; text-transform:uppercase;color:#fff}

  .search-nav .category-select{border:1px solid #fff; color:#fff;background: #000;display: table;position: relative;width:100%;cursor: pointer; font-weight: 400}
  .search-nav .category-select .selected{padding:15px;}
    .search-nav .category-select.open .category-select-body{display: block}
    .search-nav .category-select-body{display: none;position: absolute;top:100%;left:0;background:rgba(0,0,0,0.9);z-index: 100;width:555px; box-shadow:6px 5px 12px rgba(0, 0, 0, 0.53);}
    .search-nav .form-control{color:#fff;border:1px solid #fff;background:#000; padding:15px;height: auto; font-size: 18px;}
    .search-nav p{text-align: center;padding:10px 0;margin:0}
    .search-nav .category-select-body ul{margin:0;padding:0;display: block}
    .search-nav .category-select-body ul li{display: block;list-style: none;}
    .search-nav .category-select-body a{color:#ffffff;text-decoration: none}
    .search-nav .category-select-body a:hover{color:#000;}
    .search-nav .category-select .option{padding:  15px 40px;display: block;text-decoration: none;color:#fff}
    .search-nav .category-select .option:hover,
    .search-nav .category-select .option.active
    {background-color: rgb(163, 214, 25);color:#000}
    .search-nav .category-select .option:hover .children .children,
    .search-nav .category-select .option.active .children .children,
    {color:#000;}
    .search-nav .category-select .option .children{font-size: 13px;display: block;margin:0px;padding:0px}
    .search-nav .category-select .option .children li{color:#fff; border-right: 1px solid #fff;padding:0 6px 0 0;margin-right: 6px;display: inline-block;box-sizing: box-border;-webkit-box-sizing:box-border}
      .search-nav .category-select .option .children li:last-child{color:#fff; border-right: none;}
      .search-nav .category-select .option .children li:first-child{padding-left: 0}

      .page-template-template-products .layout-contact{border-top:1px solid #e6e6e6}

      .template-products .template-products-list{background-size: cover; background-position: center; background-repeat: no-repeat;float:left;overflow:hidden;padding:1px;border:1px solid #eee;width:16.666%;box-sizing: border-box;-webkit-box-sizing: border-box;position:relative;z-index: 0;height:223px;}
      .template-products .template-products-list img{width:100%;visibility: hidden;}
      .template-products h3{font-size: 36px;margin: 100px 0 30px 0; display: inline-block}
        .template-products h3:after{content:"";display: block;border-bottom:3px solid #000; width: 50px; margin-top: 20px;}
      .template-products p{display: inline-block;padding-left: 30px}
      .template-products .more{float:left;margin:1px;display: block; background: rgb(163, 214, 25);color:#fff; font-size: 60px;position: absolute;top:0;bottom:0;left:0;right:0;line-height: 216px;text-align: center;text-decoration: none}
      .template-products .more:hover{background: #000; color:#fff;cursor:pointer;}

        .template-products-list .zoom-layer{cursor:pointer;opacity:0;display: block;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(163, 214, 25, 0.8);z-index:100;color:#fff;font-size: 30px;display:block}
          .template-products-list:hover .zoom-layer{opacity:1}
          .template-products-list .zoom-layer i{position: absolute;top:100%; left:50%;margin: -20px 0 0 -20px;}
            .template-products-list:hover .zoom-layer i{top:50%}
          .template-products-list .zoom-layer .title{position:absolute;right:15px;bottom:15px;text-align: right;font-size: 14px; text-transform: uppercase}
          .template-products > .template-products-list:first-child{width: 33.33%;height:446px;}
          .template-products .template-products-list:nth-child(2){width:33.33%}
      .not-found{padding: 40px 0}

@media(max-width:1200px){
  .template-products .template-products-list, .template-products > .template-products-list:first-child, .template-products .template-products-list:nth-child(2){width:33.33%;height:200px;}
  .template-products .more{line-height: 185px}
}
@media(max-width:768px){
  .single-product .post-thumbnail figure figcaption{position: static;}
  .single-product .post-thumbnail .reduction{width:60px;height: 60px;top:0;right:0;font-size:18px;}
    .single-product .post-thumbnail .reduction span{line-height: 60px;}
  .template-products .template-products-list, .template-products > .template-products-list:first-child, .template-products .template-products-list:nth-child(2){width:50%;height:200px;}
  .page-template-template-products .category-select-body{width:100%}
}
@media(max-width:414px){
  .template-products .template-products-list, .template-products > .template-products-list:first-child, .template-products .template-products-list:nth-child(2){width:100%;height:200px;}
}


/*
 * template sale
 */
 .page-template-template-sale .layout-contact{border-top:1px solid #e6e6e6}
 .template-sale{margin-top:40px;}
 .template-sale .template-sale-list{margin-bottom:40px;background-size: cover; background-position: center; background-repeat: no-repeat;float:left;overflow:hidden;padding:1px;border:1px solid #eee;width:16.666%;box-sizing: border-box;-webkit-box-sizing: border-box;position:relative;z-index: 0;height:223px;}
 .template-sale .template-sale-list img{width:100%;visibility: hidden;}
 .template-sale h3{font-size: 36px;margin: 100px 0 30px 0; display: inline-block}
   .template-sale h3:after{content:"";display: block;border-bottom:3px solid #000; width: 50px; margin-top: 20px;}
 .template-sale p{display: inline-block;padding-left: 30px}
 .template-sale .more{float:left;margin:1px;display: block; background: rgb(163, 214, 25);color:#fff; font-size: 60px;position: absolute;top:0;bottom:0;left:0;right:0;line-height: 216px;text-align: center;text-decoration: none}
 .template-sale .more:hover{background: #000; color:#fff;cursor:pointer;}

   .template-sale-list .zoom-layer{cursor:pointer;opacity:0;display: block;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(163, 214, 25, 0.8);z-index:100;color:#fff;font-size: 30px;display:block}
     .template-sale-list:hover .zoom-layer{opacity:1}
     .template-sale-list .zoom-layer:link, .template-sale-list .zoom-layer:visited{color:white;}
     .template-sale-list .zoom-layer i{position: absolute;top:100%; left:50%;margin: -20px 0 0 -20px;}
       .template-sale-list:hover .zoom-layer i{top:50%}
     .template-sale-list .zoom-layer .title{position:absolute;right:15px;bottom:15px;text-align: right;font-size: 14px; text-transform: uppercase}

     @media(max-width:768px){
       .template-sale .template-sale-list{width:50%;}
     }

     @media(max-width:320px){
       .template-sale .template-sale-list{width:100%;}
     }


/*
 * widget
 */
 .widget_search input[type="search"] {
    height: 45px;
    padding: 10px 45px 10px 10px;
    width: 100%;
    border: 1px solid #e0e0e0;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:14px;
}
.widget_search .screen-reader-text{display:none}
input[type="search"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.widget_search label{display: block}

/*
 * product-category
 */
 .product-category{margin-top:40px}
 .product-category-item{margin-bottom:40px;z-index:0;position:relative;float:left;overflow:hidden; box-sizing: border-box; -webkit-box-sizing: border-box;width:25%;border:1px solid #eee;height: 223px;background-size: cover;background-position: center;background-repeat: no-repeat;}
  .product-category-item img{width:100%;visibility: hidden;}
  .product-category-item .zoom-layer{cursor:pointer;opacity:0;display: block;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(163, 214, 25, 0.8);z-index:100;color:#fff;font-size: 30px;display:block}
    .product-category-item:hover .zoom-layer{opacity:1}
    .product-category-item .zoom-layer i{position: absolute;top:100%; left:50%;margin: -20px 0 0 -20px;}
      .product-category-item:hover .zoom-layer i{top:50%}
    .product-category-item .zoom-layer .title{position:absolute;right:15px;bottom:15px;text-align: right;font-size: 14px; text-transform: uppercase}
    @media(max-width:1200px){
      .product-category-item{width:33.33%}
    }
    @media(max-width:992px){
      .product-category-item{width:50%}
    }
    @media(max-width:768px){
      .product-category-item{width:100%}
    }




/*
 * PAGE TAXONOMY
 */
.modal .product{display: -webkit-flex; display: flex;flex-direction: row-reverse;-webkit-align-items:stretch;align-items:stretch;min-height:700px}
.modal .product .img{overflow:hidden;width:60%;background-size:cover;background-repeat: no-repeat; background-position: center;position: relative}
.modal .product .content{padding:40px;width:40%;overflow:hidden}
.modal .product button.close{position: absolute; top:0; right:0;padding: 20px; background: #000; color:#fff;opacity: 1}
.modal .product button.close:hover{background:#a3d619}
.modal .product .informations .btn{display:table;font-size:18px;text-transform: uppercase;border-radius:0px;padding:15px 15px 15px 40px;color:#fff;text-decoration:none;background: #a3d619;margin:40px 0 0 -40px;}
.modal .form{display: none}
.modal.openform .form{display: block;margin-top: 40px}
.modal.openform .form input[type="submit"]{border:1px solid #000; background: transparent;border-radius: 10px; display: table;margin:auto;padding:6px 20px}
.modal.openform .form input[type="submit"]:hover{background: #000;color:#fff}
.modal.openform .form .comment{color:#aaa; text-align: center;font-size: 13px;}
.modal .product .gallery{position: absolute; bottom:15px; left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
  .modal .product .gallery img{width:70px; height: 70px; border:2px solid rgba(163, 214, 25 ,0.8);}
@media(max-width:992px){
  .modal .product{display: block;}
  .modal .product .img{width:100%;height: 300px}
  .modal .product .content{width:100%}
}

/*
 * wp-pagenavi
 */
 .wp-pagenavi{margin: 20px 0}
    .wp-pagenavi span.current, .wp-pagenavi a:hover{background: #a3d619; color:#fff;font-weight:normal;text-decoration:none;}
    .wp-pagenavi a, .wp-pagenavi span{color:#000;border:none;padding: 5px 12px;}

/*
 * full_overlayer
 */
 .full_overlayer{position: fixed;top:0;right:0;bottom:0;left:0; background: rgba(0,0,0,0.8);z-index:9000}

/*
 * Template contact
 */
 .page-template-template-contact .form{padding:40px 0;border-bottom:1px solid #e6e6e6;}
   .page-template-template-contact .form input[type="submit"]{border:1px solid #000; background: transparent;border-radius: 10px; display: table;margin:auto;padding:6px 20px}
   .page-template-template-contact .form input[type="submit"]:hover{background: #000;color:#fff}
   .page-template-template-contact .form .comment{color:#aaa; text-align: center;font-size: 13px;}
   .page-template-template-contact .acf-map{border-top:2px solid #fff!important;height:500px;bottom:0px;border:none;}

/*
 * template product brand
 */
.product-brand {margin:20px 0}
.product-brand > div{float:left;width:20%;height:152px;overflow: hidden; background-size: contain; background-position: center; background-repeat: no-repeat;border-left:1px solid #fff;}
  .product-brand > div:hover{opacity: 0.5;display:block;}
  .product-brand > div img{width:100%;visibility: hidden;}
  .product-brand > div a{height:152px;display: block}
  @media(max-width:992px){
    .product-brand > div{width:50%}
  }
  @media(max-width:768px){
    .product-brand > div{width:100%}
  }


/*
 * Override fancybox
 */
 .fancybox-overlay{
   background:rgba(0,0,0,0.9);
 }

 .fancybox-skin{
   background: transparent;
 }
