/*------------------------------------------------------*/
/* INDICATOR NAVIGATION THUMBNAIL 028
/*------------------------------------------------------*/
#in_th_028 {
  overflow: hidden;
  max-height: 643px;
  position: relative;
  background: #000000;
}
#in_th_028:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#in_th_028:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#in_th_028 > .carousel-inner > .carousel-item > img,
#in_th_028 > .carousel-inner > .carousel-item > a > img {
  width: 100%;
  opacity: 0.5;
  margin: auto;
}
/*---------- INDICATORS THUMBNAIL CONTROL ----------*/
.in_th_right_txt_028 > .carousel-indicators{
  top: 0;
  bottom: 0;
  left: 75%;
  width: 25%;
  height: 100%;
  overflow: auto;
  margin-left: 0;
  padding: 0 2px;
  display: block;
  margin-bottom: 0;
  position: absolute;
  background: rgba(37, 37, 37, 0.9);
}
.in_th_right_txt_028 > .carousel-indicators li:before{
  display: none;	
}
.in_th_right_txt_028 > .carousel-indicators li{
  width: 100%;
  height: auto;
  border: none;
  padding: 10px;
  display: block;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  margin: 2px 0px 2px 0px;
  background-color: transparent;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.in_th_right_txt_028 > .carousel-indicators .active{
  width: 100%;
  height: auto;
  border: none;
  padding: 10px;
  display: block;
  text-indent: 0;
  overflow: hidden;
  margin: 2px 0px 2px 0px;
  background-color: transparent;
  background-color: #000000;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.in_th_right_txt_028 > .carousel-indicators > li:after,
.in_th_right_txt_028 > .carousel-indicators > li > :first-child:after{
  width: 60px; 
  height: 60px;
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #39C6ef;
}
.in_th_right_txt_028 > .carousel-indicators > li:after{
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  border-width: 1px 1px 0 0;
}
.in_th_right_txt_028 > .carousel-indicators > li > :first-child:after{
  left: 0;
  top: auto;
  bottom: 0;
  right: auto;
  border-width: 0 0 1px 1px;
}
.in_th_right_txt_028 > .carousel-indicators > li > h5{
  padding: 0;
  color: #828282;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px 0;
  letter-spacing: 1px;
  white-space: normal;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.in_th_right_txt_028 > .carousel-indicators > li > p{
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.in_th_right_txt_028 > .carousel-indicators::-webkit-scrollbar{
  width: 4px;
  background: rgba(0, 0, 0, 0.7);
}
.in_th_right_txt_028 > .carousel-indicators::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .in_th_right_txt_028 > .carousel-indicators {
    bottom: 0;
  }
}
/*---------- SLIDE CAPTION ----------*/
.in_th_028_slide{
  top: 35%;
  left: 10%;
  width: 200px;
  height: auto;
  right: auto;
  margin: auto;
  padding: 25px;
  text-align: center;
  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.230, 1.000, 0.320, 1.000);
  animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.in_th_028_slide_right{
  right: 30%;
  left: auto;
  text-align: center;
}
.in_th_028_slide_center{
  left: 0;
  right: 0;
  text-align: center;
}
.in_th_028_slide:after,
.in_th_028_slide > :first-child:after{
  width: 30px; 
  height: 60px;
  content: ' ';
  position: absolute;
  border-style: solid;
  border-color: #39C6ef;
}
.in_th_028_slide:after{
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}
.in_th_028_slide>:first-child:after{
  left: 0;
  bottom: 0;
  border-width: 0 0 2px 2px;
}
.in_th_028_slide > h1{
  color: #ffffff;
  font-size: 30px;
  margin: 0 0 0 0;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.in_th_028_slide > a,
.in_th_028_slide > a:visited{
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  white-space: nowrap;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
  transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
}
.in_th_028_slide > a:hover,
.in_th_028_slide > a:active {
  color: #39C6ef;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*---------- INDICATORS THUMBNAIL CONTROL ----------*/
  .in_th_right_txt_028 > .carousel-indicators li{
    padding: 5px;
  }
  .in_th_right_txt_028 > .carousel-indicators .active{
    padding: 5px;
  }
  .in_th_right_txt_028 > .carousel-indicators > li > h5{
    font-size: 10px;
  }
  .in_th_right_txt_028 > .carousel-indicators > li > p{
    display: none;
  }
  /*---------- SLIDE CAPTION ----------*/
  .in_th_028_slide{
	left: 5%;
  }
  .in_th_028_slide_center{
	right: auto;
  }
}

/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*---------- INDICATORS THUMBNAIL CONTROL ----------*/
  .in_th_right_txt_028 > .carousel-indicators > li > h5{
    font-size: 10px;
  }
  .in_th_right_txt_028 > .carousel-indicators > li > p{
    display: none;
  }
}

/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*---------- INDICATORS THUMBNAIL CONTROL ----------*/
  .in_th_right_txt_028 > .carousel-indicators li{
    padding: 5px;
  }
  .in_th_right_txt_028 > .carousel-indicators .active{
    padding: 5px;
  }
  .in_th_right_txt_028 > .carousel-indicators > li > h5{
    font-size: 10px;
  }
  .in_th_right_txt_028 > .carousel-indicators > li > p{
    font-size: 9px;
  }
}

/*--------------------------------------------*/
/* 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);
}