.admin-bar .fixedmenu{top:28px!important;}
.fixedmenu.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}


.fixedmenu.sticky #top{ padding:20px 0 10px;}
.fixedmenu.sticky #logoimg img { max-height:15px}




/* FIxed Menu for smartphones
*position: relative;
*/

@media only screen and (max-width: 768px) 
{
.fixedmenu.sticky {
	position: static!important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}
}