@import url("../webfonts/opensans_bold/stylesheet.css");
@import url("../webfonts/opensans_regular/stylesheet.css");
@import url("../webfonts/ftrahv/stylesheet.css");
@import url("../webfonts/ftrabd/stylesheet.css");
@import url("../webfonts/ftralt/stylesheet.css");
@import url("../webfonts/ftrabk/stylesheet.css");

 
/* Mobile Layout: 480px and below. */
#slider a {
	color: #FFF;
}
#slider a:visited {
	color: #FFFFFF;
}
#slider a:hover {
	color: #FFF;
}
#slider a:focus {
	outline: thin dotted;
}
#sliderWrapper  {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	

}
#sliderWrapper #slider  {
	width: 100%;
	height: auto;
	
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto !important;
}


#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.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;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* 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;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 1%;
	margin-right: auto;
	margin-left: auto;	
}
.nivo-caption a {
	display: block;
	background-color: #193A6C;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 8px;
	min-width: 100px;
	text-align: center;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.nivo-caption a:hover {
	display: block;
	background-color: #A2BBA3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 8px;
	min-width: 100px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.nivo-caption a:visited {
	color: #FFF;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 4%;
	width: 100%;
	display: block;
	text-align: center;
	
}
.nivo-caption h2 {
	display:none;
	
}

.nivo-caption p {
	font-family: "Teko Light", "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 30%;
	text-align: left;
	margin-left: 20px;
	display:none;
}


.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 15%;
	background-image: url(images/arrows3.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-control {
	position: relative;
	top: -25px;
	margin-left: 2px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}


.sliderheaderh1 {
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: ftrabd, "Arial Black";
	line-height: 19px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	letter-spacing: -1px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 481px) {
#slider a {
	color: #FFF;
}
#slider a:visited {
	color: #FFFFFF;
}
#slider a:hover {
	color: #FFF;
}
#slider a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto !important;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.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;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* 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;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 1%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption a {
	display: block;
	background-color: #193A6C;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 8px;
	min-width: 80px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10%;
}
.nivo-caption a:hover {
	display: block;
	background-color: #A2BBA3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 8px;
	min-width: 80px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10%;
}
.nivo-caption a:visited {
	color: #FFF;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	margin-left: 15px;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	text-align: left;
	margin-left: 15px;
	display: block;

}


.nivo-caption p {
	font-family: "Play Regular", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 58%;
	display: block;
	margin-left: 60px;
	display: block;
}


.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 25%;
	background-image: url(images/arrows3.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}


.sliderheaderh1 {
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: ftrabd, "Arial Black";
	line-height: 30px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	letter-spacing: -1px;
}

.sliderbullets {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	text-shadow: 1px 1px #fff;
}
}
@media only screen and (min-width: 769px) {
#slider a {
	color: #FFF;
}
#slider a:visited {
	color: #FFFFFF;
}
#slider a:hover {
	color: #FFF;
}
#slider a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto !important;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.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;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* 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;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 2%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption a {
	display: block;
	background-color: #193A6C;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 8px;
	min-width: 120px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 15%;
}
.nivo-caption a:hover {
	display: block;
	background-color: #A2BBA3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 150px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 15%;
}
.nivo-caption a:visited {
	color: #FFF;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	margin-left: 30px;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 55%;
	text-align: left;
	margin-left: 30px;
	display:block;

}


.nivo-caption p {
	font-family: "Play Regular", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 58%;
	display: block;
	margin-left: 60px;
	display: block;
}


.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 35%;
	background-image: url(images/arrows3.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}


.sliderheaderh1 {
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: ftrabd, "Arial Black";
	line-height: 45px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	letter-spacing: -1px;
}

.sliderbullets {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-shadow: 1px 1px #fff;
}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 900px) {
#slider a {
	color: #FFF;
}
#slider a:visited {
	color: #FFFFFF;
}
#slider a:hover {
	color: #FFF;
}
#slider a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto !important;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.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;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* 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;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 2%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption a {
	display: block;
	background-color: #193A6C;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 10px;
	min-width: 150px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15%;
}
.nivo-caption a:hover {
	display: block;
	background-color: #A2BBA3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 10px;
	min-width: 150px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15%;
}
.nivo-caption a:visited {
	color: #FFF;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 95%;
	display: block;
	text-align: left;
	margin-left: 40px;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 55%;
	text-align: left;
	margin-left: 40px;

}

