
#hmp_slider{
	width:100%;
	height:350px;
}

#hmp_slider .caption{
	position:absolute;
	z-index:800;
	bottom:20px;
	right:0;
	width:35%;
	background-image:URL('/images/template/slide_black_trans.png');
	text-wrap:none;
	color:#FFF;
	padding:15px;
	font-size:15px;
}

#hmp_slider .slide h3{
	background-color:#408FF4;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:0;
	padding:20px;
	font-weight:bold;
}

#per-slide-template{
	height:60px;
	display:table;
}

#per-slide-template a{
	height:100%;
	line-height:60px;
	display:table-cell;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	position:relative;
	text-transform:uppercase;
}

#per-slide-template a.cycle-pager-active{
	color:#B8B8B6;
}




#pager-container{
	width:100%;
	height:60px;
	background-color:#B70005;
	z-index:150;
}

#hmp_slider #pager-container #per-slide-template{
	height:100%;
}

#hmp_slider div.slide{
	height:100%;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}


@media screen and (max-width: 767px) {
	#hmp_slider .caption{
		bottom:0px;
		right:0;
		width:50%;
		padding:5px;
		font-size:12px;
	}
}

