
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);

html {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Roboto', sans-serif;
}

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

section{
	text-align: center;	
}

.white{
	background: #fff;	
}

.lightblue{
	background: #dfe5e8;	
}

.darkblue{
	color: #fff;
	background: #4b7595;
}
.dark{
	color: #fff;
	background: #3d3d3d;	
}

.green{
	color: #80b744;
}
.orange{
	color: #ec8914;
}

.btn{
	margin: 0;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 90%;
	border: none;	
}

.btn.btn-blue{
	color: #fff;
	background: #487ea8;	
}

.btn.btn-grey{
	color: #fff;
	background: #bbc4ca;	
}

a{
	color: #232323;
	text-decoration: none;	
}

/* clearfix */
.cf:before,
.cf:after{
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after{
    clear: both;
}
.cf{
    *zoom: 1;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}


/* LOGIN */
body.login{
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #dfe5e8;	
}

#loginwrap{
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

#loginwrap .box{
	width: 300px;
	margin: 0 auto;
}

#loginwrap .box.faded-out{
	padding-top: 20px;
}

#loginwrap h2{
	margin-bottom: 12px;
	color: #4b7595;	
	line-height: 105%;
}

#loginwrap form{
	padding: 1em;
	background: #fff;
	border-top: 3px solid #4b7595
}

#loginwrap .form-row{
	position: relative;
	margin-bottom: 4px;
}

#loginwrap .form-row i.fa{
	position: absolute;
	font-size: 18px;
	top: 3px;
	left: 0;
	width: 30px;
	height: 30px;
	color: #bbc4ca;
	text-align: center;
	line-height: 30px;
}

#loginwrap .form-row input{
	width: 100%;
	height: 30px;
	text-indent: 30px;
	border: 1px solid #ccc;
	background: #fff;	
}

.preload-imgs{
	position: absolute;
	top: -10px;
	left: 0;
	width: 1px;
	height: 1px;	
	overflow: hidden;
}

.preload-imgs img{
	width: 1px;
	height: 1px;	
}


/* SECTION WELCOME */
.section-welcome{
	color: #fff;
	background: #8f8f8e url(../img/bg-sunrise.jpg) center center fixed;	
	background-size: cover;
}

.section-welcome .fp-tableCell{
	position: relative;	
}

.section-welcome h1{
	margin: 10px 0;
	line-height: 110%;
}

