/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-left: 15px;
    margin-right: 15px;
	margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
  /*  border-width: 1px;
    border-style: solid;
	border-color: #FFF;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#FFF, rgba(255, 255, 255, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0)) 1 100%;
    box-shadow: 0 -1px 2px #FFF;*/
}
.main_object_floor .owl-theme .owl-controls, .main_journal_floor .owl-theme .owl-controls, .main_interia_winner_floor .owl-theme .owl-controls
{
    border-width: 0px;
    border-style: solid;
    -webkit-border-image:  none;
    -webkit-border-image:  none;
    -moz-border-image:  none;
    -o-border-image:  none;
    border-image:  none;
    box-shadow: none;
}

/* 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: 3px 10px;
	font-size: 12px;
	opacity: 0.5;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.owl-prev
{   left: 20px;
    transform: rotate(-45deg);
    border-top: 4px solid white;
    border-left: 4px solid white;
    width: 30px;
    height: 30px;
}
.owl-next
{   right: 20px;
    transform: rotate(-45deg);
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    width: 30px;
    height: 30px;
}
.owl-buttons .disabled
{
    display: none !important;
}
/* 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=70);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    border: 3px solid #FFF;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.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;
}
.owl-theme .owl-controls .owl-page.active span
{
   background-color: #FFF;
}

/* 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;

}