/*
	StyleSheet For Responsive Bootstrap Carousel 4
	Author: szthemes
	Item Name: Responsive Bootstrap Carousel 4
	Author URI: http://codecanyon.net/user/szthemes
	Description: Different Types of Bootstrap Carousel 4

								Content List
  -----------------------------------------------------------------------------------
	NAME ----------------------------------------LINE NUMBER--------------------- #
	THUMBNAIL IMAGE LEFT CAROUSEL ---------------30------------------------------ 01
	RESPONSIVE ----------------------------------136----------------------------- 02	
	COLORS --------------------------------------176----------------------------- 03	
  -----------------------------------------------------------------------------------
							Fonts Styles
  -----------------------------------------------------------------------------------
	     'Lato', sans-serif ---------------------------------- 01
	            FontAwesome ---------------------------------- 02	
  -----------------------------------------------------------------------------------
							Color Codes
  -----------------------------------------------------------------------------------
	NAME    ------------------------RGB-------------------------- #
	#ffffff -------------------rgb(255, 255, 255)---------------- 01
	#000000 -------------------rgb(0, 0, 0)---------------------- 02
	#d63922 -------------------rgb(26, 188, 156)----------------- 03	Replace Only This Color To Change Whole Color Scheme
	#282828 -------------------rgb(40, 40, 40)------------------- 04
*/

/*------------------------------------------------------*/
/* THUMBNAIL IMAGE LEFT CAROUSEL
/*------------------------------------------------------*/

.thumbnail_image_left_carousel_wrapper{
  overflow: hidden;
  max-height: 650px;
  position: relative;
}
.thumbnail_image_left_carousel_wrapper > .carousel-inner > .carousel-item > img,
.thumbnail_image_left_carousel_wrapper > .carousel-inner > .carousel-item > a > img{
  /*opacity: 0.5;*/
  margin: auto;
  width: 100% !important;
}
/*---------- INDICATORS THUMBNAIL IMAGES ----------*/
.thumbnail_image_left_carousel_indicators{
  top: 1px;
  left: 90%;
  z-index: 3;
  bottom: 0%;
  width: 10%;
  height: 100%;
  overflow: auto;
  margin-left: 0%;
  display: block;
  position: absolute;
  margin-bottom: 0px;
  padding: 0px 5px 0px 5px;
}
.thumbnail_image_left_carousel_indicators li:before,
.thumbnail_image_left_carousel_indicators li:after{
  display: none;
}
.thumbnail_image_left_carousel_indicators li{
  width: 100%;
  opacity: 0.8;
  height: auto;
  border: none;
  display: block;
  margin: 2px 0px 2px 0px;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.thumbnail_image_left_carousel_indicators li img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.thumbnail_image_left_carousel_indicators .active{
  width: 100%;
  opacity: 0.4;
  height: auto;
  border: none;
  margin: 2px 0px 2px 0px;
}
.thumbnail_image_left_carousel_indicators::-webkit-scrollbar{
  width: 5px;
}
.thumbnail_image_left_carousel_indicators::-webkit-scrollbar-thumb{
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/*---------- CAPTION ----------*/
.thumbnail_image_left_carousel_caption{
  left: 15%;
  right: 0%;
  width: 35%;
  bottom: 55%;
  padding: 10px;
  text-align: left;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
}
.thumbnail_image_left_carousel_caption h1{
  font-size: 35px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99);
  animation-timing-function: cubic-bezier(.22,.81,.01,.99);
}
.thumbnail_image_left_carousel_caption h2{
  font-size: 23px;
  font-weight: bold;
  margin: 5px 0px 30px 0px;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99);
  animation-timing-function: cubic-bezier(.22,.81,.01,.99);
}
.thumbnail_image_left_carousel_caption a,
.thumbnail_image_left_carousel_caption a:visited{
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99);
  animation-timing-function: cubic-bezier(.22,.81,.01,.99);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*---------- CAPTION ----------*/
  .thumbnail_image_left_carousel_caption{
    left: 0%;
    bottom: 5%;
    width: 90%;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*---------- CAPTION ----------*/
  .thumbnail_image_left_carousel_caption{
    left: 0%;
    bottom: 5%;
    width: 100%;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*---------- CAPTION ----------*/
  .thumbnail_image_left_carousel_caption{
    left: 0%;
    bottom: 5%;
    width: 100%;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*---------- CAPTION ----------*/
  .thumbnail_image_left_carousel_caption{
    left: 0%;
    width: 100%;
  }
}

/*------------------------------------------------------*/
/* COLORS (RED)
/*------------------------------------------------------*/

.thumbnail_image_left_carousel_wrapper{
  background: #000000;
}
/*---------- INDICATORS THUMBNAIL IMAGES ----------*/
.thumbnail_image_left_carousel_indicators{
  background: #ffffff;
}
.thumbnail_image_left_carousel_indicators::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 0.3);
}
/*---------- CAPTION ----------*/
.thumbnail_image_left_carousel_caption a,
.thumbnail_image_left_carousel_caption a:visited{
  color: #ffffff;
  background: #266d0f;
}
.thumbnail_image_left_carousel_caption a:hover,
.thumbnail_image_left_carousel_caption a:active,
.thumbnail_image_left_carousel_caption a:focus{
  color: #266d0f;
  background: #ffffff;
}
/*------------------------------------------------------*/
/* 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);
}
/*---------- END ----------*/