/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	line-height: 170%;
}
body {
/* line-height: 1; */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}
/* layout */
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #009fe3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}
a {
	color: #009fe3;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
a:hover, a:visited, a:active, a:focus {
	color: #009fe3;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
strong {
	font-weight: bold;
}

::-moz-selection {
background: #000;
color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
img, svg {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
a:hover>svg {
	opacity: 0.6
}
/* pages */
.upper-page {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
.upper-content {
	margin: 0 auto;
	padding: 0;
}
.lower-page {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
.lower-content {
	padding: 0;
	margin: 0 auto;
}
.sections-home, .sections {
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
.sections {
	padding: 135px 60px;
}

@media all and (min-width: 1920px) {
.sections {
	padding: 205px 0;
}
}

@media only screen and (max-width: 991px) {
.sections {
	padding: 135px 105px;
}
.logoimg {margin-bottom:15px}

}

@media only screen and (max-width: 640px) {
.sections {
	padding: 115px 30px 50px;
}
}
#privacy, #contact {
	display: none;
}
#privacy h3 {
	font-size: 14px
}
#privacy p {
	margin-bottom: 15px
}
/* center container */
.center-container-home {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.center-block-home {
	display: table-cell;
	vertical-align: middle;
}
.center-container {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.center-block {
	display: table-cell;
	vertical-align: middle;
}
/* navigation */
#menu-mobile-btn {
	position: fixed;
	width: 63px;
	height: 50px;
	top: 27px;
	right: 25px;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	z-index: 1005;
}

@media only screen and (max-width: 991px) {
#menu-mobile-btn {
	top: 17px;
	right: 15px;
}
}

@media only screen and (max-width: 640px) {
#menu-mobile-btn {
	position: absolute;
}
}
#menu-mobile-btn.top-position {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	transform: translateY(-200px);
}
#menu-mobile-btn.menu-mobile-btn-position-primary, #menu-mobile-btn.menu-mobile-btn-position-secondary {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
#menu-mobile-btn.menu-mobile-btn-position-primary {
	top: 27px;
	right: 25px;
}
#menu-mobile-btn.menu-mobile-btn-position-secondary {
	top: 7px;
	right: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#menu-mobile-btn {
	z-index: 300;
}
}
#menu-mobile-btn.menu-mobile-btn-dt {
	display: none;
	visibility: hidden;
}

@media only screen and (max-width: 991px) {
#menu-mobile-btn.menu-mobile-btn-dt {
	display: block;
	visibility: visible;
}
}
.menu-toggle {
	position: absolute;
	display: block;
	padding: 0;
	background: none;
	line-height: 1;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border: none;
	z-index: 1005;
}
#menu-mobile {
	position: fixed;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	width: 390px;
	height: 100%;
	right: -200%;
	top: 0;
	margin: auto;
	-webkit-transition: right .6s ease-in-out;
	-moz-transition: right .6s ease-in-out;
	-ms-transition: right .6s ease-in-out;
	-o-transition: right .6s ease-in-out;
	transition: right .6s ease-in-out;
	background: rgba(0, 159, 227, .95);
	z-index: 1000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#menu-mobile {
}
}

@media only screen and (max-width: 991px) {
#menu-mobile {
	font-size: 20px;
	width: 300px;
}
}

@media only screen and (max-width: 640px) {
#menu-mobile {
	width: 230px;
}
}
#menu-mobile.menu-mobile-dt {
	display: none;
	visibility: hidden;
}

@media only screen and (max-width: 991px) {
#menu-mobile.menu-mobile-dt {
	display: block;
	visibility: visible;
}
}
#menu-mobile.activated {
	right: 0;
}
#menu-mobile ul {
	width: 390px;
	list-style: none outside none;
	margin: 0 auto;
	padding-left: 121px;
}

@media only screen and (max-width: 991px) {
#menu-mobile ul {
	width: 300px;
	padding-left: 81px;
}
}
#menu-mobile ul li {
	padding: 0 0 2px 0;
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
#menu-mobile ul li {
	padding: 0 0 3px 0;
}
}

