.clearfix:after,
.sb:after,
.sb__form:after,
.sb__calendar:after,
.sb__calendar__footer:after,
.sb__guests:after,
.sb__guests-room:after {
    content: "";
    display: table;
    clear: both
}

.sb {
    display: block !important;
    box-sizing: border-box;
    background: #0b2027;
    font-family: Verdana, sans-serif;
    color: #f1f1f1;
    margin: 0 auto;
    max-width: 2400px;
    padding: 8px
}

.sb-screen-xs .sb {
    padding: 16px
}

.sb *,
.sb *:before,
.sb *:after {
    box-sizing: inherit
}

.sb a {
    color: #70a9a1
}

.sb a:hover {
    color: #9bc3bd
}

.sb ul {
    margin: 0;
    padding: 0
}

.sb button,
.sb input {
    border: 0;
    font-family: Verdana, sans-serif
}

.sb button:focus,
.sb input:focus {
    outline: 0
}

.sb select,
.sb [type="text"] {
    background: #0b2027;
    padding: 8px 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    border-radius: 4px;
    color: rgba(241, 241, 241, .75);
    transition: box-shadow .2s ease;
    cursor: pointer
}

.sb select:hover,
.sb [type="text"]:hover {
    box-shadow: inset 0 0 0 1px rgba(241, 241, 241, .3)
}

.sb select:focus,
.sb [type="text"]:focus {
    background: #0b2027;
    box-shadow: inset 0 0 0 2px #70a9a1;
    outline: 0;
    color: #f1f1f1
}

.sb select:-ms-input-placeholder,
.sb [type="text"]:-ms-input-placeholder {
    color: rgba(241, 241, 241, .75)
}

.sb select::placeholder,
.sb [type="text"]::placeholder {
    color: rgba(241, 241, 241, .75)
}

.sb select {
    padding: 8px 4px
}

.sb [type="text"] {
    padding: 8px
}

.sb__form {
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-screen-l.footer-inline .sb__form {
    width: 85%
}

.sb__svg-sprite {
    display: none
}

.sb-direction-rtl {
    direction: rtl
}

.sb-direction-rtl .sb__footer-link--promo .icon {
    margin-right: 0;
    margin-left: .5rem
}

.sb-direction-rtl .sb__btn+.sb__btn {
    margin-left: 0;
    margin-right: .5rem
}

.sb-direction-rtl .sb__guests-counter .icon:first-child {
    margin-right: 0;
    margin-left: .5rem
}

.sb-direction-rtl .sb__form-field-date-number {
    margin-right: 0;
    margin-left: .5rem
}

.sb-direction-rtl .sb__dates .sb__form-field {
    float: right
}

.sb-direction-rtl .sb__calendar-btn--prev {
    left: auto !important;
    right: 8px !important
}

.sb-screen-m .sb-direction-rtl .sb__calendar-btn--prev {
    right: 16px !important
}

.number-of-months-vertical .sb-direction-rtl .sb__calendar-btn--prev {
    right: 16px !important
}

.sb-direction-rtl .sb__calendar-btn--prev .icon {
    transform: rotate(180deg)
}

.sb-direction-rtl .sb__calendar-btn--next {
    right: auto !important;
    left: 8px !important
}

.sb-screen-m .sb-direction-rtl .sb__calendar-btn--next {
    left: 16px !important
}

.number-of-months-vertical .sb-direction-rtl .sb__calendar-btn--next {
    left: 16px !important
}

.sb-direction-rtl .sb__calendar-btn--next .icon {
    transform: rotate(180deg)
}

.sb-direction-rtl .sb__calendar-month {
    float: right
}

.sb-direction-rtl .sb__calendar-weekdays li {
    float: right
}

.sb-direction-rtl .sb__calendar-day {
    float: right
}

#sb-container_sb__availability-form-content iframe {
    height: 0;
    border: none
}

#sb-container_sb__availability-form-content .loading {
    background: url("https://www.simplebooking.it/images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    height: 200px
}

#sb-container_sb__availability-form-content.loaded iframe {
    display: block
}

#sb-container_sb__availability-form-content.loaded .loading {
    height: 0
}

