/*
Skin Name: Nivo Slider Default Theme - modified for navigation inside
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.slider-wrapper {
    position: relative;
}

.home-page .slider-wrapper {
    margin-bottom: 40px;
}

.home-page .kt-home-page-banners .slider-wrapper {
    margin-bottom: 0;
}

.kt-home-page-banners .top-slider-holder-inner a {
    margin-bottom: 2px;
}

.nivoSlider {
    position: relative;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    z-index: 1;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .nivoSlider a {
        display: block;
    }

.nivo-directionNav a {
    display: none;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-top: -27.5px;
    font-size: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .nivo-directionNav a:hover {
        opacity: .8;
    }

    .nivo-directionNav a.nivo-prevNav {
        background: rgba(0,0,0,.5) url(slider-arrow-left.png) no-repeat center;
    }

    .nivo-directionNav a.nivo-nextNav {
        background: rgba(0,0,0,.5) url(slider-arrow-right.png) no-repeat center;
    }

.nivo-controlNav {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 7;
    padding: 0;
}

    .nivo-controlNav a {
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
        font-size: 0;
        border: 1px solid #aeafb5;
        margin: 0 7px;
    }
        .nivo-controlNav a:before {
            content: '';
            display: block;
            width: 9px;
            height: 9px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }

        .nivo-controlNav a:hover:before,
        .nivo-controlNav a.active:before {
            background: #e56363;
        }

    .nivo-controlNav.nivo-thumbs-enabled {
        margin: 0;
    }

        .nivo-controlNav.nivo-thumbs-enabled a {
            width: 120px;
            height: auto;
            margin: 10px 5px 0;
            background: none !important;
        }

            .nivo-controlNav.nivo-thumbs-enabled a:before {
                display: none;
            }

.nivo-caption {
    top: auto;
    bottom: 0;
    background: rgba(255,255,255,.6);
    color: #fff;
    font-size: 18px;
    opacity: 1;
    padding: 14px;
    text-align: center;
}

    .nivo-caption p {
        padding: 0;
    }

.clearance .nivo-caption {
    text-align: center;
}

.nivo-disclaimer {
    font-size: 13px;
    position: absolute;
    bottom: 10px;
}

.main-slider-wrapper .header-menu-wrapper {
    z-index: 100;
}

@media all and (min-width: 650px) {

    .home-page-banners {
        overflow: hidden;
    }

        .home-page-banners > .slider-wrapper {
            float: left;
        }

            .home-page-banners > .slider-wrapper:nth-of-type(1) {
                width: 66%;
            }

            .home-page-banners > .slider-wrapper:nth-of-type(2) {
                width: 32%;
                float: right;
            }

            .home-page-banners > .slider-wrapper:only-child,
            .home-page-banners > .slider-wrapper:nth-of-type(n+3) {
                width: 100%;
            }
}

@media all and (min-width: 769px) {
    .theme-mobile .nivo-main-image {
        display: none !important;
    }

    .theme-mobile .nivo-caption {
        display: none !important;
    }
}

@media all and (max-width: 768px) {
    .theme-desktop .nivo-main-image {
        display: none !important;
    }

    .theme-desktop .nivo-caption {
        display: none !important;
    }
}


@media all and (min-width: 1001px) {

    .home-page .header .slider-wrapper:first-child {
        margin-top: -20px;
    }

    .home-page .header .slider-wrapper:first-child {
        margin-top: -30px;
    }

    .home-page .slider-wrapper {
        margin-bottom: 60px;
    }

    .home-page .kt-home-page-banners .slider-wrapper {
        margin-bottom: 0;
    }

    .nivo-directionNav a {
        display: block;
    }
}


/*Nivo Slider caption*/
.main-slider-wrapper .anywhere-sliders-nivo-slider.theme-mobile .nivo-caption {
    display: none !important;
}

.top-slider-holder {
    width: 1200px;
    margin: auto;
}

.top-slider-holder-inner {
    width: 50%;
    padding-right: 90px;
}