.section-welcome .date{
	display: inline-block;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

.section-welcome .meta{
	position: relative;
	top: 4%;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.section-welcome .meta,
.section-welcome .meta a{
	color: #bfd4e4;
}

.section-welcome .meta a:hover{
	text-decoration: underline;
}

.section-welcome .meta strong{
	display: block;
	font-size: 120%;
}

.section-welcome .customer,
.section-welcome .plane{
	width: 49%;
}
.section-welcome .customer.faded-out,
.section-welcome .plane.faded-out{
	margin-top: -20px;
}

.section-welcome .customer{
	float: left;
	border-right: 2px dashed #95b0c4;
}

.section-welcome .plane{
	float: right;
}

ul.gallery{
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.gallery li{
	margin: 0;
	padding: 0;
	display: inline;
}

ul.gallery a{
	width: 70px;
	height: 70px;
	display: inline-block;
	margin: 0 2px;
}

ul.gallery a img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #bfd4e4;
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
    filter: alpha(opacity=60);
	opacity: 0.60;		
}

ul.gallery a:hover img{
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
    filter: alpha(opacity=100);
	opacity: 1;		
}



.section-welcome .proceed{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 300%;
}

.section-welcome .proceed a{
	display: block;
	margin-bottom: 10px;
	color: #fff;
	-ms-filter: "alpha(opacity=30)";
	-khtml-opacity: 0.30;
	-moz-opacity: 0.30;
    filter: alpha(opacity=30);
	opacity: 0.30;		
}

.section-welcome .proceed a:hover,
.section-welcome .proceed a.active{
	margin-bottom: 0;
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
    filter: alpha(opacity=100);
	opacity: 1;		
}

/* SECTION ROUTING */
.section-routing{
	counter-reset: legs; 
}

.section-routing .fp-tableCell,
.section-routing .fp-scrollable{
	position: relative;	
}

.legs{
	position: absolute;
	z-index: 999;
	float: left;
	top: 20px;
	left: 20px;
	bottom: 10px;
	width: 412px;
	text-align: left;
	font-size: 90%;
	line-height: 160%;	
}

.legs ol{
	margin: 0;
	padding: 0;
	list-style: none;	
}

.legs li{
	margin: 0 0 0 28px;
	padding: 0;
}

.legs li a{
	display: block;
	position: relative;
	padding: 7px 12px;
	background: #fff;
	border-bottom: 1px solid #c5cdd3;
}

.legs li a:before {
    content: counter(legs);
    counter-increment: legs;
	position: absolute;
	top: 0;
	left: -28px;
}

.legs li a:before,
.legnumber{
	width: 28px;
	height: 28px;
	color: #fff;
	text-align: center;
	background: #73adda;
	font-weight: bold;
}

.legs .date{
	text-transform: uppercase;	
}

.legs .time{
	color: #9a9d9e;
	padding-left: 1em;
}

.legs a i.fa{
	position: absolute;
	top: 6px;
	right: 6px;	
}

.departure .icon{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: #9a9d9e url(../img/departure.png) center center no-repeat; 	
}
.svg .departure .icon{
	background: #9a9d9e url(../img/departure.svg) center center no-repeat; 	
}

.arrival .icon{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: #9a9d9e url(../img/arrival.png) center center no-repeat; 	
}
.svg .arrival .icon{
	background: #9a9d9e url(../img/arrival.svg) center center no-repeat; 	
}

.map{
	height: 100%;
}

.leaflet-right .leaflet-control {
    margin-right: 20px !important;
}

body.mapview .leaflet-control-zoom{
	margin-top: 50px !important;
}

.leaflet-clickable{
	width: 1px;
	height: 0; /* to avoid horizontal offset on map */
}

.marker{
	position: relative;
	top: -40px;
	width: 29px;
	height: 40px;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	background: url(../img/map-marker.png) no-repeat;	
}


.legbox{
	width: 90%;
	max-width: 600px;
	margin: 0 auto 12px auto;
	padding-bottom: 8px;
	text-align: left;
	background: #fff;	
}

.legbox h2{
	display: inline-block;
	margin: 0;
	color: #73adda;	
}

.legbox h2 .legnumber{
	display: inline-block;
	line-height: 28px;
}

.legbox .header{
	padding: 14px;
}

.legbox .header .status{
	float: right;	
}

.legbox .route{
	position: relative;
	padding: 14px 6%;
	background: #f5f5f3;	
}

.legbox .route .date,
.legbox .route .time{
	text-align: center;
	font-size: 90%;
}

.legbox .route .time{
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 13px;
	color: #9a9d9e;
	border-bottom: 3px dashed #c2c6c7;
}

.legbox .route .time:before,
.legbox .route .time:after  {
	position: absolute;
	bottom: -6px;
	width: 27px;
	height: 39px;
}
.legbox .route .time:before {
    content: url(../img/route-departure.png);
	left: -2px;
}
.svg .legbox .route .time:before {
	content: url(../img/route-departure.svg);
}
.legbox .route .time:after {
    content: url(../img/route-arrival.png);
	right: -2px;
}
.svg .legbox .route .time:after {
	content: url(../img/route-arrival.svg);
}

.legbox .route .time .from{
	width: 30%;
	margin-left: 30px;
	float: left;
	text-align: left; 
}

.legbox .route .time .to{
	width: 30%;
	margin-right: 30px;
	float: right;
	text-align: right;
}

.legbox .route .time .duration{
	position: relative;
}

.legbox .route .time .duration:after  {
	content: url(../img/route-plane.png);
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 46px;
	height: 24px;
	margin-left: -23px;
}
.svg .legbox .route .time .duration:after  {
	content: url(../img/route-plane.svg);
}

.legbox .route .departure{
	width: 40%;
	float: left;
	text-align: left; 
}

.legbox .route .arrival{
	width: 40%;
	float: right;
	text-align: right; 
}



.legbox table{
	margin: 8px 0;
	font-size: 90%;
}

.legbox th,
.legbox td{
	padding: 2px 12px;
	vertical-align: top;
	border-top: 1px solid #c5cdd3;
}

.legbox tr:first-child th,
.legbox tr:first-child td{
	border: none;
}

.legbox th{
	font-weight: normal;
	white-space: nowrap;
	color: #9a9d9e;
}

body.fp-viewing-routing-0 .fp-controlArrow{
	display: none;	
}

.section-routing .fp-controlArrow{
	color: #9fa9b0;
}

/* mapview (extra page) */
.mapview #main{
	height: 100%;
}





/* SECTION SERVICE */
.section-service{
	color: #fff;
	background: #89b5d7 url(../img/bg-interior.jpg) center center;	
	background-size: cover;
}

.section-service h1{
	margin-top: 0;
}

.form-requests{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;	
}

.form-requests label{
	display: block;	
	text-align: left;
}

.form-requests textarea{
	border-left: 1px solid #7c8f9e;
    border-right: 1px solid #7c8f9e;
    border-bottom: 1px solid #7c8f9e;
    padding: 4px;
    background: #cedeea;
    color: #232323;
	border-top: 3px solid #fff;
}

.form-requests textarea:focus{
	background: #fff;
	border-color: #fff;
	-webkit-box-shadow: inset 0 0 4px 2px rgba(113,132,147,0.66);
	-moz-box-shadow: inset 0 0 4px 2px rgba(113,132,147,0.66);
	box-shadow: inset 0 0 4px 2px rgba(113,132,147,0.66);
}


/* SECTION DOCS */
.section-docs{
	background: #dfe5e8 url(../img/bg-docs.png) center center no-repeat;
}

.docs-wrap{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;	
}

.docs-wrap h3{
	margin: 0;
	color: #487ea8;
	border-bottom: 3px solid #487ea8;	
}

.docs-left{
	float: left;
	width: 45%;
	
}

.docs-right{
	float: right;
	width: 45%;
}

.docs-left.faded-out,
.docs-right.faded-out{
	width: 40%;
}

.docsbox{
	padding: 10px;
	background: #fff;
}

.docsbox .hint{
	position: relative;
	padding-left: 26px;
	color: #9f9f9f;
	font-size: 90%;
}

.docsbox .hint .fa{
	position: absolute;
	left: 4px;
	top: 3px;
}

.docs-list,
.docs-list li{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.docs-list a{
	display: block;
	position: relative;	
	min-height: 54px;
	margin-top: 8px;
	padding-left: 60px;
	line-height: 160%;
	background: #f5f5f3;
}

.docs-list a:hover{
	background: #ccd9e3;
}

.docs-list a span{
	display: block;
	font-size: 90%;
	color: #9a9d9e;
}

.docs-list a .fa,
.docs-list a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	bottom: 0;
	background: #dfe5e8;
}

.docs-list a:hover .fa,
.docs-list a:hover img{
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
    filter: alpha(opacity=60);
	opacity: 0.60;
}

.docs-list a .fa{
	color: #fff;
	line-height: 54px;
	font-size: 220%;
	text-align: center;
}

.docs-list a .fa-file-pdf-o{
	background: #d43131;
}
.docs-list a .fa-file-archive-o{
	background: #e7c31b;
}
.docs-list a .fa-file-excel-o{
	background: #3e9968;
}
.docs-list a .fa-file-powerpoint-o{
	background: #dc7b3b;
}
.docs-list a .fa-file-word-o{
	background: #577ebe;
}

#add_docs{
	text-align: right;
	cursor: pointer;
}