.sb__btn {
    background: transparent;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 16px;
    transition: all .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sb__btn+.sb__btn {
    margin-left: 4px
}

.sb__btn--block {
    width: 100%;
    display: block
}

.sb__btn--primary {
    background: #70a9a1;
    color: #fff
}

.sb__btn--primary:hover {
    background: #9bc3bd
}

.sb__btn--secondary {
    color: inherit
}

.sb__btn--secondary:hover {
    color: rgba(241, 241, 241, .75);
    background: rgba(241, 241, 241, .1)
}

.sb__btn--verify {
    background: #70a9a1;
    font-size: 12px;
    height: 40px;
    padding: 8px;
    color: #fff;
    float: left;
    margin-top: 18px;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.sb__btn--verify:hover {
    background: #7eb2aa
}

.sb-screen-xs .sb__btn--verify {
    height: 40px;
    padding: 8px
}

.sb-screen-m .sb__btn--verify {
    width: 25%
}

.sb-screen-l .sb__btn--verify {
    font-size: 16px;
    width: 25%;
    height: 56px;
    padding: 16px 8px
}

.sb-screen-m.no-labels .sb__btn--verify {
    margin-top: 0
}

.has-multi-property.sb-screen-m .sb__btn--verify {
    width: 20%
}

.sb__dates {
    width: 100%;
    position: relative;
    float: left
}

.sb__dates .sb__form-field {
    width: 100%;
    float: left
}

@media(min-width:360px) {
    .sb__dates .sb__form-field {
        width: 50%
    }
}

.sb-screen-m .sb__dates {
    width: 50%
}

.has-multi-property .sb__dates {
    margin-top: 16px
}

.has-multi-property.sb-screen-m .sb__dates {
    margin-top: 0
}

.has-multi-property.sb-screen-m .sb__dates {
    width: 40%
}

.sb__form-field--checkin .sb__form-field-input,
.sb__form-field--checkout .sb__form-field-input {
    position: relative;
    overflow: hidden
}

.sb__form-field--checkin .sb__form-field-input:before,
.sb__form-field--checkout .sb__form-field-input:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #70a9a1 transparent;
    z-index: 10;
    transition: bottom .2s ease-in-out;
    transition-delay: 0s
}

.sb-screen-l .sb__form-field--checkin .sb__form-field-input:before,
.sb-screen-l .sb__form-field--checkout .sb__form-field-input:before {
    bottom: -8px;
    right: 20px;
    border-width: 0 8px 8px 8px
}

.sb__form-field.focus .sb__form-field-input:before {
    bottom: 0;
    transition-delay: .15s
}

.sb__form-field--checkin {
    padding-right: 0
}

.sb__form-field--checkin .sb__form-field-input {}

@media(min-width:360px) {
    .sb__form-field--checkin .sb__form-field-input {
        border-radius: 4px 0 0 4px
    }
}

.sb__form-field--checkout {
    padding-left: 0;
    margin-top: 16px
}

@media(min-width:360px) {
    .sb__form-field--checkout {
        margin-top: 0
    }
}

.sb__form-field--checkout .sb__form-field-input {}

@media(min-width:360px) {
    .sb__form-field--checkout .sb__form-field-input {
        border-radius: 0 4px 4px 0;
        left: -1px;
        width: calc(100% + 1px)
    }
}

.sb__calendar {
    display: inline-block;
    background: #0b2027;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    border-radius: 4px;
    z-index: 10001;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding: 8px 0
}

.number-of-months-vertical .sb__calendar {
    width: 640px;
    right: initial;
    padding: 16px 0
}

@media screen and (max-width:640px) {
    .number-of-months-vertical .sb__calendar {
        width: auto
    }
}

.number-of-months-vertical--left .sb__calendar {
    left: 0;
    right: auto
}

.number-of-months-vertical--right .sb__calendar {
    left: auto;
    right: 0
}

.sb-screen-m .sb__calendar {
    width: 640px;
    right: initial;
    padding: 16px 0
}

.sb-open-top .sb__calendar {
    top: auto;
    bottom: 100%
}

.sb__calendar-btn {
    padding: 4px 8px;
    box-shadow: inset 0 0 0 1px #70a9a1;
    border: 0;
    border-radius: 4px;
    position: absolute;
    background: transparent;
    cursor: pointer;
    top: 8px;
    transition: box-shadow .15s ease-in-out
}

.sb-screen-m .sb__calendar-btn {
    top: 16px
}

.number-of-months-vertical .sb__calendar-btn {
    top: 16px
}

.sb__calendar-btn--prev {
    left: 8px
}

.sb-screen-m .sb__calendar-btn--prev {
    left: 16px
}

.number-of-months-vertical .sb__calendar-btn--prev {
    left: 16px
}

.sb__calendar-btn--next {
    right: 8px
}

.sb-screen-m .sb__calendar-btn--next {
    right: 16px
}

.number-of-months-vertical .sb__calendar-btn--next {
    right: 16px
}

.sb__calendar-btn:hover {
    color: #70a9a1;
    opacity: 1;
    box-shadow: inset 0 0 0 2px #70a9a1
}

.sb__calendar-btn-icon {
    line-height: 1
}

.sb__calendar-btn-icon .icon {
    width: 24px;
    height: 24px;
    fill: #70a9a1
}

.sb__calendar-month {
    float: left;
    width: 100%;
    padding: 0 8px
}

.number-of-months-vertical .sb__calendar-month {
    width: 320px;
    padding: 0 16px
}

@media screen and (max-width:640px) {
    .number-of-months-vertical .sb__calendar-month {
        width: auto
    }
}

.sb-screen-m .sb__calendar-month {
    width: 320px;
    padding: 0 16px
}

.sb__calendar-month:last-of-type:not(:first-of-type) {
    display: none
}

.number-of-months-vertical .sb__calendar-month:last-of-type:not(:first-of-type) {
    display: block
}

.sb__calendar-month ul.sb__calendar-weekdays>li {
    margin-left: 0
}

.sb__calendar-month ul.sb__calendar-days>li {
    margin-left: 0
}

.sb__calendar-month-name {
    text-align: center;
    display: block;
    font-weight: bold;
    font-weight: 500;
    padding: 8px 0 24px;
    font-size: 12px
}

.sb-screen-xs .sb__calendar-month-name {
    font-size: 18px;
    padding: 6px 0 24px
}

.number-of-months-vertical .sb__calendar-month-name {
    font-size: 18px;
    padding: 6px 0 24px
}

.sb__calendar-weekdays li {
    display: block;
    float: left;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    opacity: .75;
    width: 14.2857%
}

.sb__calendar-day {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #0b2027;
    transition: box-shadow .3s ease, background .3s ease;
    width: 14.2857%
}

.sb__calendar-day--past {
    cursor: default;
    opacity: .25
}

.sb__calendar-day--valid {
    cursor: pointer
}

.sb__calendar-day--valid:hover {
    z-index: 10;
    background: rgba(241, 241, 241, .3);
    color: #666;
    box-shadow: inset 0 0 0 2px #70a9a1
}

.sb__calendar-day--nocheckin {
    position: relative;
    background: #f8d7d3;
    cursor: not-allowed;
    z-index: 10
}

.sb__calendar-day--nocheckin:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-width: 40px 40px 0 0;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    opacity: 1;
    z-index: -1
}

