/* Base */
@font-face {
	font-family:'AkkuratLightPro-Regular';
	src: url('font/AkkuratLightPro-Regular_gdi.eot');
	src: url('font/AkkuratLightPro-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/AkkuratLightPro-Regular_gdi.woff') format('woff'),
		url('font/AkkuratLightPro-Regular_gdi.ttf') format('truetype'),
		url('font/AkkuratLightPro-Regular_gdi.svg#AkkuratLightPro-Regular') format('svg');
	font-weightg1667
	: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: AkkuratLightPro-Regular;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1.125rem;
  color:#999;
  /*line-height: 28px;*/
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
/**
 * Remove default margin.
 */
body {
  margin: 0;
  background-color: #0047af !important;  }
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	body {
	  background-color: #fff !important;  }
}
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }
/* Links
   ========================================================================== */
a {
  background-color: transparent; }
a:active,
a:hover {
  outline: 0; }
/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }
b,
strong {
  font-weight: bold; }
dfn {
  font-style: italic; }
h1 {
  font-size: 200%;
  margin: 0.67em 0; }
mark {
  background: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
img {
	border: 0;
	width: 100%;
	transition: width 2s ease-in-out;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px; }
hr {
  box-sizing: content-box;
  height: 0; }
pre {
  overflow: auto; }
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible; }
button,
select {
  text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input {
  line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; }
optgroup {
  font-weight: bold; }
/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0; }
html, body {
  width: 100%;
  height: 100%; }
img {
  width: 100%;
  height: auto;
  max-width: 100%; }
h1, h2, h3, h4, h5, h6 {
  margin: 0px; }
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes zoomin {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); } }
@-ms-keyframes zoomin {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); } }
@-o-keyframes zoomin {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes zoomin {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); } }
.zoomAnimation {
  -webkit-animation: zoomin 30s infinite;
  -moz-animation: zoomin 30s infinite;
  -ms-animation: zoomin 30s infinite;
  -o-animation: zoomin 30s infinite;
  animation: zoomin 30s infinite; }
