html {
    width: 100%;
}

body {
    background-color: #000;
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    color: #474747;
    line-height: normal;
    width: 100%;
}

input[type="text"],
input[type="password"],
textarea {
    background-color: #fff;
    border: 1px solid #fff;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    color: #808080;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

input[type="text"],
input[type="password"] {
    height: 48px;
    padding: 0 10px;
}

input:focus,
textarea:focus,
.customSelectFocus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(153, 61, 113, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(153, 61, 113, 1);
    box-shadow: 0px 0px 8px 0px rgba(153, 61, 113, 1);
}

input[type="submit"] {
    border: 0;
}

textarea {
    padding: 10px;
    resize: none;
}

select {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #808080;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #808080;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080;
}

sup,
sub {
    font-size: smaller;
}

.legend {
    font-size: smaller;
}

a,
a:visited {
    color: #993d71;
    text-decoration: none;
    outline: none;

    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

a:hover {
    color: #121f2d;
}

a.btn,
a.btn:visited {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #b1b1b1;
    color: #121f2d;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    padding: 12px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a.btn.dark,
a.btn.dark:visited {
    background-color: #121f2d;
    border-color: #414c57;
    color: #fff;
}

a.btn.speaker,
a.btn.speaker:visited {
    background: url('../images/icon_speaker.png') no-repeat scroll 20px center;
    border-color: #fff;
    color: #fff;
    padding-left: 50px;
}

a.btn:hover {
    background-color: #121f2d;
    color: #fff;
}

a.btn.dark:hover {
    background-color: #fff;
    color: #121f2d;
}

a.btn_up,
a.btn_up:visited,
a.btn_down,
a.btn_down:visited {
    display: inline-block;
    width: 49px;
    height: 49px;
    border: 1px solid #fff;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a.btn_up {
    background: url('../images/arrow_up.png') no-repeat scroll center center;
}

a.btn_up.dark {
    background-color: #0d1722;
    border-color: #0d1722;
}

a.btn_down,
a.btn_down:visited {
    background: rgba(16, 29, 43, 0.95) url('../images/arrow_down.png') no-repeat scroll center center;
    border-color: #0d1c2a;
}

a.btn_up:hover {
    background-position: center 15px;
}

a.btn_down:hover {
    background-position: center 25px;
}

a.btn_share,
a.btn_share:visited {
    background: url('../images/btn_share.png') no-repeat scroll 0 0;
    width: 16px;
    height: 18px;
    display: inline-block;
}

a.btn_share.white {
    background-position: 0 -18px;
}

a.btn_share:hover,
a.btn_share.active {
    background-position: 0 -54px;
}

a.btn_menu,
a.btn_menu:visited {
    background: url('../images/btn_menu.png') no-repeat scroll 0 0;
    font-size: 10px;
    display: block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    padding-left: 40px;
    left: 20px;
    top: 20px;
    color: #fff;
    text-transform: uppercase;
}

a.btn_menu:hover {
    background-position: 0 -32px;
}

a.btn_close,
a.btn_close:visited {
    background: url('../images/btn_close.png') no-repeat scroll 0 0;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 19px;
    z-index: 111;
    overflow: hidden;
    text-indent: -9999px;
}

a.btn_close:hover {
    background-position: 0 -22px;
}

a.btn_close:focus {
    outline: 1px dotted #fff;
}

.btn_big,
.btn_big:visited {
    background-color: #b1b1b1;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn_big:hover {
    color: #ffc600;
}

.btn_submit,
.btn_submit:visited {
    background-color: #b1b1b1;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

.btn_submit.dark {
    background-color: #121f2d;
}

.btn_submit:hover {
    color: #ffc600;
}

a.btn_disabled,
a.btn_disabled:visited {
    background: url('../images/btn_disabled.png') no-repeat scroll right 50%;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding-right: 25px;
    line-height: 18px;
}

a.btn_disabled:hover {
    color: #ffc600;
}
a.logo_pl {
    background: url('../images/logo_ppl_pl.png') no-repeat scroll 0 0;
}

a.logo_en {
    background: url('../images/logo_ppl_en.png') no-repeat scroll 0 0;
}

a.logo,
a.logo:visited {
    display: inline-block;
    width: 192px;
    height: 47px;
    margin-top: 6px;
    overflow: hidden;
}

a.email,
a.email:visited {
    background: url('../images/icon_email.png') no-repeat scroll 0 50%;
    display: inline-block;
    padding-left: 30px;
    color: #121f2d;
}

a.email.white {
    background-image: url('../images/icon_email_white.png');
    color: #fff;
}

a.email:hover {
    color: #ffc600;
}

a.btn_blue,
a.btn_blue:visited {
    background: url('../images/bg_btn_blue.jpg') repeat-x scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

a.btn_blue:hover {
    color: #ffc600;
}

a.btn_blue.active {
    background-image: none;
    background-color: #ffc600;
    color: #121f2d;
}

a.btn_search,
a.btn_search:visited {
    background: #b1b1b1 url('../images/btn_search.png') no-repeat scroll 0 0;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

a.btn_search.dark {
    background-position: 0 -100px !important;
}

a.btn_search:hover {
    background-position: 0 -50px !important;
}

a.btn_down_text,
a.btn_down_text:visited {
    background: url('../images/arrow_down.png') no-repeat scroll center bottom;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 15px;
}

a.btn_down_text:hover {
    color: #ffc600;
}

.violet a,
.violet a:visited {
    color: #ffc600;
}

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

h1, h2, h3, h4 {
    font-weight: bold;
}

h1.page_title,
.intro {
    font-size: 24px;
    color: #121f2d;
}

.intro {
    font-weight: bold;
}

.phone {
    background: url('../images/icon_phone.png') no-repeat scroll 0 50%;
    display: inline-block;
    padding-left: 30px;
    line-height: 28px;
}

.phone.white {
    background-image: url('../images/icon_phone_white.png');
}

.wifi {
    background: url('../images/icon_wifi.png') no-repeat scroll 0 50%;
    display: inline-block;
    padding-left: 30px;
    line-height: 22px;
}

.smaller {
    font-size: 14px;
}

.extrabold {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.blue {
    color: #121f2d;
}

.tooltip_content {
    display: none;
}

.handwriting {
    font-family: 'Playfair Display', Arial;
    font-style: italic;
    text-transform: none;
    font-weight: normal;
}

.clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: ".";
}

.content,
.content_small {
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.content_small {
    width: 1030px;
}

.content_small.padding {
    padding: 40px 20px;
}

.content_small.padding_bottom {
    padding-bottom: 40px;
}

.content_small.padding_top {
    padding-top: 40px;
}

.content.space_bottom,
.space_bottom {
    margin-bottom: 40px;
}

.space_top {
    margin-top: 40px;
}

.main_content {
    margin: 30px 0 60px 0;
}

.main_content.no_margin_bottom {
    margin-bottom: 0;
}

.dark_wrapper {
    background-color: #eee;
}

.dark_wrapper.padding {
    padding: 40px 0;
}

.dark_box {
    background-color: #efefef;
    padding: 10px 20px 20px 20px;
}

ul.btn_holder li {
    display: block;
    margin-right: 20px;
    float: left;
}

ul.btn_holder.center {
    text-align: center;
}

ul.btn_holder.center li {
    display: inline-block;
    float: none;
    margin-right: 15px;
}

ul.btn_holder li:last-child {
    margin-right: 0;
}

ul.bullet_list li {
    background: url('../images/bullet_list.png') no-repeat scroll 0 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}

ul.bullet_list.white li {
    background-image: url('../images/bullet_list_white.png');
}

ul.bullet_list li:last-child {
    margin-bottom: 0;
}

ol {
    list-style-type: decimal;
}

ol li {
    list-style-position: inside;
}

.customSelect {
    height: 50px;
    overflow: hidden;
}

.customSelectInner {
    background: #fff url('../images/btn_selectbox.png') no-repeat scroll right 0;
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 65px 0 15px;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.info_prompt,
.error_prompt {
    width: 90%;
    background-color: #eee;
    padding: 15px 6px;
    margin: 30px auto 30px auto;
    color: #474747;
    font-size: 16px;
    text-align: center;
    line-height: normal;
}

.error_prompt {
    border-color: #d4111e
}

.error_prompt a,
.error_prompt a:visited,
.info_prompt a,
.info_prompt a:visited {
    color: #121f2d;
    font-size: 14px;
    font-weight: bold;
}

.error_prompt a:hover,
.info_prompt a:hover {
    color: #ffc600;
}

.error_prompt p.button,
.info_prompt p.button {
    margin-top: 5px;
}

.error {
    color: #ff0404 !important;
    border-color: #ff0404 !important;
}

.loader {
    display: inline-block;
}

.font_size_smaller h2.page_title {
    font-size: 20px;
}

.font_size_smaller .main_content.dynamic_content,
.font_size_smaller .main_content .dynamic_content {
    font-size: 14px;
}

.font_size_smaller .flightboard td,
.font_size_smaller .timetable td {
    font-size: 12px;
}

.font_size_bigger h2.page_title {
    font-size: 28px;
}

.font_size_bigger .main_content.dynamic_content,
.font_size_bigger .main_content .dynamic_content,
.font_size_bigger .flightboard td,
.font_size_bigger .timetable td {
    font-size: 18px;
}

#top {
    background: rgba(9, 23, 36, 0.7);
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
}

#top .contact_link {
    height: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    right: 200px;
    top: 0;
}
#top .contact_link span {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    float: right;
}
#top .contact_link:hover span {
    color: #ffc600;
}

#top ul.language_list {
    background: url('../images/bg_language.png') no-repeat scroll right 0;
    padding-right: 50px;
    position: absolute;
    right: 80px;
    top: 17px;
}

#top ul.language_list li {
    background: url('../images/bullet_language.png') no-repeat scroll right 9px;
    color: #747373;
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 25px;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

#top ul.language_list li:last-child {
    background: 0 none;
    margin-right: 0;
    padding-right: 0;
}

#top ul.language_list li a,
#top ul.language_list li a:visited {
    color: #fff;
}

#top ul.language_list li a:hover,
#top ul.language_list li a.active {
    color: #ffc600;
}

