header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	z-index: 2;
}

header p {
	margin-top: 0px;
	margin-bottom: 0px;
}

header .main-header-container {
	position: relative;
}

header .main-header-container img {
	position: absolute;
	width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

header .main-header-container.desktop { 
	height: 130px;
	overflow: hidden;
}

header .main-header-container.mobile .date { 
	font-size: 14px;
	line-height: 14px;
}

header #mobile-menu {
	position: absolute;
	top: 28px;
	right: 10px;
	width: 30px;
	z-index: 10;
}

header .main-header-container a {
	color: #404041;
}

header .main-header {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

nav ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
	width: 100%;
}

nav ul li {
	margin: 3px 10px 3px 0px;
	padding: 5px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
    color: #404042;
    font-weight: bold;
    vertical-align: middle;
}

nav ul li.unpadded {
	padding: 0px !important;
}

nav ul li img {
	vertical-align: middle;
	margin: 0px 10px 0px 10px;
}

/* Mobile nav styles */

nav.mobile {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #404042;
	z-index: 10;
	overflow-y: auto;
}

nav.mobile ul li {
	margin: 5px 5px 5px 5px;
	padding: 10px;
	border-radius: 2px;
	font-size: 18px;
}

#sub-header {
	margin: 0px 20px 10px 20px;
}

#sub-header > div {
	padding: 10px 0px 10px 0px;
}

#sub-header .seperated {
    border-bottom: 2px solid #FCB913;
}

#language-container button {
	width: 75px;
	padding: 3px;
	border: 1px solid #FCB913;
	background-color: #FCB913;
	border-radius: 2px;
	color: #404042;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

/* Media queries */

@media only screen and (max-width: 560px) {
	header {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 66px;
		width: auto;
		background-color: #FCB913;
		padding: 10px;
	}

	header #mobile-language-select {
		padding: 0px;
	}

	#language-container button {
		height: 40px;
	}
}