.heading {
  font-size: 240%;
  letter-spacing: 4px;
  color: #2C2C2C;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px; }
.heading_bg {
    color: #fff !important;
    border-width: 0 !important;
    border-radius: 0;
    letter-spacing: 0;
    padding: .2em .7em !important;
	margin: .05em !important;
    background-color: rgba(0,71,175,0.48);	
	display: inline-block;
}
  @media only screen and (min-height: 900px) {
    .heading {
      margin-bottom: 45px; } }
  .heading span.left {
    position: relative; }
    .heading span.left:after {
      content: " ";
      width: 204px;
      height: 61px;
      display: inline-block;
      position: absolute;
      top: -38px;
      left: 65%;
	  /* http://www.all-flags-world.com/country-flag/USA/national-american-flag.php */
      background: url("../img/ecem-usa.png");
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: -1;
      transform: translate(-60%, 0);
      -moz-transform: translate(-60%, 0);
      -o-transform: translate(-60%, 0);
      -ms-transform: translate(-60%, 0);
      -webkit-transform: translate(-60%, 0); }
    .heading span.left.products:after {
      left: 55%; }
  .heading span.right {
    position: relative; }
    .heading span.right:after {
      content: " ";
      width: 204px;
      height: 61px;
      display: inline-block;
      position: absolute;
      top: -38px;
      right: 65%;
      background: url("../img/ecem-usa.png");
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: -1;
      transform: translate(50%, 0);
      -moz-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -webkit-transform: translate(50%, 0); }
      @media only screen and (max-width: 768px) {
        .heading span.right:after {
          right: 80%; } }
  .heading span.center {
    position: relative; }
    .heading span.center:after {
      content: " ";
      width: 204px;
      height: 61px;
      display: inline-block;
      position: absolute;
      top: -38px;
      right: 0;
      background: url("../img/ecem-usa.png");
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: -1; }

.heading.center {
	text-align:center;
	color:#fff;
	text-shadow: 3px 1px 2px #000;
	opacity: 0;
	margin-bottom:0;
}
.page_wrapper .section.frontpage .logo img {
	opacity: 0;
}
.subheading.center {
	text-align:center;
	color:#fff;
	text-shadow: 3px 1px 2px #000;
	opacity: 0;
	margin-bottom:0;
	text-transform: lowercase;
	line-height: 28px;
}
.subheading.center a {
	color:#fff;
	text-shadow: 3px 1px 2px #000;
}
.footer {
	display:block;
	width: 100%;
	text-align: center;
	letter-spacing: 0.4px;
	font-size: 110%;
	line-height: 24px;
	padding: 9px 16px;
	margin-bottom: 18px;
}
.subheading {
  font-weight: 700;
  /*font-size: 160%;*/
  color: #0047af;
  letter-spacing: 0.8px;
  line-height: 24px; }
.content .inner p, .content .inner ul {
  color: rgba(44, 44, 44, 0.6);
  font-size: 130%;
  line-height: 28px;
  font-weight: 500; }
.content .inner strong {
  font-weight: 500;
  color: rgba(44, 44, 44, 0.8); }
.content .inner a.link {
  color: #0047af;
  text-decoration: none; }
.noscroll {
  overflow-y: hidden !important;
  max-height: 100% !important;
  height: 100% !important; }
.mobile-only {
  display: none  !important; }
  @media only screen and (max-width: 1023px) {
    .mobile-only {
      display: inline-block !important; } }
.desktop-only {
  display: inline-block !important; }
  @media only screen and (max-width: 1023px) {
    .desktop-only {
      display: none !important; } }
.subsidiary {
  transition: color 0.5s ease 0s, background 0.5s ease 0s, height 0.5s ease 0s;
  font-size: 90%;
  max-width: 400px;
  color: rgba(22, 44, 22, 0.6);
  display: block;
  position: absolute;
  font-weight: 600;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  text-align: center;}
a.subsidiary{
	text-decoration: none;
	text-transform: uppercase;
}
a.subsidiary:hover {
	color: #ccc;
}
  .subsidiary img {
    width: 100%; }
@media only screen and (max-width: 1550px) {
	.subsidiary {
	right: inherit;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0); }
	.subsidiary .mobile-only {
	display: block !important;
	opacity: 0.3; }
	.subsidiary .desktop-only {
	display: none !important; } 
}
@media only screen and (max-width: 1030px) {
	.subsidiary {
	bottom: 40px; } 
}
@media only screen and (max-width: 768px) {
	.subsidiary {
	bottom:10px;
	max-width: 100%; }
}
.frontpage .subsidiary {
	right: inherit;
	left: 50%;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	opacity: 0.5; }
.button_wrapper {
  padding: 20px 0px 0px;
  display: inline-block;
  margin: 0px; }
.button_wrapper.planroute {
	/*display: none;*/
	padding: 20px 0px 0px; 
}
.button_wrapper.planroute .mobile-only {
	display: none !important; }
.button_wrapper.planroute .desktop-only {
	display: inline-block !important; } 
	
@media only screen and (max-width: 1023px) {
	.button_wrapper.planroute .mobile-only {
		display: inline-block !important; }
	.button_wrapper.planroute .desktop-only {
		display: none !important; } 
}	
@media only screen and (max-width: 1023px) {
	.frontpage .subsidiary {
	bottom: 60px; } 
}
@media only screen and (max-width: 768px) {
	.frontpage .subsidiary {
	max-width: 130px; } 
}
@media only screen and (max-width: 1200px) {
    .button_wrapper {
      padding: 40px 0px 0px; } 
}
@media only screen and (min-height: 900px) {
	.button_wrapper.planroute {
	display: inline-block; } 
}
@media only screen and (max-width: 1023px) {
	.button_wrapper.planroute {
	display: inline-block !important; } 
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.button_wrapper.planroute {
	/* IE10+ CSS styles go here */ }
}
@media only screen and (min-height: 750px) and (max-height: 899px), only screen and (max-width: 1023px) {
	.button_wrapper.planroute {
	display: inline-block !important;
	padding-top: 0px; }
}
.button, .btn {
  padding: 10px 18px;
  font-size: 120%;
  letter-spacing: 2px;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none; }
  .button span, .btn span {
    text-transform: uppercase; }
  .button.regular, .btn.regular {
    background-color: #000000;
    color: #ffffff; }
  .button.inverted, .btn.inverted {
    background: #E2E4EB;
    color: #0047af; }
  .button.white, .btn.white {
    background: #ffffff;
    color: #000000; }
  .button:hover, .btn:hover {
    cursor: pointer; }
.countdown_wrapper .button {
  font-size: 120%;
  letter-spacing: 4px;
  line-height: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  width: 164px;
  text-align: center;
  background: url("../img/button-bg.svg") center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 23px 38px 5px 43px;
  position: fixed;
  right: 84px;
  bottom: 0px; }
  @media only screen and (max-width: 768px) {
    .countdown_wrapper .button {
      left: 50%;
      right: inherit;
      padding: 0px 28px 0px 33px;
      font-size: 110%;
      line-height: 45px;
      transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); } }

	  
/* form */
form, #reservationFrom {
	position: relative;
	width: 100%;
	display: inline-block;
	min-height: 600px; }
form fieldset, #reservationFrom fieldset {
	border: none;
	position: absolute;
	top: 0;
	padding: 0px;
	margin: 0px; }