#add_docs i.fa{
	color: #b4b4b4;
}

#upload_docs{
	padding: 8px 0;
}

#upload_docs input{
	width: 100%;
}

/* SECTION FOOTER */
.section-footer{
	min-height: 400px;
}

/* HEADER */
#header{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
	height: 40px;
	line-height: 40px;	
	text-align: center;
	font-size: 90%;
	background: #fff;	
}


#header .company-logo{
	position: absolute;
	left: 6px;
	top: 6px;
	height: 28px;
	width: auto;
}

body.fp-viewing-welcome #header{
	position: absolute;
	line-height: 94px;
	height: 94px;
}
		
body.fp-viewing-welcome #header .company-logo{
	position: static;
	height: auto;
	max-height: 60px;
	width: auto;
	vertical-align: middle;	
}

body.fp-viewing-welcome #header nav{
	display: none;	
}	

#menu{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li{
	display: inline;
	margin: 0;
	padding: 0;	
}

#menu a{
	display: inline-block;
	height: 37px;
	padding: 0 8px;
	text-decoration: none;
	color: #8a959c;
	font-weight: bold;
	border-bottom: 3px solid #fff;
}

#menu a:hover{
	background: #ebf0f2;
	border-color: #b9c3c8;	
}

#menu li.active a{
	border-color: #3e739c;
}