#top .logo_bip {
    background: url('../images/logo_bip.png') 0 0 no-repeat;
    width: 33px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
}


#top #search {
    width: 190px;
    position: absolute;
    top: 70px;
    right: 20px;
    z-index: 110;
}

#top #search input[type="text"] {
    background-color: rgba(9, 23, 36, 0.7);
    border-color: #091724;
    text-transform: none;
    color: #ffffff;
    width: 118px;
    float: left;

    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#top #search input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.7;
}
#top #search input[type="text"]::-moz-placeholder {
    color: #ffffff;
    opacity: 0.7;
}
#top #search input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.7;
}

#top #search a.btn_search,
#top #search a.btn_search:visited {
    background-color: #091724;
}


#slider {
    width: 100%;
    height: 670px;
    position: relative;
}

#slider ul.slider_list li {
    width: 100%;
    height: 670px;
    background-position: center center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slider #slider_content {
    width: 630px;
    height: 430px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: -315px;
    z-index: 115;
}

#slider #slider_content p {
    text-align: center;
    margin-top: 10px;
}

#slider .claim {
    background-position: center center;
    background-repeat: no-repeat;
    width: 364px;
    height: 180px;
    position: absolute;
    left: 50%;
    bottom: 250px;
    margin-left: -182px;
    z-index: 100;
}

#message_box {
    width: 100%;
    max-width: 190px;
    position: absolute;
    right: 20px;
    top: 140px;
    z-index: 110;
}
#message_box.medium {
    max-width: 400px;
}
#message_box.big {
    max-width: 610px;
}

#message_box ul li {
    width: 100%;
}

#message_box .box {
    width: 190px;
    height: 200px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 20px 20px;
    float: right;

    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#message_box.medium .box:nth-child(2),
#message_box.medium .box:nth-child(4){
    margin-left: 0;
}
#message_box.big .box:nth-child(3),
#message_box.big .box:nth-child(6){
    margin-left: 0;
}
#message_box.small .box,
#message_box.small .box {
    margin-left: 0;
}

#message_box .box:last-child {
    margin-bottom: 0;
}

#message_box .box .thumb {
    width: 190px;
    min-height: 100px;
    max-height: 150px;
    overflow: hidden;

    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#message_box .box .thumb img {
    display: block;
}

#message_box .box .text {
    width: 190px;
    height: 100px;
    padding: 15px;
    text-transform: uppercase;
    color: #121f2d;
    font-weight: bold;
    text-align: left;
    line-height: 17px;
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

#message_box .box a:hover .text,
#message_box .box a:visited .text {
    color: #121f2d;
}

#message_box .box a:hover .text {
    color: #ffc600;
}

#message_box .message_box_pager {
    text-align: right;
    margin-top: 5px;
}

#message_box .message_box_pager a,
#message_box .message_box_pager a:visited {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#message_box .message_box_pager a:hover,
#message_box .message_box_pager a.cycle-pager-active {
    background-color: #fff;
}

#flightboard_box .flight_search {
    width: 630px;
    height: 50px;
    position: relative;
    opacity: 0.7;
}

#flightboard_box .flight_search input[type="text"] {
    width: 558px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#flightboard_box .flightboard_content {
    display: none;
}

#flightboard_box .table_box {
    margin-top: 20px;
}

#flightboard_box .table_box .header {
    background-color: rgba(16, 29, 43, 0.95);
    padding: 10px 20px 10px 20px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

#flightboard_box .table_box .header span {
    color: #ffc600;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

#flightboard_box .table_box .header span a.more,
#flightboard_box .table_box .header span a.more:visited {
    color: #b1b1b1;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: normal;
}

#flightboard_box .table_box .header span a.more:hover {
    color: #ffc600;
}

#flightboard_box .table_box .header a.close,
#flightboard_box .table_box .header a.close:visited {
    background: url('../images/btn_close_mini.png') no-repeat scroll right 7px;
    color: #b1b1b1;
    font-size: 12px;
    text-transform: lowercase;
    padding-right: 10px;
    position: absolute;
    right: 20px;
    bottom: 12px;
}

#flightboard_box .table_box .header a.close:hover {
    color: #ffc600;
}

#flightboard_box .table_box table {
    width: 100%;
}

#flightboard_box .table_box table td,
#flightboard_box .table_box table th {
    text-align: left;
    line-height: 16px;
}

#flightboard_box .table_box table tr td:first-child,
#flightboard_box .table_box table tr th:first-child {
    padding-left: 20px;
}

#flightboard_box .table_box table tr td:last-child,
#flightboard_box .table_box table tr th:last-child {
    padding-right: 20px;
}

#flightboard_box .table_box table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

#flightboard_box .table_box table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

#flightboard_box .table_box table th {
    background-color: rgba(22, 35, 46, 0.95);
    color: #b1b1b1;
    font-size: 11px;
    border-bottom: 1px solid #202b36;
    padding: 10px;
}

#flightboard_box .table_box table th.number {
    width: 80px;
}

