#mobilmenu {
	/*display: none;*/
	position: fixed;
	/*height: 147px;*/
	width: 100%;
	/*height: 83px;*/
	z-index: 69;
	top: 0px;
}
#mobilmenu #mome-header #mome-toplogo {
	width: 60%;
	max-width: 266px;
	height: 72px;
	/*padding-top: 0px;*/
	margin-left: 8px;
}
#mobilmenu #mome-header #mome-toplogo img {
	height: 44px;
}
#mobilmenu ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
#mobilmenu #mome-header {
	height: 94px;
	background-color: #FDFDFD;
	display: none;
	color: rgba(189, 189, 189, 0.888);
	text-align: left !important;
	line-height: 3.6;
	font-size: 30px;
	text-indent: 17px;
	border-bottom: 10px solid #575656;
}
li {
	padding: 0;
	margin: 0;
}
nav {
	text-align: center;
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	background: none;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	color: #333;
	display: inline-block;
	padding: 1em 3em;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
	transition-property:all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	font-size: 16px;
}
nav ul li a:hover {
	color: #34B484;
}
/*styling open close button*/
.mome_button {
	display: inline;
	position: absolute;
	right: 12px;
	top: 29px;
	z-index: 999;
	width: 36px;
	height: 36px;
	font-size: 30px;
	/*font-family:'Montserrat',sans-serif;;*/
	/*border: 1px solid #9C9E9F;*/
	/*background-color: rgba(60, 60, 60, 0.888);*/
}
.mome_button a {
	text-decoration: none;
}
.btn-open:before {
	border-bottom: 13px double #6D6D6D;
	border-top: 4px solid #6D6D6D;
	content: "";
	height: 5px;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 30px;
}
/*.btn-open:after
{
	color: #333;
	content: "-";
	(*font-family: "FontAwesome";*)
	transition-property:all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}*/
/*.btn-open:hover:after
{
	color: #34B484;
}*/
.btn-close:after {
	color: #FFF;
	content: "\f00d";
	font-family: "FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.btn-close:hover:after {
	color: #34B484;
}
/*overlay*/
.mome-overlay {
	display: none;
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(51, 51, 51, 0.888);
	overflow: auto;
	z-index: 1276;
}
.mome-wrap {
	color: #E9E9E9;
	text-align: center;
	max-width: 90%;
	margin: 71px auto 0 21px;
	position: relative;
	z-index: 3193;
}
.mome-wrap ul.wrap-nav {
	border-bottom: 1px solid #575757;
	display: none;
	/*text-transform: capitalize;*/
	/*padding: 150px 0px 100px;*/
}
.mome-wrap ul.wrap-nav li {
	font-size: 21px;
	display: block;
	vertical-align: top;
	width: auto;
	position: relative;
	/*margin-top: 11px;*/
	background-color: rgba(60, 60, 60, 0.888);
	/*(*+border-radius: 20px;*)
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;*/
	margin-left: -7px;
	text-align: left;
	border-bottom: 1px solid #4C4C4C;
	height: 50px;
	vertical-align: middle;
	line-height: 2.8;
	cursor: pointer;
}
.mome-wrap ul.wrap-nav li a {
	color: #FBB03B;
	display: block;
	text-decoration: none;
	transition-property:all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	height: 50px;
	padding-left: 13px;
}
.mome-wrap ul.wrap-nav li a:hover {
	color: #F0F0F0;
}
.mome-wrap ul.wrap-nav ul {
	padding: 20px 0;
}
.mome-wrap ul.wrap-nav ul li {
	display: block;
	font-size: 13px;
	width: 100%;
	color: #E9E9E9;
	cursor:poi;
}
.mome-wrap ul.wrap-nav ul li a {
	color: #F0F0F0;
}
.mome-wrap ul.wrap-nav ul li a:hover {
	color: #34B484;
}
.social {
	font-size: 25px;
	padding: 20px;
}
.social p {
	margin: 0;
	padding: 20px 0 5px 0;
	line-height: 30px;
	font-size: 13px;
}
.social p a {
	color: #34B484;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.social-icon {
	width: 80px;
	height: 50px;
	background: #E9E9E9;
	color: #333;
	display: inline-block;
	margin: 0 20px;
	transition-property:all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.social-icon:hover {
	background: #34B484;
	color: #F0F0F0;
}
.social-icon i {
	margin-top: 12px;
}
@media screen and (max-width: 700px) {
	#mobilmenu #mome-header {
		display: block;
	}
	.mome-wrap ul.wrap-nav {
		display: block;
	}
	.wrap ul.wrap-nav > li {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding: 30px 0px 0px;
	}
	nav ul {
		opacity: 0;
		visibility: hidden;
	}
}
/*.content
{
	width: 100%;
	margin-top: 200px;
	font-size: 20px;
	color#333;
	text-align: center;
}*/
