.nivoSlider {
	position: relative;
	width: 100%;
	height: 100%
}
.nivoSlider img.slide-img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}
.nivo-main-image {
	display: block!important;
	position: relative!important;
	width: 100%!important
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none
}
.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
}
.nivo-caption {
	position: absolute;
	bottom: 14%;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
	
	width: 100%;
	height: auto;
	z-index: 8;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 2%; text-align:center;
	background:url(../images/caption-bg.png) center 0 repeat-y; text-transform:uppercase;

}

.nivo-caption h2 {
	color: #ff000b;
	font-size: 70px;
	line-height: 68px;
	font-weight: 800;
	margin: 0 0 10px;
}
.nivo-caption h3 {
	color: #fff;
	font-size: 42px;
	line-height: 48px;
	font-weight: 500;
	margin: 0 0 10px;
}
.nivo-caption p {
	
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 28px;
}
.nivo-caption p {
	padding: 5px;
	margin: 0
}
.nivo-caption p span.bigyellow{ font-size:20px; font-weight:bold;}
.nivo-caption a {
	display: inline-block!important;
	padding:8px 30px; display:table; margin:0 auto; border:2px solid #362f2d; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; color:#000; text-transform:uppercase; font-size:20px; font-weight:600;
}
.nivo-caption a:hover {
	color: #52a805;
	border: #52a805 solid 2px;
}
.nivo-html-caption {
	display: none
}
.nivo-directionNav a {
	position: absolute;
	top: 40%;
	z-index: 9;
	cursor: pointer;
	text-indent: -999999px;
}
.nivo-prevNav {
	left: 5%;
	background: url(../images/prev.png) no-repeat;
	width: 30px;
	height: 98px
}
.nivo-nextNav {
	right: 5%;
	background: url(../images/next.png) no-repeat;
	width: 32px;
	height: 98px
}
.nivo-controlNav {
	text-align: center;
	padding: 0;
	width: 12px;
	height:39px;
	position: absolute;
	right: 0;
	top: 20%;
	z-index: 999;
	background:url(../images/slider-bottom-bg.png) center bottom no-repeat; display:none;
	
}
.nivo-controlNav a {
	cursor: pointer;
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 0 0 4px;
	padding: 1px 4px;
	color: #fff;
	font-size: 10px;
	line-height: 34px;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	border-radius: 60%; border:#bebebe solid 1px;
}
.nivo-controlNav a.active {
	font-weight: 700;
	background: #428114;
	padding: 1px 4px;
	color: #428114;
	font-size: 9px;
	line-height: 34px;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	border-radius: 60%; border:#fff solid 1px;
}

@media only screen and (min-width:480px) and (max-width:959px) {
.nivo-caption h2{ font-size: 2em; line-height: 1.2em;}
.nivo-caption h3{ font-size: 1.6em; line-height: 1.2em;}	
.nivo-caption p { font-size: 1.2em; line-height: 1em;}	
}

@media only screen and (min-width:280px) and (max-width:479px) {
.nivo-caption { bottom: 5%;}	
.nivo-caption h2{ font-size: 1.2em; line-height: 1em;}
.nivo-caption h3{ font-size: 1.1em; line-height: 1em;}	
.nivo-caption p { font-size: 1em; line-height: 1em;}		

}
