.skyblue { background-color: #22c8ff; }
.deepskyblue { background-color: #00bfff; }
.darkerskyblue { background-color: #00a6dd; }

@media (min-width: 768px)
{
	.carousel-container
	{
		margin-right: 0;
		margin-left: 0;
		background-color: #fff;
		border-color: #ddd;
		border-width: 1px;
		border-radius: 4px 4px 0 0;
	}
}

.carousel-container
{
	position: relative;
	padding: 15px 15px 15px;
	margin: 10px 0 15px;
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
}

.carousel-indicators { bottom: 0; }
.carousel-control.right,
.carousel-control.left { background-image: none; }

.carousel .item
{
	min-height: 350px;
	height: 100%;
	width: 100%;
}

.carousel .item .first-slide,
.carousel .item .second-slide,
.carousel .item .third-slide,
.carousel .item .fourth-slide,
.carousel .item .fifth-slide,
.carousel .item .sixth-slide
{
	margin: 0 auto;
	height: 506px;
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button { background-color: #09c; }
.carousel-caption h3 { padding: .5em; }

.carousel .icon-container
{
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}

.carousel-caption button
{
	border-color: #00bfff;
	margin-top: 1em;
}

/* Animation delays */
.carousel-caption h3:first-child { animation-delay: 1s; }
.carousel-caption h3:nth-child(2) { animation-delay: 2s; }
.carousel-caption button { animation-delay: 3s; }

/*# sourceMappingURL=carousel-min.css.map */