/*
	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--------------------- #

	ROTATE CAROUSEL -----------------------------54------------------------------ 01

	RESPONSIVE ----------------------------------390----------------------------- 02	

	COLORS --------------------------------------562----------------------------- 03	


	[ Note: Line Numbers Are According To Notepad++ ]


  ------------------------------------------------------------------


							Fonts Styles
  ------------------------------------------------------------------

	  'Raleway', sans-serif ---------------------------------- 01
	            FontAwesome ---------------------------------- 02
				
  ------------------------------------------------------------------


							Color Codes
  ------------------------------------------------------------------

	NAME    ------------------------RGB-------------------------- #

	#ffffff -------------------rgb(255, 255, 255)---------------- 01
	#000000 -------------------rgb(0, 0, 0)---------------------- 02
	#3183d7 -------------------rgb(49, 131, 215)----------------- 03 	Replace This Color To Change Whole Color Scheme
	#282828 -------------------rgb(40, 40, 40)------------------- 04

*/


/*==========================================================================================================================================

														ROTATE CAROUSEL

==========================================================================================================================================*/

.rotate_carousel_wrapper {

	overflow: hidden;
	max-height: 650px;
	position: relative;

}

.rotate_carousel_wrapper > .carousel-inner > .item > img,
.rotate_carousel_wrapper > .carousel-inner > .item > a > img {

	margin: auto;
	opacity: 0.7;
	width: 100% !important;

}

/*========== LEFT/RIGHT CONTROL ==========*/

.rotate_carousel_control_left,
.rotate_carousel_control_right {

	top: 50%;
	z-index: 2;
	opacity: 0;
	width: 55px;
	height: 55px;
	border: none;
	text-align: center;

	-webkit-border-radius: 0%; /* Chrome, Safari, Opera */
			border-radius: 0%; /* Standard syntax */

	-webkit-transition: all ease-in-out 0.3s; /* Chrome, Safari, Opera */
            transition: all ease-in-out 0.3s; /* Standard syntax */

}

.rotate_carousel_wrapper:hover .rotate_carousel_control_left,
.rotate_carousel_wrapper:hover .rotate_carousel_control_right {

	opacity: 0.7;

}

.rotate_carousel_icons {

	line-height: 55px;
	font-size: 38px !important;
	font-weight: normal !important;

}

.rotate_carousel_control_left {

	left: 0% !important;

}

.rotate_carousel_control_right {

	right: 0% !important;

}

.rotate_carousel_control_left:hover,
.rotate_carousel_control_left:active,
.rotate_carousel_control_left:focus,
.rotate_carousel_control_right:hover,
.rotate_carousel_control_right:active,
.rotate_carousel_control_right:focus {

	opacity: 1;

}

/*========== ZOOM EFFECT ==========*/

.rotate_carousel_zoom {

	opacity: 1;

	-webkit-transform: scale(1) rotate(0deg); /* Chrome, Safari, Opera */
			transform: scale(1) rotate(0deg); /* Standard syntax */

}

.rotate_carousel_zoom .item {

	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;

	-webkit-transform: scale(3) rotate(30deg); /* Chrome, Safari, Opera */
			transform: scale(3) rotate(30deg); /* Standard syntax */

	-webkit-transition: -webkit-transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Chrome, Safari, Opera */
            transition: 		transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Standard syntax */

}

.rotate_carousel_zoom .item:first-child {

	top: auto;
	position: relative;

}

.rotate_carousel_zoom .item.active {

	opacity: 1;
	z-index: 2;

	-webkit-transform: scale(1) rotate(0deg); /* Chrome, Safari, Opera */
			transform: scale(1) rotate(0deg); /* Standard syntax */

	-webkit-transition: -webkit-transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Chrome, Safari, Opera */
            transition: 		transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s; /* Standard syntax */

}

/*========== CAPTION ==========*/

.rotate_carousel_caption {

	left: 0%;
	right: 0%;
	bottom: 40%;
	text-shadow: none;

}

.rotate_carousel_caption h1 {

	font-size: 65px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;

	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
            animation-delay: 1s; /* Standard syntax */

}

