/* @override http://beta.navpros.com/wp-content/themes/navpros-custom/css/nivo-slider.css */

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	z-index: 0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	bottom:90px !important;
	background:#1a4d89 !important;
	color:#fff;
	opacity:0.9 !important; /* Overridden by captionOpacity setting */
	width: 400px !important; 
	height: 300px !important;
	z-index:89;
	padding: 20px 80px 20px 40px;
	left: 720px !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nivo-caption h1 {
	color: #FFF;
	font-size: 60px;
	margin-bottom: 10px;
	line-height: 60px;
	margin-top: 10px;
}
.nivo-caption h2 {
	color: #FFF;
	font-size: 50px;
	margin-bottom: 10px;
	line-height: 50px;
	margin-top: 10px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal !important;
}
.nivo-caption h5 a {
	color: #debe24;
	font-size: 22px;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 40px;
	background: url(../images/learn-more-arrow.png) no-repeat right 13px;
	position: relative;
	top: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nivo-caption h5 a:hover {color: #f0d551;text-decoration: none;padding-right: 43px;
	background: url(../images/learn-more-arrow.png) no-repeat right 13px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	display: block;
	position: absolute;
	bottom: -20px;
}
.nivo-controlNav .nivo-control {
	text-indent: -9999px !important;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	background-color: #0b213a !important;
	padding-top: 65px;
	padding-right: 252px;
	padding-left: 148px;
	margin-right: 1px;opacity:0.9 !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.nivo-controlNav a#button0  {
	background: url(../images/hp-but-1.png) no-repeat center 10px;
}
.nivo-controlNav a#button1  {
	background: url(../images/hp-but-2.png) no-repeat center 10px;
}
.nivo-controlNav a#button2  {
	background: url(../images/hp-but-0.png) no-repeat center 10px;
}
.nivo-controlNav a#button3  {
	background: url(../images/hp-but-3.png) no-repeat center 10px;
}

.nivo-controlNav a:hover {background-color: #21446c !important;padding-top: 75px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;}
.nivo-controlNav a.active {
	font-weight: normal !important;opacity:0.9 !important;
	background-color: #1a4d89 !important;
	font-style: normal !important;
	padding-top: 75px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.nivo-controlNav a#button0.active {
	background: url(../images/hp-but-1.png) no-repeat center 15px;
}
.nivo-controlNav a#button1.active  {
	background: url(../images/hp-but-2.png) no-repeat center 15px;
}
.nivo-controlNav a#button2.active  {
	background: url(../images/hp-but-0.png) no-repeat center 15px;
}
.nivo-controlNav a#button3.active  {
	background: url(../images/hp-but-3.png) no-repeat center 15px;
}