#header .logout{
	position: absolute;
	right: 10px;
	top: 0;
	color: #a7a7a7;
	text-decoration: none;
}

#header .logout:hover{
	color: #666a6c;
}


.faded-out{
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
    filter: alpha(opacity=0);
	opacity: 0;		
}

.ease-in,
nav a, ul.gallery a img, .btn,
.docs-list a, .docs-list a:hover .fa, .docs-list a:hover img{
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -kthtml-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
	font-size: 44px;
	color: #fff;
 }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
 }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    }
.mfp-arrow-left:before {
    content: "\f053";
}

.mfp-arrow-right {
  right: 0;
  
  }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    }
	
.mfp-arrow-right:after {
    content: "\f054";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  bottom: 3em;
  left: 0.7em;
  right: 0.7em;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.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%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 40;
    height: 0;
    margin-top: -38px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 40px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
}
.fp-controlArrow.fp-prev:before {
    content: "\f053";
}

.fp-controlArrow.fp-next {
    right: 15px;
}
.fp-controlArrow.fp-next:before {
    content: "\f054";
}

.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

/*
@media print {

    html,
    body {
        overflow: visible !important;
        height: auto !important;
    }

    .fullpage-wrapper {
        height: auto !important;
        transform: none !important;
        transition: none !important;
    }

    .fp-section {
        height: auto !important;
    }

    .fp-slidesContainer {
        width: auto !important;
        transition: none !important;
        transform: none !important;
    }

    .fp-slides,
    .fp-slides * {
        position: static !important;
    }

    .fp-slide {
        width: auto !important;
    }
}
*/

@media print {
    html.fp-enabled,
    .fp-enabled body{
        overflow: visible !important;
        height: auto !important;
    }

    html {
        background: #fff;
        width: auto;
        height: auto;
        overflow: visible;
    }
    body {
        background: #fff;
        font-size: 20pt;
        width: auto;
        height: auto;
        border: 0;
        margin: 0 5%;
        padding: 0;
        overflow: visible;
        float: none !important;
    }

    #fp-nav,
    .fp-slidesNav,
    .fp-controlArrow{
        display: none !important;
    }
    /* Need to reduce the size of the fonts for printing */
    h1 { font-size: 28pt !important;  }
    h2 { font-size: 24pt !important; }
    h3 { font-size: 22pt !important; }
    h4 { font-size: 22pt !important; font-variant: small-caps; }
    h5 { font-size: 21pt !important; }
    h6 { font-size: 20pt !important; font-style: italic; }

    .fp-section,
    .fp-tableCell,
    .slimScrollDiv,
    .fp-scrollable{
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position:relative;
        float: none !important;
    }
    .fp-slidesContainer{
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

        -webkit-transition: none !important;
           -moz-transition: none !important;
            -ms-transition: none !important;
                transition: none !important;
    }

    .fp-slides,
    .fp-slidesContainer{
        height: auto !important;
        width: 100% !important;
        float: none !important;
        overflow: hidden !important;
    }
    .fp-slides{
        height: 800px !important;
        width: 800px !important;
    }
    .fp-slide{
        float: none !important;
        width: 100% !important;
        position: static !important;
    }
    .fullpage-wrapper{
         float: none !important;

        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

      -webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
            transition: none !important;

        position: static !important;
        width: auto !important;
        height: auto !important;

        left: 0 !important;
        top: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        zoom: 1 !important;

        overflow: visible !important;
        display: block !important;

        text-align: left !important;
    }
    .fp-section{
        page-break-after: always !important;
    }
    .fp-slide{
        page-break-after: always !important;
    }

}


