/*
	StyleSheet For Responsive Bootstrap Carousel
	Author: szthemes
	Item Name: Responsive Bootstrap Carousel
	Author URI: http://codecanyon.net/user/szthemes
	Description: Different Types of Bootstrap Carousel

								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;
}
.page-id-592677 .thumbnail_image_left_carousel_wrapper {
  text-align: center;
}
.thumbnail_image_left_carousel_wrapper > .carousel-inner > .item > img,
.thumbnail_image_left_carousel_wrapper > .carousel-inner > .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%;
  position: absolute;
  margin-bottom: 0px;
  padding: 0px 5px 0px 5px;
}
.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;
}
.page-id-592677 .thumbnail_image_left_carousel_caption {
  left: 20px;
  right: 0%;
  width: 20%;
  bottom: none;
  top:10%;
  padding: 10px;
}
.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);
}
.page-id-592677 .thumbnail_image_left_carousel_caption h1 {margin: 0px 0px 30px 0px;}

.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: #282828;
}
.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: #d63922;
  background: #ffffff;
}
.thumbnail_image_left_carousel_caption a:hover,
.thumbnail_image_left_carousel_caption a:active,
.thumbnail_image_left_carousel_caption a:focus {
  color: #ffffff;
  background: #d63922;
}
/*----------  END  ----------*/
