
.carousel-indicators {bottom: 0px;}
.carousel-indicators li {
	margin: 2px 3px;
	border-radius: 0;
	width: 15px; height: 15px;
	border: 0px solid #fff;
	background-color: #fff;
	/*
	opacity:0.6;
	border: 1px solid rgba(255,255,255,.4);
	background-color: rgba(255,255,255,.4);
	*/
}
.carousel-indicators .active {
	margin: 2px 3px;
	width: 15px; height: 15px;
	background-color: #a08769;
}

@media only screen and (min-width: 767.9px){
}
@media (min-width: 1200px) {
}

.banner-container {
	width: 100%;
	min-height: 600px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
/*
@media only screen and (max-width: 768px){
	.banner-container {min-height: 380px;}
}
*/
@media (max-width: 575.98px) {
	.banner-container {min-height: 616px;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.banner-container {min-height: 682px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.banner-container {min-height: 455px;}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
	.banner-container {min-height: 720px;}
}
