.owl-theme.owl-dima{
	position:relative;
	width:100%;
	height:auto;
}
.owl-theme.owl-dima .owl-nav{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	width:100%;
	margin-top:-25px;
}
.owl-theme.owl-dima .owl-dots{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	width:100%;
	text-align:center;
	z-index:2;
}
.owl-theme.owl-dima .owl-dots .owl-dot{
	background:rgba(100,100,100,0.5);
	width:10px;
	height:10px;
	margin:5px;
	display:inline-block;
	border-radius: 5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.owl-theme.owl-dima .owl-dots .owl-dot.active{
	background:rgba(100,100,100,0.9);
	width:50px;
}
.owl-theme.owl-dima .owl-item{
	position:relative;
}
.owl-theme.owl-dima .owl-item .caption{
	position:absolute;
	z-index:1;
	background:rgba(0,0,0,0.5);
	bottom:0;
	left:0;
	right:0;
	padding:20px;
}
.owl-theme.owl-dima .owl-item .caption h5{
	color:#FFF;
	font-weight:bold;
	font-size:20px;
}
.owl-theme.owl-dima .owl-item .caption .description{
	color:#FFF;
	font-weight:nomral;
	font-size:13px;
}
.owl-theme.owl-dima .owl-nav button.owl-next{
	position:absolute;
	left:10px;
	color:rgba(0,0,0,0.3);
	font-size:50px;
}
.owl-theme.owl-dima .owl-nav button.owl-prev{
	position:absolute;
	right:10px;
	color:rgba(0,0,0,0.3);
	font-size:50px;
}
.owl-theme.owl-dima .owl-nav button.owl-prev span{
	font-size:0px;
	width:40px;
	height:40px;
	background:url('../images/right.svg') no-repeat center center;
	background-size:30px 30px;
	display: block;
}
.owl-theme.owl-dima .owl-nav button.owl-next span{
	font-size:0px;
	width:40px;
	height:40px;
	background:url('../images/left.svg') no-repeat center center;
	background-size:30px 30px;
	display: block;
}
.owl-theme.owl-dima .owl-item img {
	position: relative;
	overflow:hidden;
	width:100%;
	display:block;
	min-width: 100%;
}
.owl-theme.owl-dima .photo.cover{
	width:100%;
	position: relative;
}
.owl-theme.owl-dima .photo.cover .cover-image{
	width:100%;
	position: relative;
}
.owl-theme.owl-dima .owl-item{
   position: relative;
   z-index: 0;
}
.owl-theme.owl-dima .owl-item.active{
   z-index: 1;
   width: 100%;
}
