/* Custom fonts
 * --------------------------------------- */

@font-face {
    font-family: 'Austin';
    src: url("../fonts/Austin-Roman.woff2") format("woff2"), url("../fonts/Austin-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url("../fonts/FuturaStd-Book.woff2") format("woff2"), url("../fonts/FuturaStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@CHARSET "ISO-8859-1";



/* Reset CSS
 * --------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;    
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

strong{
	/* font-weight: bold;*/
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}


q:before,q:after {
    content:'';
}

abbr,acronym { border: 0;
}



/* Custom CSS
 * --------------------------------------- */

html,body{
	min-height:100%;
    font-size:12px;
    line-height: 250%;
}

body {
	font-family: 'FuturaStd-Book', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
    
}

a, a:link, a:visited {
	text-decoration:none;
	color: inherit !important;
}

a:hover {
	text-decoration:underline;
	color: inherit !important;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
    color:#FFF;
	font-family: 'FuturaStd-Book', sans-serif;
	text-transform:uppercase;
    letter-spacing:0.5em;
}

h1 {
	font-size: 2.5rem;
	color: #fff;
	margin:0;
	padding:0;	
    text-align: center;
}

h3 {
    font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1rem;
    text-align: center;
    letter-spacing:0.2em;
}

p {
    font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
    font-size: 1rem;
	line-height:200%;
	text-align:left;
    margin: 0;
    padding: 0;
}

.bg-color-sand {
    background-color: rgb(225,215,205);
}

.bg-color-white {
    background-color: rgb(255,255,255);
}

.bg-color-green {
    background-color: rgba(3,90,97,1);
}

.text-color-gold {
    background: -webkit-linear-gradient(top left, #d3b390, #b3844f);
	background: linear-gradient(top left, #d3b390, #b3844f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-color-gold-solid {
    color: #b3844f;
}

.text-color-green {
    color: rgba(3,90,97,1)
}

.text-color-black {
    color: rgba(0,0,0,1)
}

.text-color-white {
    color: rgba(255,255,255,1)
}

.vcenter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
}



.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.section {
	text-align:center;
}

.top-center {
    width: 100%;
    text-align: center;
    top: 15vh;
    position: absolute;
    padding: 0px 30px 0px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.selector-third {
    width: 33.33%;
    padding: 0px 10px 0px 10px;
    float: left;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
}

.selector-third.first {
    padding: 0px 10px 0px 0px;
}

.selector-third.last {
    padding: 0px 0px 0px 10px;
}


.selector-two-third {
    width: 66.66%;
    padding: 0px 10px 0px 10px;
    float: left;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
}

.selector-two-third.first {
    padding: 0px 10px 0px 0px;
}

.selector-two-third.last {
    padding: 0px 0px 0px 10px;
}




.selector-half, .selector-half-stuck {
    width: 50%;
    padding: 0px 10px 0px 10px;
    float: left;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
}

.selector-half.first, .selector-half-stuck.first {
    padding: 0px 10px 0px 0px;
}

.selector-half.last, .selector-half-stuck.last {
    padding: 0px 0px 0px 10px;
}



.box-third {
    position: relative;
    width: 33.33%;
    height: 100vh;
    display:table;
    float: left;
    padding: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.box-two-thirds {
    position: relative;
    width: 66.66%;
    height: 100vh;
    display:table;
    float: left;
    padding: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}


.box-half {
    position: relative;
    width: 50%;
    height: 100vh;
    display:table;
    float: left;
    padding: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}


.box-half p {
    display: table-cell;
    vertical-align: middle;
}


.box-third-text {
    width: 33.33%;
    display:inline-block;
    float: left;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.box-third-text img {
    width: 100%;
    display: block;
}

.text-vcenter {
    display: table-cell;
    vertical-align: middle;
}

.box-margin {
    width: 60%;
    display:block;
    margin: 30px auto 0 auto;
}




/* Intro section
 * --------------------------------------- */

.intro p{
	margin: 0 auto;
}

.intrologo{
	width: 200px;
	height:200px;
	background:url(../images/logo_gold.svg) center center no-repeat;
    background-size: 66px;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: calc(50% - 100px);
    background-color: #FFF;
}

.introtext{
	width: 75%;
	margin: 0 auto;
	font-size: 2rem;
	line-height:2em;
    letter-spacing: 0.5em;
	color:#FFF;
	text-transform:uppercase;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    
}





/* Price section
 * --------------------------------------- */

.box-full-price {
    position: relative;
    width: 100%;
    
    height: inherit;
    display: inline-block;
    float: left;
    font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
	line-height:1.7em;
    padding: 30px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}


.box-price {
    width: 450px;
    display: block;
    text-align: left;
    border: 2px solid rgb(211,179,144);
    font-family: 'FuturaStd-Book', sans-serif;
    padding: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.box-price h2 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 5px;
}

.box-price .box-half-price {
    position: relative;
    width: 50%;
    height: inherit;
    display: inline-block;
    float: left;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}



/* Plane pool section
 * --------------------------------------- */


.box-plane-pool-con {
    position: relative;
    display:table;
    float: left;
    width: 60%;
    margin: 50px auto 0px auto;
    left:20%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
    font-size: 1rem;
	text-align:center; 
}

.box-plane-pool-con h3 {
    font-size: 1.5rem;
    text-transform: none;
    letter-spacing: normal;
}

.box-plane-pool-half {
    width: 40%;
    display:table-cell;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}

.box-plane-pool-half span {
    text-transform: uppercase;
    font-family: 'FuturaStd-Book', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 1.5rem;
}

.box-plane-pool-or {
    width: 20%;
    display:table-cell;
    vertical-align: middle;
    padding: 0px;
    top: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    
}

.box-plane-pool-or div {
    position: relative;
    width: 20%;
    display:inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-family: 'FuturaStd-Book', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    background-color: rgb(225,215,205);
}

.box-plane-pool-line {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    background: -webkit-linear-gradient(top left, #d3b390, #b3844f);
	background: linear-gradient(top left, #d3b390, #b3844f);
}


.box-plane-pool-timetable {
    margin-top: 20px;
    width: 100%;
}

.box-plane-pool-timetable table {
    width: 100%;
    text-align: right;
    table-layout: fixed;
    
}

.box-plane-pool-timetable table tr th {
    font-family: 'FuturaStd-Book', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 0.75rem;
}

.box-plane-pool-timetable table tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.box-plane-pool-timetable table tr td,
.box-plane-pool-timetable table tr th {
    width: 20%;
    padding: 5px 0px 5px 0px;
    
    line-height: 175%;
}

.box-plane-pool-timetable table tr td:nth-of-type(1),
.box-plane-pool-timetable table tr td:nth-of-type(2),
.box-plane-pool-timetable table tr th:nth-of-type(1),
.box-plane-pool-timetable table tr th:nth-of-type(2) {
    text-align: left;
}

.box-plane-pool-timetable table tr th:nth-of-type(3),
.box-plane-pool-timetable table tr td:nth-of-type(3) {
    text-align: center;
}







/* Contact section
 * --------------------------------------- */

#section_contact {
	background: url(../images/backgrounds/4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

.box-contact {
    width: 360px;
    display: block;
    text-align: left;
    background-color: #FFF;
    font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
	line-height:1.7em;
    padding: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.box-contact p {
    text-align:center;
}


.box-contact span {
    font-family: 'FuturaStd-Book', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}


    





/* The plane section
 * --------------------------------------- */

.the-plane .box-third-text {
    width: 33.33%;
    display:inline-block;
    float: left;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    color: #FFF;
    text-align: center;
}

.the-plane .box-third-text p {
    text-transform: uppercase;
    text-align: center;
}

.the-plane .box-third-text span {
    text-transform: uppercase;
    font-size: 2.5rem;
	font-family: 'FuturaStd-Book', sans-serif;
    letter-spacing:0.3em;
	margin-bottom:25px;
    text-align: center;
}

.the-plane .box-third-text span em {
    text-transform: uppercase;
    font-size: 1rem;
	font-family: 'FuturaStd-Book', sans-serif;
    letter-spacing:0.3em;
    text-align: center;
}




/* Interior section
 * --------------------------------------- */


#interior-picture-1 {
	background: url(../images/nye_billeder/8.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#interior-picture-1 p {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #FFF;
}


#plane-picture-1 {
	background: url(../images/backgrounds/10.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}




/* Header
 * --------------------------------------- */

#header {
	height: 83px;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0px;
	position: fixed;
	z-index:9999999;
	display: block;
    pointer-events:none;
}


.appstore {
	width: 7.5%;
	height: 0px;
    height:calc(7.5vw * 0.333);
	background-image: url('../images/App_Store_Badge.svg') ;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    margin: 0px;
    text-align: left;
    font-size: 0rem;
    position: absolute;
    top: 22px;
    left: 23px;
    display: block;
    /* opacity: 0; */
    cursor: pointer;
    pointer-events:auto;
}


#logo {
	width: 150px;
	height:150px;
	background:url(../images/logo_gold.svg) center center no-repeat;
    background-size: 50px;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: calc(50% - 75px);
    background-color: #FFF;
    
}

.logo-small {
	width: 100%;
	height:100px;
	background:url(../images/logo_gold.svg) center top no-repeat;
    background-size: 50px;
    display: block;
    background-color: #FFF;
}


.hidden {
    display: none;
}


.menuicon, .cross {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    transition: all 0.25s;
    position:fixed;
	top:10px;
	right:13px;
    z-index: 9999999;
    pointer-events:auto;
}

.menuicon__top-bun,
.menuicon__bottom-bun {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  width: 18px;
  height: 1px;
  background: #fff;
  transform: rotate(0);
  transition: all 0.25s;
  opacity: 1;
}

.menuicon:hover [class*="-bun"], .cross:hover [class*="-bun"] {
  opacity: 0.5;
}

.menuicon__top-bun {
  top: 23px;
  transform: translateY(-3px);
}

.menuicon__bottom-bun {
  bottom: 23px;
  transform: translateY(3px);
}

.open {
  transform: rotate(90deg);
}

.open .menuicon__top-bun {
  transform: 
    rotate(45deg) 
    translateY(0px)
    translateX(2px);
}

.open .menuicon__bottom-bun {
  transform: 
    rotate(-45deg) 
    translateY(0px)
    translateX(2px);
} 


#menu {
	position:fixed;
	top:0px;
	left:0px;
	height: 100%;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background: none;
    pointer-events:auto;
    
    transform:
        rotate(0deg)
        translateY(-20px);
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.3s, transform 0.3s;
    
    visibility: hidden;
}

#menu.openmenu {
    visibility: visible;
	transform:
        rotate(0deg)
        translateY(0px);
    opacity: 1;
    
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.95);
    
    transition: visibility 0s, opacity 0.3s, transform 0.3s;
}

#menu ul {
	float: right;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
        
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

#menu li {
	float: left;
	margin: 10px;
	color: #FFF;
	font-size: 1rem;
	letter-spacing: 0.1em;
	padding: 9px 5px;
    display: block;
    float: none;
    font-size: 2rem;
    padding: 15px 0px;
}

#menu li a {
	position: relative;
	display: inline-block;
	outline: none;
    color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

#menu li a:hover,
#menu li a:focus {
	outline: none;
}

#menu li a::after {
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#menu li a:hover::after,
#menu li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#menu li.active a {
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

#menu li.active a::after {
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,1);
	content: '';
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#menu li.active a:hover::after,
#menu li.active a:focus::after {
}






