.mainslider, .slider-text, .slider-img {
    display: inline-block;
}

.slider-text, .slider-img {
    position: relative;
    overflow: hidden;
}

.slider-text {
    float: left;
}

.slider-img {
    float: right;
}

.slider-img img {
	max-width: 100%;
    max-height: 100%;
}

.slider-text {
    background-color: #4a728c;
    color: #ffffff;
    overflow: hidden;
}

.one-slide-text, .one-slide-img {
    display: none;
}

.one-slide-text {
    top: 23px;
    right: 15px;
    bottom: 0px;
    left: 25px;
}

.one-slide-text > h6 {
    font-weight: normal;
    color: #ffffff;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.one-slide-text > .slider-link {
    display: block;
    width: 117px;
    height: 29px;
    color: #525a71;
    text-decoration: none;
    padding-left: 20px;
    background: #ffffff url("ar_more.png") no-repeat 102px 9px;
    padding-top: 6px;
    border-radius:         3px;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
    position: absolute;
    bottom: 20px;
    left: 31px;
}

.one-slide-text > .slider-link:hover, .one-slide-text > .slider-link:active, .one-slide-text > .slider-link:focus {
    color: #525a71;
    text-decoration: none;
    opacity: 0.8;
}

.one-slide-img {
    width: 100%;
    height: 100%;
    text-align: center;
}

.one-slide-text:first-child, .one-slide-img:first-child {
    display: block;
}

.clr {
    clear: both;
}

.pause-btn {
    float: right;
    display: block;
    width: 12px;
    height: 12px;
    color: #0092DC;
    margin-left: 5px;
}

.pause-btn:hover {
    cursor: pointer;
    color: #ccc;
}

.roll-nav {
    z-index: 1000;
    margin: 2px 0 0 0;
    padding: 0px;
    list-style: none;
    height: 12px;
    float: right;
}

.roll-nav > li {
    display: inline-block;
    float: left;
    padding: 0px 2px;
}

.roll-nav > li > span {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-radius:         50%;
    -moz-border-radius:    50%;
    -webkit-border-radius: 50%;
    background-color: #CCC;
    cursor: pointer;
}

.roll-nav > li > span:hover, .roll-nav > li > span:active, .roll-nav > li > span:focus,
.roll-nav > li > span.active {
    background-color: #0092DC;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    /*.slider-img, .slider-text {
        width: 524px !important;
        float: none;
    }*/

    .slider-text {
        height: 120px !important;
        text-align: left;
        margin-top: -14px;
        margin-left: -10px;
    }

    .one-slide-text > .slider-link {
        right: 31px;
        left: auto !important;
    }

    .roll-nav {
        right: calc(50% - 80px) !important;
    }

    .mainslider {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /*.slider-img, .slider-text {
        width: 524px !important;
        float: none;
    }*/

    .slider-text {
        height: 120px !important;
        text-align: left;
        margin-top: -14px;
        margin-left: -10px;
    }

    .one-slide-text > .slider-link {
        right: 31px;
        left: auto !important;
    }

    .roll-nav {
        right: calc(50% - 80px) !important;
    }

    .mainslider {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    /*.slider-img, .slider-text {
        width: 524px !important;
        float: none;
    }*/

    .slider-text {
        height: 120px !important;
        text-align: left;
        margin-top: -14px;
        margin-left: -10px;
    }

    .one-slide-text > .slider-link {
        right: 31px;
        left: auto !important;
    }

    .roll-nav {
        right: calc(50% - 80px) !important;
    }

    .mainslider {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    /*.slider-img, .slider-text {
        width: 524px !important;
        float: none;
    }*/

    .slider-text {
        height: 120px !important;
        text-align: left;
        margin-top: -14px;
        margin-left: -10px;
    }

    .one-slide-text > .slider-link {
        right: 31px;
        left: auto !important;
    }

    .roll-nav {
        right: calc(50% - 80px) !important;
    }

    .mainslider {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
}
}