@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

html {
    -webkit-text-size-adjust: none;
}

body.mobile #footer {
	display: none;
}

body.mobile #head_desktop {
	display: none;
}

body.mobile #searchbar {
	display: none;
}

body.desktop #head_mobile {
	display: none;
}

#head_mobile .logo {
	display: inline-block;
	margin-top: 18px;
}
	#head_mobile .logo img {
		height: 170px;
	}

body.desktop .logo {
	display: inline-block;
	margin-top: 10px;
  height: 90px;
}

#head_mobile {
	background-color: #bd121a;
	width: 100%;
	height: 230px;
	text-align: center;
	position: relative;
	transition:All 400ms ease;
	-webkit-transition:All 400ms ease-out;
	-moz-transition:All 400ms ease-out;
	-o-transition:All 400ms ease-out;
	z-index: 105;
}

#head_mobile.fixed {
	top: -180px;
	position: fixed;
}

#head_mobile #menubutton {
	position: absolute;
  top: 90px;
	right: 50px;
	height: 50px;
	background-color: #bd121a;
	transition:All 400ms ease;
	-webkit-transition:All 400ms ease-out;
	-moz-transition:All 400ms ease-out;
	-o-transition:All 400ms ease-out;
	cursor: pointer;
}

#head_mobile #menubutton.open {
	right: 602px;
}

#head_mobile #search {
	display: none;
}

#head_mobile #menu_mobile {
	height: 100%;
	width: 552px;
	position: fixed;
	z-index: 110;
	top: 0px;
	right: -552px;
	background-color: #3d3d3d;
	text-align: left;
	transition:All 400ms ease;
	-webkit-transition:All 400ms ease-out;
	-moz-transition:All 400ms ease-out;
	-o-transition:All 400ms ease-out;
}

#head_mobile #menu_mobile.open {
	right: 0px;
}

#head_mobile #menu_mobile ul {
	margin: 0px;
	padding: 0px;
	margin-left: 36px;
	margin-top: 64px;
}

#head_mobile #menu_mobile ul li {
	list-style-type: none;
}

#head_mobile #menu_mobile ul li.separator {
	background-color: #2c2c2c;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#head_mobile #menu_mobile ul li a {
	font-family: 'ubuntubold';
	font-size: 32px;
	color: #fefefe;
}

#head_mobile #menu_mobile div {
	padding: 36px;
	position: absolute;
	bottom: 0px;
}

#head_mobile #menu_mobile div p {
	font-family: 'ubunturegular';
	font-size: 25px;
	color: #fefefe;
}

#head_mobile #menu_mobile div a:last-child {
	margin-left: 10px;
}