/* Arrows
 * --------------------------------------- */


div.arrow_down {
	width: 70px;
	height:30px;
	background:url(../images/arrow_down.png) top center no-repeat;
	margin: 170px auto 0px auto;
	cursor:pointer;
}

div.arrow_down_fixed {
	position:absolute;
	cursor:pointer;
    width: 50px;
	height:50px;
	bottom:50px;
    left: 50%;
	margin: 0px 0px 0px -25px;
	
    background-image:url('../images/arrow_down.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        div.arrow_down_fixed {
			background-image:url('../images/arrow_down.png');
			background-size: 50px 50px;}
}

div.arrow_up_fixed {
	position:absolute;
	cursor:pointer;
    width: 50px;
	height:50px;
	bottom:50px;
    left: 50%;
	margin: 0px 0px 0px -25px;
	
    background-image:url('../images/arrow_up.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        div.arrow_up_fixed {
			background-image:url('../images/arrow_up.png');
			background-size: 50px 50px;}
}


.fp-controlArrow.fp-prev {
	width: 75px;
	height:50px;
	cursor: pointer;
	border-width: 0px;
	left:0px;
	margin-top: -25px;
    
    background-image:url('../images/arrow_prev.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .fp-controlArrow.fp-prev {
			background-image:url('../images/arrow_prev.png');
			background-size: 50px 50px;}
}


