.banners {
	background-color: #e4bf8a;
	border-bottom: 7px solid #e4bf8a;
}

.banners .item a, .banners .item i {
		display: block;
		background-position: 50% 50%;
		height: 540px;
		background-repeat: no-repeat;
		background-size: cover;
	}

.carousel {
	margin-bottom: 0 !important;
}

.carousel-control {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 45px;
    height: 45px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff !important;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
	top: 45% !important;
}

.carousel-control.right {
	right: 15px;
}

.carousel-indicators {
    position: absolute;
    top: 10px;
    left: initial;
    bottom: initial;
    right: 15px;
    z-index: 5;
    margin: 0;
    width: auto;
    list-style: none;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 0;
	margin-right: 2px;
}
.carousel-indicators li {
	background-color: rgba(255, 255, 255, 0.25);
	border: none;
}
.carousel-indicators li.active {
	opacity: 1;
}