#flightboard_box .table_box table th.destination {
    width: 205px;
}

#flightboard_box .table_box table th.time {
    width: 50px;
}

#flightboard_box .table_box table th.terminal {
    width: 75px;
}

#flightboard_box .table_box table th.status {
    width: 120px;
}

#flightboard_box .table_box table td {
    background: rgba(16, 29, 43, 0.95) url('../images/bg_flightboard_row.png') repeat-x scroll 0 0;
    color: #ffc600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 10px;
}

#flightboard_box .flightboard_footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
}

#flightboard_tab_list {
    width: 400px;
    margin: 20px auto 0 auto;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#flightboard_tab_list li {
    display: block;
    width: 50%;
    float: left;
}

#flightboard_tab_list li a,
#flightboard_tab_list li a:visited {
    background-color: #fff;
    color: #121f2d;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    display: block;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}

#flightboard_tab_list li a.arrivals {
    background: #fff url('../images/bg_flightboard_tab_border.png') repeat-y scroll right 0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#flightboard_tab_list li a span {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#flightboard_tab_list li a.arrivals span {
    background: url('../images/btn_flights_arrivals2.png') no-repeat scroll 0 -40px;
    padding-left: 35px;
    line-height: 20px;
}

#flightboard_tab_list li a.departures {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#flightboard_tab_list li a.departures span {
    background: url('../images/btn_flights_departures2.png') no-repeat scroll 0 3px;
    padding-left: 45px;
}

#flightboard_tab_list li a:hover,
#flightboard_tab_list li a.active {
    background-color: #ffc600;
}

#flightboard_tab_list li a.arrivals:hover span {
    background-position: 0 0;
}

#flightboard_tab_list li a.departures:hover span {
    background-position: 0 -43px;
}

ul.menu_icon_list li {
    display: block;
    width: 120px;
    margin-bottom: 30px;
}

#slider ul.menu_icon_list {
    position: absolute;
    left: 20px;
    top: 90px;
    z-index: 110;
}

ul.menu_icon_list li:last-child {
    margin-bottom: 0;
}

ul.menu_icon_list li a,
ul.menu_icon_list li a:visited {
    background: url('../images/btn_menu_icon.png') no-repeat scroll 0 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
}

ul.menu_icon_list li a:hover,
ul.menu_icon_list li a.active {
    background-position: -25px 0;
}

ul.menu_icon_list li a span {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding-left: -100%;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul.menu_icon_list li a:hover span {
    color: #ffc600;
}

#slider ul.menu_icon_list:hover a span {
    padding-left: 50px;
    opacity: 1;
}

ul.menu_icon_list.show_text a span {
    padding-left: 70px;
    opacity: 1;
}

.weather_box {
    position: absolute;
    right: 20px;
    top: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 110;
}

.weather_box ul li {
    display: block;
    margin-right: 15px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    float: left;
}

.weather_box ul li.condition {
    width: 40px;
    text-align: center;
}

.weather_box ul li.temp {
    margin-right: 0;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
    min-width: 30px;
}

nav .weather_box {
    color: #b1b1b1;
    top: 10px;
}

.news_box {
    width: 1260px;
    margin: 0 auto;
}

.news_box.carousel {
    padding-top: 20px;
}

.news_box .btn_more_holder {
    width: 1240px;
    margin: 20px auto 0 auto;
    padding-bottom: 40px;
}

.news_box #news_box_pager {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
}

.news_box #news_box_pager a,
.news_box #news_box_pager a:visited {
    background-color: #b1b1b1;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.news_box #news_box_pager a:hover,
.news_box #news_box_pager a.selected {
    background-color: #121f2d;
}

.news_box #news_box_pager a span {
    display: none;
}

ul.news_list {
    padding: 10px 0;
}

ul.news_list > li {
    background-color: #fff;
    width: 295px;
    height: 395px;
    display: block;
    margin: 10px;
    font-size: 13px;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.news_list > li .date {
    background-color: #121f2d;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.news_list > li h2 {
    color: #121f2d;
    height: 40px;
    line-height: 18px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

ul.news_list > li a:hover h2 {
    color: #993d71;
}

ul.news_list > li .thumb {
    display: block;
    width: 295px;
    height: 210px;
    position: relative;
    overflow: hidden;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

ul.news_list > li .thumb img {
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

ul.news_list > li .thumb:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

ul.news_list > li .thumb .date {
    position: absolute;
    left: 20px;
    top: 20px;
}

ul.news_list > li .thumb .btn_share {
    position: absolute;
    right: 20px;
    top: 20px;
}

ul.news_list > li .text {
    display: block;
    height: 145px;
    padding: 20px;
    overflow: hidden;
}

ul.news_list > li .text p {
    color: #474747;
    line-height: 18px;
    margin-top: 15px;
}

ul.news_list > li.big {
    background-color: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 430px;
    height: 355px;
    padding: 20px 160px 20px 20px;
}

ul.news_list > li.big h2 {
    line-height: 26px;
    margin-top: 15px;
}

ul.news_list > li.big h2 a,
ul.news_list > li.big h2 a:visited {
    font-size: 24px;
}

ul.news_list > li.big .dynamic_content {
    margin: 15px 0 20px 0;
    height: 185px;
    overflow: hidden;
}

ul.news_list > li.big .dynamic_content p {
    margin-top: 20px;
}

ul.news_list > li.big .btn_share {
    line-height: 34px;
}

ul.news_list > li.big ul.btn_holder li {
    margin-right: 10px;
}

ul.news_list > li.big ul.btn_holder li:last-child {
    padding-top: 10px;
}

ul.news_list > li.mark {
    background-color: #121f2d;
    width: 255px;
    height: 355px;
    padding: 20px;
    color: #fff;
    position: relative;
}

ul.news_list > li.mark .date {
    background-color: #414c57;
    color: #121f2d;
}

ul.news_list > li.mark .btn_share {
    position: absolute;
    right: 20px;
    top: 20px;
}

ul.news_list > li.mark h2 {
    text-align: center;
    margin-top: 20px;
}

ul.news_list > li.mark h2 a,
ul.news_list > li.mark h2 a:visited {
    color: #fff;
}

ul.news_list > li.mark h2 a:hover {
    color: #ffc600;
}

ul.news_list > li.mark h2 span {
    font-size: 24px;
}

ul.news_list > li.mark .dynamic_content {
    margin-top: 20px;
    text-align: center;
}

.news_thumb {
    width: 295px;
    height: 210px;
    margin: 0 20px 20px 0;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.news_thumb img {
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.news_thumb img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#info_box {
    background: url('../images/bg_info_box.jpg') repeat-y scroll center 0;
    width: 100%;
    padding: 10px 0;
    font-weight: 300;
    border-top: 1px solid #b1b1b1;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#info_box .content {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin: auto;
    display: table;
    position: relative;
}

#info_box .content .left_content,
#info_box .content .right_content {
    width: 50%;
    padding: 20px 0;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#info_box .content:nth-child(2) .left_content:before {
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#info_box .content:nth-child(2) .left_content:after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ffffff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
#info_box .content:nth-child(2) .right_content:before {
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #b1b1b1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#info_box .content:nth-child(2) .right_content:after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #b1b1b1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

#info_box .content .left_content small {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    clear: both;
}

#info_box .content .left_content {
    padding-left: 15px;
}
#info_box .content .right_content {
    padding-left: 30px;
}

header {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header .content_small {
    display: table;
    height: 100%;
}

header .content_small p {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

header .content_small.news p {
    padding-right: 500px;
}

header .content_small.news p span {
    background-color: #121f2d;
    display: block;
    width: 60px;
    line-height: 18px;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

header .content_small p span.handwriting {
    font-size: 30px;
}

#breadcrumbs {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 15px 125px 5px 10px;
    position: relative;
    border-bottom: 1px solid #ddd;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#breadcrumbs.wide {
    max-width: 1240px;
}

#breadcrumbs ul.breadcrumbs_list {
    padding: 10px 0;
}

#breadcrumbs ul.breadcrumbs_list li {
    background: url('../images/chevron_right.png') no-repeat scroll right 0;
    display: block;
    float: left;
    font-size: 13px;
    padding: 0 25px 0 13px;
    line-height: 23px;
    color: #666666;
}
#breadcrumbs ul.breadcrumbs_list li:first-child {
    padding-left: 10px !important;
}
#breadcrumbs ul.breadcrumbs_list li:last-child {
    padding-right: 0 !important;
}

