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

.theme-default .nivoSlider {
    position: relative;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom: 10px;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px 15px;
    z-index: 9;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: none;
    text-indent: -9999px;
    border: 2px solid #fff;
    margin: 0 2px;
    border-radius: 50%;
}

.theme-default .nivo-controlNav a.active {
    border: 2px solid #ff7e14;
}


.theme-default .nivo-directionNav {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 7px 17px;
    z-index: 9;
}

.theme-default .nivo-directionNav a {
    display: inline-block;
    background: none;
    text-indent: -9999px;
    margin: 0;
    position: relative;
    bottom: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-style: normal;
    border-style: solid;
    border-color: #fff;
    border-right-width: 3px;
    border-bottom-width: 3px;
}

.theme-default a.nivo-nextNav {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.theme-default a.nivo-prevNav {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


.theme-default .nivo-caption {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 40%;
    color: #000;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 15px 40px;
    text-transform: uppercase;
    
}

.theme-default .nivo-caption h2{
    margin: 0;
    font-weight: bold;
	    font-family: "SegoeUIBold";
		padding-left:5px;
}
.theme-default .nivo-caption p{
    margin: 0;
}

.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