form fieldset:not(:first-of-type), #reservationFrom fieldset:not(:first-of-type) {
	display: none; }
form fieldset:not(:first-of-type) .heading, #reservationFrom fieldset:not(:first-of-type) .heading {
	margin-bottom: 0px !important; }
form .mg40, #reservationFrom .mg40 {
	/*margin-top: 40px;*/ }
form .btn, form .button, #reservationFrom .btn, #reservationFrom .button {
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	display: inline-block; }
form .btn:nth-of-type(2), form .button:nth-of-type(2), #reservationFrom .btn:nth-of-type(2), #reservationFrom .button:nth-of-type(2) {
	margin-left: 14px; }
form .next, form .prev, #reservationFrom .next, #reservationFrom .prev {
	text-transform: uppercase; }
form .prev, #reservationFrom .prev {
	background: #E2E4EB;
	color: #0047af; }
form .field, #reservationFrom .field {
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-bottom: 24px; }
form .field .column, #reservationFrom .field .column {
	width: 29.33333%;
	display: inline-block;
	margin-right: 6%;
	float: left; }
form .field .column:last-of-type, #reservationFrom .field .column:last-of-type {
	margin-right: 0px; }
form .field label, #reservationFrom .field label {
	width: 100%;
	display: inline-block;
	font-size: 110%;
	color: #0047af;
	letter-spacing: 1.71px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 8px; }
form .field input, form .field textarea, form .field select, #reservationFrom .field input, #reservationFrom .field textarea, #reservationFrom .field select {
	width: 100%;
	display: inline-block;
	border: none;
	border-bottom: 3px solid #CED2DD;
	padding: 8px;
	font-size: 130%;
	color: rgba(44, 44, 44, 0.6);
	letter-spacing: 0.2px;
	line-height: 24px;
	background: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */ }
form .field input.required, form .field textarea.required, form .field select.required, #reservationFrom .field input.required, #reservationFrom .field textarea.required, #reservationFrom .field select.required {
	border-bottom-color: #FF0A28; }
form .field select, #reservationFrom .field select {
	-webkit-appearance: none; }
form .field textarea, #reservationFrom .field textarea {
	min-height: 80px;
	resize: none; }
form #countrycode, #reservationFrom #countrycode {
	max-width: 50px;
	margin-right: 5px;
	display: inline-block; }
form #phonenumber, #reservationFrom #phonenumber {
	width: calc(100% - 60px);
	display: inline-block;
}
.form-message {
	display: block;
	position: absolute;
	width: 100%;
}
.thankyou {
	display: none;
	position: absolute;
	top: 0; }
	@media only screen and (max-width: 1023px) {
		.thankyou {
			position: relative; } }
.requiredMessage {
	width: 100%;
	color: #FF0A28;
	text-align: center;
	display: none;
	letter-spacing: 0.4px;
	font-size: 110%;
	line-height: 24px;
	padding: 9px 16px;
	background: rgba(255, 10, 40, 0.1);
	margin-bottom: 18px; }
/* form */

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block; }
  .icon.linkedin {
    width: 19px;
    height: 19px;
    background-image: url("../img/linkedin.svg"); }
  .icon.googleplus {
    width: 19px;
    height: 19px;
    background-image: url("../img/googleplus.svg"); }
  .icon.facebook {
    width: 19px;
    height: 19px;
    background-image: url("../img/facebook.svg"); }
  .icon.instagram {
    width: 19px;
    height: 19px;
    background-image: url("../img/instagram.svg"); }
  .icon.twitter {
    width: 19px;
    height: 19px;
    background-image: url("../img/twitter.svg"); }
	
