/*-------------------------------------------------------------------*/
/* Carousel */
/*-------------------------------------------------------------------*/

.delay-0 {
	animation-delay: 1s !important;
}
.delay-1 {
	animation-delay: 2s !important;
}
.delay-2 {
	animation-delay: 3s !important;
}
.delay-3 {
	animation-delay: 4s !important;
}
.delay-4 {
	animation-delay: 5s !important;
}
.delay-5 {
	animation-delay: 6s !important;
}
.delay-6 {
	animation-delay: 7s !important;
}
.delay-7 {
	animation-delay: 8s !important;
}
.delay-8 {
	animation-delay: 9s !important;
}
.delay-9 {
	animation-delay: 10s !important;
}
.delay-10 {
	animation-delay: 11s !important;
}
.delay-11 {
	animation-delay: 12s !important;
}

/**/
.carousel-section {
	background-image: url("../img/slide_back.jpg");
	overflow: hidden;
}
.orange-carousel {
	background-color: #0099da;
	background-color: rgba(0, 135, 193, 0.9);
}
.orange-carousel .carousel-caption {
	position: static;
	text-align: left;
}
.orange-carousel .carousel-img-wrap {
	display: table-row;
}
.orange-carousel .carousel-img {
	height: 400px;
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	display: static;
	padding-top: 20px;
}
.orange-carousel .carousel-img img {
	width: 100%;
}
.orange-carousel .carousel-indicators {
	bottom: 0px !important;
}
.orange-carousel .carousel-indicators li {
	margin: 0 2px;
}
.carousel-text span {
	color: #cdff76;
}
.carousel-title {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 2.2em;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 1.4em;
}
.crousel-subtitle {
	font-size: 1.8em;
	color: #cdff76;
	margin-bottom: 20px;
	font-weight: 300;
	font-family: "Lato", sans-serif;
}
.carousel-list {
	margin: 20px 0;
}
.carousel-list li {
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 10px;
	overflow: hidden;
}
.carousel-list li i {
	font-size: 1.6em;
	margin-right: 20px;
	color: #fff;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 7%!important;
	font-size: 20px;
	color: #fff;
	text-align: center;
	filter: alpha(opacity=80);
	opacity: .8;
}
.carousel-control.left {
	background-image: none!important;
	-webkit-filter: none;
	filter: none;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none!important;
	-webkit-filter: none;
	filter: none;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=100);
	outline: none;
	opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-angle-left {
	left: 50%;
}
.carousel-control .icon-next,
.carousel-control .fa-angle-right {
	right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

@media (max-width: 767px) {
	.carousel-indicators {
		top: 10px !important;
		bottom: auto !important;
	}
	.carousel-title {
		margin: 10px 0 5px 0;
		padding: 0;
		font-size: 2em;
		line-height: 1.3em;
	}
	.crousel-subtitle {
		font-size: 1.4em;
	}
	.carousel-text p {
		margin-bottom: 10px;
	}
	.carousel-list {
		margin: 5px 0 0 0;
	}
	.carousel-list li {
		font-size: 1.2em;
		line-height: 1em;
		margin-bottom: 4px;
	}
	.carousel-list li span {
		padding: 5px;
	}
	.carousel-list li i {
		width: 42px;
		padding: 5px;
	}
	.carousel-control {
		left: auto;
		bottom: auto;
		top: 20px;
	}
	.carousel-control.left {
		right: 50px;
	}
	.carousel-control.right {
		right: 0;
	}
}

/**/
@media (min-width: 992px) {
	.carousel-inner .item {
		padding: 50px 0 50px;
	}
}
