/*reset*/
 section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,a, blockquote, address, time, span, em, strong, img, ol, ul, li,   th, td, tr,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
	list-style:none;
	
}


.scrollup{
	width: 40px;
	height: 40px;
	opacity: 0.5;
	position: fixed;
	bottom: 66px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background-image: url(../images/top-icon.jpg);
	background-repeat: no-repeat;
}

#banner-wrap {
	width: 100%;
}

/*===================================================================================*/
/* 	5.	Nivo Slider
/*===================================================================================*/
.nivoSlider {
	position: relative;
	width: 100%;
	overflow: hidden;
	/*border:4px solid #082340;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
/*	margin-top:16px;*/
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.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;
}
.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 {
	display:none !important;
	position: absolute;
	left: 6%;
	top:46px;
	color: #fff;
	background-repeat:no-repeat;
	z-index: 8;
	overflow: hidden;
	display: none;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;  
	width:239px ;
	height:250px;        /* Opera/IE 8+ */
}

.nivo-caption h3 {
	color: #d42229;
	display: inline-block;
	padding: 0px;
	line-height: 20px;
	margin-top: 29px;
	font-family: "Adobe Fan Heiti Std B", sans-serif, serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
	/* background-color: #01A04C; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	padding: 0px 10px;
	font-weight:normal;
}
.nivo-caption p {
	color: #1d1f21;
	padding-top: 20px;
	padding-bottom: 5px;
}
.nivo-directionNav {
	position: absolute;
	bottom: 1px;
	right:85px;
	
	height: 40px;
	z-index: 111;
}
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}

.nivoSlider {
	margin-bottom: 1px;
	position: relative;
	overflow: visible;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.nivoSlider a {
	border: 0;
}
.nivo-directionNav a {
	display: block;
	width: 40px;
	height: 34px;
	text-indent: -9999px;
	border: 0;
	top: auto;
	z-index: 11;
	background-image: url(../images/arows.png);
	background-repeat: no-repeat;
	background-color: #F2EFEF;
}
a.nivo-nextNav {
	background-position: -40px 0px;
	left: 41px;
}
a.nivo-nextNav:hover {
	background-position: -40px -40px;
}
a.nivo-prevNav {
	background-position: 0px 0px;
	left: 0;
}
a.nivo-prevNav:hover {
	background-position: 0px -40px;
	left: 0;
}
.nivo-caption a {
	color: #fff;
}
.nivo-caption a:hover {
	color: #fff;
}
.button, .button:visited {
	background-color: #7fc33c;
	border: none;
	display: inline-block;
	color: #fff;
	line-height: inherit;
	vertical-align: middle;
	font-weight: normal;
	padding: 4px 14px;
	margin-right: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover {
	color: #FFF;
	background-color: #8dd242;
}
.button.black {
	background-color: #333;
	color: #FFF;
}
.button.black:hover {
	background-color: #575757;
}
.its-logo {
	font-size: 18px;
	color: #3989c9;
}