@media only screen and (max-width: 640px) {
#menu-mobile ul {
	width: 230px;
	padding-left: 47px;
}
}
#menu-mobile .credits {
	font-size: 12px;
	margin: 6px 0 0 0;
}

@media only screen and (max-width: 991px) {
#menu-mobile .credits {
	font-size: 10px;
}
}
#menu-mobile .credits a {
	color: #fff;
	text-decoration: none;
}
#menu-mobile a {
	display: none;
	min-width: 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#menu-mobile a:hover {
	color: #000;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#menu-mobile li .active {
	color: #000;
}
.menu-nav-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.menu-nav {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/*  navigation DT */
.menu {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	top: 34px;
	right: 40px;
	width: auto;
	height: auto;
	text-align: right;
	z-index: 1000;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

@media only screen and (max-width: 991px) {
.menu {
	display: none;
	visibility: hidden;
}
}
.menu.top-position {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	transform: translateY(-200px);
}
.menu.menu-position-primary, .menu.menu-position-secondary {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.menu.menu-position-primary {
	top: 34px;
}
.menu.menu-position-secondary {
	top: 14px;
	right: 20px;
}
.menu a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	color: #db0018;
}
.menu a.active {
	color: #db0018;
	background: none;
}
.menu ul {
	height: auto;
	display: inline-block;
}
.menu ul li {
	position: relative;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.menu ul li a {
	font-size: 18px;
	color: #000;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.menu ul li a:hover {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.menu ul li a span {
	font-size: 13px;
	color: #000;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: -5px;
}
/*  navigation lines */
.lines-button {
	display: none;
	margin: -16px 0 0 -3px;
	padding: 30px 16px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lines-button:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.lines-button:active {
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}
.lines {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 2px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #009fe3;
}

@media only screen and (max-width: 991px) {
.lines-button {
	display: block
}
}
.lines:after, .lines:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 35px;
	height: 2px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	left: 0;
	-webkit-transform-origin: .28571rem center;
	-moz-transform-origin: .28571rem center;
	-ms-transform-origin: .28571rem center;
	-o-transform-origin: .28571rem center;
	transform-origin: .28571rem center;
	background: #000;
}

@media only screen and (max-width: 991px) {
.lines:after, .lines:before {
	background: #009fe3;
}
}
.lines:before {
	top: 10px;
}
.lines:after {
	top: -10px;
}
.lines-button.minus.lines-close .lines:after, .lines-button.minus.lines-close .lines:before {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	top: 0;
	width: 35px;
	background: #000;
}

@media only screen and (max-width: 640px) {
.lines-button.minus.lines-close .lines:after, .lines-button.minus.lines-close .lines:before {
	background: #fff;
}
}
.lines-button.x.lines-close .lines {
	background: 0 0;
}
.lines-button.x.lines-close .lines:after, .lines-button.x.lines-close .lines:before {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 35px;
	background: #000;
}

@media only screen and (max-width: 640px) {
.lines-button.x.lines-close .lines:after, .lines-button.x.lines-close .lines:before {
	background: #fff;
}
}
.lines-button.x.lines-close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.lines-close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
	-webkit-transition: background .3s .5s ease;
	-moz-transition: background .3s .5s ease;
	-ms-transition: background .3s .5s ease;
	-o-transition: background .3s .5s ease;
	transition: background .3s .5s ease;
}
.lines-button.x2 .lines:after, .lines-button.x2 .lines:before {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
	-moz-transition: top .3s .6s ease, -moz-transform .3s ease;
	-ms-transition: top .3s .6s ease, -ms-transform .3s ease;
	-o-transition: top .3s .6s ease, -o-transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease;
}
.lines-button.x2.lines-close .lines {
	-webkit-transition: background .3s 0 ease;
	-moz-transition: background .3s 0 ease;
	-ms-transition: background .3s 0 ease;
	-o-transition: background .3s 0 ease;
	transition: background .3s 0 ease;
	background: 0 0;
}
.lines-button.x2.lines-close .lines:after, .lines-button.x2.lines-close .lines:before {
	-webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
	-moz-transition: top .3s ease, -moz-transform .3s .5s ease;
	-ms-transition: top .3s ease, -ms-transform .3s .5s ease;
	-o-transition: top .3s ease, -o-transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease;
	top: 0;
	width: 35px;
	background: #000;
}

@media only screen and (max-width: 640px) {
.lines-button.x2.lines-close .lines:after, .lines-button.x2.lines-close .lines:before {
	background: #fff;
}
}
.lines-button.x2.lines-close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.lines-close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/* overlay */
.overlay:before {
	content: "";
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.overlay-dark-65:before {
	background: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
.returnlink {
	display: none
}
/* Flexbox */
@media only screen and (min-width: 992px) {
.flex-container {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.introduction {text-align: justify}
.returnlink {
	margin-top: 45px;
	display: block;
}
}
.hero-fullscreen {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
}
/* hero bg */
.hero-bg, .hero-bg-show, .hero-bg-show-primary, .hero-bg-show-secondary {
	-webkit-transition: -webkit-transform 3s ease;
	-moz-transition: -moz-transform 3s ease-out;
	-ms-transition: -ms-transform 3s ease-out;
	-o-transition: -o-transform 3s ease-out;
	transition: transform 3s ease;
}
.hero-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.hero-bg-show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hero-bg-show-primary {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.hero-bg-show-secondary {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
/* 10.2. hero fullscreen FIX */ 
.hero-fullscreen-FIX {
	width: 100%;
	height: 100%;
}
/* link underline */
.link-underline {
	position: relative;
	display: inline-block;
}
.link-underline::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-underline.services::before {
	bottom: -7px;
	background: #fff;
	width: 150px;
}
a.contact, a:hover.contact {
	color: #009fe3;
}
.link-underline:hover::before {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
/* link underline menu */
.link-underline-menu {
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.link-underline-menu:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 10px;
	left: 0;
	background: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.col-md-9 .link-underline-menu:before {
	bottom: -1px;
	background: #009fe3
}
.link-underline-menu:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
.link-underline-menu:hover:before {
	visibility: hidden;
}
}
/* preloader */
.preloader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	z-index: 999999;
}
#preloader {
	position: fixed;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	z-index: 999999;
}
#preloader-status {
	display: table-cell;
	vertical-align: middle;
}
.preloader-position {
	position: relative;
	margin: 0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.loader {
	position: relative;
	width: 45px;
	height: 45px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: 2px;
	-webkit-animation: rotate 1s infinite linear;
	-moz-animation: rotate 1s infinite linear;
	-ms-animation: rotate 1s infinite linear;
	-o-animation: rotate 1s infinite linear;
	animation: rotate 1s infinite linear;
	border: 3px solid rgba(255, 255, 255, .15);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.loader span {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -3px;
	left: -3px;
	border: 3px solid transparent;
	border-top: 3px solid rgba(255, 255, 255, .75);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
 @-webkit-keyframes rotate {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.introduction.introduction-on {
	visibility: visible;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.introduction.introduction-off {
	visibility: hidden;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* cookie */
.fixed {
  position: fixed;
  will-change: transform;
  
}

.fixed--bottom {
  top: 16px;
  left: 0;
z-index:99999;}


/* modules/button.css */

button {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.button {
  border-style: solid;
  border-width: 0.0625em;
  padding: 0.5em 1em;
  position: relative;
}

.button::after {
  background-color: #26a7f2;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  z-index: -1;
}

.button:focus::after,
.button:hover::after {
  opacity: 1;
}

/* modules/cookie-disclaimer.css */

.cookie-disclaimer {
  background-color: #009fe3;
  color: #fff;
  font-size: 11px;
  opacity: 0;
  padding: 10px 15px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}

.cookie-disclaimer.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cookie-disclaimer :first-child {
  margin-top: 0;
}

.cookie-disclaimer :last-child {
  margin-bottom: 0;
}

/* modules/media.css */

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media__object--left {
  margin-right: 1em;
}

.media__object--right {
  margin-left: 1em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.media__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.media__body a {color:#fff}
.media__body .link-underline-menu::before {bottom:-2px; background:#fff}