

header .col-md-3 {
	width: 0%;
}

header .col-md-9 {
	width: 0%;
}

header,
#social-btn-header,
.gn-icon-menu,
.menu-nav {
	height: 0px;
}

header #logo a,
#menu ul li,
.gn-icon-menu .cont {
	line-height: 0px;
}

#menu ul li:hover ul,
#menu ul li.sfHover ul {
	top: 0px;
}

.gn-menu-wrapper {
	top: -1px;
}

#main.sticky-header-enabled {
	padding-top: 0px;
}

@media (min-width: 320px) and (max-width: 1199px) {
	header .col-md-3 {
		width: 0%;
	}

	header .col-md-9 {
		width: 0%;
	}
	
	header,
	#social-btn-header,
	.menu-nav {
		height: 0px !important;
	}

	#main.sticky-header-enabled {
		padding-top: 0px !important;
	}

	header #logo a {
		line-height: 0px !important;
	}
}