header #headerTop span {
  margin-right:10px;
}

.mp_wrapper .mepr-submit, .mepr-share-button {
  background: #003056 !important;
  padding: 0px 15px !important;
}

a.fe_btn_navigation{
  
	color:#fff !important;
	border: none !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
  	background: #003056 !important;
	font-size: 1.3rem;
	text-transform: uppercase;
	padding: 13px 20px 10px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-weight: 600;
  	text-shadow: none;
}
a.fe_btn_navigation:hover{
	background: #325977 !important;
}
