/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.slider-wrapper {
    position: relative
}

.slider-main {
    position: relative;
    margin-top: -140px;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100%
}

.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;
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.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-html-caption {
    display: none
}

.nivo-directionNav a {
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    bottom: 18%;
    z-index: 9;
    cursor: pointer;
    height: 45px;
    transition: all 200ms ease-in-out 0;
    width: 45px;
    z-index: 2147483647;
}

a.nivo-nextNav {
    left: 9.9%
}

a.nivo-prevNav {
    left: 6.5%
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    z-index: 9;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.nivo-controlNav a {
    cursor: pointer;
    border: 0 none;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px
}

.nivo-caption {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 8;
    padding: 25px 0;
    overflow: hidden;
    display: none;
    width: 1170px;
    text-align: center;
    margin: auto;
    top: 50%;
    transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    -webkit-transform: translateY(-75%);
}

.slide_info h2 {
    font-size: 38px;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase
}

.slide_info p {
    font: 300 18px/20px Roboto, sans-serif;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 #4b4b4b
}

.slide_info h2 a {
    color: #fff
}
 