﻿.mainSliderArea {
    width: 100%; /*min-height: 300px;*/
    overflow: hidden;
    position: relative;
    background: #282828;
}

    .mainSliderArea .rslides {
        width: 100%;
        position: relative;
        overflow: hidden;
        list-style-type: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

        .mainSliderArea .rslides li {
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: none;
            -webkit-backface-visibility: hidden;
        }

            .mainSliderArea .rslides li:first-child {
                float: left;
                position: relative;
                display: block;
            }

            .mainSliderArea .rslides li .slide {
                width: 100%;
                float: left;
                position: relative;
            }

    .mainSliderArea .image, .mainSliderArea .image figure {
        width: 100%;
        height: auto;
        float: left;
        display: block;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
        .mainSliderArea .image img {
            width: 100%;
            height: auto;
            float: left;
        }
        .mainSliderArea .image figure img {
            width: 100%;
            height: auto;
            float: left;
        }

    .mainSliderArea .shadow {
        width: 100%;
        height: 320px;
        position: absolute;
        left: 0;
        top: 0; /*background: url(slideShadow.png) repeat-x;*/
        z-index: 2;
    }

    .mainSliderArea .shadowBottom {
        width: 100%;
        height: 149px;
        position: absolute;
        left: 0;
        bottom: 0; /*background: url(slideShadowBottom.png) repeat-x;*/
    }

    .mainSliderArea .pattern {
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        bottom: 10px; /*background: url(sliderPattern.png) repeat-x;*/
        z-index: 2;
    }

    .mainSliderArea .caption {
        width: 100%;
        height: 200px;
        position: absolute;
        left: 0;
        top: 55%;
        text-align: center;
        color: #FFF;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 15px 10px 0;
        z-index: 3;
        animation: captionAnim 2s;
        -webkit-animation: captionAnim 2s;
        text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    }

        .mainSliderArea .caption.v2 {
            top: 40%;
        }

@keyframes captionAnim {
    from {
        margin-top: 50px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes captionAnim {
    from {
        margin-top: 30px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}





.mainSliderArea summary {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 24px;
    margin: 15px 0 0;
    font-weight: 300;
    font-size: 15px;
    font-family: Ubuntu, sans-serif;
    letter-spacing: 1px;
}

.mainSliderArea .rslides_nav {
    width: 45px;
    height: 60px;
    position: absolute;
    /*text-indent: -9999px;*/
    top: 50%;
    margin: -30px 0 0;
    z-index: 3;
    background-color: #009ee3;
}

    /*.mainSliderArea .rslides_nav:hover {
        width: 45px;
    }*/

    .mainSliderArea .rslides_nav.prev {
        opacity:.7;
        left: 0;
        text-align:center;line-height:60px;
        color:#ffffff;
    }

        .mainSliderArea .rslides_nav.prev:hover {
            border-right: 5px solid #253385;
            opacity:1;
           width:40px;
        }

    .mainSliderArea .rslides_nav.next {
        opacity:.7;
        right: 0;
        text-align:center;line-height:60px;
        color:#ffffff;
    }

        .mainSliderArea .rslides_nav.next:hover {
            border-left: 5px solid #253385;
            width: 40px;
            opacity: 1;
        }














.mainSliderArea .rslides_nav {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}











/*@media screen and (max-width: 1440px) {


    .mainSliderArea .image {
        height: 480px;
    }

        .mainSliderArea .image figure {
            width: 1441px;
            left: -720px;
            height: 480px;
            float: none;
            margin: 0 auto;
            position: relative;
        }

            .mainSliderArea .image figure img {
                width: 1441px;
                position: absolute;
                left: -720px;
                top: 0;
            }
}








@media screen and (max-width: 600px) {


    .mainSliderArea .image {
        height: 300px;
    }

        .mainSliderArea .image figure {
            width: 1px;
            height: 300px;
            float: none;
            margin: 0 auto;
            position: relative;
        }

            .mainSliderArea .image figure img {
                width: 961px;
                position: absolute;
                left: -480px;
                top: 0;
            }
}*/
