/*
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;
}

.theme-building-hero, .theme-lincoln-logs-hero, .theme-tinkertoy-hero, .theme-kid-knex-hero, .theme-education-hero, .theme-thrill-rides-hero, .theme-kforce-hero, .theme-mighty-makers-hero, .theme-beasts-alive-hero, .theme-titanfall-hero, .theme-mario-kart-hero, .theme-super-mario-hero, .theme-pvz-hero {
    z-index: -1;
    width: 200%;
    bottom: 30px;
    right: 50%;
    min-width: 100%;
}

@media all and (min-width: 1001px) {

    .slider-wrapper:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 20px;
        background: url(slider-shadow.png) no-repeat center top; 
        z-index: 999;       
    }

} 

.nivoSlider {
}
    .nivoSlider:after {
        content: " ";
        position: absolute;
        bottom: -65px;
        left: 0;
        right: 0;
        background-size: 100%;
        z-index: 1;
    }
.nivoSlider a {
}
.nivoSlider img {
}


/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    background-color: rgba(255,255,255,0.5);
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    margin-top: -125px;
    left: 25px;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
a.nivo-prevNav {
    background-image: url(arrow-left.png);
    background-position: 110px center;
    left: -125px;
}
a.nivo-nextNav {
    background-image: url(arrow-right.png);
    background-position: 15px center;
    left: auto;
    right: -125px;
}
.nivo-directionNav a:hover {
    background-color: rgba(255,255,255,0.9);
}

@media all and (max-width: 1000px) {
    .nivo-directionNav a {
    background-color: rgba(255,255,255,0.5);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    margin-top: -95px;
    left: 25px;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease;
    }
    a.nivo-prevNav {
        background-image: url(arrow-left.png);
        background-position: 108px center;
        background-size: 50%;
        left: -125px;
    }
    a.nivo-nextNav {
        background-image: url(arrow-right.png);
        background-position: -7px center;
        background-size: 50%;
        left: auto;
        right: -125px;
    }
    .nivo-directionNav a:hover {
        background-color: rgba(255,255,255,0.9);
    }
}


/* BULLET NAVIGATION */

.nivo-controlNav {
    padding: 10px 0 0;
    font-size: 0;
    display: none;
}
.nivo-controlNav a {
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #ccc;
    border: 1px solid rgba(0,0,0,.2);
    text-indent: 999px;
    margin: 0 5px;
}

.nivo-controlNav a.active {
    background: #999;
}

/* THUMBNAIL NAVIGATION */ /*removed*/

/* CAPTION TITLE */

    .nivo-caption {
        position: absolute;
        left: 0;
        bottom: 5px;
        background: #fff;
        background: rgba(255,255,255,.6);
        color: #505050;
        width: 100%;
        z-index: 8;
        padding: 5px 10px 0;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        opacity: 1;
        overflow: hidden;
        display: none;
        filter: alpha(opacity=6);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }