.simple-menu-container {
	margin: 0 auto;
	max-width: 950px;
	
}


.simple-menu {
  background-color: #fe7eef1;
  opacity: 1;
  width: 909px;
	margin: auto;
	text-align: right;
	z-index: 11;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #e8f4f7;
	
}

.simple-menu ul {
 -webkit-padding-start: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
	
}


.simple-menu li {
	font-size: 14px

	
}

.simple-menu ul a {
 	 padding: 18px;
	
}

.simple-menu a:hover {
	
 color:#0e5b75;
}

.simple-menu a:focus {
	
 color: #0e5b75;
}

.fixed {
  /*box-shadow: 0 7px 17px -2px rgba(117, 117, 117, 1);*/
	background-color: #f6f4f1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efdfed;
	opacity: 0.9
	
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.nav-underline {}

