div#wpadminbar { position: fixed; }

.tamm_open { overflow: hidden; }
.ta_mobile_menu_toggle {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0; top: 0; right: 0;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 20px;
	cursor: pointer;
	outline: none !important;
	background: #1c1b21;
}
.hamburger {
	padding: 0 !important;
	line-height: 1 !important;
	float: left;
	width: 30px;
	margin: 7px 15px 0 0 !important;
	background: none !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 30px !important;
	background: #fff !important;
}
.ta_mobile_menu {
	position: fixed;
	z-index: 999;
	left: -100%; top: 40px;
	bottom: 0;
	width: 80%;
	max-width: 400px;
	padding: 20px 15px 20px;
	margin: 0 !important;
	overflow: auto;
	transition: .3s;
	background: #eee;
}
.ta_mobile_menu .col a:not(:first-child) {
	margin-left: 20px;
}
.ta_mobile_menu ul {
	list-style: none;
	margin: 0; padding: 0;
}
.ta_mobile_menu li {
	list-style: none;
}
.ta_mobile_menu li a {
	display: block;
	font-size: 16px;
	padding: 4px 0;
}
.ta_mobile_menu .catalog {
	margin: 10px 0 10px 20px;
}
.ta_mobile_menu .eco,
.ta_mobile_menu .fusion {
	margin-top: 15px;
}
.ta_mobile_menu .catalog img {
	width: 100px;
}

body.admin-bar .ta_mobile_menu_toggle { top: 32px; }
body.admin-bar .ta_mobile_menu { top: 72px; }
.tamm_open .ta_mobile_menu { left: 0; }

