html {
	position: relative;
	min-height: 100%;
}
body {
	height: 100%;
	background:#fff;
	font-family: 'SimplonBP-Medium';
  	font-weight: normal;
  	font-style: normal;
  	color: #363936;
    font-size: 1.2vw;
    line-height: 1.4vw;
}

.section {
    padding-top: 50px;
}

.section.yellow {
    background-color: #fff200;
    padding-top: 100px;
}

.section.black {
    background-color: #363936;
    padding-top: 100px;
    padding-bottom: 50px;
}

.row {
    margin-bottom: 50px;
}

.image img {
    width: 100%;
    height: auto;
    display: block;
}

.top_line {
    border-top: solid 3px #363936;
    padding: 10vw 0 0 0;
}

.bottom_line {
    border-bottom: solid 3px #363936;
}

/*************************************** typography ***/

h1 {
    font-family: 'SimplonBP-Bold';
    font-size: 2.7vw;
    line-height: 2.8vw;
    font-weight: normal;
    color: #FFF200;
    text-transform: uppercase;
	margin: 0;
	padding: 5vw 0 40px 0;
	border-bottom: solid 3px #FFF200;
}
h2 {
	font-family: 'SimplonBP-Medium';
    font-size: 1.7vw;
    line-height: 1.8vw;
    font-weight: normal;
    color: #363936;
    text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;   
}

h2.white {
    color: #ffffff;
}

h2.white span.light {
    font-family: 'SimplonBP-Light';
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}

h3 {
	font-size: 2.5vw;
}

p {
    font-size: 1.2vw;
    line-height: 1.4vw;
	margin: 0;
	padding: 0 0 0 0;
}

.right {
    text-align: right;
}

