.slider {
	position: relative;
	vertical-align: top;
	visibility: hidden;
}
.slider .single-item img {
	position: relative;
	vertical-align: top;
	width: 100%;
}
.slider .single-item .description {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	line-height: 40px;
	width: 80%;
	max-width: 1000px;
}
.slider-wrapper {
	position: relative;
}
#slider-pager {
	position: absolute;
	z-index: 70;
	right: 0px;
}
#slider-pager .bx-pager.bx-default-pager a {
	display: block;
	text-indent: -9999999px;
	outline: 0 none;
	height: 10px;    
    width: 10px;
    background: #fff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 4px solid #fff;
	margin-bottom: 10px;

}
#slider-pager .bx-pager.bx-default-pager a.active {
	background: #2463ae;
}
@media screen and (min-width: 1200px){
	.slider .image-wrapper {
		height: 570px;
	}
}
@media screen and (max-width: 1200px){
	.slider .image-wrapper {
		height: 500px;
	}
}
@media screen and (max-width: 950px){ 
	.slider .image-wrapper {
		height: 470px;
	}
	.slider .single-item .description {
		font-size: 28px;
	}
}
@media screen and (max-width: 600px){ 
	.slider .image-wrapper {
		height: 350px;
	}
	.slider .single-item .description {
		font-size: 24px;
		line-height: 30px;
	}
}
@media screen and (max-width: 400px){
	.slider .image-wrapper {
		height: 240px;
	}
	.slider .single-item .description {
		font-size: 18px;
		line-height: 24px;
		width: 90%;
	}
	#slider-pager {
		top: auto;
		right: 10px !important;
		bottom: 5px !important;
		margin-top: 0px !important;
	}
	#slider-pager .bx-pager .bx-pager-item {
		float: left;
		margin-left: 10px;
	}
}