/* faders */
@media only screen and (min-width: 1023px) and (min-height: 701px) {
	.slideAnimation {}
	.slideAnimation .animated {
		animation-duration: 1s;
		animation-fill-mode: both; }
	/* fadeinleft */
	.slideAnimation .active .fadeInLeft {
		opacity: 0;
		animation-name: fadeInLeft; }
	@keyframes fadeInLeft {
		from {
			opacity: 0;
			transform: translate3d(-100%, 0, 0); }
		to {
			opacity: 1;
			transform: none; }
	}
	/* fadeoutleft */
	.slideAnimation .fadeOutLeft {
		animation-name: fadeOutLeft; 
	}
	@keyframes fadeOutLeft {
		from {
			opacity: 1; }
		to {
			opacity: 0;
			transform: translate3d(-100%, 0, 0); }
	}
	/* fadeinright */
    .slideAnimation .active .fadeInRight {
		animation-name: fadeInRight; }
	@keyframes fadeInRight {
		from {
			opacity: 0;
			transform: translate3d(100%, 0, 0); }
		to {
			opacity: 1;
			transform: none; }
	}
	/* fadeoutright */
	.slideAnimation .fadeOutRight {
		animation-name: fadeOutRight; }
	@keyframes fadeOutRight {
		from {
			opacity: 1; }
		to {
			opacity: 0;
			transform: translate3d(100%, 0, 0); }
	}
	/* fadein */
    .slideAnimation .active .fadeIn {
		animation-name: fadeIn; }
	@keyframes fadeIn {
		from {
			opacity: 0; }
		to {
			opacity: 1; }
	}
	/* fadeout */
	.slideAnimation .fadeOut {
		animation-name: fadeOut; }
	@keyframes fadeOut {
		from {
			opacity: 1; }
		to {
			opacity: 0; }
	} 
}
#origin-input,
#destination-input {
  background-color: #fff;
  border: none;
  border-bottom: 3px solid #CED2DD;
  padding: 10px 20px;
  text-overflow: ellipsis;
  width: 390px;
  left: 440px !important;
  top: calc(100% - 551px) !important;
  display: none;
  color: rgba(44, 44, 44, 0.6);
  font-size: 130%;
  line-height: 28px;
  font-weight: 500; }
  @media only screen and (max-width: 1023px) {
    #origin-input,
    #destination-input {
      display: none !important; } }
#origin-input:focus,
#destination-input:focus {
  border-color: #4d90fe; }
#mode-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
  display: none; }
#mode-selector label {
  font-family: monospace, monospace;
  font-size: 110%;
  font-weight: 300; }
#right-panel {
  height: 500px;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 100;
  width: 390px;
  padding: 10px 20px;
  overflow: auto;
  background: #fff;
  display: none;
  color: rgba(44, 44, 44, 0.6);
  font-size: 130%;
  line-height: 28px;
  font-weight: 500; }
  @media only screen and (max-width: 1023px) {
    #right-panel {
      display: none; } }