#breadcrumbs ul.breadcrumbs_list li:last-child {
    background: 0 none;
    margin-right: 0;
    padding-right: 0;
}

#breadcrumbs ul.breadcrumbs_list li .home_icon  {
    background: url('../images/btn_menu_icon_small.png') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#breadcrumbs ul.breadcrumbs_list li .home_icon:hover {
    background-position: -15px 0;
}

#breadcrumbs ul.breadcrumbs_list li a,
#breadcrumbs ul.breadcrumbs_list li a:visited {
    color: #121f2d;
}

#breadcrumbs ul.breadcrumbs_list li a:hover {
    color: #993d71;
}

#page_options {
    height: 35px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
}

.wide #page_options {
    right: 20px;
}

#page_options ul.font_size_list {
    width: 44px;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 18px;
    float: left;
}

#page_options ul.font_size_list li {
    display: block;
    margin: 0 2px;
    float: left;
}

#page_options ul.font_size_list li a,
#page_options ul.font_size_list li a:visited {
    color: #121f2d;
    font-weight: bold;
    line-height: 18px;
}

#page_options ul.font_size_list li a.min {
    font-size: 11px;
}

#page_options ul.font_size_list li a.med {
    font-size: 14px;
}

#page_options ul.font_size_list li a.max {
    font-size: 18px;
}

#page_options ul.font_size_list li a:hover {
    color: #993d71;
}

#page_options .share_box {
    margin: 8px 0 0 10px;
    float: left;
    position: relative;
}

#page_options .share_box ul.social_media_list {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
}

#page_options .share_box ul.social_media_list li {
    display: block;
    margin-bottom: 1px;
    display: none;
}

#page_options .share_box ul.social_media_list li:last-child {
    margin-bottom: 0;
}

#page_options .share_box ul.social_media_list li a,
#page_options .share_box ul.social_media_list li a:visited {
    background: url('../images/btn_social_media_share.png') no-repeat scroll 0 0;
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #b1b1b1;
    position: relative;
    left: 0;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transition: left ease 0.3s;
    -moz-transition: left ease 0.3s;
    -o-transition: left ease 0.3s;
    -ms-transition: left ease 0.3s;
    transition: left ease 0.3s;
}

#page_options .share_box ul.social_media_list li:hover a {
    left: -5px;
}

#page_options .share_box ul.social_media_list li a.facebook {
    background-position: 0 0;
}

#page_options .share_box ul.social_media_list li a.twitter {
    background-position: -22px 0;
}

#page_options .share_box ul.social_media_list li a.google_plus {
    background-position: -45px 0;
}

.accordion_box .item {
    margin-bottom: 1px;
}

.accordion_box .item:last-child {
    margin-bottom: 0;
}

.accordion_box .item .header {
    background-color: #121f2d;
    padding: 25px 45px 25px 20px;
    position: relative;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

.accordion_box .item .header a,
.accordion_box .item .header a:visited {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}

.accordion_box .item .header:hover,
.accordion_box .item .header:hover a,
.accordion_box .item.active .header a {
    color: #ffc600;
}

.accordion_box .item .header:hover {
    cursor: pointer;
}

.accordion_box .item .header:after {
    background: url('../images/bg_accordion_header.png') no-repeat scroll 0 0;
    content: "";
    width: 13px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.accordion_box .item.active .header:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion_box .item .header span {
    font-size: 16px;
    font-weight: normal;
}

.accordion_box .item .header h4 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
}

.accordion_box .item .header p {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.accordion_box .item .hidden_content {
    background-color: #fff;
    display: none;
}

.accordion_box .item.padding .hidden_content {
    padding: 15px 20px 20px 20px;
}

.dynamic_content h2 {
    font-size: 24px;
    color: #121f2d;
}

.dynamic_content table {
    width: 100%;
}

.dynamic_content table tr td,
.dynamic_content table tr th {
    background-color: #fff;
    padding: 25px 20px;
    vertical-align: middle;
}

.dynamic_content table tr th {
    text-align: left;
    font-weight: bold;
    color: #121f2d;
}

.dynamic_content table tr:nth-child(odd) td,
.dynamic_content table tr:nth-child(odd) th {
    background-color: #efefef;
}

.dynamic_content table tr.dark td,
.dynamic_content table tr.dark th {
    background-color: #b2b2b2;
}

.dynamic_content table tr td p {
    font-size: 14px;
}

.dynamic_content table.img_box td {
    background-color: #eee;
    padding: 0;
    vertical-align: bottom;
    width: 50%;
}

.dynamic_content table.img_box td.description {
    padding: 20px;
}

.dynamic_content table.img_box td img {
    display: block;
    max-width: 100%;
}

#lost_found_box {
    background: #121f2d url('../images/bg_lost_found.png') no-repeat scroll right -130px;
    color: #fff;
    padding: 15px 20px 20px 20px;
}

#lost_found_box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

#lost_found_box .left_content,
#lost_found_box .right_content {
    width: 480px;
    float: left;
}

#lost_found_box .right_content {
    margin-left: 20px;
}

#lost_found_box .left_content ul li {
    margin-bottom: 20px;
}

#lost_found_box .left_content ul li:last-child {
    margin-bottom: 0;
}

#shopping_box {
    margin: 0 auto;
    width: 1260px;
    padding: 30px 0;
}

#shopping_category_box {
    margin-bottom: 20px;
}

#shopping_category_box h2 {
    font-size: 24px;
    color: #121f2d;
}

#shopping_category_box ul {
    margin-top: 25px;
}

#shopping_category_box ul li {
    display: block;
    margin: 0 20px 20px 0;
    float: left;
}

#shopping_category_box ul li a,
#shopping_category_box ul li a:visited {
    background-color: #121f2d;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: lowercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#shopping_category_box ul li a.active,
#shopping_category_box ul li a:hover {
    background-color: #ffc600;
    color: #121f2d;
}

