/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 1px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(images/icons/loading.gif) no-repeat center center
}
.owl-carousel-1{
	height: 81px;
}
.owl-carousel-1.owl-theme .owl-controls {
	margin: 0;
}
.owl-carousel-1.owl-theme .owl-controls .owl-buttons div {
font-family: 'Set_Icon_System';
	color: #333333;
	background: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 80px;
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: -15px;
	margin-left: 0;
	left: -35px;
	border-radius: 0;
}
.owl-carousel-1.owl-theme .owl-controls .owl-buttons div:hover {
	background: #333333;
	color: #fff;
}
.owl-carousel-1.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\e60e";
}
.owl-carousel-1.owl-theme .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: -35px;
}
.owl-carousel-1.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\e624";
}
.owl-carousel-1 .item {
	padding: 0 5px;
}
.owl-carousel-1 .entry-item {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
}
.owl-carousel-1 .entry-item p {
	background: #333333;
	font-size: 11px;
	color: #fff;
}
.owl-carousel-1 .entry-item ul li:first-child {
	margin: 0;
	padding: 0 5px;
	border: none;
}
.owl-carousel-1 .entry-item ul li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e5e5e5;
	padding: 5px 5px 0;
	font-weight: 700;
	display: table;
}
.owl-carousel-1 .entry-item ul li span:first-child {
	float: left;
}
.owl-carousel-1 .entry-item ul li span:last-child {
	float: right;
}
.owl-carousel-1 .entry-item a:hover {
	color: #333333;
}
.owl-carousel-1 .entry-item a:hover p {
	background: #ea2e2b;
}
.owl-carousel-2{
	height: 130px;
}
.owl-carousel-2.owl-theme .owl-controls {
	margin: 0;
}
.owl-carousel-2.owl-theme .owl-controls .owl-buttons div {
font-family: 'Set_Icon_System';
	color: #333333;
	background: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 80px;
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: -15px;
	margin-left: 0;
	left: -35px;
	border-radius: 0;
}
.owl-carousel-2.owl-theme .owl-controls .owl-buttons div:hover {
	background: #333333;
	color: #fff;
}
.owl-carousel-2.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\e60e";
}
.owl-carousel-2.owl-theme .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: -35px;
}
.owl-carousel-2.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\e624";
}
.owl-carousel-2 .item {
	padding: 0 5px;
}
.owl-carousel-2 .entry-item {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
}
.owl-carousel-2 .entry-item p {
	background: #333333;
	font-size: 11px;
	color: #fff;
}
.owl-carousel-2 .entry-item ul li:first-child {
	margin: 0;
	padding: 0 5px;
	border: none;
}
.owl-carousel-2 .entry-item ul li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e5e5e5;
	padding: 5px 5px 0;
	font-weight: 700;
	display: table;
}
.owl-carousel-2 .entry-item ul li span:first-child {
	float: left;
}
.owl-carousel-2 .entry-item ul li span:last-child {
	float: right;
}
.owl-carousel-2 .entry-item a:hover {
	color: #333333;
}
.owl-carousel-2 .entry-item a:hover p {
	background: #ea2e2b;
}