.menu_wrapper {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  .menu_wrapper #mainmenu {
    display: inline-block;
    padding: 0px 60px;
    background-image: url("../img/menu-left.svg"), url("../img/menu-right.svg");
    background-position: top -12px left 10px, top -12px right 10px;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
    .menu_wrapper #mainmenu .menu {
      display: inline-block;
      padding: 0px 14px 18px 40px;
      margin: 0px;
      position: relative; }
      .menu_wrapper #mainmenu .menu:after {
        content: " ";
        display: inline-block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: url("../img/menu-center.png") 0 0;
        background-repeat: repeat-x;
        background-size: 100% 82px;
        z-index: -1; }
      .menu_wrapper #mainmenu .menu li {
        display: inline-block;
        font-size: 120%;
        font-weight: 400;
        letter-spacing: 4px;
        line-height: 16px;
        margin: 0px 14px; }
        .menu_wrapper #mainmenu .menu li a {
          color: #2D2D2D;
          text-decoration: none;
          text-transform: uppercase;
          padding: 26px 0px 20px;
          display: inline-block; }
          .menu_wrapper #mainmenu .menu li a.active, .menu_wrapper #mainmenu .menu li a:hover {
			color: #0047af;
            padding: 26px 0px 8px;
            border-bottom: 1px solid #0047af;
            margin-bottom: 10px; }
          .menu_wrapper #mainmenu .menu li a span {
            margin-right: -4px;
            display: inline-block; }
      @media only screen and (max-width: 1200px) {
        .menu_wrapper #mainmenu .menu {
          padding: 0px 20px 18px 0px; }
          .menu_wrapper #mainmenu .menu li {
            margin: 0px 10px; } }
  .menu_wrapper #mobilemenu {
    width: 109px;
    height: 70px;
    display: none;
    background-image: url("../img/mobile-menu.svg");
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100; }
  .menu_wrapper .mobilemenu_wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 101; }
    .menu_wrapper .mobilemenu_wrapper .mobilemenu-close {
      width: 109px;
      height: 70px;
      display: block;
      background-image: url("../img/mobile-menu-close.svg");
      background-size: 100%;
      position: absolute;
      right: 0;
      top: 0; }
    .menu_wrapper .mobilemenu_wrapper ul.menu {
      margin: 0px;
      padding: 0px;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      padding: 0px 20px;
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      .menu_wrapper .mobilemenu_wrapper ul.menu li {
        display: inline-block;
        font-size: 140%;
        font-weight: 400;
        letter-spacing: 4px;
        line-height: 16px;
        margin: 0px;
        width: 100%;
        text-align: center; }
        .menu_wrapper .mobilemenu_wrapper ul.menu li a {
          color: #2D2D2D;
          text-decoration: none;
          text-transform: uppercase;
          padding: 26px 0px 20px;
          display: inline-block; }
        .menu_wrapper .mobilemenu_wrapper ul.menu li .social:nth-child(2) {
          margin: 0px 10px; }
  .menu_wrapper .socialmedia_wrapper {
    display: inline-block;
    float: right;
    height: 82px;
    position: relative;
    line-height: 75px;
    padding-right: 40px; }
    .menu_wrapper .socialmedia_wrapper:after {
      content: " ";
      display: inline-block;
      left: -1px;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      background: url("../img/menu-center.png") 0 0;
      background-repeat: repeat-x;
      background-size: 100% 82px;
      z-index: -1; }
    .menu_wrapper .socialmedia_wrapper .social {
      width: 20px;
      height: 20px;
      margin-right: 2px;
      display: inline-block; }
    @media only screen and (max-width: 1200px) {
      .menu_wrapper .socialmedia_wrapper {
        padding-right: 0px; } }
  @media only screen and (max-width: 1023px) {
    .menu_wrapper #mainmenu {
      display: none; }
    .menu_wrapper #mobilemenu {
      display: inline-block; } }
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%; }
@media only screen and (min-width: 769px) {
  .container {
    width: 100%; } }
