/*! http://responsiveslides.com v1.54 by @viljamis */

.ccm-image-slider {
    position: relative;
}

.ccm-image-slider-text {
   position: relative;
    width: 100%;
	padding:2%;
}

.ccm-image-slider-title {
    margin-top:auto;
	font-size:1.5rem;
}	
.ccm-image-slider-title:before {
    margin-top:auto;
	font-size:1.5rem;
	content: "\f105";
	font-family: 'FontAwesome';
    font-style: normal;
	margin-right: 16px;
}

.ccm-image-slider-container a.mega-link-overlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0px;
}

.rslides {
    margin: 0 auto;
}
.ccm-image-slider-inner .rslides img{
	float:none;
}

.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("arrows.gif") no-repeat left top;
    margin-top: -45px;
}
