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

.owl-theme .owl-controlls{
    margin-top: 50px;
	text-align: center;
	height: 73px;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controlls .owl-buttons{
	position: relative;
	top: -400px;
}

.owl-theme .owl-controlls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	opacity: 1;

	
}
.owl-theme .owl-controlls .owl-buttons div.owl-prev{
	background: #fff url(/templates/upmix/images/arrow-left-blue.png) center center no-repeat;
	position: absolute;
	left: -15px;
	height: 384px;
	width: 43px;
	opacity: 1;
}
.owl-theme .owl-controlls .owl-buttons div.owl-next{
	background: #fff url(/templates/upmix/images/arrow-right-blue.png) center center no-repeat;
	position: absolute;
	right: -15px;
	height: 384px;
	width: 43px;
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	opacity: 0.4;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	vertical-align: middle;
}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controlls .owl-page.active span{
	background: url(/templates/upmix/images/slider-item.png);
	width: 24px;
	height: 24px;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controlls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