@media only screen and (min-width: 1023px) {
  .container {
    width: 100%; } }
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 769px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 1023px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
.countdown_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  overflow: hidden; }
  .countdown_wrapper .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/countdown-background.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }
  .countdown_wrapper .countdown {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 365px;
    text-align: center;
    color: #ffffff;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .countdown_wrapper .countdown .logo {
      max-width: 365px;
      width: 100%;
      height: auto;
      display: inline-block;
      margin-bottom: 70px; }
      @media only screen and (max-width: 768px) {
        .countdown_wrapper .countdown .logo {
          max-width: 273px;
          margin-bottom: 10px; } }
    .countdown_wrapper .countdown .title {
      font-size: 300%;
      line-height: 48px;
      color: #ffffff;
      display: inline-block;
      width: 100%;
      font-weight: 500;
      margin-bottom: 17px; }
    .countdown_wrapper .countdown .timer {
      display: inline-block;
      padding: 5px 15px 7px;
      border-top: 2px solid rgba(255, 255, 255, 0.2);
      border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
      .countdown_wrapper .countdown .timer .time {
        display: inline-block;
        font-family: monospace, monospace; }
        .countdown_wrapper .countdown .timer .time .digits {
          display: block;
          font-size: 280%;
          font-weight: 700;
          letter-spacing: 1px;
          line-height: 42px;
          margin-bottom: 4px; }
        .countdown_wrapper .countdown .timer .time .text {
          display: block;
          font-size: 130%;
          font-weight: 400;
          line-height: 28px;
          color: rgba(255, 255, 255, 0.4);
          text-transform: uppercase; }
      .countdown_wrapper .countdown .timer .seperator {
        font-family: monospace, monospace;
        font-size: 260%;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 42px;
        color: rgba(255, 255, 255, 0.4);
        display: inline-block;
        margin: 0px 4px;
        height: 100%;
        vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .countdown_wrapper .countdown {
        margin-top: -25px; } }
.page_wrapper .section {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0px;
  min-height: 100vh; }
  .page_wrapper .section .content_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    @media only screen and (max-width: 1023px), screen and (max-height: 700px) {
      .page_wrapper .section .content_wrapper {
        width: 100%;
        position: relative;
        display: inline-block; } }
  .page_wrapper .section.left .content_wrapper .content {
    max-width: 450px;
    padding-left: 60px;
    text-align: left; }
    @media only screen and (min-height: 1000px) {
      .page_wrapper .section.left .content_wrapper .content {
        max-width: 400px; } }
  .page_wrapper .section.left .content_wrapper:after {
    left: 449px;
    width: 100%;
    background: url("../img/triangle-left.svg");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media only screen and (min-height: 1000px) {
      .page_wrapper .section.left .content_wrapper:after {
        left: 399px; } }
  .page_wrapper .section.right .content_wrapper .content {
    max-width: 450px;
    padding-right: 60px;
    right: 0;
    text-align: right; }
    @media only screen and (min-height: 1000px) {
      .page_wrapper .section.right .content_wrapper .content {
        max-width: 400px; } }
    .page_wrapper .section.right .content_wrapper .content .inner {
      display: inline-block;
      position: relative;
      right: 0px;
      padding-left: 0px; }
      @media only screen and (min-height: 1000px) {
        .page_wrapper .section.right .content_wrapper .content .inner {
          right: 30px; } }
  .page_wrapper .section.right .content_wrapper:after {
    right: 449px;
    width: 100%;
    background: url("../img/triangle-right.svg");
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat; }
@media only screen and (max-width: 768px) {
	.page_wrapper .section.right .content_wrapper:after {
		background: none;
	}
}
    @media only screen and (min-height: 1000px) {
      .page_wrapper .section.right .content_wrapper:after {
        right: 399px; } }
  .page_wrapper .section.center .content_wrapper .content {
    left: 50%;
    width: 440px;
    padding: 180px 80px 0px;
    text-align: center;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0); }
    .page_wrapper .section.center .content_wrapper .content .inner {
      margin-left: -20px;
      position: relative;
      width: 320px; }
    @media only screen and (max-width: 1200px) {
      .page_wrapper .section.center .content_wrapper .content {
        padding: 140px 80px 0px; } }
    @media only screen and (max-width: 1023px), screen and (max-height: 700px) {
      .page_wrapper .section.center .content_wrapper .content {
        padding: 120px 40px 0px;
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        left: 0;
        width: 100%;
        right: 0;
        position: relative; } }
  .page_wrapper .section.center .content_wrapper:after {
    content: " ";
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: calc(50% + 219px);
    width: 100%;
    background: url("../img/triangle-right.svg");
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  .page_wrapper .section.center .content_wrapper:before {
    content: " ";
    right: calc(50% + 219px);
    width: 100%;
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: url("../img/triangle-left.svg");
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  .page_wrapper .section .fp-tableCell {
    line-height: 0px; }
  .page_wrapper .section.location a {
    color: inherit;
    text-decoration: none; }
  .page_wrapper .section.location a.button {
    color: #ffffff; }
  .page_wrapper .section.location #map {
    z-index: 3; }
  .page_wrapper .section .content {
    padding-top: 125px;
    width: 100%;
    position: absolute;
    z-index:5;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #ffffff; }
    @media only screen and (min-height: 900px) {
      .page_wrapper .section .content {
        padding-top: 140px; } }
    .page_wrapper .section .content .inner {
      width: 410px; }
      @media only screen and (min-height: 1000px) {
        .page_wrapper .section .content .inner {
          width: 370px; } }
  .page_wrapper .section .content_wrapper {
    height: 100vh;
    /*z-index: 5;*/
	}
    .page_wrapper .section .content_wrapper:after {
      width: 100%;
      content: " ";
      display: block;
      top: 0;
      bottom: 0;
      position: absolute;
      z-index: 4; }
    @media only screen and (max-width: 1023px), screen and (max-height: 700px) {
      .page_wrapper .section .content_wrapper {
        height: 100%; } }
  .page_wrapper .section .fp-bg {
    height: 100vh !important; }

/***************************************** SLIDES */
/* frontpage */
.page_wrapper .section.frontpage .logo {
	width: 45%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.page_wrapper .section.frontpage .fp-bg {
	/*background: url("../img/home.jpg");*/
	background-position: center center;
	background-size: cover;
}
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	.page_wrapper .section.frontpage .background {
		top: 20%;
		background: url("../img/home.jpg");
		background-size: cover;
		background-position: center center; }
	.page_wrapper .section.frontpage .logo {
		width: 75%;
	}
	.heading.center, .subheading.center, .page_wrapper .section.frontpage .logo img {
		opacity: 1;
	} 
}
/* frontpage */

/* welcome */
.page_wrapper .section.welcome .fp-bg {
	/*background: url("../img/welcome.jpg");*/
	background-position: right center;
	background-size: cover; }
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	.page_wrapper .section.welcome {
		background: none; }
	.page_wrapper .section.welcome .background {
		background: url("../img/welcome.jpg");
		background-size: cover;
		background-position: center center; } }
/* welcome */

/* about */
.page_wrapper .section.about .fp-bg {
	/*background: url("../img/about.jpg");*/
	background-position: right center;
	background-size: cover; }
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	.page_wrapper .section.about {
		background: none; }
	.page_wrapper .section.about .background {
		background: url("../img/about.jpg");
		background-size: cover;
		background-position: center center; } }
/* about */

/* products */
.page_wrapper .section.products .fp-bg {
	/*background: url("../img/products.jpg");*/
	background-position: right center;
	background-size: cover; }
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	.page_wrapper .section.products {
		background: none; }
	.page_wrapper #map {
		display: none; }
	.page_wrapper .section.products .background {
		background: url("../img/products.jpg");
		background-size: cover;
		background-position: center center; } }