.nobr {
    white-space: nowrap;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

@font-face {
  	font-family: 'SimplonBP-Bold';
  	src: url('fonts/SimplonBP-Bold.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/SimplonBP-Bold.otf')  format('opentype'),
  	url('fonts/SimplonBP-Bold.woff') format('woff'), 
  	url('fonts/SimplonBP-Bold.ttf')  format('truetype'), 
  	url('fonts/SimplonBP-Bold.svg#SimplonBP-Bold') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
@font-face {
  	font-family: 'SimplonBP-Medium';
  	src: url('fonts/SimplonBP-Medium.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/implonBP-Medium.otf')  format('opentype'),
  	url('fonts/SimplonBP-Medium.woff') format('woff'), 
  	url('fonts/SimplonBP-Medium.ttf')  format('truetype'), 
  	url('fonts/SimplonBP-Medium.svg#SimplonBP-Medium') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
@font-face {
  	font-family: 'SimplonBP-Light';
  	src: url('fonts/SimplonBP-Light.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/SimplonBP-Light.otf')  format('opentype'),
  	url('fonts/SimplonBP-Light.woff') format('woff'), 
  	url('fonts/SimplonBP-Light.ttf')  format('truetype'), 
  	url('fonts/SimplonBP-Light.svg#SimplonBP-Light') format('svg');
  	font-weight: normal;
  	font-style: normal;
}

/*************************************** typography end ***/

/*************************************** flexslider ***/

ul, ul li {
    padding: 0;
    margin: 0;
	list-style-type: none;
	list-style:none !important;
}

.flexslider {
    margin: 0;
    padding: 0;
    background: #fff;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255, 242, 0, 0.9);
  cursor: default;
}
/*************************************** flexslider end ***/

.top_section {
	width: 100%;
	height: 100vh;
    background-size: cover;
    background-image: url("img/header.jpg");
}

.vert_align {
    position: relative;
    height: 80%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top_holder {
    height: 100%;
}

.top_holder  h2 {
    text-align: right;
}

img.top_logo {
    position: absolute;
    left:0;
    bottom: 10vw;
    width: 40%;
    height: auto;
}

.mouse_down {
    position: absolute;
    bottom: 0;
    right: 0;
	width: 2.5vw;
}

.spec {
    border-top: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
    text-align: center;
    padding-bottom: 30px;
    color: #363936;
}

.north {
    position: absolute;
    bottom: 0;
}

.accommodation_table {
    width: 100%;
    color: #ffffff;
  	font-family: 'SimplonBP-Light';
}

.accommodation_table td {
    padding: 2px 0;
}

.total td {
  	font-family: 'SimplonBP-Medium';
    
}

#map {
	width: 100%;
	height: 45vw;
}

.connection {
    border-top: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
    text-align: center;
    padding-bottom: 30px;
    color: #363936;
    font-size: 1.4vw;
    line-height: 1.6vw;
}

img.time {
    width: 80%;
    height: auto;
    margin: 20px 10%;
}

img.icon {
    width: 30px;
    margin-top: 10px;
}

.footerholder {
    padding: 10vw 0 0 0;
	width: 100%;
	background: #363936;
    color: #ffffff;
    font-family: 'SimplonBP-Light';
}

.download {
	display: block;
	font-family: arial;
	font-weight: 600;
	color: #FFF200;
	font-size: 1.1vw;
	padding-bottom: .5vw;
	border-bottom: 2px solid #FFF200;
	background-image: url(img/down.svg);
	background-repeat: no-repeat;
	background-position: right top 0.3vw;
	background-size: 8%;
}

.footer_head {
	display: block;
	font-weight: 600;
	color: #FFF200;
	font-size: 1.3vw;
	padding-bottom: .5vw;
	border-bottom: 2px solid #FFF200;
	margin-bottom: 1vw;
	font-family: 'SimplonBP-Medium';
}

.footer_name {
	font-family: 'SimplonBP-Medium';
}

.whitelink {
    color: #ffffff;
}

.whitelink:hover {
    border-bottom: solid 2px #FFF200;
}

p.disclaimer_text {
	font-size: 0.7vw;
    line-height: 0.9vw;
	text-align: justify;
	white-space: normal;
}

@media (max-width: 767px) {
body {
	font-size: 14px;
    line-height: 18px;
}
    
.top_holder  h2 {
    text-align: right;
    position: absolute;
    top: 0;
    right: 30px;
}

img.top_logo {
    position: absolute;
    left:30px;
    bottom: 45vw;
    width: 60%;
    height: auto;
}

.mouse_down {
    position: absolute;
    bottom: 15vw;
    right: 20px;
	width: 30%;
}
    
.section {
    padding: 40px 30px 0 30px;
}
    
h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 40px 0 0 0;
	padding: 0 0 20px 0; 
}
h2 {
	font-family: 'SimplonBP-Medium';
    font-size: 20px;
    line-height: 24px;
	margin: 0 0 40px 0;
	padding: 0;   
}

h2.white {
    color: #ffffff;
}

h2.white span.light {
    font-family: 'SimplonBP-Light';
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}

h3 {
	font-size: 2.5vw;
}

p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 40px 0;
}

.spec {
    text-align: left;
    border-bottom: 0;
}
    
.spec img {
    width: 30%;        
}
    
.row.mobile_row {
    margin-bottom: 0;
}
    
img.north {
    position: relative;
    width: 40%;
    margin-bottom: 40px;
}

#map {
    height: 500px;
}
    
.connection {
    width: 45%;
    margin-right: 5%;
    float: left;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
}
    
.top_line {
    border-top: 0;
    padding: 0;
}
    
.footerholder {
    padding: 10vw 30px 0 30px;
}
        
.download {
	font-size: 4vw;
	padding-bottom: 2vw;
    margin-top: 30px;
}
.footer_head {
	font-size: 5vw;
	padding-bottom: 1vw;
	margin-bottom: 10px;
    margin-top: 40px;
}

img.agent {
    width: 40%;
    margin-top: 40px;
}
    
p.disclaimer_text {
	font-size: 2.2vw;
    line-height: 2.4vw;
}
}
