@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://cdn.linearicons.com/free/1.0.0/icon-font.min.css');
.globox,
.globox * {
    box-sizing: border-box !important;
    font-family: 'Raleway', sans-serif;
}

.lnr {
    font-family: 'Linearicons-Free';
}

.globox a {
    text-decoration: none !important;
}

.globox {
    zoom: 95%;
    position: absolute;
    bottom: 0;
    right: 50%;
    line-height: 1;
    color: #702E69;
    text-align: center;
    background-color: #ffffe6;
    padding: 14px 5px;
    z-index: 49;
    transform: translateX(50%);
}

.globox::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.globox--hide::before {
    opacity: 1;
    pointer-events: inherit;
}

.globox__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.globox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    padding: 0 10px;
    transition: all .3s ease-in-out;
}

.globox__item--hide {
    display: none;
}

.globox__right .globox__item {
    padding: 0;
}

.globox__date .globox__value {
    cursor: pointer;
}

.globox__label {
    position: relative;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #702E69;
    border-bottom: 0;
    padding: 5px 20px;
    z-index: 1;
}

.globox__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 42px;
    font-weight: 900;
    padding: 4px 20px 10px;
    border: 1px solid #702E69;
}

.globox__value__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 75px;
}

.globox__month {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    flex-grow: 1;
}

.globox__price {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    margin-top: 5px;
}

#code_check {
    text-align: center;
}

#code_check::-webkit-input-placeholder {
    color: #702E69;
}

#code_check::-moz-placeholder {
    color: #702E69;
}

#code_check:-ms-input-placeholder {
    color: #702E69;
}

#code_check:-moz-placeholder {
    color: #702E69;
}

.globox__nav {
    font-size: 12px;
    padding: 5px;
    margin: -10px -20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.globox__nav--up {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 10px;
}

.globox__nav--down {
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 10px;
}

.globox__nav--disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    pointer-events: none;
}

.globox__calendar {
    position: absolute;
    bottom: 0px;
    left: 10px;
    border: 5px solid rgba(255, 255, 228, 0.75);
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.globox__date--active .globox__calendar {
    bottom: 0px;
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: inherit;
}

.globox input[type="text"] {
    font-family: inherit;
    font-size: 15px;
    color: inherit;
    background-color: transparent;
    border: 1px solid #702E69;
    padding: 5px;
}

.globox__label input[type="text"] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ee4136;
    padding: 0;
}

.globox__code {
    position: relative;
    margin-bottom: 20px;
}


/* .globox__code>input[type="text"] {
    padding-right: 52px;
} */

.globox__code__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

.globox__code__btn--hide {
    opacity: 0;
    pointer-events: none;
}

.globox__code__btn::before {
    content: '\e86f';
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 42px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.globox__code__btn--check::before {
    content: '\e87f';
}

.globox__code__btn--close::before {
    content: '\e870';
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.globox__code__btn--load::before {
    content: '\e861';
    display: block;
    -webkit-animation: rotating .5s linear infinite;
    animation: rotating .5s linear infinite;
}

.globox__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.globox__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.globox button {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: inherit;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: inherit;
    background-color: transparent;
    color: #6f316a;
    border: 1px solid #6f316a !important;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    height: auto;
}

.globox .ui-datepicker {
    width: auto;
    font-family: inherit;
    padding: 0;
    border-radius: 0;
    border: none !important;
}

.globox .ui-widget-content {
    color: #6d356c;
    background-color: #ffffe4;
}

.globox .ui-datepicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
    background-color: #6e336b;
    padding: 0 !important;
    margin: 0;
    border-radius: 0;
    border: none;
}

.globox .ui-datepicker .ui-datepicker-prev,
.globox .ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    left: auto !important;
    right: auto !important;
    height: auto;
    width: auto;
    line-height: 1;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}

.globox .ui-datepicker .ui-datepicker-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.globox .ui-datepicker .ui-datepicker-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
}

.globox .ui-datepicker .ui-datepicker-prev span,
.globox .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 0;
    text-align: center;
    background-size: cover;
    background-position: inherit;
    text-indent: 0;
    color: transparent;
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    background-image: none !important;
}

