/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav {
	position: absolute;
	right: 0;
	top: -33px;
}

.owl-theme .owl-controls .owl-nav div{
	color: #777;
	display: inline-block;
	zoom: 1;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	line-height: 24px;
    color: #555;
    content: "\f105";
    display: inline-block;
	font-size: 20px;
    font-family: FontAwesome;
	background: #f5f5f5;
}

.owl-theme .owl-controls.clickable .owl-nav div:hover{
	text-decoration: none;
	color: #fff;
	background: #e67e22;
}

.owl-theme .owl-controls .owl-nav .owl-prev:after {
	content: "\f104";
}

.owl-theme .owl-controls .owl-nav .owl-next:after {
    content: "\f105";
}

@media screen and (max-width: 800px) {
}