
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	border:  0px solid #fff;
	left: 0px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}


.bx-pager{

}

.bxslider{

}
.bxslider{
  margin:0;
}

.slider-content{
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	background-color: rgba(0,70,119,0.8);
	padding: 10px;
	height:100px;
}
.slider-content a{
	text-decoration: none;
}
.slider-title{
	color:#fff;
	padding:0;
	margin:0;
}
.slider-desc{
	color:#fff;
}





#carousel-wrapper {
	/*
	width: 100%;
	min-width: 900px;
	height: 500px;
	margin: -250px 0 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	*/
	width: 100%;
	height:380px;
	position: relative;
	background-color:#fff;
	background-image: url(../img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#carousel-wrapper *{
	line-height: normal;
}
#carousel img {
	min-width: 100%;
	min-height: 100%;
}

.carousel-item {
	/*height: 380px;*/
	float: left;
	position: relative;
}

.carousel-item a {
	color: #fff;
	text-decoration: none;
}
.carousel-item a:hover {
	color: orange;
}
.carousel-container {
	text-align: left;
	width: 100%;
	position: absolute;
	bottom: 1%;
	left: 0;
	width:96%;
	background-color: rgba(0,70,119,0.8);
	padding: 2%;
}
.carousel-container::after{
	content:"";
	clear: both;
}
.carousel-title {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 0 10px 10px 0;
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
	max-width: 50%;
}


.carousel-text p{
	color: #fff;
	line-height: 120%;

}
.carousel-text::after{
	content:"";
	clear: both;
}


/*.carousel-link{
	background-color: transparent;
	color: #fff;
} 
.carousel-link:hover {
 color: orange;
}*/


#pager {
	border-radius: 20px;
	background: #fff;
	text-align: center;
	width: 120px;
	height: 50px;
	padding-top: 2px;
	margin: 235px 0 0 -60px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 190;
}
#pager a.selected span {
	background: #666;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}


@media (max-width: 960px){
	#carousel-wrapper {
		/*display: none;*/
		height:initial;
	}
	.carousel-text{
		display: none;
	}
	.carousel-title{
		border:0;
		max-width:100%;
		font-size: 15px;
	}
}