/*
	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--------------------- #

	ONE COLOR CAROUSEL --------------------------55------------------------------ 01

	RESPONSIVE ----------------------------------220----------------------------- 02	

	COLORS --------------------------------------352----------------------------- 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
	#d15d3f -------------------rgb(209, 93, 63)------------------ 03 Replace Only This Color To Change Whole Color Scheme
	#b74425 -------------------rgb(183, 68, 37)------------------ 04 Replace Only This Color To Change Whole Color Scheme
	#f16c49 -------------------rgb(241, 108, 73)----------------- 05 Replace Only This Color To Change Whole Color Scheme

*/


/*==========================================================================================================================================

														ONE COLOR CAROUSEL

==========================================================================================================================================*/


.one_color_carousel_wrapper {

	overflow: hidden;
	max-height: 661px;

}

.one_color_carousel_wrapper > .carousel-inner > .item > img,
.one_color_carousel_wrapper > .carousel-inner > .item > a > img {

	opacity: 0.6;
	margin: auto;
	width: 100% !important;

}

/*========== FADE EFFECT ==========*/

.one_color_carousel_fade {

	opacity: 1;

}

.one_color_carousel_fade .item {

	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;

	-webkit-transition: opacity ease-in-out 0.7s; /* Chrome, Safari, Opera */
       -moz-transition: opacity ease-in-out 0.7s; /* Mozilla */	
        -ms-transition: opacity ease-in-out 0.7s; /* IE 9 */	
         -o-transition: opacity ease-in-out 0.7s; /* Opera */  
            transition: opacity ease-in-out 0.7s; /* Standard syntax */

}

.one_color_carousel_fade .item:first-child {

	top: auto;
	position: relative;

}

.one_color_carousel_fade .item.active {

	opacity: 1;
	z-index: 2;

	-webkit-transition: opacity ease-in-out 0.7s; /* Chrome, Safari, Opera */
       -moz-transition: opacity ease-in-out 0.7s; /* Mozilla */	
        -ms-transition: opacity ease-in-out 0.7s; /* IE 9 */	
         -o-transition: opacity ease-in-out 0.7s; /* Opera */  
            transition: opacity ease-in-out 0.7s; /* Standard syntax */

}

/*========== LEFT/RIGHT CONTROL ==========*/

.one_color_carousel_control_left,
.one_color_carousel_control_right {

	top: 50%;
	z-index: 2;
	width: 55px;
	height: 55px;
	border: none;
	text-align: center;
	
	-webkit-border-radius: 10px; /* Chrome, Safari, Opera */
			border-radius: 10px; /* Standard syntax */

	-webkit-transition: all ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: all ease-in-out 0.3s; /* Standard syntax */

}

.one_color_carousel_control_icons {

	line-height: 50px;
	font-size: 34px !important;
	font-weight: normal !important;

}

.one_color_carousel_control_left {

	left: 1% !important;

}

.one_color_carousel_control_right {

	right: 1% !important;

}

/*========== CAPTION ==========*/

.one_color_carousel_caption {

	left: 0%;
	right: 0%;
	z-index: 1;
	width: 100%;
	bottom: 55%;
	text-shadow: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;

}

.one_color_carousel_caption h1 {

	font-size: 60px;
	font-weight: 800;

	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
            animation-delay: 2s; /* Standard syntax */

}

.one_color_carousel_caption h1 a {

	text-decoration: none;

}

.one_color_carousel_caption h2 {

	font-size: 35px;

	-webkit-animation-delay: 2.5s; /* Chrome, Safari, Opera */
            animation-delay: 2.5s; /* Standard syntax */

}

.one_color_carousel_caption>img {

	left: 13%;
	right: 0%;
	top: 185px;
	width: 75%;
	position: absolute;
	text-align: center;
	
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
            animation-delay: 1s; /* Standard syntax */

}


/*==========================================================================================================================================

																RESPONSIVE

==========================================================================================================================================*/


/*==================================================  MEDIA 480px  ==================================================*/