/* products */
		
/* location */
.page_wrapper .section.location {
	background: #B9D3C2; }
.page_wrapper .section.location .fp-bg {
	background: none;
	background-position: right center;
	background-size: cover;
}
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	.page_wrapper .section.location {
		background: none; }
	.page_wrapper .section.location .background {
		background: url("../img/location.jpg");
		background-size: cover;
		background-position: center center; } }
/* location */

/* contact */		
.page_wrapper .section.contact .fp-bg {
	/*background: url("../img/location.jpg");*/
	background-position: right center;
	background-size: cover; }
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	.page_wrapper .section.contact {
		background: none; }
}
/* contact */

/* SLIDES *****************************************/


  .page_wrapper .section.left .watermark {
    width: 800px;
    height: 237px;
    position: absolute;
    left: calc(50% + 400px);
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1280px) {
      .page_wrapper .section.left .watermark {
        left: calc(50% + 280px); } }
  .page_wrapper .section.right .watermark {
    width: 800px;
    height: 237px;
    position: absolute;
    left: calc(50% - 400px);
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1280px) {
      .page_wrapper .section.right .watermark {
        left: calc(50% - 280px); } }
.page_wrapper #map {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: 400px;
  top: 0;
  z-index: 1; }
  .page_wrapper #map > div {
    background-color: #B9D3C2 !important; }

@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
	.page_wrapper #map {
		left: 0; }
}
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
  .page_wrapper .section, .page_wrapper .slide {
    height: auto !important;
    overflow: hidden;
    min-height: 100%; }
    .page_wrapper .section:after, .page_wrapper .section:before, .page_wrapper .section.center:after, .page_wrapper .section.center:before, .page_wrapper .slide:after, .page_wrapper .slide:before, .page_wrapper .slide.center:after, .page_wrapper .slide.center:before {
      display: none; } }
@media only screen and (max-width: 1200px) {
  .page_wrapper .section.right .content .inner {
    padding-left: 45px !important; } }
	
  @media only screen and (max-width: 1200px) and (max-width: 1023px), only screen and (max-width: 1200px) and (max-height: 700px) {
    .page_wrapper .section.right .content .inner {
      padding-left: 0px !important; } }
	  
@media only screen and (max-width: 1200px) {
  .page_wrapper .section.left .content .inner {
    padding-right: 45px; } }
  @media only screen and (max-width: 1200px) and (max-width: 1023px), only screen and (max-width: 1200px) and (max-height: 700px) {
    .page_wrapper .section.left .content .inner {
      padding-right: 0px !important; } }