.fp-controlArrow.fp-next {
	width: 75px;
	height:50px;
	cursor: pointer;
	border-width: 0px;
	right:0px;
	margin-top: -25px;
    
    background-image:url('../images/arrow_next.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}


@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .fp-controlArrow.fp-next {
			background-image:url('../images/arrow_next.png');
			background-size: 50px 50px;}
}


.fp-slidesNav ul li a span {
    background: #FFF;
}
#fp-nav ul li:hover a span,


.slide_nav {
	position: absolute;
	z-index: 10;
	top:30px;
	opacity: 1;
	width:100%;
	height:10px;
	text-align:center;
}

.slide_nav span{
	width: 9px;
	height: 9px;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
}

.activePagination {
	background:#fff;
}





/* Animation
 * --------------------------------------- */


.section.active .animate {
    opacity: 1;
    
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%); 
    -ms-transform: translateY(0%); 
    -o-transform: translateY(0%); 
    transform: translateY(0%);
    
    transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
}

.section .animate {
    opacity: 0;
    
    -webkit-transform: translateY(400%);
    -moz-transform: translateY(400%); 
    -ms-transform: translateY(400%); 
    -o-transform: translateY(400%); 
    transform: translateY(400%);
    
    transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;   
}



.section.active .animate.vcenter {
    opacity: 1;
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    
    transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
}

