
.main-container {
  padding: 40px 15px;
}
.firstslide {
	background:url(../images/banner1.png) no-repeat left top;
}
.secondslide {
	background:url(../images/banner2.png) no-repeat left top;
}
.thirdslide {
	background:url(../images/banner3.png) no-repeat left top;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	height: 100%;
	width:100%; 
}
@media (min-width:768px) {
.carousel .item {
	min-height: 400px;
}
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	/*background-color: #09c;*/
}
.carousel-caption {
	right:8%;
	bottom:120px;
	line-height:36px;
}
.carousel-caption h3 {
	padding: .5em;
	text-align:right;
}
.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 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}