/* Portrait tablet to landscape and desktop */
@media (min-width: 300px) and (max-width: 979px) {  
	.menumobile{ display:block !important;}	
	.main{ display:none !important;}
}

/* Desktop */
@media (min-width: 980px) and (max-width: 1199px) {  
	.menumobile{ display:none !important;}
	.main{ display:block !important;}

}
.menumobile{ display:none;}

#page{
	background: #141414;
}
.header
{
	text-align: center;
}
.header {
background: #000000;
font-size: 16px;
font-weight: normal;
font-family: 'Cutive';
color: #fff;
line-height: 40px;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 40px;
/* padding: 10px 50px; */
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header a {
background: center center no-repeat transparent;
/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFW…BYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC ); */
display: block;
position: absolute;
top: 3px;
left: 10px;
}