.section .animate.vcenter {
    opacity: 0;
    
    -webkit-transform: translate(-50%, 400%);
    -moz-transform: translate(-50%, 400%); 
    -ms-transform: translate(-50%, 400%); 
    -o-transform: translate(-50%, 400%); 
    transform: translate(-50%, 400%);
    
    transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;   
}






/* Section backgrounds
 * --------------------------------------- */

.section {
	text-align:center;
	overflow:hidden;
	margin:0px;
	padding:0px;
}	
 
#section_introslide {
	background: url(../images/backgrounds/0_b.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

.overlay-green {
    background-color: rgba(3,90,97,0.95);
    mix-blend-mode: multiply;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
}

.overlay-green-full {
    background-color: rgba(3,90,97,1);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 99999999;
    top: 0px;
    left: 0px;
}

#section_index {
	background: url(../images/backgrounds/5.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#section_theplane {
	background: url(../images/backgrounds/tile.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}
 
#section_gallery {
	background: url(../images/backgrounds/5.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

 
#section_pricing {
	background: url(../images/backgrounds/13.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#section_luxury {
    /*background: url(../images/backgrounds/0.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#luxury-picture-1 {
    background: url(../images/backgrounds/11_b.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}


#section_planepool {
	background-color: rgb(225,215,205);
}





/* Gallery
 * --------------------------------------- */
 

.slides {
	height: 100%;
	display:block;
}

#theplane_1 {
	background: url(../images/backgrounds/tile.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#theplane_2 {
	/*background: url(../images/backgrounds/4.jpg) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#theplane_3 {
	background: url(../images/backgrounds/7.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#theplane_4 {
	background: url(../images/backgrounds/6.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}



.images_slides {
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}


#slide1 {
	background: url(../images/nye_billeder/31.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}
 
#slide2 {
 	background: url(../images/backgrounds/6.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}
 
#slide3 {
 	background: url(../images/backgrounds/8.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}
 
#slide4 {
 	background: url(../images/backgrounds/10.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}


 
#slide5 {
 	background: url(../images/nye_billeder/5.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide6 {
 	background: url(../images/nye_billeder/6.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide7 {
 	background: url(../images/nye_billeder/10.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide8 {
 	background: url(../images/nye_billeder/12.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide9 {
 	background: url(../images/nye_billeder/17.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide10 {
 	background: url(../images/nye_billeder/23.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide11 {
 	background: url(../images/nye_billeder/28.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide12 {
 	background: url(../images/nye_billeder/30.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#slide13 {
 	background: url(../images/nye_billeder/33.PNG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}



.picture_text {
    font-size: 1rem;
    bottom: 50px;
    width: 50%;
    margin: 50vh auto 0 auto;
    color: #FFF;
}








/* BUTTONS */

.button_con {
    margin: 25px auto 0px auto;
    text-align: center;
}

.button_con_half_left, .button_con_half_right {
    margin: 20px auto 20px auto;
    text-align: center;
    width: 50%;
    display: inline-block;
    float: left;
}

.button_con_half_left {
    padding-right: 10px;
}

.button_con_half_right {
    padding-left: 10px;
}

.button-black {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  border: 1px solid #000;
  padding: 15px 45px 15px 45px;
  margin: 0px auto 0px auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    text-decoration: none;
    font-family: 'FuturaStd-Book', sans-serif;
    border-radius: 0px;
}

.button-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border: 1px solid #000;
    -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    text-decoration: none;
    font-family: 'FuturaStd-Book', sans-serif;
}

.button-black:hover, .button-black:focus, .button-black:active {
  color: #FFF;
    text-decoration: none;
    
}

.button-black:hover:before, .button-black:focus:before, .button-black:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
    text-decoration: none;
}



.button-white {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
    background: none;
  border: 1px solid #FFF;
  padding: 15px 45px 15px 45px;
  margin: 0px auto 0px auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    cursor: pointer;
    font-family: 'FuturaStd-Book', sans-serif;
    
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    text-decoration: none;
    font-family: 'FuturaStd-Book', sans-serif;
    border-radius: 0px;
}

.button-white:before {
  content: "";
    cursor: pointer;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  border: 1px solid #FFF;
    -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    text-decoration: none;
    
}

.button-white:hover, .button-white:focus, .button-white:active {
  color: #000;
    text-decoration: none;
    
}

.button-white:hover:before, .button-white:focus:before, .button-white:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
    text-decoration: none;
}



.button-gold {
  display: inline-block;
  vertical-align: middle;
  color: rgb(217, 194, 126);
  border: 1px solid rgb(217, 194, 126);
  padding: 15px 45px 15px 45px;
  margin: 0px auto 0px auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    text-decoration: none;
    border-radius: 0px;
}

.button-gold:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(217, 194, 126);
  border: 1px solid rgb(217, 194, 126);
    -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    text-decoration: none;
}

.button-gold:hover, .button-gold:focus, .button-gold:active {
  color: #000;
    text-decoration: none;
    
}

.button-gold:hover:before, .button-gold:focus:before, .button-gold:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
    text-decoration: none;
}










