
#slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#slider ul {
	list-style: none;	
	margin: 0px !important;
	padding: 0px !important;
	position: relative;
}

#slider > ul > li {
	position: relative;
	width: 100%;
	height: auto;
	list-style: none !important;
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
	display: none;
}

#slider > ul > li img {
	position: relative;
	width: 100%;	z-index: 99999;
}



#slider > ul > li h1 {
	position: relative;
	line-height: 35px;
	color: #004329;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 999999;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal !important;
	font-size: 30px;
	display: block;

}

.box,.boxwhite {
	width: 30%;
	position: absolute;
	top: 3%;
	right: 3%;
	height: 70%;
	z-index: 999999;
	padding: 25px 15px;
}

.boxwhite {
	background-color: #fff;
	display: none;
	opacity: 0.8;
		z-index: 999998;
}



.back {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform:uppercase;
	text-decoration: none;
	color: #000;
	background-color: #ffea04;
	padding: 5px 10px;
	text-shadow: none;
}

.active {
	opacity: 1 !important;
}



#navislide #navicontainer div {  
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	border: 1px solid #004329;	
	margin-right: 8px;
	border-radius: 90px;
	opacity: 0.7;z-index: 9999 !important;
	display: inline-block !important;
	position: relative;
	

 }

#navicontainer {text-align: center; }

#navislide  {  position: absolute; bottom: 0px; left:0px; z-index: 9999999; width: 100%;  }


