/* 8.3 NIVOSLIDER */
.nivoSlider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.nivoSlider img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 6px;
}
.nivo-main-image {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    border: 6px;
}
.nivoSlider a.nivo-imageLink {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
}
.nivo-slice {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 5;
}
.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.nivo-box img {
    display: block;
}
.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
    display: none;
}
.slider_wrap {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    min-height: 338px;
}
.nivo-caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    display: none;
}
.nivo-caption {
    display: block;
    position: absolute;
    width: 60%;
    top: 50%;
    left: 6%;
}
.nivo-caption h2 {
    font-size: 28px;
    line-height: 34px;
    font-family: 'Roboto',sans-serif;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
    margin-top: 0px;
}
.nivo-directionNav a {
    display: block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}
.nivo-directionNav a span {
    display: none;
}
.nivo-directionNav a i {
    display: inline-block;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav {
    display: inline-block;
    float: right;
    margin-top: -34px;
    padding: 0 17px 4px 15px;
    position: relative;
    z-index: 99;
}
.nivo-controlNav a {
    display: inline-block;
    cursor: pointer;
    height: 12px;
    margin-left: 5px;
    margin-right: 0;
    position: relative;
    text-indent: -9999px;
    width: 12px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: #777777;
}
.nivo-controlNav a + a {
    margin: 0 0 0 5px;
}
.nivo-controlNav a span {
    display: none;
}
.nivo-controlNav a i {
    display: block;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background: #f03d64;
}
.nivo-controlNav a.active {
    cursor: default;
}