.button-white-small {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px 30px 10px 30px;
  margin: 0px auto 0px auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  width: 100%;
    
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    text-decoration: none;
}

.button-white-small:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  border: 1px solid #FFF;
    -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    text-decoration: none;
}

.button-white-small:hover, .button-white-small:focus, .button-white-small:active {
  color: #000;
    text-decoration: none;
    
}

.button-white-small:hover:before, .button-white-small:focus:before, .button-white-small:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
    text-decoration: none;
}






/* APPLY FOR MEMBERSHIP */


#emailForm h1 {
    font-size:1.5rem;
    letter-spacing: 0.3em;
}
#emailForm h3 {
    font-size:1rem;
    letter-spacing: 0em;
    margin-bottom: 40px;
}


form {
    text-align: center;
    width: 75%;
    margin: 0 auto 0 auto;
    color: #fff;
}

form h1 {
    margin-bottom: 30px;
}

form a, form a:link {
    color: #FFF;
}

form label {
    font-size: 0.66rem;
    text-transform: uppercase;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    color: #fff;
    font-weight: normal;
}

form label.smallprint {
    text-transform: none;
    letter-spacing: 0;
    width: 70%;
    display: inline-block;
    margin-left: 30px
}


fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

fieldset ul {
    margin-left: 0;
    -webkit-padding-start:0;
}

fieldset li {
    list-style-type: none;
    padding: 15px 0;
    vertical-align: middle;
    text-align: left;
    clear: both
}

fieldset li.centered {
    text-align: center
}

fieldset li .date-select, fieldset li .region-select, fieldset li .gender-select,
fieldset li .country-select, fieldset li .category-select, fieldset li .file-upload,
fieldset li .text-area, fieldset li .payment-select {
    display: inline
}

fieldset li + p {
    margin-top: 20px
}

input[type=text], input[type=date], input[type=email], input[type=url],
input[type=number], input[type=file], textarea {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.75);
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    font-size: 1rem;
    margin: 0px 0px 20px 0px;
    vertical-align: middle;
    outline: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 100%;
    font-family: 'FuturaStd-Book', sans-serif;
}



select {
    width: 100%;
    font-size: 1rem;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
    font-family: 'FuturaStd-Book', sans-serif;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
    opacity: 0.5;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
    opacity: 0.5;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
    opacity: 0.5;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
    opacity: 0.5;
}

input[type=text]:not(select):active, input[type=text]:not(select):focus,
input[type=date]:not(select):active, input[type=date]:not(select):focus,
input[type=email]:not(select):active, input[type=email]:not(select):focus,
input[type=url]:not(select):active, input[type=url]:not(select):focus,
input[type=number]:not(select):active, input[type=number]:not(select):focus,
input[type=file]:not(select):active, input[type=file]:not(select):focus, textarea:not(select):active,
textarea:not(select):focus {
    background-color: transparent;
    color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
}

textarea {
    min-height: 140px;
    resize: vertical
}

input[type=file] {
    line-height: 1em;
    padding: 10px
}










@media all and (min-width: 728px) {

    .picture_text {
        font-size: 1.25rem;
    }

    .box-half p {
        font-size: 1.25rem;
    }
}


/* Responsive
 * --------------------------------------- */


@media all and (max-width: 820px) {
    .box-margin {
        width: 80%;
    }
}

