@import url("../webfonts/poppinsReg/stylesheet.css");
@import url("../webfonts/ralewayBold/stylesheet.css");
@import url("../webfonts/poppinsBold/stylesheet.css");
@import url("../webfonts/ralewayLight/stylesheet.css");
@import url("../webfonts/ralewayThin/stylesheet.css");
@import url("../webfonts/ralewayReg/stylesheet.css");
 
/* Mobile Layout: 480px and below. */
#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: 7%;
	-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;
	margin-left: 16.7883%;
	margin-right: 16.7883%;
}
.nivo-caption a {
	display: none;
	background-color: #a21418;
	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: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70px;
	border: 2px solid #a21418;
	outline: 0;
}
.nivo-caption a:hover {
	display: none;
	background-color: #fff;
	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: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70px;
	border: 2px solid #a21418;
	outline: none !important;
	
}
.nivo-caption a:visited {
	color: #a21418;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	width: 100%;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	display: block;
	text-align: left;
	
	width: 100%;

}
.nivo-caption p {
	font-family: poppinsReg, sans-serif;
	font-size: 10px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 50%;
	line-height: normal;
	display:none;
	
}
.nivo-caption h3 {
	font-family: poppinsReg, sans-serif;
	font-size: 8px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 100%;
	line-height: normal;
	
}

.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;
}
.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: 19px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	font-family: ralewayReg;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

.sliderheaderh2 {
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	color: #202a30;
	font-family: ralewayBold, sans-serif;
	line-height: normal;
	letter-spacing: -1px;
	
}

a.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border: 2px solid #a21418;
	background-color: #FFF;
	margin-left: 0px;
	width: 200px;
}


a:hover.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border: 2px solid #a21418;
	background-color: #a21418;
	margin-left: 0px;
	width: 200px;
	
}



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 481px) {
#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;
	margin-left: 16.7883%;
	margin-right: 16.7883%;
}
.nivo-caption a {
	display: inline-block;
	background-color: #a21418;
	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: poppinsReg, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 70px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 5px;
}
.nivo-caption a:hover {
	display: inline-block;
	background-color: #fff;
	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: poppinsReg, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 70px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 5px;
}
.nivo-caption a:visited {
	color: #a21418;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	width: 100%;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	display: block;
	text-align: left;
	
	width: 100%;

}
.nivo-caption p {
	font-family: poppinsReg, sans-serif;
	font-size: 9px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 50%;
	line-height: normal;
	display:block;
	
}
.nivo-caption h3 {
	font-family: poppinsReg, sans-serif;
	font-size: 12px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 50%;
	line-height: normal;
	
}
.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: 24%;
	background-image: url(images/arrows2.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: 19px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	font-family: ralewayReg;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

.sliderheaderh2 {
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	color: #202a30;
	font-family: ralewayBold, sans-serif;
	line-height: normal;
	letter-spacing: -1px;
	
}

a.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border: 2px solid #a21418;
	background-color: #FFF;
	margin-left: 0px;
	width: 200px;
}


a:hover.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border: 2px solid #a21418;
	background-color: #a21418;
	margin-left: 0px;
	width: 200px;
}
}
@media only screen and (min-width: 680px) {
#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;
	margin-left: 16.7883%;
	margin-right: 16.7883%;
}
.nivo-caption a {
	display: inline-block;
	background-color: #a21418;
	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: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 5px;
}
.nivo-caption a:hover {
	display: inline-block;
	background-color: #fff;
	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: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 5px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}
.nivo-caption a:visited {
	color: #a21418;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	width: 100%;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	display: block;
	text-align: left;
	
	width: 100%;

}
.nivo-caption p {
	font-family: poppinsReg, sans-serif;
	font-size: 13px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 48%;
	line-height: normal;
}
.nivo-caption h3 {
	font-family: poppinsReg, sans-serif;
	font-size: 19px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 50%;
	line-height: normal;
	
}
.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/arrows2.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: 28px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	font-family: ralewayReg;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

.sliderheaderh2 {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	color: #202a30;
	font-family: ralewayBold, sans-serif;
	line-height: normal;
	letter-spacing: -1px;
	
}

a.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border: 2px solid #a21418;
	background-color: #FFF;
	margin-left: 0px;
	width: 250px;
}


a:hover.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border: 2px solid #a21418;
	background-color: #a21418;
	margin-left: 0px;
	width: 250px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -55px;
	
}
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 900px) {
#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: 4.5%;
	-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;
	margin-left: 16.7883%;
	margin-right: 16.7883%;
}
.nivo-caption a {
	display: inline-block;
	background-color: #a21418;
	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: poppinsReg, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 5px;
}
.nivo-caption a:hover {
	display: inline-block;
	background-color: #fff;
	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: poppinsReg, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 5px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -55px;
}
.nivo-caption a:visited {
	color: #a21418;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	width: 100%;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	display: block;
	text-align: left;
	
	width: 100%;

}
.nivo-caption p {
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 50%;
	line-height: normal;
}
.nivo-caption h3 {
	font-family: poppinsReg, sans-serif;
	font-size: 21px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 50%;
	line-height: normal;
	
}
.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/arrows2.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: 35px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	font-family: ralewayReg;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

.sliderheaderh2 {
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	color: #202a30;
	font-family: ralewayBold, sans-serif;
	line-height: normal;
	letter-spacing: -1px;
	
}

a.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border: 2px solid #a21418;
	background-color: #FFF;
	margin-left: 0px;
	width: 250px;
}


a:hover.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border: 2px solid #a21418;
	background-color: #a21418;
	margin-left: 0px;
	width: 250px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -50px;
}
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1350px) {
#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: 3%;
	-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;
	margin-left: 16.7883%;
	margin-right: 16.7883%;
}
.nivo-caption a {
	display: inline-block;
	background-color: #a21418;
	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: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
}
.nivo-caption a:hover {
	display: inline-block;
	background-color: #fff;
	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: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
.nivo-caption a:visited {
	color: #a21418;
}
.nivo-caption h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 90%;
	display: block;
	text-align: left;
	width: 100%;
}
.nivo-caption h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 60%;
	display: block;
	text-align: left;
	
	width: 100%;

}
.nivo-caption p {
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 40%;
	line-height: 30px;
}
.nivo-caption h3 {
	font-family: poppinsReg, sans-serif;
	font-size: 24px;
	color: #535353;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 50%;
	line-height: normal;
	
}
.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/arrows2.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: 55px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	font-family: ralewayReg;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 1px;
}

.sliderheaderh2 {
	font-size: 55px;
	font-style: normal;
	font-variant: normal;
	color: #202a30;
	font-family: ralewayBold, sans-serif;
	line-height: normal;
	letter-spacing: -1px;
	
}

a.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border: 2px solid #a21418;
	background-color: #FFF;
	margin-left: 0px;
	width: 250px;
}


a:hover.clear {
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border: 2px solid #a21418;
	background-color: #a21418;
	margin-left: 0px;
	width: 250px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
}
#slider a:visited {
	color: #FFFFFF;
}
.left{
	float: left;
	margin-left: 0px;
		margin-right: 50px;	
}