@import url("../webfonts/itckabel_medium/stylesheet.css");
@import url("../webfonts/18920899_Magra_Regular/stylesheet.css");


/*
 * jQuery Nivo Slider v3.2
 * 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 */
#sliderWrapper  {
	width: 100%;
	height: 500px;
	clear: both;
		
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	clear: both;
	height: 500px;
	overflow: hidden;
	
	
	
}
#sliderWrapper #slider img {
	left: 0;
	display: none;
	top: 0px;
	position: absolute;
	height: 500px;
	width: 100%;
	min-height: 500px;
	min-width: 2000px;
	
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: -40px;
	left: 183px;
	
}

/* 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%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 1; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 8;
	height: 400px;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	padding-top: 150px;
}
.nivo-caption p {
	font-family: "18920899 Magra Regular";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.nivo-caption h1{
	font-size: 75px;
	font-style: normal;
	font-variant: normal;
	color: #fff;
	font-family: "itckabel medium";
	letter-spacing: 0px;
	line-height: normal;
	margin-top: 150px;
	margin-bottom: 0px;
	height: 400px;
	width: 880px;
	text-shadow: 2px 2px #000;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	}
.learnmore {
	font-family: "18920899 Magra Regular";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.sliderHeaderh2 {
	font-family: "18920899 Magra Regular";
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.captionred  {
	font-family: "opensans bold", Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.nivo-caption a {
	display: block !important;
	font-family: "18920899 Magra Regular";
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-left: 100px;
	background-color: #0D347F;
	height: 30px;
	width: 120px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	padding-top: 7px;
	margin-top: 40px;
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
}
.nivo-caption a:hover {
	display: block !important;
	font-family: "18920899 Magra Regular";
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-left: 100px;
	height: 30px;
	width: 120px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	padding-top: 7px;
	margin-top: 40px;
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
	-o-transition: background .25s ease;
	transition: background .25s ease;
	background-color: #FBA328;
}

.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	z-index: 9;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 30px;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 500px;
}
.nivo-prevNav {
	left: 7px;
	background-position: 0px;
}
.nivo-nextNav {
	right: 7px;
	background-position: -60px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
	height: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}
.title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	padding-left: 5px;
}