.sb__calendar-day--range:before,
.sb__calendar-day--past:before,
.sb__calendar .intent-selection:before,
.sb__calendar .intent-selection-start:before {
    content: none !important
}

.sb__calendar-day--past {
    cursor: default;
    background: unset
}

.sb__calendar-day--past:before {
    content: none !important
}

.sb__calendar-day--nocheckin.intent-selection {
    cursor: pointer
}

.sb__calendar-day--nocheckin.intent-selection-start {
    cursor: not-allowed
}

.sb__calendar-day--nocheckin.intent-selection-start:hover {
    box-shadow: none !important
}

.sb__calendar-day--checkin {
    position: relative
}

.sb__calendar-day--checkin:before {
    right: 0;
    bottom: 0;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #70a9a1 transparent
}

.sb__calendar-day--checkin:hover:before {
    border-color: transparent transparent #9bc3bd transparent
}

.sb__calendar-day--checkout {
    position: relative
}

.sb__calendar-day--checkout:before {
    left: 0;
    top: 0;
    border-width: 40px 40px 0 0;
    border-color: #70a9a1 transparent transparent transparent
}

.sb__calendar-day--checkout:hover:before {
    border-color: #9bc3bd transparent transparent transparent
}

.sb__calendar-day--valid.sb__calendar-day--checkin,
.sb__calendar-day--valid.sb__calendar-day--checkout {
    background: rgba(112, 169, 161, .7);
    color: #fff;
    cursor: pointer;
    position: relative
}

