@media(min-width:767px)
{
	body {
		padding-top: 80px !important;
	}
}
body {
    padding-top: 50px;
}
.carousel {
	height: 300px;
	margin-bottom: 25px;
}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	height: 300px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	left: -4096px;
	right: -4096px;
	margin: 0 auto;
	max-width: none;
	min-width: 100%;
	height: 300px;
}
.carousel-caption p
{
	font-size: 25px;
}
.carousel-caption h1
{
	margin-bottom: 0px;
}
.carousel{
	margin-bottom: 0px;
}
