@CHARSET "UTF-8";

body.fixedjostheader-fixate #header
{
	position: static;	
	margin-bottom: 0;
}

body.fixedjostheader-fixate #logo
{
	position: fixed;
	z-index: 4;
	
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}

body.fixedjostheader-fixate #header.fixedjostheader-scrolling #logo
{
	width: 100%;
}

body.fixedjostheader-fixate #navigation
{
	height: 36px;
}

body.fixedjostheader-fixate
{
	padding-top: 0;
}

body.fixedjostheader-fixate #header.fixedjostheader-scrolling #logo
{
	background-color: #024492;
	border-bottom: 1px solid #79c5e7;
}

body.fixedjostheader-fixate #header.fixedjostheader-scrolling #top .left .navbar-toggle
{
	position: fixed;
	right: 10px;
	top: 4px;
	z-index: 5;
}