.kl-nivoslider .fake-loading {
    z-index: 2
}

.nivoContainer {
    position: relative
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden
}

    .nivo-box img {
        display: block
    }

.nivo-controlNav.nivo-thumbs-enabled a img, .nivo-directionNav, .nivo-directionNav a {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.nivo-caption {
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
    line-height: 40px;
    color: #e9e9e9;
    margin: 0;
    display: inline-block;
    border-left: 5px solid #cd2122;
    background: #000;
    background: rgba(0,0,0,.9);
    font-size: 17px;
    text-transform: uppercase;
    opacity: 0;
    left: 120px;
    z-index: 9999;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif
}

    .nivo-caption p {
        padding: 5px;
        margin: 0
    }

    .nivo-caption a {
        display: inline !important
    }

.nivo-html-caption {
    display: none
}

.nivo-directionNav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 61px;
    height: 40px;
    z-index: 9999
}

.nivoSlider.showOnMouseover .nivo-directionNav {
    opacity: 0
}

.nivoSlider.showOnMouseover:hover .nivo-directionNav {
    opacity: 1
}

.nivo-directionNav a {
    width: 30px;
    height: 40px;
    margin: 0;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    float: left;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    background-image: url(../nivo-slider/images/k-nivo-nav.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.nivo-directionNav .nivo-nextNav {
    background-position: 100% 0;
    margin-left: 1px
}

.nivo-directionNav a:hover {
    background-color: #cd2122
}

.nivo-controlNav {
    position: absolute;
    text-align: center;
    line-height: 1;
    top: 30px;
    left: auto;
    right: 30px;
    z-index: 2
}

    .nivo-controlNav a {
        display: inline-block;
        width: 15px;
        height: 4px;
        margin: 0 3px;
        background: #000;
        opacity: .3;
        cursor: pointer;
        position: relative;
        border-radius: 2px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden
    }

        .nivo-controlNav a.active, .nivo-controlNav a:hover {
            opacity: .6
        }

        .nivo-controlNav a.active {
            width: 27px
        }

    .nivo-controlNav.nivo-thumbs-enabled {
        position: relative;
        bottom: -20px
    }

        .nivo-controlNav.nivo-thumbs-enabled a {
            cursor: pointer;
            line-height: 1;
            margin: 0 0 0 5px;
            display: inline-block;
            zoom: 1;
            opacity: 1;
            position: relative;
            text-indent: 0;
            background: 0 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: none;
            width: auto;
            height: auto;
            -webkit-box-shadow: 0 0 0 4px #000 inset;
            -moz-box-shadow: 0 0 0 4px #000 inset;
            box-shadow: 0 0 0 4px #000 inset
        }

            .nivo-controlNav.nivo-thumbs-enabled a img {
                max-height: 40px;
                cursor: pointer;
                opacity: .7;
                position: relative;
                -webkit-box-shadow: 0 0 3px #000;
                -moz-box-shadow: 0 0 3px #000;
                box-shadow: 0 0 3px #000
            }

                .nivo-controlNav.nivo-thumbs-enabled a img:hover, .nivo-controlNav.nivo-thumbs-enabled a.active img {
                    opacity: 1;
                    -webkit-box-shadow: 0 0 8px #000;
                    -moz-box-shadow: 0 0 8px #000;
                    box-shadow: 0 0 8px #000
                }
