@-webkit-keyframes a {
    0% {
        opacity: .8;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

}

@keyframes a {
    0% {
        opacity: .8;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

@font-face {
    font-family: icomoon;
    src: url(font/header/icomoon.ttf?7zvkce) format("truetype"), url(font/header/icomoon.woff?7zvkce) format("woff"), url(font/header/icomoon.svg?7zvkce#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" header-icon-"], [class^=header-icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header-icon-spin {
    -webkit-animation: b 2s infinite linear;
    animation: b 2s infinite linear
}

.header-icon-BookingsBookingRequest:before {
    content: "\e901";
    color: #fff
}

.header-icon-BookingsOptionList:before {
    content: "\e902";
    color: #fff
}

.header-icon-central-reservation-office:before {
    content: "\e903";
    color: #fff
}

.header-icon-ChannelManagerSection {
    margin-top: 5px;
    margin-bottom: -5px
}

.header-icon-ChannelManagerSection:before {
    content: "\e904";
    color: #fff
}

.header-icon-cross:before {
    content: "\e905";
    color: #fff
}

.header-icon-HotelBookingEngines:before {
    content: "\e906";
    color: #fff
}

.header-icon-HotelCorporateCompanies:before {
    content: "\e907";
    color: #fff
}

.header-icon-HotelExtras:before {
    content: "\e908";
    color: #fff
}

.header-icon-HotelOfferCodes:before {
    content: "\e909";
    color: #fff
}

.header-icon-HotelProfile:before {
    content: "\e90a";
    color: #fff
}

.header-icon-HotelReportSection:before {
    content: "\e90b";
    color: #fff
}

.header-icon-HotelRooms:before {
    content: "\e90c";
    color: #fff
}

.header-icon-MealPlans:before {
    content: "\e90d";
    color: #fff
}

.header-icon-MonthlyView:before {
    content: "\e90e";
    color: #fff
}

.header-icon-MyBookingsSection:before {
    content: "\e90f";
    color: #fff
}

.header-icon-PaymentConfiguration:before {
    content: "\e910";
    color: #fff
}

.header-icon-PricingPolicy:before {
    content: "\e911";
    color: #fff
}

.header-icon-ProviderConnection:before {
    content: "\e912";
    color: #fff
}

.header-icon-RateList:before {
    content: "\e913";
    color: #fff
}

.header-icon-RatePlans:before {
    content: "\e914";
    color: #fff
}

.header-icon-RMSHotel:before {
    content: "\e915";
    color: #fff
}

.header-icon-search-icon:before {
    content: "\e916";
    color: #fff
}

.header-icon-SellingConditions:before {
    content: "\e917";
    color: #fff
}

.header-icon-TaxConfiguration:before {
    content: "\e918";
    color: #fff
}

.header-icon-YieldRules:before {
    content: "\e919";
    color: #fff
}

.header-icon-home:before {
    content: "\e900";
    color: #fff
}

.header-icon-search:before {
    content: "\f002"
}

.header-icon-power-off:before {
    content: "\f011"
}

.header-icon-sign-out:before {
    content: "\f08b"
}

.header-icon-external-link:before {
    content: "\f08e"
}

.header-icon-caret-down:before {
    content: "\f0d7"
}

.header-icon-caret-up:before {
    content: "\f0d8"
}

.header-icon-life-bouy:before, .header-icon-life-buoy:before, .header-icon-life-ring:before, .header-icon-life-saver:before, .header-icon-support:before {
    content: "\f1cd"
}

.header-icon-circle-o-notch:before {
    content: "\f1ce"
}

.header-icon-user-circle:before {
    content: "\f2bd"
}

.header-icon-siriona:before {
    content: "\73"
}

.header-icon-circle:before {
    content: "\f111"
}

.header-icon-chevron-down:before {
    content: "\f107"
}

.header-icon-chevron-up:before {
    content: "\f106"
}

.header-icon-cogs:before {
    content: "\f085"
}

.header-app-logo {
    height: 55px
}

.header-app-logo__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    padding: 5px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222
}

.header-app-logo__link, .header-app-logo__link__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

.header-app-logo__link__title {
    width: 100%;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat, Open Sans, sans-serif;
    color: #392e5f
}

.header-app-logo__link__image {
    height: 30px
}

.header-app-logo_type_account .header-app-logo__link__image {
    width: 180px
}

.header-app-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    position: relative
}

.header-app-menu__button {
    padding: 0 15px 1px;
    color: #fff
}

.header-app-menu__button:hover {
    cursor: pointer
}

.header-app-menu__button__icon {
    display: inline-block;
    width: 19px;
    height: 19px
}

.header-app-menu__button__chunk {
    float: left;
    width: 4px;
    height: 4px;
    margin: 2px 2px 0 0;
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.header-app-menu__menu {
    position: absolute;
    z-index: 100;
    top: 46px;
    right: 0;
    padding: 0 10px;
    width: 300px;
    max-height: 435px;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: none;
    overflow: hidden
}

.header-app-menu__menu:after {
    content: " ";
    position: absolute;
    top: -7px;
    right: 21px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff
}

.header-app-menu__apps {
    display: table;
    width: 100%
}

.header-app-menu__apps__title {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 5px
}

.header-app-menu__app {
    width: 33.33%;
    text-align: center;
    vertical-align: middle;
    float: left
}

.header-app-menu__app__link {
    display: block;
    padding: 10px 0;
    overflow: hidden;
    text-decoration: none;
    color: #222;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.header-app-menu__app__link:hover {
    cursor: pointer;
    border: 1px solid #e2e2e2
}

.header-app-menu__app__logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
    transition: border-color .2s ease-out, -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out, border-color .2s ease-out;
    transition: box-shadow .2s ease-out, border-color .2s ease-out;
    transition: box-shadow .2s ease-out, border-color .2s ease-out, -webkit-box-shadow .2s ease-out
}

.header-app-menu__app__label {
    display: block;
    margin: 5px 0 0;
    font-size: 11px;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.header-app-menu__app:hover .header-app-menu__app__logo {
    border-color: #fff
}

.header-app-menu__footer {
    text-align: center;
    padding: 15px 0
}

.header-app-menu__button__chunk_theme_main {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8)
}

.header-app-menu__button:hover .header-app-menu__button__chunk_theme_main, .header-app-menu_open .header-app-menu__button__chunk_theme_main {
    background-color: #fff
}

.header-app-menu__button__chunk_theme_app {
    background-color: #555
}

.header-app-menu__button:hover .header-app-menu__button__chunk_theme_app, .header-app-menu_open .header-app-menu__button__chunk_theme_app {
    background-color: #333
}

.header-app-menu__apps_bought {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 5px
}

.header-app-menu__apps_not_bought {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-app-menu_open .header-app-menu__menu {
    display: block;
    -webkit-animation: a .2s ease-out;
    animation: a .2s ease-out;
    overflow: auto;
    overflow-x: hidden
}

.header-button {
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif
}

.header-button:hover {
    cursor: pointer
}

.header-button__icon {
    margin-right: 3px
}

.header-button_theme_help, .header-button_theme_help:visited {
    background: #fede63;
    color: #222;
    text-decoration: none
}

.header-group-name {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #939393;
    font-style: italic
}

body {
    margin: 0
}

.avp-header {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #222;
    margin-bottom: 30px
}

.avp-header * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.avp-header__multi {
    background: #f4f4f4;
    min-width:1200px;
}

.avp-header__multi__container {
    padding: 0 20px 0 190px;
    background-color: inherit
}

.avp-header__module__container:after, .avp-header__mono__container:after, .avp-header__multi__container:after {
    content: " ";
    display: table;
    clear: both
}

.avp-header__multi__button {
    float: left
}

.avp-header__multi__hotel-selector {
    float: left;
    z-index: 103
}

.avp-header__multi__group-name {
    float: right
}

.avp-header__mono__container {
    background-color: inherit;
    height: 55px
}

.avp-header__mono__logo, .avp-header__mono__main-nav {
    float: left
}

.avp-header__mono__app-menu {
    float: right;
    margin-right: 15px
}

.avp-header__mono__search-menu, .avp-header__mono__user-menu {
    float: right
}

.avp-header__mono__siriona-menu {
    float: right;
    margin-left: 15px
}

.avp-header__module__container {
    padding: 10px 20px 0
}

.avp-header__module__top {
    display: table;
    width: 100%
}

.avp-header__module__top__action, .avp-header__module__top__title {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.avp-header__module__top__action {
    text-align: right
}

.avp-header__module__top__hotel-website {
    margin-right: 15px
}

.avp-header__module__top__hotel-selector {
    display: inline-block;
    z-index: 99
}

.avp-header__module__sub-nav {
    margin-top: 20px
}

.avp-header__module__container, .avp-header__mono__container, .avp-header__multi__container {
    min-width:1200px
}

.avp-header__mono_theme_app {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    min-width: 1500px;
}

.avp-header__mono_theme_app .avp-header__mono__container {
    padding: 0 20px 0 0
}

.avp-header__mono_theme_app .avp-header__mono__main-nav {
    margin-left: 10px
}

.avp-header__mono_theme_main {
    background-color: #392e5f
}

.avp-header__mono_theme_main .avp-header__mono__container {
    padding: 0 20px 0 0
}

.avp-header__mono_theme_main .avp-header__mono__main-nav {
    margin-left: 10px
}

.ctx-new-header .ctx-hidden-in-new-header {
    display: none
}

.ctx-new-header .u-h1-like.u-font-bold, .ctx-new-header .u-h2-like.u-font-bold, .ctx-new-header .u-h3-like.u-font-bold {
    font-weight: 400
}

.ctx-new-header .ctx-invisible-in-new-header {
    visibility: hidden
}

.header-hotel-selector {
    position: relative
}

.header-hotel-selector__value {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #222;
    padding: 0 15px
}

.header-hotel-selector__value:hover {
    cursor: pointer
}

.header-hotel-selector__close-icon, .header-hotel-selector__open-icon {
    font-size: 12px;
    margin-left: 2px
}

.header-hotel-selector__close-icon {
    display: none
}

.header-hotel-selector__result-icon {
    font-size: 34px;
    margin: 75px auto 0;
    display: block;
    width: 34px;
    color: #e2e2e2;
    text-align: center
}

.header-hotel-selector__panel {
    position: absolute;
    z-index: 104;
    top: 36px;
    width: 400px;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: none
}

.header-hotel-selector__panel--left {
    right: 0;
    text-align: left
}

.header-hotel-selector__panel--right {
    left: 0
}

.header-hotel-selector__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 40px 0 15px;
    color: inherit;
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
}

.header-hotel-selector__input--search {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    font-size: 20px;
    color: #585858;
    vertical-align: middle
}

.header-hotel-selector__input:focus {
    border-color: #01c3a7;
    outline: none
}

.header-hotel-selector__result__exception {
    margin: 15px
}

.header-hotel-selector__result {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 0;
    overflow-y: scroll;
    height: 190px
}

.header-hotel-selector__result__item {
    display: block;
    padding: 10px 15px;
    color: #4a90e2;
    text-decoration: none
}

.header-hotel-selector__result__item:focus, .header-hotel-selector__result__item:hover {
    cursor: pointer;
    background-color: #4a90e2;
    color: #fff
}

.header-hotel-selector_open .header-hotel-selector__panel {
    display: block;
    -webkit-animation: a .2s ease-out;
    animation: a .2s ease-out
}

.header-hotel-selector_open .header-hotel-selector__open-icon {
    display: none
}

.header-hotel-selector_open .header-hotel-selector__close-icon {
    display: inline-block
}

.header-link, .header-link:visited {
    color: #4a90e2;
    text-decoration: none
}

.header-link__icon {
    margin-right: 3px
}

.header-link:hover {
    cursor: pointer;
    text-decoration: underline
}

.header-logo {
    height: 55px
}

.header-logo__link {
    display: block;
    height: 100%;
    width: 147px
}

.header-logo__image {
    max-width: 100%;
    max-height: 100%
}

.header-main-nav {
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif
}

.header-main-nav__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 55px
}

.header-main-nav__nav__item {
    display: table;
    height: 100%;
    float: left
}

.header-main-nav__nav__item:hover {
    cursor: pointer
}

.header-main-nav__nav__item+.header-main-nav__nav__item {
    margin-left: 40px
}

.header-main-nav__nav__link, .header-main-nav__nav__link:visited {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: color .1s ease-out
}

.header-main-nav__nav__link:after {
    content: " ";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    -webkit-transition: bottom .1s ease-out;
    -o-transition: bottom .1s ease-out;
    transition: bottom .1s ease-out
}

.header-main-nav__nav__link_theme_main, .header-main-nav__nav__link_theme_main:active, .header-main-nav__nav__link_theme_main:visited {
    color: #fff;
    color: hsla(0, 0%, 100%, .8)
}

.header-main-nav__nav__link_theme_main:after {
    background-color: #fff
}

.header-main-nav__nav__item_selected .header-main-nav__nav__link_theme_main, .header-main-nav__nav__link_theme_main:hover {
    color: #fff
}

.header-main-nav__nav__link_theme_app, .header-main-nav__nav__link_theme_app:active, .header-main-nav__nav__link_theme_app:visited {
    color: #555
}

.header-main-nav__nav__link_theme_app:after {
    background-color: #333
}

.header-main-nav__nav__link_theme_app:hover {
    color: #333
}

.header-main-nav__nav__item_selected .header-main-nav__nav__link_theme_app {
    color: #333;
    font-weight: 600
}

.header-main-nav__nav__item_selected .header-main-nav__nav__link:after {
    bottom: 0
}

.header-nav-button {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out
}

.header-nav-button:hover {
    cursor: pointer
}

.header-nav-button_theme_app, .header-nav-button_theme_app:visited {
    background-color: #fff;
    color: #555;
    opacity: .8;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-nav-button_theme_app:hover {
    background-color: #fff;
    color: #333;
    opacity: 1
}

.header-nav-button_theme_app_selected, .header-nav-button_theme_app_selected:visited {
    background: #fff;
    color: #333;
    font-weight: 600;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    opacity: 1;
    position: relative
}

.header-nav-button_theme_app_selected:after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    left: 0;
    bottom: -1px;
    position: absolute
}

.header-nav-button_theme_main, .header-nav-button_theme_main:visited {
    background: #392e5f;
    background: rgba(57, 46, 95, .8);
    color: #fff;
    color: hsla(0, 0%, 100%, .8)
}

.header-nav-button_theme_main:hover {
    color: #fff
}

.header-nav-button_theme_main_selected, .header-nav-button_theme_main_selected:visited {
    background: #392e5f;
    color: #fff
}

.header__mono__quick-access {
    float: right
}

.quick-access {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px
}

.quick-access__quick-access-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%
}

.quick-access__button {
    display: block;
    height: 100%;
    width: 55px;
    padding: 12px
}

.quick-access__button__search {
    max-width: 100%;
    max-height: 100%;
    opacity: .8
}

.quick-access__button__search:hover {
    cursor: pointer;
    opacity: 1
}

.quick-access-modal {
    background-color: #392e5f;
    z-index: 130;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.quick-access-modal_open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: a .2s ease-out;
    animation: a .2s ease-out
}

.quick-access-modal__close-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 25px 30px 0;
    opacity: .7
}

