/*------------------------------------------------------*/
/* INDICATOR NAVIGATION THUMBNAIL 021
/*------------------------------------------------------*/
#in_th_021 {
  overflow: hidden;
  max-height: 1200px;
  position: relative;
  background: #FFF;
}
#in_th_021:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#in_th_021:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#in_th_021 > .carousel-inner > .carousel-item > img,
#in_th_021 > .carousel-inner > .carousel-item > a > img {
  opacity:1.0;
  width: -webkit-fill-available;
  margin: auto;
}
/*---------- INDICATORS THUMBNAIL CONTROL ----------*/
.in_th_below_021 > .carousel-indicators {
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  display: none; /* display: block; */
  padding: 5px 0;
  overflow-x: auto;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  /*background: rgba(255, 255, 255, 0.2);*/
}
.in_th_below_021 > .carousel-indicators li:before,
.in_th_below_021 > .carousel-indicators li:after{
  display: none;
}
.in_th_below_021 > .carousel-indicators li{
  width: 4%;
  border: 0px;
  padding: 0px;
  height: 100%;
  margin: 2px 0;
  text-indent: 0;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  background-color: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.in_th_below_021 > .carousel-indicators li img{
  width: 100%;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.in_th_below_021 > .carousel-indicators .active {
  width: 6%;
  margin: 0;
  height: 100%;
  background-color: transparent;
}
.in_th_below_021 > .carousel-indicators .active img{
  opacity: 0.6;
}
.in_th_below_021 > .carousel-indicators::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.in_th_below_021 > .carousel-indicators::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .in_th_below_021 > .carousel-indicators {
    bottom: 0;
  }
}
/*---------- SLIDE CAPTION ----------*/
.in_th_021_slide{
  top: 20%;
  left: 10%;
  width: 35%;
  right: auto;
  margin: auto;
  text-align: left;
  position: absolute;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -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);
}
.in_th_021_slide_right{
  right: 10%;
  left: auto;
  text-align: right;
}
.in_th_021_slide_center{
  left: 0;
  right: 0;
  text-align: center;
}
.in_th_021_slide > h3{
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 100;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -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);
}
.in_th_021_slide > h1{
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -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);
}
.in_th_021_slide > h4{
	display: none;
  width: 275px;
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 15px 0;
  background: #ffffff;
  letter-spacing: 1px;
  padding: 5px 5px 5px 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -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);
}
.in_th_021_slide_right > h4{
  margin-left: auto;
  text-align: right;
}
.in_th_021_slide_center > h4{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.in_th_021_slide > a,
.in_th_021_slide > a:visited{
 color: #acacac !important;
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 1px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #acacac !important;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -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);
    -webkit-transition: background cubic-bezier(0.22,0.81,0.01,0.99);
    transition: background cubic-bezier(0.22,0.81,0.01,0.99);
}
.in_th_021_slide > a:hover,
.in_th_021_slide > a:active {
  color: #FFF !important;
  background: #594d3e;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px) {
  /*---------- SLIDE CAPTION ----------*/
  .in_th_021_slide,
  .in_th_021_slide.in_th_021_slide_right{
    top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
  }
  .in_th_021_slide > h3{
    font-size: 18px;
  }
  .in_th_021_slide > h1{
    font-size: 25px;
    margin-bottom: 5px;
  }
  .in_th_021_slide > h4,
  .in_th_021_slide_right > h4{
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
  }
}

/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px) {
  /*---------- SLIDE CAPTION ----------*/
  .in_th_021_slide {
    top: 5%;
	width: 100%;
	padding: 5px;
  }
}

/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px) {
  /*---------- SLIDE CAPTION ----------*/
  .in_th_021_slide {
	width: 100%;
  }
}


/*---------- MEDIA 1920px - 3000px ----------*/
@media (min-width: 1920px) and (max-width: 7000px) {
  /*---------- SLIDE CAPTION ----------*/
#in_th_021 > .carousel-inner > .carousel-item > img,
#in_th_021 > .carousel-inner > .carousel-item > a > img {
  opacity:1.0;
  width: auto;
  margin: 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);
}