.globox .ui-datepicker .ui-datepicker-prev span:before,
.globox .ui-datepicker .ui-datepicker-next span:before {
    display: block;
    height: 40px;
    width: 40px;
    font-family: Linearicons-Free;
    speak: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.globox .ui-datepicker .ui-datepicker-prev span:before {
    content: '\e875';
}

.globox .ui-datepicker .ui-datepicker-next span:before {
    content: '\e876';
}

.globox .ui-datepicker table {
    margin-bottom: 0;
}

.globox .ui-datepicker th {
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: #292929;
    color: #fff;
    padding: 10px;
}

.globox .ui-datepicker tr {
    height: 40px;
}

.globox .ui-datepicker tr:first-child td {
    border-top: none;
}

.globox .ui-datepicker tr:last-child td {
    border-bottom: none;
}

.globox .ui-datepicker td {
    position: relative;
    border: 1px solid rgba(109, 53, 108, 0.15);
    padding: 0;
}

.globox .ui-datepicker td:first-child {
    border-left: none;
}

.globox .ui-datepicker td:last-child {
    border-right: none;
}

.globox .ui-state-disabled .ui-state-default {
    height: auto;
}

.globox .ui-datepicker .waiting-for-price,
.globox .ui-datepicker .day-price {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    min-height: 0;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.globox .ui-datepicker .waiting-for-price {
    bottom: 0;
    text-shadow: 0 0 5px #fff;
    /*color: rgba(255, 255, 255, .1);*/
    color: transparent;
}

.globox .ui-datepicker .minstay-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px !important;
    width: 15px;
    min-height: 0;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    padding: 0;
    background-color: rgba(255, 255, 255, .15);
}

.globox .ui-datepicker td span,
.globox .ui-datepicker td a {
    width: 100%;
    min-height: 45px;
    line-height: 1;
    padding: 10px !important;
}

.globox .ui-datepicker td[status-date="Close"] span,
.globox .ui-datepicker td[status-date="Close"] a {
    line-height: 30px;
    background-image: url('../img/noAvail.png');
    background-size: cover;
}

.globox .ui-state-default,
.globox .ui-widget-content .ui-state-default,
.globox .ui-widget-header .ui-state-default,
.globox .ui-button,
html .globox .ui-button.ui-state-disabled:hover,
html .globox .ui-button.ui-state-disabled:active {
    color: #6d356c !important;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.globox .ui-state-active,
.globox .ui-widget-content .ui-state-active,
.globox .ui-widget-header .ui-state-active,
.globox a.ui-button:active,
.globox .ui-button:active,
.globox .ui-button.ui-state-active:hover {
    color: #fff;
    background-color: #6d356c;
}

.globox .globox__tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 1);
    padding: 10px;
    margin-top: 5px;
    transform: translateX(-50%);
    z-index: 1;
}

.globox .globox__tooltip::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .7);
    margin-left: -10px;
}

.globox__settings {
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 99;
}

.globox__settings__btn {
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background-color: #ee4136;
    cursor: pointer;
}

.globox__settings__btn--active i::before {
    content: '\e870';
}