.quick-access-modal__close-button:hover {
    opacity: 1
}

.quick-access-modal__close-button__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-weight: 300
}

.quick-access-modal__close-button__icon {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 30px
}

.quick-access-modal__nav {
    width: 100%;
    padding: 0 40px
}

@media (min-width:1024px) and (max-width:1440px) {
    .quick-access-modal__nav {
        width: 80%
    }

}

@media (min-width:1441px) {
    .quick-access-modal__nav {
        width: 70%;
        padding: 20px
    }

}

.quick-access-modal__nav__home {
    width: 40px;
    margin-bottom: 20px;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.quick-access-modal__nav__home:hover {
    width: 40px;
    margin-bottom: 20px;
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.quick-access-modal__nav__home__link {
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.quick-access-modal__nav__home__link, .quick-access-modal__nav__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.quick-access-modal__nav__section {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #999;
    padding: 20px 0 40px;
    min-height: 105px
}

@media (min-width:1024px) and (max-width:1440px) {
    .quick-access-modal__nav__section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #999;
        padding: 10px 0
    }

}

@media (min-width:1441px) {
    .quick-access-modal__nav__section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #999;
        padding: 10px 0
    }

}

.quick-access-modal__nav__section:last-child {
    border-bottom: 1px solid #999
}

.quick-access-modal__nav__titles {
    color: #cfcfcf;
    font-size: 18px;
    text-transform: uppercase;
    width: 20%
}

.quick-access-modal__nav__menu {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.quick-access-modal__nav__item {
    width: 14.28%
}

.quick-access-modal__nav__link {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.quick-access-modal__nav__link:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.quick-access-modal__nav__logo {
    font-size: 45px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.quick-access-modal__nav__label {
    color: #fff;
    text-align: center;
    font-weight: 300
}

.quick-access-modal__nav__home__link__logo {
    font-size: 45px
}

.header-siriona-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px
}

.header-siriona-menu_open .header-siriona-menu__menu {
    display: block;
    -webkit-animation: a .2s ease-out;
    animation: a .2s ease-out
}

.header-siriona-menu__button {
    text-decoration: none;
    padding: 0 20px;
    vertical-align: middle;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: inherit;
    height: 100%;
    padding-top: 17px;
    cursor: pointer
}

.header-siriona-menu__button__avatar {
    vertical-align: middle;
    font-size: 20px
}

.header-siriona-menu__button__user-name {
    display: inline-block;
    margin: 0 2px 0 5px;
    vertical-align: middle
}

.header-siriona-menu__button__icon {
    font-size: 12px;
    vertical-align: middle
}

.header-siriona-menu__menu {
    position: absolute;
    z-index: 102;
    top: 46px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 330px;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    list-style: none;
    display: none;
    overflow: hidden
}

.header-siriona-menu__menu:after {
    content: " ";
    position: absolute;
    top: -7px;
    right: 21px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff
}

.header-siriona-menu__menu__header {
    padding: 10px 15px;
    overflow: hidden
}

.header-siriona-menu__menu__header__avatar-placeholder {
    float: left;
    margin: 0 10px 0 0;
    font-size: 40px;
    color: #e2e2e2
}

.header-siriona-menu__menu__header__avatar {
    float: left;
    margin: 0 10px 0 0;
    width: 40px
}

.header-siriona-menu__menu__header__user-name {
    font-size: 15px;
    display: block
}

.header-siriona-menu__menu__header__welcome {
    font-size: 12px;
    color: #939393;
    display: block
}

.header-siriona-menu__menu__item_technical_info {
    text-align: center;
    padding-top: 5px
}

.header-siriona-menu__menu__item_separator {
    border-top: 1px solid #e2e2e2;
    margin-top: 8px;
    padding-top: 8px
}

.header-siriona-menu__menu__link {
    display: block;
    padding: 10px 15px;
    text-decoration: none
}

.header-siriona-menu__menu__link_theme_primary {
    color: #4a90e2
}

.header-siriona-menu__menu__link_theme_primary:hover {
    background-color: #4a90e2;
    color: #fff
}

.header-siriona-menu__menu__link_theme_secondary {
    color: #939393
}

.header-siriona-menu__menu__link_theme_secondary:hover {
    background-color: #4a90e2;
    color: #fff
}

.header-siriona-menu__menu__link:hover {
    cursor: pointer
}

.header-siriona-menu__menu__log-out {
    margin-left: 3px;
    font-size: 12px
}

.header-siriona-menu_theme_main {
    background: #fff;
    background: hsla(0, 0%, 100%, .1)
}

.header-siriona-menu_theme_main .header-siriona-menu__button {
    color: #35c1fd
}

.header-siriona-menu_theme_main:hover .header-siriona-menu__button {
    color: #fff
}

.header-siriona-menu_theme_app {
    background-color: #01C3A7
}

.header-siriona-menu_theme_app .header-siriona-menu__button {
    color: #35c1fd
}

.header-siriona-menu_theme_app:hover .header-siriona-menu__button {
    color: #333
}

.header-sub-nav {
    display: inline-block
}

.header-sub-nav__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative
}

.header-sub-nav__nav__item+.header-sub-nav__nav__item {
    margin-left: 30px
}

.header-sub-nav__nav:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    z-index: 0
}

.header-sub-nav__nav__item {
    display: inline-block;
    position: relative
}

.header-sub-nav__nav__link, .header-sub-nav__nav__link:visited, .header-sub-nav__sub-menu__button, .header-sub-nav__sub-menu__button:visited {
    display: inline-block;
    padding: 12px 0 11px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom-color .1s ease-out;
    -o-transition: border-bottom-color .1s ease-out;
    transition: border-bottom-color .1s ease-out;
    color: #646666;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer
}

.header-sub-nav__nav__item:not(.header-sub-nav__nav__item_selected) .header-sub-nav__nav__link:hover, .header-sub-nav__nav__item:not(.header-sub-nav__nav__item_selected) .header-sub-nav__sub-menu__button:hover {
    color: #222;
    cursor: pointer
}

.header-sub-nav__sub-menu {
    color: #646666
}

.header-sub-nav__sub-menu_open .header-sub-nav__sub-menu__menu {
    display: block;
    -webkit-animation: a .2s ease-out;
    animation: a .2s ease-out;
    overflow: hidden
}

.header-sub-nav__sub-menu_open .header-sub-nav__sub-menu__open-icon {
    display: none
}

.header-sub-nav__sub-menu_open .header-sub-nav__sub-menu__close-icon {
    display: inline-block
}

.header-sub-nav__sub-menu__close-icon {
    display: none
}

.header-sub-nav__sub-menu__button__icon {
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px;
    vertical-align: middle
}

.header-sub-nav__sub-menu__menu {
    position: absolute;
    z-index: 101;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    list-style: none;
    display: none;
    text-align: left
}

.header-sub-nav__sub-menu__menu .header-sub-menu__menu__link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #646666
}

