/*------------------------- Header ------------------------*/
#header {
	
	background: url(../images/bg-header.jpg);
	height:130px;
	width:100%;
	position:fixed;
	z-index:1;
}
 .Nav {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 0px;
	width: 1075px;
	text-align: center;
	
}

.Nav a#logo {
	display: block;
	float: left;
}

.Nav ul {
	list-style-type: none;
	margin-top: 70px;
	overflow: hidden;
	padding: 0;
	height: 30px;
	
}

.Nav li {
	float: left;
	display: block;
	text-align: center;
	width: ;
	padding-left: 30px;
}

.Nav li a, .dropbtn {
	color: #787b66;
	display: block;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	
}

.Nav ul li a:hover{
	color: #1bb5ac;
}

.Nav li.dropdown {
	display: inline-block;	
}

 .dropdown a {
	color: #1bb5ac;	
}

 .dropdown-content {
	margin-left:-20px;
	display: none;
	position:absolute;
	background:url(../images/bg-header.jpg);
	width:150px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);	
}

 .dropdown-content2 {
	margin-left: 150px;
	margin-top: -40px;
	display: none;
	position: absolute;
	background: url(../images/bg-header.jpg);
	width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);	
}

 .dropdown-content3 {
	margin-left: 150px;
	margin-top: -40px;
	display: none;
	position: absolute;
	background: url(../images/bg-header.jpg);
	width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);	
}

.dropdown-content a {
	color:  #787b66;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;	
}

.dropdown-content2 a {
	color:  #787b66;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;	
}

.dropdown-content3 a {
	float: none;
	color:  #787b66;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;	
}

.dropdown-content a:hover {background:url(../images/bg-header.jpg);}
.dropdown-content2 a:hover {background:url(../images/bg-header.jpg);}
.dropdown-content3 a:hover {background:url(../images/bg-header.jpg);}

.dropdown:hover .dropdown-content {
	display: block;	
}

.dropdown2:hover .dropdown-content2 {
	display: block;	
}

.dropdown3:hover .dropdown-content3 {
	display: block;	
}

div .selected a {
	color: #1bb5ac;	
}

@media screen and (max-width: 600px) {
	.nav a#logo {
		right:0;
		top: 0;
	}
	.nav
}



@media only screen and (max-width: 1200px) {

	.Nav {
		margin: 0 auto;
		overflow:hidden;
		padding:0 0 0 29px;
		width:100%;
		text-align:center;
		
		}
}

@media only screen and (max-width: 700px) {

	.Nav ul {
		list-style-type: none;
		margin-top: 70px;
		overflow: hidden;
		padding: 0;
		height: 100px;
		
	}
		
	#header {
		height: 150px;
	}
}
/*--------------------Header------------------------------*/	