@media all and (max-width: 728px) {
	
    body {
        line-height: normal;
    }
    
    .box-plane-pool-or span {
        line-height: 200%;
    }
    
    .introtext{
        width: 75%;
        margin: 0 auto;
        font-size: 1.5rem;
        line-height:1.5em;
        letter-spacing: 0.2em;
        color:#FFF;
        text-transform:uppercase;
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    
    .appstore {
        width: 15%;
        height: 0px;
        height:calc(15vw * 0.333);
        background-image: url('../images/App_Store_Badge.svg') ;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100%;
        margin: 0px;
        text-align: left;
        font-size: 0rem;
        position: absolute;
        top: 22px;
        left: 23px;
        display: block;
        /* opacity: 0; */
        cursor: pointer;
    }

    .picture_text {
        width: 80%;
    }
    
    form {
        text-align: center;
        width: 80%;
        margin: 0 auto 0 auto;
    }
    
    .selector-third {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
    }

    .selector-third.first {
        padding: 0px 0px 0px 0px;
    }

    .selector-third.last {
        padding: 0px 0px 0px 0px;
    }
    
    
    .selector-half {
        width: 100%;
        padding: 0px 0px 0px 0px;
        float: left;
        margin: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
    }

    .selector-half.first {
        padding: 0px 0px 0px 0px;
    }

    .selector-half.last {
        padding: 0px 0px 0px 0px;
    }
    
    
    
    #emailForm h1 {
    font-size:1.5rem;
    letter-spacing: 0.3em;
    }
    
    #emailForm h3 {
        font-size:1rem;
        letter-spacing: 0em;
        margin-bottom: 20px;
    }


    .selector-two-third {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
    }

    .selector-two-third.first {
        padding: 0px 0px 0px 0px;
    }

    .selector-two-third.last {
        padding: 0px 0px 0px 0px;
    }
    
    .the-plane .box-third-text span {
        letter-spacing: 0.1em;
    }
    
    .box-half {
        position:relative;
        width: 100vw;
        height:66.66vh;
        top: inherit;
        left: inherit;
        display: block;
        float:none;
        padding: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
    }
    
    .button-gold, .button-white, .button-black {
        width: 100%;
        border-radius: 0px;
    }
    
    .box-half:first-child, :not(.box-half) + .box-half {
        width: 100vw;
        height: 33.33vh;
        top: 0px;
        left: 0px;
    }

    .box-full {
        padding: 20px 0px 0px 0px;
    }


    .box-price {
        width: 85%;
        padding: 20px;
    }
    
    .box-contact {
        width: 85%;
        padding: 50px;
    }
    
    
    #section4 {
	   background: url(../images/backgrounds/7.jpg) no-repeat center left;
        -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
    }
    
    #luxury-picture-1 {
    background: url(../images/backgrounds/11_b_small.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}
    
    .vcenter-mobile {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); 
        -ms-transform: translate(-50%, -50%); 
        -o-transform: translate(-50%, -50%); 
        transform: translate(-50%, -50%);
    }
    
    .section.active .animate.vcenter-mobile {
        opacity: 1;

        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); 
        -ms-transform: translate(-50%, -50%); 
        -o-transform: translate(-50%, -50%); 
        transform: translate(-50%, -50%);

        transition:all 1s ease;
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
        -ms-transition:all 1s ease;
    }

    .section .animate.vcenter-mobile {
        opacity: 0;

        -webkit-transform: translate(-50%, 400%);
        -moz-transform: translate(-50%, 400%); 
        -ms-transform: translate(-50%, 400%); 
        -o-transform: translate(-50%, 400%); 
        transform: translate(-50%, 400%);

        transition:all 1s ease;
        -webkit-transition:all 1s ease;
        -moz-transition:all 1s ease;
        -ms-transition:all 1s ease;   
    }
	
    .box-third {
        width: 100%;
        height: 33.33vh;
    }
    
    .box-two-thirds {
        width: 100%;
        height: 66.66vh;
        padding: 30px;
    }
    
    #section_planepool h1 {
        padding: 0px 30px 0px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .box-plane-pool-con {
        width: 100%;
        margin: 30px auto 0px auto;
        left:0%;
        padding: 0px 30px 0px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .box-plane-pool-timetable {
        margin-top: 5px;
        font-size: 0.75rem;
    }
    
    .box-plane-pool-timetable table tr th {
        font-size: 0.6rem;
        letter-spacing: 0.2em;
        padding: 3px 0px 3px 0px;
        line-height: 100%;
    }
    
    .box-plane-pool-timetable table tr td {
        font-size: 0.75rem;
        padding: 5px 0px 5px 0px;
        line-height: 100%;
    }
    
    .box-plane-pool-half span {
        letter-spacing: 0.2em;
    }
    
    .box-plane-pool-half {
        line-height: 150%;
    }
    
    .bg-color-sand-mobile {
        background-color: rgb(225,215,205);
    }
    
    #plane-picture-2 {
        background: url(../images/backgrounds/7.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 0;
    }
    
    .button-gold, .button-white, .button-black {
        border-radius: 0px;
    }
	
}




