/* 
 * 	Core Owl Carousel CSS File
 *	v1.23
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	position:relative;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	/*
	cursor:url(grabbing.png) 8 8, move;
	*/
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.slider_desc{
	float:left;
	width:100%;
	position:absolute;
	bottom:25%;
	right:0px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:center;
	
	
}

.slider_title {
	z-index:10;
	font-size:22px;
	line-height:22px;
	font-weight:600;
	color:#FFF;
	margin-bottom:30px;
	text-shadow: 1px 1px 6px #000;

}



.slider_intro{
	margin-bottom:50px;
	color:#FFF;
	font-size:16px;
	line-height:22px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-shadow: 1px 1px 6px #000;
	padding-left:5%;
	padding-right:5%;
	text-align:center;
	display:none;
}


.slider_readmore a{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	background-color:#1eafaa;
	color:#FFF;	
	text-transform:uppercase;
	font-size:14px;
	font-family: 'PT Sans Narrow', sans-serif;
	border-radius:3px;
	 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}

.slider_readmore a:hover{
	background-color:#085b58;
	color:#FFF;
	text-decoration:none;
	 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
	}



@media (min-width:768px) {
	
.slider_desc{
	bottom:25%;
}

.slider_title {
	font-size:22px;
	line-height:22px;
    margin-bottom:50px;	
}	



}

@media (min-width:992px) {

.slider_title {
	font-size:34px;
	line-height:34px;
	text-transform:uppercase;
}

.slider_intro{
	font-size:18px;
	line-height:22px;
	padding-left:15%;
	padding-right:15%;
	display:block;  
}

}

@media (min-width:1160px) {
}

