.header .social-buttons { display: none; }

.header-container
{
	padding: 10px;
	height: 100px;
}

.site-title { left: 0; }

.header-text, .header-fixed .header-text { display: none; }

.header, .header-fixed
{
	height: inherit;
	position: relative;
	z-index: 2001;
	top: 0px;
	left: 0px;
	padding-top: 6px;
}

.logo-hammerman, .header-fixed .logo-hammerman
{
	width: 50px;
	height: 50px;
	top: -10px;
	left: 13px;
}

.logo-text, .header-fixed .logo-text
{
	width: 400px;
	left: 48px;
	top: 0;
	height: 100%;
}

.menu-main-container, .header-fixed .menu-main-container
{
	left: 20px;
	top: 65px;
}

.header .menu > li > a, .header-fixed .menu > li > a
{
	font-size: 1.5vw;
	padding: 6px;
}

.header .menu, .header-fixed .menu { margin-top: 0; }

.header .sub-menu > li a
{
	font-size: 12px;
	padding: 2px;
}

.menu > li > .sub-menu { padding: 10px; }

.footer > div { width: 49%; }

.footer .footer-block:nth-of-type(3)
{
	clear: both;
	border-left: 0;
}

.footer .footer-block:nth-of-type(3):before, .footer .footer-block:nth-of-type(4):before
{
	content: '\00a0';
	border-top: 2px rgba(0,0,0,.2) solid;
	display: block;
}


.footer > div:nth-child(3) {
    padding-top: 0;
}

.footer-newsettler-link
{
	clear: both;
	float: left;
	margin-top: 10px;
}

.menu > li:last-of-type > .sub-menu {
	right: 0;
}

.menu > li:last-of-type > .sub-menu:after
{
	right: 20px;
	left: auto;
}