@media all and (max-width: 600px) {
    
    form h1 {
        font-size: 1.5rem;
        letter-spacing: 0.3em;
        margin-bottom: 20px;
    }
    
    h1 {
        font-size: 1.5rem;
        letter-spacing: 0.3em;
    }
    
    
    .box-plane-pool-con h3 {
        font-size: 1rem;
    }
    
    .intrologo{
        width: 100px;
        height:100px;
        background:url(../images/logo_gold.svg) center center no-repeat;
        background-size: 40px;
        position: absolute;
        z-index: 10;
        top: 0px;
        left: calc(50% - 50px);
        background-color: #FFF;
    }
    
    #emailForm h1 {
        font-size:1rem;
        letter-spacing: 0em;
    }
    
    #emailForm h3 {
        font-size:0.75rem;
        letter-spacing: 0em;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    
    #logo {
        width: 75px;
        height:75px;
        background:url(../images/logo_gold.svg) center center no-repeat;
        background-size: 37px;
        position: absolute;
        z-index: 99;
        top: 0px;
        left: calc(50% - 37px);
        background-color: #FFF;
    }
    
    
    input[type=text], input[type=date], input[type=email], input[type=url],input[type=number], input[type=file], textarea {
        padding: 5px 5px 5px 5px;
        margin: 0px 0px 10px 0px;
    }
    
    
    select {
        padding: 5px 5px 5px 5px;
        margin: 0px 0px 10px 0px;  
    }
    
    
    form label {
        line-height: normal;
        margin: 7px auto 3px auto
    }
    
    .box-price {
        font-size: 1rem;
    }
    
    .box-price {
        font-size: 0.85rem;
        line-height: 200%;
    }
    
    p {
        line-height:150%;
    }
    
    #menu ul {
        margin-top: 40px;
    }
    
    .box-third-text {
        width: 50%;
        padding: 10px 20px 10px 20px;
    }
    
    .the-plane .box-third-text {
        width: 50%;
    }
    
    
    .overlay-green {
        background-color: rgba(3,90,97,0.95);
        mix-blend-mode: multiply;
        width: calc(100%);
        height: calc(100%);
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    
    
    
    .the-plane .box-third-text {
        padding: 12px;
        
    }
    
    .the-plane .box-third-text:last-child {
        width: 100%;
        padding: 12px 30px 12px 30px;
    }

    .the-plane .box-third-text p {
        font-size: 0.75rem;
    }

    .the-plane .box-third-text span {
        font-size: 2rem;
        margin-bottom:15px;
    }

    .the-plane .box-third-text span em {
        font-size: 0.75rem;
    }
    
    
    
    .box-margin {
        width: 100%;
        display:block;
        margin: 30px auto 0 auto;
    }
    
    .box-half p {
        width: 80%;  
    }
    
    h1 {
        font-size: 2rem;
    }
    
    
    
    .fp-controlArrow.fp-prev {
        width: 40px;
        height:25px;
        cursor: pointer;
        border-width: 0px;
        left:0px;
        margin-top: -12px;

        background-image:url('../images/arrow_prev.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 25px 25px;
    }
    
    @media
        only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (min--moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5) {
            .fp-controlArrow.fp-prev {
                background-image:url('../images/arrow_prev.png');
                background-size: 25px 25px;}
    }


    


    .fp-controlArrow.fp-next {
        width: 40px;
        height:25px;
        cursor: pointer;
        border-width: 0px;
        right:0px;
        margin-top: -12px;

        background-image:url('../images/arrow_next.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 25px 25px;
    }
    
    
    @media
        only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (min--moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5) {
            .fp-controlArrow.fp-next {
                background-image:url('../images/arrow_next.png');
                background-size: 25px 25px;}
    }
    
}



@media all and (max-width: 350px) {
    #menu li {
        font-size: 1.5rem;
        padding: 10px 0px;
    }
    
    
    input[type=text], input[type=date], input[type=email], input[type=url],input[type=number], input[type=file], textarea {
        padding: 3px 3px 3px 3px;
        margin: 0px 0px 7px 0px;
        font-size: 0.75rem;
    }
    
    select {
        padding: 3px 3px 3px 0px;
        margin: 0px 0px 7px 0px;
        font-size: 0.75rem;
    }
    
    form .button-white {
        font-size: 0.75rem;
        padding: 10px 45px 10px 45px;
    }
    
    .button-gold, .button-white, .button-black {
        font-size: 0.75rem;
        padding: 10px 45px 10px 45px;
    }
    
    form label {
        font-size: 0.5rem;
    }
    
    
}




/* OLD CODE
 * --------------------------------------- */

/*  

.left_bottom_container {
	position:absolute;
	bottom:-180px;
	left:90px;
	text-align:left;
	z-index:10;
	
}

.left_bottom_container h1 {
	line-height:1.1em;
	text-transform:uppercase;
	font-family: 'FuturaStd-Book', sans-serif;
    letter-spacing:0.5em;
	margin-bottom:25px;
	
}

.white_box_con {
	width:330px;
	display:inline-block;
	margin-top:-5px;
	vertical-align: bottom;
}

.white_box_top {
	width:330px;
	height:30px;
	background: rgba(255,255,255, 0.5);
}

.white_box_text {
	width:270px;
	padding:30px;
	font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1rem;
	line-height:1.7em;
	color:#000;
	background: rgba(255,255,255, 0.8);
}

a#toggleMenu {
	font-family:helvetica, arial,sans-serif;
	display:block;
	position:absolute;
	margin-top:-13px;
	padding:0;
	background:black;
	width:45px;
	height:45px;
	color:white;
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
	font-size:3rem;
	text-decoration:none;
}

a#toggleMenu .icon-plus {
	font-family:helvetica, arial,sans-serif;
	text-decoration:none;
	margin-left:1px;
	margin-top:-1px;
	display:block;
	height:45px;
	width:45px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
}

a#toggleMenu.active .icon-plus {
	font-family:helvetica, arial,sans-serif;
	margin-left:1px;
	margin-top:-1px;
	height:45px;
	width:45px;
	text-decoration:none;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}



#dimensions_con {
	width:400px;
	display:inline-block;
	padding-left:30px;
	vertical-align: top;
}

#dimensions {
	position:absolute;
	margin-left:60px;
	font-family: 'FuturaStd-Book', sans-serif;
	font-size:0.5rem;
	line-height:1.7em;
	color:#FFF;
	vertical-align: bottom;
	overflow:hidden;
	height:0px;
	opacity:0;
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.80);
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
}

#dimensions.inView {
	height:300px;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	opacity:1;
}


#history_container {
	margin: 270px auto 0px auto;
}

.history_box_con {
	width:60%;
	display:inline-block;
	margin-top:-5px;
	vertical-align: bottom;
}

.history_box_top {
	width:100%;
	height:30px;
	background: rgba(255,255,255, 0.5);
}

.history_box_text {
	width:100%;
	font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
	line-height:1.7em;
	text-align:left;
	color:#000;
	background: rgba(255,255,255, 0.8);
}

.history_box_text p {
	padding:30px;
	font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:1rem;
	line-height:1.7em;
	text-align:left;
	color:#000;
	
	-moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
}


#crew_table {
	width:750px;
	margin-top:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
}

#crew_table tr td {
	line-height:14px;
}



.crew_header {
	color:#fff;
	font-size:1rem;
	font-family: 'FuturaStd-Book', sans-serif;
	line-height:10px;
	text-transform:uppercase;
    letter-spacing:0.5em;
}

.crew_text {
	color:#b3b3b3;
	font-size:1rem;
	font-family: 'FuturaStd-Book', sans-serif;
	line-height:10px;
	text-transform:uppercase;
}

 
#location_text {
	position:absolute;
	bottom:-270px;
	width:100%;
	text-align:center;
	font-size:1rem;
	font-family:"Austin", Times, serif;
	font-style:normal;
	font-weight:normal;

}

#calendar_text_top {
	position:absolute;
	top:150px;
	width:100%;
	text-align:center;
	font-size:0.75rem;

}

#calendar_text_bottom {
	position:absolute;
	bottom:150px;
	width:100%;
	text-align:center;
	font-size:0.75rem;

}

#contact_container {
	margin: 370px auto 0px auto;
}

#section3 {
	background: url(../images/backgrounds/4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#section3 h1{
 	color:#FFF;
}

#section4 {
	background: url(../images/backgrounds/7.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}


#section6 {
	background: url(../images/backgrounds/calendar.gif) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

#section8 {
	background: url(../images/backgrounds/0.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}



*/

.has-error{Border-color:red !important;}
#message{color:#fff;}
