/* Cached vesion created on 22/08/20 02:18:40*/
/* elapsed time: 0.00047707557678223 secs */

#carousel {

}
#carousel .carousel-inner>.item>img, #carousel .carousel-inner>.item>a>img {
	width: 100%;
}
.carousel .item {
	line-height: 1.2;
}
.carousel-control.left, .carousel-control.right {
	/*display: none;*/
}
.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
	content: normal;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
}
.carousel-control .icon-next {
}
.carousel-indicators {
	left: 15px;
	bottom: 0;
	width: auto;
	margin-left: 0;
	z-index:1!important;
}
.carousel-indicators li, .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	background-color: #ffffff;
	border: 2px solid transparent;
	border-radius: 8px;
}
.carousel-indicators .active {
	background-color: #96bd67;
	border: 2px solid #ffffff;
}
.carousel .linkedImg {
	display: block;
}

.carousel-caption {
	position: absolute;
	z-index: 1;
	left: auto;
	right: 15px;
	top: 10px;
	bottom: auto;
	margin: 0;
	padding: 10px;
	width: 50%;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.3);
	text-align:center;
}
.sliderCaption {
}
.carousel-caption strong {
	display: block;
	padding: 10px;
	font-family: 'source_sans_probold', Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	padding:0;
}
.carousel-caption span {
	display: block;
	padding: 10px;
	font-family: 'source_sans_probold', Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding:0;
}
.carousel-indicators {
	/*display: none;*/
}
 @media screen and (min-width: 480px) {
	.carousel-indicators {
		display: block;
		bottom: 5px;
		margin-bottom: 0;
	}
	.carousel-indicators li, .carousel-indicators .active {
		margin: 0 10px 0 0;
	}
	.carousel-caption {
		top: 12px;
	}
	.carousel-caption strong {
		font-size: 15px;
	}
	.carousel-caption span {
		display: block;
	}
}
 @media screen and (min-width: 768px) {
	.carousel .item {
	}
	.carousel-caption strong {
	}
	.carousel-caption {
		top: 15px;
	}
	.carousel-caption strong {
		font-size: 24px;
		text-shadow: 0 2px 2px #000000;
	}
	.carousel-caption span {
		font-size: 18px;
		letter-spacing: -.03em;
		text-shadow: 0 2px 2px #000000;

	}
	.carousel-indicators {
		left: 48%;
		bottom: 10px;
		ma rgin-left: 0;
	}
	.carousel-indicators li, .carousel-indicators .active {
		width: 16px;
		height: 16px;
	}
}
 @media screen and (min-width: 992px) {
	.carousel-caption {
		right: 100px;
		top: 20%;
		width: 25%;
	}
	.carousel-caption strong {
		font-size: 30px;
	}
	.carousel-caption span {
		font-size: 20px;
	}
}
 @media screen and (min-width: 1200px) {
	.carousel-caption {
		right: 15%;
	}
	.carousel-caption strong {
		font-size: 35px;
	}
	.carousel-caption span {
		font-size: 23px;
	}
}
 @media screen and (min-width: 1600px) {
	.carousel-indicators {
		bottom: 20px;
	}
	.carousel-caption {
		width: 25%;
	}
} 


.carousel-caption strong::before {
    border-top: 2px solid #96bd67;
    content: "";
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80px;
	padding-top:35px;
}
.carousel-caption span:after {
    border-bottom: 2px solid #96bd67;
    content: "";
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80px;
	padding-bottom:35px;
}