@charset "UTF-8";
img {          border:0 none;          }

body {
	margin: 0px;
	color: #959595; 
	font-size: 14px; 
	font-family: optima;
	background-color: #f9f9fb;
	background-image: url(images/BGpattern.jpg);
	background-repeat: repeat-x;

}
.center-content {
	margin-left: Auto;
	margin-right: Auto;
	max-width: 1100px;
}

.header {
	height: 63px;
}
.logo {
	height: 63px;
	width: 650px;
	padding-left: 2%;
}
.localization {
	height: 33px;
	width: 130px;
	float: right;
	font: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #959595;
	text-decoration: none;
	margin-top: 30px;
	padding: 0px;
}
a          { color: #959595;
font: Verdana;
text-decoration:none }
a:visited  { color: #959595; }
a:hover    { color: #8eca0b;
}

.homecontent {
	width: 1100px;
}
.hero_image{
	width: 100%;
	object-fit: contain;
	background-repeat:no-repeat;
}
.bannerNav {
	height: 31px;
	padding-top: 0px;
	margin-top: 0px;
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	margin: 10px 25px 0px 0px;
	float:left
}

.bannerNav a{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	text-decoration: none;
}

.bannerNav a:visited{
	color: #ffffff;
}

.bannerNav a:hover{
	color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8eca0b;
	padding-bottom: 1px;
}
.left {
	margin-top: 80px;
	width: 212px
}
.leftNav {
	font-size: 14px;
	float: left;
	padding-top: 0px;
	margin-top: 20px;
		
}

.leftNav ul{
	margin-top: 40px;
	margin-left:0px
}

.leftNav li{
	list-style: none;
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftNav a{
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8eca0b;
	padding-bottom: 5px;
	float: left;
	width: 170px;
}

.leftNav a:visited{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8eca0b;
	padding-bottom: 1px;
}

.leftNav a:hover{
	color: #8eca0b;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8eca0b;
	padding-bottom: 5px;
	float: left;
	width: 172px;
}
.texts {
	width:500px;
	float:right;
	margin-right: 55px;
	margin-bottom: 0px;
}
.texts2 {
	margin-bottom: 15px;
	margin-top:0px;
	padding: 2%;
}
.texts3 {
	width:500px;
	float:right;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-top:50px;
	text-align:justify;
}


h1 { font-family: optima; color: #959595; font-size: 28px; margin-top: 30px; margin-bottom: 6px}
h2 { color: #959595; font-size: 14px;}
.footer {
	border-top: 2px solid #8eca0b;
	color: #959595; 
	font-size: 12px; 
	font-family: Verdana;
	background-color: #f9f9fb;
}

#eyronImage {
    width: 65%;
    margin-top: 20px;
	margin-bottom: 10px;
}
.copyright{
	padding: 2%;
}
@media screen and (max-width: 1100px){
	.homecontent{
		width: 100%;
	}
}
