html, body {
	height: 100%;
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 700px;
	border: 0px solid #f00;
}

@media (max-width: 900Px) {
.carousel-inner {
	height: 2250px; !important;
	border: 0px solid #f00;
}

}


@media (max-width: 767px) {
.carousel-indicators {
	position: absolute;
	bottom: -20px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	cursor: pointer;
	cursor: hand;
}



}




.contact-section .carousel-inner {
	height: 100%;
	border: 0px solid #f00;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.section {
	margin: 50px 0;
}
footer {
	margin: 50px 0;
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
