/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@media (max-width: 600px) {
html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	width: 100%;}
	body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html,

	

body {
  font: 100%/1.4em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 auto;
background-color: #2D2C2C;
	height: 100%;
width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}




#airport_menu{
	margin: 0 auto;  
}
 li#airport_shared {
	width: 80%;
	margin-left: 15%;	
	margin-right: -50px;
	padding-left: 15px;	
	margin: 0 auto;  
}
li#airport_private {
	width: 80%;
	margin-left: 15%;
	margin-right: -50px;
	padding-left: 15px;	
	margin: 0 auto;   
}
#airport_menu li a{
	width: 50%;
	text-align:center;
	border: solid 2px #2C2C2C;
	margin-left: 10%;
	
	
}
.arrow{
	width: 25px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url('../images/arrow_down.png');
	background-size: 15px 15px;
	background-position: 50% 50%;
}
.up_arrow{
	width: 25px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url('../images/arrow_up.png');
	background-size: 15px 15px;
	background-position: 50% 50%;
}
#menu-section-list {list-style: none; width: 100%;margin-left:-50px;}
#airport_dropdown{
	position: relative;
	background-image: url('../images/menu.png');
	background-position: right;
	background-repeat:no-repeat;
    padding: 4%;
	font-size: 12px;
    list-style: none;
    width: 100%;
    
    margin-bottom: 3px;
    margin-top: 0px;
    text-align:center;
    color: #2D2C2C;
    text-transform: uppercase;
	background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin-left: 2px;
}
.menu-section {
 width: 100%;
  display:block;
}
#menu-section-list li{
  position: relative;
  width: 100%;
  padding: 4%;
  font-weight: bold;
  margin-bottom: 3px;
  text-align:center;
  color: #2D2C2C;
  text-transform: uppercase;
  background: #e2e2e2; /* Old browsers */
  background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb),   color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin-left: 2px;	
}


ul li a:link {
	color: #2D2C2C;
	text-decoration: none;
}
ul li a:visited {
	text-decoration: none;
color: #2D2C2C;
}
ul a:hover {
	text-decoration: none;
color: #2D2C2C;
}
ul a:active {
	text-decoration: none;
	color: #2D2C2C;
}
.panel {
  text-align: center;
  padding-top: 0px;
  min-height: 100%;
  background-color: #2C2C2C;
}

#mocha {
  text-align: left;
  
  margin:0 !important;
}

#mocha-stats {

}

/**
 * Header
 */
.panel-header {
	position: relative;
	background-color:#FFC30B;
	box-shadow: 0px 10px 5px #000;
	margin-top: -22px;
	height:51px;
	padding-top: 10px;
	background-image: url(../images/top_stripebg.jpg);
	background-size: 100% 100%;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	z-index:1;
}

.title {
  font-size: 3.2em;
  line-height: 1em;
  margin: 0 0 15px;
}

/**
 * hamburger
 */
.btn-hamburger {
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  outline:none;
  background: url('../images/menu.png') no-repeat center;
  background-size: 90px 25px;
  width:90px;
  height: 40px;
}

/**
 * Boxes
 */
.box {
  text-align: left;
  width: 100%;
  position: relative;
}

.box-content {
  
}

/**
 * Medium Screens
 */


  

/**
 * Footer
 */
.panel-footer {
  margin: 10px auto 20px;
}

.panel-footer p {
  padding-bottom: 20px;
}

.heart {
  font-style: normal;
  font-weight: 500;
  color: #c0392b;
  text-decoration: none;
}
}
@media (min-width: 601px) and (max-width: 1024px) {
html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	width: 100%;}
	body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html,

	

body {
  font: 100%/1.4em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 auto;
background-color: #2D2C2C;
	height: 100%;
width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}




#airport_menu{
	margin: 0 auto;  
}
 li#airport_shared {
	width: 80%;
	margin-left: 15%;	
	margin-right: -50px;
	padding-left: 15px;	
	margin: 0 auto;  
}
li#airport_private {
	width: 80%;
	margin-left: 15%;
	margin-right: -50px;
	padding-left: 15px;	
	margin: 0 auto;   
}
#airport_menu li a{
	width: 50%;
	text-align:center;
	border: solid 2px #2C2C2C;
	margin-left: 10%;
	
	
}
.arrow{
	width: 100%;
	padding-right:10px;
	padding-left: 5px;
	background-image: url('../images/arrow_down.png');
	background-repeat: no-repeat;
	background-size: 15px 11px;
	background-position:50% 50%;
}

.up_arrow{
	width: 25px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url('../images/arrow_up.png');
	background-size: 15px 15px;
	background-position: 50% 50%;
}
#menu-section-list {list-style: none; width: 100%;margin-left:-50px;background-color: #2C2C2C;}
#airport_dropdown{
	position: relative;
	background-image: url('../images/menu.png');
	background-position: right;
	background-repeat:no-repeat;
     padding: 7%;
	font-size: 14px;
    list-style: none;
    width: 100%;
    
    margin-bottom: 6px;
    margin-top: 0px;
    text-align:center;
    color: #2D2C2C;
    text-transform: uppercase;
	background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin-left: 2px;
}
.menu-section {
 width: 100%;
  display:block;
}
#menu-section-list li{
	font-size: 14px;
  position: relative;
  width: 100%;
  padding: 7%;
  font-weight: bold;
  margin-bottom: 6px;
  text-align:center;
  color: #2D2C2C;
  text-transform: uppercase;
  background: #e2e2e2; /* Old browsers */
  background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb),   color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin-left: 2px;	
}


ul li a:link {
	color: #2D2C2C;
	text-decoration: none;
}
ul li a:visited {
	text-decoration: none;
color: #2D2C2C;
}
ul a:hover {
	text-decoration: none;
color: #2D2C2C;
}
ul a:active {
	text-decoration: none;
	color: #2D2C2C;
}
.panel {
  text-align: center;
  padding-top: 0px;
  min-height: 100%;
  background-color: #2C2C2C;
  height: 100px;
}

#mocha {
  text-align: left;
  
  margin:0 !important;
}

#mocha-stats {

}

/**
 * Header
 */
.panel-header {
	position: relative;
	background-color:#FFC30B;
	box-shadow: 0px 10px 5px #000;
	margin-top: -22px;
	height:75px;
	padding-top: 10px;
	background-image: url(../images/top_stripebg.jpg);
	background-size: 100% 100%;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	z-index:1;
}

.title {
  font-size: 3.2em;
  line-height: 1em;
  margin: 0 0 15px;
}

/**
 * hamburger
 */
.btn-hamburger {
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
  outline:none;
  background: url('../images/menu.png') no-repeat center;
  background-size: 100px 25px;
  width: 100px;
  height: 40px;
}

/**
 * Boxes
 */
.box {
  text-align: left;
  width: 100%;
  position: relative;
}

.box-content {
  
}

/**
 * Medium Screens
 */


  

/**
 * Footer
 */
.panel-footer {
  margin: 10px auto 20px;
}

.panel-footer p {
  padding-bottom: 20px;
}

.heart {
  font-style: normal;
  font-weight: 500;
  color: #c0392b;
  text-decoration: none;
}
}
@media (min-width: 1025px){

.btn-hamburger{
	display:none;
}
.box{
	
	
}
#menu-section-list{
	display:none;
}

.arrow{
	width: 100%;
	padding-right:20px;
	padding-left: 5px;
	background-image: url('../images/arrow_down.png');
	background-repeat: no-repeat;
	background-size: 15px 11px;
	background-position:50% 50%;
}

}