ul.shopping_list > li {
    background-color: #fff;
    width: 295px;
    height: 415px;
    display: block;
    margin: 10px;
    font-size: 13px;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

ul.shopping_list > li.mix {
    display: none;
}

ul.shopping_list > li h4 {
    color: #121f2d;
    font-weight: 800;
    text-transform: uppercase;
}

ul.shopping_list > li .thumb {
    width: 295px;
    height: 210px;
    position: relative;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

ul.shopping_list > li .thumb img {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

ul.shopping_list > li .text {
    padding: 20px;
    height: 165px;
    overflow: hidden;
}

ul.shopping_list > li .text h4 {
    font-size: 14px;
    line-height: 18px;
}

ul.shopping_list > li .text .dynamic_content {
    margin-top: 15px;
}

ul.shopping_list > li .details {
    background-color: #121f2d;
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    word-wrap: break-word;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    -ms-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
}

ul.shopping_list > li:hover .details,
ul.shopping_list > li:focus .details {
    opacity: 1;
}

ul.shopping_list > li .details .inner {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

ul.shopping_list > li .details .inner h3 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

ul.shopping_list > li .details .inner ul li {
    margin-top: 15px;
}

ul.shopping_list > li .details .inner a,
ul.shopping_list > li .details .inner a:visited {
    color: #fff;
}

ul.shopping_list > li .details .inner a:hover {
    color: #ffc600;
}

ul.shopping_list > li .text ul.bullet_list li {
    background-position: 0 6px;
    margin-bottom: 0;
}

ul.shopping_list > li.big {
    width: 610px;
}

ul.shopping_list > li.big .thumb {
    width: 610px;
}

ul.shopping_list > li.big .text {
    height: 153px;
    padding-top: 12px;
}

ul.shopping_list > li.big .text h4 {
    font-size: 24px;
    line-height: 26px;
}

#children_service_box .column {
    width: 400px;
    float: left;
}

#children_service_box .column:last-child {
    width: 610px;
    margin-left: 20px;
}

#children_service_box .box {
    width: 570px;
    height: 165px;
    padding: 15px 20px 20px 20px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

#children_service_box .column .box:last-child {
    margin-bottom: 0;
}

#children_service_box .box.b1 {
    background: url('../images/bg_children_service_b1.jpg') no-repeat scroll center center / cover;
    width: 360px;
}

#children_service_box .box.b2 {
    background: url('../images/bg_children_service_b2.jpg') no-repeat scroll center center / cover;
    width: 360px;
    height: 385px;
}

#children_service_box .box.b3 {
    background: url('../images/bg_children_service_b3.jpg') no-repeat scroll center center / cover;
}

#children_service_box .box.b4 {
    background: url('../images/bg_children_service_b4.jpg') no-repeat scroll center center / cover;
}

#children_service_box .box.b5 {
    background: url('../images/bg_children_service_b5.jpg') no-repeat scroll center center / cover;
}

#children_service_box .box h2 {
    color: #fff;
}

#children_service_box .box .btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#disabled_passenger {
    background-color: #b1b1b1;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

#disabled_passenger div {
    background: url('../images/bg_disabled_passenger.png') no-repeat scroll 85px center;
    width: 620px;
    padding: 50px 20px 50px 390px;
    margin: 0 auto;
}

ul.public_transport_list > li {
    margin-bottom: 60px;
}

ul.public_transport_list > li:last-child {
    margin-bottom: 0;
}

ul.public_transport_list > li .number {
    background: #121f2d url('../images/bg_public_transport.png') no-repeat scroll 52px 62px;
    width: 190px;
    height: 190px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    float: left;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ul.public_transport_list > li .number span {
    margin-top: 30px;
    display: inline-block;
}

ul.public_transport_list > li .number .hidden {
    background-color: #121f2d;
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    -ms-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
}

ul.public_transport_list > li .number:hover .hidden,
ul.public_transport_list > li:focus .number .hidden {
    opacity: 1;
}

ul.public_transport_list > li .number .hidden div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ul.public_transport_list > li .description {
    width: 820px;
    padding-top: 15px;
    margin-left: 20px;
    float: left;
}

ul.public_transport_list > li .description ul li {
    margin-bottom: 20px;
}

ul.public_transport_list li .description ul li:last-child {
    margin-bottom: 0;
}

ul.train_list > li {
    margin-bottom: 70px;
}

ul.train_list > li:last-child {
    margin-bottom: 0;
}

ul.train_list > li .thumb {
    width: 190px;
    float: left;
}

ul.train_list > li .thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ul.train_list > li .description {
    width: 820px;
    margin-left: 20px;
    float: left;
}

ul.train_list > li .description ul li {
    margin-bottom: 30px;
}

ul.train_list > li .description ul li:last-child {
    margin-bottom: 0;
}

#ticket_box {
    width: 100%;
    color: #fff;
}

#ticket_box h2 {
    color: #fff;
}

#ticket_box .price_content {
    background-color: #b1b1b1;
    padding: 25px 0 30px 0;
}

#ticket_box .respect_content {
    background-color: #121f2d;
    padding: 25px 0 30px 0;
}

#ticket_box .respect_content .clear ul {
    width: 230px;
    float: left;
}

#ticket_box .respect_content .clear ul:last-child {
    margin-left: 20px;
}

.row_box .column {
    width: 505px;
    float: left;
}

.row_box .column:last-child {
    margin-left: 20px;
}

.row_box .column img {
    display: block;
}

.vip_transport_box {
    background-color: #eee;
    width: 100%;
}

.vip_transport_box div {
    background: url('../images/bg_vip_transport.jpg') no-repeat scroll 0 bottom;
    width: 496px;
    padding: 30px 0 0 530px;
    min-height: 320px;
    margin: 0 auto;
}

.tab_box ul.tab_list li {
    background-color: #b1b1b1;
    width: 620px;
    padding: 25px 0;
    display: block;
    text-align: center;
    float: left;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}

.tab_box ul.tab_list li:first-child {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}

