/*
	StyleSheet For Responsive Bootstrap Carousel

	Item Name: Responsive Bootstrap Carousel
	Item URL: 
	Description: Different Types of Bootstrap Carousel
	Author: SZThemes
	Author URI: http://codecanyon.net/user/sz_themes
	Version: 1.0


								Content List
  -----------------------------------------------------------------------------------

	NAME ----------------------------------------LINE NUMBER--------------------- #

	THUMBNAIL IMAGE GALLERY CAROUSEL ------------54------------------------------ 01

	RESPONSIVE ----------------------------------213----------------------------- 02	

	COLORS --------------------------------------309----------------------------- 03	


	[ Note: Line Numbers Are According To Notepad++ ]


  ------------------------------------------------------------------


							Fonts Styles
  ------------------------------------------------------------------

	'Open Sans', 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 GALLERY CAROUSEL

==========================================================================================================================================*/

.thumbnail_image_gallery_carousel_wrapper {

	overflow: hidden;
	max-height: 650px;
	position: relative;

}

.thumbnail_image_gallery_carousel_wrapper > .carousel-inner > .item > img,
.thumbnail_image_gallery_carousel_wrapper > .carousel-inner > .item > a > img {

	opacity: 0.5;
	margin: auto;
	width: 100% !important;

}

/*========== INDICATORS THUMBNAIL IMAGES ==========*/

.thumbnail_image_gallery_carousel_indicators {

	top: 1px;
	left: 80%;
	z-index: 3;
	bottom: 0%;
	width: 20%;
	height: 100%;
	margin-left: 0%;
	overflow: auto;
	position: absolute;
	margin-bottom: 0px;
	padding: 0px 5px 0px 5px;

}

.thumbnail_image_gallery_carousel_indicators li {

	width: 48%;
	opacity: 0.8;
	height: auto;
	border: none;
	display: block;
	float: left;
	margin: 2px 2px 0px 0px;

	-webkit-border-radius: 0%; /* Chrome, Safari, Opera */
			border-radius: 0%; /* Standard syntax */

	-webkit-transition: opacity 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
            transition: opacity 0.3s ease-in-out 0s; /* Standard syntax */

}

.thumbnail_image_gallery_carousel_indicators li img {

	width: 100%;
	height: auto;
	display: block;
	position: relative;

}

.thumbnail_image_gallery_carousel_indicators .active {

	width: 48%;
	opacity: 0.4;
	height: auto;
	border: none;
	margin: 2px 2px 0px 0px;

}

.thumbnail_image_gallery_carousel_indicators::-webkit-scrollbar {

    width: 5px;

}

.thumbnail_image_gallery_carousel_indicators::-webkit-scrollbar-thumb {

	-webkit-border-radius: 10px;
			border-radius: 10px;

}

/*========== CAPTION ==========*/

.thumbnail_image_gallery_carousel_caption {

	left: 30%;
	right: 0%;
	width: 35%;
	bottom: 55%;
	padding: 10px;
	text-align: left;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;

}

.thumbnail_image_gallery_carousel_caption h1 {

	font-size: 40px;
	font-weight: 800;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
			animation-delay: 1s; /* Standard syntax */
	
	-webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */
			animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Standard syntax */

}

.thumbnail_image_gallery_carousel_caption p {

	text-align: justify;
	margin: 5px 0px 20px 0px;
	text-transform: uppercase;
	
	-webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
			animation-delay: 1.5s; /* Standard syntax */
	
	-webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */
			animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Standard syntax */

}

.thumbnail_image_gallery_carousel_caption a,
.thumbnail_image_gallery_carousel_caption a:visited {

	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;

	-webkit-border-radius: 5px; /* Chrome, Safari, Opera */
			border-radius: 5px; /* Standard syntax */

	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
			animation-delay: 2s; /* Standard syntax */
	
	-webkit-animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Chrome, Safari, Opera */
			animation-timing-function: cubic-bezier(.22,.81,.01,.99); /* Standard syntax */

	-webkit-transition: all 0.2s ease-in-out 0s; /* Chrome, Safari, Opera */
            transition: all 0.2s ease-in-out 0s; /* Standard syntax */

}


/*==========================================================================================================================================

															RESPONSIVE

==========================================================================================================================================*/


/*==================================================  MEDIA 480px  ==================================================*/


@media only screen and (max-width: 480px) {


	/*========== CAPTION ==========*/

	.thumbnail_image_gallery_carousel_caption {

		left: 0%;
		width: 80%;
		bottom: 5px;

	}
	
	.thumbnail_image_gallery_carousel_caption h1 {

		font-size: 23px;

	}

	.thumbnail_image_gallery_carousel_caption p {

		font-size: 13px;
		margin: 5px 0px 5px 0px;

	}
	
}


/*==================================================  MEDIA 481px - 600px  ==================================================*/


@media (min-width: 481px) and (max-width: 600px) {


	/*========== CAPTION ==========*/

	.thumbnail_image_gallery_carousel_caption {

		left: 0%;
		width: 80%;
		bottom: 25%;

	}

}


/*==================================================  MEDIA 601px - 767px  ==================================================*/


@media (min-width: 601px) and (max-width: 767px) {


	/*========== CAPTION ==========*/

	.thumbnail_image_gallery_carousel_caption {

		left: 0%;
		width: 80%;
		bottom: 25%;

	}

}


/*==================================================  MEDIA 768px - 991px  ==================================================*/


@media (min-width: 768px) and (max-width: 991px) {


	/*========== CAPTION ==========*/

	.thumbnail_image_gallery_carousel_caption {

		left: 0%;
		width: 80%;
		bottom: 25%;

	}

}


/*==========================================================================================================================================

															COLORS (RED)

==========================================================================================================================================*/


.thumbnail_image_gallery_carousel_wrapper {

	background: #282828;

}

/*========== INDICATORS THUMBNAIL IMAGES ==========*/

.thumbnail_image_gallery_carousel_indicators {

	background: #282828;

}

.thumbnail_image_gallery_carousel_indicators::-webkit-scrollbar-thumb {

    background: rgba(255, 255, 255, 0.3);

}

/*========== CAPTION ==========*/

.thumbnail_image_gallery_carousel_caption a,
.thumbnail_image_gallery_carousel_caption a:visited {

	color: #ffffff;
	background: #d63922;

}

.thumbnail_image_gallery_carousel_caption a:hover,
.thumbnail_image_gallery_carousel_caption a:active,
.thumbnail_image_gallery_carousel_caption a:focus {

	color: #d63922;
	background: #ffffff;

}

/*================================================================  END  ================================================================*/