/* * Owl Carousel Owl<a class="YjW43FOp8 f1LRdjHqP" href="http://s.igmhb.com/click?v=UlU6MTM0NjYxOjI0NTU6ZGVtbzpiZDgzNzVlN2M3MmJiYmUyODI5MzllODY0NTc3NTQ0ODp6LTI1MjctODg2Mjc5MjM6a2hhbmNhc2htZXJlLnJ1OjM5MTY2OTpiMDMxYjlmMzg5MzJjMzY3YzIzOTA1ZTY4ZjllZDNhYjpkZjQzYzQzMzA3ODc0MDgxODY4ODA3NWMxMDhhMzI0MjowOmRhdGFfc3MsMTA0MHgxOTIwO2RhdGFfcmMsMTtkYXRhX2ZiLG5vOzo0OTEyMzQ3Ojo6MC4wMQ&subid=g-88627923-1dc414bd497a4da088cc9c8ed5d05cd0-&data_ss=1040x1920&data_rc=1&data_fb=no&data_tagname=A&data_ct=image_only&data_clickel=link&data_sid=cb7e98a9f18e9c96750cf76f9d4f374b" title="Нажмите, чтобы продолжить, Advertisement" style="z-index: 2147483647;" target="a652c_1491995338_khancashmereru_391669"> Demo<img src="https://cdncache-a.akamaihd.net/items/it/img/arrow-10x10.png"></a> Theme 
*	v1.3.3
*/
.owl-prev
{
	position:absolute;
	left: 0px;
	top:50%;
	background:rgba(83,83,81,0.8);
	width:40px;
	height:64px;
	margin-top:-32px;
}
.owl-prev:hover
{
	background:#d53232;
}
.owl-prev:after
{
	content:'';
	padding: 0px;
	margin: 0px;
	position:absolute;
	top:50%;
	left:14px;
	width:9px;
	height:13px;
	margin-top:-6px;
	background:url(images/arr_slider_nav.png) 0px 0px no-repeat;
}
.owl-next
{
	position:absolute;
	right: 0px;
	top:50%;
	background:rgba(83,83,81,0.8);
	width:40px;
	height:64px;
	margin-top:-32px;
}
.owl-next:hover
{
	background:#d53232;
}
.owl-next:after
{
	content:'';
	padding: 0px;
	margin: 0px;
	position:absolute;
	top:50%;
	left:14px;
	width:9px;
	height:13px;
	margin-top:-6px;
	background:url(images/arr_slider_nav.png) 0px -13px no-repeat;
}
.owl-theme .owl-controls{
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
}
/* 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-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: 6px;
	height: 6px;
	margin: 5px 8px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e5e5e5;
	position:relative;
	top:6px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	width:10px;
	height:10px;
	background:#d41217;
	margin: 5px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* preloading images */
.owl-item
{
	text-align:center;
}
.owl-item.loading{
	min-height: 150px;
	/*background: url(AjaxLoader.gif) no-repeat center center*/
}
#progressBar
{
	width: 100%;
	position:absolute;
	left: 0px;
	right: 0px;
	bottom: 23px;
}
#bar{
 /* width: 0%;*/
 /*width:100%;*/
/* width:66%;*/
width:100%;
  max-width: 100%;
  height: 4px;
  background: #000000;
}