/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
.carousel-inner .container {
	height: 100%;
}
.carouselText {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1300px;
	background: rgba(0,0,0,.5);
	padding: 15px;
	margin-left: -650px;
}
.carousel .item {
	padding: 0 0;
	height: 407px;
	overflow: hidden;
	-webkit-background-size: cover !Important;
	-moz-background-size: cover !Important;
	-o-background-size: cover !Important;
	background-size: cover !Important;
}
.carousel p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-shadow: 1px 3px 3px rgba(0,0,0,.5);
	font-weight: bold;
	text-align: center;
}
.carousel-fade .carousel-inner .item {
	opacity: 1;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .right {
	opacity: 1;
}
.carousel-indicators li {
	display: inline-block;
	width: 95px;
	height: 3px;
	margin: 0 2.5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
	border: none;
}
.carousel-indicators .active {
	width: 95px;
	height: 3px;
	background-color: #a88063;
}
@media only screen and  (max-width: 1680px) {
	.carousel .item {
		height: 356px;
	}
}
@media screen and (max-width: 1440px) {
	.carousel .item {
		height: 297px;
	}
}
@media only screen and (max-width: 1366px) {
	.carousel .item {
		height: 290px;
	}
	.carouselText {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.carousel .item {
		height: 217px;
	}
}
@media only screen and (max-width: 959px) {
	.carousel .item {
		height: 203px;
	}
}
@media only screen and (max-width: 767px) {
	.carousel .item {
		height: 163px;
	}
}
@media only screen and (max-width: 479px) {
	.carousel .item {
		height: 102px;
	}
}
@media only screen and (max-width: 320px) {
	.carousel .item {
		height: 102px;
	}
}