/* presentation page css */

#urgentmessage {
	background: #a7042c;
	padding:5px 24px 10px 24px;
	color:#fff;
	font-family: 'Amaranth', sans-serif;
	font-size: 17px;
	line-height:140%;	
}

#urgentmessage h1 {
	color:#fff;
	font-family: 'Amaranth', sans-serif;
	font-size: 22px;
	line-height:140%;
	margin-bottom:8px;	
}


/* The Nivo Slider styles */


.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
}

.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;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
	position:relative;
	background: url(./images/nivoslider/loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
   /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.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:relative;
	top:-28px;
	float:right;
	z-index:250;
	height:0px ;	
    padding:0px 3px 0;

}
.theme-default .nivo-controlNav:hover {

}

.slider-bullets .nivo-controlNav a {
	display:inline-block;
	width:19px;
	height:19px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-indent:-9999px;
	margin: 0px 4px 0;
	background:#fff;
	-moz-box-shadow:0 0 3px #666;
	-webkit-box-shadow:0 0 3px #666;
	box-shadow:0 0 3px #666;
	-moz-transition:background-color .3s;
	-o-transition:background-color .3s;
	-webkit-transition:background-color .3s;
	transition:background-color .3s;
}

.slider-bullets .nivo-controlNav a:hover {
	background:#f9b200;	
}
.slider-bullets .nivo-controlNav a.active {
	background:#f9b200;
}

.slider-numbers .nivo-controlNav a {
	display:inline-block;
	padding:0px 6px;
	margin:6px 3px 0;
	font-size:12px;
	font-family:"Open Sans";
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-weblit-transition:all .3s;
	transition:all .3s;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.slider-numbers .nivo-controlNav a:hover {}
.slider-numbers .nivo-controlNav a.active {}

.slider-none .nivo-controlNav {display:none;}



.theme-default .nivo-caption a {
    border-bottom:1px dotted transparent;
}

.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;
}

/* IE link fix */
a.nivo-imageLink  {
	background-color: #fff;
	filter:alpha(opacity=0);
	opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
}

.slider-wrapper {
	max-width: 1300px;
	max-height: 440px;
	margin: 0px auto;
	overflow: hidden;
	padding:0 16px;

}

#slider {
	max-height:440px;
	float:none;
	display:block;
	background: #a7042c;
}


.nivoimage {
	width: 100%;
	height:440px;
	overflow: hidden;
	border:1px solid red;
}

.theme-default .nivo-directionNav a {

	text-indent:-9999px;

}

.theme-default a.nivo-nextNav {
	
	top: 50%;
	position: absolute;
	display: block;
	right: -16px;
	height: 56px;
	margin: -28px 0px 0px;
	z-index: 999;
	background: url('../images/arrow_right.png') no-repeat scroll 0% 0% transparent;	
	width: 47px;	
}
.theme-default a.nivo-prevNav {

	top: 50%;
	position: absolute;
	display: block;
	left: -16px;
	height: 56px;
	margin: -28px 0px 0px;
	z-index: 999;
	background: url('../images/arrow_left.png') no-repeat scroll 0% 0% transparent;	
	width: 47px;

}

/* 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 {
	background: #f9b200;
	background: url('../images/bg_nivo-caption.png');	
	position:absolute;
	right:0px;
	bottom:35px;
	width:43%;
	z-index:8;
	padding: 10px;
	/*opacity: 0.8;*/
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:10px 0px 0px 10px;
	-webkit-border-radius:10px 0px 0px 10px;
	border-radius:10px 0px 0px 10px;
}
.nivo-caption h2 {
	margin-bottom:10px;
	font-size:41px;
	line-height: 110%;
	padding:5px 40px 5px 5px;
	font-weight:bold;
	text-align:left;
	font-family: 'Amaranth', sans-serif;
	color:#fff;
}

.slide-text {
	padding-left:5px;
	text-align:left;
	padding:0px 40px 5px 5px;
	font-size:18px;
	line-height:1.5em;
	font-family: 'Amaranth', sans-serif;
	color:#fff;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

@media only screen and (min-width: 320px)  and (max-width: 860px) {

	.nivo-caption {
		top:0;
		left:0;
		width:100%;
		height:auto;
		bottom:auto;
		-moz-border-radius:0px 0px 0px 0px;
		-webkit-border-radius:0px 0px 0px 0px;
		border-radius:0px 0px 0px 0px;
	}

	.nivo-caption h2 {
		margin-bottom:5px;
		font-size:20px;
	}




}

@media only screen and (min-width: 320px)  and (max-width: 650px) {


	.nivo-caption h2 {
		font-size:24px;
		line-height:140%;
		padding:5px 40px 5px 40px;
	}
		
	.nivo-directionNav { 
		display: none; 
	}

	.theme-default:hover .nivo-directionNav { 
		display: block; 
		transition:.3s all ease-in-out;
	}

	.theme-default .nivo-controlNav {
		text-align: center;
		position:relative;
		top:0px;
		float:none;
		z-index:1250;
		height:30px ;	
	    padding:10px 3px 0;
	    display:table;
	    width:100%;
	    background: #f9b200;
	
	}
	
	.theme-default .nivoSlider {
		background-image:none;
	}
	.nivo-caption {
		position:relative;
		padding:5px 5px 5px;
		background:#f9b200;
		color:#fff;
		height:150px;
	}
	.theme-default .nivo-controlNav {
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.slide-text {
		font-size:15px;
		padding:5px 40px 5px 40px;
	}	

	.slider-wrapper {
		max-height: 1000px;
		padding:0 0px;
	}
	
	#slider {
		max-height:1000px;
		background: #f9b200;
	}

	.theme-default a.nivo-nextNav {
		
		top: 43%;
		position: absolute;
		display: block;
		right: -16px;
		height: 56px;
		margin: -28px 0px 0px;
		z-index: 999;
		background: url('./images/arrow_right.png') no-repeat scroll 0% 0% transparent;	
		width: 47px;	
	}
	.theme-default a.nivo-prevNav {
	
		top: 43%;
		position: absolute;
		display: block;
		left: -16px;
		height: 56px;
		margin: -28px 0px 0px;
		z-index: 999;
		background: url('./images/arrow_left.png') no-repeat scroll 0% 0% transparent;	
		width: 47px;
	
	}


}

