nav:not(.mm-menu){display: none;}

.header, .content, .footer{text-align: center;}
.header{
	background: #177cb7; border-bottom:1px solid #177cb7; height:43px;
	-moz-box-sizing: border-box; box-sizing: border-box; width: 100%; padding:5px 20px 0 50px;
	position:fixed; left:0; top:0; z-index:999;
}
.header.fixed{position: fixed;	top: 0;	left: 0;}
.footer.fixed{position: fixed;	bottom: 0;	left: 0;}

.header a{
	background: center center no-repeat transparent;
	background-image: url(../img/ui/mob-nav.png); cursor:pointer;
	display: block; width: 40px; height: 40px; position: absolute;	top: 0;	left: 10px;
}
.content{padding: 150px 50px 50px 50px;}

.mm-list > li .social{padding-bottom:0px;}
.mm-list > li .social .fa{
	color:#fff; margin-left:0px; border-radius:50%; width:28px; height:28px; 
	background:#d9291a; vertical-align:middle; font-size:16px; 
	text-align:center; line-height:28px;
	}
.mm-list > li .fa:hover{color:#fff; background:#5c6167;}
.mm-list > li .linkText{font-weight:600;}
.mm-list > li .bLnx{padding-top:0px;}


/*--- Tablet View ---*/
@media screen and (max-width: 992px) {
.header	{padding: 5px 10px 0 50px;}
.header a{left: 5px;}


.header .navbar-right .social a{	 
	background:#2490d1; display:inline-block;  height:34px; width:34px; margin-left:5px; border-radius:50%;
    left:auto !important; position: relative !important; top:auto !important;    
	}
.header .navbar-right .social .fa{margin-left:0px;}
.header .navbar-right {float: right; margin:0;}
}