/* Feature Slider Styles */
/*--------------------------------------------------------------
Industry Slider
--------------------------------------------------------------*/
.feature-slider-title {
	font-weight: normal;
	text-align: center;
	line-height: 1;
	margin: 20px 0 10px;
	color: #000;
	clear: both;
	pointer-events: auto;
}
.feature-slider {
	width: 100%;
	position: relative;
	height: auto;
	pointer-events: auto;
	clear: both;
}
.feature-slider .slide {
	position: relative;
	width: 100%;
	max-height: 285px;
}
.feature-slider .slide > div {
	position: relative;
	width: 25%;
	height: auto;
	float: left;
	overflow-x: hidden;
	text-align: center;
	max-height: 100%;
	background-image: url(http://firstresponseurgent.com/images/feature-bg2.png);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center 40px;
}
.feature-slider img {
	width: 85%;
	max-width: none;
	display: block;
	margin: 40px auto 0;
}
.feature-slider h2 {
	position: absolute;
	top: 0;
	line-height: 38px;
	width: 96%;
	margin-left: 2%;
	height: 40px;
	background:#ff0000;
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.feature-slider p {
	
	position: absolute;
	font-size: 10px;
	bottom: 0;
	left: 7%;
	width: 85%;
	color: #fff;
	text-align: left;
	line-height: 1;
	padding: 10px 10px 5px;
	margin: 0;
	display: none;
	background-color:#000000;
}
.feature-slider .slide > div:hover p {
	display: block;
}
@media (max-width: 1015px) {
	.feature-slider .slide > div { width: 33.33%; }
}
@media (max-width: 850px) {
	.feature-slider .slide > div { width: 50%; }
}
@media (max-width: 500px) {
	.feature-slider .slide > div { width: 100%; }
}