.header-sub-nav__sub-menu__menu .header-sub-menu__menu__link:hover {
    background-color: #4a90e2;
    color: #fff;
    cursor: pointer
}

.header-sub-nav__nav__item_selected .header-sub-nav__nav__link, .header-sub-nav__nav__item_selected .header-sub-nav__sub-menu__button {
    border-bottom-color: #222;
    color: #2778C7;
    position: relative;
    z-index: 1
}

.header-module-title {
    font-size: 26px;
    line-height: 1.6em;
    font-weight: 300;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif
}

.header-user-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px
}

.header-user-menu_open .header-user-menu__menu {
    display: block;
    -webkit-animation: a .2s ease-out;
    animation: a .2s ease-out
}

.header-user-menu_open .header-user-menu__open-icon {
    display: none
}

.header-user-menu_open .header-user-menu__close-icon {
    display: inline-block
}

.header-user-menu__close-icon {
    display: none
}

.header-user-menu__button {
    display: table;
    text-decoration: none;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    transition: color .1s ease-out
}

.header-user-menu__button:hover {
    cursor: pointer
}

.header-user-menu__button__div-avatar {
    display: table-cell;
    vertical-align: middle
}

.header-user-menu__button__avatar-placeholder {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px
}

.header-user-menu__button__avatar {
    display: inline-block;
    vertical-align: middle;
    width: 24px
}