.tab_box ul.tab_list li:last-child {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

.tab_box ul.tab_list li.active {
    background-color: #121f2d;
}

.tab_box ul.tab_list li a,
.tab_box ul.tab_list li a:visited {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #121f2d;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.tab_box ul.tab_list li.active a,
.tab_box ul.tab_list li.active a:visited,
.tab_box ul.tab_list li a:hover {
    color: #ffc600;
}

.tab_box ul.tab_list li.arrivals a {
    background: url('../images/btn_flights_arrivals.png') no-repeat scroll 0 -93px;
    padding-left: 35px;
}

.tab_box ul.tab_list li.arrivals a:hover,
.tab_box ul.tab_list li.arrivals.active a {
    background-position: 0 7px;
}

.tab_box ul.tab_list li.departures a {
    background: url('../images/btn_flights_departures.png') no-repeat scroll 0 8px;
    padding-left: 45px;
}

.tab_box ul.tab_list li.departures a:hover,
.tab_box ul.tab_list li.departures.active a {
    background-position: 0 -75px;
}

.tab_box .tab_content {
    display: none;
}

.tab_box .tab_content.active {
    display: block;
}

form.flightboard,
form.timetable {
    background-color: #121f2d;
    padding-top: 30px;
}

form.flightboard ul li,
form.timetable ul li {
    display: block;
    margin-right: 20px;
    float: left;
}

form.flightboard ul li:last-child,
form.timetable ul li:last-child {
    margin-right: 0;
}

form.flightboard ul li input[name="phrase"] {
    width: 170px;
}

form.flightboard ul li select[name="time"] {
    width: 70px;
}

form.flightboard ul li select[name="port"] {
    width: 170px;
}

form.flightboard ul li select[name="airline"] {
    width: 170px;
}

form.flightboard ul li label {
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
}

form.flightboard ul li .btn_submit {
    margin-top: 20px;
}

form.timetable ul li select[name="port"] {
    width: 620px;
}

form.timetable ul li label {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 50px;
    display: inline-block;
    text-transform: uppercase;
}

table.flightboard,
table.timetable {
    width: 100%;
}

table.flightboard tr td:hover {
    cursor: pointer;
}

table.flightboard tr th,
table.flightboard tr td,
table.timetable tr th,
table.timetable tr td {
    font-size: 14px;
    padding-right: 20px;
    vertical-align: middle;
}

table.flightboard tr th,
table.timetable tr th {
    background-color: #121f2d;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.flightboard tr:nth-child(odd) td,
table.timetable tr:nth-child(odd) td {
    background-color: #efefef;
}

table.flightboard tr th:first-child,
table.flightboard tr td:first-child,
table.timetable tr th:first-child,
table.timetable tr td:first-child {
    padding-left: 105px;
}

table.flightboard tr td,
table.timetable tr td {
    padding: 20px 0;
}

table.flightboard tr th.time {
    width: 55px;
}

table.flightboard tr th.flight {
    width: 75px;
}

table.flightboard tr th.direction {
    width: 170px;
}

table.flightboard.arrivals tr th.direction {
    width: 270px;
}

table.flightboard tr th.weather {
    width: 75px;
}

table.flightboard tr th.airlines {
    width: 220px;
}

table.flightboard tr td.airlines_logo {
    width: 50px;
}

table.flightboard tr th.terminal {
    width: 75px;
}

table.flightboard tr th.belt {
    width: 75px;
}

table.flightboard tr th.flightboard {
    width: 60px;
}

table.flightboard tr th.status {
    width: 100px;
}

table.flightboard tr th.checkin {
    width: 70px;
}

table.flightboard tr th.gate {
    width: 40px;
}

table.flightboard td.weather img {
    max-height: 20px;
    margin-right: 10px;
}

table.flightboard tr td img {
    vertical-align: middle;
}

table.timetable tr th.signature {
    width: 90px;
}

table.timetable tr th.days {
    width: 180px;
}

table.timetable tr th.departure {
    width: 80px;
}

table.timetable tr th.arrival {
    width: 80px;
}

table.timetable tr th.flight {
    width: 100px;
}

table.timetable tr th.period {
    width: 190px;
}

table.timetable tr th.stop {
    width: 120px;
}

table.timetable tr th.airplane {
    width: 135px;
}

ul.days_list li {
    background-color: #b1b1b1;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.days_list li:last-child {
    margin-right: 0;
}

ul.days_list li.active {
    background-color: #121f2d;
    color: #ffc600;
}

ul.days_list li.active:hover {
    cursor: pointer;
}

ul.airlines_list li {
    width: 190px;
    height: 190px;
    margin: 20px 20px 0 0;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
}

ul.airlines_list li:nth-child(5n) {
    margin-right: 0;
}

ul.airlines_list li:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

ul.airlines_list li > img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
}

ul.airlines_list li:hover > img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
}

ul.airlines_list li a,
ul.airlines_list li a:visited {
    background-color: #fff;
    display: block;
    width: 190px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

ul.airlines_list li:hover a {
    opacity: 1;
}

ul.airlines_list li a img {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

ul.airlines_list li:hover a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.accordion_light_box .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.accordion_light_box .header {
    font-size: 24px;
    font-weight: bold;
}

.accordion_light_box .header a {
    color: #121f2d;
    position: relative;
}

.accordion_light_box .header a:hover,
.accordion_light_box .active .header a {
    color: #ffc600;
}

.accordion_light_box .header a:after {
    background: url('../images/bg_accordion_light_header.png') no-repeat scroll 0 0;
    content: "";
    width: 13px;
    height: 7px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.accordion_light_box .item.active .header a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion_light_box .item .hidden_content {
    display: none;
}

.info_panel {
    background-color: rgba(255, 255, 255, .7);
    padding: .3em;
    font-size: .8em;
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
}

.info_panel:first-line {
    font-weight: bold;
}

ul.gallery_list li {
    width: 190px;
    height: 190px;
    margin: 20px 20px 0 0;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
}

ul.gallery_list li:nth-child(5n) {
    margin-right: 0;
}

ul.gallery_list li:hover {
    -webkit-box-shadow: 0px 0px 5px 0px;
    -moz-box-shadow: 0px 0px 5px 0px;
    box-shadow: 0px 0px 5px 0px;
}

ul.gallery_list li img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scale(1);
    transition: all 0.7s ease-in-out 0s;
}

ul.gallery_list li img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

p.btn_back_holder {
    text-align: right;
    margin-top: 20px;
}

#page_wrapper {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;

    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}

#sidebar {
    background: rgba(9, 23, 36, 0.7);
    background: -webkit-linear-gradient(left, rgba(9, 23, 36, 0.8) 20%, rgba(9, 23, 36, 0.7) 20%);
    background: -o-linear-gradient(right, rgba(9, 23, 36, 0.8) 20%, rgba(9, 23, 36, 0.7) 20%);
    background: -moz-linear-gradient(right, rgba(9, 23, 36, 0.8) 20%, rgba(9, 23, 36, 0.7) 20%);
    background: linear-gradient(to right, rgba(9, 23, 36, 0.8) 20%, rgba(9, 23, 36, 0.7) 20%);
    width: 330px;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 2;
    color: #ffc600;

    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);

    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}

.sidebar_show #sidebar {
    top: 60px;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-transition: transform 0.5s ease-in-out 0s;
    -moz-transition: transform 0.5s ease-in-out 0s;
    -o-transition: transform 0.5s ease-in-out 0s;
    -ms-transition: transform 0.5s eaease-in-outse 0s;
    transition: transform 0.5s ease-in-out 0s;
}

/*MAIN MENU*/
#sidebar .main_menu {
    margin-top: 70px;
    padding-bottom: 60px;
    margin-right: 15px;
    position: relative;
    z-index: 110;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar .main_menu li {
    display: block;
    margin-bottom: 30px;
}

#sidebar .main_menu li .main_link {
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 80px;
    display: block;
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar .main_menu li .main_link:after {
    content: '';
    background: url('../images/btn_menu_icon.png') 0 0 no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 0;
}

#sidebar .main_menu li .main_link:hover:after,
#sidebar .main_menu li .main_link.active:after {
    background-position: -25px 0;
}

#sidebar .main_menu li:hover .main_link:after {
    background-position: -25px 0 !important;
}

#sidebar .main_menu li .main_link span {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
}

#sidebar .main_menu li .main_link:hover span,
#sidebar .main_menu li .main_link.active span {
    color: #ffc600;
}

#sidebar .main_menu li:hover .main_link span {
    color: #ffc600 !important;
}

/*MAIN MENU LINKS*/
#sidebar .main_menu li .menu_list {
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;

    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

#sidebar .main_menu li .menu_list.active {
    max-height: 500px;
    opacity: 1;

    -webkit-transition: all linear 0.6s;
    -moz-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    -ms-transition: all linear 0.6s;
    transition: all linear 0.6s;
}

#sidebar .main_menu li .menu_list li {
    padding: 10px 10px 0 90px;
    margin-bottom: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar .main_menu li .menu_list li .sub_link,
#sidebar .main_menu li .menu_list li .sub_link:visited {
    color: #ffffff;
    font-size: 14px;
}

#sidebar .main_menu li .menu_list li .sub_link:hover,
#sidebar .main_menu li .menu_list li .sub_link.active {
    color: #ffc600;
}

#sidebar .main_menu li .menu_list li:hover .sub_link {
    color: #ffc600 !important;
}

/*SUB MENU LINKS*/
#sidebar .main_menu li .sub_menu_list {
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;

    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

#sidebar .main_menu li .sub_menu_list.active {
    max-height: 500px;
    opacity: 1;
}

#sidebar .main_menu li .sub_menu_list li {
    padding: 10px 10px 0 10px;
    margin-bottom: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar .main_menu li .sub_menu_list li a,
#sidebar .main_menu li .sub_menu_list li a:visited {
    color: #ffffff;
    font-size: 14px;
}

#sidebar .main_menu li .sub_menu_list li a:hover,
#sidebar .main_menu li .sub_menu_list li a.active {
    color: #ffc600;
}