.sb__calendar-day--valid.sb__calendar-day--checkin.intent-selection,
.sb__calendar-day--valid.sb__calendar-day--checkout.intent-selection {
    background: rgba(112, 169, 161, .7);
    color: #fff;
    cursor: pointer
}

.sb__calendar-day--valid.sb__calendar-day--checkin:hover,
.sb__calendar-day--valid.sb__calendar-day--checkout:hover {
    color: #fff;
    box-shadow: 0 0 0 0
}

.sb__calendar-day--valid.sb__calendar-day--checkin:focus,
.sb__calendar-day--valid.sb__calendar-day--checkout:focus {
    background: #70a9a1
}

.sb__calendar-day--valid.sb__calendar-day--checkin:before,
.sb__calendar-day--valid.sb__calendar-day--checkout:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: -1;
    transition: border-color .3s ease
}

.sb__calendar-day--valid.sb__calendar-day--range {
    color: #fff;
    background: #70a9a1
}

.sb__calendar-day--valid.sb__calendar-day--range.intent-selection {
    background: #70a9a1
}

.sb__calendar-day--valid.sb__calendar-day--range:hover {
    background: #9bc3bd;
    box-shadow: inset 0 0 0 2px #70a9a1
}

.intent-selection {
    background: rgba(241, 241, 241, .3);
    color: #666
}

.intent-selection:hover {
    box-shadow: inset 0 0 0 2px #70a9a1
}

.sb__guests-rooms {
    width: 100%;
    margin-top: 16px;
    float: left;
    position: relative
}

.sb__guests-rooms .sb__form-field {
    width: 100%;
    float: left
}

.sb-screen-m .sb__guests-rooms {
    width: 25%;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px
}

.has-multi-property.sb-screen-m .sb__guests-rooms {
    width: 20%
}

.sb__guests {
    display: block;
    background: #0b2027;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    border-radius: 4px;
    padding: 16px;
    position: absolute;
    top: 100%;
    z-index: 1;
    max-height: 50vh;
    overflow: auto;
    width: 100%;
    left: 0
}

.sb-screen-m .sb__guests {
    width: auto;
    min-width: 320px;
    left: 8px
}

.sb-open-top .sb__guests {
    top: auto;
    bottom: 100%
}

.sb__guests-room:last-child .sb__guests-add-room {
    display: block
}

.sb__guests-room+.sb__guests-room {
    margin-top: 16px
}

.sb__guests-room-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sb-direction-rtl .sb__guests-room-header .sb-room-index-pre {
    float: left
}

