.slider-small {
	padding: 40px 0 30px;
	sbackground: #e9f0f1;
	border-bottom: 10px solid #e9f0f1;
}
.slider-small .h1, 
.slider-small h1 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.7em;
	line-height: 1.5em;
}
.slider-small .h1 span {font-size: 1.8em;}
#owl-slider-small{
	padding: 0 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#owl-slider-small .owl-item {
	position: relative;
	height: 150px;
}
#owl-slider-small .owl-item img {
	display: block;
	position: absolute;
	height: 100%;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}