@media screen and (min-width: 1201px) {
	.smartphone-only,
	.tablet-only,
	.smartphone-and-tablet-only {
		display: none !important;
	}

	#nav {
		margin: 45px 50px 0 0;
		float: right;
		font-weight: bold;
		font-size: 17px;
	}

	#nav > .content > .border > a {
		color: #000;
		margin-left: 10px;
		text-decoration: none;
	}

	#nav > .content > .border > a.active {
		color: #e3000f;
	}
}

html,
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Quattrocento Sans';
	font-size: 16px;
	overflow-x: hidden;
}

.lazy {
	opacity: 0;
}

a img {
	border: none;
}

a.link {
	color: #e3000f;
	text-decoration: none;
}

#global-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
	color: #fff;
	z-index: 9999;
}

#global-overlay a {
	color: #fff;
	font-weight: bold;
}

#global-overlay.visible {
	display: block;
}

#global-overlay > .message {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 400px;
	width: 90%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border-style: solid;
	border-color: #e3000f;
	border-width: 0 1px;
}

#global-overlay > .message > .close {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 12px;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
}

#global-overlay > .message > .heading {
	margin: 0;
	padding: 0;
	min-height: 54px;
	background: #e3000f;
	text-align: center;
	font-size: 32px;
}

#global-overlay > .message > .heading > span {
	padding: 10px 0;
	display: inline-block;
	margin-right: 40px;
	margin-left: 20px;
	vertical-align: middle;
}

#global-overlay > .message > .text {
	min-height: 100px;
	padding: 12px 18px;
	color: #000000;
}

#global-overlay > .message > .button {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #e3000f;
	text-align: center;
	font-size: 18px;
}

#outdated-browser {
	position: absolute;
	top: 155px;
	left: 20%;
	right: 20%;
	padding: 50px;
	background: #fff;
	border: 2px solid #000;
	z-index: 98;
}

#outdated-browser > .x {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
	user-select: none;
}

#tablet,
#smartphone {
	display: none;
	visibility: hidden;
}

.right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

h1,
h2 {
	padding: 0;
	margin: 0;
}

h1 {
	color: #e3000f;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	color: #e3000f;
	font-size: 18px;
	font-weight: bold;
}

h2.black {
	color: #000;
	font-size: 17px;
}

hr {
	border: none;
	height: 1px;
	background-color: black;
	margin: 8px 0;
}

.subslogan {
	margin-bottom: 15px;
}

#sitewrap {
	width: 1200px;
	margin: 0 auto;
	/*background: #eee;*/
}

#scrollable-header {
	position: relative;
}

#fixed-header {
	position: fixed;
	height: 91px;
	top: 0;
	width: 1200px;
	z-index: 99;
	background: #fff;
}

#scrollable-header {
	margin: 110px 50px 0 50px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 50px;
	height: 51px;
}

#logo > a {
	display: block;
	max-width: 290px;
}

#slogan,
#slogan + h2 {
	display: inline-block;
}

#slogan + h2 {
	color: #000;
}

#slogan,
#slogan + h2,
#languages {
	margin-bottom: 15px;
}

#languages {
	margin-top: 6px;
	float: right;
	font-size: 15px;
}

#languages-mobile {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	text-align: center;
}

#languages,
#languages-mobile {
	color: #888;
}

#languages > span[data-lang],
#languages-mobile > span[data-lang] {
	cursor: pointer;
}

#languages > span.active,
#languages-mobile > span.active {
	color: #000;
}

#languages > span.middle,
#languages-mobile > span.middle {
	padding: 0 2px;
}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

#slider:before {
	content: '';
	display: block;
	padding-top: 31.666%;
}

#slider > .content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#slider > .content > div {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: contain;
}

#content {
	position: relative;
	margin: 0 50px;
}

#footer {
	padding: 0 50px;
	background: #e3000f;
	height: 50px;
	line-height: 50px;
	color: #F6AFB4;
	overflow: hidden;
}

#footer > .white {
	color: #fff;
	white-space: nowrap;
}

#footer > .right a {
	color: #F6AFB4;
	text-decoration: none;
}

#footer > .right .spacer {
	margin: 0 10px;
}