/* TOUCH DEVICES */
.maplink,
.backlink .to-list{
	display: none;
}

html.touch body.mainview #map{
	display: none;
}

html.touch body.mainview .leaflet-control-zoom,
html.touch body.mainview .leaflet-control-attribution{
	display: none;	
}

html.touch .maplink{
	display: block;
	position: relative;
	width: 90%;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	background: #cdd2d4;
}

html.touch .maplink img{
	width: auto !important;
	height: 100%;
	
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-height: 100%;

}


html.touch .legs {
    position: static;
    float: none;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
	margin: 0 30px;
}


html.touch .backlink .to-list{
	display: inline-block;
}
html.touch .backlink .to-map{
	display: none;
}

html.touch .legs,
html.touch .docs-wrap,
html.touch .form-requests {
	padding-bottom: 300px;
}





/* RESPONSIVE */
body.mobile section,
body.mobile .slide{
	padding-top: 50px;
}

body.mobile section.section-routing{
	padding-top: 0;
}

body.mobile .section-welcome h1{
	padding-top: 30%;
}

body.mobile .proceed{
	display: none;	
}

body.mobile .docs-left,
body.mobile .docs-right {
	float: none;
	width: 96%;
}

html.touch body.mobile .legs,
html.touch body.mobile .docs-wrap,
html.touch body.mobile .form-requests {
	padding-bottom: 1em;
}

body.mobile .legs,
body.mobile .slide .backlink{
	display: none;	
}


html.touch body.mainview.mobile #map{
	height: 200px;
	margin: 0 20px 10px 20px;
}


@media screen and (max-width: 480px) { 
	
	#header .logout span,
	#header .company-logo {
		display: none;	
	}
	
	body.fp-viewing-welcome #header .company-logo {
		display: inline-block;	
	}
	
	#menu a{
		float: left;
		margin: 0 4px;
		padding: 0 2px;	
	}
	
	
	.section-welcome h1{
		font-size: 1.8em;	
	}
	
	.fp-controlArrow.fp-next {
		right: 2px;
	}
	.fp-controlArrow.fp-prev {
		left: 2px;
	}
	
	.legbox .route .departure, 
	.legbox .route .departure{
		width: 48%;
		font-size: 90%;
	}
	
	.legbox .route .time{
		margin-top: 40px;
	}	
	
	.legbox .route .time .from,
	.legbox .route .time .to {
		margin-top: -20px;
	}
	
	.legbox .route .time .duration {
    	position: absolute;
		top: -40px;
		left: 0;
		right: 0;
	}

}

@media screen and (max-width: 390px) { 
	
	.legbox .route .time .duration:after {
		display: none;	
	}

}

@media screen and (max-height: 580px) { 
	
	.fp-tableCell{
		vertical-align: top;
	}
	.section-welcome .fp-tableCell{
		vertical-align: middle;
	}
	
	.legbox{
		margin-top: 1em;	
	}
	
	body.fp-viewing-welcome #header {
		line-height: 60px;
		height: 60px;
	}
	body.fp-viewing-welcome #header .company-logo {
		max-height: 50px;
	}
	
	.section-welcome .customer .icon,
	.section-welcome .plane .icon{
		display: none;
	}
	
	.section-welcome h1{
		font-size: 1.8em;	
	}
	
	.service-icon{
		margin-top: 1em;	
	}
	
	ul.gallery a {
		width: 50px;
		height: 50px;
	}
	
	ul.gallery a img{
		width: 100%;
		height: 100%;
	}

}