.rotate_carousel_caption p {

	float: none;
	margin: auto;
	width: 800px;
	font-size: 20px;
	margin-top: 25px;
	text-shadow: none;
	margin-bottom: 25px;
	font-family: 'Raleway', sans-serif;

	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
            animation-delay: 1s; /* Standard syntax */

}

.rotate_colored_button,
.rotate_colored_button:visited {

	outline: 0;
	width: auto;
	height: 44px;
	border: none;
	margin: 0 10px;
	padding: 0 23px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	text-shadow: none;
	line-height: 44px;
	position: relative;
	font-style: normal;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: 'Raleway', sans-serif;

	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px;
	        border-radius: 4px; 

	-webkit-box-sizing:initial !important;
	   -moz-box-sizing:initial !important;
			box-sizing:initial !important;
			
 	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
            transform: translateZ(0); /* Standard syntax */

  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
		  backface-visibility: hidden; /* Standard syntax */

	-webkit-transition: color 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
            transition: color 0.3s ease-in-out 0s; /* Standard syntax */
			
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
            animation-delay: 1s; /* Standard syntax */

}

.rotate_colored_button:before {

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;

	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px;
	        border-radius: 4px; 

	-webkit-transform: scaleX(1); /* Chrome, Safari, Opera */
			transform: scaleX(1); /* Standard syntax */

	-webkit-transform-origin: 50%; /* Chrome, Safari, Opera */
			transform-origin: 50%; /* Standard syntax */

	-webkit-transition: -webkit-transform 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
            transition:         transform 0.3s ease-in-out 0s; /* Standard syntax */

}

.rotate_colored_button:hover,
.rotate_colored_button:active,
.rotate_colored_button:focus {

	box-shadow: none;	
	outline: none !important;

}

.rotate_colored_button:hover:before,
.rotate_colored_button:focus:before,
.rotate_colored_button:active:before {

	-webkit-transform: scaleX(0); /* Chrome, Safari, Opera */
			transform: scaleX(0); /* Chrome, Safari, Opera */

}

.rotate_transparent_button,
.rotate_transparent_button:visited {

	outline: 0;
	width: auto;
	height: 39px;
	margin: 0 10px;
	padding: 0 23px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	text-shadow: none;
	line-height: 39px;
	position: relative;
	font-style: normal;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: 'Raleway', sans-serif;

	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px;
	        border-radius: 4px; 

	-webkit-box-sizing:initial !important;
	   -moz-box-sizing:initial !important;
			box-sizing:initial !important;
			
 	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
            transform: translateZ(0); /* Standard syntax */

  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
		  backface-visibility: hidden; /* Standard syntax */

	-webkit-transition: color 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
            transition: color 0.3s ease-in-out 0s; /* Standard syntax */
	
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
            animation-delay: 1s; /* Standard syntax */

}

.rotate_transparent_button:before {

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;

	-webkit-transform: scaleX(0); /* Chrome, Safari, Opera */
			transform: scaleX(0); /* Standard syntax */

	-webkit-transform-origin: 50%; /* Chrome, Safari, Opera */
			transform-origin: 50%; /* Standard syntax */

	-webkit-transition: -webkit-transform 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
            transition:         transform 0.3s ease-in-out 0s; /* Standard syntax */

}

.rotate_transparent_button:hover,
.rotate_transparent_button:active,
.rotate_transparent_button:focus {

	box-shadow: none;	
	outline: none !important;	

}

.rotate_transparent_button:hover:before,
.rotate_transparent_button:focus:before,
.rotate_transparent_button:active:before {

	-webkit-transform: scaleX(1); /* Chrome, Safari, Opera */
			transform: scaleX(1); /* Chrome, Safari, Opera */

}


/*==========================================================================================================================================

															RESPONSIVE

==========================================================================================================================================*/


/*==================================================  MEDIA 480px  ==================================================*/


@media only screen and (max-width: 480px) {

	/*========== LEFT/RIGHT CONTROL ==========*/

	.rotate_carousel_control_left,
	.rotate_carousel_control_right {

		border: none;

	}
	
	.rotate_carousel_icons {

		font-size: 18px !important;

	}
	
	/*========== CAPTION ==========*/

	.rotate_carousel_caption {

		bottom: -10px;

	}
	
	.rotate_carousel_caption h1 {

		font-size: 20px;
		margin-bottom: 0px;

	}
	
	.rotate_carousel_caption p {

		width: 100%;
		margin: 0px;
		font-size: 16px;
		padding: 10px 0px 10px 0px;

	}

	.rotate_colored_button,
	.rotate_colored_button:visited {

		margin: 0 0;
		height: 34px;
		padding: 0 13px;
		line-height: 34px;

	}

	.rotate_transparent_button,
	.rotate_transparent_button:visited {

		margin: 0 0;
		height: 27px;
		padding: 0 13px;
		line-height: 27px;

	}

}


