/* -----------------------------------------
:: PRELOADER
----------------------------------------- */
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
}

#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	left: 50%;
	top: 50%;
	position: absolute;
	width: 128px;
	margin: -64px 0 0 -64px;
}

/* -----------------------------------------
:: LOGO
----------------------------------------- */
.carousel-slider-graphic {
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: center;
	z-index:999;
}

.carousel-slider-logo {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	visibility:hidden;
	display:none;
}

.carousel-slider-logo p, .carousel-slider-logo a, .carousel-slider-logo h1, .carousel-slider-logo h2, .carousel-slider-logo h3, .carousel-slider-logo h4, .carousel-slider-logo h5, .carousel-slider-logo h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-slider-tagline {
	position: absolute;
	top: 26%;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	visibility:hidden;
	display:none;
}

.carousel-slider-tagline p, .carousel-slider-tagline a, .carousel-slider-tagline h1, .carousel-slider-tagline h2, .carousel-slider-tagline h3, .carousel-slider-tagline h4, .carousel-slider-tagline h5, .carousel-slider-tagline h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-highlight1 {
	color: #00AFEE;
}

/* -----------------------------------------
:: SLIDER
----------------------------------------- */
.carousel-slider1 {
	background: url('../../../../Library/sliders/carousel-slider/images/carousel-slider1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-slider2 {
	background: url('../../../../Library/sliders/carousel-slider/images/carousel-slider2.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-slider3 {
	background: url('../../../../Library/sliders/carousel-slider/images/carousel-slider3.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-slider4 {
	background: url('../../../../Library/sliders/carousel-slider/images/carousel-slider4.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-caption {
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 30%;
	z-index: 10;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-size: cover !important;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

html, body, .carousel, .carousel-inner, .carousel-inner .item {
	height: 100% !important;
}

.carousel, .carousel-inner, .carousel-inner .item > img {
	height: 100% !important;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
}

.cs_slider_image_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,53,72,0.75) url('../../../graphics/carousel-slider-cover.png');
	opacity: 0.8;
}

.carousel .carousel-caption h1 {
	font-size: 55px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.carousel .carousel-caption h2 {
	font-size: 60px;
	font-family: 'Oswald', sans-serif;
	color: #00ADEC;
	text-transform: uppercase;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.carousel .carousel-caption p {
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 20px;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
}

.carousel .carousel-caption a {
	border-color: #fff;
	color: #fff;
	margin-right: 20px;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-o-animation-duration: 3s;
}

.cs_slider_sidebar {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #000;
	opacity: 0.8;
	z-index: 15;
	width: 100px;
	height: 100%;
	padding-top: 15%;
}

.cs_slider_sidebar .carousel-indicators {
	text-align: center;
	list-style: none;
	width: 62px;
	padding-left: 0;
}

.cs_slider_sidebar .carousel-indicators li {
	width: 100px;
	height: 60px;
	margin-left: -10px;
	padding-left: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	opacity: 0.2;
	transition: all .2s ease-in-out;
}
#carousel-slider{
  overflow-x:hidden;
}

.cs_slider_sidebar .carousel-indicators li span.slide-label {
	display: none;
	float: left;
	padding-right: 5px;
}

.cs_slider_sidebar .carousel-indicators li span.slide-label i {
	padding-right: 10px;
	font-size: 24px;
}

.cs_slider_sidebar .carousel-indicators .active {
	width: 110px;
	height: 60px;
	opacity: 1;
	padding-left: 0px;
	background: #00AFEE;
}
.cs_slider_sidebar .carousel-indicators li:hover{
	background: #00AFEE;
		width: 100px;
	margin-left: -0px;
		opacity: 1.0;



}

.cs_slider_sidebar .carousel-indicators .active:before {
	border-right: 0px solid #006488;
	border-bottom: 0px solid transparent;
	border-top: 10px solid transparent;
	top: 0;
	left: 0;
	top: -10px;
	content: '';
	position: absolute;
}

.cs_slider_sidebar > h4 {
	padding-left: 20px;
	margin-top: 20px;
	display: none;
	position: absolute;
	bottom: 45px;
	right: 115px;
	color: #ffffff;
	width: 100%;
}

.ca_social h4{
  	color: #ffffff;
  	display:inline;
  	text-align:center;
}

.cs_slider_sidebar > .ca_social {
	padding-left: 35px;
	display: none;
	position: absolute;
	bottom: 0;
	width:100%;
	text-align:center;
}

.cs_slider_sidebar > img {
	padding-left: 20px;
	margin-top: 20px;
	display: none;
	position: absolute;
	top: 90px;
	right: 20px;
}

.cs_slider_sidebar_open {
	background: url('../../../graphics/slider_icon.png') no-repeat;
	width: 33px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 99999999;
	cursor: pointer;
}

.cs_slider_sidebar_close {
	background: url('../../../graphics/slider_icon_close.png') no-repeat;
	width: 33px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 200px;
	z-index: 99999999;
	cursor: pointer;
	display: none;
}

/* -----------------------------------------
:: SOCIAL ICONS
----------------------------------------- */
.ca_social {
	margin: 20px auto;
}
