#products {
	overflow:hidden;	
}

#owl-carousel {
	padding-top: 15px;
	padding-bottom: 15px;
}

#owl-carousel .owl-stage-outer {
	overflow:visible!important;	
}

#owl-carousel .owl-item {
	opacity:0.5;	
}

#owl-carousel .owl-item.active {
	opacity:1;	
}

#owl-carousel .owl-prev, #owl-carousel .owl-next {
	position:absolute;
	top:35%;
	display:block;
	height:57px;
	width:57px;
	height:100px;
	width:100px;
	margin-top:-28px;
	margin-top:-50px;
	text-indent:-9999em;
}

#owl-carousel .owl-prev {
	left:12px;
	background:url(carousel-arrow-left.png) left top no-repeat;
}

#owl-carousel .owl-next {
	right:12px;	
	background:url(carousel-arrow-right.png) left top no-repeat;
}

#owl-carousel h3 {
	margin-top: 5px;
	color: #0065a5;
}
#owl-carousel p a {
	background: #ffce1b;
    border-color: #e6ba18;
    color: #101d23;
    display: inline-block;
    font-size: 12px;
	margin-top: 15px;
    min-width: 100px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.4s;
}
#owl-carousel p a:hover {
	background: #888;
	border-color: #888;
	color: #fff;
	transition: all 0.4s;
}

.signpost .inner {
	padding:17px 27px 5px;
}
.signpost .image img {
	width: 100%;
	transition: all 0.4s;
}
.signpost .image {
	background: #000;
	position: relative;
}
.signpost .image span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -45px;
	float: left;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s;
}
.signpost .image:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.4s;
}
.signpost .image:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all 0.4s;
}

@media (max-width:1199px) {

#owl-carousel .owl-prev, #owl-carousel .owl-next {
	top: 30%;
}

}

@media (max-width:991px) {

#owl-carousel .owl-prev, #owl-carousel .owl-next {
	top: 25%;
}

}

@media (max-width:767px) {

#owl-carousel .owl-prev, #owl-carousel .owl-next {
	top: 20%;
}

}