.header-user-menu__button__div-user-name {
    display: table-cell;
    vertical-align: middle
}

.header-user-menu__button__user-name {
    display: inline-block;
    margin: 0 2px 0 5px;
    vertical-align: middle;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 250px;
    white-space: nowrap
}

.header-user-menu__button__icon {
    font-size: 12px;
    vertical-align: middle
}

.header-user-menu__menu {
    position: absolute;
    z-index: 101;
    top: 46px;
    right: 0;
    margin: 0;
    width: 250px;
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    padding: 0;
    list-style: none;
    display: none;
    overflow: hidden
}

.header-user-menu__menu:after {
    content: " ";
    position: absolute;
    top: -7px;
    right: 21px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff
}

.header-user-menu__menu__header {
    padding: 10px 15px
}

.header-user-menu__menu__header__user-name {
    font-size: 15px;
    display: block
}

.header-user-menu__menu__header__user-role {
    font-size: 12px;
    color: #939393;
    display: block
}

.header-user-menu__menu__header__group-name, .header-user-menu__menu__header__hotel-name {
    display: block;
    margin-top: 5px;
    color: #939393;
    font-size: 12px
}

.header-user-menu__menu__item_separator {
    border-top: 1px solid #e2e2e2
}

.header-user-menu__menu__link {
    display: block;
    padding: 10px 15px;
    text-decoration: none
}

