.popover {
	z-index: 1000000000;
}
.popover.top {
	margin-top: -30px;
}
.popover.bottom {
	margin-top: 30px;
}
.popover-content {
	font-size: 12px;
}

/* Pagination */
.pagination-container {
	text-align: center;
	margin-bottom: 30px;
}
.pagination .current {
	font-weight: 600;
	background-color: #f7f7f7;
}
.pagination>li>a, .pagination>li>span {
	color: #555;
	padding: 10px 15px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.pagination>li>a:hover, .pagination>li> span:hover {
	color: #222;
}
.pagination {
	margin: 0px 0px;
}

/* Bootstrap Forms */
.form-group:after {
	content: "";
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
}
.form-group {
	margin-bottom: 22px;
}
.form-group:last-child {
	margin-bottom: 0px;
}
.form-group label {
	margin-top: 8px;
}


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
footer {
    margin: 50px 0;
}
.carousel-control {
	background-image: none !important;
	display: none;
}
.icon-prev, .icon-next {
	color: #000 !important;
}
.carousel-indicators .active {
	background-color: #333;
	border: none;
	margin-right: 22px;
	height: 10px;
	width: 10px;
}
.carousel-indicators li {
	border: 1px solid #333;
	margin-right: 22px;
}
.carousel-indicators li:last-child {
	margin-right: 0px;
}
.carousel-indicators {
	width: auto;
	margin-left: 60px;
	text-align: left;
	left: auto;
}

/* Tabs */

.tab-content {
	padding: 30px 30px;
}