.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:5px;
	height:5px;
	margin:5px;
	display:inline-block;
	border-radius: 10px;
}
.owl-theme.owl-dima .owl-dots .owl-dot.active{
	background:rgba(100,100,100,0.9);
	width: 20px;
}
.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;
}
.photo.cover{
	height:500px;
	position: relative;
	overflow:hidden;
}
.photo.cover .cover-image{
	position: absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	width:100%;
	height:auto;
	min-height:100%;
}
@media(max-width:400px){
	.photo.cover{
		height:300px;
		position: relative;
		overflow:hidden;
	}
}
@media(min-width:400px) and (max-width:768px){
	.photo.cover{
		height:400px;
		position: relative;
		overflow:hidden;
	}
}
