.slider-wrapper {
	height:500px;
	background: white;
	background-repeat: no-repeat;
	border-bottom:1px solid #ccc;
	background-position: center center;
}
.bx-wrapper {
		margin-top: 0 !important;
	overflow: hidden;
	}
.bx-wrapper	img {
		display:block;
	}

.bxslider {
	margin:0;
	padding:0;
	list-style: none;
}

/* controls */
.bx-controls-direction a{
			position: absolute;
			top: 30%;
			font-weight: 100;
			font-size: 75px;
			text-decoration: none;
			z-index: 100;
			color: #cdcdcd;
	opacity: .8;

	}
	.bx-controls-direction a:hover {
		opacity:1;
	}



.bx-next {
	right:50px;

}
	.bx-next:after {
		content:"\f105";
		font-family: FontAwesome;
	}
.bx-prev {
	left:50px;
}
.bx-prev:after {
		content:"\f104";
		font-family: FontAwesome;
}
	@media (max-width:480px) {
.bx-controls.bx-has-controls-direction{
display:none;
}

	}





.dept-testimonials{
	background-color: #f3f4f9;
	max-width: 1000px;
	margin: 25px auto;
	text-align: center;
	padding: 50px 15px;
	position: relative;
}
	.dept-slideshow{
    clear: both;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 10px;
	}
	.dept-slideshow__title{
		color: #121e8f;
font-size: 18px;
    margin-bottom: 15px;
	}
	.dept-slideshow__subtitle{
		color: #afafb0;
	}
