@import 'owl.carousel.css';
@import 'owl.theme.css';

.mzgr-slider-1 .owl-carousel {
	position: relative;
	margin:auto;
	display: block;
	max-width: 1800px;
}

.mzgr-slider-1 .owl-carousel .absolute-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mzgr-slider-1 .owl-carousel .item {
	background-color: #EEEEEE;
	background-size: cover;
	background-position: center;
}

.owl-carousel.owl-theme {
	margin: auto;
	position: relative;
}

.owl-carousel.owl-theme .caption {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	max-width: 100%;
}

.owl-carousel .container {
	position: relative;
}

.owl-carousel .container .l-icon {
	position: absolute; 
	top: -42px;
	left: -5px;
	width: 200px;
}

.owl-carousel.owl-theme .caption .container .content.full {
	background: rgba(129,38,56,0.7);
	position: relative;
	padding: 15px;
	-webkit-transition: all 2s linear;
	-moz-transition: all 2s linear;
	-o-transition: all 2s linear;
	transition: all 2s linear;
	opacity: 0;
}

.owl-carousel.owl-theme h2,
.owl-carousel.owl-theme p {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
}

.owl-carousel.owl-theme h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}



.owl-carousel.owl-theme .active .caption .container .content.full {
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #812638;
}

@media(max-width: 939px){
	.owl-carousel.owl-theme h2 {
		font-size: 2em;
	}
	
	.owl-carousel.owl-theme p {
		font-size: 1em;
	}
	
	.owl-carousel.owl-theme .caption .container .content.full {
		border-left: 0;
		margin: 0;
	}
}