@media only screen and (max-width: 480px) {


	/*========== LEFT/RIGHT CONTROL ==========*/

	.one_color_carousel_control_left,
	.one_color_carousel_control_right {

		border: none;

	}
	
	.one_color_carousel_control_icons {

		font-size: 18px !important;

	}

	/*========== CAPTION ==========*/

	.one_color_carousel_caption {

		bottom: 40%;

	}
	
	.one_color_carousel_caption h1 {

		font-size: 25px;
		margin: 0px 0px 10px 0px;

	}
	
	.one_color_carousel_caption h2 {

		font-size: 20px;
		margin: 0px 0px 10px 0px;

	}

	.one_color_carousel_caption img {

		top: 85px;

	}

}


/*==================================================  MEDIA 481px - 600px  ==================================================*/


@media (min-width: 481px) and (max-width: 600px) {


	/*========== LEFT/RIGHT CONTROL ==========*/

	.one_color_carousel_control_left,
	.one_color_carousel_control_right {

		border: none;

	}

	/*========== CAPTION ==========*/

	.one_color_carousel_caption {

		bottom: 170px;

	}
	
	.one_color_carousel_caption h1 {

		font-size: 40px;

	}
	
	.one_color_carousel_caption h2 {

		font-size: 30px;

	}

	.one_color_carousel_caption img {

		top: 160px;

	}

}


/*==================================================  MEDIA 601px - 767px  ==================================================*/


@media (min-width: 601px) and (max-width: 767px) {


	/*========== CAPTION ==========*/

	.one_color_carousel_caption {

		bottom: 225px;

	}
	
	.one_color_carousel_caption h1 {

		font-size: 50px;

	}

	.one_color_carousel_caption img {

		top: 160px;

	}

}


/*==========================================================================================================================================

															COLORS (ORANGE)

==========================================================================================================================================*/


.one_color_carousel_wrapper {

	background: rgb(241,108,73); /* All Old Browsers */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,108,73,1)), color-stop(100%,rgba(230,104,71,1))); /* Chrome, Safari 4+ */
    background: -webkit-linear-gradient(top,  rgba(241,108,73,1) 0%, rgba(230,104,71,1) 100%); /* Chrome 10+, Safari 5.1+ */
    background:    -moz-linear-gradient(top,  rgba(241,108,73,1) 0%, rgba(230,104,71,1) 100%); /* FireFox 3.6+ */
	background:     -ms-linear-gradient(top,  rgba(241,108,73,1) 0%, rgba(230,104,71,1) 100%); /* IE 10+ */
	background:      -o-linear-gradient(top,  rgba(241,108,73,1) 0%, rgba(230,104,71,1) 100%); /* Opera 11.10+ */
    background:   linear-gradient(to bottom,  rgba(241,108,73,1) 0%, rgba(230,104,71,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16c49', endColorstr='#e66847',GradientType=0 ); /* IE6-9 */

}

/*========== LEFT/RIGHT CONTROL ==========*/

.one_color_carousel_control_left,
.one_color_carousel_control_left:hover,
.one_color_carousel_control_left:active,
.one_color_carousel_control_left:focus,
.one_color_carousel_control_right,
.one_color_carousel_control_right:hover,
.one_color_carousel_control_right:active,
.one_color_carousel_control_right:focus {

	color: #ffffff;
	border: 1px solid #b74425;
	background: #d15d3f !important; 

	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1); /* Chrome, Safari, Opera */
			box-shadow: inset 0 0 10px rgba(0,0,0,0.1); /* Standard syntax */

}

/*=============== CAPTION ===============*/

.one_color_carousel_caption h2,
.one_color_carousel_caption h1 a,
.one_color_carousel_caption h1 a:visited {

	color: #ffffff;

}

/*=============== MEDIA QUERIES ===============*/

@media only screen and (max-width: 600px) {
	
	/*========== LEFT/RIGHT CONTROL ==========*/
	
	.one_color_carousel_control_left,
	.one_color_carousel_control_right,
	.one_color_carousel_control_left:hover,
	.one_color_carousel_control_left:active,
	.one_color_carousel_control_left:focus,
	.one_color_carousel_control_right:hover,
	.one_color_carousel_control_right:active,
	.one_color_carousel_control_right:focus	{

		background: transparent !important;

	}

}

/*================================================================  END  ================================================================*/