/*==================================================  MEDIA 481px - 600px  ==================================================*/


@media (min-width: 481px) and (max-width: 600px) {

	/*========== LEFT/RIGHT CONTROL ==========*/

	.rotate_carousel_control_left,
	.rotate_carousel_control_right {
	
		border: none;
	
	}

	/*========== CAPTION ==========*/

	.rotate_carousel_caption {

		bottom: -10px;

	}
	
	.rotate_carousel_caption h1 {

		font-size: 45px;

	}
	
	.rotate_carousel_caption p {

		width: 100%;
		padding: 10px 10px 10px 10px;

	}

}


/*==================================================  MEDIA 601px - 767px  ==================================================*/


@media (min-width: 601px) and (max-width: 767px) {

	/*========== CAPTION ==========*/

	.rotate_carousel_caption {

		bottom: 10%;

	}

	.rotate_carousel_caption p {

		width: 100%;

	}

}


/*==================================================  MEDIA 768px - 991px  ==================================================*/


@media (min-width: 768px) and (max-width: 991px) {

	/*========== CAPTION ==========*/
	
	.rotate_carousel_caption {

		bottom: 30%;

	}

	.rotate_carousel_caption p {

		width: 100%;

	}

}


/*==================================================  MEDIA 992px - 1199px  ==================================================*/


@media (min-width: 992px) and (max-width: 1199px) {

	/*========== CAPTION ==========*/

	.rotate_carousel_caption {

		bottom: 25%;

	}

}


/*==========================================================================================================================================

														COLORS (BLUE)

==========================================================================================================================================*/

.rotate_carousel_wrapper {
	
	background: #000000;

}

/*========== LEFT/RIGHT CONTROL ==========*/

.rotate_carousel_control_left,
.rotate_carousel_control_left:hover,
.rotate_carousel_control_left:active,
.rotate_carousel_control_left:focus,
.rotate_carousel_control_right,
.rotate_carousel_control_right:hover,
.rotate_carousel_control_right:active,
.rotate_carousel_control_right:focus {

	color: #ffffff;
	background: #3183d7;

}

/*=============== CAPTION ===============*/

.rotate_carousel_caption {

	background: transparent;

}

.rotate_carousel_caption h1 {

	color: #ffffff;

}

.rotate_carousel_caption h1 {

	background: transparent;

}

.rotate_carousel_caption p {

	color: #ffffff;
			
}

.rotate_carousel_caption p {

	background: transparent;

}

.rotate_colored_button,
.rotate_colored_button:visited {

	color: #ffffff;
	background: #282828;

}

.rotate_colored_button:before {

	background: #3183d7;

}

.rotate_colored_button:hover,
.rotate_colored_button:active,
.rotate_colored_button:focus {

	color: #ffffff !important;
	background: #282828 !important;

}

.rotate_transparent_button,
.rotate_transparent_button:visited {

	color: #ffffff;
	border: 3px solid #ffffff;
	background: transparent !important;

}

.rotate_transparent_button:before {

	background: #3183d7;

}

.rotate_transparent_button:hover,
.rotate_transparent_button:active,
.rotate_transparent_button:focus {

	color: #ffffff !important;
	background: transparent !important;

}

/*=============== MEDIA QUERIES ===============*/

@media only screen and (max-width: 600px) {

	/*========== LEFT/RIGHT CONTROL ==========*/

	.rotate_carousel_control_left,
	.rotate_carousel_control_right,
	.rotate_carousel_control_left:hover,
	.rotate_carousel_control_left:active,
	.rotate_carousel_control_left:focus,
	.rotate_carousel_control_right:hover,
	.rotate_carousel_control_right:active,
	.rotate_carousel_control_right:focus	{

		background: transparent !important;

	}

}

/*================================================================  END  ================================================================*/