#sidebar #sidebar_footer {
    width: 225px;
    padding: 60px 0 20px 20px;
    position: fixed;
    left: 65px;
    bottom: 80px;
    display: none;
}

#sidebar.adv #sidebar_footer {
    height: 215px;
}

.msie #sidebar #sidebar_footer,
.safari #sidebar #sidebar_footer {
    position: static;
}

#sidebar #sidebar_footer form#search {
    width: 225px;
    position: relative;
}

#sidebar #sidebar_footer form#search input[type="text"] {
    background-color: transparent;
    border-color: #b1b1b1;
    text-transform: none;
    color: #fff;
    width: 153px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#sidebar #sidebar_footer form#search p {
    text-align: right;
    margin-top: 5px;
}

#sidebar #sidebar_footer form#search input[type="text"]:focus,
#sidebar #sidebar_footer form#search a.btn_search:focus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 198, 0, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 198, 0, 1);
    box-shadow: 0px 0px 8px 0px rgba(255, 198, 0, 1);
}

#sidebar .mCSB_inside > .mCSB_container {
    margin-right: 0;
    padding-bottom: 120px;
}

#sidebar.adv .mCSB_inside > .mCSB_container {
    padding-bottom: 250px;
}

.msie #sidebar .mCSB_inside > .mCSB_container,
.safari #sidebar .mCSB_inside > .mCSB_container {
    padding-bottom: 0;
}

#sidebar_banner_box {
    width: 225px;
    height: 110px;
    margin-bottom: 20px;
}

#sidebar_banner_box .banner_group {
    display: none;
}

#sidebar_banner_box .banner_group ul li {
    width: 225px;
    height: 110px;
    display: block;
    overflow: hidden;
}

#sidebar_banner_box .banner_group ul li img {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#plan_box {
    width: 100%;
    height: 685px;
}

#plan_box #plan,
#plan_box #map {
    background-color: #00648c;
    width: 100%;
    height: 595px;
    overflow: hidden;
}

#plan_box #map {
    background-color: #fff;
}

#plan_box #plan svg {
    width: 100%;
    height: 100% !important;
}

#plan_menu {
    background: #121f2d url('../images/bg_plan_menu.jpg') repeat-x scroll 0 bottom;
    height: 90px;
    position: relative;
}

#plan_menu .content {
    height: 90px;
}

#plan_menu ul.floor_list {
    padding-top: 20px;
}

#plan_menu ul.floor_list li {
    display: block;
    margin-right: 20px;
    float: left;
}

#plan_menu ul.floor_list li:last-child {
    margin-right: 0;
}

#plan_menu ul.zoom_list {
    position: absolute;
    right: 20px;
    top: 0;
}

#plan_menu ul.zoom_list li {
    display: block;
    float: left;
    border-left: 1px solid #2e3945;
}

#plan_menu ul.zoom_list li a,
#plan_menu ul.zoom_list li a:visited {
    background: url('../images/btn_zoom.png') no-repeat scroll 0 0;
    display: block;
    width: 90px;
    height: 90px;
}

#plan_menu ul.zoom_list li a.btn_zoom_plus {
    background-position: 0 0;
}

#plan_menu ul.zoom_list li a.btn_zoom_plus:hover {
    background-position: 0 -90px;
}

#plan_menu ul.zoom_list li a.btn_zoom_minus {
    background-position: -90px 0;
}

#plan_menu ul.zoom_list li a.btn_zoom_minus:hover {
    background-position: -90px -90px;
}

#plan_menu .content .label {
    color: #ffc600;
    font-size: 18px;
    font-weight: bold;
    line-height: 90px;
}

#plan_menu form.road_map {
    height: 90px;
    color: #fff;
}

#plan_menu form.road_map ul {
    padding-top: 20px;
}

#plan_menu form.road_map ul li {
    display: block;
    margin-right: 20px;
    float: left;
}

#plan_menu form.road_map ul li:last-child {
    margin-right: 0;
}

#plan_menu form.road_map ul li label {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
}

#plan_menu form.road_map ul li input[type="text"] {
    width: 640px;
}

#wiremap_box,
#wiremap_box #wiremap {
    height: 685px;
    width: 100%;
}

ul.search_list li {
    margin-bottom: 40px;
}

ul.search_list li h4 a,
ul.search_list li h4 a:visited {
    color: #121f2d;
}

ul.search_list li h4 a:hover {
    color: #ffc600;
}

#btn_back_top.active {
    bottom: 20px;
    opacity: 1;
}

#btn_back_top,
#btn_back_top.inactive {
    position: fixed;
    right: 20px;
    bottom: -50px;
    opacity: 0;
    z-index: 200;
}

.sidebar_show #btn_back_top {
    display: none;
}

#vip_gateway_box {
    background: url('../images/vip_gateway.jpg') no-repeat scroll center 0;
    background-size: cover;
    min-height: 310px;
    padding: 30px 400px 40px 40px;
}

#executive_lounge_box {
    background: url('../images/bg_executive_lounge.jpg') no-repeat scroll 740px center;
    background-size: auto 100%;
    padding: 0 450px 0 0;
}

ul.vip_benefits_list {
    width: 495px;
    float: left;
}

ul.vip_benefits_list:last-child {
    margin-left: 40px;
}

ul.vip_benefits_list li {
    padding-left: 85px;
    display: table;
    margin-bottom: 10px;
    height: 50px;
}

ul.vip_benefits_list li.restaurant {
    background: url('../images/icon_restaurant.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.coffee {
    background: url('../images/icon_coffee.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.drink {
    background: url('../images/icon_drink.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.news {
    background: url('../images/icon_news.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.internet {
    background: url('../images/icon_wifi2.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.power_supply {
    background: url('../images/icon_power_supply.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.silent {
    background: url('../images/icon_silent.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.info {
    background: url('../images/icon_info2.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.people {
    background: url('../images/icon_people.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.children {
    background: url('../images/icon_children.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.toilet {
    background: url('../images/icon_toilet.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li.shower {
    background: url('../images/icon_shower.png') no-repeat scroll 0 50%;
}

ul.vip_benefits_list li span {
    display: table-cell;
    vertical-align: middle;
}

.vip_line_box div {
    display: table;
    vertical-align: middle;
}

.vip_line_box div p {
    display: table-cell;
    vertical-align: bottom;
}

.vip_line_box div img {
    margin: 0 70px;
    float: left;
}

#complaint_box {
    padding: 10px 20px 20px 20px;
}

#complaint_box form {
    margin-top: 30px;
}

#complaint_box form ul {
    width: 465px;
    float: left;
}

#complaint_box form ul:last-child {
    margin-left: 20px;
}

#complaint_box form ul li {
    margin-bottom: 20px;
}

#complaint_box form ul li label {
    display: block;
    margin-bottom: 5px;
}

#complaint_box form ul li input[type="text"],
#complaint_box form ul li textarea {
    width: 443px;
}

#complaint_box form ul li textarea {
    height: 200px;
}

#complaint_box form .btn_holder {
    text-align: center;
}

#reservation_box {
    padding: 10px 20px 20px 20px;
}

#reservation_box form {
    margin-top: 30px;
}

#reservation_box form ul li {
    margin-top: 20px;
    display: block;
}

#reservation_box form ul li:last-child {
    text-align: center;
    margin: 20px 0 0 0;
}

#reservation_box form ul li input[type="text"],
#reservation_box form ul li textarea {
    width: 443px;
    display: block;
    float: left;
}

#reservation_box form ul li textarea {
    height: 200px;
}

#reservation_box form ul li input[type="text"]:nth-child(even),
#reservation_box form ul li textarea:nth-child(even) {
    margin-left: 20px;
}

