/*
Skin Name: Nivo Slider Custom Theme
Description: Custom skin for the Nivo Slider.
Version: 1
Supports Thumbs: true
*/

.theme-custom .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:-50px;

}

.theme-custom .nivoSlider .startpage_slider {
	position:absolute;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:-10px;

}

.theme-custom .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-custom .nivoSlider a {
	border:0;
	display:block;
}

.theme-custom .nivo-controlNav {
   text-align:center;
    padding: 15px 0;
    position: relative;
    top: -20px; /*CHANGE THIS VALUE TO FIT YOUR NEEDS*/
    z-index: 20; /*MAKE THIS HIGHER IF THE BUTTONS ARE NOT ON TOP OF THE IMAGE IN YOUR            
                EXAMPLE, THIS WAS ENOUGH ON NIVO'S SITE*/
}

.theme-custom .nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:18px;
	background:url(bullets3.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
    background-position:-22px 0px;
}

.theme-custom .nivo-controlNav a.active {
	background-position: 0px 0px;
}

.theme-custom .nivo-directionNav a {
	display:block;
	width:39px;
	height:39px;
	background:url(arrows_custom_square.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-custom .nivo-caption {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	position:absolute;
	background-color:#e03a3e;
    background-color: rgba(224, 58, 62, 0.8);
    width: 45%;
    margin-right: 10%;
    top: 46%;
    right:0 !important;
	z-index:8;
	padding: 20px 25px 40px 25px;
	overflow: hidden;
	display: none;
    /*filter:alpha(opacity=80); 
    -moz-opacity:0.8;
    opacity: 0.8;*/
    color: white;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-custom .nivo-caption p.title{
    filter:alpha(opacity=90) !important; 
    -moz-opacity:0.9 !important;
    opacity: 0.9 !important;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
    font-weight: 800;
}

.theme-custom .nivo-caption p{
	padding:20px;
	margin:0;
    font-size: 14px;
    text-align: left;
    /*text-transform: uppercase;*/
    font-weight: 600;
    padding: 0px;
    line-height: 1.3em;
}

.theme-custom .nivo-caption p.nivo-caption-button{
    margin-top:20px;
}

.theme-custom .nivo-caption a {
    color:#ebd140;
    padding: 10px 20px;
}
.theme-custom .nivo-caption a:hover {
    color:#ebd140;
}

.theme-custom:hover .nivo-directionNav a { opacity: 1; }
.theme-custom a.nivo-nextNav {
	background-position:-39px 0;
	right:15px;
}
.theme-custom a.nivo-prevNav {
	left:15px;
}

.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
