/*
Skin Name: Nivo Slider Default Theme
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;
    z-index: 1;
}
.slider-wrapper img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}
.master-wrapper-page > .slider-wrapper {
    margin-bottom: 40px;
} 

/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    display: none;
    background-color: rgba(255,255,255,0.4);
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    top: 50%;
    margin-top: -37px;
    opacity: 1;
    font-size: 0;
}
a.nivo-prevNav {
    background-image: url(slider-arrow-left.png);
}
a.nivo-nextNav {
    background-image: url(slider-arrow-right.png);
}
.nivo-directionNav a:hover {
    opacity: 0.4;
}



/* BULLET NAVIGATION */ /*removed*/

.nivo-controlNav {
    display: none;
    overflow: hidden;
    margin: auto;
    padding: 0;
    font-size: 0;
    z-index: 6;
}
.nivo-control {
    display: inline-block;
    width: 50px;
    height: 10px;
    margin: 20px 5px 0;
    border-top: 2px solid rgba(0,0,0,0.3);
    font-size: 0;
    background: transparent;
    vertical-align: top;
}
.nivo-controlNav.nivo-thumbs-enabled .nivo-control {
    width: 100px;
    height: auto;
    border-color: transparent;
} 
.nivo-control img {
    height: auto;
    width: 100%;
}
.nivo-control.active,
.nivo-control:hover {
    border-color: rgba(0,0,0,1);
}
.nivo-controlNav.nivo-thumbs-enabled .nivo-control.active {
    border: 1px solid #ddd !important;
}


@media all and (max-width: 768px) {

    .slider-wrapper img {
        height: auto !important;
    }

}


@media all and (min-width: 769px) {

    .header-inside-slider .header.mobile {
        position: absolute;
        width: 100%;
        background: transparent;
    }
    .header-inside-slider .header.mobile .header-logo, 
    .header-inside-slider .header.mobile .responsive-nav-wrapper-parent{
        background: transparent;
    }
    .banner-wrapper {
        overflow: hidden;
    }
    .nivo-directionNav:after {
        content: '';
        position: absolute; 
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 12px;
        z-index: 10;
        margin: auto;
        background: #c6c6c6;
    }
    .nivo-directionNav {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 150px;
        height: 75px;
        font-size: 0;
    }
    .nivo-directionNav a {
        display: block;
    }
    .nivo-controlNav {
        display: block;
    }

}

@media all and (min-width: 1001px) {

    .banner-wrapper {
         margin: 0 0 80px;
    }

}