.empty_tab {
    background-color: #121f2d;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    padding: 25px 45px 25px 20px;
    position: relative;
    transition: color 0.3s ease 0s;
    margin-top: 1px;
    color: #fff;
}

.empty_tab a {
    color: #fff;
}

.empty_tab a:hover {
    color: #FFC600;
}

.elearning {
    background: url("../images/elearning.jpg") no-repeat scroll 0 0;
    width: 880px;
    min-height: 510px;
    margin: 0 auto;
    margin-top: 50px;
}

.table_wrap .white_table tr,
.table_wrap .white_table td {
    background-color: #fff !important;
    padding: 0;
}

.table_wrap .white_table .img img {
    float: right;
    display: block;
}

.about_box ul.public_transport_list > li .description {
    padding-top: 0;
}

.calculator_airport_charges table tr th {
    background-color: #121f2d !important;
    color: #fff;
    font-size: 24px;
}

.calculator_airport_charges table tr td {
    width: 33.33%;
}

.calculator_airport_charges input[type="text"] {
    width: 265px;
    border: 1px solid #b1b1b1;
}

.calculator_airport_charges .park input[type="text"] {
    width: 120px;
    margin-right: 10px;
}

.calculator_airport_charges .landing input[type="text"] {
    margin-right: 10px;
}

.calculator_airport_charges select {
    width: 205px;
}

.calculator_airport_charges input[type="radio"] {
    margin-right: 10px;
}

.calculator_airport_charges .readonly {
    background-color: transparent;
    border-color: transparent !important;
}

.calculator_airport_charges .title {
    color: #121f2d;
    font-weight: bold;
}

.calculator_airport_charges .landing ul.currency li {
    display: block;
    float: left;
    margin-right: 50px;
}

.calculator_airport_charges .landing ul.currency li:last-child {
    margin-right: 0;
}

.calculator_airport_charges .calculate {
    padding: 40px 0 20px 0;
    text-align: center;
}

.calculator_airport_charges .calculate li {
    display: inline-block;
}

.calculator_airport_charges .calculate li:first-child {
    margin-right: 20px;
}

.calculator_airport_charges .calculate li .btn_submit,
.calculator_airport_charges .calculate li .btn_submit:visited {
    padding: 0 60px;
}

.calculator_airport_charges p.comment {
    text-align: center;
}

.calculator_airport_charges .tab_box {
    margin-top: 30px;
}

.calculator_airport_charges .tab_box ul.tab_list li {
    width: 33.333%;
}

.calculator_airport_charges .tab_box table tr td {
    width: 20%;
}

.calculator_airport_charges .tab_box table tr td.netto {
    text-align: right;
    padding-right: 80px;
}

.calculator_airport_charges .print {
    background-color: #121f2d;
    color: #fff;
    font-size: 16px;
    padding: 40px 20px;
    text-align: center;
}

.calculator_airport_charges .print ul {
    margin-top: 20px;
}

.calculator_airport_charges .print ul li {
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 140px;
}

.calculator_airport_charges .print ul li:last-child {
    margin-right: 0px;
}

.calculator_airport_charges .print .btn_submit,
.calculator_airport_charges .print .btn_submit:visited {
    padding: 0 60px;
}

.calculator_airport_charges.category {
    width: 600px;
}

.calculator_airport_charges.category tr th {
    font-size: 16px;
}

.calculator_airport_charges.category table tr td {
    width: 30%;
}

.calculator_airport_charges.category table tr td:nth-child(1) {
    width: 40%;
}

.calculator_airport_charges.category input[type="text"] {
    width: 50px;
    margin-right: 10px;
}

footer {
    background-color: #121f2d;
    width: 100%;
    color: #fff;
    font-size: 12px;
}

footer > .content {
    padding: 20px 20px;
}

footer h2 {
    text-transform: uppercase;
    line-height: 16px;
}

footer .info-text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .info-text:before {
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .info-text a,
footer .info-text a:visited,
footer .info-text a:hover {
    color: #ffffff;
    font-weight: bold;
}

footer .box {
    width: 190px;
    margin-right: 20px;
    float: left;
}

footer .box:last-child {
    width: 400px;
    margin-right: 0;
}

footer .box ul {
    margin-top: 30px;
}

footer .box ul:first-child {
    margin-top: 0;
}

footer .box ul li {
    margin-top: 5px;
}

footer .box ul li:first-child {
    margin-top: 0;
}

footer .box ul li h2 a,
footer .box ul li h2 a:visited {
    color: #fff;
}

footer .box ul li h2 a:hover {
    color: #ffc600;
}

footer .box ul li a,
footer .box ul li a:visited {
    color: #b1b1b1;
}

footer .box ul li a:hover,
footer .box ul li a.active {
    color: #ffc600;
}

footer .box:last-child .left_content,
footer .box:last-child .right_content {
    width: 190px;
    margin-right: 20px;
    float: left;
}

footer .box:last-child .right_content {
    margin-right: 0;
}

footer .box ul.social_media_list {
    margin-top: 10px;
}

footer .box ul.social_media_list li {
    display: block;
    margin: 0 18px 0 0;
    float: left;
}

footer .box ul.social_media_list li:last-child {
    margin-right: 0;
}

footer .box ul.social_media_list li a,
footer .box ul.social_media_list li a:visited {
    background: url('../images/btn_social_media.png') no-repeat scroll 0 0;
    display: block;
    width: 49px;
    height: 49px;
    border: 1px solid #fff;
    text-indent: -999px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

footer .box ul.social_media_list li a.facebook {
    background-position: 0 0;
}

footer .box ul.social_media_list li a.twitter {
    background-position: 0 -50px;
}

footer .box ul.social_media_list li a.youtube {
    background-position: 0 -100px;
}

footer .box ul.social_media_list li a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

footer .box .newsletter {
    margin-top: 30px;
    position: relative;
}

footer .box .newsletter input[type="text"] {
    background-color: #1e2a38;
    border-color: #1e2a38;
    width: 343px;
    padding-right: 45px;
    margin-top: 10px;
    font-size: 12px;
    color: #626a74;
    text-transform: none;
}

footer .box .newsletter input[type="text"]:focus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 198, 0, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 198, 0, 1);
    box-shadow: 0px 0px 8px 0px rgba(255, 198, 0, 1);
}

footer .box .newsletter a#btn_newsletter_send,
footer .box .newsletter a#btn_newsletter_send:visited {
    background: url('../images/btn_newsletter_send.png') no-repeat scroll 0 0;
    width: 16px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

footer .box .newsletter a#btn_newsletter_send:hover {
    background-position: 0 -12px;
}

footer #copyrights {
    background-color: #0d1722;
    width: 100%;
}

footer #copyrights .consent-management {
    float: right;
    cursor: pointer;
}

footer #copyrights .consent-management:hover {
    color: #ffc600;
}

footer #copyrights .content {
    background-color: #0d1722;
    padding: 25px 20px;
}

footer #copyrights a,
footer #copyrights a:visited {
    color: #fff;
}

footer #copyrights a:hover,
footer #copyrights a.active {
    color: #ffc600;
}

footer #copyrights ul {
    float: right;
}

footer #copyrights ul li {
    background: url('../images/bullet_copyrights.png') no-repeat scroll right 50%;
    display: block;
    padding-right: 10px;
    margin-right: 8px;
    float: left;
}

footer #copyrights ul li:last-child {
    background: 0 none;
    padding-right: 0;
    margin-right: 0;
}

footer #copyrights .btn_up {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

footer a:focus {
    outline: 1px dotted #fff;
}