.sb__guests-room-label {
    font-size: 12px;
    line-height: 24px;
    opacity: .75;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.sb__guests-room-header-divider {
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.sb__guests-room-header-divider:before {
    content: "";
    background: #eee;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 50%;
    height: 1px
}

.sb__guests-room-remove {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px
}

.sb__guests-room-remove .icon {
    width: 24px;
    height: 24px;
    fill: #f1f1f1;
    opacity: .75
}

.sb__guests-room-remove .icon:hover {
    fill: #9bc3bd;
    opacity: 1
}

.sb__guests-adults-label,
.sb__guests-children-label {
    font-size: 16px;
    line-height: 24px
}

.sb__guests-adults {
    padding: 6px 0;
    width: 100%
}

.sb__guests-children {
    padding: 6px 0 0 0;
    width: 100%
}

.sb__guests-adults:hover .sb__guests-adults-label,
.sb__guests-children:hover .sb__guests-children-label {
    color: #70a9a1
}

.sb__guests-adults,
.sb__guests-children {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.sb__guests-adults>*:first-child,
.sb__guests-children>*:first-child {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sb__guests-counter .icon {
    width: 24px;
    height: 24px;
    fill: #70a9a1;
    cursor: pointer;
    opacity: 1
}

.sb__guests-counter .icon.sb__guests-counter--disabled {
    opacity: .3
}

.sb__guests-counter .icon:hover {
    fill: #9bc3bd
}

.sb__guests-counter .icon:first-child {
    margin-right: 4px
}

.sb__guests-children-age {
    float: right;
    clear: both;
    margin-top: 8px
}

.sb__guests-children-age-label {
    font-size: 11px;
    color: #eee;
    margin-right: 8px;
    display: inline-block
}

.sb__guests-children-age-select {
    margin-right: 4px
}

.sb__guests-add-room {
    font-size: 12px;
    margin-left: auto;
    padding: 0 0 0 24px;
    background: transparent;
    color: #70a9a1;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
    white-space: nowrap;
    display: none
}

.sb__guests-add-room .icon {
    width: 24px;
    height: 24px;
    fill: #70a9a1;
    position: absolute;
    left: 0;
    top: 0
}

.sb__guests-add-room:hover {
    color: #9bc3bd
}

.sb__guests-add-room:hover .icon {
    fill: #9bc3bd
}

.sb__customer-name,
.sb__customer-lastname {
    width: 100%;
    margin-top: 16px;
    float: left;
    position: relative
}

.sb-screen-xs .sb__customer-name,
.sb-screen-xs .sb__customer-lastname {
    width: 50%
}

.sb__customer-email,
.sb__customer-telephone {
    width: 100%;
    margin-top: 16px;
    float: left;
    position: relative
}

.sb-screen-xs .sb__customer-email,
.sb-screen-xs .sb__customer-telephone {
    width: 50%
}

.sb__customer-language,
.sb__customer-country {
    width: 100%;
    margin-top: 16px;
    float: left;
    position: relative
}

.sb-screen-xs .sb__customer-language,
.sb-screen-xs .sb__customer-country {
    width: 50%
}

.sb__customer-name .sb__form-field,
.sb__customer-email .sb__form-field,
.sb__customer-country .sb__form-field {
    width: 100%;
    float: left
}

.sb-screen-xs .sb__customer-name .sb__form-field,
.sb-screen-xs .sb__customer-email .sb__form-field,
.sb-screen-xs .sb__customer-country .sb__form-field {
    width: 99%
}

.sb__customer-lastname .sb__form-field,
.sb__customer-telephone .sb__form-field,
.sb__customer-language .sb__form-field {
    width: 100%;
    float: right
}

.sb-screen-xs .sb__customer-lastname .sb__form-field,
.sb-screen-xs .sb__customer-telephone .sb__form-field,
.sb-screen-xs .sb__customer-language .sb__form-field {
    width: 99%
}

.sb__notes,
.sb__accept-privacy,
.sb__accept-newsletter {
    width: 100%;
    margin-top: 16px;
    float: left;
    position: relative
}

.sb__notes .sb__form-field,
.sb__accept-privacy .sb__form-field,
.sb__accept-newsletter .sb__form-field {
    width: 100%;
    float: left
}

.sb__notes textarea {
    height: auto;
    border: none;
    resize: none;
    outline: none
}

.sb-screen-m .sb__notes {
    width: 100%
}

.sb__required-fields-label {
    width: 100%;
    margin-top: 16px;
    float: left;
    position: relative
}

.sb-availability-form .sb__guests-rooms {
    margin-top: 16px
}

.sb-availability-form .sb__guests-rooms .sb__guests {
    max-height: 290px;
    overflow-x: hidden;
    overflow-y: auto
}

.sb-availability-form.sb-screen-m .sb__dates,
.sb-availability-form.sb-screen-m .sb__btn--verify,
.sb-availability-form.sb-screen-m .sb__accept-privacy {
    width: 100% !important
}

.sb-availability-form.sb-screen-m .sb__guests-rooms {
    width: 100% !important;
    padding: 0
}

.sb-availability-form.sb-screen-m .sb__guests-rooms .sb__guests {
    max-height: 220px
}

.sb-availability-form .sb-checkbox-wrapper label {
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    text-align: left;
    color: #f1f1f1;
    font-weight: 400;
    display: block
}

.sb-availability-form .sb-checkbox-wrapper input {
    width: auto;
    height: auto;
    opacity: 0;
    position: absolute;
    left: 0
}

.sb-availability-form .sb-checkbox-wrapper input:checked~.sb-checkbox__icon {
    border-color: #eee
}

.sb-availability-form .sb-checkbox-wrapper input:checked~.sb-checkbox__icon:before,
.sb-availability-form .sb-checkbox-wrapper input:checked~.sb-checkbox__icon:after {
    opacity: 1;
    transition: height .15s ease;
    background-color: #70a9a1
}

.sb-availability-form .sb-checkbox-wrapper input:checked~.sb-checkbox__icon:before {
    height: 18px;
    transition-delay: .15s
}

.sb-availability-form .sb-checkbox-wrapper input:checked~.sb-checkbox__icon:after {
    height: 6px
}

.sb-availability-form .sb-checkbox-wrapper+.sb-input-wrapper,
.sb-availability-form .sb-checkbox-wrapper+.sb-select-wrapper,
.sb-availability-form .sb-checkbox-wrapper+.sb-form__row,
.sb-availability-form .sb-checkbox-wrapper+.sb-textarea-wrapper {
    margin-top: 32px;
    margin-top: 48px
}

.sb-availability-form .sb-checkbox-wrapper .sb-checkbox__icon {
    color: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    border: 2px solid currentColor;
    border-radius: 2px
}

.sb-availability-form .sb-checkbox-wrapper .sb-checkbox__icon:hover {
    border-color: #9bc3bd
}

.sb-availability-form .sb-checkbox-wrapper .sb-checkbox__icon:before,
.sb-availability-form .sb-checkbox-wrapper .sb-checkbox__icon:after {
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #70a9a1;
    display: block;
    transform-origin: left top;
    content: '';
    opacity: 0
}

.sb-availability-form .sb-checkbox-wrapper .sb-checkbox__icon:before {
    top: 11px;
    left: 7px;
    transform: rotate(-135deg)
}

.sb-availability-form .sb-checkbox-wrapper .sb-checkbox__icon:after {
    top: 5px;
    left: 1px;
    transform: rotate(-45deg)
}

.sb-availability-form .sb__form-field-label,
.sb-availability-form .sb__btn--verify {
    font-size: 14px;
    line-height: 16px
}

.sb-availability-form .sb__form-field-weekday,
.sb-availability-form .sb__form-field-rooms {
    font-size: 12px !important
}

.sb__form-field {
    display: inline-block;
    min-width: 120px
}

.sb__form-field-label {
    font-size: 12px;
    display: block;
    color: #eee;
    height: 18px;
    line-height: 1
}

.sb__form-field-date-wrapper,
.sb__form-field-property {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sb__form-field-input {
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    cursor: pointer;
    background: #0b2027;
    padding: 8px;
    height: 40px
}

.sb__form-field-input:hover {
    box-shadow: inset 0 0 0 1px rgba(241, 241, 241, .3);
    z-index: 1
}

.sb-screen-l .sb__form-field-input {
    padding: 16px;
    height: 56px
}

.sb__form-field.focus .sb__form-field-input {
    outline: none;
    background: #0b2027;
    box-shadow: inset 0 0 0 2px #70a9a1;
    z-index: 100;
    transition: all .15s ease-in-out
}

.sb__form-field.focus .sb__form-field-input .sb__form-field-date-number,
.sb__form-field.focus .sb__form-field-input .sb__form-field-month-year,
.sb__form-field.focus .sb__form-field-input .sb__form-field-weekday {
    opacity: 1
}

.sb__form-field-property {
    line-height: 24px
}

.sb__form-field-date-number {
    display: block;
    float: left;
    margin-right: 8px;
    line-height: 24px;
    font-weight: bold;
    font-weight: 500;
    font-size: 32px
}

.sb-screen-xs .sb__form-field-date-number {
    font-size: 28px
}

.sb-screen-l .sb__form-field-date-number {
    font-size: 32px
}

.sb__form-field-month-year,
.sb__form-field-guests {
    display: block;
    font-weight: bold;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase
}

.sb-screen-xs .sb__form-field-month-year,
.sb-screen-xs .sb__form-field-guests {
    font-size: 10px
}

.sb-screen-l .sb__form-field-month-year,
.sb-screen-l .sb__form-field-guests {
    font-size: 12px
}

.sb__form-field-weekday,
.sb__form-field-rooms {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    opacity: .75;
    display: block
}

.sb-screen-s .sb__form-field-weekday,
.sb-screen-s .sb__form-field-rooms {
    font-size: 10px;
    line-height: 14px
}

.sb-screen-l .sb__form-field-weekday,
.sb-screen-l .sb__form-field-rooms {
    font-size: 11px
}

.sb__form-field-icon .icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    fill: #70a9a1
}

.editing .sb__form-field-input {
    opacity: .5;
    transition: all .2s ease
}

.editing .sb__form-field.focus .sb__form-field-input {
    opacity: 1
}

label .sb__form-field-label {
    height: auto
}

.sb__footer-actions {
    float: left;
    width: 100%
}

.sb-screen-xs .sb__footer-actions {
    float: right
}

.sb-screen-m .sb__footer-actions {
    width: auto;
    float: right
}

.sb-screen-l.footer-inline .sb__footer-actions {
    width: 15%;
    padding: 20px 8px
}

.no-labels.sb-screen-l.footer-inline .sb__footer-actions {
    padding: 2px 8px
}

.sb__footer-promo-wrapper {
    float: left;
    position: relative;
    width: 100%
}

.sb-screen-xs .sb__footer-promo-wrapper {
    width: auto
}

.sb__footer-promo {
    position: absolute;
    left: -16px;
    top: 100%;
    top: calc(100% + 8px);
    padding: 16px;
    min-width: 210px;
    background: #0b2027;
    border-top: 2px solid #70a9a1;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    margin-bottom: 0;
    z-index: 20;
    display: none;
    left: 0
}

.sb__footer-promo:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #70a9a1 transparent;
    z-index: 10
}

.sb__footer-promo:before {
    left: 50%
}

.sb-open-top .sb__footer-promo {
    top: auto;
    bottom: calc(100% - 8px);
    border-top: 0;
    border-bottom: 2px solid #70a9a1
}

.sb-open-top .sb__footer-promo:before {
    top: auto;
    bottom: -6px;
    left: 16px;
    border-width: 6px 6px 0 6px;
    border-color: #70a9a1 transparent transparent transparent
}

.sb-screen-xs .sb__footer-promo:before {
    left: 8px
}

.sb-screen-m .sb__footer-promo {
    left: -16px
}

.sb-screen-m .sb__footer-promo:before {
    left: 16px
}

.sb__footer-promo-label {
    font-size: 11px;
    display: block;
    color: #eee;
    margin-bottom: 8px
}

.sb__footer-promo-input {
    padding: 8px;
    width: 100%
}

.sb__footer-link {
    width: 100%;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    margin-top: 16px;
    float: left;
    clear: both
}

.sb__footer-link--promo {
    float: left
}

.sb__footer-link--promo .icon {
    width: 18px;
    height: 11px;
    fill: currentColor;
    margin-right: 4px
}

.sb__footer-link--promo-value {
    font-weight: bold;
    font-size: 12px
}

.sb-screen-xs .sb__footer-link--promo {
    margin-right: 16px
}

.sb-screen-l.footer-inline .sb__footer-link--promo {
    margin: 0
}

.sb__footer-link--edit {
    float: right
}

.sb__footer-link--edit .icon {
    width: 13px;
    height: 11px;
    fill: currentColor;
    margin-right: 4px
}

.sb-screen-l.footer-inline .sb__footer-link--edit {
    float: left
}

.sb-screen-xs .sb__footer-link {
    width: auto;
    clear: none
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay,
.modal__btn {
    will-change: transform
}

.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000000
}

.modal__container {
    background-color: #fff;
    padding: 2%;
    max-width: 600px;
    max-height: 100vh;
    min-width: 60vw;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box
}

.modal__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    box-sizing: border-box
}

.modal__close {
    background: 0 0;
    border: 0
}

.modal__header .modal__close:before {
    content: "✕"
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8)
}

.modal__btn {
    font-size: .875rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out;
    padding: .5rem 1rem;
    padding: .5rem 1rem
}

.modal__btn:focus,
.modal__btn:hover {
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block !important
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.sb__property {
    width: 100%;
    float: left;
    position: relative;
    display: none
}

.sb__property .sb__form-field {
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    font-size: 12px
}

.sb-screen-l .sb__property .sb__form-field {
    font-size: 16px
}

.sb-screen-m .sb__property {
    width: 20%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 8px
}

.has-multi-property .sb__property {
    display: block
}

.sb__properties {
    display: block;
    background: #0b2027;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    z-index: 10;
    left: 0;
    right: 0
}

.sb__properties-options {
    padding: 8px 0;
    max-height: 60vh;
    overflow-y: auto
}

.sb__properties-option {
    cursor: pointer;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sb__properties-option:hover {
    background-color: rgba(241, 241, 241, .3)
}

.sb__properties-option--parent {
    border-top: 1px solid #f1f1f1;
    font-weight: bold
}

.sb__properties-option--inner {
    padding-left: 16px
}

.sb-direction-rtl .sb__properties-option--inner {
    padding-left: inherit;
    padding-right: 16px
}

.sb__properties-option--selected {
    background-color: rgba(241, 241, 241, .3)
}

.sb-open-top .sb__properties {
    top: auto;
    bottom: 100%
}