.nivo-caption p {
	font-family: "Play Regular", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 58%;
	display: block;
	margin-left: 60px;
	display: block;
}


.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 37%;
	background-image: url(images/arrows3.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}


.sliderheaderh1 {
	font-size: 45px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: ftrabd, "Arial Black";
	line-height: 50px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	letter-spacing: -1px;
}

.sliderbullets {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-shadow: 1px 1px #fff;
}
}

@media only screen and (min-width: 1200px) {
#slider a {
	color: #FFF;
}
#slider a:visited {
	color: #FFFFFF;
}
#slider a:hover {
	color: #FFF;
}
#slider a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto !important;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.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;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* 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;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 6%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption a {
	display: block;
	background-color: #193A6C;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 150px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15%;
}
.nivo-caption a:hover {
	display: block;
	background-color: #A2BBA3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 15px;
	min-width: 150px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15%;
}
.nivo-caption a:visited {
	color: #FFF;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	margin-left: 50px;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	text-align: left;
	margin-left: 50px;

}


.nivo-caption p {
	font-family: "Play Regular", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 58%;
	display: block;
	margin-left: 60px;
	display: block;
}


.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 37%;
	background-image: url(images/arrows3.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}


.sliderheaderh1 {
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: ftrabd, "Arial Black";
	line-height: 55px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	letter-spacing: -1px;
}
.sliderheaderh1YIKES {
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	color: #9A0115;
	font-family: "YIKES! TTF", "Comic Sans MS", "Arial Black";
	letter-spacing: -1px;
	line-height: 55px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	white-space: nowrap;
}
.sliderbullets {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-shadow: 1px 1px #fff;
}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1350px) {
#slider a {
	color: #FFF;
}
#slider a:visited {
	color: #FFFFFF;
}
#slider a:hover {
	color: #FFF;
}
#slider a:focus {
	outline: thin dotted;
}
#sliderWrapper {
	width: 100%;
	height:auto;  
 	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
#sliderWrapper #slider {
	width: 100%;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: auto;
}
/*Full scaling*/
/*#sliderWrapper #slider {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}*/
	
/*.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto;
}*/

/*Fixed Scaling*/
/*#sliderWrapper #slider {
	width: 1920px;
	height: 500px;
	position: relative;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;

	
}*/
	
/*.nivoSlider img {
	position: absolute;
	height: 600px;
	width: 1920px;
	min-width: 1920px;
	left: 0px;
	top: 0;
	max-width:none;
	overflow: hidden;
}*/

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	height: auto !important;
	display: none;
}
#sliderWrapper #slider img a {
	border: 0;
	display: block;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.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;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* 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;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	height: 100%;
	font-style: normal;
	line-height: normal;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top: 6%;
	-webkit-transition: all 1s ease; /* delay = 1 s */
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.nivo-caption a {
	display: block;
	background-color: #193A6C;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 40px;
	min-width: 150px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15%;
}
.nivo-caption a:hover {
	display: block;
	background-color: #A2BBA3;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: ftrabk, "Open Sans", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFF;
	width: 10%;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-top: 40px;
	min-width: 150px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15%;
}
.nivo-caption a:visited {
	color: #FFF;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	margin-left: 50px;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	text-align: left;
	margin-left: 50px;
	display: block;

}




.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 130px;
	top: 40%;
	background-image: url(images/arrows3.png);
	background-repeat: no-repeat;
}
.nivo-prevNav {
	left: 1%;
	background-position: 0px 0px;
}
.nivo-nextNav {
	right: 1%;
	background-position: -60px 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	float: left;  /*This was causing a problem with grid container*/
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 22px;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: 0 -22px;
}

.sliderheaderh1 {
	font-size: 65px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: ftrabd, "Arial Black";
	line-height: 70px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	letter-spacing: -1px;
}
.sliderheaderh1YIKES {
	font-size: 65px;
	font-style: normal;
	font-variant: normal;
	color: #9A0115;
	font-family: "YIKES! TTF", "Comic Sans MS", "Arial Black";
	letter-spacing: -1px;
	line-height: 70px;
	text-shadow: 1px 1px #333;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
}
.sliderbullets {
	font-family: ftralt, "Open Sans Light", Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-shadow: 1px 1px #fff;
}
}