.nivo-caption {
    height: 100%;
    background: rgba(255,255,255,0);
    text-align: left;
    top: 0;
}
top-slider-holder-inner {
    /* width: 50%; */
    /* padding-right: 90px; */
    /* z-index: 500; */
    position: absolute;
    top: 0;
    left: 0;
    height: 395px;
    padding: 5px 20px 0 20px;
    background-image: url(../css/slider_home/img/background_caption.png);
    width: 400px;
    line-height: 1.33;
    text-shadow: none;
}
    .nivo-caption .top-slider-holder h1 {
        /*font-weight: 700;
        font-size: 40px;
        letter-spacing: 1px;
        color: #41aeef;
        margin-bottom: 0;
        padding-top: 80px;*/
        font-weight: 100;
        font-size: 30px;
        /* letter-spacing: 1px; */
        /* color: #41aeef; */
        /* margin-bottom: 0; */
        /* padding-top: 80px; */
        margin-bottom: 30px;
        float: left;
        width: 400px !important;
        margin-top: 10px;
        background: none;
        text-transform: uppercase;
    }

    .nivo-caption .top-slider-holder h3 {
        font-weight: 600;
        font-size: 25px;
        color: #60656f;
        margin-bottom: 20px;
    }

    .nivo-caption .top-slider-holder p {
        font-weight: 400;
        /*font-size: 19px;*/
        letter-spacing: 0.25px;
        /*line-height: 26px;*/
        /*color: #818186;*/
        margin-bottom: 30px;
        max-width: 600px;

        font-size: 13px;
        line-height: 22px;
        width: 300px;
        color: #B2B6B8;
    }

    .nivo-caption .sale-end {
        font-size: 17px;
        color: #fff;
        background-color: #fe7b5d;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 5px;
        display: inline;
        position: absolute;
        top: 40px;
    }

@media(max-width:1480px) {
    .top-slider-holder-inner {
        padding-right: 0;
    }

    .nivo-caption .top-slider-holder h1 {
        padding-top: 45px;
    }

    .nivo-caption .top-slider-holder h1 {
        font-size: 35px;
    }

    .nivo-caption .top-slider-holder h3 {
        font-size: 20px;
    }

    .nivo-caption .top-slider-holder p {
        font-size: 17px;
        width: 90%;
    }

    .nivo-caption .sale-end {
        top: 30px;
    }
}

@media(max-width:1280px) {

    /*.nivo-caption .top-slider-holder h3 {
        margin-bottom: 12px;
    }

    .nivo-caption .top-slider-holder p {
        margin-bottom: 20px;
    }
 
}

@media(max-width:1239px) {
    .nivo-caption .top-slider-holder h1 {
        font-size: 30px;
        padding-top: 80px;
    }

    .nivo-caption .top-slider-holder h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .nivo-caption .top-slider-holder p {
        display: none;
    }

    .nivo-caption .sale-end {
        font-size: 13px;
    }

}

@media(max-width:1100px) {

    }*/
}

@media(max-width:1000px) {

    .nivo-caption {
        height: 100%;
    }

        .nivo-caption .top-slider-holder h1 {
            padding-top: 45px;
            font-size: 24px;
            margin-bottom: -5px;
        }

        .nivo-caption .top-slider-holder h3 {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .nivo-caption .kt-btn-lg {
            font-size: 13px;
            letter-spacing: 1px;
            padding: 6px 18px;
        }
}

@media(max-width:830px) {

    }
}

@media(max-width:768px) {

    .main-slider-wrapper .anywhere-sliders-nivo-slider.theme-mobile .nivo-caption {
        display: block !important;
    }

    .top-slider-holder {
        display: none;
    }

    .top-slider-holder-mobile, .top-slider-holder-mobile .top-slider-holder-inner {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .nivo-caption .top-slider-holder-mobile h1 {
        background: rgba(255, 255, 255, 0.9);
        display: inline;
        font-size: 38px;
        padding: 0 5px;
        margin-bottom: 20px;
        line-height: 60px;
    }

    .nivo-caption .top-slider-holder-mobile h3 {
        font-size: 23px;
        background: rgba(255, 255, 255, 0.9);
        display: inline;
        color: #60656f;
        padding: 0 5px;
    }

    .nivo-caption .top-slider-holder-mobile .kt-btn-lg {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 8px 22px;
    }

    .nivo-caption .top-slider-holder-mobile .sale-end-wrapper {
        position: absolute;
        left: 0;
        width: 100%;
        top: 20px;
    }

    .nivo-caption .top-slider-holder-mobile .sale-end {
        position: relative;
        top: 0;
        font-size: 15px;
        line-height: 40px;
    }

    .nivo-caption .top-slider-holder-mobile .promo-sub-title {
        margin-bottom: 30px;
    }
}

@media(max-width:441px) {

    .nivo-caption {
        padding: 10px 0;
    }

        .nivo-caption .top-slider-holder-mobile h1 {
            font-size: 25px;
            line-height: 40px;
        }

        .nivo-caption .top-slider-holder-mobile .sale-end-wrapper {
            top: 0;
        }

        .nivo-caption .top-slider-holder-mobile h3 {
            font-size: 16px;
        }

    .top-slider-holder-mobile, .top-slider-holder-mobile .top-slider-holder-inner {
        padding-top: 10px;
    }

    .nivo-caption .top-slider-holder-mobile .promo-sub-title {
        margin-bottom: 15px;
    }

    .nivo-caption .top-slider-holder-mobile .sale-end {
        font-size: 13px;
    }
}

@media(max-width:375px) {

}
