/*--------------------------------------------------	CAROUSEL SLIDER---------------------------------------------------*/
.carouselText {
	margin-top: 61px;
	height:136px;
	padding: 30px 26px 25px 24px;
	background-color: rgba(32,109,175,.3);
	border-left: 6px solid #f3970d;
}
.carouselText2 {
	font-size: 44px;
	/*display: inline-block;*/
	letter-spacing: 0.2em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.carouselText3 {
	font-size: 14px;
	/*display: inline-block;*/
	letter-spacing: 0.2em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	/*margin-top: 23px;*/
}
.carousel .item {
	padding: 0 0;
	height: 500px;
	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;
}
.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: #d2191f;
}
@media only screen and  (max-width: 1680px) {
	.carousel .item {
		height: 438px;
	}
}
@media only screen and (max-width: 1400px) {
	.carousel .item {
		height: 365px;
	}
}
@media only screen and (max-width: 1366px) {
	.carousel .item {
		height: 356px;
	}
}
@media only screen and (max-width: 1024px) {
	.carousel .item {
		height: 267px;
	}
}
@media only screen and (max-width: 959px) {
	.carousel .item {
		height: 250px;
	}
}
@media only screen and (max-width: 767px) {
	.carousel .item {
		height: 200px;
	}
}
@media only screen and (max-width: 479px) {
	.carousel .item {
		height: 165px;
	}
}
@media only screen and (max-width: 320px) {
	.carousel .item {
		height: 110px;
	}
}