/* Cached vesion created on 07/08/25 07:55:57*/
/* elapsed time: 0.00079894065856934 secs */

#carousel {
}
#carousel .carousel-inner>.item>img, #carousel .carousel-inner>.item>a>img {
	width: 100%;
}
.linkedImg img {
	display: none!important;
}

.linkedImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	height:200px;
	position: relative;
}

.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 {
	/*display: none!important;*/
	left: 15px;
	bottom: 0;
	width: auto;
	margin-left: 0;
}
.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: #187fc0;
	border: 2px solid #ffffff;
}
.carousel .linkedImg {
	display: block;
}
.carousel-caption {
	position: absolute;
	z-index: 100;
	left: auto;
	right: 0;
	top: 75%;
	height: 100%;
	bottom: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.5);
}
.sliderCaption {
}
.carousel-caption strong {
	display: block;
	padding: 10px;
	font-family: 'roboto_condensedbold', Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom:5px;
}
.carousel-caption span {
	display: none;
	padding: 10px;
	font-family: 'roboto_condensed', Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.carousel-indicators {
	display: none;
}
 @media screen and (min-width: 320px) {
	.carousel-indicators {
		display: block;
		bottom: 5px;
		margin-bottom: 0;
		left: 48%;
	}
	.carousel-indicators li, .carousel-indicators .active {
		margin: 0 10px 0 0;
	}
	.carousel-caption {
		top: 50%;
	}
	.carousel-caption strong {
		font-size: 18px;
	}
	.carousel-caption span {
		display: block;
		padding: 0;
	}
}
 @media screen and (min-width: 768px) {
	.carousel-caption {
		top:55%;
	}
	.carousel-caption strong {
		font-size: 24px;
		text-shadow: 0 2px 2px #000000;
	}
	.carousel-caption span {
		font-size: 18px;
		text-shadow: 0 2px 2px #000000;
		padding: 0;
	}
	.carousel-indicators {
		left: 48%;
		bottom: 10px;
	}
	.carousel-indicators li, .carousel-indicators .active {
		width: 16px;
		height: 16px;
	}
	.linkedImg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 0;
		height:300px;
		position: relative;
	}	
}
 @media screen and (min-width: 992px) {
	.carousel-indicators {
		bottom: 10px;
	}
	.carousel-caption {
		width: 100%;
		top: 63%;		
	}
	.carousel-caption span {
		width: 100%;
		padding: 0;
	}	
	.carousel-caption strong {
		font-size: 30px;
	}
	.carousel-caption span {
		font-size: 20px;
	}
	.linkedImg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 0;
		height:400px;
		position: relative;
	}
}
 @media screen and (min-width: 1200px) {
	.carousel-caption strong {
		font-size: 30px;
	}
	.carousel-caption span {
		padding: 0;
		font-size: 23px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.carousel-caption {
		width: 100%;
		top: 70%;
		
	}
	.carousel-caption span {
		width: 100%;
	}
	.linkedImg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 0;
		height:500px;
		position: relative;
	}
}
 @media screen and (min-width: 1600px) {
	.carousel-caption {
		width: 100%;
		top: 75%;
		
	}

}
