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

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

.ccm-image-slider-text {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 30%;
}

.ccm-image-slider-title {
    margin-top:auto;
}	

.ccm-image-slider-container a.mega-link-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
}
.ccm-image-slider-inner {
    max-height: 500px;
    overflow: hidden;
}
.rslides {
    margin: 0 auto;
}
.rslides li {
    z-index: auto !important;
}
.rslides_tabs li a {
    background: #333;
    width: 35px;
    height: 5px;
    border-radius: 0;
}
.rslides_tabs li.rslides_here a {
    background: #ec1f24;
}
#hero .rslides .ccm-image-slider-text {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    color: #e5e5e5;
}
#hero .rslides .ccm-image-slider-text h2 {
    line-height: 1.15;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
#hero ul.rslides_tabs.rslides1_tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 10;
    text-align: center;
}
#hero .btn-red  {
    margin-top: 30px;
}

@media (max-width: 991px) {
    #hero .rslides .ccm-image-slider-text h2 {
        font-size: 2em;
    }
}
@media (max-width: 767px) {
    #hero .rslides .ccm-image-slider-text h2 {
        font-size: 1.5em;
        line-height: 1;
        margin-bottom: 5px;
    }
    #hero .btn-default {
        padding: 10px 30px;
        margin-top: 5px;
    }
    .rslides_tabs li a {
        width: 30px;
        margin-right: 5px;
    }
}
@media (max-width:479px) {
    #hero .rslides .ccm-image-slider-text {
        font-size: 1em;
    }
    #hero .rslides .ccm-image-slider-text h2 {
        font-size: 1.25em;
        margin: 0;
    }
    #hero .btn-default {
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 5px;
    }
    #hero ul.rslides_tabs.rslides1_tabs {
        bottom: -10px;
    }
}