/* ================ MOBYMENU ================ */

div.menu {
	display: block;
}

body header {
    background-color: #000;
    height: 100px!important;
}

body header div.logo {
	top: 8px!important;
	animation: none;
}

body header div.logo img {
	width: 217px!important;
	animation: none;
}
body .inner{padding-top: 30px}

body header.transfered {
	top: 0px;
    height: 100px;
	animation: none;
}

body header.transfered div.logo,
body header.transfered div.logo img,
body header.transfered nav.menu {
	animation: none;
}

body header nav.menu {
	display: none;
	border: 1px solid #000;
}

body header nav.menu.mobyStyle {
	top: 90px;
	display: none;
	height: auto;
	background-color: #f7f7f7;
	border-radius: 3px;
	font-size: 18px;
	animation: none;
}

body header nav.menu.mobyStyle ul li {
	display: block;
	margin: 6px;
	border-radius: 3px;
}

body header nav.menu.mobyStyle ul li a {
	color: #000;
}

/* ================ /MOBYMENU ================ */

