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

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

.ccm-image-slider-text {
    position: absolute;
    width: 100%;
    bottom: 30px;
    top: auto;
}
.ccm-image-slider-text p img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.ccm-image-slider-text p {
    width: 300px;
    margin: 0 auto;
    display: block;
}
.ccm-image-slider-title {
    color: #fff;
    font-size: 3vw;
    font-weight: 100;
    line-height: 1;
    margin: 0;
    text-align: center;
    width: 100%;
}

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

.rslides {
    margin: 0 auto;
    max-width: 1889px
}
.ccm-image-slider-inner {
    max-width: 1889px;
    margin: 0 auto;
    position: relative;
    background-color: #000
}
.rslides_tabs li.rslides_here a {
    background: #923791;
}
.rslides_tabs li a {
    text-indent: -9999px;
    overflow: hidden;
    background: #fff;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.rslides_tabs {
    padding: 0;
    position: absolute;
    bottom: 1vw;
    z-index: 98;
    right: 2vw;
}

@media (min-width: 1350px) {
.ccm-image-slider-title {
    font-size: 40.5px;
}
}
@media (max-width: 1080px) {
.ccm-image-slider-title {
    font-size: 3.5vw;
}
}
@media (max-width: 800px) {
.ccm-image-slider-title {
    font-size: 3.9vw;
}
.rslides_tabs {
    bottom: -2vw;
}
}
@media (max-width: 600px) {
.ccm-image-slider-title {
    font-size: 5.5vw;
}
}