/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivo-controlNav {
    position: absolute;
    left: 40px;
    bottom: 15px;
    white-space: nowrap;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    vertical-align: middle;
    width:15px;
    height:15px;
    border-radius: 10px;
    border: solid 0px #2f2f2f;
    background: #ffffff;
    text-indent:-9999px;
    transition: border 100ms ease;
}
.theme-default .nivo-controlNav a + a {
    margin-left: 10px;
}
.theme-default .nivo-controlNav a.active {
    border-width: 8px;
}
.theme-default .nivo-directionNav {
    /*position:absolute;*/
    /*z-index: 8;*/
    /*right: 0px;*/
    /*bottom: 0px;*/
    /*width: 345px;*/
    /*height: 44px;*/
}
.theme-default .nivo-directionNav a {
    display:block;
    width:44px; 
    height:44px;
    top: calc(50% - 22px);
    text-indent:-9999px;
    border:0;
    opacity: 0;
    background-repeat:no-repeat;
    position: absolute;
    transition: opacity 100ms;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}
.theme-default a.nivo-nextNav {
    background: url(/images/arrow_big_right.png) 50% no-repeat;
    right: 0;
}
.theme-default a.nivo-nextNav:hover{
    /*background-position: -48px 0;*/
}

.theme-default a.nivo-prevNav {
    background: url(/images/arrow_big_left.png) 50% no-repeat;
    left: 0;
}
.theme-default a.nivo-prevNav:hover{
    /*background-position: 0 -48px;*/
}

.theme-default .nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 380px;
    padding: 35px 25px;
    border-left: solid 15px #003399;
    z-index: 8;
    padding-bottom: 85px;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    font-size: 18px;
}
.theme-default .nivo-caption > p {
    margin: 0;
}
.theme-default .nivo-caption h2 {
    font-size: 40px;
    text-transform: uppercase;
}
.theme-default .nivo-caption p {
    font-family: 'Exo 2', sans-serif;
}
.theme-default .nivo-caption .button {
    margin-top: 12px;
}