* {
	margin: 0;
	padding: 0;
}

body {
	color: white;
	background-color: black;
	font-family: Raleway, sans-serif;
	font-size: 18px;
	line-height: 27px;
}

body.mandator-1 {
	color: #3c3c3c;
}

body:after {
	content: "desktop";
	position: absolute;
	top: -1000px;
	left: -10000px;
}

a.mobile-menu {
	display: none;
}

header.desktop nav {
	position: fixed;
	top: 60px;
	width: 100%;
	display: block;
	z-index: 10;
}

header.desktop nav.main {
	top: 60px;
	font-size: 20px;
}

.mandator-5 header.desktop nav.main {
	top: auto;
	bottom: 60px;
}

header.desktop nav.lang  {
	top: 20px;
	font-size: 13px;
}

.mandator-5 header.desktop nav.lang {
	top: auto;
	bottom: 20px; 
}

header.desktop nav ul {
	position: relative;
	list-style: none;
	float: left;
	left: 50%;
	text-align: center;
}

header.desktop nav ul:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header.desktop nav li {
	position: relative;
	float: left;
	right: 50%;
}

header.desktop nav.main li {
	margin-right: 15px; 
}

header.desktop nav.main li:last-child {
	margin-right: 0;
}

header.desktop nav.main a {
	display: inline-block;
	color: white;
	border: 1px solid white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 15px;
	letter-spacing: 1.2px;
}

.mandator-1 header.desktop nav.main a {
	color: #3c3c3c;	
	border-color: #3c3c3c;
}

.mandator-5 header.desktop nav.main a {
	background-color: white;
	color: black;
	opacity: 0.8;
}

header.desktop nav.main.scrolled a {
	background-color: white;
	color: black;
	opacity: 0.8;
}

.mandator-5 nav.lang {
	display: none;
}

header.desktop nav.lang li {
	border-right: 1px solid white;
	padding-right: 10px;
	margin-right: 10px;
	height: 13px;
	line-height: 10px;
}

.mandator-1 header.desktop nav.lang li {
	border-right-color: #3c3c3c;
}

header.desktop nav.lang li:last-child {
	padding-right: 0;
	margin-right: 0;
	border: 0;
}

header.desktop nav.lang a {
	color: white;
	text-transform: lowercase;
	text-decoration: none;
}

.mandator-1 header.desktop nav.lang a {
	color: #3c3c3c;
	text-transform: uppercase;
}

h1 {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

section.main {
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding-top: 240px;
}

section.main .swiper-container,
section.main #bg,
section.main #bg div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent top center no-repeat;
	background-size: cover;
}

section.main .swiper-container div {
	width: 100%;
	height: 100%;
	background: transparent top center no-repeat;
	background-size: cover;
}

section.main #logo {
	margin: 0;
	position: absolute;
	top: 25%;
	text-align: center;	
	width: 100%;
}

section.main ul {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	text-align: center;
	list-style: none;
	font-size: 20px;
}

section.main li {
	display: inline;
	text-transform: uppercase;
	padding-left: 30px;
	background: transparent url('../media/square.png') 11px 7px no-repeat;
	letter-spacing: 1.2px;
}

section.main li:first-child {
	padding-left: 0;
	background: #333;
	padding: 0 5px;
	opacity: 0.8;
}

.mandator-1 section.main li:first-child {
	background: transparent;	
}

section.page {
	position: relative;
	background: top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	padding-top: 600px;
}

body.mobile section.page {
	background-size: 100%;
	background-position: top left;
	background-attachment: scroll !important;
}

body.mandator-4 section.page {
	color: #333;
}

section.page h2 {
	color: white;
	position: absolute;
	top: 0;
	left: 50%;
	padding-top: 180px;
	font-family: Raleway, sans-serif;
	font-weight: normal;
	font-size: 100px;
	white-space: nowrap;
	margin: 0 0 0 -475px;
	text-align: center;
	width: 950px;
	text-transform: uppercase;
	line-height: 130px;
	letter-spacing: 10px;
	border-top:  4px solid white;
}

section.page h2 span {
	-background-color: #333;
	-padding: 0 5px 0 10px;
	-opacity: 0.8;
}

section.page h3 {
	font-size: 18px;
}

section.page p,
section.page ul {
	margin: 28px 0;
}

section.page p.date {
	margin-top: 0;
	font-weight: 300;
}

section.page ul {
	margin: 30px 0 30px 0.6em;
}
section.page li {
	margin-left: 0.6em;
	padding-left: 0.6em;
}

section.page div.embed {
	padding: 10px;
	border: 1px solid white;
}

section.page a {
	font-weight: 300; 
	color: white;
	text-decoration: none;
}

body.mandator-1 section.page a {
	color: #3c3c3c;
	text-decoration: underline;
}

body.mandator-4 section.page a {
	text-decoration: underline;
	color: #333;
}

body.mandator-4 section.page a:hover {
	color: white !important;
}

section.page a.icon-doc {
	padding-left: 30px;
	background: transparent url(../media/doc.png) 0 0 no-repeat;
}

section.page img {
	max-width: 100%;
}

section.page cite {
	color: white;
	position: absolute;
	top: 300px;
	font-family: Raleway, serif;
	font-size: 20px;
	font-style: normal;
	display: block;
	margin: 40px 0 200px;
	text-align: center;
	width: 100%;
	line-height: 60px;
	letter-spacing: 1.3px;
}

section.page cite span {
	-background-color: #333;
	-padding: 0 5px;
	-opacity: 0.8;
}

section.page .body {
	background-color: gray;
}

section.page article {
	width: 950px;
	padding: 70px 0;
	margin: 0 auto;
	background: transparent url(../media/line.png) bottom center no-repeat;
	letter-spacing: 0.03em;
	font-weight: 300;
}


section.page article:last-child {
	background: none;
}

section.page article:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

section.page .full {
	clear: both;
	width: 100%;
}

section.page .left,
section.page .right {
	width: 460px;
}

section.page .left *:first-child, 
section.page .right *:first-child {
	margin-top: 0;
}

section.page .left {
	float: left;
}

section.page .right {
	float: right;
}

section.page .right:after {
	display: block;
	width: 1px;
	height: 1px;
	clear: both;
}

/* Footer */
section.page:last-child div.body {
	padding-bottom: 100px;
}

section.page:last-child article:last-child {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	background: transparent url(../media/line.png) center bottom no-repeat;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.swiper-pagination {
	right: 30px;
	width: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 2px solid white;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: white;
}