/* 
 * 	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:15%;
	right:0px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:left;
	padding-left:10px;
}

.slider_title {
	width:100%;
	z-index:10;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#FFF;
	margin-bottom:40px;
	text-transform:uppercase;
	text-shadow: 3px 0px 5px rgba(0,0,0,0.8);
}

.slider_intro{
	margin-bottom:50px;
	color:#FFF;
	font-size:16px;
	line-height:22px;
	text-shadow: 1px 1px 6px #000;
	text-align:left;
	display:none;
}

.slider_readmore a{
	padding:15px;
	padding-left:30px;
	padding-right:30px;
	background-color:#ed2027;
	color:#FFF;	
	text-transform:uppercase;
	font-size:14px;
	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;
	 text-align:left;
}

.slider_readmore a:hover{
	 background-color:#0587d0;
	 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_title {
	width:50%;
	font-size:22px;
	line-height:26px;
    margin-bottom:0px;	
}
.slider_desc{
	bottom:25%;
}

}

@media (min-width:992px) {

.slider_title {
	font-size:26px;
	line-height:32px;
	text-transform:uppercase;
}
.slider_intro{
	font-size:18px;
	line-height:22px;
	display:block;  
}

}

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

