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

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

.ccm-image-slider-text {
    position: absolute;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    left: 0;
    right: 0;
    top: 225px;
    text-align: center;
}

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

.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 h2{
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 75px;
    line-height: 60px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    color: #FFF;
}
.ccm-image-slider-inner p{
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 1);
    margin: 0.6em auto .8em;
    width: 80%;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.25px;
}
.rslides_tabs{
    width: 100%;
    position: absolute;
    top: 362px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 25;
}


.rslides_tabs li a {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 0;
    text-indent: -999em;
    background: rgba(255, 255, 255, .5);
}

.rslides_tabs li.rslides_here a{
    background: rgba(255, 255, 255, 1);
}



@media screen and (max-width: 1190px){
    .ccm-image-slider-text {
        top: 210px;
    }
    .rslides_tabs{
        top: 340px;
    }
}
@media screen and (max-width: 1024px){
    .ccm-image-slider-text {
        top: 170px;
    }
    .rslides_tabs{
        top: 305px; /*295px*/
    }
}
@media screen and (max-width: 900px){
    .ccm-image-slider-text {
        top: 150px;
    }
    .rslides_tabs{
        top: 280px;
    }
}
@media screen and (max-width: 800px){
    .ccm-image-slider-inner h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .ccm-image-slider-text {
        top: 150px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .ccm-image-slider-inner p{
        display: none;
    }
    .rslides_tabs{
        top: 205px;
    }
}
@media screen and (max-width: 768px){
   .ccm-image-slider-inner h2 {
        font-size: 44px;
        line-height: 44px;
    }
    .ccm-image-slider-inner p{
        display: none;
    }
    .ccm-image-slider-text {
        top: 150px;
    }
}

@media screen and (max-width: 680px){
    .ccm-image-slider-text {
        top: 32%;
    }
    .rslides_tabs{
        top: 54%;
    }
}

@media screen and (max-width: 480px){
    .ccm-image-slider-text {
        top: 72px;
        width: 100%
    }
    .ccm-image-slider-inner h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .rslides_tabs{
        top: 110px;
    }
}
@media screen and (max-width: 420px){
    .ccm-image-slider-text {
        top: 30%;
    }
    .rslides_tabs{
        top: 52%;
    }
}
