/*------------------------------------------------------*/
/* X 023 ANIMATED LAYERS
/*------------------------------------------------------*/
/*---------- GENERAL ----------*/
#x_023_animated_layers,
#x_023_animated_layers > .carousel-inner,
#x_023_animated_layers > .carousel-inner > .carousel-item{
  overflow: hidden;
  max-height: 645px;
}
#x_023_animated_layers{
  background: #706e6f;
}
#x_023_animated_layers:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#x_023_animated_layers:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/*---------- BACKGROUND ----------*/
#x_023_animated_layers > .carousel-inner > .carousel-item > img,
#x_023_animated_layers > .carousel-inner > .carousel-item > a > img{
  width: 100%;
  margin: auto;
}
/*---------- INDICATORS CONTROL ----------*/
.x_023_animated_layers_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: auto;
  width: 95%;
  bottom: 25px;
  height: 25px;
  margin: auto;
  display: block;
  overflow-x: auto;
  text-align: right;
  padding: 0 15px;
  overflow-y: hidden;
  white-space: nowrap;
}
.x_023_animated_layers_indicators > .carousel-indicators li:before,
.x_023_animated_layers_indicators > .carousel-indicators li:after{
  display: none;
}
.x_023_animated_layers_indicators > .carousel-indicators li{
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  cursor: pointer;
  overflow: hidden;
  background: #000000;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
  transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
}
.x_023_animated_layers_indicators > .carousel-indicators .active{
  width: 15px;
  height: 15px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  background: #ffffff;
}
.x_023_animated_layers_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
.x_023_animated_layers_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.x_023_animated_layers_control_button .carousel-control-prev,
.x_023_animated_layers_control_button .carousel-control-next{
  top: 80%;
  z-index: 15;
  opacity: 1;
  width: 35px;
  bottom: auto;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.x_023_animated_layers_control_button .carousel-control-prev{
  left: 25px;
}
.x_023_animated_layers_control_button .carousel-control-next{
  left: 65px;
  right: auto;
}
.x_023_animated_layers_control_button .carousel-control-prev:hover,
.x_023_animated_layers_control_button .carousel-control-next:hover{
  color: #000000;
  background: #ffffff;
}
.x_023_animated_layers_control_button:hover .carousel-control-prev,
.x_023_animated_layers_control_button:hover .carousel-control-next{
  opacity: 1;
}
/*---------- FONTS ----------*/
.x_023_animated_layers_txt > h1,
.x_023_animated_layers_txt > h2,
.x_023_animated_layers_txt > p,
.x_023_animated_layers_txt > a{
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  
}
/*---------- ANIMATION ----------*/
.x_023_animated_layers_txt > a,
.x_023_animated_layers_txt > p,
.x_023_animated_layers_txt > h1,
.x_023_animated_layers_img{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
}
/*---------- CONTENT ----------*/
.x_023_animated_layers_content{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
/*---------- TEXT ----------*/
.x_023_animated_layers_txt{
  top: 0;
  left: 3%;
  bottom: 0;
  width: 45%;
  height: 45%;
  margin: auto 0;
  overflow: hidden;
  position: absolute;
}
.x_023_animated_layers_content_right > .x_023_animated_layers_txt{
  right: 3%;
  left: auto;
  text-align: right;
}
.x_023_animated_layers_txt > h1{
  margin: 0;
  color: #ffffff;
  font-size: 40px;
    font-family: 'Montserrat-Light.otf';
  text-shadow: none;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.x_023_animated_layers_txt > h1 > span{
  color: #000000;
  margin: 0 10px;
  padding: 0 10px;
  background: #ffffff;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.x_023_animated_layers_txt > h2{
  color: #ffffff;
  font-size: 50px;
    font-family: 'montserrat.bold.ttf';
  text-shadow: none;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.x_023_animated_layers_txt > h2 > span{
  color: #ffffff;
  font-weight: 700;
  margin: 0 5px;
}
.x_023_animated_layers_txt > p{
  width: 50%;
  color: #ffffff;
  font-size: 14px;
    font-family: 'montserrat.regular.ttf';
  font-weight: 400;
  margin: 15px 0 25px 0;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.x_023_animated_layers_content_right > .x_023_animated_layers_txt > p{
  margin: 15px 0 25px auto;
}
.x_023_animated_layers_txt > a{
  width: 150px;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  line-height: 40px;
    font-family: 'Montserrat-SemiBold.otf';
  text-align: center;
  background: #e6333e;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.x_023_animated_layers_txt > a:hover{
  color: white;
  background: #e6333e;
}
/*---------- IMAGE ----------*/
.x_023_animated_layers_img{
  top: 0;
  bottom: 0;
  right: 8%;
  width: 31%;
  height: 50%;
  margin: auto;
  position: absolute;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.x_023_animated_layers_content_right > .x_023_animated_layers_img{
  left: 3%;
  right: auto;
}
.x_023_animated_layers_img > img{
  width: 100%;
  display: block;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*---------- INDICATORS CONTROL ----------*/
  .x_023_animated_layers_indicators > .carousel-indicators{
    bottom: 0;
  }
  /*---------- LEFT/RIGHT CONTROL ----------*/
  .x_023_animated_layers_control_button .carousel-control-prev,
  .x_023_animated_layers_control_button .carousel-control-next{
    /*display: none;*/
    top: 90%;
  }
    .carousel-control-next{
        left: 55px;
    }
    .carousel-control-prev{
        left: 55px;
    }
  /*---------- TEXT ----------*/
  .x_023_animated_layers_txt{
    left: 2%;
    width: 98%;
    height: 35%;
    overflow: visible;
    margin-top: 110px;
      text-align: center;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_txt{
    right: 2%;
    left: auto;
  }
  .x_023_animated_layers_txt > h1{
    font-size: 20px;
  }
  .x_023_animated_layers_txt > h2{
    margin: 5px 0;
    font-size: 16px;
  }
  .x_023_animated_layers_txt > p{
    width: 100%;
    font-size: 12px;
    margin: 5px 0 5px 0;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_txt > p{
    margin: 5px 0 5px auto;
  }
  .x_023_animated_layers_txt > a{
    width: 120px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
  /*---------- IMAGE ----------*/
  .x_023_animated_layers_img{
    /*right: 0;*/
    width: 75%;
    height: 2%;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_img{
    left: 0;
    right: auto;
  }
     .slider-bg{
        height: 100%;
    }
    #x_023_animated_layers,
#x_023_animated_layers > .carousel-inner,
#x_023_animated_layers > .carousel-inner > .carousel-item{
  overflow: hidden;
  max-height: 525px;
}
}
/*---------- MEDIA 481px - 767px ----------*/
@media (min-width: 481px) and (max-width: 767px){
  /*---------- TEXT ----------*/
  .x_023_animated_layers_txt{
    left: 2%;
    width: 65%;
    overflow: visible;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_txt{
    right: 2%;
    left: auto;
  }
  .x_023_animated_layers_txt > h1{
    font-size: 20px;
  }
  .x_023_animated_layers_txt > h2{
    font-size: 16px;
  }
  .x_023_animated_layers_txt > p{
    width: 60%;
	font-size: 11px;
    margin: 5px 0 5px 0;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_txt > p{
    margin: 5px 0 5px auto;
  }
  .x_023_animated_layers_txt > a{
    width: 120px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }
  /*---------- IMAGE ----------*/
  .x_023_animated_layers_img{
    right: 0;
    width: 55%;
    height: 4%;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_img{
    left: 0;
    right: auto;
  }
    .slider-bg{
        height: 100%;
    }
    #x_023_animated_layers,
#x_023_animated_layers > .carousel-inner,
#x_023_animated_layers > .carousel-inner > .carousel-item{
  overflow: hidden;
  max-height: 525px;
}
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*---------- TEXT ----------*/
  .x_023_animated_layers_txt{
    left: 2%;
    width: 65%;
    overflow: visible;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_txt{
    right: 2%;
    left: auto;
  }
  .x_023_animated_layers_txt > h1{
    font-size: 50px;
  }
  .x_023_animated_layers_txt > h2{
    font-size: 25px;
  }
  /*---------- IMAGE ----------*/
  .x_023_animated_layers_img{
    right: 0;
    width: 45%;
    height: 45%;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_img{
    left: 0;
    right: auto;
  }
}
/*---------- MEDIA 992px - 1250px ----------*/
@media (min-width: 992px) and (max-width: 1250px){
  /*---------- TEXT ----------*/
  .x_023_animated_layers_txt{
    left: 2%;
    width: 65%;
    overflow: visible;
  }
  /*---------- IMAGE ----------*/
  .x_023_animated_layers_img{
    right: 0;
    width: 45%;
    height: 45%;
  }
  .x_023_animated_layers_content_right > .x_023_animated_layers_img{
    left: 0;
    right: auto;
  }
}

/*--------------------------------------------*/
/* SLIDING TIMING FUNCTIONS
/*--------------------------------------------*/
/*----- ps_ease -----*/
.ps_ease .carousel-item{
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*----- ps_easeInOut -----*/
.ps_easeInOut .carousel-item{
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/*----- ps_speedy -----*/
.ps_speedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
  transition-timing-function: cubic-bezier(0,1,0,1);
}
/*----- ps_slowSpeedy -----*/
.ps_slowSpeedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1);
  transition-timing-function: cubic-bezier(0.3,1,0,1);
}
/*----- ps_easeOutInCubic -----*/
.ps_easeOutInCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
}
/*----- ps_swing -----*/
.ps_swing .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
  transition-timing-function: cubic-bezier(.02,.01,.47,1);
}
/*----- ps_easeOutCubic -----*/
.ps_easeOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
/*----- ps_easeInOutCubic -----*/
.ps_easeInOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
/*----- ps_easeOutCirc -----*/
.ps_easeOutCirc .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
/*----- ps_easeOutExpo -----*/
.ps_easeOutExpo .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
/*----- ps_easeInQuad -----*/
.ps_easeInQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
  transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
/*----- ps_easeOutQuad -----*/
.ps_easeOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
/*----- ps_easeInOutQuad -----*/
.ps_easeInOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
  transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
/*----- ps_easeOutQuart -----*/
.ps_easeOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
/*----- ps_easeInOutQuart -----*/
.ps_easeInOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
}
/*----- ps_easeOutQuint -----*/
.ps_easeOutQuint .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
/*----- ps_easeInSine -----*/
.ps_easeInSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
  transition-timing-function: cubic-bezier(.47,0,.745,.715);
}
/*----- ps_easeOutSine -----*/
.ps_easeOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
/*----- ps_easeInOutSine -----*/
.ps_easeInOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
  transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}