/* Sticky footer styles
-------------------------------------------------- */
html,body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

#footer {
	height: 60px;
	background-color: #f5f5f5;
}

.navbar-static-top {
	margin-bottom: 19px;
}

.v-center {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
	height: inherit;
}

#footer .v-center {
	height: 60px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 500px;
	margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	/*background-color: #eeeeee;*/
	background-color: #777;
}

.carousel-inner>.item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
	border: 0px;
}

.carousel-indicators li {
	border-color: #777;
}

.item img {
	border: 1px solid;
	border-color: #777;
}