/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	bottom:10%;
	width:30%;
	margin: 0 0 0 3%;
	padding:20px 20px 5px 20px;
	background:#fff;
	z-index:8;
	display: none;
	background: rgba(255,255,255,0.75);
}
.nivo-caption h1 {
	padding-bottom:10px;
  color: #6C7074; 
  font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif; 
	font-size: 110%;
	font-weight:normal;
  /*text-shadow: black .1em .1em .2em;*/
}
.nivo-caption h2 {
	padding:0 0 10px 0;
  color: #6C7074; 
  font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif; 
	font-size: 180%;
	line-height:1.2em;
}
.nivo-caption p {
  font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif; 
	font-size: 120%;
	line-height:1.3em;
	margin-bottom:20px;;
	padding:0;
}
.nivo-caption a {
	display:inline !important;
  font-family: 'proxima_novasemibold', Helvetica, Arial, sans-serif; 
  font-weight:normal;
	color:#fff; 
	padding:5px 15px 4px;
}
.nivo-caption a:hover {
	background-color:#FF6F26;
}
/* Buttons - URLs */
a.button-slider { 
	text-decoration:none; 
	font:bold 14px verdana; 
		
	background-color:#E50004;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E50004), to(#F38587));
	background-image: -moz-linear-gradient(0% 100% 90deg, #E50004, #F38587);
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	color:#ffffff; 
	
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9),inset 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9),inset 0px 0px 1px rgba(255,255,255,1); 
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	
	border:1px solid #D50004;

	padding:8px; 
	margin:0; 
}

.slidebar { 
	color:#ffffff; 
	padding:5px 8px; 
	margin:0; 
	border:1px solid #D50004;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background-color:#E50004;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E50004), to(#F38587));
	background-image: -moz-linear-gradient(0% 100% 90deg, #E50004, #F38587);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0px 0px 1px rgba(255,255,255,1); 
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:3%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	margin: -40px 0 50px 0;
	padding:0;
	height:23px;
	position:relative;
	z-index:98;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}