.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 1) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	overflow: hidden;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	margin: 0px;
	max-width: none;
}

.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;
	margin: 0px;
	max-width: none;
}


/* Caption styles */

.nivo-html-caption {
	display: none;
}

.nivo-caption {
	position: absolute;
	display: block;
	top: 35%;
	left: 7%;
	width: 50%;
	height: auto;
	cursor: pointer;
	margin: 0;
	padding: 0;
	z-index: 9;
	text-align: left;
}

.nivo-caption .title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	padding: 0;
	font-size: 42px;
	line-height: 49px;
	font-weight: 700;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	text-transform: uppercase;
	color: #fff;
}

.promo2 .nivo-caption .title {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 34px;
}

.nivo-caption .subtitle {
	position: relative;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 0 40px;
	padding: 0;
	font-size: 24px;
	line-height: 29px;
	font-family: 'Roboto Condensed', Helvetica, Arial;
	color: #fff;
}

.promo2 .nivo-caption {
	position: absolute;
	display: block;
	top: 0;
	left: -25%;
	width: 45%;
	height: 50%;
	cursor: pointer;
	margin: 0;
	padding: 12% 0 25% 32%;
	z-index: 9;
	text-align: left;
}

.promo2 .nivo-caption .sblock {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	background: -moz-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(34, 114, 194, 1) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(34, 114, 194, 1) 0%, rgba(34, 114, 194, 1) 1%, rgba(25, 154, 200, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62272c2', endColorstr='#e6199ac8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 96%;
	height: 35px;
	margin: 0 2%;
	padding: 0;
	z-index: 99;
}

.nivo-directionNav a {
	position: absolute;
	display: block;
	width: 50px;
	height: 40px;
	margin: 0;
	padding: 15px 0 0;
	font-size: 38px;
	color: #049fb1;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.promo2 .nivo-directionNav a {
	color: #fff;
}

.nivo-directionNav a.nivo-prevNav {
	left: 0;
}

.nivo-directionNav a.nivo-nextNav {
	right: 0;
}

.nivo-directionNav a.nivo-prevNav:hover {
	padding-left: 5px;
}

.nivo-directionNav a.nivo-nextNav:hover {
	padding-right: 5px;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	display: block;
	left: 0;
	bottom: 10px;
	width: 86%;
	height: 30px;
	margin: 0 0 0 7%;
	padding: 15px 0;
	z-index: 999;
}

.nivo-controlNav a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: none;
	cursor: pointer;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0 15px 0 0;
	overflow: hidden;
	font-size: 0.001em;
	color: #fff;
	background: none;
	border: 2px solid #fff;
}

.nivo-controlNav a.active {
	border: 2px solid #fff;
	background: #fff;
}


.promo3 .nivo-controlNav {
	position: absolute;
	display: block;
	left: 0;
	bottom: -50px;
	width: 86%;
	height: 30px;
	margin: 0 0 0 7%;
	padding: 15px 0;
	z-index: 999;
}

.promo3 .nivo-controlNav a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: none;
	cursor: pointer;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0 15px 0 0;
	overflow: hidden;
	font-size: 0.001em;
	color: #000;
	background: none;
	border: 2px solid #000;
}

.promo3 .nivo-controlNav a.active {
	border: 2px solid #000;
	background: #000;
}
