#homefeatured{
	float:left;
	width:100%;
	margin:30px 0;
}

h2.homefeatured {
	text-align: center;
	color: #333;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 40px;
	float: left;
	width: 100%;
}

#homefeatured li {
	width: 100%;
}

#homefeatured.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	top: 35%;
	width: 100%;
}

#homefeatured.owl-carousel .owl-nav > div {
	top: 35%;
	margin-top: 0px;
	font-size: 1em;
	bottom: 10px;
	outline: 0;
	width: 30px;
	height: 28px;
	text-indent: -9999px;
	z-index: 9999;
	border: none;
	line-height: 18px;
	cursor: pointer;
}

#homefeatured.owl-carousel .owl-item img {
	display: inline-block;
}

#homefeatured.owl-carousel .owl-nav .owl-prev {
	background: url('../homeslider/images/slider_arrow_left.png') no-repeat bottom left;
	position: absolute;
	left: -30px;
	background-size: 30px;
}

#homefeatured.owl-carousel .owl-nav .owl-next {
	background: url('../homeslider/images/slider_arrow_right.png') no-repeat bottom left;
	position: absolute;
	right: -30px;
	background-size: 30px;
}

@media (max-width: 768px) {
	#homefeatured.owl-carousel .owl-nav > div {height: 23px;}
	#homefeatured.owl-carousel .owl-nav .owl-prev {background-size: 25px; left: -20px;}
	#homefeatured.owl-carousel .owl-nav .owl-next {background-size: 25px; right: -20px;}
}

@media (max-width: 600px) {
	#homefeatured.owl-carousel .owl-nav > div {height: 18px;}
	#homefeatured.owl-carousel .owl-nav .owl-prev {background-size: 20px; left: -10px;}
	#homefeatured.owl-carousel .owl-nav .owl-next {background-size: 20px; right: -15px;}
}
