html, body {
    height: 100%;
}

body {
    margin: 0;
    background-color: #000;
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Arial, sans-serif;
}

a:hover {
    color: #fff;
}

#map {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.opt {
    position: absolute;
}

.bgrnd {
    background: url(/sprite.png) no-repeat top left;
}

.logo {
    left: 20px;
    top: 10px;
    width: 200px;
    height: 60px;
    background-position: 0 -91px; width: 200px; height: 60px;
}

@media only screen and (max-height: 480px) and (orientation: landscape) {
    .gallery {
        display: none;
    }
}

.gallery {
    bottom: 24px;
    left: 0px;
    width: 100%;
    height: 140px;

    /*overflow: auto;*/
    /*overflow-y: hidden;*/


    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 2%, rgba(0,0,0,0.31) 7%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(0,0,0,0)), color-stop(7%,rgba(0,0,0,0.31)), color-stop(18%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0.31) 7%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0.31) 7%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 2%,rgba(0,0,0,0.31) 7%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 2%,rgba(0,0,0,0.31) 7%,rgba(0,0,0,1) 18%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.gallery .inner {
    /* 15*(200+10) = 3150 */
    /*width: 3240px;*/
    padding-top: 15px;
}

.gallery .item {
    padding-left: 5px;
    padding-right: 5px;
}
.gallery .item img {
    border: 1px solid #424242;

}

.gallery .item .active img {
    border: 1px solid #fff;
}

.gallery .item a img:hover {
    border: 1px solid #555;
}

.gallery .item .active img:hover {
    border: 1px solid #fff;
}

.attribution {
    right: 0px;
    bottom: 0px;
    background-color: #000;
    font-size: 10px;
    width: 100%;
    height: 20px;
    padding-top: 4px;
    padding-bottom: 0;
    padding-right: 10px;
    text-align: right;
    font-size: 11px;
    color: #bbb;
}
.attribution a {
    color: #bbb;
}
.attribution a:hover {
    color: #fff;
}

.controls {
    right: 75px;
    top: 20px;
    background-color:rgba(0,0,0,0.5);
    width: 125px;
    height: 65px;
    border: 1px solid #323232;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px 8px 4px 8px;
    line-height: 1.9;
}

.controls .option {
    font-size: 11px;
    font-weight: bold;
    color: #666;
}

.controls .option .value {
    font-size: 11px;
    font-weight: bold;
    color: #e5e5e5;
    border-bottom: 1px dotted #fff;
    cursor: pointer;
    /*padding-bottom: -5px;*/
}

.pflogo {
    right: 20px;
    top: 110px;
}


.zoom {
    top: 20px;
    right: 20px;
    width: 36px;
    height: 72px;

    border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.zoom .button {
    width: 100%;
    height: 36px;
    text-align: center;
    cursor: pointer;
    background-color: #b5b5b5;
    font-size: 30px;
    font-weight: bold;
}

.zoom .button:hover {
    background-color: #c5c5c5;
}

.zoom .button.top {
    border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #848484;
}

.zoom .button.bottom {
    border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-top: 1px solid #c4c4c4;
}

.l-ap_large_airport .bgrnd.bullet {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    left: 0;
    background-position: 0 -311px;
    width: 12px;
    height: 12px;
    margin: 2px;
}

.l-ap_medium_airport .bgrnd.bullet {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    left: 0;
    background-position: 0 -311px;
    width: 12px;
    height: 12px;
    margin: 2px;
}

.label .name {
    display: block;
    margin-left: 16px;
    position: absolute;
    top: 3px;
    line-height: 1.2;
}

.label {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.l-ap_large_airport {
    font-size: 10px;
    color: #fff;
    opacity: 0.6;
}
.l-ap_medium_airport {
    font-size: 10px;
    color: #ddd;
    opacity: 0.6;
}

.l-city {
    font-size: 14px;
    color: #eee;
    font-weight: bold;
    text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
    opacity: 0.9;
}

.l-city .bgrnd.bullet {
    text-align: center;
    background-image: none;
}

.search {
    left: 25px;
    top: 70px;
}

.search input {
    background-color: rgba(0,0,0,0.5);
    width: 140px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    padding: 3px;
    padding-left: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#query_clean {
    display: none;
    position: absolute;
    top: 7px;
    left: 190px;
    width: 13px;
    height: 13px;
    background: url(/sprite.png) no-repeat top left;
    background-position: -40px -311px;
    cursor: pointer;
    z-index: 9999;
}

#query.loading {
}

::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}


.search input.focused {
    outline: none;
    background-color: rgba(0,0,0,0.5);
    width: 200px;
    color: #eee;
//    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.search .result {
    display: none;
}

/*.search .result {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 28px;*/
/*width: 200px;*/
/*height: 300px;*/
/*overflow: scroll;*/
/*background-color: #fff;*/
/*padding: 3px;*/
/*padding-left: 5px;*/
/*border-radius: 2px;*/
/*-khtml-border-radius: 0 0 2px 2px;*/
/*-moz-border-radius: 0 0 2px 2px;*/
/*-webkit-border-radius: 0 0 2px 2px;*/
/*}*/

/*.search .result .item {*/
/*font-size: 10px;*/
/*cursor: pointer;*/
/*}*/


#image_save_link {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder { /* Firefox 18- */
    color: #777;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}


#share_options, #share_facebook, #share_twitter {
    margin-left: 10px;
    border-bottom: none !important;
}

#share_facebook, #share_twitter {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/sprite.png) no-repeat top left;
    background-position: -120px -311px;
}

#share_twitter {
    background-position: -80px -311px;
}

.ui-helper-hidden-accessible {
    display: none;
}

ul.ui-autocomplete.ui-menu {
    width: 200px;
    max-height: 400px;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    color: #eee;
    font-size: 11px;
    font-weight: bold;
    list-style: none;
    margin-top: -2px;

}

li.ui-menu-item {
    cursor: pointer;

}

.search .loader {
    width: 208px;
    height: 22px;
    background: url(/images/horizontal-search.gif) no-repeat center center;
    display: none;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    color: #eee;
    font-size: 11px;
    font-weight: bold;
    list-style: none;
    /*margin-top: -2px;*/
}



/* imported autocomplete styles */

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
//    margin: -1px;
    background-color: rgba(100,100,100,0.4);
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

/* about */
body.about {
    background-color: #1c1c1c;
    color: #e5e5e5;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}

.a_container {
    margin-top: 90px;
    margin-left: 90px;
    margin-right: 80px;
    padding-bottom: 100px;
    max-width: 1050px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
}

.a_top {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 0.05em;
}

.a_text {
    font-size: 15px;
    line-height: 23px;
    display: inline-block;
    font-weight: normal;
}

.a_text a {
    color: #fff;
}

.a_left {
    padding-right: 30px;
    width: 45%;
    float:left;
}

.a_right {
    padding-left: 30px;
    width: 45%;
    float:left;
}

.a_author {

}

.a_author img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border: 0;
    vertical-align: middle;
}

.a_author a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.a_author a:hover {
    text-decoration: underline;
}

.a_bottom {
    margin-top: 20px;
    background-color: #262626;
    padding: 10px 17px 17px 17px;
    display: block;
    width: 700px;
    font-size: 15px;
    line-height: 25px;
}

.a_bottom a {
    color: #bbb;
}

.a_bottom a:hover {
    color: #fff;
}

.hghlghtd {
	font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
}

.legend {
    margin-left: 10px;
}

.legend img {
    margin-top: 5px;
    vertical-align: middle;
}
