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


/* 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.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#81bff7;
}

/* 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(AjaxLoader.gif) no-repeat center center
}
/***************************************************************
COMMON
***************************************************************/




/***************************************************************
MAIN-SLIDER
***************************************************************/
.main-slider {
	position:absolute;
}
/*pagination*/
.main-slider .owl-controls{	
	position:absolute;
	width:980px;
	left:50%;
	margin-left:-490px;
	bottom:20px;
}
.main-slider .owl-pagination{
	/*width:148px;*/
	position:absolute;
	right:0;
	bottom:0;
	height:20px;
	font-size: 0;
	overflow:hidden;
	z-index: 9;
}
.main-slider .owl-page{
	margin-left:50px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#fff;
	position:relative;
}
.main-slider .owl-page span{
	display: block;
	width: 6px;
	height: 6px;
	margin: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #5795cd;
}
.main-slider .owl-page:after{
	content:'';
	position:absolute;
	width:50px;
	height:5px;
	left:100%;
	top:5px;
	background-color:#fff;
	
}
.main-slider .owl-page.active{
	background: #9b5ba4;
}
.main-slider .owl-page:first-child{
	margin-left:0;
}

/*progressBar*/
.main-slider .bar{
	width: 0%;
	max-width: 100%;
	height: 5px;
	background: #9b5ba4;
}
.main-slider .progressBar{
	width:50px;
	background: #fff;
	position:absolute;
	top:5px;
	left:16px;
	z-index:1;
}

/*text*/
.main-slider .item{
	position:relative;
}
.main-slider .item p{
	position:absolute;
	width:980px;
	left:50%;
	margin-left:-490px;
	bottom:40px;
	color:#fff;
	font:300 2em/1.4em 'Open Sans', sans-serif;
        display: none;
}
.main-slider .item span{
	font:400 3em/0.6em 'Open Sans', sans-serif;
}

/***************************************************************
TOP-SLIDER WITH GOODS
***************************************************************/
.top-slider .owl-item{	
	height:120px;
	border-left:1px solid #c0d8ee;
}
.top-slider .owl-item:nth-child(5n+1){/*!!!!!!!!!!!!!!!!! nth-child*/
	/*border-left:0;*/
}
.top-slider .owl-item:first-child{/*!!!!!!!!!!!!!!!!! nth-child*/
	border-left:0;
}
.top-slider .owl-item .item{	
	padding:0 3px;
}
.top-slider .item a{
	display:block;
	text-decoration:none;
}
.top-slider .item .img{
	width:190px;
	height:100px;
	font-size:0;
}
.top-slider .item .img img{
	max-width:190px;
	max-height:100px;
}
.top-slider .item .text{
	color:#9652a0;
	font:400 1.3em 'Open Sans', sans-serif;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.top-slider .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Pagination*/
.top-slider .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.top-slider .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #5795cd;
}
.top-slider .owl-controls .owl-page.active span,
.top-slider .owl-controls.clickable .owl-page:hover span{
	background: #9b5ba4;
}

/***************************************************************
BOTTOM-SLIDER WITH GOODS
***************************************************************/
.wrap-bottom-slider{
	position:relative;	
	padding:0 40px 0 50px;
}
.bottom-slider .item{
	width:280px;
	height:118px;
	background:url(../../pic/bottom_slider_shadow.png) no-repeat bottom center;
}
.bottom-slider img{
	width:280px;
	height:100px;
}
/* Styling Next and Prev buttons */
.bottom-slider .owl-buttons div{
	position:absolute;
	top:0;
	width:50px;
	height:100px;
	background:url(../../pic/nav_arrows.png) no-repeat;
}
.bottom-slider .owl-buttons .owl-prev{
	left:0;
	background-position:left center;
}
.bottom-slider .owl-buttons .owl-next{
	right:0;
	background-position:right center;
}
.bottom-slider .owl-buttons .owl-prev:hover{
	background-position:-51px center;
}
.bottom-slider .owl-buttons .owl-next:hover{
	background-position:-83px center;
}