/*
Skin Name: Nivo Slider YHB Theme
Skin URI: http://nivo.dotnetnuclear.com
Description: Intensity skin for the Nivo Slider.
Version: 1.0
Author: Scott Wilkinson
Author URI: http://dotnetnuclear.com
Supports Thumbs: false
*/

.theme-intensity .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-intensity .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-intensity .nivoSlider a {
	border:0;
	display:none;
}

.theme-intensity .nivo-controlNav {
    padding: 0;
    text-align: right;
    width: 100%;
	position: relative;
    right: 22px;
    bottom: 22px;
    z-index: 11;
}
.theme-intensity .nivo-controlNav a {
	display:inline-block;
	width:16px;
	height:22px;
	background:url(bullets.png) no-repeat;
	/*text-indent:-9999px;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border:0;
    margin: 0;
}
.theme-intensity .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-intensity .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	/*text-indent:-9999px;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	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-intensity:hover .nivo-directionNav a { opacity: 1; }
.theme-intensity a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-intensity a.nivo-prevNav {
	left:15px;
}
.theme-intensity .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #2f659d;
    color: #fff;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    z-index: 12;
    min-height: 22%;
}
.theme-intensity .nivo-caption-top {
    top: 0; left: 0; bottom:auto; right: auto; 
}
.theme-intensity .nivo-caption-bottom {
    bottom: 0; left: 0; 
}
.theme-intensity .nivo-caption-left {
    padding:0 15px;
    left:0; top:0; right:auto; bottom: auto;
    width: 18%; height: 100%
}
.theme-intensity .nivo-caption-right 
{
    padding:0 15px;
    right:0; top:0; left:auto; bottom: auto;
    width: 18%; height: 100%
}
.theme-intensity .nivo-caption h2 {
    color: #c8d742;
    text-transform: uppercase;
    font-weight: 200;
    font-family: Myriad Pro, Calibri, Arial, sans-serif;
    font-size: 30px;
    margin:0;
}
.theme-intensity .nivo-caption h3 {
    color: #181818;
    font-weight: 200;
    font-family: Myriad Pro, Calibri, Arial, sans-serif;
    font-size: 18px;
    margin:0;
}
.theme-intensity .nivo-caption p {
    font-family: Myriad Pro, Calibri, Arial, sans-serif;
    color:#fff;
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.25;
}
.theme-intensity .nivo-caption a {
    color:#fff;
    text-transform: uppercase; 
    font-size: 14px; 
    font-weight: bold; 
}
.theme-intensity .nivo-caption a:hover {
    color:#fff;
    text-transform: uppercase; 
    text-decoration: none;
    font-weight: bold; 
}
.theme-intensity .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-intensity .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-intensity .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}