@media only screen and (max-width: 1200px) {
  .page_wrapper .section .content_wrapper {
    height: 100%; } }
@media only screen and (min-width: 769px) {
  .fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%; } }
@media only screen and (max-width: 1023px), screen and (max-height: 700px) {
  .frontpage.fp-section, .frontpage .fp-tableCell {
    min-height: 100% !important;
    height: 100vh !important; }
  .fp-section, .fp-tableCell {
    height: auto !important;
    min-height: 100%; }
  .page_wrapper .section {
    background: none; }
    .page_wrapper .section .fp-bg {
      display: none; }
    .page_wrapper .section.left .content_wrapper .content, .page_wrapper .section.right .content_wrapper .content, .page_wrapper .section.center .content_wrapper .content {
      position: relative;
      width: 100%;
      display: inline-block;
      max-width: 100%;
      padding: 120px 40px 0 40px; }
      .page_wrapper .section.left .content_wrapper .content .inner, .page_wrapper .section.right .content_wrapper .content .inner, .page_wrapper .section.center .content_wrapper .content .inner {
        width: 100%;
        right: 0;
        left: 0; }
    .page_wrapper .section.center .content_wrapper {
      width: 100%; }
    .page_wrapper .section.center .inner {
      margin: 0px auto !important;
      max-width: 345px; }
  .page_wrapper .watermark {
    display: none; }
  .page_wrapper .background {
    display: inline-block;
    min-height: 550px;
    width: 100%;
    position: relative; }
    .page_wrapper .background:before, .page_wrapper .background:after {
      content: " ";
      display: inline-block;
      position: absolute; }
    .page_wrapper .background.right:before {
      top: 0;
      border-top: 60px solid #ffffff;
      border-right: 100vw solid transparent; }
    .page_wrapper .background.right:after {
      bottom: 0;
      border-bottom: 60px solid #ffffff;
      border-right: 100vw solid transparent; }
    .page_wrapper .background.left:before {
      top: 0;
      height: 0px;
      border-top: 60px solid #ffffff;
      border-left: 100vw solid transparent; }
    .page_wrapper .background.left:after {
      bottom: 0;
      border-bottom: 60px solid #ffffff;
      border-left: 100vw solid transparent; }
  .page_wrapper .frontpage:after {
    width: auto;
    content: " ";
    display: inline-block;
    position: absolute;
    bottom: 0;
    border-bottom: 60px solid #ffffff;
    border-right: 100vw solid transparent;
    left: 0;
    right: 0; }
  .page_wrapper #map {
    width: 100%;
    position: relative;
    /*display: inline-block;*/
    min-height: 540px; }
    .page_wrapper #map:before, .page_wrapper #map:after {
      content: " ";
      display: inline-block;
      position: absolute;
      z-index: 50; }
    .page_wrapper #map:before {
      top: 0;
      height: 0px;
      border-top: 60px solid #ffffff;
      border-left: 100vw solid transparent; }
    .page_wrapper #map:after {
      bottom: 0;
      border-bottom: 60px solid #ffffff;
      border-left: 100vw solid transparent; } }
@media only screen and (max-width: 320px) {
  .page_wrapper .section.left .content, .page_wrapper .section.right .content, .page_wrapper .section.center .content {
    padding: 80px 20px 80px !important; } }
.menu-button.white {
  display: none; }
@media only screen and (min-height: 700px) and (max-height: 800px) {
  .menu-button {
    /*display: none !important; }*/
  .menu-button.white {
    /*display: block !important;*/
    position: absolute;
    width: auto;
    bottom: 60px;
    z-index: 800; }
    .menu-button.white.left {
      left: 40px; }
    .menu-button.white.right {
      right: 40px; } }
@media only screen and (max-width: 768px) {
  .menu-button.white {
    display: none !important; } }
.acts .inner .schedule-wrapper {
  position: relative;
  min-height: 220px; }
.acts .inner .schedule-button {
  display: none; }
@media only screen and (min-height: 700px) and (max-height: 810px) {
  .acts .inner .schedule {
    display: none;
    position: absolute;
    right: 0;
    top: 0; }
  .acts .inner .schedule-button {
    display: block; } }