.site-header {
	padding: 27px 0 1px;
	min-width: 1061px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
}

.site-header .row {
	position: relative;
}

.logo-tass {
	display: block;
	width: 218px;
	height: 72px;
}

.logo-tass img {
	max-width: 100%;
}

.site-header-top-nav {
	margin: -9px 0 0 0;
}

.site-header.minified {
	padding-top: 15px;
}

.site-header.minified .logo-tass {
	width: 109px;
	height: 36px;
}

.site-header.minified .site-header-top-nav {
	display: none;
}

.site-header.minified .row {
	margin-bottom: 12px;
}