
#advanced_menu_toggle, #advanced_menu_hide { display: none !important; }
 @media only screen and (max-width: 1076px) and (min-width: 768px) {

.responsive #top #wrap_all .av-hamburger { display: none; }
}
 @media only screen and (max-width: 767px) {

.responsive #header .social_bookmarks {
	padding-bottom: 2px;
	width: 100%;
	text-align: center;
	line-height: 0.8em;
	float: left;
	height: 100% !important;
	margin: 0 10px 0 0 !important;
	display: block !important;
}

.responsive #header .inner-container .social_bookmarks { display: none !important; }

.responsive #top #wrap_all .av-logo-container { padding-top: 15px !important; }

.responsive #top #wrap_all .av-hamburger {
	position: relative;
	top: -148px;
	padding: 6px;
	border: 1px solid #fff;
	right: -20px;
	line-height: 30px;
	background-color: #fff;
	border-radius: 2px;
}

.responsive #top #wrap_all #av-burger-menu-ul { padding: 65px 0 !important; }

.responsive #top #wrap_all .avia-menu.av_menu_icon_beside { border-right-style: none; }
}

 @media only screen and (max-width: 480px) {

#header_main .inner-container { padding-bottom: 275px !important; }
}