.globox__settings__list {
    position: absolute;
    bottom: 0;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.globox__settings__list--active {
    bottom: 100%;
    opacity: 1;
    pointer-events: inherit;
}

.globox__settings__item {
    position: relative;
    min-width: 100px;
    text-align: left;
    white-space: nowrap;
    background-color: #31353e;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.globox__settings__item:hover {
    background-color: #4D535F
}

.globox__settings__item--element::before {
    content: 'Add ';
}

.globox__settings__item--remove::before {
    content: 'Remove ';
}

.globox__settings__item i {
    float: right;
    font-size: 9px;
    margin-top: 1px;
    opacity: .5;
}

.globox__settings__item:last-child {
    border-bottom: none;
}

.globox__settings__lang {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.globox__settings__lang--active {
    left: 100%;
    opacity: 1;
    pointer-events: inherit;
}

.globox__settings__lang__item {
    text-align: left;
    background-color: #1B1F2A;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.globox__settings__lang__item:last-child {
    border-bottom: none;
}

.globox__settings__lang__item:hover {
    background-color: #ee4136;
}

.globox__edit {
    display: flex;
    align-content: stretch;
    position: fixed;
    top: 100%;
    left: 50%;
    font-size: 16px;
    background-color: #31353e;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all .3s ease-in-out;
}

.globox__edit--active {
    top: 50%;
    opacity: 1;
    pointer-events: inherit;
}

.globox__edit__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
}

.globox__edit__default,
.globox__edit__set {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.globox__edit__default {
    padding: 30px 0 30px 30px;
}

.globox__edit__set {
    background-color: rgba(255, 255, 255, .3);
    padding: 30px 30px 30px 0;
}

.globox__edit__default__item,
.globox__edit__set__item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.globox__edit__default__item:last-child,
.globox__edit__set__item:last-child {
    border-bottom: none;
}

.globox__edit__default__item {
    padding: 0 15px;
}

.globox__edit input[type="text"] {
    background-color: transparent;
    padding: 0;
    padding: 15px;
}

.globox__edit__btn {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    color: inherit;
    background-color: #ee4136;
    padding: 10px 60px;
    cursor: pointer;
    z-index: 1;
}


/*
Spinner price
 */

@keyframes RealRatePricespinnerKeyframe {
    to {
        transform: rotate(360deg);
    }
}

.RealRatePricespinner {
    position: relative;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 4px;
}

.RealRatePricespinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: 0;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: RealRatePricespinnerKeyframe .6s linear infinite;
}

td.has-price {
    cursor: pointer;
}

td[status-date="MinStay"] {
    background-clip: padding-box;
    background-color: #181d24;
}

.globox .ui-datepicker .minstay-label {
    left: auto;
    right: 1px;
}

.waiting-for-price,
.globox .ui-datepicker .waiting-for-price {
    text-shadow: 0 0 8px #fff;
    /*color: rgba(255, 255, 255, .1);*/
    color: transparent;
}

.one-page-header .navbar-nav {
    padding-top: 5px;
    padding-bottom: 5px;
}

.grpLegend {
    display: flex;
    display: none;
    background: #32363f;
    flex-wrap: wrap;
    padding: 10px;
    position: absolute;
    bottom: -64px;
    border: 2px solid #444;
}

.LegendItem {
    flex-basis: 50%;
    text-transform: uppercase;
    flex-grow: 1;
    line-height: 2rem;
    font-size: smaller;
    text-align: left;
    color: #fff;
}

.Lgnd {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ui-state-active {
    background-color: inherit;
}

.BECalOpen {
    background-color: #32363f;
}

.BENoAvail {
    background-color: #262830;
    background-image: url(../img/BENoAvail.jpg);
    background-position: center;
    background-repeat: repeat;
}

.BEMinLen {
    background-color: #181d24;
}

.globox__layer {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    filter: blur(5px);
    pointer-events: none;
    display: none;
}

.real_rate_book_mobile {
    display: none;
}

@media (min-width: 768px) {
    .one-page-header .navbar-nav {
        top: 0px;
    }
}

@media (max-width: 768px) {
    /* .globox {
        position: initial;
        top: 0;
        left: 0;
        z-index: 999;
    } */
    .globox__form {
        flex-wrap: wrap;
    }
    .globox__item {
        flex-basis: calc(100% / 2);
        flex-grow: 1;
    }
    .globox__right {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .globox__right .globox__item {
        flex-basis: auto;
    }
    .globox__children,
    .globox__guests {
        margin-top: 20px;
    }
}

.book__close {
    display: none;
}

@media (max-width: 600px) {
    .real_rate_book_mobile {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%);
        z-index: 99998;
        width: 60%;
    }
    .real_rate_book_mobile button {
        display: block;
        font-family: inherit;
        font-size: 14px;
        text-transform: uppercase;
        background-color: #6f316a;
        color: #fff;
        text-align: center;
        padding: 10px 20px;
        width: 100%;
        height: auto;
        border: none !important;
        margin: 0;
    }
    .globox {
        opacity: 0;
        position: absolute;
        top: 50%;
        bottom: inherit;
        transition: all .5s ease-in-out;
        left: 10px;
        right: 10px;
        margin: auto;
        transform: translateY(-50%);
        z-index: 99999;
        pointer-events: none;
    }
    .globox--active {
        opacity: 1;
        z-index: 99999;
        pointer-events: inherit;
        padding-top: 30px;
        border: 1px solid rgba(111, 49, 106, .5);
    }
    .book__close {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        height: 20px;
        width: 20px;
        z-index: 2;
        color: #6e336b;
    }
    .book__close span {
        font-size: 20px;
    }
    .grpLegend {
        display: flex;
    }
    .globox__right {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .globox__item {
        flex-basis: 100%;
        padding-bottom: 10px;
    }
    .globox__guests {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .globox__right {
        flex-basis: 100%;
    }
    .globox__date--active .globox__calendar {
        width: 100%;
        position: fixed;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 2px solid rgba(255, 255, 255, .7);
        border-bottom: none;
    }
}

@media (max-width: 320px) {
    .globox__item {
        flex-basis: 100%;
    }
    .globox__date--departure {
        margin-top: 20px;
    }
    .globox__date--active .globox__calendar {
        width: 100%;
    }
    .globox .ui-datepicker th {
        padding: 6px;
    }
    .grpLegend {
        bottom: -84px;
    }
}