.header-user-menu__menu__link_theme_primary {
    color: #4a90e2
}

.header-user-menu__menu__link_theme_primary:hover {
    background-color: #4a90e2;
    color: #fff
}

.header-user-menu__menu__link_theme_secondary {
    color: #939393
}

.header-user-menu__menu__link_theme_secondary:hover {
    background-color: #4a90e2;
    color: #fff
}

.header-user-menu__menu__link:hover {
    cursor: pointer
}

.header-user-menu__menu__log-out, .header-user-menu__menu__system-status {
    margin-left: 3px;
    font-size: 12px
}

.header-user-menu__button_theme_main {
    color: #fff;
    color: hsla(0, 0%, 100%, .8)
}

.header-user-menu__button_theme_main.header-user-menu__button:hover, .header-user-menu_open .header-user-menu__button_theme_main.header-user-menu__button {
    color: #fff
}

.header-user-menu__button_theme_app {
    color: #555
}

.header-user-menu__button_theme_app.header-user-menu__button:hover, .header-user-menu_open .header-user-menu__button_theme_app.header-user-menu__button {
    color: #333
}

.header-user-menu__menu__system-status_theme_available {
    color: #4aa54a
}

.header-user-menu__menu__system-status_theme_partner-issue {
    color: #028eca
}

.header-user-menu__menu__system-status_theme_warning {
    color: #f4cd35
}

.header-user-menu__menu__system-status_theme_alert {
    color: #d0534e
}

.header-search-menu {
    position: relative;
    display: table;
    height: 55px
}

.header-search-menu__button {
    text-decoration: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif
}

.header-search-menu__button_theme_main {
    color: #fff;
    color: hsla(0, 0%, 100%, .8)
}

.header-search-menu__button__icon {
    font-size: 12px;
    vertical-align: middle
}

.header-search-menu__button:hover {
    cursor: default
}

.header-search-menu__button__search-placeholder {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px
}

.avp-header__extranet-lock {
    min-height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background-color: #d0534e;
    padding-left: 5px
}