/*!jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT*/
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: 0
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: 0
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: 0
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: 0
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: 0
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: 0;
    background: 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/content/themes/base/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/content/themes/base/images/ui-icons_444444_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(/content/themes/base/images/ui-icons_777777_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
    background-image: url(/content/themes/base/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(/content/themes/base/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(/content/themes/base/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/content/themes/base/images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

/*!jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT*/
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: 0
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: 0
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: 0
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: 0
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: 0
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: 0;
    background: 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/static/css-portal/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/static/css-portal/images/ui-icons_444444_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(/static/css-portal/images/ui-icons_777777_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(/static/css-portal/images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(/static/css-portal/images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(/static/css-portal/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/static/css-portal/images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

/*!* Bootstrap v4.1.2 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem+2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem+1px);
    padding-bottom: calc(.375rem+1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem+1px);
    padding-bottom: calc(.5rem+1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem+1px);
    padding-bottom: calc(.25rem+1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem+2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem+2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545!important;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem+2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem+2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem+2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem+2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem+2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem+2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% -(.5rem * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% -(1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem+1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem+1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem+1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem+1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports(transform-style:preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports(transform-style:preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports(transform-style:preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports(transform-style:preserve-3d) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.fix-perc-width {
    overflow: hidden
}

.fix-perc-width2-left {
    margin-left: -2px
}

.fix-perc-width2-right {
    margin-right: -2px
}

.fl {
    float: left
}

.fr {
    float: right
}

.full {
    width: 100%
}

.ems {
    font-size: 110%
}

.emm {
    font-size: 120%;
    font-weight: 700
}

.emb {
    font-size: 140%;
    font-weight: 700
}

.emn {
    font-size: 100%;
    font-weight: 400;
    font-style: normal
}

.shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=' rgba(0, 0, 0, .65)', direction=' 90', strength=' 2')
}

.background-left-arrow {
    background-image: url(/fo/content/images/left-arrow.png);
    background-position: 3px center;
    background-repeat: no-repeat
}

.web-rate-color {
    color: #555
}

.free-color {
    color: #2c8e2c
}

.product-name-color {
    color: #444
}

.product-description-color {
    color: #6f6f6f
}

.bordered-bottom {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.sb-cart-head-dates label,
.sb-cart-head-dates span,
.sb-cart-head-nrg label,
.sb-cart-head-nrg span {
    display: inline-block;
    float: none
}

.sb-room-image.cart {
    width: 46.66666667px;
    height: 36.66666667px;
    float: left;
    margin-right: 3px;
    display: none;
    border-radius: 3px;
    background-clip: padding-box
}

.sb-cart-discounted-total {
    font-weight: 700;
    font-size: 120%
}

.sb-cart-total-hotel .sb-cart-discounted-total {
    font-size: 1.125rem;
    color: #666
}

.currency-info {
    font-size: .6875rem
}

.spacer-hack {
    margin-top: 20px;
    height: 10px
}

.dv-verisign-logo-box {
    display: inline
}

.sb-cart-item .sb-dec-part {
    font-size: 80%
}

.sb-taxes-excluded-summary-container {
    text-align: right
}

.sb-package-detail-side .sb-pck-taxes-excluded-txt,
.sb-package-detail-side .sb-pck-taxes-included-txt {
    margin-top: 0 !important
}

.sb-taxes-info-text {
    width: 100%;
    padding-top: 2%;
    float: right;
    text-align: justify;
    font-size: .7rem
}

hr {
    width: 100%;
    float: left;
    color: #fff;
    height: 2px
}

.sb-package-search-view,
.sb-rez-summary-cart,
.sb-search-view {
    transition: background .3s ease-out
}

.sb-main-view {
    padding: 0
}

.sb-services+.sb-commands {
    background: none repeat scroll 0 0 #e9e9e9;
    padding: 10px
}

.sb-hotel-header .sb-head-right .sb-ibe-title h1 {
    color: #fff;
    font-size: 1em
}

.sb-hotel-header .sb-head-right [class*=" sb-icon-"],
.sb-hotel-header .sb-head-right [class^=sb-icon-] {
    vertical-align: middle
}

.sb-reservation-modification-panel {
    position: relative;
    padding: 10px 0;
    min-height: 18px;
    text-align: center;
    background: #fff
}

.sb-reservation-modification-panel h1 {
    font-size: 1.2em
}

#popupContent {
    zoom: 1
}

#popupContent:after {
    content: "";
    display: block;
    clear: both
}

.ui-widget-overlay {
    background-color: rgba(0, 0, 0, .7);
    background-image: none;
    opacity: unset;
    filter: alpha(opacity=70)
}

.sb-popup-container .ui-dialog-titlebar {
    font-size: 1.125rem;
    font-weight: 700;
    background: 0;
    border-radius: 0;
    border: 0;
    background: #eaeaea;
    color: #5a5b5c;
    padding: 12px 12px 10px;
    text-align: center
}

.ui-corner-all {
    border-radius: 0
}

.ui-dialog .ui-dialog-title {
    float: none;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.1
}

.sb-popup-container #qnt-popup {
    max-height: 500px;
    max-height: 60vh;
    padding: 16px
}

.sb-popup-container #popupContent h2 {
    border: 0;
    color: #5a5b5c;
    padding: 0;
    margin-bottom: 8px;
    font-size: 1.125rem;
    text-transform: uppercase
}

.sb-popup-room-thumb-container {
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #cacbcd
}

.sb-popup-room-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.sb-popup-container .SBCSS_popup-camera-container {
    width: auto;
    padding: 2px;
    position: relative
}

.sb-popup-container .SBCSS_popup-camera-descr {
    float: left;
    width: 380px;
    margin-left: 5px
}

.sb-popup-container .SBCSS_popup-camera-elenco-img {
    float: left;
    overflow: auto;
    overflow-y: auto;
    width: 166px;
    height: auto;
    overflow-x: hidden
}

.sb-popup-container .SBCSS_popup-camera-elenco-img table {
    width: 145px
}

.ui-widget-content {
    border: 0;
    color: #5a5b5c
}

.ui-dialog .ui-dialog-titlebar-close span {
    font-size: .875rem;
    background: 0
}

.SBCSS_Clr {
    clear: both
}

.SBCSS_dvItemRiepilogoUtente {
    border-bottom: solid 1px #e8e8e8
}

.SBCSS_dvItemRiepilogoUtenteNote,
.SBCSS_dvItemRiepilogoUtenteNote .SBCSS_dvNote div.SBCSS_dvLbl2 {
    border-bottom: solid 2px #e0e0e0;
    padding: 0 0 10px 323px;
    position: relative
}

.SBCSS_dvItemRiepilogoUtenteNote .SBCSS_dvNote {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px
}

.SBCSS_dvItemRiepilogoUtenteNote .SBCSS_dvNote .SBCSS_dvNoteTxt {
    font-weight: 700
}

.SBCSS_dvDatiCarta {
    padding-bottom: 5px;
    padding-top: 10px
}

.SBCSS_dvDatiCarta fieldset {
    border: 1px groove #9c9c9c;
    padding: 0 10px 10px
}

.SBCSS_dvDatiCarta fieldset legend {
    padding: 0 4px;
    margin: 0 -4px;
    font-weight: 700
}

.SBCSS_dvCancPoliciesContainer {
    color: #4f4f4f;
    font-size: .75rem;
    padding-top: 5px;
    padding-bottom: 15px
}

.SBCSS_dvCancPoliciesContainer .title {
    font-weight: 700
}

.SBCSS_dvCancPoliciesContainer .text {
    padding-top: 3px
}

.sb-rez-form .sb-cart-head-dates label {
    color: inherit;
    display: inline-block;
    float: none;
    text-align: right
}

.sb-rez-form .sb-total .sb-cart-total-container {
    position: relative;
    bottom: auto;
    right: auto;
    float: none;
    padding: 0
}

.sb-rez-form .sb-total .sb-cart-total-container .sb-cart-total-price-container {
    font-size: 180%
}

.sb-rez-form .sb-total .sb-cart-total-container .sb-cart-total-price-container .sb-cart-discounted-total {
    font-size: 100%
}

.sb-rez-form .sb-total .sb-cart-total-container .sb-cart-total-price-container .sb-cart-total {
    font-size: 80%
}

.sb-rez-form .sb-service.sb-item-container {
    line-height: 1.1em
}

.sb-rez-summ-cart .sb-rez-summ-cart-title.cancelled-rez {
    background: #e85a5a
}

.sb-rez-summ-cart .sb-rez-summ-cart-text {
    margin: 0 0 15px
}

.sb-rez-summ-cart .line-height-28 {
    line-height: 28px
}

.sb-rez-form .sb-rez-summ-cart-print i,
.sb-rez-summ-cart .sb-rez-summ-cart-print i {
    margin: 2px 0 0 10px
}

.sb-rez-form .sb-rez-summ-cart-print {
    float: right
}

.sb-rez-code-and-date {
    font-size: .8125rem;
    color: #000;
    padding: 5px 0 15px;
    line-height: 1.75
}

.sb-rez-code-and-date>div {
    display: inline
}

.sb-rez-code-and-date span {
    font-size: 1rem;
    font-weight: 700
}

.sb-availability-request .sb-cart-head-dates,
.sb-availability-request .sb-cart-head-nrg {
    display: block
}

.sb-availability-request .sb-item-container {
    margin-bottom: 20px
}

.sb-availability-request .sb-rez-form {
    padding: 0
}

.sb-availability-request .sb-item-container,
.sb-availability-request .sb-rez-form {
    padding-left: 0
}

.sb-availability-request.sb-noresult-container:not(.v2) {
    padding-right: 25%
}

@media(max-width:990px) {
    .sb-availability-request.sb-noresult-container:not(.v2) {
        padding-right: 16px
    }
}

.sb-availability-request__info-wrapper {
    margin-top: 8px;
    margin-bottom: 32px
}

.sb-availability-request__info-wrapper div {
    font-size: .875rem
}

.sb-availability-request__info-wrapper div+div {
    margin-top: 4px
}

.sb-availability-request__info-wrapper div label {
    font-weight: 700;
    margin-right: 4px
}

@media(max-width:737px) {
    .sb-availability-request__info-wrapper div {
        width: 100%;
        padding: 8px 0
    }
}

.sb-availability-form__wrapper {
    margin: 16px 0 0
}

.sb-availability-request .sb-availability-request-field {
    font-size: .75rem;
    color: #474747
}

.sb-availability-request .sb-commands {
    text-align: center
}

.sb-availability-request .sb-commands span {
    font-size: .75rem;
    display: block;
    margin-top: 4px
}

.sb-availability-request .sb-availability-request-field label {
    margin-top: 10px
}

.sb-availability-request .sb-availability-request-field label.error {
    color: #c00;
    margin-left: 25%;
    display: block
}

.sb-availability-request .sb-availability-request-field label span {
    font-size: .625rem;
    display: inline;
    line-height: 1;
    margin-left: 5px
}

.sb-availability-request .sb-availability-request-field input,
.sb-availability-request .sb-availability-request-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 5px
}

.sb-availability-request .sb-availability-request-field textarea {
    line-height: 1.4
}

.sb-availability-request .sb-availability-request-field input {
    height: 24px
}

.sb-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    display: none
}

.sb-overlay-box {
    padding: 0 10px 10px;
    overflow: hidden;
    position: fixed;
    width: 500px;
    margin: auto;
    z-index: 10001;
    background: #fff;
    display: none
}

@media(max-width:480px) {
    .sb-overlay-box {
        width: auto;
        left: 15px !important;
        right: 15px !important
    }
}

.sb-overlay-box .notification-error {
    font-size: .875rem;
    font-weight: 700
}

.sb-overlay-box .notification-warning {
    font-size: .8125rem
}

.sb-rez-form.pop-up-tmpl {
    padding: 10px 30px !important
}

@media(max-width:480px) {
    .sb-rez-form.pop-up-tmpl {
        padding: 5px 10px !important
    }
}

.sb-rez-form.pop-up-tmpl .sb-commands {
    float: right !important;
    width: 100%;
    text-align: center
}

@media(max-width:480px) {
    .sb-rez-form.pop-up-tmpl .sb-commands {
        margin-top: 10px
    }
}

.sb-rez-form.pop-up-tmpl .form-rez-checkbox {
    display: table
}

.sb-rez-form.pop-up-tmpl .form-rez-checkbox input {
    margin: 0 6px 0 0;
    display: table-cell
}

.sb-rez-form.pop-up-tmpl .form-rez-checkbox label {
    display: table-cell;
    margin: 0;
    font-weight: 400;
    font-size: .9em
}

.sb-save-search-popup-tmpl {
    position: relative
}

.save-search-popup-container {
    width: 900px !important;
    padding: 0
}

@media(max-width:600px) {
    .save-search-popup-container {
        width: 90% !important;
        left: 5% !important;
        top: 2% !important
    }
}

.save-search-popup-left-side {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url(/fo/content/images/responsive/login-bg-1.jpg);
    background-position: center top;
    background-size: cover
}

.save-search-popup-left-side .hotel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.save-search-popup-left-side h2 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5), 0 2px 15px rgba(0, 0, 0, .5)
}

@media(max-width:480px) {
    .save-search-popup-left-side h2 {
        font-size: 1.8em;
        line-height: 1
    }
}

@media(max-width:600px) {
    .save-search-popup-left-side {
        display: none
    }
}

.save-search-popup-right-side {
    position: relative;
    left: 50%;
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 15px;
    min-height: 500px
}

@media(max-width:600px) {
    .save-search-popup-right-side {
        left: 0;
        width: 100%
    }
}

@media(max-width:600px) {
    .save-search-popup-tmpl-confirm .save-search-popup-right-side {
        min-height: 0
    }
}

.save-search-popup-right-side .save-search-popup-tmpl-text {
    padding: 0 30px 10px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:600px) {
    .save-search-popup-right-side .save-search-popup-tmpl-text {
        transform: translateY(0);
        top: 0;
        position: relative
    }
}

@media(max-width:480px) {
    .save-search-popup-right-side .save-search-popup-tmpl-text {
        padding: 15px 10px 5px !important
    }
}

.save-search-popup-right-side .save-search-popup-tmpl-text h3 {
    font-weight: 600;
    margin-bottom: 15px
}

.save-search-popup-right-side .save-search-popup-tmpl-text p {
    text-align: justify
}

@media(min-width:600px) {
    .save-search-popup-right-side .save-search-popup-tmpl-text p {
        line-height: 1.2
    }
}

.save-search-popup-right-side .sb-rez-form.pop-up-tmpl {
    padding: 10px 0 !important
}

@media(max-width:480px) {
    .save-search-popup-right-side .sb-rez-form.pop-up-tmpl {
        padding: 5px 0 !important
    }
}

.save-search-popup-right-side .input-container {
    padding: 15px 0;
    margin: 0 -5px
}

@media(max-width:480px) {
    .save-search-popup-right-side .input-container {
        padding: 10px 0;
        margin: 0
    }
}

.save-search-popup-right-side .sb-logo-modal {
    width: 87px;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 50%;
    background-image: url(/fo/content/images/powered-sb.png);
    background-size: cover;
    height: 13px;
    transform: translateX(-50%)
}

.input-container {
    width: auto;
    padding: 15px 35px;
    position: relative;
    margin: 0 -40px
}

@media(max-width:480px) {
    .input-container {
        width: 100%;
        padding: 10px 35px
    }
}

.form-field-popup {
    float: left;
    padding: 0 1%;
    width: 31.3334%
}

@media(max-width:480px) {
    .form-field-popup {
        float: none;
        width: 100%;
        padding: 5px 1%
    }
}

.form-field-popup input {
    background: #eee;
    height: 30px;
    box-sizing: border-box;
    padding: 6px 10px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #999
}

.sb-bookback-cart {
    margin: 0 8px;
    margin-top: 16px
}

@media(max-width:990px) {
    .sb-bookback-cart {
        margin: 8px 0
    }
}

@media(min-width:991px) {
    .sb-bookback-cart {
        width: 32%;
        float: left;
        padding-right: 8px;
        margin: 0
    }
}

@media(min-width:1500px) {
    .sb-bookback-cart {
        width: 28%
    }
}

.sb-bback-cart {
    font-size: .875rem;
    position: relative
}

.sb-bback-cart h2 {
    margin-bottom: 20px
}

.sb-bback-cart .sb-button.big {
    margin: 20px 0 10px;
    max-width: 100%
}

.sb-bback-cart .expiration-date {
    margin-top: 2rem;
    font-weight: 700;
    display: block
}

.sb-bback-cart .btn-reject-proposals-cmd,
.sb-bback-cart .btn-reject-proposals-show-cmd {
    float: right;
    background: #dc3522;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-out 0s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    border-radius: 3px;
    background-clip: padding-box
}

.sb-bback-cart .btn-reject-proposals-cmd:hover,
.sb-bback-cart .btn-reject-proposals-show-cmd:hover {
    background: #bb2d1d
}

.sb-bback-cart .btn-reject-proposals-hide-cmd {
    float: left
}

.sb-bback-cart textarea.reject-reason {
    width: 100%;
    min-height: 65px;
    border: 1px solid #cacbcd;
    margin-top: 8px;
    padding: 6px 8px
}

.sb-bback-cart .bookback-notes-for-customer-label {
    line-height: .8em;
    font-weight: 700;
    display: block
}

.sb-bback-cart .bookback-notes-for-customer {
    font-size: .9em;
    color: #8a8b8c
}

.processing-message-container .text-container {
    text-align: center;
    padding: 10px;
    font-size: .75rem
}

.processing-message-container .spinner-container {
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin: auto
}

.processing-message-container .spinner-container .spinner {
    top: 50%;
    left: 50%
}

.paypal-overlay-container {
    width: auto;
    border-radius: 10px
}

.paypal-overlay-container .paypal-response-container {
    padding: 40px;
    text-align: center;
    max-width: 300px
}

.paypal-overlay-container .paypal-response-container .paypal-message-container.error h2 {
    color: #b11c1c
}

.paypal-overlay-container .paypal-response-container .paypal-message-container.success h2 {
    color: green
}

.paypal-overlay-container .paypal-response-container .paypal-message-container h2 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bolder
}

.paypal-overlay-container .paypal-response-container .paypal-message-container h2:before {
    content: url(/fo/images/img_paypal.png);
    position: relative;
    padding: 0;
    float: left;
    min-width: 30px;
    line-height: 167%;
    margin: 0;
    margin-right: 10px
}

.paypal-overlay-container .paypal-response-container .paypal-message-container h3 {
    text-align: left;
    margin: 20px 0;
    line-height: 1.5em;
    font-size: 1.4em
}

.paypal-overlay-container .paypal-response-container .paypal-message-container .paypal-error-detail {
    display: none
}

.paypal-overlay-container .paypal-response-container .paypal-message-container .sb-commands {
    margin: 20px 0;
    margin-bottom: 30px
}

.paypal-overlay-container .paypal-response-container .paypal-message-container .sb-commands a.sb-button {
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    font-weight: 100;
    margin-top: 10px
}

.paypal-overlay-container .paypal-response-container .paypal-message-container a {
    color: #989898
}

.paypal-overlay-container .paypal-response-container .paypal-message-container p {
    margin-top: 5px;
    padding: 2%;
    text-align: justify
}

.triangle-wrapper {
    margin-bottom: 150px
}

.triangle {
    background: #fff;
    position: relative;
    margin-bottom: 50px
}

.triangle:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.triangle--bottom:after {
    bottom: -43px;
    margin-left: 50%;
    left: -21px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.sb-offer-element-mealplanlist .sb-mp-tooltip-icon {
    display: inline;
    position: relative;
    padding-top: 9px;
    margin-left: 2px
}

.sb-offer-btns {
    margin-top: 15px
}

.sb-img-offer-detail {
    width: 200px
}

.sb-package-room,
.sb-package-visibility-period {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.1
}

.sb-package-item-price {
    font-size: 1.5em;
    font-weight: 700
}

.sb-package-item-price+div {
    margin-bottom: 15px
}

.sb-img-offer-detail,
.sb-img-package-detail {
    width: 100%
}

.sb-offer-title {
    font-size: 1rem
}

.sb-offer-head-container {
    display: table-row;
    background: #f5f5f5;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: -12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cacbcd;
    border-top: 0
}

@media(max-width:737px) {
    .sb-offer-head-container {
        margin: 0;
        background: #fff;
        padding: 0 0 8px
    }
}

.sb-package-head-container {
    display: table-row;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: -12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:737px) {
    .sb-package-head-container {
        margin: 0;
        background: #fff;
        padding: 0 0 8px
    }
}

.sb-offer-detail-body,
.sb-offer-title-container,
.sb-package-detail-body,
.sb-package-title-container {
    vertical-align: top;
    display: table-cell;
    width: 65%;
    text-align: justify;
    box-sizing: border-box;
    padding: 0 15px 0 0
}

@media(max-width:737px) {

    .sb-offer-detail-body,
    .sb-offer-title-container,
    .sb-package-detail-body,
    .sb-package-title-container {
        display: block;
        text-align: left;
        padding: 0;
        width: 100%
    }
}

.sb-offer-detail-side,
.sb-package-detail-side {
    display: table-cell;
    width: 35%;
    position: relative
}

@media(max-width:737px) {

    .sb-offer-detail-side,
    .sb-package-detail-side {
        display: block;
        width: 100%
    }
}

.sb-offer-detail-side,
.sb-package-detail-side {
    background: #f5f5f5
}

.sb-package-reservation-date-container {
    box-sizing: border-box;
    padding: 16px;
    background: #f5f5f5
}

.sb-sharing-toolbar {
    padding-right: 0;
    margin-left: auto
}

.sb-package-reservation-date-container {
    text-align: center
}

@media(max-width:737px) {
    .sb-package-reservation-date-container {
        margin-top: 16px
    }
}

.sb-cancellation-policy-container {
    box-sizing: border-box;
    padding: 16px;
    font-size: .6875rem;
    width: 100%;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.sb-offer-element-title {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 8px
}

.sb-cancellation-policy-container.package {
    padding: 0;
    position: relative
}

.sb-package-subtitle {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 10px
}

.sb-package-text-contanier {
    padding: 0 15px
}

.sb-package-visibility-range {
    font-weight: 500;
    color: #dd9940;
    padding: 2px 8px;
    margin-top: 8px;
    margin-bottom: 16px;
    border: solid 1px #dd9940;
    text-align: center;
    font-size: .95em;
    display: inline-block
}

.sb-package-checkin-title {
    font-size: 1.125rem;
    font-weight: 700
}

.sb-package-checkin-lbl {
    display: block;
    text-transform: uppercase
}

.sb-package-checkin img {
    cursor: pointer
}

.sb-package-checkin-sel-date {
    font-size: 1.4em;
    font-weight: 700
}

.sb-package-checkout {
    color: #8e8e8e;
    display: block
}

.sb-package-em {
    font-size: .9375rem;
    line-height: 18px;
    font-weight: 700
}

.sb-package-detail {
    padding: 16px;
    background: #fff;
    border: 1px solid #cacbcd
}

.sb-package-price-container {
    border-top: 1px solid #ccc;
    margin: 15px 0;
    padding: 15px 0 0
}

.sb-package-price {
    font-size: .9375rem;
    line-height: 18px;
    font-weight: 700;
    color: #449d44
}

.sb-package-checkin input {
    font-size: .9375rem;
    line-height: 18px;
    font-weight: 700;
    color: #449d44;
    height: 20px;
    width: 92px
}

.sb-pakgs-datepicker-available .ui-state-default {
    background: 0;
    border-color: #64ff64;
    background-color: #d2ffd2
}

.sb-pakgs-datepicker-not-available .ui-state-default {
    background: 0;
    border-color: #990505;
    background-color: #fb8383
}

.sb-package-reservation-date-container .sb-done-cmd {
    max-width: 100%;
    width: 100%;
    margin: 0 0 15px
}

.sb-package-widget-content .sb-book-button-column .sb-button {
    margin-right: 10px;
    margin-top: 10px;
    padding-right: 24px;
    padding-left: 12px
}

.slider-pagination {
    margin: 0 10px 10px;
    float: left
}

.slider-pagination li {
    float: left;
    margin: 0 1px 0 0;
    list-style: none
}

.slider-pagination li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    border-radius: 50%;
    background: #cacbcd;
    float: left;
    overflow: hidden;
    margin: 0 2px
}

.slider-pagination li.current a {
    background: #004274
}

.sb-img-package-container {
    max-height: 300px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative
}

.sb-img-offer-container {
    max-height: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative
}

.sb-img-offer-container .sb-sharing-toolbar,
.sb-img-package-container .sb-sharing-toolbar {
    margin-top: 10px;
    margin-bottom: 10px
}

.sb-rez-payment-type-message {
    font-size: .9em;
    margin-bottom: 5px
}

.sb-payment-instruction-mex span {
    font-weight: 700
}

.sb-payment-detail-table {
    border: 1px solid #c6e5c6;
    border-collapse: collapse;
    margin-bottom: 5px
}

.sb-payment-detail-table td {
    padding: 2px 4px
}

.sb-payment-detail-label {
    width: 30%;
    color: #7e7e7e;
    font-weight: 700;
    line-height: 22px
}

.sb-payment-detail-value {
    line-height: 22px;
    font-weight: 700
}

.sb-payment-detail-notes {
    background-color: #fff7d9;
    font-size: .75rem;
    line-height: 17px;
    padding: 10px
}

.sb-credit-card-expiration-msg {
    display: -ms-flexbox;
    display: flex
}

#paymentExtendedPrivacy {
    padding: 10px
}

.SBCSS_DvPopUp,
.SBCSS_TabTariffe {
    font-size: .8125rem
}

.SBCSS_TabTariffe .SBCSS_tdHead {
    font-size: .625rem;
    white-space: nowrap;
    padding: 2px 5px;
    width: 60px;
    margin-bottom: 3px;
    text-align: center
}

.SBCSS_TabTariffe .SBCSS_tdHead span {
    font-size: .75rem
}

.SBCSS_TabTariffe .SBCSS_tdHeadOut {
    background-color: #dcdcdc
}

.SBCSS_TabTariffe .SBCSS_tdHeadIn {
    background-color: #ccdecd
}

.SBCSS_TabTariffe .SBCSS_tdHeadOutWE {
    background-color: #989898
}

.SBCSS_TabTariffe .SBCSS_tdHeadInWE {
    background-color: #8d9f8e
}

.SBCSS_TabTariffe .SBCSS_tdRate {
    font-size: .75rem;
    height: 40px;
    text-align: right;
    vertical-align: top;
    padding: 5px
}

.SBCSS_TabTariffe .SBCSS_tdRateOut {
    background-color: #f2f2f2
}

.SBCSS_TabTariffe .SBCSS_tdRateIn {
    background-color: #e1f3e2
}

.SBCSS_TabTariffe .SBCSS_tdRateOutWE {
    background-color: #dedede
}

.SBCSS_TabTariffe .SBCSS_tdRateInWE {
    background-color: #cee0cf
}

.SBCSS_TabTariffe .SBCSS_tdSepVert {
    font-size: 1px;
    height: 3px;
    background-color: #fff
}

.sb-privacy-popup-box {
    height: 400px;
    overflow: auto
}

.sb-noresult-calendar-loading {
    display: none
}

.sb-noresult-calendar {
    display: none;
    padding: 0 0 10px
}

.SBCSS_popup-camera-container {
    width: 460px;
    padding: 6px
}

.SBCSS_popup-camera-elenco-img {
    float: left;
    overflow: auto;
    width: 163px;
    height: 265px
}

.SBCSS_popup-camera-descr {
    float: right;
    width: 282px
}

.SBCSS_DvCalDisp {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 580px
}

.SBCSS_DvCalDisp .SBCSS_dvBox {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border: solid 1px #000;
    padding: 4px
}

.SBCSS_DvCalDisp .SBCSS_dvShadow {
    background-color: #000;
    z-index: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 586px;
    height: 271px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5
}

.SBCSS_TitoloBoxCalDisp {
    color: #fff;
    width: 580px;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    background-color: #4967a0;
    height: 27px;
    background-image: url(/fo/images/gradient.gif);
    background-repeat: repeat-y
}

.SBCSS_TitoloBoxCalDisp div.SBCSS_Tit {
    padding-top: 4px;
    padding-left: 6px;
    float: left
}

.SBCSS_TitoloBoxCalDisp div.SBCSS_Close {
    float: right;
    padding-right: 4px;
    padding-top: 3px
}

.SBCSS_dvTabPeriodo {
    overflow: auto;
    margin-top: 5px
}

.SBCSS_TabPeriodo {
    width: 100%;
    font-size: .6875rem;
    border-collapse: collapse;
    border: solid 1px #cfcfcf
}

.SBCSS_TabPeriodo td {
    text-align: center;
    border: solid 1px #fff;
    vertical-align: middle
}

.SBCSS_TabPeriodo td.SBCSS_tdCam {
    width: 100px;
    text-align: left;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div.SBCSS_Cam {
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px
}

@media screen and (max-width:1250px) {
    .SBCSS_TabPeriodo td.SBCSS_tdCam div.SBCSS_Cam {
        max-width: 120px
    }
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div.SBCSS_LnkAltCam {
    float: left;
    width: 10px;
    padding-left: 2px
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div.SBCSS_divAltCam {
    width: 82px;
    overflow: visible;
    clear: both
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div.SBCSS_divAltCam div {
    width: 82px;
    height: 15px;
    white-space: nowrap;
    overflow: hidden
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div a,
.SBCSS_TabPeriodo td.SBCSS_tdCam div a:link,
.SBCSS_TabPeriodo td.SBCSS_tdCam div a:visited {
    color: #000;
    text-decoration: none
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div a:active,
.SBCSS_TabPeriodo td.SBCSS_tdCam div a:hover {
    color: red;
    text-decoration: underline
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div a.SBCSS_LnkAltCam {
    color: #000;
    text-decoration: none
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div a.SBCSS_LnkAltCam:link {
    color: #000;
    text-decoration: none
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div a.SBCSS_LnkAltCam:visited {
    color: #000;
    text-decoration: none
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div a.SBCSS_LnkAltCam:hover {
    color: #000;
    text-decoration: none
}

.SBCSS_TabPeriodo td.SBCSS_tdCam div a.SBCSS_LnkAltCam:active {
    color: #000;
    text-decoration: none
}

.SBCSS_TabPeriodo td.SBCSS_D {
    background-color: green
}

.SBCSS_TabPeriodo td.SBCSS_ND {
    background-color: #c60000
}

.SBCSS_TabPeriodo td.SBCSS_Mese {
    width: auto;
    height: 20px;
    text-align: left;
    color: #3a3b3c;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.SBCSS_TabPeriodo td.SBCSS_Mese .SBCSS_Mese_Text_Div {
    position: relative
}

.SBCSS_TabPeriodo td.SBCSS_Mese .SBCSS_Mese_Text {
    position: absolute;
    white-space: nowrap;
    top: 3px;
    left: 0
}

.SBCSS_dvCalDispLegenda {
    margin-top: 5px;
    height: 30px
}

.SBCSS_dvCalDispLegenda .SBCSS_dvLeg {
    float: left
}

.SBCSS_dvCalDispLegenda .SBCSS_dvLeg .SBCSS_Leg1 {
    width: 12px;
    float: left;
    height: 12px
}

.SBCSS_dvCalDispLegenda .SBCSS_dvLeg .SBCSS_Leg2 {
    padding-left: 3px;
    float: left;
    font-size: .6875rem
}

.SBCSS_dvCalDispLegenda .SBCSS_dvLeg .SBCSS_Leg3 {
    width: 12px;
    height: 12px;
    float: left
}

.SBCSS_dvCalDispLegenda .SBCSS_dvLeg .SBCSS_Leg4 {
    padding-left: 3px;
    float: left;
    font-size: .6875rem
}

.SBCSS_dvCalDispLegenda .SBCSS_MinStay {
    margin-left: 15px;
    float: right;
    font-size: .6875rem;
    width: 300px
}

.SBCSS_dvCalDispLegenda .SBCSS_CamAlt {
    float: right;
    font-size: .6875rem;
    width: 130px;
    text-align: left
}

.SBCSS_HeadWE {
    font-size: .6875rem;
    color: #5a5b5c;
    background-color: #ddd;
    font-weight: 700
}

.SBCSS_Head {
    font-size: .6875rem;
    color: #5a5b5c;
    background-color: #ededed
}

.SBCSS_Disp {
    font-size: .625rem;
    color: #000;
    background-color: #61b361
}

.SBCSS_DispWE {
    font-size: .625rem;
    color: #000;
    background-color: #61b361
}

.SBCSS_NDisp {
    font-size: .625rem;
    color: #fff;
    background-color: #dc3522
}

.SBCSS_NDispWE {
    font-size: .625rem;
    color: #fff;
    background-color: #dc3522
}

.SBCSS_HeadPax {
    font-size: .6875rem;
    color: #1b3578;
    background-color: #ddd;
    font-weight: 700;
    padding: 0 6px
}

.SBCSS_Pax {
    font-size: .625rem;
    color: #1b3578;
    background-color: #ededed
}

.SBCSS_Pax div {
    height: 15px
}

.SBCSS_TabPeriodo td.SBCSS_SelHeadDay {
    background-color: #c3c3c3
}

.SBCSS_TabPeriodo td.SBCSS_SelHeadDayWE {
    background-color: #b3b3b3
}

.SBCSS_TabPeriodo td.SBCSS_SelDayDisp {
    background-color: #61b361;
    border: 1px solid #fff
}

.SBCSS_TabPeriodo td.SBCSS_SelDayDispWE {
    background-color: #447d44;
    border: 1px solid #fff
}

.SBCSS_TabPeriodo td.SBCSS_SelDayNDisp {
    background-color: #dc3522;
    border: 1px solid #fff
}

.SBCSS_TabPeriodo td.SBCSS_SelDayNDispWE {
    background-color: #9a2518;
    border: 1px solid #fff
}

.SBCC_btn-richiedi-disponibilita {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.SBCC_btn-mostra-calendario-disponibilita {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.SBCC_btn-effettua-nuova-ricerca {
    float: left;
    margin-bottom: 10px
}

.sb-canc-pol-popup-title {
    font-size: .875rem;
    font-weight: 700;
    color: #616161;
    border-bottom: solid 1px #8f8f8f;
    padding: 2px 8px 2px 0;
    margin-bottom: 7px
}

#ui-datepicker-div {
    display: none
}

.room-feature-category {
    margin-top: 10px
}

.room-feature-category>li {
    font-weight: 700;
    margin-bottom: 10px
}

.room-feature {
    margin-top: 2px
}

.room-feature li {
    font-weight: 400;
    margin-bottom: 3px
}

.sb-popup-container-room-info .ui-widget-header {
    background: 0;
    border: 0;
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 2
}

.ui-widget-header .ui-dialog-titlebar-close {
    background-color: rgba(255, 255, 255, .5);
    color: #3a3b3c;
    width: 23px;
    height: 24px;
    padding: 0;
    right: 3px;
    top: 3px;
    margin: 0
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: 0;
    background-color: #bbb;
    border: 0
}

@media(max-width:737px) {
    .offer-container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .offer-container .info-offerta__img {
        margin-bottom: 1rem
    }
}

.info-offerta__img,
.info-servizio__img {
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0 !important;
    width: 100%
}

@media(min-width:738px) {

    .info-offerta__img,
    .info-servizio__img {
        height: 100%;
        width: 50%;
        margin-right: 16px !important
    }
}

.info-servizio__prezzo {
    font-size: 1.125rem;
    font-weight: 700
}

.ui-dialog {
    box-sizing: content-box;
    padding: 0;
    box-shadow: 0 2px 40px 0 rgba(68, 68, 68, .75)
}

.ui-dialog--special-offer .ui-dialog-titlebar {
    background: #61b361;
    color: #fff
}

.ui-dialog--secret-offer .ui-dialog-titlebar {
    background: #004274;
    color: #fff
}

.ui-dialog--timed-offer .ui-dialog-titlebar {
    background: #ff8619;
    color: #fff
}

.sb-login-popup-container {
    padding: 0
}

.sb-login-popup-container .ui-dialog-titlebar {
    margin: 0
}

.ui-dialog .ui-dialog-title {
    margin: 0 0 8px
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0;
    padding: 0;
    padding: 12px 16px;
    border-top: 1px solid #eaeaea
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0
}

.popup-open {
    overflow: hidden
}

.sb-enchanting-message-swiper,
.sb-room-swiper-container {
    background: #000
}

@media screen and (min-width:738px) {

    .sb-enchanting-message-swiper,
    .sb-room-swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0
    }
}

.sb-room-info-container {
    float: right;
    overflow: auto;
    width: 310px;
    height: 300px;
    margin-top: 16px
}

@media(max-width:737px) {
    .sb-room-info-container {
        float: none;
        width: 100%;
        height: auto
    }
}

.sb-room-info-content {
    margin: 16px
}

.sb-enchanting-message-swiper,
.sb-room-swiper {
    width: 100%;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:738px) {

    .sb-enchanting-message-swiper,
    .sb-room-swiper {
        height: 100%
    }
}

.fullscreen .swiper-slide {
    background-color: rgba(0, 0, 0, .7)
}

.swiper-slide {
    text-align: center;
    background-color: #000;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-slide .swiper-slide__bg {
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
    filter: blur(3px) grayscale(40%);
    background-size: cover;
    background-position: center center;
    opacity: .75
}

.ui-dialog .swiper-slide-counter {
    background: #333;
    padding: 4px 6px;
    font-size: .625rem;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

@media screen and (min-width:738px) {
    .ui-dialog .swiper-slide-counter {
        display: none
    }
}

body.swiper-fullscreen {
    background: #000
}

.sb-swiper-container.fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000
}

.sb-swiper-container.fullscreen .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.sb-swiper-container.fullscreen .btn-close {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #fff;
    z-index: 1;
    background-position: -98px -130px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 5px solid #fff;
    background-image: url(/fo/content/js/jquery-ui-1.8.12/themes/base/images/ui-icons_222222_256x240.png);
    box-sizing: border-box;
    cursor: pointer
}

.swiper-slide .swiper-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.swiper-slide .swiper-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    z-index: 2
}

.swiper-slide-counter svg {
    vertical-align: bottom;
    display: inline-block
}

.sb-hotel-img-thumbnails-container,
.sb-room-img-thumbnails-container {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
    z-index: 2;
    padding: 1px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .65)
}

@media screen and (max-width:737px) {

    .sb-hotel-img-thumbnails-container,
    .sb-room-img-thumbnails-container {
        display: none
    }
}

.sb-hotel-img-thumbnails-container a,
.sb-room-img-thumbnails-container a {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: cover;
    box-shadow: inset 0 0 0 0 #004274;
    transition: all .2s ease;
    margin: 2px;
    position: relative
}

.sb-hotel-img-thumbnails-container a:after,
.sb-room-img-thumbnails-container a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all .2s ease
}

.sb-hotel-img-thumbnails-container a:hover:after,
.sb-room-img-thumbnails-container a:hover:after {
    background: rgba(255, 255, 255, .25)
}

.sb-hotel-img-thumbnails-container a.active,
.sb-room-img-thumbnails-container a.active {
    box-shadow: inset 0 0 0 3px #004274
}

@media screen and (max-width:737px) {
    #qnt-fullscreen-dialog {
        overflow: scroll
    }
}

.sb-room-info-name {
    margin-bottom: 10px
}

.sb-room-info-descr {
    white-space: pre-wrap
}

.sb-room-info-size {
    background: none repeat scroll 0 0 #eee;
    font-size: .875rem;
    font-weight: 500;
    margin-top: 5px;
    padding: 2px 6px;
    text-align: center
}

.sb-room-info-size span {
    font-size: 1rem;
    font-weight: 700
}

.sb-room-info-features-container {
    margin-top: 16px
}

.sb-room-info-features-container h3 {
    position: relative;
    text-align: center;
    font-size: .875rem
}

.sb-room-info-features-container h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #cacbcd;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px
}

.sb-room-info-features-container h3 span {
    position: relative;
    background: #fff;
    padding: 2px 8px;
    z-index: 1
}

.sb-room-info-features h3 {
    margin-bottom: 10px
}

.sb-room-info-top-features {
    padding-top: 8px
}

.sb-room-info-top-features li {
    margin: 0 0 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sb-room-info-top-features li .sb-icon-amenities {
    margin: 0 4px 0 0
}

.sb-room-info-top-features li:last-child {
    margin-bottom: 0
}

.sb-room-info-other-features li {
    display: inline-block;
    background-color: #eaeaea;
    border-radius: 8px 0;
    padding: 2px 6px;
    margin: 2px 2px 2px 0;
    text-transform: uppercase;
    font-size: .6875rem;
    box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, .15);
    font-weight: 500;
    letter-spacing: .25px
}

.sb-room-info-other-features {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #cacbcd
}

#qnt-popup #dlTariffe {
    width: 100%
}

#qnt-popup #dlTariffe td {
    width: 14.28%;
    text-align: center
}

.popupContent-treatments {
    padding: 2px 5px;
    background-color: #ddd;
    border-radius: 4px;
    margin-top: 5px
}

.popupContent-night-include {
    margin: 15px 0
}

.popupContent-night-include>div {
    display: block;
    clear: both;
    margin: 5px 0
}

.ui-dialog-buttonset button:hover {
    background-color: #31b0d5
}

.ui-dialog-loading {
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 1rem;
    font-weight: 500;
    color: #aaabad
}

.ui-dialog-loading:before {
    content: "\f013";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    text-decoration: inherit;
    animation: fa-spin 2s infinite linear;
    margin-right: 8px;
    line-height: 0;
    position: relative;
    top: 4px
}

.sb-package-text-contanier .sb-dec-part {
    font-size: 80%
}

.sb-rez-form .form-claim {
    font-size: 1rem;
    color: #1a971a;
    font-weight: 700;
    line-height: 20px
}

.sb-rez-form form {
    width: 97%;
    margin: auto;
    position: relative;
    overflow: hidden
}

.sb-small-header {
    font-size: 1.2em
}

.sb-small-header .sb-small-title {
    padding: 10px
}

.sb-rez-form .sb-rooms-container {
    margin-top: 30px
}

.sb-rez-form li {
    background: url(/fo/content/images/list-icon.png) no-repeat;
    color: green;
    margin: 5px 0;
    padding: 0 0 0 30px
}

.sb-rez-form .form-fieldClr {
    clear: both;
    zoom: 1
}

.sb-rez-form .form-fieldFltL {
    float: left
}

.sb-rez-form .form-fieldFltR {
    float: left
}

.sb-rez-form .form-field {
    float: left;
    width: 50%;
    padding: 0
}

.sb-rez-form .form-field2 {
    float: left;
    width: 50%;
    padding: 0
}

.sb-rez-form .form-field-hospitalitymodel {
    clear: both;
    margin: 0 1%;
    float: left;
    width: 98%
}

.sb-rez-form .form-field-hospitalitymodel select {
    height: 30px;
    width: 100%
}

.sb-rez-form .form-field-address,
.sb-rez-form .form-field-textarea {
    clear: both;
    padding: 10px 0 0;
    margin: 0 1%;
    float: left;
    width: 98%;
    min-height: 65px
}

.sb-rez-form .form-field .input-validation-error {
    border: 1px solid #f40000
}

.sb-rez-form .form-field span.error {
    width: auto;
    color: #f40000;
    float: right;
    margin-right: 15px
}

.sb-rez-form .form-field label {
    width: 43%;
    margin-right: 3%
}

.sb-rez-form .form-field-textarea label {
    margin-right: 1.4%
}

.sb-rez-form .form-field-address label {
    width: 100%;
    margin-right: 14px
}

.sb-rez-form .form-field2 label {
    width: 120px
}

.sb-rez-form .form-field-address label span,
.sb-rez-form .form-field2 label span {
    font-size: .5rem;
    color: #858585;
    line-height: 8px
}

.sb-rez-form .input-validation-error {
    border: 1px solid #f40000
}

.sb-rez-form .field-validation-error {
    float: left;
    border-bottom: 3px solid #ff5454;
    color: #ff5454;
    display: block;
    text-align: left;
    margin-top: 2px 0 10px;
    padding: 5px 0
}

.sb-rez-form .form-field2 .ccv2-validation-error {
    color: #f40000;
    display: block
}

.sb-rez-form .form-field2 label.error {
    width: auto;
    color: #f40000;
    float: right;
    margin-right: 50px
}

.sb-rez-form .form-field-address .input-validation-error {
    border: 1px solid #f40000
}

.sb-rez-form .form-field-address .field-validation-error {
    display: inline-block;
    background-color: #ff5454;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 2px;
    padding: 1px 5px
}

.sb-rez-form .form-field-address label.error {
    width: auto;
    color: #f40000;
    float: left;
    margin-left: 115px
}

.sb-rez-form .form-field label b,
.sb-rez-form .form-field-address label b,
.sb-rez-form .form-field2 label b {
    color: #f40000
}

.sb-rez-form .form-field,
.sb-rez-form .form-field2 {
    width: 48%;
    margin: 0 1%
}

.sb-rez-form .form-field input,
.sb-rez-form .form-field label,
.sb-rez-form .form-field select,
.sb-rez-form .form-field2 input,
.sb-rez-form .form-field2 label,
.sb-rez-form .form-field2 select {
    width: 100%
}

.sb-rez-form .form-field-ccv2 {
    clear: both
}

.sb-rez-form .form-field-expire #credit-card-exp-month {
    width: 55px
}

.sb-rez-form .form-field-expire #credit-card-exp-year {
    width: 70px;
    margin-left: 5px
}

.sb-rez-form .form-field-ccv2 input {
    width: 40px
}

.sb-rez-form .form-field-textarea {
    padding-bottom: 18px
}

.sb-rez-form .form-field-address input {
    width: 100%
}

.sb-rez-form .form-field-textarea span {
    display: block;
    font-weight: 400;
    line-height: normal
}

.sb-rez-form .form-rez-checkbox {
    clear: both;
    padding: 10px 0
}

.sb-rez-form .form-rez-checkbox label {
    float: none;
    display: inline
}

.sb-rez-form .form-rez-checkbox label.error {
    display: block;
    color: #f40000;
    font-weight: 700;
    margin-left: 40px
}

.sb-rez-form .sb-rez-title-info-guest {
    color: #7e7e7e;
    padding-bottom: 12px;
    font-weight: 700
}

.sb-rez-form .sb-rez-summary-title-info-card,
.sb-rez-form .sb-rez-title-info-card {
    color: #7e7e7e;
    padding-top: 26px;
    font-weight: 700
}

.sb-rez-summary-info-guest:last-child {
    margin-left: 2%
}

.sb-rez-form .sb-rez-summary-title-info-card {
    padding-top: 15px;
    padding-bottom: 15px
}

.sb-rez-form .sb-rez-message-info-card {
    color: #1a971a;
    font-size: .75rem;
    font-weight: 700;
    font-style: italic
}

.sb-rez-form .sb-rez-message-info-card-custom {
    font-size: .5625rem;
    font-style: italic
}

.sb-rez-form .sb-verisign-table {
    width: 80px
}

.sb-rez-form .sb-verisign-table .text {
    color: #7e7e7e;
    font-size: .6875rem;
    padding-left: 5px
}

.sb-rez-form .sb-verisign-table .text a {
    color: #7e7e7e
}

.sb-rez-form .sb-verisign-table .ico {
    vertical-align: top;
    padding-top: 0
}

.sb-rez-form .form-to-contact {
    color: #9a9a9a;
    font-size: .6875rem;
    padding: 10px 0;
    margin: 0 1%;
    clear: both;
    border-bottom: 1px solid #c6e5c6
}

.sb-rez-form .sb-commands span.ttr {
    text-align: right
}

.sb-rez-form .button-step-one {
    margin-top: 0;
    margin-right: 10px;
    text-align: right
}

.sb-rez-form.sb-print.big {
    background-image: none
}

.sb-condition-popup-link,
.sb-privacy-popup-link {
    text-decoration: underline !important;
    cursor: pointer;
    color: #2c5f83 !important
}

.rez-currency-info {
    left: 10px;
    bottom: 10px;
    z-index: 1
}

.sb-payments-tabs .sb-tablink.sb-tabpane-104:before,
.sb-payments-tabs .sb-tablink.sb-tabpane-4:before {
    content: url(/fo/images/img_cc.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-5:before {
    content: url(/fo/images/img_vaglia.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-1:before {
    content: url(/fo/images/img_bonifico.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-3:before {
    content: url(/fo/images/img_vaglia.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-7:before {
    content: url(/fo/images/img_datatrans.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-6:before {
    content: url(/fo/images/img_paypal.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-8:before {
    content: url(/fo/images/img_cartasi.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-9:before {
    content: url(/fo/images/img_airpay.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-10:before {
    content: url(/fo/images/img_igfs.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-11:before {
    content: url(/fo/images/img_paymaya.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-12:before {
    content: url(/fo/images/img_bitpay.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-15:before {
    content: url(/fo/images/img_pelecard.png)
}

.sb-payments-tabs .sb-tablink.sb-tabpane-16:before {
    content: url(/fo/images/img_bnl.png);
    background-position: center;
    background-size: 100%
}

.sb-payments-tabs .sb-tablink.sb-tabpane-17:before {
    content: url(/fo/images/img_pasha.PNG);
    width: 80px;
    background-size: contain;
    background-position: center;
    background-size: 100%
}

.sb-payments-tabs .sb-tablink.sb-tabpane-18:before {
    background-image: url(/fo/images/img_payway-logo.PNG);
    background-position: center;
    background-size: 100%
}

.sb-payments-tabs .sb-tablink.sb-tabpane-19 {
    content: url(/fo/images/img_sberbank.png);
    background-position: center;
    background-size: 100%
}

.sb-payments-tabs .sb-payment-container {
    border: solid 1px #999
}

.sb-payments-tabs .sb-payment-instruction-mex .sb-info-payment-icon {
    border: solid 4px #999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 10px;
    background-color: #fff
}

.sb-payments-tabs .sb-payment-instruction-mex .sb-info-payment-icon:after {
    content: "i";
    line-height: 44px;
    font-size: 1.875rem;
    font-weight: bolder;
    color: #999
}

.sb-tabpane-CC {
    overflow: auto
}

.sb-buttons-login {
    float: left;
    line-height: 30px;
    height: 30px;
    margin: 0 1%;
    width: 31.333%;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: auto 20px;
    transition: all .2s ease-out 0s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.sb-buttons-login.sb-style {
    background-color: #0081cb;
    background-image: url(/fo/content/images/responsive/icon-simplebooking.png)
}

.sb-buttons-login.sb-style:hover {
    background-color: #31b0d5
}

.sb-buttons-login.fb-style {
    background-color: #3b5998;
    background-image: url(/fo/content/images/responsive/icon-facebook.png)
}

.sb-buttons-login.fb-style:hover {
    background-color: #4b72c1
}

.sb-buttons-login.gp-style {
    background-color: #c93022;
    background-image: url(/fo/content/images/responsive/icon-google.png)
}

.sb-buttons-login.gp-style:hover {
    background-color: #dd4b39
}

.sb-buttons-login input {
    border: 0;
    background: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.sb-user-logged-title {
    text-align: center
}

@media(min-width:601px) {
    .sb-rez-form label.welcome-label {
        margin-bottom: -25px;
        padding-left: 60px
    }
}

@media(max-width:600px) {
    .sb-rez-form label.welcome-label {
        text-align: center !important;
        font-size: 2em;
        font-weight: 300;
        margin: 15px 0;
        color: #555
    }
}

.sb-rez-form .username-label {
    float: left;
    font-size: 1.3em;
    font-weight: 400;
    color: #555;
    margin-top: 20px
}

.social-btn {
    background: 0;
    border: 0;
    font-size: .85em;
    float: right;
    cursor: pointer;
    text-decoration: underline;
    line-height: 25px;
    padding: 0
}

.social-btn:hover {
    text-decoration: none
}

.sb-login-popup-container {
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: 0 0 100px rgba(0, 0, 0, .8)
}

@media(max-width:600px) {
    .sb-login-popup-container {
        width: 90vw !important;
        left: 5vw !important;
        top: 3vh !important;
        max-height: 94vh !important
    }
}

.sb-login-popup-container.ui-widget button,
.sb-login-popup-container.ui-widget input,
.sb-login-popup-container.ui-widget select,
.sb-login-popup-container.ui-widget textarea {
    font-family: Roboto, sans-serif
}

.sb-login-popup-container .ui-dialog-titlebar {
    padding: 0;
    border: 0
}

.sb-login-popup-container .ui-dialog-title {
    display: none
}

.sb-login-popup-container .ui-dialog-titlebar-close {
    top: auto;
    bottom: -30px;
    z-index: 1
}

.sb-login-popup-container .login-popup-left-side #social-login-buttons .sb-buttons-login {
    width: 46%;
    margin: 0 2% 10px;
    background-image: none;
    height: auto;
    line-height: 1
}

@media(max-width:600px) {
    .sb-login-popup-container .login-popup-left-side #social-login-buttons .sb-buttons-login {
        width: 96%
    }
}

.sb-login-popup-container .login-popup-left-side #social-login-buttons .sb-buttons-login input {
    font-weight: 500;
    font-size: 1.2em;
    padding: 5px
}

.sb-login-popup-container .login-popup-left-side #social-login-buttons .sb-buttons-login.fb-style {
    width: 96%
}

.sb-login-popup-container .login-popup-left-side .sb-small-title.details-label {
    display: none
}

.sb-login-popup-container .login-popup-left-side .social-logout {
    display: none
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form {
    padding: 0;
    margin: 0 -2%
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form form {
    width: 100%
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-rez-checkbox {
    padding: 10px 1%
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-rez-checkbox input {
    margin-right: 10px;
    float: left;
    position: relative
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-rez-checkbox input:checked~label:after {
    background: #fff;
    content: "\2714";
    font-size: 1.5em;
    font-weight: bolder;
    line-height: 20px;
    text-align: center;
    color: green
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-rez-checkbox label {
    float: right;
    display: inline;
    line-height: 1;
    width: 90%;
    font-weight: 400;
    font-size: 1em;
    position: relative;
    cursor: pointer
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-rez-checkbox label:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ddd;
    top: 0;
    left: -35px;
    border-radius: 3px;
    border: 1px solid #999;
    cursor: pointer
}

@media(max-width:600px) {
    .sb-login-popup-container .login-popup-left-side .sb-rez-form .form-rez-checkbox label:after {
        left: -30px
    }
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field2 {
    min-height: auto;
    width: 46%;
    margin: 0 2% 10px
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field input,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field select,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field2 input,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field2 select {
    height: 30px;
    border-radius: 3px;
    background: #eee
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field input:focus,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field select:focus,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field2 input:focus,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field2 select:focus {
    background: #fff
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field label,
.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-field2 label {
    display: none
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-commands {
    text-align: center;
    width: 100%
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .field-validation-error {
    margin-bottom: 5px
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .social-login-state {
    background: 0;
    margin: 0 0 10px;
    padding: 0
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .welcome-label {
    float: none;
    text-align: center;
    padding: 0;
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 30px;
    color: #555
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .social-login-picture {
    float: none;
    margin: 0 auto;
    width: 100px;
    height: 100px
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .username-label {
    float: none;
    text-align: center;
    font-size: 1.6em;
    padding: 0 0 20px
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-user-logged-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: .75em;
    text-transform: uppercase
}

@media(max-width:600px) {
    .sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-user-logged-title {
        margin-bottom: 15px
    }
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-user-logged-detail {
    padding: 3px 0 4px;
    margin: 0 2%;
    border-bottom: 1px solid #ccc
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-user-logged-detail label {
    float: left !important;
    line-height: 25px;
    width: 100px !important
}

@media(max-width:600px) {
    .sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-user-logged-detail label {
        font-size: .8em
    }
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-user-logged-detail span {
    float: right;
    line-height: 25px
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-login-edit-cmd {
    font-size: .7em;
    display: block
}

@media(max-width:600px) {
    .sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-login-edit-cmd {
        margin: 15px 5px 5px
    }
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-login-cancel-edit-cmd {
    font-size: .85em
}

@media(max-width:600px) {
    .sb-login-popup-container .login-popup-left-side .sb-rez-form .sb-login-cancel-edit-cmd {
        margin: 5px
    }
}

.sb-login-popup-container .login-popup-left-side.sb-logged-in h2,
.sb-login-popup-container .login-popup-left-side.sb-logged-in p {
    display: none
}

.sb-login-popup-container .login-popup-right-side {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background-image: url(/fo/content/images/responsive/login-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    float: right
}

@media(max-width:767px) {
    .sb-login-popup-container .login-popup-right-side {
        display: none
    }
}

.sb-login-popup-container .login-popup-right-side .hotel-background {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center
}

.sb-room.sb-item-container:hover {
    background-image: none
}

.inner {
    position: relative
}

.sb-room.sb-room-closed.sb-item-container:hover {
    transition: all .1s ease-out 0s
}

@media screen and (max-width:420px) {

    .sb-room.sb-item-container .sb-room-head-container .sb-room-best-price .offer-price-big .long-currency,
    .sb-room.sb-item-container .sb-room-head-container .sb-room-best-price .sale-price-big .long-currency {
        font-size: .625rem
    }
}

@keyframes animateRoomResults {
    0% {
        -webkit-filter: grayscale(1);
        margin-bottom: 40px;
        margin-top: 40px
    }

    50% {
        -webkit-filter: grayscale(1);
        margin-bottom: 0;
        margin-top: 0
    }

    100% {
        -webkit-filter: grayscale(0)
    }
}

@keyframes animateRoomResultsOpen {
    0% {
        margin: 40px 0
    }

    50% {
        margin: 10px 0
    }

    100% {
        margin: 10px 0
    }
}

.sb-room-head-container {
    position: relative;
    z-index: 1
}

.sb-room.sb-room-closed .sb-room-head-container {
    cursor: pointer
}

.sb-room-info-tag-container {
    position: absolute;
    left: 267px;
    top: 160px;
    z-index: 100
}

.sb-room-closed .sb-open-close-detail:hover {
    text-decoration: none
}

.sb-room-guest-allocation,
.sb-room-name .additional-bed {
    font-weight: 400;
    font-size: .8em;
    color: gray
}

.sb-combination-meal-plan .sb-room-description {
    width: 85%;
    float: left
}

.sb-room-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #cacbcd
}

.sb-rate-plans-container.closed {
    display: none;
    width: 100%
}

.sb-quote .sb-mealplan-tooltip .sb-mp-text-container {
    cursor: pointer
}

.sb-quote .sb-mealplan-tooltip .sb-mp-tooltip-icon {
    display: inline-block
}

.sb-quote .sb-mealplan-tooltip .sb-mp-tooltip-icon:before {
    top: 3px;
    left: 5px
}

.offer-price.secret,
.sb-price-link,
.sb-secret-price-link {
    cursor: pointer
}

.sb-rate-plan-header .contracted-rate-tag {
    background-color: #ffc700;
    color: #fff
}

.special-offer-tag-img {
    float: left;
    margin-right: 5px
}

.sb-taxes-included-excluded-txt {
    font-size: .6875rem;
    text-transform: lowercase;
    margin-top: -8px;
    color: #8a8b8c;
    position: relative
}

.sb-secret-offers-banner {
    position: relative;
    width: 100%;
    background-color: #fff;
    display: table;
    text-align: center;
    margin: 5px 0 10px;
    box-shadow: 0 0 20px -10px #000;
    cursor: pointer;
    transition: all .1s ease-out 0s
}

.sb-secret-offers-banner>div {
    display: table-cell;
    vertical-align: middle;
    transition: all .1s ease-out 0s
}

.sb-secret-offers-banner .sb-secret-offers-banner-icon {
    width: 145px;
    background: #0081cb;
    position: relative;
    box-shadow: 0 -2px 0 0 #fff inset, 0 2px 0 0 #fff inset, 2px 0 0 0 #fff inset
}

.sb-secret-offers-banner .sb-secret-offers-banner-icon .sb-secret-offers-banner-image {
    width: 50px;
    height: 50px;
    background-image: url(/fo/content/images/responsive/secret-offer-banner-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 52px;
    background-color: #fff;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    transition: all .1s ease-out 0s;
    box-shadow: 0 2px 15px -3px #000;
    z-index: 1
}

@media(max-width:600px) {
    .sb-secret-offers-banner .sb-secret-offers-banner-icon .sb-secret-offers-banner-image {
        background-size: cover
    }
}

.sb-secret-offers-banner .sb-secret-offers-banner-text {
    text-align: left;
    line-height: 1;
    padding: 5px 0 5px 25px;
    position: relative;
    overflow: hidden;
    transition: all .1s ease-out 0s
}

@media(max-width:1250px) {
    .sb-secret-offers-banner .sb-secret-offers-banner-text {
        font-size: .9em
    }
}

.sb-secret-offers-banner .sb-secret-offers-banner-text:before {
    content: "";
    position: absolute;
    left: -35px;
    top: -5px;
    bottom: -5px;
    width: 50px;
    background: #0081cb;
    border-radius: 50%;
    transition: all .1s ease-out 0s
}

.sb-secret-offers-banner .sb-secret-offers-banner-text:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    box-shadow: 0 -2px 0 0 #fff inset, 0 2px 0 0 #fff inset
}

.sb-secret-offers-banner .sb-secret-offers-banner-text h3 {
    color: #0081cb;
    font-size: 1.3em;
    font-weight: 500
}

.sb-secret-offers-banner .sb-secret-offers-banner-text p {
    padding: 2px 0
}

.sb-secret-offers-banner .sb-secret-offers-banner-button {
    width: 125px;
    background-color: #0081cb;
    box-shadow: 0 -2px 0 0 #fff inset, 0 2px 0 0 #fff inset, -2px 0 0 0 #fff inset;
    position: relative;
    overflow: hidden;
    text-align: right;
    padding: 0 10px 0 0
}

.sb-secret-offers-banner .sb-secret-offers-banner-button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 50px;
    background: #0081cb;
    box-shadow: 0 -2px 0 0 #fff inset, 0 2px 0 0 #fff inset;
    transition: all .1s ease-out 0s
}

.sb-secret-offers-banner .sb-secret-offers-banner-button:after {
    content: "";
    position: absolute;
    left: -35px;
    top: -5px;
    bottom: -5px;
    width: 50px;
    background: #fff;
    border-radius: 50%
}

.sb-secret-offers-banner .sb-secret-offers-banner-button .sb-button {
    background-color: transparent;
    background-image: url(/fo/content/images/responsive/key-white.png);
    background-position: 8% center;
    background-size: 22px auto;
    background-repeat: no-repeat;
    padding: 7px 15px 6px 35px;
    outline: 0 !important;
    border: 0 !important;
    transition: all .1s ease-out 0s
}

.sb-secret-offers-banner:hover {
    box-shadow: 0 10px 50px -15px #000
}

.sb-secret-offers-banner:hover .sb-secret-offers-banner-button,
.sb-secret-offers-banner:hover .sb-secret-offers-banner-button:before,
.sb-secret-offers-banner:hover .sb-secret-offers-banner-icon,
.sb-secret-offers-banner:hover .sb-secret-offers-banner-text:before {
    background: #006198;
    background: #31b0d5
}

.sb-secret-offers-banner:hover .sb-secret-offers-banner-image {
    left: 65%
}

.sb-service-category-arrow {
    background-repeat: no-repeat;
    float: left
}

.sb-service-category-arrow.close {
    border-color: transparent transparent transparent #31b0d5;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    margin-left: 8px;
    padding-left: 10px
}

.sb-service-category-arrow.open {
    border-color: #31b0d5 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    margin-top: 5px;
    margin-right: 10px
}

.sb-service-category-count {
    float: right;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    background-color: #31b0d5;
    padding: 1px 5px;
    line-height: 17px;
    border-radius: 5px;
    background-clip: padding-box
}

.sb-service-category-info-cmd {
    float: right;
    line-height: 17px;
    margin-right: 10px
}

.sb-solution .sb-item-container {
    position: relative
}

.sb-solution-room-popup {
    cursor: pointer
}

.sb-combination-meal-plan-button {
    text-align: right
}

.sb-meal-plans-navigator {
    margin-top: 10px;
    color: #6f6f6f;
    font-weight: 700;
    min-height: 18px
}

.sb-navigator .combinations-available {
    color: #666;
    float: left
}

.sb-counter {
    font-weight: 700;
    font-size: 130%
}

.select-room .msg {
    color: #61b361;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2
}

.start-page-message {
    border: solid 3px #dbe0e4;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 5px;
    margin: 10px 0 5px;
    background-color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    color: #31b0d5
}

.start-page-intro,
.start-page-why-direct-booking {
    float: left;
    font-size: 1.2em;
    color: #8a8b8c;
    line-height: 1.1
}

.start-page-intro {
    padding-left: 30px;
    padding-right: 10px;
    width: 40%;
    position: relative
}

.start-page-intro:after {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 10%;
    color: #61b361;
    font-size: 1.5rem
}

.start-page-why-direct-booking {
    width: 60%
}

.start-page-why-direct-booking ul {
    margin-top: 16px
}

.start-page-why-direct-booking ul li {
    color: #61b361;
    font-size: 1.125rem;
    line-height: 1.4
}

.start-page-why-direct-booking ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 4px
}

.start-pag-form-container {
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative
}

.start-pag-form-container:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 20%;
    bottom: 0;
    color: #61b361;
    font-size: 1.5rem
}

.start-pag-form-title {
    color: #004274;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 20px
}

.sb-noresult-title {
    font-size: 1.3em;
    color: red;
    margin-bottom: 10px;
    display: none
}

.sb-noresult-message {
    margin-bottom: 30px
}

.sb-noresult-change-dates {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 8px
}

.sb-noresult-change-dates:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    display: inline-block;
    color: #61b361;
    margin-right: 8px
}

@media(max-width:737px) {
    .sb-noresult-change-dates {
        padding: 12px 16px 11px;
        display: inline-block;
        border-radius: 3px;
        border: 0;
        line-height: 1.1;
        transition: background-color .2s ease;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #fff;
        background: #004274;
        border-color: #003863;
        width: 100%;
        display: block;
        padding: 12px 0;
        margin-bottom: 16px
    }

    .sb-noresult-change-dates:focus {
        box-shadow: 0 0 3px rgba(0, 0, 0, .3)
    }

    .sb-theme-rounded .sb-noresult-change-dates {
        border-radius: 30px
    }

    .sb-noresult-change-dates:hover {
        background: #003863;
        border-color: #00355d;
        color: #fff
    }

    .sb-noresult-change-dates:focus,
    .sb-noresult-change-dates:not(:disabled):not(.disabled):active {
        background: #00355d;
        box-shadow: inset 0 1px 1px 0 #002846;
        border-color: #00355d;
        outline: 0
    }

    .sb-noresult-change-dates:hover {
        color: #fff
    }

    .sb-noresult-change-dates:before {
        content: none
    }
}

.sb-noresult-phone-container {
    float: right
}

.sb-noresult-phone-title {
    position: relative;
    color: #61b361;
    font-size: 1.5em;
    padding: 0;
    padding-left: 42px;
    line-height: 1
}

.sb-noresult-phone-title:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3rem
}

.sb-noresult-phone {
    font-size: 2em;
    font-weight: 700;
    color: #61b361;
    line-height: 1em;
    margin-left: 42px
}

.sb-noresult-form-container {
    clear: both;
    padding-top: 16px
}

.sb-noresult-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px
}

.sb-do-availability-request-cmd {
    margin-top: 20px
}

.nf-container {
    margin: 10px
}

.nf-notification {
    position: relative;
    z-index: 99
}

.nf-close-cmd {
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 90%;
    cursor: pointer
}

.nf-notification {
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 10px;
    background-color: #2a2626;
    color: #f6f6f6
}

.nf-standard {
    box-shadow: 2px 2px 4px #333;
    -webkit-box-shadow: 2px 2px 4px #333;
    -moz-box-shadow: 2px 2px 4px #333
}

.nf-gmail {
    font-size: 11px;
    background-color: #fff1a8;
    border: solid 1px #d4c472;
    color: #000;
    font-weight: 700;
    text-align: center
}

.nf-info {
    font-size: 13px;
    background-color: #6fb7df;
    border: solid 1px #5790af;
    color: #000;
    font-weight: 700;
    text-align: center
}

.nf-error {
    font-size: 13px;
    background-color: #df6f6f;
    border: solid 1px #af5757;
    color: #000;
    font-weight: 700;
    text-align: center
}

.nf-success {
    font-size: 13px;
    background-color: #7ddf8a;
    border: solid 1px #62af6d;
    color: #000;
    font-weight: 700;
    text-align: center
}

.nf-calendar-error {
    background-color: #cf4d4d;
    font-weight: 700;
    border: solid 2px #fff
}

.nf-container {
    margin: 0;
    z-index: 1000
}

.nf-notification:first-child {
    margin-top: 45px
}

.nf-users {
    -ms-flex-align: center;
    align-items: center;
    animation: bounce-top .9s both;
    background-color: #fff;
    border-radius: 12px;
    border: 0;
    color: #444;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: auto;
    letter-spacing: .5px;
    margin: 3px 0 3px 3px;
    overflow: hidden;
    padding: 0;
    text-align: left
}

.nf-notification-loading {
    background-color: rgba(68, 68, 68, .7);
    border: 1px solid #cacbcd;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(68, 68, 68, .3);
    color: #fff;
    letter-spacing: .5px;
    font-size: 14px;
    text-align: center;
    font-weight: 700
}

.nf-container.mobile-device.bl {
    width: 220px !important;
    bottom: 0 !important
}

.nf-container.mobile-device.bl .nf-notification-container {
    padding: 3px 8px
}

.nf-container.mobile-device.bl .nf-notification-container .nf-gmail {
    font-size: .7em !important
}

.nf-container.mobile-device.bl .nf-notification-container .icon-container {
    width: 25px;
    height: 25px
}

.nf-container.mobile-device.bl .nf-notification-container .icon-container+div {
    width: 165px
}

.nf-container.mobile-device.tc {
    width: 300px !important;
    margin-left: -150px !important
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.nf-notification-loading:before {
    content: "\f013";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-decoration: inherit;
    animation: fa-spin 2s infinite linear;
    margin-right: 8px;
    line-height: 0;
    position: relative;
    top: 4px
}

.nf-notification .sb-people-viewing-container {
    padding-left: .75rem;
    height: 4rem
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-content {
    background: #fff;
    display: -ms-flexbox;
    display: flex
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-content .row {
    -ms-flex-align: center;
    align-items: center
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-content .sb-people-viewing-number-container {
    margin-right: .75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    background-color: #004274;
    color: #fff;
    border-radius: .875rem;
    display: -ms-flexbox;
    display: flex
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-content .sb-people-viewing-number-container .dot {
    text-align: center;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin: 0 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-content .sb-people-viewing-msg-container {
    color: #444;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    text-transform: none;
    letter-spacing: 0;
    margin-right: 1rem
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-close {
    transform: rotate(-90deg);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-close .sb-button {
    position: absolute;
    padding: .25rem;
    width: 4.1rem;
    border-radius: 0;
    top: -.8rem
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-close .sb-button:focus {
    box-shadow: none
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-close button {
    background: #f0f0f0;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    text-transform: none;
    letter-spacing: 0
}

.nf-notification .sb-people-viewing-container .sb-people-viewing-close button:hover {
    background: #ddd;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.qnt-tooltip {
    position: absolute;
    padding: 5px 13px;
    z-index: 99;
    box-sizing: border-box;
    margin-right: 2%;
    max-width: 450px;
    color: #ffe;
    background-color: #444;
    border: 1px solid #111;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    white-space: pre-wrap
}

.sb-rooms-selector .sb-room-label-container {
    width: 65px;
    vertical-align: middle;
    float: left
}

.sb-rooms-selector .sb-room-label {
    display: inline;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2;
    width: auto
}

.sb-rooms-selector .sb-adults-list-container,
.sb-rooms-selector .sb-children-list-container {
    margin-right: 15px
}

.sb-rooms-selector {
    color: #333
}

.sb-room-allocation select {
    margin-top: 0;
    margin-bottom: 0
}

.rg-day .inner {
    position: relative
}

.rg-day .ext-data {
    position: absolute;
    bottom: 1px;
    right: 3px;
    z-index: 1
}

.rg-day .begin-sel,
.rg-day .end-sel {
    position: absolute;
    bottom: 1px;
    left: 3px
}

.sb-checkin-day-container,
.sb-checkin-month-container,
.sb-checkout-day-container,
.sb-checkout-month-container {
    float: left;
    overflow: hidden
}

.sb-rooms-selector .sb-adults-list-container:hover,
.sb-rooms-selector .sb-children-list-container:hover,
.sb-rooms-selector .sb-kid-age-container:hover {
    box-shadow: 0 0 3px #0081cb
}

.sb-checkin-day-container,
.sb-checkout-day-container {
    width: 85px;
    margin-right: 6px
}

.sb-checkin-day-container select,
.sb-checkout-day-container select {
    width: 105px
}

.sb-checkin-month-container,
.sb-checkout-month-container {
    width: 125px
}

.sb-checkin-month-container select,
.sb-checkout-month-container select {
    width: 143px
}

.sb-checkin-day-container select,
.sb-checkin-month-container select {
    z-index: 1
}

.sb-range-selector select,
.sb-range-selector select:active,
.sb-range-selector select:focus {
    border: 0;
    background: 0 none;
    cursor: pointer;
    box-shadow: 0;
    outline: 0
}

.rg-container .inner {
    border-color: #ddd
}

.rg-day .no-availability-checkout-allowed {
    position: relative;
    background-color: #fff
}

.rg-day .no-availability-checkout-allowed.selected:after {
    border-color: #f8eae7 #f8eae7 #f8eae7 #0081cb
}

@font-face {
    font-family: sbpersonalconcierge;
    src: url(/fo/content/css/personalarea/fonts/sbpersonalconcierge.eot);
    src: url(/fo/content/css/personalarea/fonts/sbpersonalconcierge.eot?#iefix) format("embedded-opentype"), url(/fo/content/css/personalarea/fonts/sbpersonalconcierge.woff) format("woff"), url(/fo/content/css/personalarea/fonts/sbpersonalconcierge.ttf) format("truetype"), url(/fo/content/css/personalarea/fonts/sbpersonalconcierge.svg#sbpersonalconcierge) format("svg");
    font-weight: 400;
    font-style: normal
}

.sb-search-view .sb-selection-description {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px
}

.sb-search-view .sb-selection-description .checkin-display,
.sb-search-view .sb-selection-description .checkout-display {
    display: inline-block;
    font-size: .9em
}

.sb-search-view .sb-selection-description .sb-range-selector.sb-vert label {
    text-align: left;
    font-size: .65em
}

.sb-search-view .sb-selection-description .sb-nights-selection {
    text-align: left
}

.checkout-selection {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #ccc;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .4)
}

.checkout-selection .select-checkin-title {
    padding: 8px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1
}

.checkout-selection.right .select-checkin-title:before {
    right: 15px
}

.checkout-selection.left .select-checkin-title:before {
    left: 15px
}

.checkout-selection .select-dates-container {
    max-height: 231px;
    overflow: auto
}

.checkout-selection .select-dates-container .checkout-option {
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    padding: 8px 0
}

.checkout-selection .select-dates-container .checkout-option .checkout-disabled {
    width: 15%;
    display: list-item;
    float: left
}

.checkout-selection .select-dates-container .checkout-option .checkout-day {
    width: 26%;
    float: left;
    font-size: .9em;
    line-height: 1.4em
}

.checkout-selection .select-dates-container .checkout-option .checkout-day-of-moth {
    display: inline-block;
    width: 33%;
    font-size: .9em
}

.checkout-selection .select-dates-container .checkout-option .checkout-nights {
    float: right;
    width: 20%;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    font-size: .85em;
    line-height: 1.6;
    text-align: right;
    margin-right: 5%
}

.checkout-selection .select-dates-container .checkout-option.no-checkout {
    color: #ccc;
    cursor: auto
}

.checkout-selection .select-dates-container .checkout-option.no-checkout .icon-moon:before {
    color: #ddd
}

.checkout-selection .select-dates-container .checkout-option.no-checkout:before {
    content: ' ';
    position: absolute;
    left: 8px;
    top: 1px;
    height: 30px;
    width: 10px;
    color: red;
    font-weight: 900;
    background-image: url(/fo/images/ico-cursor-not-allowed.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 10px;
    opacity: .6
}

.checkout-selection .select-dates-container .checkout-option:not(.no-checkout):hover .icon-moon:before {
    color: #fff
}

.checkout-selection .select-dates-footer {
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    cursor: pointer
}

.checkout-selection .select-dates-footer:after {
    content: " ";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    bottom: 10px;
    right: 4px
}

.rg-container .ext-data {
    font-size: 80%
}

.sb-search-form label {
    display: block
}

.sb-currency-symbol {
    display: inline-block;
    width: 26px
}

.sb-currency-row {
    display: -ms-flexbox;
    display: flex
}

.sb-currency-selector-list h4 {
    color: #666
}

.sb-currency-col>div {
    padding: 3px 10px
}

.sb-currency-col .active,
.sb-currency-col>div:hover {
    background-color: #ddd
}

.sb-currency-symbol {
    font-weight: 700;
    color: #666;
    font-size: 10px
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(/static/css-portal/fancybox.png)
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: 0;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0;
    z-index: 1101
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url(/static/css-portal/fancybox.png) -40px 0;
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    background: transparent url(/static/css-portal/blank.gif);
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0
}

#fancybox-right {
    right: 0
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background-image: url(/static/css-portal/fancybox.png);
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-image: url(/static/css-portal/fancybox.png);
    background-position: -40px -60px
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(/static/css-portal/fancybox-x.png)
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(/static/css-portal/fancybox.png);
    background-position: -40px -162px
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(/static/css-portal/fancybox-y.png);
    background-position: -20px 0
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(/static/css-portal/fancybox.png);
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(/static/css-portal/fancybox-x.png);
    background-position: 0 -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(/static/css-portal/fancybox.png);
    background-position: -40px -142px
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(/static/css-portal/fancybox-y.png)
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(/static/css-portal/fancybox.png);
    background-position: -40px -122px
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(/static/css-portal/fancy_title_over.png);
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: 0;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: 0;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(/static/css-portal/fancybox.png) -40px -90px no-repeat
}

#fancybox-title-float-main {
    color: #fff;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px;
    background: url(/static/css-portal/fancybox-x.png) 0 -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(/static/css-portal/fancybox.png) -55px -90px no-repeat
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDA3YWZmJy8+PC9zdmc+);
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMDAwMDAwJy8+PC9zdmc+)
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDAwMDAnLz48L3N2Zz4=)
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:1250px) {
    .sb-few-room-tag:before {
        top: 4px
    }
}

@media screen and (max-width:737px) {
    .login-form-container p {
        width: 250px;
        margin: 10px auto 0;
        font-size: .625rem
    }

    .login-form-container input[type=password],
    .login-form-container input[type=text] {
        border: 0;
        background: 0;
        padding: 2px 10px;
        margin-left: 30px;
        height: 30px;
        color: #666;
        position: relative;
        width: 200px;
        box-sizing: border-box
    }

    .input-password,
    .input-user {
        background: none repeat scroll 0 0 #fff;
        border-radius: 3px;
        box-sizing: border-box;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 230px
    }

    .field-validation-error,
    .validation-summary-errors {
        color: #d82424;
        display: block
    }

    .field-validation-error,
    .validation-summary-errors li {
        font-size: .75em
    }

    .social-login-state {
        text-align: center !important
    }

    .sb-rez-form .username-label,
    .social-login-picture,
    .social-logout {
        float: none;
        line-height: 1;
        text-align: center !important
    }

    .sb-secret-offers-banner {
        background: #fff;
        box-shadow: 0 0 20px -10px #000
    }

    .sb-secret-offers-banner .sb-secret-offers-banner-icon {
        width: 50px
    }

    .sb-secret-offers-banner .sb-secret-offers-banner-icon .sb-secret-offers-banner-image {
        width: 40px;
        height: 40px
    }

    .sb-secret-offers-banner .sb-secret-offers-banner-text h3 {
        font-size: 1.1em;
        font-weight: 500
    }

    .sb-secret-offers-banner .sb-secret-offers-banner-text p {
        display: none
    }

    .sb-secret-offers-banner .sb-secret-offers-banner-button {
        width: 80px;
        padding: 0 5px 0 0
    }

    .sb-secret-offers-banner .sb-secret-offers-banner-button .sb-button {
        background-image: none;
        background-position: 96% center;
        padding: 8px
    }

    .sb-secret-solution-label {
        margin-left: 0
    }

    html:not(.has-hero) #parallax {
        display: none
    }

    .loading-indicator-text {
        display: none
    }

    .loading-indicator-spinner {
        display: block;
        position: absolute;
        left: 50%;
        top: 200px;
        z-index: 100
    }

    html body {
        background-image: none
    }

    .sb-back-to-website i {
        display: none
    }

    .social-login-name-container,
    .social-login-picture {
        display: table-cell;
        vertical-align: middle
    }

    .social-login-name-container span {
        display: block;
        line-height: 1
    }

    .sb-commands-header .sb-user-link-container .social-login-picture {
        margin: 0 !important
    }

    .sb-email {
        display: none
    }

    .sb-language-selector label {
        display: none
    }

    .sb-language-selector-item {
        font-size: 1.2em;
        padding: 8px 15px
    }

    .sb-hotel-data {
        width: 68%;
        margin-left: 4%
    }

    .sb-hotel-logo>a {
        line-height: 4
    }

    .sb-cart-view,
    .sb-results-view {
        float: none
    }

    .sb-solution .select-room {
        margin: 10px 0
    }

    .rg-container .rg-day .rg-first-selected:after {
        border-width: 16px 14px 16px 8px
    }

    .rg-container .rg-day .rg-last-selected:after {
        border-width: 16px 14px 16px 8px
    }

    .rg-container .rg-day .no-availability-checkout-allowed:after {
        border-width: 16px 14px 16px 8px
    }

    .sb-noresult-container .sb-noresult-phone-container {
        width: 100%
    }

    .sb-search-view,
    sb-package-search-view {
        min-height: 0
    }

    .sb-search-form-container {
        padding: 6px 10px;
        position: relative
    }

    .toggle-switch,
    .toggle-switch+label {
        display: block
    }

    .toggle-switch+label {
        float: right
    }

    .toggle-switch-title.open~.sb-search-form,
    .toggle-switch-title.open~.sb-toggle-container {
        height: auto;
        min-height: 260px;
        transition: all .3s ease-out;
        overflow: visible
    }

    .toggle-switch-title .toggle-switch-title-short {
        display: none
    }

    .toggle-switch-title .toggle-switch-title-long {
        display: block
    }

    .toggle-switch-title.open .toggle-switch-title-long {
        display: none
    }

    .toggle-switch {
        position: absolute;
        margin-left: -9999px;
        visibility: hidden
    }

    .toggle-switch+label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: 0;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1
    }

    input.toggle-switch+label {
        padding: 2px;
        width: 40px;
        height: 20px;
        background-color: #ccc;
        border-radius: 20px;
        transition: background .2s
    }

    input.toggle-switch+label:after,
    input.toggle-switch+label:before {
        display: block;
        position: absolute;
        content: ""
    }

    input.toggle-switch+label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        border-radius: 20px;
        transition: background .2s
    }

    input.toggle-switch+label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 16px;
        background-color: #ccc;
        border-radius: 16px;
        transition: margin .2s, background .2s
    }

    input.toggle-switch:checked+label {
        background-color: #31b0d5
    }

    input.toggle-switch:checked+label:after {
        margin-left: 20px;
        background-color: #31b0d5
    }

    .inner,
    .sb-room-right.closed {
        position: static
    }

    .sb-combination-meal-plan .sb-room-description {
        width: 75%
    }

    .sb-rooms,
    .solution-room-info {
        width: 100%
    }

    .sb-room-info {
        margin-left: 0 !important;
        width: 100%
    }

    .sb-solution .sb-room-image {
        display: none
    }

    .sb-room-description.small {
        display: none
    }

    .sb-secret-solution-label+.sb-few-room-tag:before {
        margin-left: 5px
    }

    .sb-do-search-container {
        box-shadow: none;
        float: none
    }

    .sb-ibe-title,
    .sb-rate-plan-header .special-offer-tag:after,
    .sb-results-sharing-container {
        display: none
    }

    .sb-sale-price .offer-price-big,
    .sb-sale-price .striked-price {
        display: inline-block
    }

    .sb-combination-meal-plan-button {
        margin: 10px 0 0;
        text-align: right
    }

    .sb-combination-meal-plan-button button {
        width: 100%
    }

    .sb-navigator .combinations-available {
        float: none;
        text-align: center
    }

    .sb-navigator .combinations-available span:not(.sb-counter) {
        display: block
    }

    .nav-link {
        margin: 10px 0;
        float: none;
        text-align: center
    }

    .sb-sol-prev-next {
        display: inline-block;
        padding: 4px 10px
    }

    .sb-cart-total-hotel .sb-cart-discounted-total {
        display: block
    }

    .sb-rez-form .size1of5,
    .sb-rez-form .size4of5 {
        width: 100%
    }

    .sb-rez-form .sb-rooms-container {
        margin: 0
    }

    .sb-rez-form form {
        overflow: visible;
        width: 100%
    }

    .sb-rez-summary-info-guest {
        width: 100%
    }

    .sb-rez-form .form-field input,
    .sb-rez-form .form-field select {
        height: 30px
    }

    .sb-rez-form .form-field-address input {
        height: 30px
    }

    .sb-rez-form .form-field2 label span {
        display: inline;
        margin-left: 4px
    }

    .sb-rez-form .form-rez-checkbox {
        padding-left: 0
    }

    .sb-rez-form .form-rez-checkbox label {
        display: inline-block;
        width: 88% !important;
        line-height: 1.5
    }

    .sb-rez-form .form-rez-checkbox input {
        vertical-align: top;
        width: 20px;
        height: 20px
    }

    .sb-rez-form li {
        margin: 10px 0
    }

    .sb-rez-form .form-claim {
        font-size: .875rem;
        line-height: 1
    }

    .sb-rez-form .form-field .field-validation-error {
        font-size: .9em;
        text-align: left
    }

    .sb-rez-form .sb-rez-summ-cart-print,
    .sb-rez-summ-cart .sb-rez-summ-cart-print {
        float: none;
        text-align: center
    }

    .sb-small-header {
        border-radius: 0
    }

    .sb-small-header .sb-small-title {
        text-align: center
    }

    .sb-availability-request .sb-item-container {
        padding: 15px 0 20px
    }

    .sb-availability-request .sb-commands {
        margin: 10px 0;
        text-align: center
    }

    .sb-tabpane-rooms .slides_container {
        margin: 3%;
        width: 94% !important
    }

    .sb-tabpane-rooms.package-widget-gradient-bg {
        box-shadow: 250px 0 100px -50px rgba(0, 0, 0, .5) inset
    }

    .sb-tabpane-rooms .sb-package-widget,
    .sb-tabpane-rooms .slides_control {
        width: 100% !important;
        position: relative
    }

    .sb-tabpane-rooms [class*=sb-package-] {
        width: 100% !important
    }

    .sb-tabpane-rooms .sb-package-widget-abstract {
        width: 90% !important;
        height: 50px
    }

    .sb-tabpane-rooms .sb-package-widget-footer {
        width: auto !important
    }

    .sb-tabpane-rooms .package-widget-red-sign {
        top: -15px;
        width: 60px
    }

    .sb-tabpane-rooms .sb-package-widget-content {
        bottom: 0;
        box-sizing: border-box;
        left: 0;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .sb-tabpane-rooms .sb-package-widget-content .size3of5 {
        width: 100%
    }

    .sb-tabpane-rooms .sb-package-widget-name {
        box-sizing: border-box;
        font-size: 1.4em;
        padding: 5px 90px 5px 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto
    }

    .sb-tabpane-rooms .sb-package-widget-footer .price {
        font-size: 1.4em;
        line-height: 1
    }

    .sb-tabpane-rooms .sb-book-button-column {
        float: none;
        width: auto
    }

    #sb-cc-payment .size1of5 {
        position: relative;
        width: 100%
    }

    #sb-cc-payment .dv-verisign-logo-form {
        bottom: 0;
        right: 15px
    }

    .sb-rez-form .sb-verisign-table {
        width: 49%
    }

    .sb-payment-deposit-amount {
        display: inline-block;
        margin: 5px 0 0
    }
}

.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 200px
}

.SelectBox {
    padding: 5px 8px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: 0
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: 0;
    box-sizing: border-box;
    border-radius: 5px
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
    visibility: hidden
}

.SelectClass,
.SumoUnder {
    right: 0;
    height: 100%;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0
}

.SumoSelect>.CaptionCont {
    position: relative;
    border: 1px solid #a4a4a4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #ccc;
    font-style: italic
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect>.CaptionCont>label>i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.SumoSelect>.optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
    border-radius: 3px;
    overflow: hidden
}

.SumoSelect.open>.optWrapper {
    top: 35px;
    display: block
}

.SumoSelect.open>.optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect>.optWrapper>.options {
    border-radius: 2px;
    position: relative;
    max-height: 250px
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
    border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options {
    border-radius: 0 0 2px 2px
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
    padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
    padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
    border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: 0
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #e4e4e4
}

.SumoSelect .select-all.sel,
.SumoSelect>.optWrapper>.options li.opt.sel {
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
    display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .13);
    border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
    display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
    padding: 6px
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
    padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
    padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #11a911;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
    cursor: pointer
}

.SumoSelect .select-all.partial>span i {
    background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.clearfix-new:after {
    content: "";
    display: block;
    clear: both
}

.shadow-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22) !important
}

.shadow-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important
}

.shadow-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23) !important
}

.shadow-3.has-hover:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22) !important
}

.shadow-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important
}

.shadow-2.has-hover:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important
}

.shadow-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important
}

.shadow-1.has-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23) !important
}

.shadow-0 {
    box-shadow: none !important
}

.shadow-0.has-hover:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hero-text-shadow {
    text-shadow: 0 2px 15px #000
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes load {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ' ';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@keyframes fadein-anim {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        display: block
    }

    100% {
        opacity: 1;
        display: block
    }
}

@keyframes FadeIn {
    0% {
        margin-top: 40px;
        margin-bottom: 40px;
        -webkit-filter: grayscale(1)
    }

    50% {
        margin-top: 2px;
        margin-bottom: 0
    }

    60% {
        -webkit-filter: grayscale(1)
    }

    100% {
        -webkit-filter: grayscale(0)
    }
}

@keyframes shake-horizontal {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-4px)
    }

    20%,
    40%,
    60% {
        transform: translateX(4px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-2px)
    }
}

@keyframes bounce-top {
    0% {
        transform: translateY(-45px);
        animation-timing-function: ease-in;
        opacity: 1
    }

    24% {
        opacity: 1
    }

    40% {
        transform: translateY(-24px);
        animation-timing-function: ease-in
    }

    65% {
        transform: translateY(-12px);
        animation-timing-function: ease-in
    }

    82% {
        transform: translateY(-6px);
        animation-timing-function: ease-in
    }

    93% {
        transform: translateY(-4px);
        animation-timing-function: ease-in
    }

    25%,
    55%,
    75%,
    87% {
        transform: translateY(0);
        animation-timing-function: ease-out
    }

    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
        opacity: 1
    }
}

@keyframes flip-in-hor-bottom {
    0% {
        transform: rotateX(80deg);
        opacity: 0;
        color: #fff
    }

    100% {
        transform: rotateX(0);
        opacity: 1;
        color: #cacbcd
    }
}

@keyframes flipIn {
    0% {
        transform: rotateY(-80deg);
        opacity: 0
    }

    100% {
        transform: rotateY(0);
        opacity: 1
    }
}

@keyframes fadeInSimple {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes animateRoomResults {
    0% {
        -webkit-filter: grayscale(1);
        margin-bottom: 40px;
        margin-top: 40px
    }

    50% {
        -webkit-filter: grayscale(1);
        margin-bottom: 0;
        margin-top: 2px
    }

    100% {
        -webkit-filter: grayscale(0)
    }
}

@keyframes animateRoomResultsOpen {
    0% {
        margin: 32px 0
    }

    50% {
        margin: 2px 0 16px
    }

    100% {
        margin: 2px 0 16px
    }
}

@keyframes fa-spinning {
    0% {
        transform: rotate(0);
        transform-origin: 46% 52%
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes sb-rm-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes sb-rm-shine {
    0% {
        opacity: 0;
        left: -8px
    }

    10% {
        opacity: .8
    }

    18% {
        opacity: 0;
        left: 90%
    }

    20% {
        left: 100%
    }
}

@keyframes sb-rm-entrance {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes em-entrance {
    0% {
        transform: translateY(50%);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes em-first-entrance {
    0% {
        transform: scale(.5);
        transform-origin: 0 150%;
        opacity: 0
    }

    100% {
        transform: scale(1);
        transform-origin: 0 100%;
        opacity: 1
    }
}

@keyframes from-left {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes to-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes to-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes em-from-top {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    100% {
        transform: translateY(100%);
        opacity: 1
    }
}

@keyframes em-move-to-down {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(100%);
        opacity: 1
    }
}

@keyframes sb-rm-exit {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes sb-em-exit {
    0% {
        transform: scale(1);
        transform-origin: 0 100%;
        opacity: 1
    }

    100% {
        transform: scale(.35);
        transform-origin: 0 125%;
        opacity: 0
    }
}

@keyframes sb-rm-bounce {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes sb-rm-fade-zoom {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes sb-rm-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes sb-flip-vertical {
    0% {
        transform: rotateX(0);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        transform: rotateX(720deg);
        opacity: 1
    }
}

@keyframes scale {
    from {
        transform: scale(.5);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.show-if-lang-de {
    display: none
}

.sb-lang-de .show-if-lang-de {
    display: initial
}

:root {
    --color-primary: #005D78;
    --color-primary--rgb: 0, 93, 120;
    --color-secondary: #61b361;
    --font-size: 100%;
    --font-size-xxl: 110%;
    --body-font-size: .825rem;
    --sb-container-max-width: 1400px
}

html {
    font-size: 100%;
    font-size: var(--font-size);
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

@media(min-width:1501px) {
    html {
        font-size: var(--font-size-xxl)
    }
}

.has-hero {
    --font-size: 16px;
    --body-font-size: 1rem
}

@media(min-width:1501px) {
    .has-hero {
        --font-size-xxl: 20px
    }
}

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

body {
    font-family: Roboto, Arial, sans-serif;
    color: #3a3b3c;
    background: #fff;
    margin: 0;
    font-size: .8125rem;
    font-size: var(--body-font-size);
    line-height: 1.4;
    padding-bottom: 3rem;
    overflow: hidden;
    min-height: 100%
}

.noscroll {
    overflow: hidden
}

.nf-container {
    z-index: 99
}

.sb-hide {
    display: none;
    visibility: visible
}

.avatar {
    width: 1.5em;
    height: 1.5em;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: inline-block
}

.avatar-role,
.avatar-sign {
    vertical-align: top;
    white-space: nowrap
}

.sb-currency-selector-list,
.sb-language-selector-list {
    max-height: 90vh;
    overflow-y: scroll !important
}

@media(min-width:738px) {

    .sb-currency-selector-list,
    .sb-language-selector-list {
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }

    .sb-currency-selector-list::-webkit-scrollbar,
    .sb-language-selector-list::-webkit-scrollbar {
        display: none
    }
}

.ui-state-disabled {
    opacity: initial
}

.h1,
h1 {
    font-weight: 400;
    font-style: normal;
    line-height: 1.1
}

.h2,
h2 {
    font-size: 1.25rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1
}

@media(min-width:738px) {

    .h2,
    h2 {
        font-size: 1.5rem
    }
}

.h3,
h3 {
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal
}

.h4,
h4 {
    font-size: 123.1%;
    font-weight: 400;
    font-style: normal
}

.h5,
h5 {
    font-size: 108%;
    font-weight: 700;
    font-style: normal
}

.h6,
h6 {
    font-size: 108%;
    font-weight: 400;
    font-style: italic
}

a {
    color: #004274;
    text-decoration: none
}

a:hover {
    color: #265e89
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 500
}

.sb-lang-he b,
.sb-lang-he strong {
    font-weight: 600
}

.general-title {
    padding: 16px;
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid #cacbcd;
    font-size: 1.25rem
}

@media(min-width:738px) {
    .general-title {
        font-size: 1.5rem
    }
}

.general-title-nomargins {
    margin-bottom: 0;
    padding-bottom: 1rem;
    border: 0
}

button,
input,
select,
textarea {
    font-family: Roboto, sans-serif;
    color: #3a3b3c
}

button {
    border: 0
}

button:focus {
    outline: 0
}

select:focus {
    outline: 0
}

input[type=email],
input[type=number],
input[type=text],
textarea {
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=email]:focus,
input[type=number]:focus,
input[type=text]:focus,
textarea:focus {
    outline: 0
}

textarea {
    width: 100%;
    resize: vertical
}

.widget-form__panel-resume {
    background: #f8f8f8
}

.widget-form h4 {
    font-size: 1rem;
    font-weight: 700
}

.widget-form .panel {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.widget-form .sb-textarea-wrapper textarea {
    min-height: 120px
}

.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.rounded-2 {
    border-radius: 2px
}

.rounded-5 {
    border-radius: 5px
}

.rounded-10 {
    border-radius: 10px
}

.hide {
    display: none
}

.size1of1 {
    float: none
}

.size1of2 {
    width: 50%;
    float: left
}

.size1of3 {
    width: 33.33333%;
    float: left
}

.size2of3 {
    width: 66.66666%;
    float: left
}

.size1of4 {
    width: 25%;
    float: left
}

.size2of4 {
    width: 50%;
    float: left
}

.size3of4 {
    width: 75%;
    float: left
}

.size1of5 {
    width: 20%;
    float: left
}

.size2of5 {
    width: 40%;
    float: left
}

.size3of5 {
    width: 60%;
    float: left
}

.size4of5 {
    width: 80%;
    float: left
}

.size1of6 {
    width: 16.66666%;
    float: left
}

.size2of6 {
    width: 33.33333%;
    float: left
}

.size3of6 {
    width: 50%;
    float: left
}

.size4of6 {
    width: 66.66666%;
    float: left
}

.size5of6 {
    width: 83.33333%;
    float: left
}

.media {
    margin: 10px
}

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

.media .bd {
    display: table-cell;
    zoom: 1
}

.media .bd>:first-child {
    margin-top: 0
}

.media .bd>:last-child {
    margin-bottom: 0
}

.media .img {
    float: left;
    margin-right: 10px
}

.media .img img {
    display: block
}

.media .imgExt {
    float: right;
    margin-left: 10px
}

.txtR {
    text-align: right
}

.txtL {
    text-align: left
}

.txtC {
    text-align: center
}

.fsss {
    font-size: 95%
}

.fssm {
    font-size: 90%
}

.fssl {
    font-size: 80%
}

.fsbs {
    font-size: 105%
}

.fsbm {
    font-size: 110%
}

.fsbl {
    font-size: 120%
}

.pa-container {
    position: relative
}

.pa-bl {
    position: absolute;
    bottom: 0;
    left: 0
}

.pa-br {
    position: absolute;
    bottom: 0;
    right: 0
}

.pa-tl {
    position: absolute;
    top: 0;
    left: 0
}

.pa-tr {
    position: absolute;
    top: 0;
    right: 0
}

.pan {
    padding: 0
}

.pas {
    padding: 5px
}

.pam {
    padding: 10px
}

.pal {
    padding: 20px
}

.ptn {
    padding-top: 0
}

.pts {
    padding-top: 5px
}

.ptm {
    padding-top: 10px
}

.ptl {
    padding-top: 20px
}

.prn {
    padding-right: 0
}

.prs {
    padding-right: 5px
}

.prm {
    padding-right: 10px
}

.prl {
    padding-right: 20px
}

.pbn {
    padding-bottom: 0
}

.pbs {
    padding-bottom: 5px
}

.pbm {
    padding-bottom: 10px
}

.pbl {
    padding-bottom: 20px
}

.pln {
    padding-left: 0
}

.pls {
    padding-left: 5px
}

.plm {
    padding-left: 10px
}

.pll {
    padding-left: 20px
}

.phn {
    padding-left: 0;
    padding-right: 0
}

.phs {
    padding-left: 5px;
    padding-right: 5px
}

.phm {
    padding-left: 10px;
    padding-right: 10px
}

.phl {
    padding-left: 20px;
    padding-right: 20px
}

.pvn {
    padding-top: 0;
    padding-bottom: 0
}

.pvs {
    padding-top: 5px;
    padding-bottom: 5px
}

.pvm {
    padding-top: 10px;
    padding-bottom: 10px
}

.pvl {
    padding-top: 20px;
    padding-bottom: 20px
}

.man {
    margin: 0
}

.mas {
    margin: 5px
}

.mam {
    margin: 10px
}

.mal {
    margin: 20px
}

.mtn {
    margin-top: 0
}

.mts {
    margin-top: 5px
}

.mtm {
    margin-top: 10px
}

.mtl {
    margin-top: 20px
}

.mrn {
    margin-right: 0
}

.mrs {
    margin-right: 5px
}

.mrm {
    margin-right: 10px
}

.mrl {
    margin-right: 20px
}

.mbn {
    margin-bottom: 0
}

.mbs {
    margin-bottom: 5px
}

.mbm {
    margin-bottom: 10px
}

.mbl {
    margin-bottom: 20px
}

.mln {
    margin-left: 0
}

.mls {
    margin-left: 5px
}

.mlm {
    margin-left: 10px
}

.mll {
    margin-left: 20px
}

.mhn {
    margin-left: 0;
    margin-right: 0
}

.mhs {
    margin-left: 5px;
    margin-right: 5px
}

.mhm {
    margin-left: 10px;
    margin-right: 10px
}

.mhl {
    margin-left: 20px;
    margin-right: 20px
}

.mvn {
    margin-top: 0;
    margin-bottom: 0
}

.mvs {
    margin-top: 5px;
    margin-bottom: 5px
}

.mvm {
    margin-top: 10px;
    margin-bottom: 10px
}

.mvl {
    margin-top: 20px;
    margin-bottom: 20px
}

.sb-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    zoom: 1
}

.sb-container:after {
    content: "";
    display: block;
    clear: both
}

@media(min-width:738px) {
    .sb-container {
        padding: 0 8px
    }
}

@media(min-width:1280px) {
    .sb-container {
        padding: 0 16px;
        max-width: 1280px
    }
}

@media(min-width:1500px) {
    .sb-container {
        max-width: 1400px
    }
}

@media(min-width:1280px) {
    .has-hero .sb-container {
        padding-left: 80px;
        padding-right: 80px;
        max-width: 1560px
    }
}

@media(max-width:737px) {
    .sb-commands-header .sb-container {
        padding-left: 0;
        padding-right: 0
    }
}

.offer-color {
    color: #61b361
}

.guest-allocation-wrapper {
    display: inline-block
}

.guest-allocation-wrapper .guest-allocation {
    white-space: nowrap
}

.guest-allocation-wrapper .guest-allocation__icon {
    margin-right: 5px
}

.guest-allocation-wrapper .guest-allocation__sub-label {
    color: #8a8b8c
}

.badge {
    font-weight: 400;
    padding-right: .5em;
    padding-left: .5em
}

.badge-primary {
    color: #fff;
    background-color: var(--color-primary)
}

.hide-tag-discount .tag-discount {
    display: none
}

.tag-discount {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1em;
    white-space: nowrap
}

.tag-discount__icon {
    text-shadow: 1px 0 1px #dc3522, -1px 0 1px #dc3522;
    color: #fff;
    font-size: 1.5em
}

.tag-discount__label {
    position: absolute;
    right: -1em;
    font-size: .8em;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    color: #dc3522;
    font-weight: 500;
    width: 2em;
    text-align: left
}

.section {
    position: relative
}

.section h2 {
    font-size: 2.2rem;
    font-weight: 300
}

.section {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.section--background-grey {
    background-color: #f2f2f2
}

.hero-anchor {
    position: relative
}

.hero-anchor.animation-bounce-x i {
    animation: bounce-x 1.5s infinite
}

.hero-anchor.animation-pulse i {
    animation: pulse 1.5s infinite
}

.hero-anchor i {
    color: var(--color-primary);
    box-sizing: border-box;
    cursor: pointer;
    width: 54px;
    height: 54px;
    font-size: 45px;
    background-color: #fff;
    text-align: center
}

.hero-anchor i.circle-border {
    padding: 5px;
    border: 2px solid;
    border-radius: 50%
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 109, 141, .4)
    }

    70% {
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes bounce-x {
    0% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(10px)
    }

    40% {
        transform: translateY(0)
    }
}

.hover-underline:hover {
    text-decoration: underline;
    cursor: pointer
}

.cursor-pointer:hover,
.hover-pointer:hover {
    cursor: pointer
}

.hr-gradient-gray {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ddd, rgba(0, 0, 0, 0))
}

.font-size-80 {
    font-size: 80%
}

.underline {
    border-bottom: 2px solid currentColor;
    display: inline-block;
    line-height: .85
}

.btn-primary {
    color: #fff;
    background: #004274;
    border-color: #003863
}

.btn-primary:hover {
    background: #003863;
    border-color: #00355d;
    color: #fff
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #00355d;
    box-shadow: inset 0 1px 1px 0 #002846;
    border-color: #00355d;
    outline: 0
}

.btn-secondary {
    color: #fff;
    background: #4d99af;
    border-color: #418295
}

.btn-secondary:hover {
    background: #418295;
    border-color: #3e7a8c;
    color: #fff
}

.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    background: #3e7a8c;
    box-shadow: inset 0 1px 1px 0 #2e5c69;
    border-color: #3e7a8c;
    outline: 0
}

.btn-success {
    color: #fff;
    background: #61b361;
    border-color: #529852
}

.btn-success:hover {
    background: #529852;
    border-color: #4e8f4e;
    color: #fff
}

.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active {
    background: #4e8f4e;
    box-shadow: inset 0 1px 1px 0 #3a6b3a;
    border-color: #4e8f4e;
    outline: 0
}

.color-primary {
    color: #004274
}

.color-secondary {
    color: #4d99af
}

.color-success {
    color: #61b361
}

.blink-text {
    animation: blinker 2.5s linear infinite;
    -webkit-animation: blinker 2.5s linear infinite;
    -moz-animation: blinker 2.5s linear infinite
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    10% {
        opacity: 0
    }

    20% {
        opacity: 1
    }
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.parallax-height {
    height: 600px;
    min-height: 600px
}

@media(min-width:501px) {
    .parallax-height {
        height: 77vh;
        min-height: 500px
    }
}

.hero {
    height: 600px;
    min-height: 600px;
    top: 0 !important
}

@media(min-width:501px) {
    .hero {
        height: 77vh;
        min-height: 500px
    }
}

.hero::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.section-wrapper {
    position: relative
}

.section-wrapper .section-icon {
    position: absolute;
    top: 0;
    margin: 0;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    box-shadow: 0 0 0 4px #fff;
    cursor: default;
    z-index: 1
}

.section-background {
    position: relative;
    overflow: hidden;
    height: 50vh;
    min-height: 300px
}

.section-background .has-background {
    text-shadow: 0 2px 15px #000
}

.section-background .hero {
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover
}

.section-background__container {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .8rem
}

@media(min-width:738px) {
    .section-background__container {
        font-size: 1.1rem
    }
}

.bb-footer {
    height: 50vh;
    min-height: 300px
}

.bb-footer .footer__logo {
    margin: 0 auto 2rem;
    max-width: 160px;
    max-height: 130px
}

.bb-footer .footer__logo img {
    filter: drop-shadow(5px 5px 5px #222)
}

.bb-footer .footer__hotel-name {
    font-size: 1.6em;
    padding-bottom: .25rem
}

.masonry {
    padding: 0;
    column-gap: 1.5em;
    font-size: .85em
}

.masonry iframe,
.masonry img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

.masonry .item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.masonry .item:nth-child(1) {
    height: 500px
}

.masonry .item:nth-child(2),
.masonry .item:nth-child(3),
.masonry .item:nth-child(4) {
    height: 200px
}

.masonry .item:nth-child(5) {
    height: 280px
}

.masonry .item:nth-child(5)~.item {
    display: none
}

@media only screen and (min-width:700px) {
    .masonry {
        column-count: 2
    }
}

.photo-hover:before {
    content: "";
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    transition: all .2s linear;
    opacity: 0
}

.photo-hover:hover:before {
    content: "";
    opacity: .7;
    border-radius: 0;
    transform: translateX(0);
    z-index: 0
}

.photo-hover__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: rgba(255, 255, 255, .73);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s 0s cubic-bezier(.6, -.28, .735, .045);
    z-index: 99
}

.photo-hover:hover .photo-hover__icon {
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s .1s cubic-bezier(.175, .885, .32, 1.275)
}

.visual-countdown {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 1;
    transition: opacity .5s;
    margin-top: 30px;
    text-shadow: none
}

@media only screen and (max-width:1023px) {
    .visual-countdown {
        display: none
    }
}

.visual-countdown:not(.is-visible) {
    opacity: 0
}

.visual-countdown .box {
    position: relative;
    text-align: center;
    height: 7.5vw;
    width: 7.5vw;
    padding: .65rem;
    background-color: #fff;
    border: solid .3vw var(--color-secondary);
    border-radius: 50%;
    max-width: 110px;
    max-height: 110px
}

.visual-countdown .box .number {
    color: #005d78;
    color: var(--color-primary);
    text-shadow: none;
    font-size: 2.6vw
}

@media all and (min-width:1920px) {
    .visual-countdown .box .number {
        font-size: 50px
    }
}

.visual-countdown .box .label {
    font-size: .6rem;
    text-transform: capitalize;
    color: #6e6e6e;
    text-shadow: none;
    margin-top: -.8vw
}

@media all and (min-width:1920px) {
    .visual-countdown .box .label {
        margin-top: -15.36px
    }
}

.visual-countdown .box svg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    transform: rotateY(-180deg) rotateZ(-90deg)
}

.visual-countdown .box svg circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: red;
    fill: none;
    animation: countdown 60s linear infinite forwards
}

@keyframes countdown {
    to {
        stroke-dashoffset: 100
    }
}

.css-accordion {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden
}

.css-accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.css-accordion label {
    position: relative;
    cursor: pointer
}

.css-accordion .css-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s
}

.css-accordion input:checked~.css-accordion__content {
    max-height: 999vh
}

.css-accordion .css-accordion__icon {
    transition: all .35s
}

.css-accordion input[type=checkbox]:checked+label .css-accordion__icon {
    transform: rotate(-180deg)
}

[class*=" sb-icon-"],
[class^=sb-icon-] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    background-image: url(/fo/content/images/responsive/icons-sprite.png);
    background-repeat: no-repeat;
    position: relative
}

.sb-icon-small {
    width: 16px;
    height: 18px
}

.sb-icon-big {
    width: 26px;
    height: 26px
}

.sb-icon-amenities {
    background: 0;
    font-size: .6875rem;
    float: left;
    letter-spacing: .25px;
    margin: 1px 12px 1px 0;
    font-weight: 500
}

.sb-icon-amenities:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    display: inline-block;
    margin-right: 4px;
    font-size: .875rem;
    position: relative;
    top: 1px;
    color: #004274
}

.sb-icons-amenities-container {
    padding: 8px 0
}

.sb-icons-amenities-container:after {
    content: "";
    display: block;
    clear: both
}

@media(max-width:737px) {
    .sb-icons-amenities-container {
        display: none
    }
}

.sb-icon-homepage {
    background-position: -7px -8px
}

.sb-icon-email {
    background-position: -7px -38px
}

.sb-icon-print {
    background-position: -7px -68px
}

.sb-icon-phone {
    background-position: -7px -98px
}

.sb-icon-arrow-top-left {
    background-image: none
}

.sb-icon-arrow-top-left:before {
    background: url(/fo/content/images/responsive/icons-sprite.png) no-repeat scroll -7px -188px transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.sb-icon-question-mark {
    background: 0
}

.sb-icon-question-mark:before {
    content: "";
    width: 16px;
    height: 16px;
    background-position: -8px -220px;
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-image: url(/fo/content/images/responsive/icons-sprite.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.sb-icon-room {
    background: 0
}

.sb-icon-calendar {
    background: 0
}

.sb-icon-calendar:before,
.sb-icon-room:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0
}

.sb-icon-room:before {
    background: url(/fo/content/images/responsive/icons-sprite.png) no-repeat -65px -395px
}

.sb-icon-calendar:before {
    background: url(/fo/content/images/responsive/icons-sprite.png) no-repeat -65px -425px
}

.sb-icon-password,
.sb-icon-user {
    background: none repeat scroll 0 0 #bbb;
    left: 0;
    margin: 0;
    padding: 2px;
    position: absolute;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.sb-icon-password:before,
.sb-icon-user:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background-image: url(/fo/content/images/responsive/icons-sprite.png);
    background-repeat: no-repeat
}

.sb-icon-user:before {
    background-position: -30px -30px
}

.sb-icon-password:before {
    background-position: -30px -60px
}

.sb-icon-lake-view:before,
.sb-icon-sea-view:before {
    content: "\f21a"
}

.sb-icon-garden-view:before {
    content: "\f1bb"
}

.sb-icon-countryside-view:before,
.sb-icon-desert-view:before,
.sb-icon-mountain-view:before {
    content: "\f06e"
}

.sb-icon-landmark-view:before {
    content: "\f041"
}

.sb-icon-city-view:before {
    content: "\f1ad"
}

.sb-icon-balcony:before,
.sb-icon-terrace:before {
    content: "\f009"
}

.sb-icon-wifi:before {
    content: "\f1eb"
}

.sb-icon-wifi-free:before,
.sb-icon-wifi-hall-free:before {
    content: "\f1eb"
}

.sb-icon-internet:before {
    content: "\f108"
}

.sb-icon-internet-free:before,
.sb-icon-internet-hall-free:before {
    content: "\f108"
}

.sb-icon-air-conditioning:before {
    content: "\f2dc"
}

.sb-icon-soundproof:before {
    content: "\f026"
}

.sb-icon-disability:before {
    content: "\f193"
}

.sb-icon-flat-tv:before {
    content: "\f26c"
}

/*!Copyright (c) 2016 Jed Watson.
 Licensed under the MIT License (MIT), see http: //jedwatson.github.io/classnames*/
@font-face {
    font-family: mdr-icons;
    src: url(/fo/content/css-modern/01_styles/fonts/mdr-icons.eot?7bdbh5);
    src: url(/fo/content/css-modern/01_styles/fonts/mdr-icons.eot?7bdbh5#iefix) format('embedded-opentype'), url(/fo/content/css-modern/01_styles/fonts/mdr-icons.ttf?7bdbh5) format('truetype'), url(/fo/content/css-modern/01_styles/fonts/mdr-icons.woff?7bdbh5) format('woff'), url(/fo/content/css-modern/01_styles/fonts/mdr-icons.svg?7bdbh5#mdr-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" mdr-icon-"],
[class^=mdr-icon-] {
    font-family: mdr-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mdr-icon-accessibility:before {
    content: "\e904"
}

.mdr-icon-arrow-large-up:before {
    content: "\e905"
}

.mdr-icon-arrow-large-down:before {
    content: "\e906"
}

.mdr-icon-arrow-medium-right:before {
    content: "\e907"
}

.mdr-icon-arrow-medium-left:before {
    content: "\e908"
}

.mdr-icon-arrow-medium-up:before {
    content: "\e909"
}

.mdr-icon-arrow-small-up:before {
    content: "\e90a"
}

.mdr-icon-arrow-small-right:before {
    content: "\e90b"
}

.mdr-icon-arrow-small-left:before {
    content: "\e90c"
}

.mdr-icon-arrow-small-down:before {
    content: "\e90d"
}

.mdr-icon-balcony:before {
    content: "\e90e"
}

.mdr-icon-bed:before {
    content: "\e90f"
}

.mdr-icon-building:before {
    content: "\e910"
}

.mdr-icon-cable:before {
    content: "\e911"
}

.mdr-icon-car:before {
    content: "\e912"
}

.mdr-icon-cross-menu:before {
    content: "\e913"
}

.mdr-icon-doctor:before {
    content: "\e914"
}

.mdr-icon-door:before {
    content: "\e91c"
}

.mdr-icon-garden-view:before {
    content: "\e96e"
}

.mdr-icon-lake-view:before {
    content: "\e96f"
}

.mdr-icon-menu:before {
    content: "\e92d"
}

.mdr-icon-mountain-view:before {
    content: "\e971"
}

.mdr-icon-sea-view:before {
    content: "\e972"
}

.mdr-icon-shield-secure:before {
    content: "\e973"
}

.mdr-icon-ship:before {
    content: "\e974"
}

.mdr-icon-snow:before {
    content: "\e975"
}

.mdr-icon-terrace:before {
    content: "\e976"
}

.mdr-icon-ticket:before {
    content: "\e977"
}

.mdr-icon-tree:before {
    content: "\e978"
}

.mdr-icon-alert-circle:before {
    content: "\e900"
}

.mdr-icon-alert-triangle:before {
    content: "\e901"
}

.mdr-icon-arrow-right:before {
    content: "\e902"
}

.mdr-icon-award:before {
    content: "\e903"
}

.mdr-icon-calendar:before {
    content: "\e915"
}

.mdr-icon-camera:before {
    content: "\e916"
}

.mdr-icon-check:before {
    content: "\e917"
}

.mdr-icon-chevron-down:before {
    content: "\e918"
}

.mdr-icon-chevron-left:before {
    content: "\e919"
}

.mdr-icon-chevron-right:before {
    content: "\e91a"
}

.mdr-icon-chevron-up:before {
    content: "\e91b"
}

.mdr-icon-circle:before {
    content: "\e91d"
}

.mdr-icon-clock:before {
    content: "\e91e"
}

.mdr-icon-coffee:before {
    content: "\e91f"
}

.mdr-icon-edit-2:before {
    content: "\e920"
}

.mdr-icon-external-link:before {
    content: "\e921"
}

.mdr-icon-eye:before {
    content: "\e922"
}

.mdr-icon-gift:before {
    content: "\e923"
}

.mdr-icon-grid:before {
    content: "\e924"
}

.mdr-icon-heart:before {
    content: "\e925"
}

.mdr-icon-help-circle:before {
    content: "\e926"
}

.mdr-icon-home:before {
    content: "\e927"
}

.mdr-icon-info:before {
    content: "\e928"
}

.mdr-icon-key:before {
    content: "\e929"
}

.mdr-icon-lock:before {
    content: "\e92a"
}

.mdr-icon-mail:before {
    content: "\e92b"
}

.mdr-icon-map-pin:before {
    content: "\e92c"
}

.mdr-icon-menu:before {
    content: "\e92d"
}

.mdr-icon-message-circle:before {
    content: "\e92e"
}

.mdr-icon-minus:before {
    content: "\e92f"
}

.mdr-icon-monitor:before {
    content: "\e930"
}

.mdr-icon-moon:before {
    content: "\e931"
}

.mdr-icon-package:before {
    content: "\e932"
}

.mdr-icon-phone:before {
    content: "\e933"
}

.mdr-icon-plus:before {
    content: "\e934"
}

.mdr-icon-printer:before {
    content: "\e935"
}

.mdr-icon-search:before {
    content: "\e936"
}

.mdr-icon-settings:before {
    content: "\e937"
}

.mdr-icon-star:before {
    content: "\e938"
}

.mdr-icon-tag:before {
    content: "\e939"
}

.mdr-icon-tv:before {
    content: "\e93a"
}

.mdr-icon-unlock:before {
    content: "\e93b"
}

.mdr-icon-user:before {
    content: "\e93c"
}

.mdr-icon-users:before {
    content: "\e93d"
}

.mdr-icon-wifi:before {
    content: "\e93f"
}

.mdr-icon-x:before {
    content: "\e940"
}

.mdr-icon-x-circle:before {
    content: "\e941"
}

.mdr-icon-accessibility:before {
    content: "\e904"
}

.mdr-icon-arrow-large-up:before {
    content: "\e905"
}

.mdr-icon-arrow-large-down:before {
    content: "\e906"
}

.mdr-icon-arrow-medium-right:before {
    content: "\e907"
}

.mdr-icon-arrow-medium-left:before {
    content: "\e908"
}

.mdr-icon-arrow-medium-up:before {
    content: "\e909"
}

.mdr-icon-arrow-small-up:before {
    content: "\e90a"
}

.mdr-icon-arrow-small-right:before {
    content: "\e90b"
}

.mdr-icon-arrow-small-left:before {
    content: "\e90c"
}

.mdr-icon-arrow-small-down:before {
    content: "\e90d"
}

.mdr-icon-balcony:before {
    content: "\e90e"
}

.mdr-icon-bed:before {
    content: "\e90f"
}

.mdr-icon-building:before {
    content: "\e910"
}

.mdr-icon-cable:before {
    content: "\e911"
}

.mdr-icon-car:before {
    content: "\e912"
}

.mdr-icon-cross-menu:before {
    content: "\e913"
}

.mdr-icon-doctor:before {
    content: "\e914"
}

.mdr-icon-door:before {
    content: "\e91c"
}

.mdr-icon-garden-view:before {
    content: "\e96e"
}

.mdr-icon-lake-view:before {
    content: "\e96f"
}

.mdr-icon-menu1:before {
    content: "\e970"
}

.mdr-icon-mountain-view:before {
    content: "\e971"
}

.mdr-icon-sea-view:before {
    content: "\e972"
}

.mdr-icon-shield-secure:before {
    content: "\e973"
}

.mdr-icon-ship:before {
    content: "\e974"
}

.mdr-icon-terrace:before {
    content: "\e976"
}

.mdr-icon-ticket:before {
    content: "\e977"
}

.mdr-icon-tree:before {
    content: "\e978"
}

.mdr-icon-countryside-view:before {
    content: "\e922"
}

.mdr-icon-air-conditioning:before {
    content: "\e975"
}

.mdr-icon-fb:before {
    content: "\e942";
    color: #fff
}

.mdr-icon-google .path1:before {
    content: "\e943";
    color: #fff
}

.mdr-icon-google .path2:before {
    content: "\e944";
    margin-left: -1em;
    color: #4285f4
}

.mdr-icon-google .path3:before {
    content: "\e945";
    margin-left: -1em;
    color: #34a853
}

.mdr-icon-google .path4:before {
    content: "\e946";
    margin-left: -1em;
    color: #fbbc05
}

.mdr-icon-google .path5:before {
    content: "\e947";
    margin-left: -1em;
    color: #ea4335
}

.mdr-icon-wifi-free:before {
    content: "\e93f"
}

.mdr-icon-wifi-hall-free:before {
    content: "\e93f"
}

.mdr-icon-internet-hall-free:before {
    content: "\e911"
}

.mdr-icon-internet-free:before {
    content: "\e911"
}

.mdr-icon-landmark-view:before {
    content: "\e92c"
}

.mdr-icon-city-view:before {
    content: "\e910"
}

.mdr-icon-internet:before {
    content: "\e911"
}

.mdr-icon-disability:before {
    content: "\e904"
}

.mdr-icon-concierge-bell:before {
    content: "\e948"
}

.mdr-icon-soundproof:before {
    content: "\e93e"
}

.mdr-icon-comment-info:before {
    content: "\e949"
}

.mdr-icon-arrow-right-compact:before {
    content: "\e94b"
}

.mdr-icon-arrow-left-compact:before {
    content: "\e94a"
}

.mdr-icon-shopping-bag:before {
    content: "\e94c"
}

.sb-select {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sb-select:hover {
    background: #fff
}

.sb-select:after {
    color: #004274;
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    text-decoration: inherit;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    line-height: 36px;
    pointer-events: none
}

.sb-select select {
    min-height: auto;
    height: 36px;
    padding: 0 14px 0 4px;
    box-shadow: inset 0 0 0 1px #cacbcd;
    cursor: pointer;
    background: #fff;
    width: 100%;
    border: 0;
    border-radius: 3px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sb-select select::-ms-expand {
    display: none
}

.sb-select select:hover {
    box-shadow: inset 0 0 0 2px #004274
}

.sb-select select:focus {
    box-shadow: inset 0 0 0 2px #004274
}

.sb-button {
    padding: 12px 16px 11px;
    display: inline-block;
    border-radius: 3px;
    border: 0;
    line-height: 1.1;
    transition: background-color .2s ease;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sb-button:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.sb-theme-rounded .sb-button {
    border-radius: 30px
}

.sb-button--primary {
    color: #fff;
    background: #61b361;
    border-color: #529852
}

.sb-button--primary:hover {
    background: #529852;
    border-color: #4e8f4e;
    color: #fff
}

.sb-button--primary:focus,
.sb-button--primary:not(:disabled):not(.disabled):active {
    background: #4e8f4e;
    box-shadow: inset 0 1px 1px 0 #3a6b3a;
    border-color: #4e8f4e;
    outline: 0
}

.sb-button--secondary {
    color: #004274;
    background: #fff;
    border-color: #d9d9d9;
    border: 1px solid #004274
}

.sb-button--secondary:hover {
    background: #d9d9d9;
    border-color: #ccc;
    color: #004274
}

.sb-button--secondary:focus,
.sb-button--secondary:not(:disabled):not(.disabled):active {
    background: #ccc;
    box-shadow: inset 0 1px 1px 0 #999;
    border-color: #ccc;
    outline: 0
}

.sb-button--secondary:hover {
    background: #004274;
    color: #fff !important;
    border: 1px solid #004274
}

.sb-theme-rounded .sb-button--secondary {
    border: 2px solid #004274
}

.sb-button--danger {
    color: #fff;
    background: #dc3522;
    border-color: #bb2d1d
}

.sb-button--danger:hover {
    background: #bb2d1d;
    border-color: #b02a1b;
    color: #fff
}

.sb-button--danger:focus,
.sb-button--danger:not(:disabled):not(.disabled):active {
    background: #b02a1b;
    box-shadow: inset 0 1px 1px 0 #842014;
    border-color: #b02a1b;
    outline: 0
}

.sb-button--danger:hover {
    background: #dc3522;
    color: #fff
}

.sb-button--cta {
    color: #fff;
    background: #004274;
    border-color: #003863
}

.sb-button--cta:hover {
    background: #003863;
    border-color: #00355d;
    color: #fff
}

.sb-button--cta:focus,
.sb-button--cta:not(:disabled):not(.disabled):active {
    background: #00355d;
    box-shadow: inset 0 1px 1px 0 #002846;
    border-color: #00355d;
    outline: 0
}

.sb-button--cta:hover {
    color: #fff
}

.sb-button--block {
    width: 100%;
    display: block;
    padding: 12px 0
}

.sb-button--small {
    padding: 8px 12px 7px;
    font-size: .6875rem
}

.sb-button--big {
    padding: 16px 32px 15px;
    font-size: .875rem
}

.sb-button--disabled {
    opacity: .5;
    pointer-events: none
}

.sb-button--fb {
    color: #fff;
    background: #3b5998;
    border-color: #324c81
}

.sb-button--fb:hover {
    background: #324c81;
    border-color: #2f477a;
    color: #fff
}

.sb-button--fb:focus,
.sb-button--fb:not(:disabled):not(.disabled):active {
    background: #2f477a;
    box-shadow: inset 0 1px 1px 0 #23355b;
    border-color: #2f477a;
    outline: 0
}

.sb-button--fb:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f09a";
    margin-right: 8px;
    position: absolute;
    left: 12px
}

.sb-button--google {
    color: #fff;
    background: #4285f4;
    border-color: #3871cf
}

.sb-button--google:hover {
    background: #3871cf;
    border-color: #356ac3;
    color: #fff
}

.sb-button--google:focus,
.sb-button--google:not(:disabled):not(.disabled):active {
    background: #356ac3;
    box-shadow: inset 0 1px 1px 0 #285092;
    border-color: #356ac3;
    outline: 0
}

.sb-button--google:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f1a0";
    margin-right: 8px;
    position: absolute;
    left: 12px
}

.sb-button--email {
    color: #fff;
    background: #004274;
    border-color: #003863
}

.sb-button--email:hover {
    background: #003863;
    border-color: #00355d;
    color: #fff
}

.sb-button--email:focus,
.sb-button--email:not(:disabled):not(.disabled):active {
    background: #00355d;
    box-shadow: inset 0 1px 1px 0 #002846;
    border-color: #00355d;
    outline: 0
}

.sb-button--email:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f0e0";
    margin-right: 8px;
    position: absolute;
    left: 12px
}

.sb-font-icon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit
}

.sb-button--icon-arrow-down {
    padding: 12px 24px 11px 16px
}

.sb-button--icon-arrow-down:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f107";
    transform: rotate(0);
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 0
}

.sb-button--icon-arrow-down.open:after {
    transform: rotate(-180deg)
}

.sb-button--icon-arrow-right:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f105";
    margin-left: 8px
}

.sb-button--icon-external-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f08e";
    margin-right: 8px
}

.sb-button--icon-add:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f067";
    margin-left: 8px
}

.sb-button--icon-back:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f104";
    margin-right: 8px
}

.sb-button--icon-telephone:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f095";
    font-size: inherit;
    vertical-align: middle;
    margin-right: 8px
}

.sb-button--icon-edit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f040";
    margin-right: 8px
}

.sb-button--icon-print:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f02f";
    margin-left: 8px
}

button.ui-state-disabled:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f1ce";
    animation: fa-spinning 2s infinite linear;
    text-align: center;
    margin-left: 4px;
    line-height: 1
}

.sb-cart-view .sb-cart-view-close-btn {
    display: none
}

.sb-cart-view.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #ccc
}

.sb-cart-view.fixed .sb-cart-view-close-btn {
    display: block
}

.sb-cart-view.fixed .sb-cart-container {
    height: 100%;
    height: calc(100% - 16px)
}

.sb-cart-view.fixed .sb-cart-container .sb-item-container {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.sb-cart-view.fixed .sb-toggle-container {
    overflow: auto
}

.sb-cart-view.fixed .sb-commands {
    margin-top: auto
}

@media(min-width:991px) {
    .sb-cart-view {
        width: 32%;
        float: left;
        padding: 0 8px 0 0
    }
}

@media(min-width:1500px) {
    .sb-cart-view {
        width: 28%
    }
}

.sb-cart-container {
    background: #fff
}

.sb-services-title {
    padding: 16px;
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid #cacbcd;
    font-size: 1.25rem
}

@media(min-width:738px) {
    .sb-services-title {
        font-size: 1.5rem
    }
}

.sb-services {
    background: rgba(255, 255, 255, .8)
}

.sb-service {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    position: relative;
    border: 1px solid #cacbcd
}

.sb-service+.sb-service {
    margin-top: 2px
}

.sb-service-element-container {
    padding: 16px
}

.sb-service-left {
    width: 30%;
    position: relative;
    float: left;
    padding-right: 8px
}

@media(min-width:738px) {
    .sb-service-left {
        overflow: hidden
    }
}

@media(min-width:1500px) {
    .sb-service-left {
        width: 24%
    }
}

.sb-service-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100%;
    position: relative;
    border: 1px solid #cacbcd
}

@media(min-width:738px) {
    .sb-service-image {
        width: 100%;
        padding-bottom: 75%
    }
}

.sb-service-content {
    width: 100%;
    clear: both;
    padding-top: 8px
}

@media(min-width:738px) {
    .sb-service-content {
        width: 70%;
        clear: none;
        float: right;
        margin-top: 0
    }
}

@media(min-width:1500px) {
    .sb-service-content {
        width: 76%
    }
}

.sb-service-content-header {
    width: 70%;
    float: right
}

@media(min-width:738px) {
    .sb-service-content-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media(min-width:1500px) {
    .sb-service-content-header {
        width: 76%
    }
}

.sb-service-name {
    font-size: 1.125rem;
    font-weight: 500;
    color: #5a5b5c;
    line-height: 1.1;
    transition: all .2s ease
}

.sb-service-price {
    margin-top: 8px;
    white-space: nowrap
}

@media(min-width:738px) {
    .sb-service-price {
        margin-top: 0;
        margin-left: auto;
        text-align: right;
        padding-left: 16px
    }
}

.sb-service-price__free {
    font-size: 1.125rem;
    font-weight: 700;
    color: #61b361
}

.sb-additional-service-taxes-detail {
    font-size: .6875rem;
    font-style: italic
}

.sb-additional-service-taxes-detail .sb-dec-part,
.sb-additional-service-taxes-detail .sb-int-part {
    font-size: .6875rem
}

.sb-service-rate-type {
    display: block;
    font-size: .75rem;
    font-weight: 500;
    color: #8a8b8c
}

.sb-service-description {
    color: #777
}

@media(min-width:1500px) {
    .sb-service-description {
        font-size: .875rem
    }
}

.sb-service-cmd-container {
    margin-top: 8px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.sb-service-category-container {
    background: #004274;
    padding: 16px;
    margin-top: 16px;
    cursor: pointer;
    zoom: 1
}

.sb-service-category-container:after {
    content: "";
    display: block;
    clear: both
}

.sb-service-category-arrow.open {
    border-color: #668eac transparent transparent transparent
}

.sb-service-category-arrow.close {
    border-color: transparent transparent transparent #668eac
}

.sb-service-category-count {
    background: #336890
}

.sb-open-close-service-list-cmd {
    color: #fff
}

.sb-open-close-service-list-cmd:hover {
    color: #f5f5f5
}

.sb-service-rate-container {
    overflow: hidden;
    position: relative;
    padding-right: 18px;
    box-shadow: inset 0 0 0 1px #cacbcd;
    border-radius: 3px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    height: 38px
}

.sb-service-rate-container:hover {
    box-shadow: inset 0 0 0 2px #004274
}

.sb-service-rate-container:after {
    color: #004274;
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    text-decoration: inherit;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    z-index: -1
}

.sb-select--service {
    width: auto;
    max-width: 100%;
    margin-bottom: 4px;
    background: #fff
}

.sb-select--service select {
    height: 38px;
    padding: 0 24px 0 8px
}

.sb-select--service:after {
    right: 8px;
    line-height: 38px
}

.sb-service-category-name {
    color: #fff;
    font-size: 1.125rem;
    float: left;
    line-height: 1.1
}

.sb-cart-total-price-mobile {
    display: none
}

.sb-cart-total-price-mobile .sb-cart-content-container {
    display: none
}

.sb-cart-total-price-mobile.open .sb-cart-content-container {
    display: block
}

.sb-cart-total-price-mobile .sb-cart-total-container {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}

.sb-cart-total-price-mobile .sb-cart-total-label {
    margin-right: auto;
    font-weight: 700;
    color: #004274;
    font-size: .875rem
}

.sb-cart-total-price-mobile .sb-cart-total-label i {
    font-size: .6875rem
}

@media(max-width:990px) {
    .sb-cart-total-price-mobile {
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        padding: 8px 16px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        z-index: 20
    }

    .sb-cart-total-price-mobile .sb-taxes-excluded-info-container {
        margin-top: 4px
    }
}

.sb-service {
    position: relative;
    border: 1px solid #cacbcd
}

.sb-services-footer {
    background: #fff;
    padding: 8px 16px;
    margin-top: 2px;
    border: 1px solid #cacbcd;
    text-align: right
}

@media(max-width:737px) {
    .sb-services-footer {
        padding: 8px
    }

    .sb-services-footer .sb-button {
        display: block;
        width: 100%
    }
}

.sb-service-card {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.sb-service-card:hover .sb-service-card__description:before {
    transform: rotate(8deg);
    height: 51%;
    background: #fff;
    border-right: 4px solid #cacbcd;
    width: 20px;
    bottom: 0
}

.sb-service-card:hover .sb-service-card__description:after {
    transform: rotate(-8deg);
    height: 51%;
    background: #fff;
    border-right: 4px solid #cacbcd;
    width: 20px;
    top: 0
}

.sb-service-card:hover .sb-service-card__price-container:before {
    background: #f5f5f5;
    right: 0
}

@media(max-width:737px) {
    .sb-service-card:hover .sb-service-card__price-container:before {
        background: #fff
    }
}

.sb-service-card__img-container {
    width: 100%;
    position: relative;
    transition: all .2s ease;
    padding: 16px 16px 0
}

@media(min-width:738px) {
    .sb-service-card__img-container {
        width: 30%;
        padding: 16px 0 16px 16px
    }
}

@media(min-width:1500px) {
    .sb-service-card__img-container {
        width: 24%
    }
}

.sb-service-card__img {
    background-size: cover;
    background-position: center center;
    height: auto;
    width: 100%;
    border: 1px solid #cacbcd
}

.sb-service-card__img-height {
    width: 100%
}

.sb-service-card__img-height:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 56.25%
}

@media(min-width:738px) {
    .sb-service-card__img-height:after {
        padding-bottom: 75%
    }
}

.sb-service-card__description {
    width: 100%;
    padding: 16px;
    position: relative
}

@media(min-width:738px) {
    .sb-service-card__description {
        width: 45%
    }

    .sb-service-card__description:before {
        content: "";
        position: absolute;
        bottom: 16px;
        right: 0;
        width: 1px;
        height: 50%;
        border-right: 1px solid #eaeaea;
        transform-origin: bottom right;
        transform: rotate(0);
        transition: all .2s ease;
        z-index: 1
    }

    .sb-service-card__description:after {
        content: "";
        position: absolute;
        top: 16px;
        right: 0;
        width: 1px;
        height: 50%;
        border-right: 1px solid #eaeaea;
        transform-origin: top right;
        transform: rotate(0);
        transition: all .2s ease;
        z-index: 1
    }
}

@media(min-width:1500px) {
    .sb-service-card__description {
        width: 56%
    }
}

.sb-service-card__name {
    margin-bottom: 4px;
    line-height: 1.1;
    font-size: 1.25rem;
    font-weight: 500;
    color: #004274
}

@media(min-width:1500px) {
    .sb-service-card__name {
        margin-bottom: 8px
    }
}

.sb-service-card__description-content {
    display: block;
    font-size: .8125rem;
    color: #5a5b5c;
    white-space: pre-wrap
}

@media(min-width:1500px) {
    .sb-service-card__description-content {
        font-size: .875rem
    }
}

.sb-service-card__price-container {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: columm;
    flex-direction: columm;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: 0 0 16px
}

.sb-service-card__price-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #fff;
    transition: right .3s ease;
    transition-delay: .1s
}

@media(min-width:738px) {
    .sb-service-card__price-container {
        width: 25%;
        padding: 16px
    }
}

@media(min-width:1500px) {
    .sb-service-card__price-container {
        width: 20%
    }
}

.sb-service-card__price {
    width: 100%;
    position: relative
}

@media(max-width:737px) {
    .sb-service-card__price {
        margin-bottom: 8px
    }
}

@media(max-width:737px) {
    .sb-service-rate-type {
        display: inline-block
    }
}

.sb-service-card__actions {
    width: 80%;
    margin: auto auto 0
}

.sb-sharing-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-sharing-toolbar.addthis_toolbox a {
    margin-bottom: 0
}

[class^=addthis_button_] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    width: 32px;
    height: 32px;
    transition: background .3s ease, color .3s ease, box-shadow .3s ease
}

[class^=addthis_button_]+[class^=addthis_button_] {
    margin-left: 4px
}

.sb-theme-default [class^=addthis_button_] {
    box-shadow: inset 0 0 0 1px #cacbcd;
    border-radius: 3px;
    color: #004274
}

.sb-theme-default [class^=addthis_button_]:hover {
    box-shadow: inset 0 0 0 1px #004274;
    background: #004274;
    color: #fff
}

.sb-theme-rounded [class^=addthis_button_] {
    box-shadow: inset 0 0 0 2px #004274;
    border-radius: 50%;
    color: #3a3b3c
}

.sb-theme-rounded [class^=addthis_button_]:hover {
    background: #004274;
    color: #fff
}

.sb-bb-title {
    border-bottom: 1px solid #cacbcd
}

.sb-bb-solution {
    background: #fff;
    border: 1px solid #cacbcd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    position: relative
}

.sb-bb-solution+.sb-bb-solution {
    margin-top: 0
}

.sb-bb-solution.disabled:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .65;
    z-index: 1
}

.sb-bb-solution__header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    width: 100%;
    padding: 16px
}

@media(max-width:737px) {
    .sb-bb-solution__header .sb-info-dates {
        margin-top: 8px;
        line-height: 1.6
    }
}

.sb-bb-solution__header-title {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 500
}

@media(max-width:737px) {
    .sb-bb-solution__header-title {
        width: 100%
    }
}

.sb-info-dates__guests {
    margin-right: 16px
}

@media(max-width:737px) {
    .sb-info-dates__guests {
        width: 100%;
        display: block
    }
}

.sb-bb-solution__booking {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 16px;
    width: 100%;
    padding: 16px
}

.sb-bb-solution__booking-price {
    font-size: 1rem;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    margin-right: 16px
}

.sb-bb-solution__booking-price .sb-price-link {
    margin-right: 0;
    cursor: default;
    white-space: nowrap
}

.sb-bb-solution__booking-price .striked-price {
    font-size: .75rem;
    color: #8a8b8c;
    font-weight: 400;
    line-height: 1
}

.sb-bb-solution__booking-price .sb-taxes-included-excluded-txt {
    margin-top: 0
}

.sb-bb-solution__rooms-wrapper {
    width: 100%
}

.sb-bb-solution__room {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.sb-bb-solution__room+.sb-bb-solution__room {
    border-top: 0
}

.sb-bb-solution__room-img-container {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
}

.sb-bb-solution__room-img {
    background-size: cover;
    cursor: pointer;
    height: auto;
    width: 100%
}

.sb-bb-solution__room-img:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 75%
}

@media(max-width:737px) {
    .sb-bb-solution__room-img:after {
        padding-bottom: 56.25%
    }
}

.sb-bb-solution__room-info-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px
}

@media(max-width:737px) {
    .sb-bb-solution__room-info-wrapper {
        width: 100%;
        padding: 8px 0
    }
}

.sb-bb-solution__room-name {
    font-size: 1rem;
    color: #004274;
    cursor: pointer;
    font-weight: 500
}

.sb-bb-solution__room-name:hover {
    color: #00355d
}

.sb-bb-solution__room-name span {
    font-size: .875rem;
    color: #8a8b8c;
    margin-left: 4px
}

.sb-bb-solution__rate-plan-name {
    color: #004274;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none
}

.sb-bb-solution__rate-plan-name:hover {
    color: #00355d
}

.sb-bb-solution__room-price {
    font-weight: 700;
    margin-left: auto;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%
}

.sb-bb-solution__room-price .sb-price-link {
    cursor: default
}

.sb-bb-solution__room-price .striked-price {
    font-size: .75rem;
    color: #8a8b8c;
    font-weight: 400;
    line-height: 1
}

.sb-bb-solution__room-price .sb-taxes-included-excluded-txt {
    margin-top: 0
}

.sb-bookback-proposal-selection-container .select-proposal-message h2.my-3 {
    display: none
}

.sb-bookback-proposal-selection-container p+p {
    margin-top: 8px
}

.sb-bookback-proposal-form {
    background: #fff;
    padding: 16px;
    margin-top: 16px;
    text-align: center
}

.sb-bookback-proposal-form form {
    margin-top: 2rem
}

.sb-bookback-proposal-form textarea {
    border: 1px solid #cacbcd;
    padding: 6px 8px;
    min-height: 30vh;
    max-width: 600px
}

.sb-bookback-proposal-form .btn-reject-proposals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem
}

@media(max-width:737px) {
    .sb-bookback-proposal-form {
        margin: 8px
    }
}

.sb-bookback-proposal-form__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color: var(--color-primary)
}

.sb-bookback-proposal-form__text {
    margin-top: 8px;
    line-height: 1.2;
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 500px
}

.sb-bookback-proposal-form__toggle-reject-label .label-1 {
    color: #dc3522
}

.sb-bookback-proposal-form__toggle-reject-label .label-2 {
    color: #004274
}

.sb-bookback-proposal-form__toggle-reject-label:hover span {
    cursor: pointer;
    text-decoration: underline
}

.sb-bookback-disabled .general-title,
.sb-bookback-disabled .pa-container,
.sb-bookback-disabled .sb-bb-solution,
.sb-bookback-disabled .sb-packages,
.sb-bookback-disabled .sb-packages__nav,
.sb-bookback-disabled .sb-room-container,
.sb-bookback-disabled .sb-step-room-alloc {
    position: relative
}

.sb-bookback-disabled .general-title:after,
.sb-bookback-disabled .pa-container:after,
.sb-bookback-disabled .sb-bb-solution:after,
.sb-bookback-disabled .sb-packages:after,
.sb-bookback-disabled .sb-packages__nav:after,
.sb-bookback-disabled .sb-room-container:after,
.sb-bookback-disabled .sb-step-room-alloc:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fcfcfc;
    opacity: .5;
    z-index: 101
}

.sb-bookback-disabled,
.sb-cart-container:not(.sb-bookback-proposal-selection-container)~* {
    display: none !important
}

.nav-summary {
    background: transparent;
    z-index: 100;
    max-height: 90px;
    width: 100% !important
}

.nav-summary__title {
    font-size: 1.5rem;
    margin-bottom: .25rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #005d78;
    color: var(--color-primary)
}

.nav-summary__logo {
    max-height: 60px;
    float: left;
    display: none
}

.nav-summary .sb-offer-countdown {
    transform: scale(0);
    display: inline-block
}

.nav-summary__main-text {
    margin: 0 auto;
    z-index: 0;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:737px) {
    .nav-summary__content-main-text {
        margin: 0 auto
    }
}

@media(min-width:501px) {
    .sticky-wrapper.is-sticky .nav-summary__logo {
        display: block
    }

    .nav-summary__content-main-text {
        margin-left: 50%;
        transform: translateX(-50%);
        transition: all margin-left .4s ease-in ease-out 0s;
        -webkit-transition: margin-left .4s ease-in;
        -moz-transition: margin-left .4s ease-in;
        -ms-transition: margin-left .4s ease-in;
        -o-transition: margin-left .4s ease-in
    }

    .is-sticky .nav-summary__content-main-text {
        margin-left: 0;
        transform: translateX(0);
        transition: all margin-left .4s ease-in ease-out 0s;
        -webkit-transition: margin-left .4s ease-in;
        -moz-transition: margin-left .4s ease-in;
        -ms-transition: margin-left .4s ease-in;
        -o-transition: margin-left .4s ease-in;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

    .is-sticky .nav-summary__content-main-text .nav-summary__title {
        margin-bottom: 0
    }
}

.is-sticky .nav-summary__title,
.is-sticky .sb-info-dates-wrapper {
    line-height: 1.1
}

:not(.is-sticky) .nav-summary {
    max-width: 100% !important
}

.is-sticky .nav-summary {
    padding: .5rem 1.65rem;
    background: #fff;
    left: 0;
    right: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.is-sticky .nav-summary .sb-offer-countdown {
    transform: scale(1);
    transition: all transform .4s ease-in .2s ease-out 0s;
    -webkit-transition: transform .4s ease-in .2s;
    -moz-transition: transform .4s ease-in .2s;
    -ms-transition: transform .4s ease-in .2s;
    -o-transition: transform .4s ease-in .2s
}

.is-sticky .nav-summary__content {
    text-align: left;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.is-sticky .nav-summary h2,
.is-sticky .nav-summary__title {
    font-weight: 700;
    font-size: 1.3rem
}

.is-sticky .nav-summary__subtitle {
    font-size: .8rem
}

.is-sticky .nav-summary .bookback-notes {
    opacity: 0
}

@media(max-width:990px) {
    .is-sticky .nav-summary {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        padding-left: .65rem;
        padding-right: .65rem
    }

    .is-sticky .nav-summary h2,
    .is-sticky .nav-summary__title {
        font-size: 1rem;
        font-weight: 500
    }

    .is-sticky .nav-summary__subtitle {
        font-size: .8rem
    }
}

@media(min-width:738px) {
    .bookback-notes {
        max-width: 600px;
        margin: 0 auto
    }
}

.bookback-notes {
    padding: 0 2rem;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    font-weight: 300
}

.bookback-notes__icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%)
}

.bookback-notes__icon .fa-circle {
    color: #fff
}

.bookback-notes__icon .fa-circle-thin {
    color: #f5f5f5
}

.bookback-notes__icon .fa-inverse {
    color: #8a8b8c;
    font-size: 80%
}

.bookback-notes .avatar-container {
    color: #8a8b8c
}

.bookback-notes .bookback-notes-for-customer-title {
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    display: none
}

.bookback-notes .bookback-notes-for-customer-text {
    line-height: 1;
    font-size: 1rem;
    line-height: 1.2em;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    font-style: italic
}

.bookback-notes .bookback-notes-signature {
    font-size: .9rem
}

.sb-bookback-proposal-form .sb-bookback-proposal-form__reject {
    display: none
}

@media(min-width:738px) {
    .nav-summary__title {
        white-space: nowrap
    }
}

@media(max-width:737px) {
    .nav-summary .nav-summary__title {
        font-size: .9rem
    }

    .nav-summary .guest-allocation-wrapper,
    .nav-summary .sb-info-dates,
    .nav-summary .sb-info-dates__nights,
    .nav-summary guest-allocation-wrapper {
        font-size: .8rem
    }

    .nav-summary__subtitle {
        font-size: .8rem
    }

    .nav-summary .guest-allocation-wrapper {
        margin-left: 0 !important
    }

    .section-proposal-form .sb-bookback-proposal-form__title {
        font-size: 1rem
    }

    .section-proposal-form .sb-bookback-proposal-form__text {
        font-size: .8rem
    }

    .select-proposal-message--greetings h1,
    .select-proposal-message--greetings p:first-of-type {
        font-size: 1.2rem !important
    }
}

.link-arrow:after {
    content: '';
    background-size: 100% 100%;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: -28px;
    transition: all .4s cubic-bezier(.35, 1, .33, 1)
}

.link-arrow:hover:after {
    right: -35px
}

.link-arrow.link-arrow-white:after {
    background-size: 100% 100%
}

.link-arrow-hover:after {
    right: -35px
}

.link {
    display: inline-block;
    position: relative;
    border: 0;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #005d78
}

.link,
.link>label {
    cursor: pointer
}

.link:active,
.link:focus,
.link:hover {
    outline: 0
}

@media(min-width:991px) {
    .link-theme:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        width: 0;
        height: 2px;
        transition: all .4s cubic-bezier(.35, 1, .33, 1)
    }
}

.link label,
a.link {
    border-bottom: solid 3px #fff
}

.link:hover label,
a.link:hover {
    color: #005d78
}

.dropdown-inner-li:hover {
    border-left: solid 3px !important
}

.link:hover:before {
    width: 100%
}

@media(min-width:991px) {
    .link-theme:before {
        background: #444
    }
}

.nav-summary__content-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff
}

@media(max-width:990px) {
    .nav-summary__content-navbar ul {
        overflow: hidden
    }
}

.nav-summary__content-navbar li .link {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: var(--color-primary)
}

.nav-summary__content-navbar li .link:hover label {
    color: var(--color-primary)
}

.nav-summary__content-navbar .menu-btn:hover,
.nav-summary__content-navbar li .link:hover {
    background-color: #fff
}

.nav-summary__content-navbar .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out
}

.nav-summary__content-navbar .menu-icon {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    top: calc(100%+.5rem);
    transform: translateY(-50%);
    z-index: 4;
    font-size: 1.4rem
}

@media(min-width:501px) {
    .nav-summary__content-navbar .menu-icon {
        top: 50%
    }
}

.nav-summary__content-navbar .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.nav-summary__content-navbar .menu-icon .navicon:after,
.nav-summary__content-navbar .menu-icon .navicon:before {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.nav-summary__content-navbar .menu-icon .navicon:before {
    top: 5px
}

.nav-summary__content-navbar .menu-icon .navicon:after {
    top: -5px
}

.nav-summary__content-navbar .menu-btn {
    display: none
}

.nav-summary__content-navbar .menu-btn:checked~.menu {
    max-height: 240px
}

.nav-summary__content-navbar .menu-btn:checked~.menu-icon .navicon {
    background: 0
}

.nav-summary__content-navbar .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.nav-summary__content-navbar .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.nav-summary__content-navbar .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.nav-summary__content-navbar .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

.nav-summary__content-navbar .section {
    overflow: hidden;
    margin: auto;
    max-width: 1400px
}

.nav-summary__content-navbar .section .link {
    position: relative;
    float: left;
    width: 100%
}

.nav-summary__content-navbar .section .link img {
    width: 100%;
    display: block
}

.nav-summary__content-navbar .section .link span {
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: 5%;
    font-size: 2em;
    text-shadow: 1px 1px 0 #000
}

.nav-summary__content-navbar .section-split .link span {
    display: none
}

.nav-summary__content-navbar .section-split .link:hover span {
    display: block
}

@media(min-width:991px) {
    .nav-summary__content-navbar li {
        float: left
    }

    .nav-summary__content-navbar li .link {
        padding: 0;
        margin-right: 30px
    }

    .nav-summary__content-navbar .menu {
        clear: none;
        float: right;
        max-height: none
    }

    .nav-summary__content-navbar .menu-icon {
        display: none
    }
}

.nav-summary__content-main {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1;
    flex: 1
}

.nav-summary__content-navbar {
    display: none
}

.is-sticky .nav-summary__content-main {
    width: 50%;
    display: block;
    float: left;
    z-index: 99
}

@media(max-width:990px) {
    .is-sticky .nav-summary__content-main {
        width: 100%
    }
}

.is-sticky .nav-summary__content-navbar {
    display: block;
    width: 50%;
    float: right;
    z-index: 100
}

@media(max-width:990px) {
    .is-sticky .nav-summary__content-navbar {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%
    }
}

@media(max-width:990px) {
    .is-sticky .nav-summary__content-navbar .menu {
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
        position: absolute;
        left: -10px;
        right: -10px;
        top: calc(100%+8px);
        overflow-y: auto
    }
}

@media(min-width:991px) {
    .is-sticky .nav-summary__content-navbar .menu {
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

.menu-icon {
    color: var(--color-primary)
}

.nav-summary .dropdown {
    position: relative;
    display: inline-block
}

.nav-summary .dropdown-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.nav-summary .dropdown-inner {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

@media(max-width:990px) {
    .nav-summary .dropdown-inner {
        display: none
    }
}

.nav-summary .dropdown-hover:hover .dropdown-inner,
.nav-summary .dropdown-open:checked~.dropdown-inner {
    opacity: 1;
    visibility: visible
}

@media(max-width:990px) {

    .nav-summary .dropdown-hover:hover .dropdown-inner,
    .nav-summary .dropdown-open:checked~.dropdown-inner {
        display: block;
        position: relative
    }
}

.nav-summary .dropdown-hover:hover~.dropdown-overlay,
.nav-summary .dropdown-open:checked~.dropdown-overlay {
    display: block
}

.nav-summary .dropdown-inner {
    min-width: 100%;
    background: #fff;
    transition: opacity .3s, visibility .3s
}

@media(min-width:991px) {
    .nav-summary .dropdown-inner {
        border: #aaa solid 1px;
        border-radius: 3px;
        top: 20px;
        border-top: solid 3px
    }
}

.nav-summary .dropdown-inner-li {
    padding: 0 .5rem 1rem;
    cursor: pointer;
    text-transform: none
}

@media(min-width:991px) {
    .nav-summary .dropdown-inner-li {
        max-width: 200px;
        width: 200px;
        text-align: left;
        border-bottom: solid 1px #c7c7c7;
        border-left: solid 3px #fff;
        padding: 10px 5px
    }
}

.content-parts-title-section {
    height: 20vh;
    min-height: 200px
}

.content-parts-title {
    font-size: 1.8rem;
    color: var(--color-primary);
    text-shadow: none
}

.content-parts-subtitle {
    font-size: 1.3rem;
    color: #444
}

.content-part-lozad-container .css-accordion__content .css-accordion__content-inner {
    padding-bottom: 15px
}

.suggested-solution .css-accordion__content-inner {
    padding-bottom: 15px
}

.sb-commands-header {
    position: relative !important
}

.sb-bb-solution__booking-price-container {
    text-align: right !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sb-bb-solution__booking-price-container .offer-price,
.sb-bb-solution__booking-price-container .sale-price {
    color: var(--color-secondary)
}

.sb-bb-solution__booking-price-container .sale-price {
    margin-top: .4em
}

.sb-bb-solution__booking-price-container .sb-int-part {
    font-size: 1.8rem
}

.chat-widget__message .avatar-container {
    float: left;
    margin: 0 !important
}

.chat-widget__message .avatar-container .fa-user-circle {
    font-size: 3em
}

.chat-widget__message-container {
    margin-left: 3.5em
}

.chat-widget__message-subtext {
    display: none !important
}

.chat-widget .fab {
    display: none !important
}

.avatar-photo {
    display: inline-block;
    font-size: 2em;
    position: absolute
}

@media only screen and (max-width:990px) {
    .avatar-photo {
        font-size: 1.7em
    }
}

.chat-widget__message-text>span {
    display: block
}

.chat-widget[data-scrollspy] .chat-widget__message {
    transition: all 1s;
    transition-delay: 2s;
    transform: translateX(65%)
}

@media only screen and (max-width:990px) {
    .chat-widget[data-scrollspy] .chat-widget__message {
        transform: translateX(55%)
    }
}

.chat-widget[data-scrollspy] .chat-widget__message:hover {
    transform: translateX(5%);
    transition-delay: 0s
}

.suggested-solution .sb-bb-solution__booking-price {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media(max-width:375px) {
    .accordion-header-name {
        font-size: 1.1rem !important;
        line-height: 1.1rem
    }

    .sb-bb-solution__booking-price-container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sb-card {
    font-size: 1rem;
    border: 0;
    width: 100%;
    transition: all .25s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px
}

.sb-card.clickable {
    cursor: pointer
}

.sb-card.hover-animation {
    top: 0
}

.sb-card.hover-animation:hover {
    top: -12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23) !important
}

.sb-card.hover-animation.card--vertical {
    margin-top: 15px
}

.sb-card .flag-banner {
    position: absolute;
    right: 1.25rem;
    top: -3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important;
    z-index: 1
}

.sb-card .card-img-top-wrapper {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.sb-card .card-header {
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    transition: all .15s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0;
    border-bottom: 0
}

.sb-card .card-header.card-header--background {
    min-height: 170px;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    -ms-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0;
    width: 100%;
    height: 100%
}

.sb-card .card-header.is-clickable {
    cursor: pointer
}

.sb-card .card-header .sb-room-card__img-container {
    width: 100%;
    padding: 16px 0
}

.sb-card .card-header .circle-badge {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important;
    width: auto;
    height: 5rem;
    min-width: 5rem;
    padding: 0 16px
}

.sb-card .card-subtitle,
.sb-card .card-title {
    font-style: normal;
    color: var(--color-primary)
}

.sb-card .card-title {
    font-size: 1.25rem;
    font-weight: 500;
    display: block
}

.sb-card .card-title.is-clickable {
    cursor: pointer
}

.sb-card .card-title.is-clickable:hover {
    text-decoration: underline
}

.sb-card .card-title--extra-info {
    color: #f8f8f8;
    white-space: nowrap;
    font-size: .8em;
    margin-left: 3px
}

.sb-card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    overflow-y: hidden
}

.sb-card .card-body {
    font-size: .9rem
}

.sb-card .card-text {
    font-size: .9em
}

.sb-card .card-text__list {
    list-style: none
}

.sb-card .card-footer {
    background-color: #fff;
    overflow: hidden;
    min-width: 150px;
    border-radius: 0;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.sb-card .card-footer .btn {
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 700
}

@media(min-width:501px) {
    .sb-card .card-footer_info {
        margin-right: auto
    }

    .sb-card .card-footer_cta {
        margin-left: auto
    }
}

.sb-card .card-footer .sb-info-dates__nights {
    margin-left: 0
}

@media(max-width:737px) {
    .sb-card .btn {
        width: 100%
    }

    .sb-card .sb-room-card__price {
        display: none
    }

    .sb-card .card-header--background {
        min-height: 70px !important
    }
}

.sb-card .list__icon {
    width: 1.5em
}

.sb-card .list__label {
    color: #5a5b5c
}

.sb-card .canc-free,
.sb-card .not-ref {
    font-style: normal;
    font-weight: 400
}

.sb-card .sb-canc-pol-label {
    font-size: inherit
}

.sb-card .sb-bb-solution__booking-price {
    margin-right: 0
}

.sb-card .sb-info-dates {
    font-weight: 400
}

.sb-card .sb-info-dates__arrival,
.sb-card .sb-info-dates__departure {
    font-weight: 700
}

.sb-card.not-available,
.sb-quote.not-available,
.wrapper-not-available.not-available {
    position: relative
}

.sb-card.not-available:before,
.sb-quote.not-available:before,
.wrapper-not-available.not-available:before {
    content: "";
    position: absolute;
    display: block;
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 99
}

.sb-card.sb-packages .card-header.card-header--background {
    min-height: 30vh
}

.sb-rate-plan:hover .sb-quote.not-available:before {
    background: rgba(245, 245, 245, .7)
}

.card--vertical.card:not(.card--list-child)>.card-body>.card-title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 3rem;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem
}

.card--vertical .card-dates {
    position: absolute;
    right: 1.25rem;
    bottom: -1em;
    top: auto;
    left: auto
}

.card--vertical .card-subtitle {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 2.4em;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem
}

.card--vertical .card-text__description {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 4.8em;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.2em;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis
}

.card--vertical .card-text .card-text__block {
    line-height: 1.2
}

.card--vertical .card-text .guest-allocation__icon {
    margin-right: 12px
}

.card--vertical .sb-room-card__price {
    display: none
}

@media(max-width:737px) {
    .card--vertical:not(.card--list) {
        min-height: 450px
    }

    .card--vertical:not(.card--list) .card-header.card-header--background {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

.card--horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

@media(max-width:500px) {
    .card--horizontal {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card--horizontal .card-dates {
    position: absolute;
    left: .25rem;
    top: .25rem;
    bottom: auto;
    right: auto
}

.card--horizontal.card--list-child>.card-body>.card-title {
    margin-bottom: .25rem;
    line-height: 1.1
}

.card--horizontal .circle-badge {
    display: none
}

.card--horizontal .card-footer:last-child,
.card--horizontal .card-header:first-child {
    border-radius: 0
}

.card--horizontal .card-text__description {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1.2em;
    max-height: 7.2em
}

.card--horizontal .card-text__description:before {
    content: '...';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 1.3em
}

.card--horizontal .card-body {
    border-right: 1px solid rgba(0, 0, 0, .125)
}

.card--horizontal .card-footer {
    border-top: 0;
    text-align: center;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100px;
    padding: 1.25rem
}

@media(max-width:500px) {
    .card--horizontal .card-footer {
        -ms-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.card--horizontal .card-footer .sb-room-card__price {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card--horizontal .card-footer .sb-room-card__price {
    display: block
}

.card--horizontal .card-footer .sb-info-dates__nights {
    display: none
}

.card--horizontal .flag-banner~.card-footer {
    padding-top: 70px
}

.card--horizontal .sb-bb-solution__room {
    border-bottom: 0
}

.card--list .card {
    box-shadow: none !important;
    margin: 0
}

.card--list>.card-header {
    padding: 1.5rem;
    border-bottom: 0;
    z-index: 1
}

@media(max-width:737px) {
    .card--list>.card-header {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.card--list .card-header.card-header--background {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%
}

.card--list>.card-body {
    border-top: 0;
    padding: 0
}

.card--list .card-title {
    font-size: 1.5rem
}

@media(max-width:737px) {
    .card--list .card-title {
        font-size: 1.25rem
    }
}

.card--list .card-body {
    border-right: 0 !important
}

@media(max-width:500px) {
    .card--list .card-footer {
        padding: .75rem;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card--list .card-footer_cta {
        width: 100%;
        margin-top: 1rem
    }

    .card--list .card-footer .card__price--total {
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card--list .card-footer .sb-button {
        width: 100%
    }
}

.card--list .card-footer_info {
    color: #8a8b8c
}

.card--list .card-footer_info .info-label {
    text-transform: uppercase;
    font-size: .8rem
}

.card--list .card-footer_info .tag-discount {
    display: none
}

.card--list .card__price--total {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: baseline;
    align-items: baseline
}

.card--list .card__price--total .sb-int-part {
    font-size: 1.6rem
}

.card--list .card__price--total .sb-price-link {
    margin-right: 10px
}

.card--list .card__price--total .offer-price-small,
.card--list .card__price--total .web-price-small {
    color: #61b361
}

.card--list .sb-bb-solution__booking-price {
    font-size: 1.2rem
}

.card--list .sb-price-link .sb-int-part {
    font-size: 2rem
}

@media(max-width:500px) {
    .card--list .sb-price-link .sb-int-part {
        font-size: 1.5rem
    }
}

.card--list .tag-discount__icon {
    font-size: 1.5rem
}

.card--list .sb-icon-amenities,
.card--list .sb-meal-plan-name {
    font-weight: 400
}

.card--list .striked-price {
    color: #dc3522
}

.card--list .striked-price:after,
.card--list .striked-price:before {
    border-color: #dc3522
}

@media(max-width:500px) {
    .card--list .card--list-child .card-header--background {
        margin: 0
    }
}

.card--list .card--list-child .card-body {
    padding-bottom: 0
}

@media(max-width:737px) {

    .card--list .card--list-child .card-body,
    .card--list .card--list-child .card-footer {
        font-size: .85rem;
        padding: 1rem
    }
}

.card--list .card--list-child .sb-icon-amenities {
    font-size: 100%
}

.card--list .card--list-child .sb-icon-amenities:before {
    margin-right: 7px
}

.card--list .card--list-child .sb-room-card__room-info {
    border-bottom: 0;
    margin-bottom: 10px
}

.card--list .card--list-child .sb-icons-amenities-container {
    padding-top: 0
}

.card--list .card--list-child .guest-allocation .fa,
.card--list .card--list-child .sb-meal-plan-name:before {
    color: var(--color-primary)
}

.card--list .card--list-child .offer-price-small {
    color: var(--color-success)
}

@media(max-width:500px) {
    .card--list .sb-bb-solution__room {
        border-bottom: 0;
        margin-bottom: 1rem
    }

    .card--list .sb-bb-solution__room+.sb-bb-solution__room {
        margin-top: 1rem
    }
}

@media(max-width:737px) {
    .card--xs-vertical.card:not(.card--list-child)>.card-body>.card-title {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 3rem;
        margin: 0 auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--xs-vertical .card-dates {
        position: absolute;
        right: 1.25rem;
        bottom: -1em;
        top: auto;
        left: auto
    }

    .card--xs-vertical .card-subtitle {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 2.4em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--xs-vertical .card-text__description {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 4.8em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .card--xs-vertical .card-text .card-text__block {
        line-height: 1.2
    }

    .card--xs-vertical .card-text .guest-allocation__icon {
        margin-right: 12px
    }

    .card--xs-vertical .sb-room-card__price {
        display: none
    }
}

@media(max-width:737px) and (max-width:737px) {
    .card--xs-vertical:not(.card--list) {
        min-height: 450px
    }

    .card--xs-vertical:not(.card--list) .card-header.card-header--background {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

@media(min-width:501px) {
    .card--sm-vertical.card:not(.card--list-child)>.card-body>.card-title {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 3rem;
        margin: 0 auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--sm-vertical .card-dates {
        position: absolute;
        right: 1.25rem;
        bottom: -1em;
        top: auto;
        left: auto
    }

    .card--sm-vertical .card-subtitle {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 2.4em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--sm-vertical .card-text__description {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 4.8em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .card--sm-vertical .card-text .card-text__block {
        line-height: 1.2
    }

    .card--sm-vertical .card-text .guest-allocation__icon {
        margin-right: 12px
    }

    .card--sm-vertical .sb-room-card__price {
        display: none
    }
}

@media(min-width:501px) and (max-width:737px) {
    .card--sm-vertical:not(.card--list) {
        min-height: 450px
    }

    .card--sm-vertical:not(.card--list) .card-header.card-header--background {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

@media(min-width:738px) {
    .card--md-vertical.card:not(.card--list-child)>.card-body>.card-title {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 3rem;
        margin: 0 auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--md-vertical .card-dates {
        position: absolute;
        right: 1.25rem;
        bottom: -1em;
        top: auto;
        left: auto
    }

    .card--md-vertical .card-subtitle {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 2.4em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--md-vertical .card-text__description {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 4.8em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .card--md-vertical .card-text .card-text__block {
        line-height: 1.2
    }

    .card--md-vertical .card-text .guest-allocation__icon {
        margin-right: 12px
    }

    .card--md-vertical .sb-room-card__price {
        display: none
    }
}

@media(min-width:738px) and (max-width:737px) {
    .card--md-vertical:not(.card--list) {
        min-height: 450px
    }

    .card--md-vertical:not(.card--list) .card-header.card-header--background {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

@media(min-width:991px) {
    .card--lg-vertical.card:not(.card--list-child)>.card-body>.card-title {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 3rem;
        margin: 0 auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--lg-vertical .card-dates {
        position: absolute;
        right: 1.25rem;
        bottom: -1em;
        top: auto;
        left: auto
    }

    .card--lg-vertical .card-subtitle {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 2.4em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--lg-vertical .card-text__description {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 4.8em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .card--lg-vertical .card-text .card-text__block {
        line-height: 1.2
    }

    .card--lg-vertical .card-text .guest-allocation__icon {
        margin-right: 12px
    }

    .card--lg-vertical .sb-room-card__price {
        display: none
    }
}

@media(min-width:991px) and (max-width:737px) {
    .card--lg-vertical:not(.card--list) {
        min-height: 450px
    }

    .card--lg-vertical:not(.card--list) .card-header.card-header--background {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

@media(min-width:1280px) {
    .card--xl-vertical.card:not(.card--list-child)>.card-body>.card-title {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 3rem;
        margin: 0 auto;
        font-size: 1.25rem;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--xl-vertical .card-dates {
        position: absolute;
        right: 1.25rem;
        bottom: -1em;
        top: auto;
        left: auto
    }

    .card--xl-vertical .card-subtitle {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 2.4em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem
    }

    .card--xl-vertical .card-text__description {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 4.8em;
        margin: 0 auto;
        font-size: 1em;
        line-height: 1.2em;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .card--xl-vertical .card-text .card-text__block {
        line-height: 1.2
    }

    .card--xl-vertical .card-text .guest-allocation__icon {
        margin-right: 12px
    }

    .card--xl-vertical .sb-room-card__price {
        display: none
    }
}

@media(min-width:1280px) and (max-width:737px) {
    .card--xl-vertical:not(.card--list) {
        min-height: 450px
    }

    .card--xl-vertical:not(.card--list) .card-header.card-header--background {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

@media(max-width:737px) {
    .card--xs-horizontal {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card--xs-horizontal .card-dates {
        position: absolute;
        left: .25rem;
        top: .25rem;
        bottom: auto;
        right: auto
    }

    .card--xs-horizontal.card--list-child>.card-body>.card-title {
        margin-bottom: .25rem;
        line-height: 1.1
    }

    .card--xs-horizontal .circle-badge {
        display: none
    }

    .card--xs-horizontal .card-footer:last-child,
    .card--xs-horizontal .card-header:first-child {
        border-radius: 0
    }

    .card--xs-horizontal .card-text__description {
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 1.2em;
        max-height: 7.2em
    }

    .card--xs-horizontal .card-text__description:before {
        content: '...';
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        background: #fff;
        line-height: 1.3em
    }

    .card--xs-horizontal .card-body {
        border-right: 1px solid rgba(0, 0, 0, .125)
    }

    .card--xs-horizontal .card-footer {
        border-top: 0;
        text-align: center;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100px;
        padding: 1.25rem
    }

    .card--xs-horizontal .card-footer .sb-room-card__price {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .card--xs-horizontal .card-footer .sb-room-card__price {
        display: block
    }

    .card--xs-horizontal .card-footer .sb-info-dates__nights {
        display: none
    }

    .card--xs-horizontal .flag-banner~.card-footer {
        padding-top: 70px
    }

    .card--xs-horizontal .sb-bb-solution__room {
        border-bottom: 0
    }
}

@media(max-width:737px) and (max-width:500px) {
    .card--xs-horizontal {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:737px) and (max-width:500px) {
    .card--xs-horizontal .card-footer {
        -ms-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(min-width:501px) {
    .card--sm-horizontal {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card--sm-horizontal .card-dates {
        position: absolute;
        left: .25rem;
        top: .25rem;
        bottom: auto;
        right: auto
    }

    .card--sm-horizontal.card--list-child>.card-body>.card-title {
        margin-bottom: .25rem;
        line-height: 1.1
    }

    .card--sm-horizontal .circle-badge {
        display: none
    }

    .card--sm-horizontal .card-footer:last-child,
    .card--sm-horizontal .card-header:first-child {
        border-radius: 0
    }

    .card--sm-horizontal .card-text__description {
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 1.2em;
        max-height: 7.2em
    }

    .card--sm-horizontal .card-text__description:before {
        content: '...';
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        background: #fff;
        line-height: 1.3em
    }

    .card--sm-horizontal .card-body {
        border-right: 1px solid rgba(0, 0, 0, .125)
    }

    .card--sm-horizontal .card-footer {
        border-top: 0;
        text-align: center;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100px;
        padding: 1.25rem
    }

    .card--sm-horizontal .card-footer .sb-room-card__price {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .card--sm-horizontal .card-footer .sb-room-card__price {
        display: block
    }

    .card--sm-horizontal .card-footer .sb-info-dates__nights {
        display: none
    }

    .card--sm-horizontal .flag-banner~.card-footer {
        padding-top: 70px
    }

    .card--sm-horizontal .sb-bb-solution__room {
        border-bottom: 0
    }
}

@media(min-width:501px) and (max-width:500px) {
    .card--sm-horizontal {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width:501px) and (max-width:500px) {
    .card--sm-horizontal .card-footer {
        -ms-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(min-width:738px) {
    .card--md-horizontal {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card--md-horizontal .card-dates {
        position: absolute;
        left: .25rem;
        top: .25rem;
        bottom: auto;
        right: auto
    }

    .card--md-horizontal.card--list-child>.card-body>.card-title {
        margin-bottom: .25rem;
        line-height: 1.1
    }

    .card--md-horizontal .circle-badge {
        display: none
    }

    .card--md-horizontal .card-footer:last-child,
    .card--md-horizontal .card-header:first-child {
        border-radius: 0
    }

    .card--md-horizontal .card-text__description {
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 1.2em;
        max-height: 7.2em
    }

    .card--md-horizontal .card-text__description:before {
        content: '...';
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        background: #fff;
        line-height: 1.3em
    }

    .card--md-horizontal .card-body {
        border-right: 1px solid rgba(0, 0, 0, .125)
    }

    .card--md-horizontal .card-footer {
        border-top: 0;
        text-align: center;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100px;
        padding: 1.25rem
    }

    .card--md-horizontal .card-footer .sb-room-card__price {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .card--md-horizontal .card-footer .sb-room-card__price {
        display: block
    }

    .card--md-horizontal .card-footer .sb-info-dates__nights {
        display: none
    }

    .card--md-horizontal .flag-banner~.card-footer {
        padding-top: 70px
    }

    .card--md-horizontal .sb-bb-solution__room {
        border-bottom: 0
    }
}

@media(min-width:738px) and (max-width:500px) {
    .card--md-horizontal {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width:738px) and (max-width:500px) {
    .card--md-horizontal .card-footer {
        -ms-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(min-width:991px) {
    .card--lg-horizontal {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card--lg-horizontal .card-dates {
        position: absolute;
        left: .25rem;
        top: .25rem;
        bottom: auto;
        right: auto
    }

    .card--lg-horizontal.card--list-child>.card-body>.card-title {
        margin-bottom: .25rem;
        line-height: 1.1
    }

    .card--lg-horizontal .circle-badge {
        display: none
    }

    .card--lg-horizontal .card-footer:last-child,
    .card--lg-horizontal .card-header:first-child {
        border-radius: 0
    }

    .card--lg-horizontal .card-text__description {
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 1.2em;
        max-height: 7.2em
    }

    .card--lg-horizontal .card-text__description:before {
        content: '...';
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        background: #fff;
        line-height: 1.3em
    }

    .card--lg-horizontal .card-body {
        border-right: 1px solid rgba(0, 0, 0, .125)
    }

    .card--lg-horizontal .card-footer {
        border-top: 0;
        text-align: center;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100px;
        padding: 1.25rem
    }

    .card--lg-horizontal .card-footer .sb-room-card__price {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .card--lg-horizontal .card-footer .sb-room-card__price {
        display: block
    }

    .card--lg-horizontal .card-footer .sb-info-dates__nights {
        display: none
    }

    .card--lg-horizontal .flag-banner~.card-footer {
        padding-top: 70px
    }

    .card--lg-horizontal .sb-bb-solution__room {
        border-bottom: 0
    }
}

@media(min-width:991px) and (max-width:500px) {
    .card--lg-horizontal {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width:991px) and (max-width:500px) {
    .card--lg-horizontal .card-footer {
        -ms-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(min-width:1280px) {
    .card--xl-horizontal {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .card--xl-horizontal .card-dates {
        position: absolute;
        left: .25rem;
        top: .25rem;
        bottom: auto;
        right: auto
    }

    .card--xl-horizontal.card--list-child>.card-body>.card-title {
        margin-bottom: .25rem;
        line-height: 1.1
    }

    .card--xl-horizontal .circle-badge {
        display: none
    }

    .card--xl-horizontal .card-footer:last-child,
    .card--xl-horizontal .card-header:first-child {
        border-radius: 0
    }

    .card--xl-horizontal .card-text__description {
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 1.2em;
        max-height: 7.2em
    }

    .card--xl-horizontal .card-text__description:before {
        content: '...';
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        background: #fff;
        line-height: 1.3em
    }

    .card--xl-horizontal .card-body {
        border-right: 1px solid rgba(0, 0, 0, .125)
    }

    .card--xl-horizontal .card-footer {
        border-top: 0;
        text-align: center;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100px;
        padding: 1.25rem
    }

    .card--xl-horizontal .card-footer .sb-room-card__price {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .card--xl-horizontal .card-footer .sb-room-card__price {
        display: block
    }

    .card--xl-horizontal .card-footer .sb-info-dates__nights {
        display: none
    }

    .card--xl-horizontal .flag-banner~.card-footer {
        padding-top: 70px
    }

    .card--xl-horizontal .sb-bb-solution__room {
        border-bottom: 0
    }
}

@media(min-width:1280px) and (max-width:500px) {
    .card--xl-horizontal {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(min-width:1280px) and (max-width:500px) {
    .card--xl-horizontal .card-footer {
        -ms-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.circle-badge {
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50px;
    background: #c13729;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: .7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .25s
}

.circle-badge .sb-int-part {
    font-size: 1.3rem;
    white-space: nowrap
}

.circle-badge .sb-dec-part {
    font-size: .7rem
}

.circle-badge .tag-discount {
    position: absolute;
    left: 0;
    bottom: -10px;
    font-size: 1.5em
}

.flag-banner {
    box-sizing: border-box;
    max-width: 65px;
    padding: 10px 2px;
    position: relative;
    background: #c13729;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase
}

.flag-banner:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 32.5px solid #c13729;
    border-right: 32.5px solid #c13729
}

.card-sup-header {
    width: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: .3rem
}

.card-sup-header__title-label {
    padding: 5px 40px 5px 0;
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:737px) {
    .card-sup-header__title-label {
        font-size: 1.2rem
    }
}

.sb-cart-container {
    padding: 16px;
    margin: 8px;
    border: 1px solid #cacbcd;
    border-top: 2px solid #004274
}

@media(min-width:991px) {
    .sb-cart-container {
        margin: 0
    }
}

.sb-cart-container .sb-cart-total-container .long-currency {
    font-size: 1rem
}

.sb-cart-container .sb-cart-total-container .striked-price .long-currency {
    font-size: .75rem
}

.sb-cart-title {
    margin: -16px -16px 0;
    padding: 16px 16px 8px;
    color: #004274
}

@media(max-width:990px) {
    .sb-cart-head-dates {
        display: -ms-flexbox;
        display: flex
    }

    .sb-cart-head-dates label {
        display: block
    }

    .sb-cart-head-dates>div {
        -ms-flex: 1;
        flex: 1
    }

    .sb-cart-head-dates div:first-child {
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid #cacbcd
    }
}

.sb-cart-head-nrg {
    margin-top: 4px
}

@media(max-width:990px) {
    .sb-cart-head-nrg>div {
        display: inline-block;
        margin-right: 8px
    }
}

.sb-cart-head-dates--new {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    background: #004274;
    color: #fff;
    line-height: 1.2;
    margin: 8px -16px
}

.sb-cart-head-dates--new>div {
    padding: 8px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative
}

.sb-cart-head-dates--new>div:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translate(50%, 50%);
    font-size: 2rem;
    opacity: .2
}

.sb-cart-head-dates--new>div>div {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sb-cart-head-dates--new>div:last-child:after {
    content: none
}

.sb-cart-head-dates--new .booking__big-number {
    font-size: 1.75rem;
    font-weight: 700;
    display: block
}

.sb-cart-group {
    border-top: 1px solid #eaeaea;
    margin-top: 16px
}

.sb-cart-view h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #5a5b5c;
    margin-top: 16px
}

.sb-cart-item {
    font-size: .75rem;
    padding: 8px 0
}

.sb-cart-item+.sb-cart-item {
    border-top: 1px solid #eaeaea
}

.sb-cart-container .sb-back-cmd {
    margin-top: 8px
}

.sb-cart-new-search {
    margin-top: 8px;
    float: right
}

.sb-item-container-hilight {
    background: #004274;
    color: #fff;
    display: none;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 8px 0;
    padding: 8px
}

@media(min-width:738px) {
    .sb-item-container-hilight {
        display: block
    }
}

.sb-cart-package .inner,
.sb-cart-room .inner,
.sb-cart-service .inner {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sb-cart-package .cart-item-price,
.sb-cart-room .cart-item-price,
.sb-cart-service .cart-item-price {
    margin-left: auto;
    white-space: nowrap;
    padding-left: 8px
}

.sb-cart-package .cart-item-price .sb-int-part,
.sb-cart-room .cart-item-price .sb-int-part,
.sb-cart-service .cart-item-price .sb-int-part {
    font-size: .875rem
}

.sb-cart-package .cart-item-price .sb-dec-part,
.sb-cart-room .cart-item-price .sb-dec-part,
.sb-cart-service .cart-item-price .sb-dec-part {
    font-size: .75rem
}

.sb-cart-service .cart-item-content {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sb-cart-service .cart-item-content .remove-cmd {
    color: #dc3522;
    margin-right: 8px;
    line-height: 1;
    font-size: .875rem
}

.sb-cart-service .cart-item-content .remove-cmd:hover {
    color: #e35d4e
}

.sb-cart-taxes-excluded .sb-int-part {
    font-size: .75rem
}

.sb-cart-taxes-excluded .sb-dec-part {
    font-size: .75rem
}

.sb-cart-total-container,
.sb-discount-subtotal-container,
.sb-discount-voucher-container {
    margin-top: 16px;
    text-align: right;
    white-space: nowrap;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-discount-voucher-container {
    color: #6fcf97
}

.sb-cart-subtotal-price-container,
.sb-cart-total-price-container,
.sb-cart-voucher-discount-container,
.sb-cart-voucher-remaining-amount-container {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sb-cart-subtotal-price-container .striked-price,
.sb-cart-total-price-container .striked-price,
.sb-cart-voucher-discount-container .striked-price,
.sb-cart-voucher-remaining-amount-container .striked-price {
    margin-bottom: 0
}

.sb-cart-subtotal-price-container .sb-int-part,
.sb-cart-voucher-discount-container .sb-int-part,
.sb-cart-voucher-remaining-amount-container .sb-int-part {
    font-size: 1.1rem
}

.sb-cart-subtotal-price-container .sb-dec-part,
.sb-cart-voucher-discount-container .sb-dec-part,
.sb-cart-voucher-remaining-amount-container .sb-dec-part {
    font-size: .8rem
}

.sb-discount-subtotal-container.hide,
.sb-discount-voucher-container.hide {
    display: none !important
}

.sb-taxes-excluded-info-container {
    margin-top: 16px;
    text-align: right
}

.sb-cart-total-hotel {
    text-align: right
}

.sb-cart-total-hotel .sb-cart-discounted-total {
    display: block
}

.sb-cart-total-hotel .sb-cart-discounted-total-hotel-with-taxes {
    margin-top: 2px
}

.sb-cart-total-hotel .sb-cart-discounted-total-hotel-with-taxes .sb-cart-discounted-total {
    display: inline
}

.sb-cart-total-hotel .sb-cart-discounted-total-hotel-with-taxes .sb-cart-discounted-total .sb-int-part {
    font-size: .85em
}

.sb-cart-view .sb-commands {
    margin-top: 16px
}

.sb-cart-view .sb-commands .sb-cart-book-cmd {
    margin-top: 8px
}

.sb-cart-service-popup__count {
    white-space: nowrap;
    margin-left: 4px
}

.sb-bback-cart {
    text-align: center
}

.sb-results-view.vertical {
    background-color: #fff
}

.sb-results-view.vertical h2 {
    font-size: 1.5rem;
    font-weight: 300
}

@media(max-width:990px) {
    .sb-results-view.vertical h2 {
        font-size: 1.3rem
    }
}

.sb-results-view.vertical h2.title-section {
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 5px;
    margin: 0 auto 4rem
}

.sb-results-view.vertical h2.title-section span {
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 0 20px;
    padding: 4px 20px;
    background-color: #dedede;
    color: #fff;
    border-radius: 26px;
    font-size: .6em
}

.sb-results-view.vertical h2.title-section:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #e6e6e6;
    background-color: #dedede;
    width: 100%;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    background-image: linear-gradient(to right, #fff 2%, #e6e6e6 50%, #fff 98%);
    background-image: -ms-linear-gradient(to right, #fff 2%, #e6e6e6 50%, #fff 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(.02, #fff), color-stop(.5, gray), color-stop(.98, #fff))
}

.sb-results-view.vertical .select-proposal-hero {
    font-size: 1.1rem;
    margin: 0 auto
}

.sb-results-view.vertical .select-proposal-message {
    font-weight: 400;
    font-size: 1rem;
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1)
}

.sb-results-view.vertical .select-proposal-message .select-proposal-message--greetings {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff
}

.sb-results-view.vertical .select-proposal-message .select-proposal-message--greetings h1,
.sb-results-view.vertical .select-proposal-message .select-proposal-message--greetings p:first-of-type {
    font-size: 2.5rem;
    font-weight: 700
}

@media(max-width:500px) {

    .sb-results-view.vertical .select-proposal-message .select-proposal-message--greetings h1,
    .sb-results-view.vertical .select-proposal-message .select-proposal-message--greetings p:first-of-type {
        font-size: 2rem
    }
}

.sb-results-view.vertical .select-proposal-message--greetings h2,
.sb-results-view.vertical .select-proposal-message--greetings p:nth-child(2) {
    font-size: 1.1rem;
    line-height: 1.1;
    margin-top: .5rem;
    margin-bottom: .2rem;
    font-weight: 400
}

.sb-results-view.vertical .select-proposal-message--greetings h3 {
    font-size: .8rem;
    font-weight: 400;
    font-style: italic
}

.sb-results-view.vertical .select-proposal-message__expriration {
    font-size: .8rem;
    line-height: 1.1;
    margin-top: 3rem
}

@media(min-width:501px) {
    .sb-results-view.vertical .select-proposal-message__expriration {
        max-width: 50%;
        margin: 0 auto
    }
}

.sb-results-view.vertical .select-proposal-message__expriration .expiration-date {
    margin-top: .3rem;
    font-size: 1rem
}

.sb-results-view.vertical .select-proposal-message__expriration .sb-offer-countdown {
    font-size: .8rem
}

@media(max-width:737px) {

    .sb-results-view.vertical .sb-info-dates__arrival .fa,
    .sb-results-view.vertical .sb-info-dates__departure .fa,
    .sb-results-view.vertical .sb-info-dates__nights .fa {
        display: none
    }

    .sb-results-view.vertical .sb-info-dates .fa-long-arrow-right {
        margin: 0
    }
}

.sb-results-view.vertical .sb-cart-container {
    min-height: 62vh
}

.sb-results-view.vertical .sb-bookback-proposal-form {
    min-height: 45vh
}

.sb-results-view.vertical .sb-bookback-proposal-form,
.sb-results-view.vertical .sb-cart-container {
    border: 0;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.sb-results-view.vertical .sb-bookback-proposal-form .sb-bback-cart,
.sb-results-view.vertical .sb-cart-container .sb-bback-cart {
    max-width: 600px;
    margin: 0 auto
}

.sb-results-view.vertical .sb-bookback-proposal-form form,
.sb-results-view.vertical .sb-cart-container form {
    width: 100%
}

.sb-results-view.vertical .sb-bookback-proposal-form {
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-top: 7rem;
    background-color: #f7f7f7
}

.sb-results-view.vertical .pa-container {
    border: 0;
    padding: 0
}

@media(min-width:501px) {
    .sb-results-view.vertical .pa-container {
        margin-top: 3rem
    }
}

.sb-results-view.vertical .pa-container,
.sb-results-view.vertical .sb-step-room-alloc {
    padding: 0
}

.sb-results-view.vertical .sb-info-dates {
    margin-left: 0
}

.sb-results-view.vertical .sb-step-room-alloc {
    border: 0;
    background: #fff;
    margin-bottom: 2rem
}

.sb-results-view.vertical .template_packages {
    clear: both
}

.sb-results-view.vertical .sb-header-room-n-of-n,
.sb-results-view.vertical .sb-results-sharing-container {
    display: none
}

.sb-results-view.vertical .sb-bb-solution {
    border: 0
}

.sb-results-view.vertical .sb-bb-solution+.sb-bb-solution {
    margin-top: 2rem
}

.sb-results-view.vertical .sb-bb-solution__header-info--wrapper {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:737px) {
    .sb-results-view.vertical .card-sup-header {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sb-results-view.vertical .sb-cart-container:not(.sb-bookback-proposal-selection-container)~.triangle-wrapper {
    display: none
}

.sb-results-view.vertical .sb-bookback-disabled {
    display: none
}

.sb-results-view.vertical .general-title,
.sb-results-view.vertical .sb-package-detail,
.sb-results-view.vertical .sb-package-rooms-list {
    border: 0
}

.sb-results-view.vertical .sb-bback-cart .alert {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 1rem
}

.sb-results-view.vertical .section#section-proposal-title {
    border-top: 2px solid #006d8d;
    padding-top: 4rem !important;
    background: linear-gradient(180deg, #f2f2f2 0, #fff 100%);
    padding-top: 2rem !important;
    padding-bottom: 0
}

@media all and (max-width:737px) {
    .sb-results-view.vertical .section#section-proposal-title {
        padding-top: 120px !important
    }
}

.sb-results-view.vertical .section#section-proposal-title .sticky-wrapper {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex
}

.sb-results-view.vertical .section#section-proposal-title .guest-allocation-wrapper,
.sb-results-view.vertical .section#section-proposal-title .sb-info-dates,
.sb-results-view.vertical .section#section-proposal-title .sb-info-dates__nights,
.sb-results-view.vertical .section#section-proposal-title guest-allocation-wrapper {
    font-size: .8rem;
    font-weight: 700;
    text-transform: capitalize
}

.sb-results-view.vertical .section#section-proposal-title .sb-offer-countdown {
    font-size: .7rem
}

.sb-results-view.vertical .section#section-proposal-title .guest-allocation-wrapper {
    margin-left: 1rem
}

.sb-results-view.vertical .section .pa-container {
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    margin: 0
}

.sb-results-view.vertical .section .sb-info-dates {
    display: inline-block
}

.sb-results-view.vertical .section-no-gutters {
    margin-left: -1.65rem;
    margin-right: -1.65rem;
    padding-left: 1.65rem;
    padding-right: 1.65rem
}

.sb-results-view.vertical .no-gutters {
    margin-left: -1.65rem;
    margin-right: -1.65rem
}

.sb-results-view.vertical .solution-page {
    margin-left: -1.65rem;
    margin-right: -1.65rem
}

.sb-results-view.vertical .sb-room-container {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    margin-top: .5rem
}

.sb-results-view.vertical .sb-room-container .accordion-sb {
    box-shadow: none !important;
    margin-top: 0
}

.sb-results-view.vertical .sb-privacy-cookie-extended-links-container {
    background: transparent;
    margin-top: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.sb-results-view.vertical .sb-privacy-cookie-extended-links-container a {
    color: #004274
}

.hero-anchor {
    display: none
}

.has-hero body {
    background-color: #fff;
    padding-bottom: 0
}

.has-hero body #parallax-container {
    height: 600px;
    min-height: 600px;
    overflow: hidden;
    position: absolute;
    width: 100%
}

@media(min-width:501px) {
    .has-hero body #parallax-container {
        height: 77vh;
        min-height: 500px
    }
}

.has-hero body #parallax {
    position: static;
    height: 600px;
    min-height: 600px;
    top: 0 !important
}

@media(min-width:501px) {
    .has-hero body #parallax {
        height: 77vh;
        min-height: 500px
    }
}

.has-hero body #parallax::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.has-hero body .hero-anchor {
    display: block;
    margin: 45px auto -45px;
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1)
}

.has-hero body .hero-anchor i {
    background: rgba(255, 255, 255, .9)
}

.has-hero body .hero-anchor i:hover {
    background: #fff
}

.has-hero body #parallax {
    height: 600px;
    min-height: 600px;
    top: 0 !important
}

@media(min-width:501px) {
    .has-hero body #parallax {
        height: 77vh;
        min-height: 500px
    }
}

.has-hero body #parallax::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.has-hero body .sb-results-view.vertical {
    padding-bottom: 0
}

.has-hero body .sb-results-view.vertical .sb-privacy-cookie-extended-links-container {
    margin-top: 0;
    margin-bottom: 0
}

.has-hero body .sb-cart-container,
.has-hero body .sb-results-view.vertical,
.has-hero body .sb-results-view.vertical .section#section-proposal-title {
    background: 0
}

.has-hero body .sb-results-view.vertical .section#section-proposal-title {
    border-top: 0
}

.has-hero body .section#section-proposal-title {
    background: 0
}

.has-hero body .sb-hotel-header__logo {
    width: auto;
    margin-right: 2rem
}

.has-hero body .sb-hotel-header__title {
    font-size: inherit
}

.has-hero body .sb-bookback-error-message-container .avatar-container,
.has-hero body .sb-bookback-error-message-container .select-proposal-message__expriration,
.has-hero body .sb-bookback-error-message-container h1,
.has-hero body .sb-bookback-error-message-container h2,
.has-hero body .sb-bookback-error-message-container p,
.has-hero body .select-proposal-message .avatar-container,
.has-hero body .select-proposal-message .select-proposal-message__expriration,
.has-hero body .select-proposal-message h1,
.has-hero body .select-proposal-message h2,
.has-hero body .select-proposal-message p,
.has-hero body .select-proposal-message--greetings .avatar-container,
.has-hero body .select-proposal-message--greetings .select-proposal-message__expriration,
.has-hero body .select-proposal-message--greetings h1,
.has-hero body .select-proposal-message--greetings h2,
.has-hero body .select-proposal-message--greetings p {
    color: #fff
}

.has-hero body .sb-bookback-error-message-container *,
.has-hero body .select-proposal-message *,
.has-hero body .select-proposal-message--greetings * {
    text-shadow: 0 2px 15px #000
}

.has-hero body .sb-bookback-error-message-container .sb-button,
.has-hero body .select-proposal-message .sb-button,
.has-hero body .select-proposal-message--greetings .sb-button {
    text-shadow: none
}

.has-hero body .sb-bookback-error-message-container .avatar-sign,
.has-hero body .select-proposal-message .avatar-sign,
.has-hero body .select-proposal-message--greetings .avatar-sign {
    line-height: 1
}

.has-hero body .sb-bookback-error-message-container .expiration-date,
.has-hero body .select-proposal-message .expiration-date,
.has-hero body .select-proposal-message--greetings .expiration-date {
    margin-top: 0
}

.has-hero body .sb-bookback-error-message-container .avatar-sign,
.has-hero body .select-proposal-message .avatar-sign,
.has-hero body .select-proposal-message--greetings .avatar-sign {
    font-style: italic
}

.has-hero body .sb-bookback-error-message-container * {
    color: #fff
}

.has-hero body .sb-bookback-error-message-container .hero-anchor {
    display: none
}

@media(max-width:737px) {

    .has-hero body .sb-head-panel,
    .has-hero body .sb-hotel-header-container {
        background: #fff
    }

    .has-hero body .sb-head-hotel-info {
        padding: .5rem
    }

    .has-hero body .sb-hotel-stars {
        display: inline-block
    }

    .has-hero body .sb-hotel-header {
        margin: 0
    }

    .has-hero body .sb-hotel-header__contacts {
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .has-hero body .sb-hotel-header__contacts a {
        padding: .5rem
    }
}

.suggested-solution {
    width: 100%;
    background-color: #f8f8f8;
    padding: .65rem
}

@media all and (max-width:737px) {
    .suggested-solution {
        padding: 0
    }
}

.suggested-solution__title {
    font-size: 1.5em;
    font-weight: 700;
    color: #005d78;
    color: var(--color-primary)
}

.suggested-solution__subtitle {
    font-size: 1.2em
}

@media all and (max-width:737px) {

    .suggested-solution .sb-bb-solution__header-info--wrapper-container,
    .suggested-solution .sb-bb-solution__rooms-wrapper-container,
    .suggested-solution .suggested-solution__title-container {
        padding: 0
    }
}

@media all and (max-width:737px) {
    .suggested-solution .container-fluid .sb-bb-solution__booking-price-container {
        padding: 0 30px
    }
}

.subtitle__price .offer-price {
    color: #005d78;
    color: var(--color-primary)
}

.subtitle__price .offer-price .sb-int-part {
    font-size: 2.4rem;
    font-weight: 700
}

.subtitle__price .striked-price {
    margin-left: .65rem
}

.accordion-sb {
    margin-top: 1rem;
    background-color: #fff
}

.accordion-sb:not(.open-version) {
    border-left: .2rem solid #005d78;
    border-left: .2rem solid var(--color-primary)
}

.accordion-sb__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion-sb__label--top {
    line-height: 1
}

.accordion-sb__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion-sb__header--sx {
    margin-right: 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.accordion-sb__header--dx {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.accordion-sb__header--dx .sb-info-dates__nights {
    margin-left: unset
}

.accordion-sb__icon {
    color: #005d78;
    color: var(--color-primary)
}

.accordion-sb__price-widget .sb-price-link .sb-int-part {
    font-size: 1.8rem
}

.accordion-sb__price-widget .sb-price-link .sb-dec-part {
    font-size: 1rem
}

.accordion-sb .sb-bb-solution__room-occupancy .fa {
    color: #005d78;
    color: var(--color-primary)
}

.accordion-sb__price-label {
    color: #8a8b8c
}

.accordion-sb__desc {
    font-size: .8rem
}

.accordion-sb__desc .desc__paragraph {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1.2em;
    max-height: 3.6em
}

.accordion-sb__desc .desc__paragraph:before {
    content: '...';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 1.3em
}

.accordion-sb__desc .desc__link {
    font-size: .85em
}

.accordion-sb .accordion-sb__amenities {
    font-size: .7rem
}

.accordion-sb .accordion-sb__amenities-item {
    margin: .25rem .65rem;
    margin-left: 0;
    display: inline-block
}

.accordion-sb .sb-bb-solution__rate-plan-name {
    font-weight: 400
}

.accordion-sb .sb-meal-plan-name {
    padding-left: 0;
    font-weight: 400
}

.accordion-sb .sb-meal-plan-name::before {
    content: none
}

.accordion-sb .sb-room-card__img {
    height: auto
}

.accordion-sb.open-version .accordion-sb__header--dx {
    display: none
}

.accordion-header-name {
    color: #005d78;
    color: var(--color-primary);
    font-size: 1.5rem
}

.amenities__label {
    font-size: 1rem;
    line-height: 1rem
}

.amenities__label:first-letter {
    text-transform: uppercase
}

.accordion__desc-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .25rem;
    display: block
}

.accordion-sb__body-section {
    margin-bottom: 1.5rem
}

.body-section__paragraph {
    margin-bottom: .5rem;
    color: #5a5b5c;
    font-size: .9rem
}

.suggested-package {
    background-color: #fff;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.suggested-package .flag-banner {
    position: absolute;
    top: -10px;
    left: 2.65rem
}

.suggested-package__title {
    font-size: 1.5rem;
    line-height: 1.1
}

.suggested-package__desc {
    color: #3a3b3c
}

.suggested-package__image {
    background-position: center;
    background-size: cover;
    width: 100%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

.suggested-package-body {
    padding: 3.65rem 2.65rem 2.65rem;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.suggested-package-body__desc-wrapper {
    overflow: hidden;
    max-height: 300px;
    margin-top: .75rem;
    padding-right: .65rem
}

.suggested-package-body__desc-wrapper:focus,
.suggested-package-body__desc-wrapper:hover {
    overflow: auto
}

.suggested-package-body__desc-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 8px
}

.suggested-package-body__desc-wrapper::-webkit-scrollbar-track {
    background: 0
}

.suggested-package-body__desc-wrapper::-webkit-scrollbar-thumb {
    background: #8a8b8c;
    height: 10px
}

.suggested-package-body__desc-wrapper::-webkit-scrollbar-thumb:hover {
    background: #3a3b3c
}

.chat-widget {
    cursor: pointer;
    display: none;
    transform: translateX(150%);
    transition: all transform .4s cubic-bezier(.57, -1.18, .75, 1.24) ease-out 0s;
    -webkit-transition: transform .4s cubic-bezier(.57, -1.18, .75, 1.24);
    -moz-transition: transform .4s cubic-bezier(.57, -1.18, .75, 1.24);
    -ms-transition: transform .4s cubic-bezier(.57, -1.18, .75, 1.24);
    -o-transition: transform .4s cubic-bezier(.57, -1.18, .75, 1.24)
}

.chat-widget.is-visible {
    display: block
}

.chat-widget .chat-widget__message,
.chat-widget .fab {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
    transition: all all .1s ease-out ease-out 0s;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out
}

.chat-widget:active .chat-widget__message,
.chat-widget:active .fab,
.chat-widget:focus .chat-widget__message,
.chat-widget:focus .fab,
.chat-widget:hover .chat-widget__message,
.chat-widget:hover .fab {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important
}

.chat-widget[data-scrollspy] {
    transform: translateX(-220px);
    transition: all transform .4s cubic-bezier(.57, 1.18, .75, 1.24) ease-out 0s;
    -webkit-transition: transform .4s cubic-bezier(.57, 1.18, .75, 1.24);
    -moz-transition: transform .4s cubic-bezier(.57, 1.18, .75, 1.24);
    -ms-transition: transform .4s cubic-bezier(.57, 1.18, .75, 1.24);
    -o-transition: transform .4s cubic-bezier(.57, 1.18, .75, 1.24)
}

@media only screen and (max-width:1500px) {
    .chat-widget[data-scrollspy] {
        transform: translateX(-235px)
    }
}

.fabs {
    bottom: 30px;
    position: fixed;
    margin: 1em;
    right: -240px;
    z-index: 120
}

.fab {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    cursor: pointer;
    transition: all .1s ease-out;
    position: relative;
    z-index: 98;
    background: var(--color-primary);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fab>i {
    font-size: 2rem;
    line-height: 62px;
    transition: all .2s ease-in-out
}

.chat {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 20px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-family: Roboto;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    box-shadow: 1px 1px 100px 9999px rgba(0, 0, 0, .22);
    background: #fff;
    display: none;
    width: 500px;
    max-width: 100%;
    z-index: 999
}

.chat.is-visible {
    display: block
}

.chat-container .fa,
.fab .fa {
    color: #fff
}

.chat_fullscreen {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0
}

.chat-header {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    height: 55px;
    background: var(--color-primary);
    padding: 0 1rem;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.chat-header__img {
    border-radius: 50%;
    width: 55px;
    float: left;
    margin: -30px 20px 10px;
    border: 4px solid rgba(0, 0, 0, .21)
}

.chat-header__text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: uppercase;
    padding-right: 2rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.chat-header__icon {
    font-size: 1.5rem;
    position: absolute;
    right: 15px
}

.chat_header2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.chat_fullscreen_loader {
    display: none;
    float: right;
    cursor: pointer;
    font-size: 20px;
    opacity: .5;
    margin: -10px 10px
}

.is-hide {
    opacity: 0
}

.change_img img {
    width: 35px;
    margin: 0 20px
}

.chat_option .agent {
    font-size: 12px;
    font-weight: 300
}

.chat_option .online {
    opacity: .4;
    font-size: 11px;
    font-weight: 300
}

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left
}

.chat_body {
    background: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow-y: auto
}

#chat_body {
    height: 450px
}

.chat_body li,
.chat_login p {
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1)
}

.chat_body p {
    padding: 20px;
    color: #888
}

.chat_body a {
    width: 10%;
    text-align: center;
    border: 0;
    box-shadow: none;
    line-height: 40px;
    font-size: 15px
}

.chat_field {
    position: relative;
    margin: 10px 15px 5px;
    max-width: 95%;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: 0;
    outline: 0;
    display: inline-block
}

.chat_field.chat_message {
    resize: none;
    font-size: 1rem;
    font-weight: 400;
    height: 35px
}

.chat_category {
    text-align: left
}

.chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, .03);
    padding: 10px
}

.chat_category ul li {
    width: 80%;
    height: 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    color: #888;
    text-align: center
}

.chat_category li:hover {
    background: #83c76d;
    color: #fff
}

.chat_category li.active {
    background: #83c76d;
    color: #fff
}

.tags {
    margin: 20px;
    bottom: 0;
    display: block;
    width: 120%
}

.tags li {
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid #0375d0;
    margin: 5px;
    display: inline-block;
    color: #0375d0;
    cursor: pointer
}

.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.fab_field2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 999;
    position: absolute;
    bottom: 0;
    height: 110px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.fab_field a {
    display: inline-block;
    text-align: center
}

#fab_camera {
    float: left;
    background: transparent
}

#fab_send {
    float: right;
    background: transparent
}

.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px
}

.fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: #bbb
}

.fab_field .fab>i:hover {
    color: var(--color-primary)
}

.chat_converse {
    position: relative;
    background: #fff;
    margin: 6px 0 0;
    height: 300px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
    overflow: hidden
}

.chat_converse .chat_converse__content {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.chat_converse .chat_converse__content-body {
    overflow-y: auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.chat_converse .chat_converse__content-footer {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.chat_converse2 {
    overflow: auto;
    height: 100vh;
    border-bottom: 170px solid #fff
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 50px 0 30px;
    padding: 12px;
    max-width: 80%;
    min-width: 80%;
    display: block;
    border-radius: 3px;
    clear: both;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 15px;
    min-height: 60px;
    padding-right: 30px;
    white-space: pre-line;
    font-size: .8rem
}

.chat .chat_converse .chat_msg_item_form {
    min-width: 80%;
    margin: 0 auto;
    padding-top: 4rem
}

.chat .chat_converse .chat_msg_item_form .chat_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    font-size: 1rem;
    padding-top: 1rem
}

.status {
    font-size: .7rem;
    position: absolute;
    bottom: -30px;
    color: #aaa;
    font-weight: 400;
    line-height: 1;
    height: 2em
}

.chat .chat_converse .chat_avatar {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaa;
    font-weight: 400
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    top: -40px;
    left: 0
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    top: -40px;
    right: 0;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.chat .chat_converse .chat_msg_item .chat_avatar__img-container,
.chat_avatar img {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%
}

.chat_msg_item_user .chat_avatar__img-container {
    margin-left: 1rem
}

.chat_msg_item_admin .chat_avatar__img-container {
    margin-right: 1rem
}

.chat_avatar i {
    font-size: 30px;
    border-radius: 50%
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 15px;
    float: left;
    color: #eceff1;
    border-top-left-radius: 0;
    background-image: linear-gradient(to right top, #006d8d, #007294, #00779a, #007da1, #0082a8)
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .status {
    left: 5px
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 15px;
    float: right;
    color: #eceff1;
    border-top-right-radius: 0;
    background-image: linear-gradient(to right top, #17a2b8, #18a9c0, #1ab0c8, #1bb8d0, #1cbfd8)
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .status {
    right: 5px
}

.chat_msg_item_user+.chat_msg_item_user {
    margin-top: 10px !important
}

.chat_msg_item_user+.chat_msg_item_user .chat_avatar {
    display: none
}

.chat_msg_item_admin+.chat_msg_item_admin {
    margin-top: 10px !important
}

.chat_msg_item_admin+.chat_msg_item_admin .chat_avatar {
    display: none
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4)
}

.chat_form .get-notified label {
    color: #077ad6;
    font-weight: 600;
    font-size: 11px
}

.chat input {
    position: relative;
    width: 90%;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: 0;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px
}

.chat_form .get-notified input {
    margin: 2px 0 0;
    border: 1px solid #83c76d
}

.chat_form .get-notified i {
    background: #83c76d;
    width: 30px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 -30px;
    position: absolute;
    border-radius: 3px
}

.chat_form .message_form {
    margin: 10px 0 0
}

.chat_form .message_form input {
    margin: 5px 0;
    border: 1px solid #e0e0e0
}

.chat_form .message_form textarea {
    margin: 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 100%;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: 0;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px
}

.chat_form .message_form button {
    margin: 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 100%;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: 0;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block
}

.fabs ::-webkit-scrollbar {
    width: 6px
}

.fabs ::-webkit-scrollbar-track {
    border-radius: 0
}

.fabs ::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .2)
}

.is-active {
    transform: rotate(180deg);
    transition: all 1s ease-in-out
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32)
}

.is-loading {
    display: block;
    animation: load 1s cubic-bezier(0, .99, 1, .6) infinite
}

.chat-background.is-visible {
    background: rgba(0, 0, 0, .22);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, .4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    transform: scale(0)
}

.ink.animate {
    animation: ripple .5s ease-in-out
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        transform: scale(5)
    }
}

::-webkit-input-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

::-moz-placeholder {
    color: #bbb
}

:-moz-placeholder {
    color: #bbb
}

.chat-widget__message {
    position: relative;
    padding: 5px 75px 8px 5px !important;
    border-color: red;
    color: #343a40;
    background: #f8f9fa;
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    float: left;
    margin-top: 25px;
    margin-right: -55px;
    box-shadow: 0 14px 29px rgba(0, 0, 0, .15);
    cursor: pointer;
    max-width: 400px
}

@media(max-width:540px) {
    .chat-widget__message {
        padding: 11px 35px
    }
}

.chat-widget__message-text {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    display: block
}

.chat-widget__message-subtext {
    font-size: .85rem;
    display: block;
    line-height: 1
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #83c76d
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #83c76d
}

#successAnimationResult {
    fill: #83c76d;
    opacity: 0
}

#successAnimation.animated {
    animation: 1s ease-out 0s 1 both scaleAnimation
}

#successAnimation.animated #successAnimationCircle {
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut
}

#successAnimation.animated #successAnimationCheck {
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut
}

#successAnimation.animated #successAnimationResult {
    animation: .3s linear .9s both fadeIn
}

.success-container svg {
    margin: 0 auto;
    display: block
}

.chat_text--success {
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both fadeIn;
    color: #61b361
}

.chat .submit-button {
    float: right;
    padding: 3px 30px
}

@media(max-width:990px) {
    .fabs {
        margin: 0
    }

    .chat-widget__message {
        padding: 7px 30px
    }

    .chat-widget .fab {
        transform: scale(.7)
    }

    .chat-widget .chat-widget__message-text {
        font-size: .85rem
    }

    .chat-widget .chat-widget__message-subtext {
        font-size: .75rem
    }
}

.chat_converse2,
.chat_message,
.fab_field2 {
    transition: all all .2s ease ease-out 0s;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.has-focus .chat_message {
    height: 135px
}

.has-focus .fab_field2 {
    height: 210px
}

.has-focus .chat_converse2 {
    border-bottom: 270px solid #fff
}

.fab-field-double {
    display: none;
    height: 110px
}

.fab-field-double__content {
    height: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-direction: column;
    flex-direction: column
}

.open-chat .fab-field-textarea {
    display: none
}

.open-chat .fab-field-double {
    display: block
}

.js-fab-notification {
    display: none
}

.chat-widget__message--notification {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.has-notification .js-fab__icon {
    display: none
}

.has-notification .js-fab-notification {
    display: block
}

.has-notification .chat-widget__message--default {
    opacity: 0
}

.has-notification .chat-widget__message--notification {
    opacity: 1
}

.notification-box {
    z-index: 99;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none
}

.bell {
    margin: 0 auto;
    display: table;
    cursor: pointer;
    position: relative
}

.bell>span {
    top: -2px;
    right: -3px;
    width: 23px;
    height: 23px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    transition: all .15s ease;
    text-align: center;
    display: block;
    position: absolute;
    background: #dc3522;
    border: 2px solid #fff
}

.bell>div {
    margin-bottom: 9px;
    transform-origin: 50% 0;
    position: relative
}

.bell>div>span {
    width: 17px;
    height: 4px;
    border-radius: 2px;
    right: 110%;
    top: 90%;
    transform-origin: 100% 50%;
    transform: scaleY(.9) scaleX(0);
    display: block;
    position: absolute;
    background: #fff
}

.bell>div>span:after,
.bell>div>span:before {
    content: '';
    left: 5px;
    width: 12px;
    height: 4px;
    border-radius: 2px;
    display: block;
    position: absolute;
    background: #fff
}

.bell>div>span:before {
    top: -8px;
    transform: scaleY(.8) rotate(24deg)
}

.bell>div>span:after {
    bottom: -8px;
    transform: scaleY(.8) rotate(-24deg)
}

.bell>div svg {
    transition: fill .3s ease;
    display: block;
    fill: #fff
}

.bell>div svg:nth-child(1) {
    width: 32px;
    height: 32px
}

.bell>div svg:nth-child(2) {
    width: 12px;
    height: 6px;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: 2px;
    position: absolute
}

.bell.ring {
    transform: translateX(.5rem);
    transition: all .25s ease .25s
}

.bell.ring>span {
    opacity: 1;
    transform: scale(1);
    transition: all .25s ease .25s
}

.bell.ring>div {
    animation: tilt .25s linear forwards
}

.bell.ring>div>span {
    transform: scaleY(.9) scaleX(1);
    transition: transform .07s ease .3s;
    animation: removeLines .05s linear forwards .37s
}

.bell.ring>div>span:after,
.bell.ring>div>span:before {
    animation: removeLinesP .05s linear forwards .37s
}

.bell.ring>div svg {
    fill: #fff
}

.bell.ring>div svg:nth-child(2) {
    animation: ballMove .45s linear forwards
}

.bell.ring.default>span {
    opacity: 0;
    transform: scale(0);
    transition: all .15s ease
}

.bell.ring.default>div {
    animation: tiltRemove .25s linear forwards
}

.bell.ring.default>div svg {
    fill: #fff
}

.bell.ring.default>div svg:nth-child(2) {
    animation: ballMoveRemove .25s linear forwards
}

@keyframes tilt {
    0% {
        transform: rotate(0)
    }

    75% {
        transform: rotate(40deg)
    }

    100% {
        transform: rotate(20deg)
    }
}

@keyframes tiltRemove {
    0% {
        transform: rotate(20deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes ballMove {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-6px)
    }

    100% {
        transform: translateX(6px)
    }
}

@keyframes ballMoveRemove {
    0% {
        transform: translateX(6px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes removeLines {
    0% {
        width: 17px;
        transform: scaleY(.9) scaleX(1)
    }

    100% {
        width: 0;
        transform: scaleY(.9) scaleX(1) translateX(-17px)
    }
}

@keyframes removeLinesP {
    0% {
        width: 12px
    }

    100% {
        width: 0
    }
}

.sb-commands-header {
    width: 100%;
    position: static
}

@media(min-width:738px) {
    .sb-commands-header {
        background: rgba(68, 68, 68, .45)
    }
}

.sb-head-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0
}

@media(min-width:738px) {
    .sb-head-panel {
        background: 0;
        color: #fff
    }
}

.sb-head-hotel-info {
    text-align: center;
    padding: 16px 8px;
    -ms-flex-order: 3;
    order: 3;
    width: 100%
}

@media(min-width:738px) {
    .sb-head-hotel-info {
        margin-right: auto;
        text-align: left;
        padding: 8px 0;
        -ms-flex-order: 0;
        order: 0;
        width: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.sb-hotel-name-address-container {
    display: inline-block
}

.sb-head-logo {
    display: none
}

@media(min-width:738px) {
    .sb-head-logo {
        display: inline-block;
        margin-right: 24px
    }
}

.sb-hotel-header__logo {
    width: 32%;
    float: left;
    margin-right: 8px
}

@media(min-width:1500px) {
    .sb-hotel-header__logo {
        width: 28%
    }
}

.sb-hotel-logo img {
    max-height: 60px;
    vertical-align: bottom
}

.sb-hotel-name {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2
}

.sb-hotel-stars {
    color: #ffcb00;
    font-size: .6875rem
}

@media(min-width:738px) {
    .sb-hotel-stars {
        display: inline-block;
        margin-left: 8px
    }
}

.sb-hotel-address {
    display: inline-block;
    margin-left: 8px;
    font-size: .75rem
}

.sb-hotel-header__title {
    display: none;
    color: #fff;
    font-size: 1rem;
    text-shadow: 0 1px 2px #444
}

@media(min-width:738px) {
    .sb-hotel-header__title {
        display: block
    }
}

.sb-info {
    display: inline-block
}

@media(max-width:737px) {
    .sb-info {
        display: block;
        margin-left: 0;
        margin-bottom: 4px
    }
}

.sb-email {
    display: none;
    margin-left: 16px
}

@media(min-width:991px) {
    .sb-email {
        display: inline-block
    }
}

.sb-phone-number {
    display: inline-block;
    color: #fff;
    margin-left: 16px
}

@media(max-width:737px) {
    .sb-phone-number {
        display: block;
        margin-left: 0
    }
}

.sb-hotel-logo {
    display: none
}

@media(min-width:738px) {
    .sb-hotel-logo {
        display: block
    }
}

.sb-hotel-header__contacts {
    margin-left: auto;
    text-shadow: 0 1px 2px #444
}

.sb-hotel-header__contacts a {
    color: #fff
}

.sb-hotel-header__contacts a:hover {
    color: #eaeaea
}

@media(max-width:737px) {
    .sb-hotel-header__contacts a {
        text-shadow: none;
        padding: 12px 16px 11px;
        display: inline-block;
        border-radius: 3px;
        border: 0;
        line-height: 1.1;
        transition: background-color .2s ease;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        display: block;
        padding: 12px 0;
        color: #004274;
        background: #fff;
        border-color: #d9d9d9
    }

    .sb-hotel-header__contacts a:focus {
        box-shadow: 0 0 3px rgba(0, 0, 0, .3)
    }

    .sb-theme-rounded .sb-hotel-header__contacts a {
        border-radius: 30px
    }

    .sb-hotel-header__contacts a:hover {
        background: #d9d9d9;
        border-color: #ccc;
        color: #004274
    }

    .sb-hotel-header__contacts a:focus,
    .sb-hotel-header__contacts a:not(:disabled):not(.disabled):active {
        background: #ccc;
        box-shadow: inset 0 1px 1px 0 #999;
        border-color: #ccc;
        outline: 0
    }
}

.sb-hotel-header__contacts i {
    margin-right: 2px
}

.sb-nav {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    min-height: 32px;
    margin-left: auto
}

.sb-nav__btn {
    padding: 0 12px;
    background: 0;
    transition: all .1s ease;
    cursor: pointer;
    font-size: .75rem;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.sb-nav__btn:hover {
    background: rgba(255, 255, 255, .25)
}

@media(min-width:738px) {
    .sb-nav__btn {
        padding: 0 16px;
        width: auto;
        height: 100%
    }
}

.sb-nav__item {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.sb-nav__item:first-child {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

@media(min-width:738px) {
    .sb-nav {
        background: 0;
        width: auto;
        border-bottom: 0
    }
}

.sb-home-link-container a {
    color: #fff
}

.sb-home-link-container a:hover {
    color: #fff
}

@media(max-width:737px) {
    .sb-home-link-container a {
        color: #5a5b5c
    }

    .sb-home-link-container a i {
        margin-right: 4px
    }
}

.sb-home-link-container i {
    margin-right: 8px
}

.sb-currency-selector-container {
    display: -ms-flexbox;
    display: flex
}

.sb-currency-selector {
    position: relative
}

.sb-currency-selector-list {
    top: 33px;
    box-sizing: content-box;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    border-radius: 3px;
    position: absolute;
    display: none;
    z-index: 200
}

@media(max-width:737px) {
    .sb-currency-selector-list {
        width: auto !important;
        left: 0
    }
}

@media(min-width:738px) {
    .sb-currency-selector-list {
        padding: 16px;
        width: auto;
        top: 37px;
        right: 0
    }
}

@media(max-width:737px) {
    .sb-currency-selector-list h4 {
        padding: 6px 6px 0
    }
}

.sb-currency-col {
    float: left
}

.sb-currency-selector-name {
    margin-left: 8px
}

@media(max-width:737px) {
    .sb-currency-selector-name {
        margin-left: 4px
    }
}

.sb-currency-col .sb-currency-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:737px) {
    .sb-currency-col .sb-currency-row {
        padding: 6px 10px 6px 6px;
        border-top: 1px solid #eaeaea
    }
}

.sb-currency-symbol {
    border: 1px solid #cacbcd;
    padding: 2px;
    text-align: center;
    margin-right: 5px;
    width: 28px;
    box-sizing: border-box
}

.sb-language-selector-container {
    display: -ms-flexbox;
    display: flex
}

.sb-language-selector {
    position: relative
}

.sb-language-selector-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sb-language-selector-current img {
    width: 14px;
    height: 14px;
    border-radius: 12%
}

.sb-language-selector-name {
    margin-left: 8px
}

@media(max-width:737px) {
    .sb-language-selector-name {
        margin-left: 4px
    }
}

.sb-language-selector-list {
    display: none;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 20;
    padding: 8px 0;
    min-width: 128px
}

@media(min-width:738px) {
    .sb-language-selector-list {
        width: auto;
        left: auto;
        right: 0;
        top: 37px
    }
}

.sb-language-select-text {
    white-space: nowrap;
    font-size: .75rem;
    padding: 8px 0;
    font-weight: 700;
    color: #5a5b5c;
    text-align: center
}

.sb-language-selector-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px 16px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.1
}

.sb-language-selector-item img {
    margin-right: 8px;
    margin-top: -2px;
    width: 14px;
    height: 14px;
    border-radius: 12%
}

.sb-language-selector-item:hover {
    background: #eaeaea
}

@media(max-width:737px) {
    .sb-language-selector-item {
        border-top: 1px solid #eaeaea
    }
}

.sb-user-link-container {
    margin-left: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.sb-login-menu-icon-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sb-login-menu-icon-container .sb-login-social-picture {
    background-size: cover;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.sb-login-menu-icon-container>i {
    font-size: 1.25rem
}

@media(max-width:990px) {
    .sb-login-menu-icon-container {
        padding: 4px 8px
    }
}

.sb-user-actions-connector {
    margin-left: 8px
}

.enchanting-messages-container {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 40
}

.enchanting-messages-container .row {
    margin: 0;
    width: 100%
}

.enchanting-messages-container .enchanting-messages-list-contents-container {
    width: 19.25rem
}

.enchanting-messages-container .enchanting-message-fab-container {
    margin-top: .75rem;
    margin-right: .75rem;
    z-index: 100;
    animation: scale .6s ease-in-out
}

.enchanting-messages-container .nf-container {
    margin-top: .75rem;
    width: 14.5rem !important;
    opacity: 1 !important;
    left: 0 !important;
    bottom: 0 !important
}

.enchanting-messages-container .enchanting-message-fab {
    position: relative;
    float: left;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding: 1rem;
    background: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-message-fab:hover {
    background: #f0f0f0;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .24)
}

.enchanting-messages-container .enchanting-message-fab .sb-counter {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .625rem;
    background-color: #61b361;
    color: #fff;
    min-width: 1.25rem;
    height: 1.25rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    text-align: center;
    padding: .125rem;
    animation: scale .9s ease-in-out
}

.enchanting-messages-container .enchanting-message-fab i {
    font-size: 2rem;
    color: #004274;
    animation: fadein-anim .6s ease-in-out
}

.enchanting-messages-container .nf-container {
    float: left;
    height: 4rem;
    opacity: inherit !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    display: block
}

.enchanting-messages-container .nf-container .nf-notification:first-child {
    margin: 0 !important;
    -ms-flex-align: center;
    align-items: center
}

.enchanting-messages-container .nf-container .nf-users {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    width: 100%
}

.enchanting-messages-container .nf-container .from-left-animation {
    animation: from-left .6s ease-in-out forwards
}

.enchanting-messages-container .nf-container .to-left-animation {
    animation: to-left .6s ease-in-out forwards
}

.enchanting-messages-container .nf-container .to-down-animation {
    animation: to-down .6s ease-in-out forwards
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container {
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .04)
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .disabled {
    hover: none;
    pointer-events: none
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .disabled i {
    opacity: .35
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .sb-navigation-buttons {
    margin: .5rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .sb-navigate-up {
    margin-right: .75rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .navigate-button {
    float: left;
    background: #f0f0f0;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: .25rem;
    text-align: center;
    position: relative;
    line-height: 0;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .navigate-button i {
    font-size: 1rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .navigate-button:hover {
    background: #ddd;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .closeAll-container {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .closeAll-container button {
    font-size: .75rem;
    line-height: 1rem;
    border-radius: .75rem;
    padding: .25rem .75rem;
    background-color: #fff;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container .closeAll-container button:hover {
    background: #f0f0f0;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container.enchanting-message-from-down-animation {
    animation-delay: .6s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-header-container:not(.enchanting-message-from-down-animation) {
    opacity: 1
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    border-radius: .75rem;
    width: 100%;
    margin-top: .75rem;
    opacity: 0;
    position: relative
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .sb-close-card {
    display: -ms-flexbox;
    display: flex
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .ui-dialog-titlebar-close {
    width: 1.5rem;
    height: 1.5rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message.disabled {
    display: none
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header {
    position: relative
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .ui-icon {
    position: relative;
    top: unset;
    left: unset;
    margin-top: unset;
    margin-left: unset;
    width: 1rem;
    height: 1rem;
    margin: .25rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .ui-icon i {
    font-size: 1rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper {
    height: 100%;
    background: unset
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-zoom {
    display: none
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-slide .swiper-video-wrapper iframe {
    z-index: 10
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-slide-counter {
    background: #fff;
    padding: .125rem .25rem .125rem .4rem;
    font-size: .625rem;
    color: #444;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    border-radius: .75rem;
    margin: .5rem;
    cursor: grab;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    display: -ms-flexbox;
    display: flex
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-slide-counter svg {
    color: #444;
    margin-right: .25rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-slide-counter .swiper-pagination-fraction {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-next {
    left: 2.8rem;
    bottom: .5rem;
    top: unset;
    right: unset
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-prev {
    left: .5rem;
    bottom: .5rem;
    top: unset;
    right: unset
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-next,
.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-prev {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .75rem;
    z-index: 2;
    background-color: #fff;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-next:hover,
.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-prev:hover {
    background-color: #f0f0f0;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-next .swiper-img-arrow-wrapper,
.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-prev .swiper-img-arrow-wrapper {
    background: unset;
    width: 1rem;
    height: 1rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-next .swiper-img-arrow-wrapper i,
.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message-swiper .swiper-img-prev .swiper-img-arrow-wrapper i {
    line-height: 1rem;
    font-size: 1rem;
    text-align: center;
    color: #444
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .swiper-container {
    border-radius: 0;
    position: relative !important
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-close-card {
    position: relative;
    right: 0;
    top: 0;
    margin: .5rem;
    border-radius: 50%;
    padding: 0;
    background: #f0f0f0;
    z-index: 10
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-close-card:hover {
    background: #ddd
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img .swiper-slide {
    background-size: cover;
    background-position: center center;
    height: auto;
    cursor: grab
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img .swiper-slide__height {
    width: 100%;
    height: unset
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img .swiper-slide__height:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: unset
}

@media(min-width:738px) {
    .enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img .swiper-slide__height:after {
        padding-bottom: unset
    }
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img:hover .swiper-img-prev {
    left: .5rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img:hover .swiper-img-next {
    right: unset
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img:hover .swiper-img-zoom {
    opacity: 1
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img-closed {
    transition: all all ease-in-out .6s ease-out 0s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    border-radius: 0
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img-open {
    transition: all all ease-in-out .6s ease-out 0s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    opacity: 1;
    height: 10.8125rem;
    border-radius: 0
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img--cover {
    display: none
}

@media(max-width:737px) {
    .enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-header .sb-enchanting-message__img--cover {
        border: 0
    }
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content {
    padding: 1.5rem 0 1.5rem 1.5rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-title {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .25rem;
    margin-right: .5rem;
    white-space: pre-wrap;
    padding-right: 1.5rem
}

@media(min-width:1501px) {
    .enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-title {
        font-size: .9375rem
    }
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-preview {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    white-space: pre-wrap;
    padding-right: 1.5rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-preview i {
    font-style: italic
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-preview b {
    font-weight: 750
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-text {
    overflow: hidden;
    line-height: 1.25rem;
    font-size: .875rem;
    min-height: 0;
    padding-right: 1.5rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-text i {
    font-style: italic
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-text .simplebar-content:after,
.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-text .simplebar-content:before {
    display: none
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-text-close {
    transition: all all ease-in-out .6s ease-out 0s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    max-height: 0;
    opacity: 0
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-text-open {
    transition: all all ease-in-out .6s ease-out 0s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    max-height: 3.75rem;
    margin-top: 1rem;
    opacity: 1;
    white-space: pre-wrap
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-content .enchanting-message-text-scrollable {
    overflow-y: auto
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-footer {
    padding: 0 1.5rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-footer hr {
    margin: 0;
    height: .0625rem
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-footer button {
    width: 100%;
    color: #004274;
    text-decoration: none;
    border: 0;
    padding: .375rem 0;
    margin: .375rem 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem;
    border-radius: .25rem;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .enchanting-message-footer button:hover {
    background: #f0f0f0;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .ui-dialog-titlebar-close {
    cursor: pointer;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message .ui-dialog-titlebar-close:hover {
    background: #ddd;
    transition: all all ease-in-out .3s ease-out 0s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message-from-top-animation {
    animation: em-from-top .6s ease-in-out forwards
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message-to-down-animation {
    animation: sb-rm-exit .6s ease-in-out forwards
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message-from-down-animation {
    animation: em-entrance .6s ease-in-out forwards
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message-from-fab-animation {
    animation: em-first-entrance .6s ease-in-out forwards
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message-to-fab-animation {
    animation: sb-em-exit .6s ease-in-out forwards
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-message-move-to-down {
    opacity: 1;
    animation: em-move-to-down .6s ease-in-out forwards
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-contents-container .enchanting-message:nth-last-of-type(2) {
    animation-delay: .5s
}

.enchanting-messages-container .enchanting-messages-list-container .enchanting-messages-list-contents-container .enchanting-message:nth-last-of-type(1) {
    animation-delay: .3s
}

.enchanting-messages-container .enchanting-messages-list-container-closed {
    animation: sb-em-exit .6s ease-in-out forwards
}

.enchanting-messages-container .simplebar-scrollbar {
    position: absolute;
    right: .5rem;
    width: .375rem;
    min-height: 1.5rem
}

.enchanting-messages-container .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: rgba(68, 68, 68, .5);
    border-radius: .375rem;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.enchanting-messages-container .simplebar-track.simplebar-vertical {
    top: 0;
    width: 1.875rem
}

.enchanting-messages-container .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: .1875rem;
    bottom: .1875rem
}

.enchanting-messages-container.row {
    margin: 0
}

.bl {
    display: none
}

.sb-hotelinfo-container {
    padding: 16px;
    background: #fff;
    border: 1px solid #cacbcd;
    zoom: 1
}

.sb-hotelinfo-container:after {
    content: "";
    display: block;
    clear: both
}

.sb-hotelinfo-container .sb-button+.sb-hotelinfo-gallery {
    margin-top: 16px
}

.sb-hotelinfo-container .swiper-container {
    border: 0;
    background: #000;
    height: 30vh
}

@media(min-width:738px) {
    .sb-hotelinfo-container .swiper-container {
        height: 60vh
    }
}

.sb-hotelinfo-container .swiper-wrapper {
    -ms-flex-align: center;
    align-items: center
}

.sb-hotelinfo-container .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sb-hotelinfo-container .sb-hotel-img-thumbnails-container {
    position: static;
    background: #000
}

.sb-hotelinfo-container .sb-hotelinfo-description {
    float: left;
    width: 66.666%;
    padding-right: 16px;
    white-space: pre-line
}

.sb-hotelinfo-container .sb-hotelinfo-description h3 {
    margin-bottom: 16px;
    text-transform: uppercase
}

@media(max-width:737px) {
    .sb-hotelinfo-container .sb-hotelinfo-description {
        float: none;
        display: block;
        width: 100%
    }
}

.sb-hotelinfo-container .sb-hotelinfo-persuasions {
    float: left;
    width: 33.333%
}

@media(max-width:737px) {
    .sb-hotelinfo-container .sb-hotelinfo-persuasions {
        float: none;
        display: block;
        width: 100%;
        margin-top: 16px
    }
}

.sb-hotelinfo-container .start-page-why-direct-booking {
    width: 100%;
    float: left;
    padding-right: 16px
}

.sb-hotelinfo-container .start-page-why-direct-booking__title {
    font-size: 1.125rem;
    color: #5a5b5c;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700
}

.sb-hotelinfo-container .start-page-why-direct-booking li {
    font-size: 1rem
}

@media(max-width:737px) {
    .sb-hotelinfo-container .start-page-why-direct-booking {
        float: none;
        display: block;
        width: 100%
    }

    .sb-hotelinfo-container .start-page-why-direct-booking li {
        font-size: .875rem
    }
}

.sb-hotelinfo-container .sb-hotelinfo-creditcards {
    float: left;
    width: 100%;
    margin-top: 16px
}

.sb-hotelinfo-container .sb-hotelinfo-creditcards img {
    max-height: 30px
}

.sb-hotelinfo-container .sb-hotelinfo-creditcards h4 {
    font-size: 1.125rem;
    color: #5a5b5c;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px
}

@media(max-width:737px) {
    .sb-hotelinfo-container .sb-hotelinfo-creditcards {
        float: none;
        display: block;
        width: 100%;
        margin-top: 24px
    }
}

.sb-hotelinfo-container .geo-map {
    width: calc(66.666% - 16px);
    height: 300px;
    float: left
}

@media(max-width:737px) {
    .sb-hotelinfo-container .geo-map {
        float: none;
        display: block;
        width: 100%;
        margin-top: 16px
    }
}

.sb-hotelinfo-container .geo-map-side-panel {
    width: 33.333%;
    float: left;
    padding: 0 16px
}

@media(max-width:737px) {
    .sb-hotelinfo-container .geo-map-side-panel {
        float: none;
        display: block;
        width: 100%;
        margin-top: 16px;
        padding: 0
    }
}

.sb-hotelinfo-container .sb-hotelinfo-position {
    clear: both;
    padding-top: 16px;
    padding-right: 16px;
    width: 66.666%;
    float: left;
    white-space: pre-line
}

.sb-hotelinfo-container .sb-hotelinfo-position h3 {
    text-transform: uppercase;
    margin-bottom: 16px
}

@media(max-width:737px) {
    .sb-hotelinfo-container .sb-hotelinfo-position {
        float: none;
        display: block;
        width: 100%
    }
}

.sb-hotelinfo-container .sb-hotelinfo-howtoreachus {
    width: 33.333%;
    float: left;
    padding: 16px;
    white-space: pre-line
}

.sb-hotelinfo-container .sb-hotelinfo-howtoreachus h3 {
    text-transform: uppercase
}

@media(max-width:737px) {
    .sb-hotelinfo-container .sb-hotelinfo-howtoreachus {
        float: none;
        display: block;
        width: 100%;
        margin-top: 16px;
        padding: 0
    }
}

.sb-hotelinfo-gallery {
    position: relative;
    margin-bottom: 16px
}

.sb-hotelinfo-container.no-description .geo-map-side-panel {
    float: left;
    width: 33.333%;
    padding: 0 16px 0 0
}

@media(max-width:737px) {
    .sb-hotelinfo-container.no-description .geo-map-side-panel {
        float: none;
        display: block;
        width: 100%
    }
}

.sb-hotelinfo-container.no-description .sb-hotelinfo-persuasions {
    float: left;
    width: 66.666%
}

@media(max-width:737px) {
    .sb-hotelinfo-container.no-description .sb-hotelinfo-persuasions {
        float: none;
        display: block;
        width: 100%;
        margin-top: 24px
    }
}

.sb-hotelinfo-container.no-description .start-page-why-direct-booking {
    width: 50%
}

@media(max-width:737px) {
    .sb-hotelinfo-container.no-description .start-page-why-direct-booking {
        width: 100%;
        margin-top: 16px
    }
}

.sb-hotelinfo-container.no-description .sb-hotelinfo-creditcards {
    width: 50%;
    margin-top: 0
}

.sb-hotelinfo-container.no-description .sb-hotelinfo-creditcards img {
    width: 50px
}

@media(max-width:737px) {
    .sb-hotelinfo-container.no-description .sb-hotelinfo-creditcards {
        width: 100%;
        margin-top: 16px
    }
}

.sb-hotelinfo-container.no-description .geo-map {
    width: 100%
}

.sb-hotelinfo-location-container {
    clear: both;
    padding-top: 32px
}

.sb-hotelinfo-location-container .geo-map {
    background-size: cover
}

.geo-map-side-panel__hotel-name {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase
}

.geo-map-side-panel__gps {
    margin-top: 16px
}

.geo-map-side-panel__gps span {
    display: block
}

.geo-map-side-panel__contacts {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0
}

.geo-map-side-panel__contacts span {
    display: block
}

.geo-map-side-panel__contacts>div {
    padding-left: 0;
    padding-right: 0
}

.geo-map-side-panel__contacts div.fax,
.geo-map-side-panel__contacts div.tel {
    direction: initial
}

.geo-map-side-panel h4 {
    font-size: .875rem;
    font-weight: 700
}

.sb-login-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #cacbcd;
    background: #fff
}

.sb-login-wrapper.sb-login-wrapper--popup {
    border: 0
}

.sb-login-wrapper.sb-login-wrapper--popup .sb-input-wrapper input {
    z-index: 10000
}

.sb-login-wrapper.sb-login-wrapper--popup .sb-input-wrapper label {
    z-index: 10001
}

.sb-login-wrapper.sb-login-wrapper--popup .sb-input-wrapper+.sb-checkbox-wrapper,
.sb-login-wrapper.sb-login-wrapper--popup .sb-input-wrapper+.sb-form__row,
.sb-login-wrapper.sb-login-wrapper--popup .sb-input-wrapper+.sb-input-wrapper,
.sb-login-wrapper.sb-login-wrapper--popup .sb-input-wrapper+.sb-select-wrapper,
.sb-login-wrapper.sb-login-wrapper--popup .sb-input-wrapper+.sb-textarea-wrapper {
    margin-top: 16px
}

.sb-login-wrapper.sb-login-wrapper--popup .sb-login-panel h2 {
    display: none
}

.sb-login-wrapper.sb-login-wrapper--popup .sb-small-header {
    zoom: 1
}

.sb-login-wrapper.sb-login-wrapper--popup .sb-small-header:after {
    content: "";
    display: block;
    clear: both
}

.sb-login-form {
    width: 60%;
    padding: 24px
}

.sb-login-form h2 {
    text-align: center
}

@media(max-width:737px) {
    .sb-login-form {
        width: 100%
    }
}

@media(max-width:990px) {
    .sb-login-form {
        padding: 16px
    }
}

@media(min-width:1500px) {
    .sb-login-form {
        width: 65%
    }
}

.sb-login-wrapper--popup .sb-login-form {
    width: 100%;
    padding: 0
}

.sb-commands__message {
    display: block;
    text-align: center;
    font-size: .6875rem;
    margin-top: 4px
}

.sb-login-sidebar {
    width: 40%;
    padding: 24px;
    border-left: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:737px) {
    .sb-login-sidebar {
        width: 100%;
        display: none
    }
}

@media(max-width:990px) {
    .sb-login-sidebar {
        padding: 16px
    }
}

@media(min-width:1500px) {
    .sb-login-sidebar {
        width: 35%
    }
}

.sb-login-sidebar__title {
    text-align: center
}

.sb-login-sidebar__subtitle {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #3a3b3c
}

.sb-advantages {
    margin-top: 24px;
    margin-bottom: 24px
}

.sb-advantages li {
    display: -ms-flexbox;
    display: flex;
    color: #61b361;
    line-height: 1.1;
    font-weight: 500;
    font-size: .875rem;
    opacity: 1
}

.no-touch .sb-advantages li {
    opacity: 0
}

.no-touch .sb-advantages li:nth-child(1) {
    animation: .8s 1s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(2) {
    animation: .8s 2s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(3) {
    animation: .8s 3s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(4) {
    animation: .8s 4s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(5) {
    animation: .8s 5s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(6) {
    animation: .8s 6s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(7) {
    animation: .8s 9s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(8) {
    animation: .8s 9s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(9) {
    animation: .8s 9s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.no-touch .sb-advantages li:nth-child(10) {
    animation: .8s 9s flipIn cubic-bezier(.25, .46, .45, .94) forwards
}

.sb-advantages li+li {
    margin-top: 12px;
    border-top: 1px dotted #cacbcd;
    padding-top: 12px
}

.sb-advantages li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    margin-right: 4px;
    color: #61b361
}

.sb-bubble-wrapper {
    margin-top: auto
}

.sb-bubble {
    padding: 16px 16px 16px 24px;
    border-radius: 4px;
    line-height: 1.2;
    position: relative
}

.sb-bubble+.sb-bubble {
    margin-top: 8px
}

.sb-bubble:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    background: #fff;
    width: 32px;
    height: 32px;
    left: -16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center
}

.sb-bubble--green {
    background: rgba(97, 179, 97, .15);
    border: 1px solid #61b361;
    color: #61b361
}

.sb-bubble--green:before {
    content: "\f129"
}

.sb-bubble--red {
    background: rgba(220, 53, 34, .15);
    border: 1px solid #dc3522;
    color: #dc3522
}

.sb-bubble--red:before {
    content: "\f0c0"
}

.sb-bubble--lock:before {
    content: "\f023"
}

.sb-bubble__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px
}

.sb-login-form__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px
}

.sb-login-form__social span {
    width: 100%;
    text-align: center;
    margin-bottom: 8px
}

.sb-login-form__social .sb-button {
    -ms-flex: 1;
    flex: 1
}

.sb-login-form__social .sb-button--fb {
    margin-right: 4px
}

.sb-login-form__social .sb-button--google {
    margin-left: 4px
}

.sb-login-form__divider {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 16px
}

.sb-login-form__divider span {
    background: #fff;
    padding: 0 8px;
    position: relative;
    font-size: .6875rem;
    color: #aaabad
}

.sb-login-form__divider:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px dotted #cacbcd;
    width: 100%
}

.sb-login-form__wrapper {
    margin-top: 16px
}

.sb-login-form__has-account {
    text-align: center;
    margin-top: 8px
}

.sb-login-form__has-account a {
    color: #004274;
    border-bottom: 1px dotted rgba(0, 66, 116, .8)
}

.sb-login-form__has-account a:hover {
    border-bottom: 1px solid #004274
}

.sb-input-wrapper {
    position: relative
}

.sb-input-wrapper input[type=number] {
    -moz-appearance: textfield
}

.sb-input-wrapper input[type=number]::-webkit-inner-spin-button,
.sb-input-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.sb-input-wrapper input {
    background: #fff;
    border-bottom: 1px solid #cacbcd;
    box-shadow: none;
    box-sizing: border-box;
    color: #3a3b3c;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    outline: 0;
    padding: 8px 0 0;
    position: relative;
    transition: all .2s ease;
    width: 100%;
    z-index: 1
}

.sb-input-wrapper input:disabled {
    color: #aaabad;
    border-bottom: 1px dotted #aaabad;
    cursor: not-allowed
}

.sb-input-wrapper input:-ms-input-placeholder {
    opacity: 0;
    color: transparent;
    transition: opacity .2s ease
}

.sb-input-wrapper input::placeholder {
    opacity: 0;
    color: transparent;
    transition: opacity .2s ease
}

.sb-input-wrapper input:-ms-input-placeholder {
    opacity: 0 !important;
    color: transparent !important;
    transition: opacity .2s ease !important
}

.sb-input-wrapper input::-ms-input-placeholder {
    opacity: 0;
    color: transparent;
    transition: opacity .2s ease
}

.sb-input-wrapper input:focus {
    border-bottom: 1px solid #004274;
    box-shadow: 0 1px 0 0 #004274
}

.sb-input-wrapper input:focus~label {
    color: #004274;
    transform: translate(0, -26%) scale(.75);
    left: 0;
    padding: 0
}

.sb-input-wrapper input:focus:-ms-input-placeholder {
    opacity: 1;
    color: #aaabad
}

.sb-input-wrapper input:focus::placeholder {
    opacity: 1;
    color: #aaabad
}

.sb-input-wrapper input:focus:-ms-input-placeholder {
    opacity: 1 !important;
    color: #aaabad !important
}

.sb-input-wrapper input:focus::-ms-input-placeholder {
    opacity: 1;
    color: #aaabad
}

.sb-input-wrapper.is-validate input~label {
    color: #aaabad;
    transform: translate(0, -26%) scale(.75);
    left: 0;
    padding: 0
}

.sb-input-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    color: #aaabad;
    font-size: 1rem;
    line-height: 40px;
    pointer-events: none;
    transform-origin: 0 0;
    transition: transform .2s ease-out;
    z-index: 1
}

.sb-input-wrapper+.sb-checkbox-wrapper,
.sb-input-wrapper+.sb-form__row,
.sb-input-wrapper+.sb-input-wrapper,
.sb-input-wrapper+.sb-select-wrapper,
.sb-input-wrapper+.sb-textarea-wrapper {
    margin-top: 24px
}

@media(max-width:990px) {

    .sb-input-wrapper+.sb-checkbox-wrapper,
    .sb-input-wrapper+.sb-form__row,
    .sb-input-wrapper+.sb-input-wrapper,
    .sb-input-wrapper+.sb-select-wrapper,
    .sb-input-wrapper+.sb-textarea-wrapper {
        margin-top: 16px
    }
}

.sb-input__error {
    color: #dc3522;
    font-size: .6875rem;
    font-weight: 700;
    line-height: 0;
    overflow: hidden;
    transition: all .2s ease
}

.sb-checkbox-wrapper .input-validation-error,
.sb-input-wrapper .input-validation-error,
.sb-select-wrapper .input-validation-error,
.sb-textarea-wrapper .input-validation-error {
    border-bottom: 1px solid #dc3522;
    box-shadow: 0 1px 0 0 #dc3522
}

.sb-checkbox-wrapper {
    margin: 32px 0;
    line-height: 16px
}

.sb-checkbox-wrapper+.sb-checkbox-wrapper {
    margin-top: -20px
}

.sb-checkbox-wrapper label {
    position: relative;
    cursor: pointer;
    padding-left: 24px;
    text-align: left;
    color: #8a8b8c;
    font-size: .75rem;
    font-weight: 500;
    display: block
}

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

.sb-checkbox-wrapper input:checked~.sb-checkbox__icon {
    border-color: #777
}

.sb-checkbox-wrapper input:checked~.sb-checkbox__icon:after,
.sb-checkbox-wrapper input:checked~.sb-checkbox__icon:before {
    opacity: 1;
    transition: height .15s ease
}

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

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

.sb-checkbox-wrapper+.sb-form__row,
.sb-checkbox-wrapper+.sb-input-wrapper,
.sb-checkbox-wrapper+.sb-select-wrapper,
.sb-checkbox-wrapper+.sb-textarea-wrapper {
    margin-top: 24px
}

@media(max-width:990px) {

    .sb-checkbox-wrapper+.sb-form__row,
    .sb-checkbox-wrapper+.sb-input-wrapper,
    .sb-checkbox-wrapper+.sb-select-wrapper,
    .sb-checkbox-wrapper+.sb-textarea-wrapper {
        margin-top: 16px
    }
}

.sb-checkbox__icon {
    color: #aaabad;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    border: 2px solid currentColor;
    border-radius: 2px;
    background: #fff;
    transition: border-color .15s ease
}

.sb-checkbox__icon:hover {
    border-color: #8a8b8c
}

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

.sb-checkbox__icon:before {
    top: 11px;
    left: 7px;
    box-shadow: 0 0 0 1px #fff;
    transform: rotate(-135deg)
}

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

.sb-textarea-wrapper {
    position: relative
}

.sb-textarea-wrapper textarea {
    background: #fff;
    border-bottom: 1px solid #cacbcd;
    box-shadow: none;
    box-sizing: border-box;
    color: #3a3b3c;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    outline: 0;
    padding: 0;
    position: relative;
    transition: all .2s ease;
    width: 100%;
    z-index: 1
}

.sb-textarea-wrapper textarea:disabled {
    color: #aaabad;
    border-bottom: 1px dotted #aaabad;
    cursor: not-allowed
}

.sb-textarea-wrapper textarea:-ms-input-placeholder {
    opacity: 0;
    color: transparent;
    transition: opacity .2s ease
}

.sb-textarea-wrapper textarea::placeholder {
    opacity: 0;
    color: transparent;
    transition: opacity .2s ease
}

.sb-textarea-wrapper textarea:-ms-input-placeholder {
    opacity: 0 !important;
    color: transparent !important;
    transition: opacity .2s ease !important
}

.sb-textarea-wrapper textarea::-ms-input-placeholder {
    opacity: 0;
    color: transparent;
    transition: opacity .2s ease
}

.sb-textarea-wrapper textarea:focus {
    border-bottom: 1px solid #004274;
    box-shadow: 0 1px 0 0 #004274;
    height: 68px;
    margin: 12px 0 0
}

.sb-textarea-wrapper textarea:focus~label {
    color: #004274;
    transform: translate(0, -26%) scale(.75);
    left: 0;
    padding: 0
}

.sb-textarea-wrapper textarea:focus:-ms-input-placeholder {
    opacity: 1;
    color: #aaabad
}

.sb-textarea-wrapper textarea:focus::placeholder {
    opacity: 1;
    color: #aaabad
}

.sb-textarea-wrapper textarea:focus:-ms-input-placeholder {
    opacity: 1 !important;
    color: #aaabad !important
}

.sb-textarea-wrapper textarea:focus::-ms-input-placeholder {
    opacity: 1;
    color: #aaabad
}

.sb-textarea-wrapper.is-validate textarea {
    height: 68px;
    margin: 12px 0 0
}

.sb-textarea-wrapper.is-validate textarea~label {
    color: #aaabad;
    transform: translate(0, -26%) scale(.75);
    left: 0;
    padding: 0
}

.sb-textarea-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    color: #aaabad;
    font-size: 1rem;
    line-height: 40px;
    pointer-events: none;
    transform-origin: 0 0;
    transition: transform .2s ease-out;
    z-index: 1
}

.sb-textarea-wrapper+.sb-checkbox-wrapper,
.sb-textarea-wrapper+.sb-form__row,
.sb-textarea-wrapper+.sb-input-wrapper,
.sb-textarea-wrapper+.sb-select-wrapper,
.sb-textarea-wrapper+.sb-textarea-wrapper {
    margin-top: 24px
}

@media(max-width:990px) {

    .sb-textarea-wrapper+.sb-checkbox-wrapper,
    .sb-textarea-wrapper+.sb-form__row,
    .sb-textarea-wrapper+.sb-input-wrapper,
    .sb-textarea-wrapper+.sb-select-wrapper,
    .sb-textarea-wrapper+.sb-textarea-wrapper {
        margin-top: 16px
    }
}

.sb-form__helper-text {
    color: #8a8b8c;
    display: block;
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 4px
}

.sb-form__optional-text {
    font-size: .75rem
}

.field-validation-error {
    color: #dc3522;
    display: block;
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 4px
}

.social-login-state {
    background: #f5f5f5;
    margin: 24px 0;
    padding: 16px;
    font-size: 1rem;
    border: 1px solid #cacbcd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px
}

.social-login-state i {
    font-size: 1.5rem;
    margin-right: 8px
}

.social-login-state .username-label {
    font-weight: 500;
    margin-left: 4px
}

.social-login-state .social-logout {
    margin-left: auto
}

.social-login-state .sb-login-social-picture {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    background-size: cover
}

.sb-login-wrapper--popup .sb-user-logged-title {
    text-transform: uppercase;
    font-size: .75rem;
    position: relative
}

.sb-login-wrapper--popup .sb-user-logged-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #cacbcd;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px
}

.sb-login-wrapper--popup .sb-user-logged-title span {
    position: relative;
    background: #fff;
    padding: 0 8px;
    z-index: 1
}

.sb-login-wrapper--popup .sb-small-header {
    padding: 0 8px
}

.sb-login-wrapper--popup .sb-user-logged-detail {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding: 6px 0;
    font-size: .8125rem
}

.sb-login-wrapper--popup .sb-user-logged-detail label {
    width: 30%;
    padding-bottom: 0;
    font-weight: 700;
    padding-right: 5px
}

.sb-login-wrapper--popup .sb-login-edit-cmd {
    font-size: .75rem
}

.sb-rez-form {
    clear: both;
    padding: 16px;
    background: #fff;
    margin-top: 4px
}

.sb-rez-form label {
    display: block
}

.sb-rez-form .form-field {
    padding-top: 8px
}

#guests-details-container h4 {
    text-transform: capitalize
}

.sb-loyalty-club_container {
    background: rgba(0, 66, 116, .15);
    padding: 16px;
    border: 1px solid #004274;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    border-radius: .25rem
}

@media(max-width:768px) {
    .sb-loyalty-club_container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sb-loyalty-club_container .sb-loyalty-club_checkbox-container {
    margin: 0 1rem 1rem 0
}

.sb-loyalty-club_container .sb-loyalty-club_content-container .sb-loyalty-club_content-header {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.sb-loyalty-club_container .sb-loyalty-club_content-container .sb-loyalty-club_content-header-left {
    margin-right: 1rem
}

.sb-loyalty-club_container .sb-loyalty-club_content-container .sb-loyalty-club_content-header-left h2 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: .25rem
}

.sb-loyalty-club_container .sb-loyalty-club_content-container .sb-loyalty-club_content-header-left p:first-of-type {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .5rem
}

.sb-loyalty-club_container .sb-loyalty-club_content-container .sb-loyalty-club_content-header-right .sb-loyalty-club-logo {
    max-width: 6.5rem
}

@media(max-width:768px) {
    .sb-loyalty-club_container .sb-loyalty-club_content-container .sb-loyalty-club_content-header-right .sb-loyalty-club-logo {
        margin-bottom: .5rem
    }
}

.sb-loyalty-club_container .sb-loyalty-club_content_extended {
    display: none
}

.open.sb-loyalty-club_container .sb-loyalty-club_content_extended {
    display: block
}

.sb-loyalty-club_container .sb-loyalty-club_content_extended .sb-loyalty_policy_detail_link,
.sb-loyalty-club_container .sb-loyalty-club_content_extended .sb-loyalty_terms_and_conditions_detail_link {
    text-decoration: underline;
    color: #004274
}

.sb-loyalty-club_container .sb-loyalty-club_content_extended-usages {
    margin-top: 16px;
    border-top: 1px solid rgba(0, 66, 116, .15)
}

.sb-loyalty-club_container .sb-loyalty-club_content_extended-usages .sb-checkbox-wrapper {
    margin: 16px 0
}

.sb-loyalty-club_container .sb-loyalty-club_content_extended-footer {
    border-top: 1px solid rgba(0, 66, 116, .15);
    margin-top: 16px;
    padding-top: 16px;
    text-align: right;
    font-size: .75rem;
    line-height: 1rem
}

.sb-loyalty-club_container .sb-loyalty-club_content_extended-footer a {
    font-weight: 500
}

.sb-loyalty-club_container .sb-loyalty-club_content_all-benefits-link {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #004274;
    cursor: pointer;
    transition: all ease-in-out .2s
}

.sb-loyalty-club_container .sb-loyalty-club_content_all-benefits-link:focus,
.sb-loyalty-club_container .sb-loyalty-club_content_all-benefits-link:hover {
    color: #00111d
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container {
    width: 100%
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container .sb-loyalty-club_logged-header {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container .sb-loyalty-club_logged-header-left {
    margin-right: 1rem;
    width: 100%;
    overflow: auto
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container .sb-loyalty-club_logged-header-left .sb-loyalty-club_member-title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container .sb-loyalty-club_logged-header-left .sb-loyalty-club_member-label {
    margin-bottom: .25rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container .sb-loyalty-club_logged-header-left .sb-loyalty-club_member-label:last-child {
    margin-bottom: 0
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container .sb-loyalty-club_logged-header-left .sb-loyalty-club_member-label label {
    font-weight: 500
}

.sb-loyalty-club_container .sb-loyalty-club_logged_container .sb-loyalty-club_logged-header .sb-loyalty-club-logo {
    width: 6.5rem
}

.sb-loyalty-club_container .sb-loyalty-club_content_signed-in-footer {
    text-align: right;
    font-size: .75rem;
    line-height: 1rem;
    border-top: 1px solid rgba(0, 66, 116, .15);
    padding-top: 1rem
}

.sb-loyalty-club_container a {
    font-weight: 500
}

.sb-loyalty-club-popup {
    text-align: center;
    max-width: 24rem;
    margin: 0 auto;
    color: #fff
}

.sb-loyalty-club-popup #qnt-popup {
    margin: 0;
    padding: 0
}

.sb-loyalty-club-popup .ui-dialog-titlebar {
    background: 0;
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 2
}

.sb-loyalty-club-popup.sb-loyalty-club-benefits-popup {
    background-size: cover;
    background-position: center center;
    padding: 80px 64px
}

@media(max-width:768px) {
    .sb-loyalty-club-popup.sb-loyalty-club-benefits-popup {
        padding: 48px 8px
    }
}

.sb-loyalty-club-popup.sb-loyalty-club-benefits-popup:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.sb-loyalty-club-popup.sb-loyalty-club-benefits-popup .sb-loyalty-club-logo {
    width: 6.5rem;
    margin-bottom: 32px
}

.sb-loyalty-club-popup.sb-loyalty-club-benefits-popup h2 {
    text-align: left;
    font-size: 1.25rem;
    line-height: 2rem
}

.sb-loyalty-club-popup.sb-loyalty-club-login-popup {
    padding: 48px 24px
}

@media(max-width:768px) {
    .sb-loyalty-club-popup.sb-loyalty-club-login-popup {
        padding: 48px 8px
    }
}

.sb-loyalty-club-popup.sb-loyalty-club-login-popup .sb-loyalty-club-logo {
    width: 5rem;
    margin-bottom: 32px
}

.sb-loyalty-club-popup.sb-loyalty-club-login-popup h2 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1.5rem
}

.sb-loyalty-club-popup.sb-loyalty-club-login-popup label:first-letter {
    text-transform: capitalize
}

.sb-loyalty-club-popup.sb-loyalty-club-login-popup #member-login-error,
.sb-loyalty-club-popup.sb-loyalty-club-login-popup #member-password-error {
    display: block;
    text-align: left
}

.sb-loyalty-club-popup.sb-loyalty-club-login-popup .sb-commands {
    margin-top: 40px
}

.sb-loyalty-club-popup.sb-loyalty-club-login-popup .sb-input-wrapper input[type=password] {
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.sb-login-popup-container .sb-input-wrapper input[type=password] {
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.sb-loyalty-club-benefits-list {
    margin-top: 16px
}

.sb-loyalty-club-benefits-list li {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    opacity: 1;
    text-align: left
}

.sb-loyalty-club-benefits-list li+li {
    margin-top: 8px
}

.sb-loyalty-club-benefits-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    margin-right: 8px
}

.lcs_wrap.lcs_compact {
    width: 2.5rem !important;
    height: 1.5rem !important
}

.lcs_wrap.lcs_compact .lcs_cursor {
    margin-top: -.5rem !important;
    width: 1rem !important;
    height: 1rem !important
}

.lcs_wrap.lcs_compact .lcs_switch.lcs_on .lcs_cursor {
    left: 1.25rem
}

.lcs_wrap.lcs_compact .lcs_switch.lcs_off .lcs_cursor {
    left: .25rem
}

.lcs_wrap.lcs_compact .lcs_on,
.lcs_wrap.lcs_compact .lcs_switch.lcs_on {
    background: #61b361
}

.user-container {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

.user-container i {
    font-size: 1.25rem
}

.user-container .sb-login-loyalty-star {
    background-color: #61b361;
    height: .75rem;
    width: .75rem;
    border-radius: .75rem;
    position: absolute;
    right: -4px;
    top: -4px
}

.user-container .sb-login-loyalty-star:after {
    font-family: FontAwesome;
    content: "\f005";
    font-size: .5625rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex
}

.sb-login-loyalty-member-label {
    font-size: .5625rem;
    line-height: .625rem;
    font-weight: 400
}

.sb-user-actions-popup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sb-user-actions-popup .loyalty-logo {
    margin-right: .5rem;
    height: 2rem
}

.club-member-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem
}

.club-member-container .club-member {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: #444
}

.club-member-container .card-number {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    color: #8c92a6
}

.user-member-container {
    border-bottom: 1px solid #d3d5d9;
    min-width: 192px;
    display: -ms-flexbox;
    display: flex
}

.no-hover {
    cursor: auto
}

.sb-login-popup-container.sb-loyalty-club-popup {
    margin: 0
}

.sb-loyalty-club_member_popup_container {
    display: -ms-flexbox;
    display: flex
}

.sb-loyalty-club_member_popup_container .login-popup-left-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 30rem
}

.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
    height: 100%
}

.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-member-login-form,
.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-member-reset-password-form {
    width: 100%
}

.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-member-login-form label:first-letter,
.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-member-reset-password-form label:first-letter {
    text-transform: uppercase
}

.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-commands {
    margin-top: 2rem
}

.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-login-form__has-account {
    margin-top: 1rem
}

.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-loyalty_policy_detail_link,
.sb-loyalty-club_member_popup_container .login-popup-left-side .content-div .sb-loyalty_terms_and_conditions_detail_link {
    text-decoration: underline;
    color: #004274
}

.sb-loyalty-club_member_popup_container .login-popup-right-side {
    background-size: cover;
    background-position: center center
}

.sb-loyalty-club_member_popup_container .login-popup-right-side:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.sb-loyalty-club_member_popup_container .login-popup-right-side .sb-loyalty-club-popup {
    position: relative;
    margin: 72px;
    padding: 0 1.5rem;
    height: auto
}

@media(max-width:768px) {
    .sb-loyalty-club_member_popup_container .login-popup-right-side .sb-loyalty-club-popup {
        margin: 48px 8px
    }
}

.sb-loyalty-club_member_popup_container .login-popup-right-side .sb-loyalty-club-popup .sb-loyalty-club-logo {
    max-height: 5rem;
    max-width: 100%;
    margin-bottom: 32px
}

.sb-loyalty-club_member_popup_container .login-popup-right-side .sb-loyalty-club-popup h2 {
    text-align: left;
    font-size: 1.25rem;
    line-height: 2rem
}

#reservation-save-error>div {
    padding: 0 1.5rem
}

.fl-loyalty_club_privacy_optional_usage_description {
    display: block;
    font-size: .75rem;
    color: #b1b1b2
}

.ui-widget {
    font-family: Roboto, Arial, sans-serif
}

.ui-widget-header .ui-icon-closethick:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.ui-dialog-buttonset button {
    padding: 12px 16px 11px;
    display: inline-block;
    border-radius: 3px;
    border: 0;
    line-height: 1.1;
    transition: background-color .2s ease;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #004274;
    background: #fff;
    border-color: #d9d9d9;
    border: 1px solid #cacbcd;
    padding: 12px 32px
}

.ui-dialog-buttonset button:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.sb-theme-rounded .ui-dialog-buttonset button {
    border-radius: 30px
}

.ui-dialog-buttonset button:hover {
    background: #d9d9d9;
    border-color: #ccc;
    color: #004274
}

.ui-dialog-buttonset button:focus,
.ui-dialog-buttonset button:not(:disabled):not(.disabled):active {
    background: #ccc;
    box-shadow: inset 0 1px 1px 0 #999;
    border-color: #ccc;
    outline: 0
}

.ui-dialog-buttonset button:hover {
    background: #004274;
    color: #fff;
    border: 1px solid #004274
}

.sb-theme-rounded .ui-dialog-buttonset button {
    border: 2px solid #004274
}

.ui-dialog-buttonset button.sb-button--primary {
    color: #fff;
    background: #61b361;
    border-color: #529852
}

.ui-dialog-buttonset button.sb-button--primary:hover {
    background: #529852;
    border-color: #4e8f4e;
    color: #fff
}

.ui-dialog-buttonset button.sb-button--primary:focus,
.ui-dialog-buttonset button.sb-button--primary:not(:disabled):not(.disabled):active {
    background: #4e8f4e;
    box-shadow: inset 0 1px 1px 0 #3a6b3a;
    border-color: #4e8f4e;
    outline: 0
}

.ui-dialog-buttonset button.sb-button--primary:hover {
    border: 1px solid transparent
}

.sb-choose-login-popup-container {
    max-width: 600px !important
}

.sb-choose-login-popup-container .choose-login-popup {
    text-align: center;
    padding: 24px
}

.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel {
    color: #fff;
    margin: 24px 0 0;
    padding: 1rem;
    width: auto;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .25rem;
    overflow: hidden
}

.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel .hotel-logo,
.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel .loyalty-logo {
    height: 3rem;
    position: relative
}

.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel .sb-button,
.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel h3,
.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel p {
    position: relative
}

.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel p:first-letter {
    text-transform: uppercase
}

.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel .sb-button {
    width: 80%
}

.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel .sb-button--primary:focus {
    background: #61b361;
    border-color: #61b361;
    box-shadow: none
}

.sb-choose-login-popup-container .choose-login-popup .choose-login-option-panel-loyalty {
    margin-top: 1rem;
    margin-bottom: 1.5rem
}

.sb-choose-login-popup-container .choose-login-popup .hotel-background,
.sb-choose-login-popup-container .choose-login-popup .loyalty-club-background {
    position: relative;
    border-radius: .25rem;
    background-size: cover;
    background-position: center center
}

.sb-choose-login-popup-container .choose-login-popup .hotel-background:before,
.sb-choose-login-popup-container .choose-login-popup .loyalty-club-background:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0
}

.sb-choose-login-popup-container .choose-login-popup p:first-letter {
    text-transform: uppercase
}

.sb-choose-login-popup-container .choose-login-popup .signup-button {
    font-weight: 500;
    color: #004274;
    width: 50%;
    padding-right: 1rem;
    padding-left: 1rem
}

.sb-choose-login-popup-container .choose-login-popup .signup-button:first-letter {
    text-transform: uppercase
}

.sb-choose-login-popup-container .choose-login-popup .signup-button:first-child {
    border-right: 1px solid #d3d5d9
}

.sb-login-popup-container .login-popup-left-side,
.sb-loyalty-club_member_popup_container .login-popup-left-side {
    width: 100%;
    padding: 16px;
    position: relative;
    box-sizing: border-box
}

.sb-login-popup-container .login-popup-left-side h2,
.sb-loyalty-club_member_popup_container .login-popup-left-side h2 {
    text-align: center
}

.sb-login-popup-container .login-popup-left-side .sb-login-popup-message,
.sb-login-popup-container .login-popup-left-side p,
.sb-loyalty-club_member_popup_container .login-popup-left-side .sb-login-popup-message,
.sb-loyalty-club_member_popup_container .login-popup-left-side p {
    font-size: .875rem;
    margin-top: 8px;
    color: #777;
    text-align: center
}

@media(min-width:738px) {

    .sb-login-popup-container .login-popup-left-side,
    .sb-loyalty-club_member_popup_container .login-popup-left-side {
        width: 50%;
        float: left;
        padding: 24px
    }
}

.sb-login-popup-container .login-popup-left-side .sb-logo-modal {
    width: 87px;
    position: absolute;
    top: auto;
    bottom: 4px;
    left: 50%;
    background-image: url(/fo/content/images/powered-sb.png);
    background-size: cover;
    height: 13px;
    transform: translateX(-50%)
}

.ui-dialog-titlebar-close {
    width: 24px;
    height: 24px
}

.ui-dialog-titlebar-close:hover {
    background: #fff
}

.ui-icon-closethick {
    text-indent: 0
}

.sb-modal-payment-body {
    color: #fff;
    background-image: linear-gradient(135deg, #004274, #00355d)
}

.sb-modal-payment {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 24px
}

.sb-modal-payment__header {
    opacity: .75
}

.sb-modal-payment__header .sb-hotel-stars {
    font-size: 20px;
    display: block;
    margin-left: 0
}

.sb-modal-payment__header-hotel-name {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500
}

.sb-modal-payment__header-hotel-address {
    display: block;
    font-size: 16px
}

.sb-modal-payment__message {
    font-size: 24px;
    margin-top: 16px
}

.sb-loyalty-club_member_popup_container .icon-container {
    background-color: rgba(97, 179, 97, .25);
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 1.5rem
}

.sb-loyalty-club_member_popup_container .icon-container i {
    font-size: 1.5rem;
    color: #61b361
}

.sb-room-container.closed .sb-mr {
    display: none
}

.sb-mr {
    background: #fff;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-mr img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.sb-mr__info {
    display: -ms-flexbox;
    display: flex;
    padding: 8px
}

.sb-mr__description {
    width: 70%;
    padding: 16px
}

.sb-mr__plans-wrapper {
    width: 75%
}

@media(max-width:737px) {
    .sb-mr__plans-wrapper {
        width: 100%
    }
}

@media(min-width:1500px) {
    .sb-mr__plans-wrapper {
        width: 80%
    }
}

.sb-mr__plan {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-mr__plan+.sb-mr__plan {
    border-top: 1px solid #004274
}

.sb-mr__plan:nth-child(odd) {
    background: #f8f8f8
}

@media(max-width:1279px) {
    .sb-mr__plan:nth-child(2) {
        box-shadow: inset 0 16px 16px -16px rgba(68, 68, 68, .5)
    }
}

.sb-mr__plan-name {
    border-right: 1px solid #eaeaea;
    display: block;
    padding: 8px;
    width: 40%
}

.sb-mr__plan-name .special-rate-tag {
    display: inline-block;
    float: none
}

@media(max-width:1279px) {
    .sb-mr__plan-name {
        width: 100%;
        border-right: 0
    }
}

.sb-mr__rate-plan-description {
    font-size: .75rem;
    margin-top: 4px;
    line-height: 1.3
}

.sb-mr__rate-plan-description .sb-rate-plan-descr {
    max-height: none
}

.sb-mr__plan-guests {
    border-right: 1px solid #eaeaea;
    line-height: 1.2;
    min-width: 64px;
    padding: 8px;
    width: 15%
}

.sb-mr__plan-guests .fa-male {
    font-size: 1rem
}

.sb-mr__plan-guests .fa-child {
    font-size: .875rem;
    margin: 0 -1px
}

@media(max-width:500px) {
    .sb-mr__plan-guests {
        width: auto;
        min-width: auto;
        border-right: 0
    }
}

.sb-mr__plan-guests-children-wrapper {
    display: block;
    margin-top: 2px
}

.sb-mr__plan-guests-children-wrapper .sb-mr__plan-guests-children-age {
    font-size: .625rem;
    font-weight: 700;
    color: #8a8b8c;
    white-space: nowrap;
    margin-left: 2px
}

@media(max-width:500px) {
    .sb-mr__plan-guests-children-wrapper {
        display: inline-block
    }

    .sb-mr__plan-guests-children-wrapper+.sb-mr__plan-guests-children-wrapper {
        display: block;
        margin-left: 0
    }

    .sb-mr__plan-guests-children-wrapper .sb-mr__plan-guests-children {
        margin-left: 2px
    }

    .sb-mr__plan-guests-children-wrapper:before {
        content: "+";
        font-weight: 700
    }
}

.sb-mr__plan-price {
    -ms-flex-align: end;
    align-items: flex-end;
    border-right: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    min-width: 25%;
    padding: 8px
}

.sb-mr__plan-price .sb-price-link {
    display: block;
    white-space: nowrap;
    margin-right: 0
}

.sb-mr__plan-price .sb-price-link .sb-dec-part,
.sb-mr__plan-price .sb-price-link .sb-int-part {
    font-size: .875rem
}

.sb-mr__plan-price .sb-price-link .sb-int-part.long-currency {
    font-size: .75rem
}

.sb-mr__plan-price .striked-price {
    font-size: .6875rem;
    color: #8a8b8c;
    margin-bottom: 0
}

@media(max-width:500px) {
    .sb-mr__plan-price {
        width: auto;
        margin-left: auto;
        border-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1280px) {
    .sb-mr__plan-price {
        min-width: auto;
        width: 25%
    }
}

.sb-mr__plan-treatment {
    border-right: 1px solid #eaeaea;
    color: #5a5b5c;
    line-height: 1.2;
    padding: 8px;
    width: 40%
}

.sb-mr__plan-treatment .sb-meal-plan-name {
    padding-right: 0
}

@media(max-width:500px) {
    .sb-mr__plan-treatment {
        width: 100%;
        -ms-flex-order: -1;
        order: -1;
        border-right: 0;
        padding: 8px 8px 0
    }
}

.sb-mr__plan-select {
    width: 20%;
    padding: 8px
}

.sb-mr__plan-select select {
    width: 100%
}

@media(max-width:500px) {
    .sb-mr__plan-select {
        width: auto
    }
}

.sb-select--mr {
    width: 50px
}

.sb-select--mr select {
    height: 28px;
    padding: 0 24px 0 8px;
    background: #fff
}

.sb-select--mr option:disabled,
.sb-select--mr option[disabled] {
    color: #8a8b8c;
    background: rgba(220, 53, 34, .1)
}

.sb-select--mr:after {
    right: 8px;
    line-height: 28px
}

.sb-mr__plan-option-item {
    display: -ms-flexbox;
    display: flex
}

.sb-mr__plan-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%
}

@media(max-width:1279px) {
    .sb-mr__plan-options {
        width: 100%
    }
}

.sb-mr__plan-option-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaeaea
}

@media(max-width:737px) {
    .sb-mr__plan-option-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:1280px) {
    .sb-mr__plan-option-item {
        border-top: 0
    }

    .sb-mr__plan-option-item+.sb-mr__plan-option-item {
        border-top: 1px solid #aaabad
    }
}

.sb-single-room-cart-container {
    border-left: 1px solid #eaeaea;
    box-shadow: inset 0 16px 16px -16px rgba(68, 68, 68, .5);
    padding: 0 16px;
    text-align: center;
    width: 25%
}

@media(min-width:1500px) {
    .sb-single-room-cart-container {
        width: 20%
    }
}

.sb-single-room-cart-content {
    position: sticky;
    top: 0;
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

@media(max-width:737px) {
    .sb-single-room-cart-content {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        display: none
    }

    .sb-single-room-cart-content .sb-button,
    .sb-single-room-cart-content .sb-cart-book-cmd {
        width: 100%
    }
}

.sb-single-room-cart-content--fixed {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 100;
    box-shadow: none;
    background: #fff;
    border-top: #eaeaea;
    box-shadow: 0 0 5px rgba(68, 68, 68, .3);
    padding: 8px
}

@media(min-width:738px) {
    .sb-single-room-cart-content--fixed {
        display: none
    }
}

.sb-single-room-cart-content--hidden {
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    margin: 0 -8px;
    padding: 8px
}

@media(min-width:738px) {
    .sb-single-room-cart-content--hidden {
        display: none
    }
}

.sb-mr__cart-recap {
    font-size: .6875rem;
    background: #f5f5f5;
    border: 1px solid #cacbcd;
    box-shadow: 0 2px 10px rgba(68, 68, 68, .25);
    color: #5a5b5c;
    margin-top: 8px;
    opacity: 0;
    padding: 8px 12px;
    position: absolute;
    text-align: left;
    transition: all .15s ease;
    visibility: hidden;
    width: 100%;
    z-index: 10;
    pointer-events: none
}

.sb-mr__cart-recap:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f5f5f5;
    box-shadow: -1px -1px #cacbcd;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}

@media(max-width:737px) {
    .sb-mr__cart-recap {
        display: none
    }
}

.sb-mr__cart-rooms-number {
    font-weight: 500;
    position: relative;
    cursor: pointer;
    color: #004274
}

.sb-mr__cart-rooms-number:hover {
    color: #265e89
}

.sb-mr__cart-rooms-number:hover .sb-mr__cart-recap {
    visibility: visible;
    opacity: 1
}

@media(max-width:737px) {
    .sb-mr__cart-rooms-number {
        font-size: .875rem;
        -ms-flex-order: -2;
        order: -2;
        width: 100%;
        text-align: left
    }
}

.sb-mr__cart-recap-room {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2
}

.sb-mr__cart-recap-room b {
    font-weight: 700;
    color: #3a3b3c
}

.sb-mr__cart-recap-room span {
    -ms-flex: 1;
    flex: 1;
    margin-left: 8px
}

.sb-mr__cart-recap-room+.sb-mr__cart-recap-room {
    margin-top: 4px;
    border-top: 1px dotted #cacbcd;
    padding-top: 4px
}

.sb-mr__cart-recap-occupancy {
    margin-top: 4px;
    border-top: 2px solid #cacbcd;
    padding-top: 8px;
    display: block
}

.sb-mr__cart-recap-occupancy b {
    font-weight: 700
}

.sb-mr__cart-recap-occupancy-title {
    font-weight: 700;
    display: block
}

.sb-mr__cart-rooms-select {
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 8px
}

@media(max-width:737px) {
    .sb-mr__cart-rooms-select {
        width: 100%;
        text-align: left
    }
}

.sb-mr__cart-price {
    margin-bottom: 4px
}

@media(max-width:737px) {
    .sb-mr__cart-price {
        margin-left: auto;
        margin-bottom: 8px;
        text-align: right
    }
}

.sb-mr__cart-price-value {
    display: block;
    white-space: nowrap;
    margin-top: 8px;
    animation: sb-flip-vertical .5s ease
}

.sb-mr__cart-price-value .sb-dec-part,
.sb-mr__cart-price-value .sb-int-part {
    font-size: 1rem
}

.sb-mr__cart-price-value .sb-dec-part.long-currency,
.sb-mr__cart-price-value .sb-int-part.long-currency {
    font-size: .9375rem
}

@media(max-width:737px) {
    .sb-mr__cart-price-value {
        margin-top: 0
    }
}

.sb-mr__cart-price-taxes {
    font-size: .75rem;
    display: block;
    line-height: 1;
    font-weight: 500
}

.sb-mr__cart-nights {
    font-size: .75rem;
    margin-top: 4px;
    margin-bottom: 8px;
    line-height: 1.2
}

@media(max-width:737px) {
    .sb-mr__cart-nights {
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0
    }
}

.sb-mr__plan--header {
    box-shadow: inset 0 16px 16px -16px rgba(68, 68, 68, .5);
    background: #f5f5f5
}

.sb-mr__plan--header .sb-mr__plan-guests,
.sb-mr__plan--header .sb-mr__plan-name,
.sb-mr__plan--header .sb-mr__plan-price,
.sb-mr__plan--header .sb-mr__plan-select,
.sb-mr__plan--header .sb-mr__plan-treatment {
    line-height: 1.1;
    font-weight: 500;
    padding: 16px 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1279px) {
    .sb-mr__plan--header {
        display: none
    }
}

.sb-mr__plan--header .sb-mr__plan-price {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.sb-alternative-dates {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #cacbcd
}

.sb-alternative-dates__message {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px;
    font-size: .875rem;
    font-weight: 700;
    color: #dc3522;
    background: rgba(220, 53, 34, .2);
    border: 1px solid #dc3522;
    border-radius: 4px
}

.sb-alternative-dates__title {
    width: 100%;
    font-weight: 700;
    margin-bottom: 8px
}

.sb-alternative-dates-item {
    color: #fff;
    padding: 4px 0 0;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    transition: all .2s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    background: #004274;
    border: 1px solid #004274
}

.sb-alternative-dates-item+.sb-alternative-dates-item {
    margin-left: 8px
}

@media(max-width:737px) {
    .sb-alternative-dates-item {
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }

    .sb-alternative-dates-item+.sb-alternative-dates-item {
        margin-left: 0;
        margin-top: 4px
    }
}

.sb-alternative-dates-item--available:hover {
    background: rgba(0, 66, 116, .8)
}

.sb-alternative-dates-item--available:hover .sb-alternative-dates-item__icon-arrow {
    margin-right: 8px
}

.sb-alternative-dates-item__icon-arrow {
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: 16px;
    line-height: 1;
    transition: margin-right .2s ease
}

.sb-alternative-dates-item.sb-alternative-dates-item--not-available {
    background: #8a8b8c;
    border: 1px solid #8a8b8c;
    opacity: .75;
    cursor: not-allowed
}

.sb-alternative-dates-item.sb-alternative-dates-item--not-available .sb-alternative-dates-item__date,
.sb-alternative-dates-item.sb-alternative-dates-item--not-available .sb-alternative-dates-item__nights,
.sb-alternative-dates-item.sb-alternative-dates-item--not-available .sb-alternative-dates-item__price {
    opacity: .85
}

.sb-alternative-dates-item__date {
    font-size: .875rem;
    font-weight: 700;
    padding: 0 8px
}

.sb-alternative-dates-item__nights {
    font-size: .6875rem;
    padding: 0 8px;
    line-height: 1.2
}

.sb-alternative-dates-item__price {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    padding: 4px 8px;
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%
}

.sb-alternative-dates-item__price-loading {
    width: 100%;
    text-align: center;
    line-height: 1
}

.sb-alternative-dates-item__availability {
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    opacity: 0;
    animation: sb-rm-fade .5s 0s ease forwards
}

.sb-alternative-dates-item--available .sb-alternative-dates-item__availability {
    background: #fff;
    color: #61b361;
    border-radius: 3px;
    padding: 0 4px
}

.sb-alternative-dates-item__price-value {
    font-size: .75rem;
    margin-left: auto;
    white-space: nowrap;
    opacity: 0;
    animation: sb-rm-fade .5s .5s ease forwards
}

.sb-alternative-dates-item__price-value .sb-dec-part,
.sb-alternative-dates-item__price-value .sb-int-part {
    font-size: .75rem
}

.sb-alternative-dates-item__price-value .sb-int-part.long-currency {
    font-size: .625rem
}

.sb-alternative-dates-item__price-value .sb-dec-part {
    display: none
}

.sb-mr__confirm-selection {
    box-sizing: border-box
}

.sb-mr__confirm-selection .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none
}

.sb-mr__confirm-selection button {
    width: 100%
}

.sb-mr__confirm-selection button.sb-button--primary {
    margin-bottom: 8px
}

@media(min-width:738px) {
    .sb-mr__confirm-selection .ui-dialog-buttonset {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sb-mr__confirm-selection button {
        width: auto
    }

    .sb-mr__confirm-selection button.sb-button--primary {
        margin-bottom: 0;
        margin-left: 8px;
        -ms-flex-order: 1;
        order: 1
    }
}

.sb-mr__confirm-selection-message {
    font-size: 1rem;
    display: block;
    line-height: 1.2;
    text-align: center
}

.sb-mr__confirm-selection-message b {
    font-weight: 700
}

.sb-mr__confirm-selection-recap {
    margin-top: 16px;
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 3px
}

.sb-mr__confirm-selection-recap-title {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 8px;
    display: block
}

.notification-error,
.notification-info,
.notification-warning {
    background-color: #81c281;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3);
    font-weight: 500;
    margin-bottom: 8px;
    padding: 16px;
    color: rgba(90, 91, 92, .85);
    line-height: 1.3;
    border-left: 4px solid rgba(68, 68, 68, .15)
}

.sb-lang-he .notification-error,
.sb-lang-he .notification-info,
.sb-lang-he .notification-warning {
    font-weight: 600
}

.notification-info {
    background-color: #61b361;
    color: rgba(255, 255, 255, .85);
    padding: 16px
}

.notification-warning {
    background-color: #ffffd2;
    position: relative;
    padding: 16px 16px 16px 60px
}

.notification-warning:before {
    content: "\f071";
    color: rgba(68, 68, 68, .3);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -16px
}

.notification-error {
    background-color: #dc3522;
    color: rgba(255, 255, 255, .85);
    position: relative;
    padding: 16px 16px 16px 60px
}

.notification-error:before {
    content: "\f057";
    color: rgba(68, 68, 68, .3);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -16px
}

.notification-alternative-solutions {
    background: #ffeb3b;
    position: relative;
    padding: 16px 16px 16px 60px;
    animation: shake-horizontal .8s cubic-bezier(.455, .03, .515, .955) both
}

.notification-alternative-solutions:before {
    content: "\f05a";
    color: rgba(68, 68, 68, .3);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -16px
}

.notification-contracted-entity {
    background: #61b361;
    color: rgba(255, 255, 255, .85);
    position: relative;
    padding: 16px 16px 16px 72px
}

.notification-contracted-entity b {
    display: block;
    text-transform: uppercase
}

.notification-contracted-entity:before {
    content: "\f2b5";
    color: rgba(255, 255, 255, .85);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -16px
}

.sb-offer-item-container {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #cacbcd
}

.sb-offer-image-container {
    position: relative;
    width: 100%;
    border: 1px solid #cacbcd;
    overflow: hidden
}

@media(min-width:738px) {
    .sb-offer-image-container {
        width: 30%;
        margin: 8px 0 8px 8px
    }
}

@media(min-width:1500px) {
    .sb-offer-image-container {
        width: 24%
    }
}

.sb-offer-list+.sb-package-list {
    margin-top: 32px
}

.sb-offer {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    position: relative;
    transition: all .2s ease
}

.sb-offer+.sb-offer {
    margin-top: 2px
}

.sb-offer:hover {
    background: #f5f5f5;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.sb-offer:hover .sb-offer-image {
    transform: scale(1.2)
}

.sb-offer-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #cacbcd;
    padding-bottom: 56.25%;
    position: relative;
    transition: all .3s ease;
    transform: scale(1);
    border: 0
}

@media(min-width:738px) {
    .sb-offer-image {
        width: 100%;
        padding-bottom: 75%
    }
}

.sb-offer-text-container {
    width: 100%;
    padding: 16px
}

@media(min-width:738px) {
    .sb-offer-text-container {
        -ms-flex: 1;
        flex: 1
    }
}

.sb-offer-name {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1;
    transition: all .2s ease
}

.sb-offer-link-container {
    padding: 0 16px 16px;
    width: 100%;
    text-align: right;
    margin-left: auto
}

@media(min-width:738px) {
    .sb-offer-link-container {
        width: auto;
        padding: 16px 16px 16px 0
    }
}

.sb-offer-detail-body {
    background: #fff;
    padding: 16px
}

.sb-package-widget-container {
    position: relative
}

.sb-package-widget-content {
    width: 100%;
    padding: 8px
}

.package-widget-red-sign {
    display: block;
    position: absolute;
    right: 16px;
    top: -16px;
    z-index: 2
}

.sb-package {
    position: relative;
    border: 1px solid #cacbcd;
    transition: all .3s ease
}

.sb-package+.sb-package {
    margin-top: 2px
}

@media(max-width:737px) {
    .sb-package+.sb-package {
        margin-top: 8px
    }
}

.sb-package-card {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer
}

.sb-package-card:hover .sb-package-card__description:before {
    transform: rotate(8deg);
    height: 51%;
    background: #fff;
    border-right: 4px solid #4d7b9e;
    width: 20px;
    bottom: 0;
    z-index: 10
}

.sb-package-card:hover .sb-package-card__description:after {
    transform: rotate(-8deg);
    height: 51%;
    background: #fff;
    border-right: 4px solid #4d7b9e;
    width: 20px;
    top: 0;
    z-index: 10
}

.sb-package-card:hover .striked-price:before {
    right: -2px
}

.sb-package-card:hover .offer-price-big,
.sb-package-card:hover .sale-price-big {
    transform: scale(1.2)
}

.sb-package-card:hover .sb-package-card__price-container:before {
    background: #f5f5f5;
    right: 0
}

@media(max-width:737px) {
    .sb-package-card:hover .sb-package-card__price-container:before {
        background: #fff
    }
}

.sb-package-card__img-container {
    width: 100%;
    position: relative;
    transition: all .2s ease;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 0
}

@media(max-width:737px) {
    .sb-package-card__img-container {
        padding: 0
    }
}

@media(min-width:738px) {
    .sb-package-card__img-container {
        width: 30%;
        padding: 16px 0 16px 16px
    }
}

@media(min-width:1500px) {
    .sb-package-card__img-container {
        width: 24%
    }
}

.sb-package-card__img {
    border: 1px solid #cacbcd;
    background-size: cover;
    background-position: center center;
    width: 100%
}

.sb-package-card__img:after {
    content: "";
    display: block;
    padding-bottom: 75%
}

@media(max-width:737px) {
    .sb-package-card__img:after {
        padding-bottom: 56.25%
    }
}

@media(max-width:737px) {
    .sb-package-card__img {
        border: 0
    }
}

.sb-package-card__name {
    margin-bottom: 4px;
    line-height: 1.1;
    font-size: 1.25rem;
    font-weight: 500;
    color: #004274;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea
}

@media(min-width:1500px) {
    .sb-package-card__name {
        margin-bottom: 8px
    }
}

.sb-package-card__description {
    width: 100%;
    padding: 16px;
    position: relative;
    transition: width .2s ease
}

@media(min-width:738px) {
    .sb-package-card__description {
        width: 45%
    }

    .open .sb-package-card__description {
        width: 40%
    }

    .sb-package-card__description:before {
        content: "";
        position: absolute;
        bottom: 16px;
        right: 0;
        width: 1px;
        height: 50%;
        border-right: 1px solid #eaeaea;
        transform-origin: bottom right;
        transform: rotate(0);
        transition: all .2s ease;
        z-index: 10
    }

    .sb-package-card__description:after {
        content: "";
        position: absolute;
        top: 16px;
        right: 0;
        width: 1px;
        height: 50%;
        border-right: 1px solid #eaeaea;
        transform-origin: top right;
        transform: rotate(0);
        transition: all .2s ease;
        z-index: 10
    }
}

@media(min-width:1500px) {
    .sb-package-card__description {
        width: 56%
    }

    .open .sb-package-card__description {
        width: 48%
    }
}

@media(min-width:1500px) {
    .sb-package-card__description {
        width: 56%
    }
}

.sb-package-card__info {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 0
}

@media(min-width:1500px) {
    .sb-package-card__info {
        margin-bottom: 8px
    }
}

.sb-package-card__price-container {
    width: 100%;
    padding: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:738px) {
    .sb-package-card__price-container {
        width: 25%;
        padding: 16px
    }
}

@media(min-width:1500px) {
    .sb-package-card__price-container {
        width: 20%
    }
}

.sb-package-card__price-container .sb-button {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto
}

.sb-package-card__price-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #fff;
    transition: right .3s ease;
    transition-delay: .1s;
    z-index: -1
}

@media(max-width:737px) {
    .sb-package-card__price-container {
        display: block;
        text-align: right;
        padding: 0 16px 16px
    }
}

.sb-package-card__price-starting-from {
    display: block
}

.sb-package-name {
    margin-bottom: 4px;
    line-height: 1.1;
    font-size: 1.25rem;
    font-weight: 500;
    color: #004274
}

@media(min-width:1500px) {
    .sb-package-name {
        margin-bottom: 8px
    }
}

.sb-package-abstract {
    display: block;
    font-size: .8125rem;
    color: #5a5b5c;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 4px;
    margin-bottom: 4px
}

.sb-package-abstract+.sb-icons-amenities-container {
    margin-top: -4px
}

@media(min-width:1500px) {
    .sb-package-abstract {
        padding-bottom: 8px;
        margin-bottom: 8px
    }

    .sb-package-abstract+.sb-icons-amenities-container {
        margin-top: -8px
    }
}

.sb-package-item-price-container,
.sb-package-room {
    width: 100%
}

.sb-package-search-form-container .sb__guests.last-child .add-room-cmd {
    display: none
}

.sb-package-search-form-container .sb-selection-description {
    margin-top: 8px
}

.sb-package-search-form-container__header {
    line-height: 1.2;
    margin-bottom: 8px
}

.sb-package-search-form-container__header h3 {
    font-weight: 500
}

.sb-package-search-form-container__header h3 span {
    font-weight: 700
}

.sb-package-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.75rem;
    font-weight: 500
}

.sb-package-detail {
    padding: 16px;
    background: #fff;
    border: 1px solid #cacbcd;
    overflow: hidden;
    position: relative
}

.sb-package-detail__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-package-detail__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.1
}

.sb-package-detail__header .sb-button {
    white-space: nowrap
}

.sb-package-detail__header-title {
    font-size: 1.75rem;
    font-weight: 500;
    margin-left: 8px
}

@media(max-width:737px) {
    .sb-package-detail__header-title {
        font-size: 1.375rem;
        margin-left: 0;
        margin-top: 8px;
        width: 100%
    }
}

.sb-package-detail__content-img-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 16px
}

.sb-package-detail__content-img-wrapper:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 40%
}

@media(max-width:500px) {
    .sb-package-detail__content-img-wrapper:after {
        padding-bottom: 75%
    }
}

@media(min-width:501px) and (max-width:737px) {
    .sb-package-detail__content-img-wrapper:after {
        padding-bottom: 50%
    }
}

.sb-package-detail__content-img-flag {
    position: absolute;
    top: -20px;
    right: 16px
}

@media(max-width:737px) {
    .sb-package-detail__content-img-flag {
        width: 53px;
        right: 8px
    }
}

.sb-package-detail__content-img-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 32px 16px 16px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    background: linear-gradient(180deg, transparent, rgba(68, 68, 68, .7));
    text-shadow: 0 1px 1px rgba(68, 68, 68, .5)
}

@media(max-width:737px) {
    .sb-package-detail__content-img-title {
        color: #3a3b3c;
        font-size: 1rem;
        padding: 8px;
        background: rgba(255, 255, 255, .75);
        text-shadow: 0;
        margin-bottom: 0
    }
}

.sb-package-detail__content-full-wrapper {
    width: 68%;
    padding-right: 16px
}

@media(max-width:737px) {
    .sb-package-detail__content-full-wrapper {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        margin-top: 16px
    }
}

.sb-package-detail__content-full {
    position: relative;
    overflow: hidden
}

.sb-package-detail__content-full--closed:after {
    content: "";
    display: block;
    height: 64px;
    background: linear-gradient(180deg, transparent, #fff 80%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.sb-package-detail__sidebar {
    width: 32%;
    background: #f5f5f5;
    padding: 12px;
    font-size: .75rem
}

@media(max-width:737px) {
    .sb-package-detail__sidebar {
        width: 100%;
        -ms-flex-order: 0;
        order: 0
    }
}

.sb-package-detail__sidebar-price {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #cacbcd
}

.sb-package-detail__sidebar-price-nights .sb-room-card__price-nights {
    margin: 8px 0
}

.sb-package-detail__sidebar-price-taxes {
    display: block;
    color: #aaabad;
    margin-top: 4px
}

.sb-package-detail__sidebar-price-message {
    display: block;
    margin-top: 8px;
    font-size: .8125rem;
    line-height: 1.2;
    background: #fff;
    padding: 8px;
    font-weight: 500;
    color: #004274;
    border: 1px solid #004274
}

.sb-package-detail__sidebar-price .sb-button {
    margin-top: 8px
}

.sb-package-detail__sidebar-availability,
.sb-package-detail__sidebar-checkin,
.sb-package-detail__sidebar-checkin-days,
.sb-package-detail__sidebar-nights {
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px
}

.sb-package-detail__sidebar-availability:before,
.sb-package-detail__sidebar-checkin-days:before,
.sb-package-detail__sidebar-checkin:before,
.sb-package-detail__sidebar-nights:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 8px
}

.sb-package-detail__sidebar-checkin {
    margin-top: 16px;
    font-weight: 500;
    color: #004274
}

.sb-package-detail__footer {
    background: #fff;
    padding: 8px 16px;
    margin-top: 2px;
    border: 1px solid #cacbcd
}

.sb-rate-plan--package .sb-price-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sb-rate-plan--package .sb-price-column .striked-price {
    display: none
}

.sb-package-quote-additional-night {
    font-size: .625rem
}

.sb-package-rooms-list {
    padding: 16px;
    background: #fff;
    border: 1px solid #cacbcd;
    border-top: 0
}

.sb-package-rooms-list__no-results {
    padding: 16px;
    background: #f5f5f5;
    border: 1px solid #cacbcd;
    border-top: 0;
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center;
    color: #5a5b5c
}

.slides {
    display: block;
    background: #fff;
    border: 1px solid #cacbcd;
    margin-bottom: 16px
}

@media(max-width:737px) {
    .slides {
        display: none
    }
}

.sb-package-widget {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px;
    width: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.sb-package-widget__header {
    padding: 16px 128px 32px 16px;
    background: linear-gradient(0deg, transparent, rgba(68, 68, 68, .7));
    color: #fff;
    text-shadow: 0 1px 1px rgba(68, 68, 68, .5)
}

.sb-package-widget__header-name {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1
}

.sb-package-widget__header-abstract {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .5)
}

.sb-package-widget__header-flag {
    position: absolute;
    top: -20px;
    right: 20px
}

.sb-package-widget__footer {
    margin-top: auto;
    padding: 16px;
    background: linear-gradient(180deg, transparent, rgba(68, 68, 68, .7));
    color: #fff;
    text-shadow: 0 1px 1px rgba(68, 68, 68, .5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.sb-package-widget__footer .sb-taxes-included-excluded-txt {
    color: #f5f5f5
}

.sb-package-widget__footer-nights {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    margin-left: 4px
}

.sb-package-widget__footer-room {
    font-weight: 500;
    line-height: 1.1
}

.sb-package-widget__footer-button {
    margin-left: auto
}

.slider-pagination {
    margin: 0;
    padding: 8px;
    float: none;
    text-align: center
}

.slider-pagination li {
    display: inline-block;
    float: none
}

.slider-pagination li a {
    float: none
}

.sb-packages__nav {
    display: none
}

.carousel-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.carousel {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
    position: relative
}

.carousel .carousel__activator {
    display: none
}

.carousel .carousel__controls {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -8px;
    left: -8px;
    bottom: 0
}

.carousel .carousel__controls:first-of-type {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.carousel .carousel__controls:last-of-type {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.carousel .carousel__controls .carousel__control {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #797a7b;
    border-radius: 100%;
    box-shadow: 0 2px 10px 0 rgba(33, 34, 36, .3);
    font-size: 24px;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .3s all;
    height: 36px;
    width: 36px;
    opacity: 1;
    z-index: 1;
    transition: color .3s, transform .3s
}

.carousel .carousel__controls .carousel__control:hover {
    transform: scale(1.05);
    color: #333
}

.carousel .carousel__controls .carousel__control .carousel__control-wrapper-svg {
    width: 24px;
    height: 24px
}

.carousel .carousel__controls .carousel__control .carousel__control-wrapper-svg svg {
    display: block;
    height: 100%;
    width: 100%
}

.carousel .carousel__controls--first .carousel__control--backward,
.carousel .carousel__controls--last .carousel__control--forward {
    display: none
}

.carousel .carousel__activator:nth-of-type(20):checked~.carousel__controls:nth-of-type(20) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(20):checked~.carousel__screen .carousel__track {
    transform: translateX(-1900%)
}

.carousel .carousel__activator:nth-of-type(19):checked~.carousel__controls:nth-of-type(19) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(19):checked~.carousel__screen .carousel__track {
    transform: translateX(-1800%)
}

.carousel .carousel__activator:nth-of-type(18):checked~.carousel__controls:nth-of-type(18) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(18):checked~.carousel__screen .carousel__track {
    transform: translateX(-1700%)
}

.carousel .carousel__activator:nth-of-type(17):checked~.carousel__controls:nth-of-type(17) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(17):checked~.carousel__screen .carousel__track {
    transform: translateX(-1600%)
}

.carousel .carousel__activator:nth-of-type(16):checked~.carousel__controls:nth-of-type(16) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(16):checked~.carousel__screen .carousel__track {
    transform: translateX(-1500%)
}

.carousel .carousel__activator:nth-of-type(15):checked~.carousel__controls:nth-of-type(15) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(15):checked~.carousel__screen .carousel__track {
    transform: translateX(-1400%)
}

.carousel .carousel__activator:nth-of-type(14):checked~.carousel__controls:nth-of-type(14) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(14):checked~.carousel__screen .carousel__track {
    transform: translateX(-1300%)
}

.carousel .carousel__activator:nth-of-type(13):checked~.carousel__controls:nth-of-type(13) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(13):checked~.carousel__screen .carousel__track {
    transform: translateX(-1200%)
}

.carousel .carousel__activator:nth-of-type(12):checked~.carousel__controls:nth-of-type(12) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(12):checked~.carousel__screen .carousel__track {
    transform: translateX(-1100%)
}

.carousel .carousel__activator:nth-of-type(11):checked~.carousel__controls:nth-of-type(11) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(11):checked~.carousel__screen .carousel__track {
    transform: translateX(-1000%)
}

.carousel .carousel__activator:nth-of-type(10):checked~.carousel__controls:nth-of-type(10) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(10):checked~.carousel__screen .carousel__track {
    transform: translateX(-900%)
}

.carousel .carousel__activator:nth-of-type(9):checked~.carousel__controls:nth-of-type(9) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(9):checked~.carousel__screen .carousel__track {
    transform: translateX(-800%)
}

.carousel .carousel__activator:nth-of-type(8):checked~.carousel__controls:nth-of-type(8) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(8):checked~.carousel__screen .carousel__track {
    transform: translateX(-700%)
}

.carousel .carousel__activator:nth-of-type(7):checked~.carousel__controls:nth-of-type(7) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(7):checked~.carousel__screen .carousel__track {
    transform: translateX(-600%)
}

.carousel .carousel__activator:nth-of-type(6):checked~.carousel__controls:nth-of-type(6) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(6):checked~.carousel__screen .carousel__track {
    transform: translateX(-500%)
}

.carousel .carousel__activator:nth-of-type(5):checked~.carousel__controls:nth-of-type(5) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(5):checked~.carousel__screen .carousel__track {
    transform: translateX(-400%)
}

.carousel .carousel__activator:nth-of-type(4):checked~.carousel__controls:nth-of-type(4) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(4):checked~.carousel__screen .carousel__track {
    transform: translateX(-300%)
}

.carousel .carousel__activator:nth-of-type(3):checked~.carousel__controls:nth-of-type(3) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(3):checked~.carousel__screen .carousel__track {
    transform: translateX(-200%)
}

.carousel .carousel__activator:nth-of-type(2):checked~.carousel__controls:nth-of-type(2) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(2):checked~.carousel__screen .carousel__track {
    transform: translateX(-100%)
}

.carousel .carousel__activator:nth-of-type(1):checked~.carousel__controls:nth-of-type(1) {
    display: -ms-flexbox;
    display: flex
}

.carousel .carousel__activator:nth-of-type(1):checked~.carousel__screen .carousel__track {
    transform: translateX(0)
}

.carousel .carousel__screen {
    overflow: hidden;
    margin-left: -16px;
    margin-right: -16px
}

.carousel .carousel__screen .carousel__track {
    font-size: 0;
    transition: all .3s ease 0s;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 2px
}

.carousel .carousel__screen .carousel__track .carousel__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
    white-space: normal
}

.carousel--unslideble .carousel {
    padding-left: 0;
    padding-right: 0
}

.carousel--unslideble .carousel__screen {
    margin-left: 0;
    margin-right: 0
}

.carousel--unslideble .carousel .carousel__screen .carousel__track .carousel__item:first-child {
    padding-left: 0
}

.carousel--unslideble .carousel .carousel__screen .carousel__track .carousel__item:last-child {
    padding-right: 0
}

.carousel--unslideble.n-cards-1 .card {
    width: 100%
}

@media(min-width:738px) {
    .carousel__item--desktop-in-1 {
        width: 100%
    }

    .carousel__item--desktop-in-2 {
        width: 50%
    }

    .carousel__item--desktop-in-3 {
        width: 33.3333333333%
    }

    .carousel__item--desktop-in-4 {
        width: 25%
    }

    .carousel__item--desktop-in-5 {
        width: 20%
    }
}

@media(max-width:737px) {
    .carousel-container .carousel {
        padding-left: 0;
        padding-right: 0
    }

    .carousel-container .carousel .carousel__activator:nth-of-type(n):checked~.carousel__controls:nth-of-type(n) {
        display: none
    }

    .carousel-container .carousel .carousel__activator:nth-of-type(n):checked~.carousel__screen .carousel__track {
        transform: none
    }

    .carousel-container .carousel .carousel__screen {
        margin-left: 0;
        margin-right: 0
    }

    .carousel-container .carousel .carousel__screen .carousel__track {
        padding-left: 0;
        padding-right: 0
    }

    .carousel-container .carousel .carousel__screen .carousel__track .carousel__item--mobile-in-1 {
        width: 90%
    }

    .carousel-container .carousel .carousel__screen .carousel__track .carousel__item--mobile-in-2 {
        width: 45%
    }

    .carousel-container .carousel .carousel__screen .carousel__track .carousel__item--mobile-in-3 {
        width: 30%
    }

    :not(.n-cards-1) .carousel__track {
        width: auto;
        padding-left: 48px;
        padding-right: 48px;
        overflow-x: auto
    }

    .n-cards-1 .carousel .carousel__screen .carousel__track .carousel__item--mobile-in-1 {
        width: 100%
    }
}

#parallax {
    width: 100%;
    height: 125%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
    will-change: transform;
    z-index: -1
}

@media(max-width:737px) {
    html:not(.has-hero) #parallax {
        background-image: none !important
    }
}

.sb-payment-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff
}

.sb-payment-wrapper--info {
    border-top: 1px solid #cacbcd;
    border-left: 1px solid #cacbcd;
    border-right: 1px solid #cacbcd
}

.sb-payment-wrapper--payment {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #cacbcd;
    border-right: 1px solid #cacbcd;
    border-bottom: 1px solid #cacbcd
}

.sb-payment-form {
    width: 60%;
    padding: 24px
}

.sb-payment-form .sb-voucher-covers-entire-reservation-container {
    text-align: center
}

.sb-payment-form .sb-voucher-covers-entire-reservation-container .voucher-icon-container {
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    background: #6fcf97;
    opacity: .25
}

.sb-payment-form .sb-voucher-covers-entire-reservation-container .voucher-icon-container i {
    font-size: 1.5rem
}

.sb-payment-form .sb-voucher-covers-entire-reservation-container .sb-voucher-covers-entire-reservation-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.sb-payment-form .sb-voucher-covers-entire-reservation-container .sb-voucher-covers-entire-reservation-subtitle {
    font-size: 16px;
    line-height: 24px
}

@media(max-width:737px) {
    .sb-payment-form {
        width: 100%
    }
}

@media(max-width:990px) {
    .sb-payment-form {
        padding: 16px
    }
}

@media(min-width:1500px) {
    .sb-payment-form {
        width: 65%
    }
}

.sb-form__row {
    display: -ms-flexbox;
    display: flex
}

.sb-form__row .sb-input-wrapper {
    -ms-flex: 1;
    flex: 1;
    margin-top: 0
}

.sb-form__row .sb-input-wrapper+.sb-input-wrapper {
    margin-left: 8px
}

.sb-form__row+.sb-checkbox-wrapper,
.sb-form__row+.sb-form__row,
.sb-form__row+.sb-input-wrapper,
.sb-form__row+.sb-select-wrapper,
.sb-form__row+.sb-textarea-wrapper {
    margin-top: 24px
}

@media(max-width:990px) {

    .sb-form__row+.sb-checkbox-wrapper,
    .sb-form__row+.sb-form__row,
    .sb-form__row+.sb-input-wrapper,
    .sb-form__row+.sb-select-wrapper,
    .sb-form__row+.sb-textarea-wrapper {
        margin-top: 16px
    }
}

.sb-payment-form__wrapper {
    margin: 16px 0 24px
}

.sb-payment__radio-item {
    background: #f5f5f5;
    border: 2px solid #eaeaea;
    border-radius: 4px;
    transition: all .2s ease;
    overflow: hidden
}

.sb-payment__radio-item+.sb-payment__radio-item {
    margin-top: 8px
}

.sb-payment__radio-item:hover {
    background: #fff
}

.sb-payment__radio-item:hover .sb-payment__radio-item-icon {
    box-shadow: inset 0 0 0 5px #61b361
}

.sb-payment__radio-item.active {
    background: #fff
}

.sb-payment__radio-item.active .sb-payment__radio-item-header {
    cursor: default
}

.sb-payment__radio-item.active .sb-payment__radio-item-icon {
    box-shadow: inset 0 0 0 5px #61b361
}

.sb-payment__radio-item.active .sb-payment-form__detail {
    padding-bottom: 24px
}

@media(max-width:990px) {
    .sb-payment__radio-item.active .sb-payment-form__detail {
        padding-bottom: 16px
    }
}

.sb-payment__radio-item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 24px;
    cursor: pointer
}

@media(max-width:990px) {
    .sb-payment__radio-item-header {
        padding: 16px
    }
}

.sb-payment__radio-item-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #cacbcd;
    background: #fff;
    transition: box-shadow .2s ease
}

.sb-payment__radio-item-name {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 16px;
    line-height: 1.2
}

.sb-payment__radio-item-name-spec {
    display: block;
    font-size: .75rem
}

.sb-payment__radio-item-img-container {
    margin-left: auto;
    text-align: center
}

.sb-payment__radio-item-img-container label {
    font-size: .625rem;
    font-weight: 700
}

.sb-payment__radio-item-img {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    background-repeat: no-repeat
}

.sb-payment__radio-item-img.sb-tabpane-104 {
    background-image: url(/fo/images/paymentMethod-104-logo.png);
    width: 22px
}

.sb-payment__radio-item-img.sb-tabpane-1 {
    background-image: url(/fo/images/paymentMethod-1-logo.png);
    width: 39px
}

.sb-payment__radio-item-img.sb-tabpane-3 {
    background-image: url(/fo/images/paymentMethod-3-logo.png);
    width: 20px
}

.sb-payment__radio-item-img.sb-tabpane-4 {
    background-image: url(/fo/images/paymentMethod-4-logo.png);
    width: 22px
}

.sb-payment__radio-item-img.sb-tabpane-5 {
    background-image: url(/fo/images/paymentMethod-5-logo.png);
    width: 20px
}

.sb-payment__radio-item-img.sb-tabpane-6 {
    background-image: url(/fo/images/paymentMethod-6-logo.png);
    width: 80px
}

.sb-payment__radio-item-img.sb-tabpane-7 {
    background-image: url(/fo/images/paymentMethod-7-logo.png);
    width: 92px
}

.sb-payment__radio-item-img.sb-tabpane-8 {
    background-image: url(/fo/images/paymentMethod-8-logo.png);
    background-size: cover;
    background-position: center;
    width: 67px
}

.sb-payment__radio-item-img.sb-tabpane-9 {
    background-image: url(/fo/images/paymentMethod-9-logo.png);
    width: 56px
}

.sb-payment__radio-item-img.sb-tabpane-10 {
    background-image: url(/fo/images/paymentMethod-10-logo.png);
    width: 126px
}

.sb-payment__radio-item-img.sb-tabpane-11 {
    background-image: url(/fo/images/paymentMethod-11-logo.png);
    width: 104px
}

.sb-payment__radio-item-img.sb-tabpane-12 {
    background-image: url(/fo/images/paymentMethod-12-logo.png);
    width: 48px;
    height: 28px
}

.sb-payment__radio-item-img.sb-tabpane-13 {
    background-image: url(/fo/images/paymentMethod-13-logo.png);
    width: 41px
}

.sb-payment__radio-item-img.sb-tabpane-14 {
    background-image: url(/fo/images/paymentMethod-14-logo.png);
    width: 61px
}

.sb-payment__radio-item-img.sb-tabpane-15 {
    background-image: url(/fo/images/paymentMethod-15-logo.png);
    width: 80px
}

.sb-payment__radio-item-img.sb-tabpane-16 {
    background-image: url(/fo/images/paymentMethod-16-logo.png);
    width: 80px;
    background-position: center;
    background-size: 100%
}

.sb-payment__radio-item-img.sb-tabpane-17:before {
    content: url(/fo/images/paymentMethod-17-logo.png);
    width: 80px;
    background-size: contain;
    background-position: center;
    background-size: 100%
}

.sb-payment__radio-item-img.sb-tabpane-18 {
    background-image: url(/fo/images/paymentMethod-18-logo.png);
    width: 80px;
    background-position: center;
    background-size: 100%
}

.sb-payment__radio-item-img.sb-tabpane-19 {
    content: url(/fo/images/paymentMethod-19-logo.png);
    width: 80px;
    background-position: center;
    background-size: 100%
}

.sb-payment__radio-item-img.sb-tabpane-20 {
    content: url(/fo/images/paymentMethod-20-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-20-browserpay {
    content: url(/fo/images/img_google_pay.png)
}

.sb-payment__radio-item-img.sb-tabpane-20-applepay {
    content: url(/fo/images/img_apple_pay.png)
}

.sb-payment__radio-item-img.sb-tabpane-21 {
    content: url(/fo/images/paymentMethod-21-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-22 {
    content: url(/fo/images/paymentMethod-22-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-23 {
    content: url(/fo/images/paymentMethod-23-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-24 {
    content: url(/fo/images/paymentMethod-24-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-25 {
    content: url(/fo/images/paymentMethod-25-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-26 {
    content: url(/fo/images/paymentMethod-26-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-27 {
    content: url(/fo/images/paymentMethod-27-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-28 {
    content: url(/fo/images/paymentMethod-28-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-29 {
    content: url(/fo/images/paymentMethod-29-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-30 {
    content: url(/fo/images/paymentMethod-30-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-31 {
    content: url(/fo/images/paymentMethod-31-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-32 {
    content: url(/fo/images/paymentMethod-32-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-33 {
    content: url(/fo/images/paymentMethod-33-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-34 {
    content: url(/fo/images/paymentMethod-34-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-35 {
    content: url(/fo/images/paymentMethod-35-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-36 {
    content: url(/fo/images/paymentMethod-36-logo.png)
}

.sb-payment__radio-item-img.sb-tabpane-37 {
    content: url(/fo/images/paymentMethod-37-logo.png)
}

.sb-payment__radio-item-widget {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    height: 20px
}

.sb-payment__radio-item-img-credit-card {
    width: 32px;
    height: 20px;
    background-image: url(/fo/images/credit_cards_type.png);
    margin-left: 2px
}

.sb-payment__radio-item-img-credit-card--visa {
    background-position: right 0
}

.sb-payment__radio-item-img-credit-card--mc {
    background-position: right -20px
}

.sb-payment__radio-item-img-credit-card--amex {
    background-position: right -40px
}

.sb-payment__radio-item-img-credit-card--diners {
    background-position: right -60px
}

.sb-payment__radio-item-img-credit-card--disc {
    background-position: right -80px
}

.sb-payment__radio-item-img-credit-card--jcb {
    background-position: right -100px
}

.sb-payment-form__detail {
    box-sizing: content-box;
    padding: 0 24px;
    height: 0;
    overflow: hidden
}

@media(max-width:990px) {
    .sb-payment-form__detail {
        padding: 0 16px
    }
}

.sb-payment-form__detail-deposit {
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    color: #777;
    font-size: 1rem;
    margin: 0 -24px 24px;
    padding: 12px 24px
}

.sb-payment-form__detail-deposit span {
    font-weight: 700;
    color: #3a3b3c
}

@media(max-width:990px) {
    .sb-payment-form__detail-deposit {
        margin: 0 -16px 16px;
        padding: 12px 16px
    }
}

.sb-payment-form__detail-deposit-title {
    font-weight: 500;
    margin-bottom: 8px
}

.sb-payment-form__detail-deposit-info {
    font-size: .8125rem;
    color: #777
}

.sb-payment-form__detail-deposit-info+.sb-payment-form__detail-deposit-amount {
    margin-top: 8px
}

.sb-payment-form__detail-deposit-amount .sb-dec-part,
.sb-payment-form__detail-deposit-amount .sb-int-part {
    font-size: 1rem
}

.sb-payment-deposit-amount__not-required {
    font-weight: 500;
    color: #61b361
}

.sb-payment-deposit-amount__not-required:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 8px
}

.sb-payment-form__detail-secure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 16px;
    color: #aaabad;
    font-size: .75rem;
    font-weight: 500
}

.sb-payment-form__detail-secure-text {
    margin-left: 8px
}

.sb-select__options {
    background: #fff;
    box-shadow: 0 1px 3px rgba(68, 68, 68, .25);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

.sb-select__options li {
    padding: 8px 12px;
    font-size: 1rem;
    cursor: pointer
}

.sb-select__options li:hover {
    background: #eaeaea
}

.sb-input-wrapper--credit-card-exp-date {
    display: -ms-flexbox;
    display: flex
}

@media(max-width:737px) {
    .sb-input-wrapper--credit-card-exp-date input:nth-of-type(3) {
        display: none
    }
}

.sb-input-wrapper--credit-card-exp-date input:nth-of-type(1) {
    display: none
}

.sb-input-wrapper--credit-card-exp-date input:nth-of-type(1):after {
    content: "/"
}

.sb-input-wrapper--credit-card-exp-date input:nth-of-type(2) {
    display: none
}

@media(min-width:738px) {
    .sb-input-wrapper--credit-card-exp-date input:nth-of-type(4) {
        display: none
    }
}

@media(min-width:738px) {
    .sb-input-wrapper--credit-card-exp-date input:nth-of-type(5) {
        display: none
    }
}

@media(min-width:738px) {
    .sb-input-wrapper--credit-card-exp-date .input-validation-error~input {
        border-bottom: 1px solid #dc3522;
        box-shadow: 0 1px 0 0 #dc3522
    }
}

.sb-input-wrapper--credit-card-exp-date-divider {
    height: 32px;
    padding: 8px 0 0;
    margin: 0 8px;
    line-height: 32px;
    font-size: 1rem
}

@media(min-width:738px) {
    .sb-input-wrapper--credit-card-exp-date-divider {
        display: none
    }
}

.sb-payment-sidebar {
    width: 40%;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px
}

@media(max-width:737px) {
    .sb-payment-sidebar {
        display: none
    }
}

@media(max-width:990px) {
    .sb-payment-sidebar {
        padding-top: 16px;
        padding-right: 16px
    }
}

@media(min-width:1500px) {
    .sb-payment-sidebar {
        width: 35%
    }
}

.sb-payment-wrapper--info .sb-payment-sidebar--info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sb-payment-wrapper--info .sb-payment-sidebar--info .sb-advantages li {
    animation: none;
    opacity: 1
}

@media(max-width:737px) {
    .sb-payment-wrapper--info .sb-payment-sidebar--info {
        display: none
    }
}

.sb-credit-card-preview {
    display: none
}

.sb-credit-card-preview.active {
    display: block;
    animation: fadeInSimple 1s
}

.sb-credit-card-preview+.sb-bubble-wrapper {
    margin-top: 24px
}

.sb-credit-card {
    border-radius: 8px;
    background: linear-gradient(-45deg, #00355d, #004274 50%, #195582 50%, #99b3c7);
    color: #fff;
    box-shadow: 0 4px 8px rgba(68, 68, 68, .25), inset 0 1px rgba(68, 68, 68, .15), inset 0 2px rgba(255, 255, 255, .75), inset 0 -2px rgba(68, 68, 68, .1);
    transition: all .3s ease;
    position: relative;
    padding-bottom: 66.666%
}

.sb-credit-card .sb-credit-card__expiry-date,
.sb-credit-card .sb-credit-card__name,
.sb-credit-card .sb-credit-card__number span {
    color: #b3c6d5
}

.sb-credit-card.sb-credit-card--amex {
    background: linear-gradient(-45deg, #0076b1, #0093dd 50%, #199ee0 50%, #99d4f1);
    color: #fff
}

.sb-credit-card.sb-credit-card--amex .sb-credit-card__expiry-date,
.sb-credit-card.sb-credit-card--amex .sb-credit-card__name,
.sb-credit-card.sb-credit-card--amex .sb-credit-card__number span {
    color: #99d4f1
}

.sb-credit-card.sb-credit-card--amex .sb-credit-card__logo {
    background-position: right -80px;
    opacity: 1
}

.sb-credit-card.sb-credit-card--mastercard {
    background: linear-gradient(-45deg, #bebebe, #eee 50%, #f0f0f0 50%, #f8f8f8);
    color: #444
}

.sb-credit-card.sb-credit-card--mastercard .sb-credit-card__expiry-date,
.sb-credit-card.sb-credit-card--mastercard .sb-credit-card__name,
.sb-credit-card.sb-credit-card--mastercard .sb-credit-card__number span {
    color: #584648
}

.sb-credit-card.sb-credit-card--mastercard .sb-credit-card__logo {
    background-position: right -40px;
    opacity: 1
}

.sb-credit-card.sb-credit-card--visa {
    background: linear-gradient(-45deg, #004582, #0056a3 50%, #1967ac 50%, #99bbda);
    color: #fff
}

.sb-credit-card.sb-credit-card--visa .sb-credit-card__expiry-date,
.sb-credit-card.sb-credit-card--visa .sb-credit-card__name,
.sb-credit-card.sb-credit-card--visa .sb-credit-card__number span {
    color: #b3cce3
}

.sb-credit-card.sb-credit-card--visa .sb-credit-card__logo {
    background-position: right 0;
    opacity: 1
}

.sb-credit-card.sb-credit-card--dinersclub {
    background: linear-gradient(-45deg, #828282, #a3a3a3 50%, #acacac 50%, #dadada);
    color: #fff
}

.sb-credit-card.sb-credit-card--dinersclub .sb-credit-card__expiry-date,
.sb-credit-card.sb-credit-card--dinersclub .sb-credit-card__name,
.sb-credit-card.sb-credit-card--dinersclub .sb-credit-card__number span {
    color: #e3e3e3
}

.sb-credit-card.sb-credit-card--dinersclub .sb-credit-card__logo {
    background-position: right -120px;
    opacity: 1
}

.sb-credit-card.sb-credit-card--discover {
    background: linear-gradient(-45deg, #849ca4, #a5c3cd 50%, #aec9d2 50%, #dbe7eb);
    color: #fff
}

.sb-credit-card.sb-credit-card--discover .sb-credit-card__expiry-date,
.sb-credit-card.sb-credit-card--discover .sb-credit-card__name,
.sb-credit-card.sb-credit-card--discover .sb-credit-card__number span {
    color: #e4edf0
}

.sb-credit-card.sb-credit-card--discover .sb-credit-card__logo {
    background-position: right -160px;
    opacity: 1
}

.sb-credit-card.sb-credit-card--jcb {
    background: linear-gradient(-45deg, #cca633, #ffcf40 50%, #ffd453 50%, #ffecb3);
    color: #fff
}

.sb-credit-card.sb-credit-card--jcb .sb-credit-card__expiry-date,
.sb-credit-card.sb-credit-card--jcb .sb-credit-card__name,
.sb-credit-card.sb-credit-card--jcb .sb-credit-card__number span {
    color: #fff1c6
}

.sb-credit-card.sb-credit-card--jcb .sb-credit-card__logo {
    background-position: right -200px;
    opacity: 1
}

.sb-credit-card__logo {
    width: 180px;
    height: 40px;
    background-image: url(../../../images/credit_cards_logos.png);
    background-position: right 0;
    opacity: 0;
    transition: opacity .5s ease;
    position: absolute;
    top: 12px;
    right: 16px
}

.sb-credit-card__chip {
    clear: both;
    width: 16%;
    height: 18%;
    background-image: linear-gradient(-45deg, #ffcc35 20%, #ffe8a5 50%, #ffcc35 80%);
    box-shadow: inset 0 0 0 1px rgba(68, 68, 68, .2), inset 0 0 4px 0 rgba(68, 68, 68, .5);
    border-radius: 4px;
    position: absolute;
    left: 16px;
    top: 30%;
    transform-origin: 0 0
}

.sb-credit-card__chip:after,
.sb-credit-card__chip:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background: rgba(68, 68, 68, .4)
}

.sb-credit-card__chip:before {
    top: 33%
}

.sb-credit-card__chip:after {
    bottom: 33%
}

.sb-credit-card__chip-circuit {
    position: absolute;
    top: 15%;
    right: 33%;
    bottom: 15%;
    left: 33%;
    border: 1px solid rgba(68, 68, 68, .3);
    background: linear-gradient(-45deg, #ffcc35, #ffe8a5, #ffcc35);
    z-index: 1;
    border-radius: 12px
}

.sb-credit-card__number {
    font-size: 1.6vw;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .5px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 30%
}

.sb-credit-card__number span {
    margin-right: 0;
    color: #ddd;
    text-shadow: 0 1px 0 rgba(68, 68, 68, .7), 0 -1px 0 rgba(255, 255, 255, .9), 0 0 3px rgba(68, 68, 68, .7)
}

.sb-credit-card__number span:nth-child(12),
.sb-credit-card__number span:nth-child(4),
.sb-credit-card__number span:nth-child(8) {
    margin-right: 8px
}

.sb-credit-card--amex .sb-credit-card__number span:nth-child(10),
.sb-credit-card--amex .sb-credit-card__number span:nth-child(4),
.sb-credit-card--dinersclub .sb-credit-card__number span:nth-child(10),
.sb-credit-card--dinersclub .sb-credit-card__number span:nth-child(4) {
    margin-right: 8px
}

.sb-credit-card--amex .sb-credit-card__number span:nth-child(12),
.sb-credit-card--amex .sb-credit-card__number span:nth-child(8),
.sb-credit-card--dinersclub .sb-credit-card__number span:nth-child(12),
.sb-credit-card--dinersclub .sb-credit-card__number span:nth-child(8) {
    margin-right: 0
}

@media(max-width:990px) {
    .sb-credit-card__number {
        font-size: 2.6vw
    }
}

@media(min-width:1500px) {
    .sb-credit-card__number {
        font-size: 1.5rem
    }
}

.sb-credit-card__expiry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20%
}

.sb-credit-card__expiry-text {
    font-size: .375rem;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    margin-right: 8px;
    line-height: 1.1
}

.sb-credit-card__expiry-date {
    font-size: .875rem;
    text-shadow: 0 1px 0 rgba(68, 68, 68, .7), 0 -1px 0 rgba(255, 255, 255, .9), 0 0 3px rgba(68, 68, 68, .7);
    letter-spacing: .5px
}

.sb-credit-card__name {
    font-size: 1rem;
    text-shadow: 0 1px 0 rgba(68, 68, 68, .7), 0 -1px 0 rgba(255, 255, 255, .9), 0 0 3px rgba(68, 68, 68, .7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: .5px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px
}

.ui-widget-content {
    background: #fff
}

.ui-dialog .ui-dialog-content {
    padding: 0
}

.sb-popup-container {
    max-height: calc(100% - 48px);
    overflow: auto
}

.sb-login-popup-container {
    max-width: 900px
}

@media(min-width:1500px) {
    .sb-login-popup-container {
        max-width: 1100px
    }
}

.ui-helper-clearfix:after {
    content: ""
}

.info-offerta__desc {
    white-space: pre-wrap
}

.ui-widget.ui-widget-content {
    border: 0
}

.ui-dialog .ui-dialog-content {
    padding: 0
}

.sb-popup-container .ui-dialog-titlebar {
    font-size: 1.125rem;
    font-weight: 700;
    background: 0;
    border-radius: 0;
    border: 0;
    background: unset;
    color: #5a5b5c;
    padding: 1.5rem;
    text-align: left;
    cursor: unset
}

#sb-login-popup {
    margin-top: -3rem
}

.sb-popup-container #qnt-popup {
    padding: 0 1.5rem
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 1.5rem;
    border: 0
}

.ui-widget-header .ui-dialog-titlebar-close {
    background-color: rgba(255, 255, 255, .5);
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    right: 1rem;
    top: 1rem;
    margin: 0;
    border: 0
}

.ui-dialog .ui-dialog-titlebar-close span {
    background: 0;
    width: 1.5rem;
    height: 1.5rem
}

.ui-widget-header .ui-icon-closethick:after {
    content: "\e940";
    font-family: mdr-icons;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem
}

ui-icon {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    margin: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0
}

.ui-dialog-buttonset button,
.ui-dialog-buttonset button:focus {
    background: #fff;
    box-shadow: unset;
    border-color: #f0f0f0;
    outline: 0
}

.ui-dialog-title {
    width: 90%;
    display: block
}

.save-search-popup-container i.mdr-icon-x {
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 1.5rem;
    cursor: pointer
}

.sb-rm-container {
    background: #004274;
    color: #fff;
    margin-bottom: 8px;
    border: 1px solid #cacbcd
}

.sb-rm-container .sb-rm-bold {
    font-weight: 700
}

.sb-rm__banner-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px
}

@media(max-width:737px) {
    .sb-rm__banner-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 16px
    }
}

.sb-rm__first-step {
    font-size: 1.5rem;
    line-height: .9;
    text-align: center;
    text-transform: uppercase;
    animation: sb-rm-fade .5s 0s ease forwards;
    opacity: 0
}

.sb-rm__first-step span {
    display: block
}

@media(max-width:737px) {
    .sb-rm__first-step {
        font-size: 1.125rem;
        animation: sb-rm-fade .5s 0s ease forwards;
        width: 100%
    }

    .sb-rm__first-step br {
        display: none
    }

    .sb-rm__first-step span {
        display: inline-block
    }

    .sb-rm__first-step span:first-child:after {
        content: " ";
        display: inline-block;
        white-space: pre
    }
}

@media(min-width:501px) and (max-width:737px) {
    .sb-rm__first-step {
        font-size: 1.125rem
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rm__first-step {
        font-size: 1.125rem
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-rm__first-step {
        font-size: 1.125rem
    }
}

.sb-rm__second-step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: .9;
    animation: sb-rm-fade .5s 1s ease forwards;
    opacity: 0
}

.sb-rm__second-step span {
    display: block
}

@media(max-width:737px) {
    .sb-rm__second-step {
        animation: sb-rm-fade .5s 0s ease forwards;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 2px
    }

    .sb-rm__second-step .sb-rm__second-step-number {
        font-size: 1.125rem
    }

    .sb-rm__second-step .sb-rm__second-step-text {
        font-size: 1.125rem;
        margin-left: 0
    }

    .sb-rm__second-step span {
        display: inline-block
    }

    .sb-rm__second-step .sb-rm__second-step-text span:first-child:after {
        content: " ";
        display: inline-block;
        white-space: pre
    }
}

.sb-rm__second-step-number {
    font-size: 3.5rem;
    font-weight: 700
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rm__second-step-number {
        font-size: 2.625rem
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-rm__second-step-number {
        font-size: 2.625rem
    }
}

.sb-rm__second-step-text {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-left: 4px
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rm__second-step-text {
        font-size: 1.125rem
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-rm__second-step-text {
        font-size: 1.125rem
    }
}

.sb-rm__third-step {
    max-width: 30%;
    overflow: hidden
}

.sb-rm__third-step li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(-100%);
    opacity: 0
}

.sb-rm__third-step li:nth-child(1) {
    animation: sb-rm-entrance .3s 2s ease forwards
}

.sb-rm__third-step li:nth-child(2) {
    animation: sb-rm-entrance .3s 3s ease forwards
}

.sb-rm__third-step li:nth-child(3) {
    animation: sb-rm-entrance .3s 4s ease forwards
}

.sb-rm__third-step li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f00c";
    margin-right: 4px
}

@media(max-width:737px) {
    .sb-rm__third-step {
        width: 100%;
        max-width: 100%;
        margin: 8px 0;
        text-align: center
    }

    .sb-rm__third-step li {
        animation: sb-rm-fade .5s .5s ease forwards !important;
        transform: none;
        display: inline-block;
        overflow: unset;
        white-space: unset;
        margin-left: 4px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rm__third-step {
        font-size: .75rem
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-rm__third-step {
        font-size: .75rem
    }
}

.sb-rm__fourth-step {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .9;
    text-transform: uppercase;
    text-align: center;
    animation: sb-rm-fade .5s 5s ease forwards;
    opacity: 0
}

.sb-rm__fourth-step span {
    font-size: 1.125rem;
    font-weight: 400;
    display: block
}

@media(max-width:737px) {
    .sb-rm__fourth-step {
        font-size: 1.125rem;
        animation: sb-rm-fade .5s 1s ease forwards
    }

    .sb-rm__fourth-step span {
        font-size: 1.125rem;
        display: inline-block
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rm__fourth-step {
        font-size: 1.25rem
    }

    .sb-rm__fourth-step span {
        font-size: 1rem
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-rm__fourth-step {
        font-size: 1.25rem
    }

    .sb-rm__fourth-step span {
        font-size: 1rem
    }
}

.sb-rm__divider-arrows {
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px
}

@media(max-width:737px) {
    .sb-rm__divider-arrows {
        display: none
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rm__divider-arrows {
        transform: scale(.75)
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-rm__divider-arrows {
        transform: scale(.75)
    }
}

.sb-rm__divider-arrow {
    margin: 0 -2px;
    transform: scale(0)
}

.sb-rm__divider-arrow:before {
    border-style: solid;
    border-width: 5px 5px 0 0;
    content: '';
    display: inline-block;
    height: 16px;
    left: -4px;
    position: relative;
    top: 2px;
    transform: rotate(45deg);
    width: 16px
}

.sb-rm__divider-arrow:nth-child(1) {
    opacity: .33
}

.sb-rm__divider-arrow:nth-child(2) {
    opacity: .66
}

.sb-rm__divider-arrow:nth-child(3) {
    opacity: 1
}

.sb-rm__divider-arrows--first .sb-rm__divider-arrow:nth-child(1) {
    animation: sb-rm-bounce .1s .7s ease-in-out forwards
}

.sb-rm__divider-arrows--first .sb-rm__divider-arrow:nth-child(2) {
    animation: sb-rm-bounce .1s .8s ease-in-out forwards
}

.sb-rm__divider-arrows--first .sb-rm__divider-arrow:nth-child(3) {
    animation: sb-rm-bounce .1s .9s ease-in-out forwards
}

.sb-rm__divider-arrows--second .sb-rm__divider-arrow:nth-child(1) {
    animation: sb-rm-bounce .1s 1.7s ease-in-out forwards
}

.sb-rm__divider-arrows--second .sb-rm__divider-arrow:nth-child(2) {
    animation: sb-rm-bounce .1s 1.8s ease-in-out forwards
}

.sb-rm__divider-arrows--second .sb-rm__divider-arrow:nth-child(3) {
    animation: sb-rm-bounce .1s 1.9s ease-in-out forwards
}

@media(max-width:737px) {
    .sb-rm__divider--plus {
        margin: 4px 0
    }
}

.sb-rm__divider-plus {
    height: 5px;
    background: #fff;
    width: 23px;
    margin: 0 4px;
    opacity: 0;
    animation: sb-rm-fade .5s 4.5s ease forwards
}

.sb-rm__divider-plus:after {
    content: "";
    background: #fff;
    display: block;
    width: 5px;
    height: 23px;
    position: relative;
    left: 9px;
    top: -9px
}

@media(max-width:737px) {
    .sb-rm__divider-plus {
        display: inline-block;
        animation: sb-rm-fade .5s 1s ease forwards;
        width: 16px;
        height: 4px;
        margin: 2px 4px 2px 0
    }

    .sb-rm__divider-plus:after {
        width: 4px;
        height: 16px;
        left: 6px;
        top: -6px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rm__divider-plus {
        transform: scale(.75)
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-rm__divider-plus {
        transform: scale(.75)
    }
}

.sb-rm__prices-container {
    padding: 8px;
    border-top: 1px solid rgba(68, 68, 68, .15);
    background: #00355d;
    overflow: hidden;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700
}

.sb-rm__prices {
    opacity: 0;
    animation: sb-rm-fade .5s ease forwards;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:737px) {
    .sb-rm__prices {
        display: block
    }
}

.sb-rm__prices-title {
    text-transform: capitalize;
    font-weight: 700
}

.sb-rm__prices-title br {
    display: none
}

.sb-rm__prices-title span:after {
    content: " ";
    display: inline-block;
    white-space: pre
}

@media(max-width:737px) {
    .sb-rm__prices-title {
        display: none
    }
}

.sb-rm__price {
    padding-left: 6px;
    background: #cf3f2f;
    border-radius: 2px;
    margin-left: 6px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    opacity: 0
}

.sb-rm__price b {
    background: rgba(255, 255, 255, .15);
    padding: 2px 6px;
    margin-left: 6px;
    display: inline-block
}

.sb-rm__price .sb-symbol-part {
    margin-right: 2px
}

.sb-rm__price .sb-dec-part,
.sb-rm__price .sb-int-part,
.sb-rm__price .sb-int-part.long-currency,
.sb-rm__price .sb-symbol-part,
.sb-rm__price .sb-symbol-part.long-currency {
    font-size: inherit
}

.sb-rm__price--this-website {
    background: #61b361;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-left: auto
}

.sb-rm__price--this-website:before {
    content: '';
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(255, 255, 255, .5);
    transform: skewX(-25deg);
    animation: sb-rm-shine 5s 0s ease-in-out infinite
}

.sb-rm__price:nth-child(2) {
    animation: sb-rm-fade .5s .5s ease-in-out forwards
}

.sb-rm__price:nth-child(3) {
    animation: sb-rm-fade .5s 1s ease-in-out forwards
}

.sb-rm__price:nth-child(4) {
    animation: sb-rm-fade .5s 1.5s ease-in-out forwards
}

.sb-rm__price:nth-child(5) {
    animation: sb-rm-fade-zoom 1s 2.5s ease-in-out forwards;
    transform-origin: center
}

@media(max-width:737px) {
    .sb-rm__price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        color: #fff
    }

    .sb-rm__price+.sb-rm__price {
        margin-top: 4px
    }

    .sb-rm__price .sb-rm__price-save {
        margin-right: auto
    }

    .sb-rm__price li {
        opacity: 1;
        animation: none !important
    }

    .sb-rm__price:nth-child(5) {
        animation: sb-rm-fade .5s 2s ease-in-out forwards
    }
}

.sb-rm__price-save {
    font-size: .625rem;
    background: #fff;
    border-radius: 2px;
    color: #777;
    line-height: 1;
    margin-left: 4px;
    padding: 2px 3px 1px
}

.sb-rm__loader,
.sb-rm__loader:after {
    border-radius: 50%;
    width: 16px;
    height: 16px
}

.sb-rm__loading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sb-rm__loading span {
    font-size: .75rem;
    margin-left: 8px;
    text-transform: uppercase;
    opacity: .5;
    font-weight: 700
}

.sb-rm__loader {
    position: relative;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    transform: translateZ(0);
    animation: sb-rm-rotate 1.1s infinite linear;
    display: inline-block
}

.sb-mr,
.sb-rate-plans-container {
    position: relative
}

.sb-mr:after,
.sb-mr:before,
.sb-rate-plans-container:after,
.sb-rate-plans-container:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background: #004274;
    transition: all .75s ease;
    transition-delay: .1s;
    z-index: 1
}

.sb-mr:before,
.sb-rate-plans-container:before {
    left: 0;
    right: 50%
}

.sb-mr:after,
.sb-rate-plans-container:after {
    left: 50%;
    right: 0
}

.sb-rate-plans {
    background: #fff;
    padding: 0 16px;
    border-radius: 0 0 2px 2px
}

.sb-rate-plan {
    margin: 0 -16px;
    padding: 16px;
    transition: background .2s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.sb-rate-plan:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #004274;
    transition: width .2s ease
}

.sb-rate-plan:first-child {
    box-shadow: inset 0 16px 16px -16px rgba(68, 68, 68, .5)
}

.sb-rate-plan:first-child:hover {
    box-shadow: inset 0 16px 16px -16px rgba(68, 68, 68, .5)
}

.sb-rate-plan:hover {
    background: #f5f5f5
}

.sb-rate-plan:hover:before {
    width: 4px;
    transition: width .2s ease
}

.sb-rate-plan+.sb-rate-plan {
    border-top: 1px solid #cacbcd
}

.sb-rate-plan-header {
    width: 100%
}

@media(min-width:738px) {
    .sb-rate-plan-header {
        width: 50%;
        padding-right: 16px;
        border-right: 1px solid #cacbcd
    }
}

.sb-rate-plan.secret .special-rate-tag {
    background: #004274
}

.special-offer-selected-header {
    background-color: rgba(0, 66, 116, .1)
}

.special-rate-tag {
    background: #61b361;
    color: #fff;
    text-align: center;
    margin-right: 4px;
    padding: 1px 3px 0;
    font-size: .5625rem;
    font-weight: 700;
    position: relative;
    float: left
}

.special-rate-tag-limited {
    background: #ff8619
}

.linked-to-loyalty-program .special-rate-tag {
    background-color: #8573d8
}

.sb-price-link.secret {
    color: #004274
}

.sb-price-link.linked-to-loyalty-program,
.sb-price-link.secret {
    padding: 2px
}

.sb-price-link.linked-to-loyalty-program:after,
.sb-price-link.secret:after {
    display: inline-block;
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: inherit;
    margin-left: 8px;
    color: #777
}

.sb-price-link.linked-to-loyalty-program.unlocked:after,
.sb-price-link.secret.unlocked:after {
    content: "\f09c"
}

.sb-rate-plan-descr-container {
    width: 100%
}

.sb-rate-plan-name,
.web-rate-tag {
    font-size: .875rem;
    font-weight: 700;
    color: #004274;
    line-height: 1.1;
    cursor: pointer;
    position: relative;
    padding-right: 16px
}

.sb-rate-plan-name:hover,
.web-rate-tag:hover {
    text-decoration: underline
}

.sb-rate-plan-descr {
    margin-top: 4px;
    font-size: .75rem;
    font-weight: 400;
    max-height: 34px;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.4
}

@media(min-width:1500px) {
    .sb-rate-plan-descr {
        max-height: 36px
    }
}

.sb-rate-plan-descr-read-more {
    color: #004274
}

.sb-rate-condition-link {
    font-size: .75rem;
    position: absolute;
    top: 0;
    right: 0
}

.sb-rate-condition-link i {
    font-size: 1.125rem
}

@media(min-width:738px) {
    .sb-rate-condition-link {
        margin-left: auto
    }

    .sb-rate-condition-link i {
        font-size: .875rem
    }
}

.sb-canc-pol-label {
    font-size: .75rem;
    font-weight: 700;
    margin-top: 2px
}

.canc-free {
    color: #61b361
}

.not-ref {
    color: #3a3b3c;
    font-style: italic
}

.sb-quotes {
    width: 100%
}

@media(min-width:738px) {
    .sb-quotes {
        width: 50%;
        padding-left: 16px
    }
}

.sb-quote {
    zoom: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0
}

.sb-quote:after {
    content: "";
    display: block;
    clear: both
}

.sb-quote .sb-int-part {
    font-size: 1rem
}

.sb-quote .sb-dec-part {
    font-size: .75rem
}

.sb-quote .striked-price {
    margin-bottom: 0;
    font-size: .6875rem;
    color: #8a8b8c
}

.sb-quote .striked-price:after {
    border-bottom: 1px solid #8a8b8c
}

.sb-quote .offer-price-small {
    margin-right: 0;
    display: block;
    white-space: nowrap
}

.sb-quote+.sb-quote {
    border-top: 1px solid #cacbcd
}

@media(min-width:738px) {
    .sb-quote {
        padding: 4px 0
    }
}

@media(min-width:1280px) and (max-width:1500px) {
    .sb-quote {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.sb-quote.not-available .sb-select-room-cmd {
    display: none
}

.sb-price-column {
    margin-right: 8px;
    line-height: 1;
    text-align: right
}

@media(max-width:500px) {
    .sb-price-column {
        text-align: left;
        margin-right: auto;
        margin-left: 0
    }
}

@media(min-width:738px) and (max-width:990px) {
    .sb-rooms-list--quote-long-mealplan .sb-price-column {
        text-align: left;
        margin-right: auto;
        margin-left: 0
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rooms-list--quote-long-mealplan .sb-price-column {
        text-align: left;
        margin-right: auto;
        margin-left: 0
    }
}

@media(min-width:1280px) {
    .sb-price-column {
        margin-right: 8px;
        text-align: right
    }
}

.sb-meal-plan-column {
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2;
    color: #5a5b5c
}

@media(max-width:500px) {
    .sb-meal-plan-column {
        width: 100%;
        -ms-flex: none;
        flex: none;
        margin-bottom: 4px
    }
}

@media(min-width:738px) and (max-width:990px) {
    .sb-rooms-list--quote-long-mealplan .sb-meal-plan-column {
        width: 100%;
        -ms-flex: none;
        flex: none;
        margin-bottom: 4px
    }
}

@media(min-width:991px) and (max-width:1279px) {
    .sb-rooms-list--quote-long-mealplan .sb-meal-plan-column {
        width: 100%;
        -ms-flex: none;
        flex: none;
        margin-bottom: 4px
    }
}

@media(min-width:1280px) {
    .sb-meal-plan-column {
        padding-right: 6px
    }
}

.sb-meal-plan-name {
    position: relative;
    display: block;
    padding-left: 1.5rem;
    font-weight: 500
}

@media(max-width:500px) {
    .sb-meal-plan-name {
        padding-left: 0
    }
}

@media(min-width:501px) {
    .sb-meal-plan-name {
        padding-right: .5rem
    }
}

@media(min-width:738px) and (max-width:990px) {

    .sb-mr__plan-treatment:not .sb-meal-plan-name,
    .sb-rooms-list--quote-long-mealplan .sb-meal-plan-name {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:991px) and (max-width:1279px) {

    .sb-mr__plan-treatment:not .sb-meal-plan-name,
    .sb-rooms-list--quote-long-mealplan .sb-meal-plan-name {
        padding-left: 0;
        padding-right: 0
    }
}

.sb-select-room-cmd,
.sb-unlock-member-offers-cmd,
.sb-unlock-offers-cmd {
    padding: 7px 8px 8px
}

.linked-to-loyalty-program .sb-select-room-cmd,
.linked-to-loyalty-program .sb-unlock-member-offers-cmd,
.linked-to-loyalty-program .sb-unlock-offers-cmd {
    background-color: #8573d8
}

.linked-to-loyalty-program .sb-select-room-cmd:hover,
.linked-to-loyalty-program .sb-unlock-member-offers-cmd:hover,
.linked-to-loyalty-program .sb-unlock-offers-cmd:hover {
    background-color: #6456a2 !important
}

.meal-plan-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:500px) {
    .meal-plan-icon:before {
        position: relative
    }
}

@media(min-width:738px) and (max-width:990px) {

    .sb-mr__plan-treatment:not .meal-plan-icon:before,
    .sb-rooms-list--quote-long-mealplan .meal-plan-icon:before {
        position: relative
    }
}

@media(min-width:991px) and (max-width:1279px) {

    .sb-mr__plan-treatment:not .meal-plan-icon:before,
    .sb-rooms-list--quote-long-mealplan .meal-plan-icon:before {
        position: relative
    }
}

.meal-plan-icon--RO:before {
    content: "\f236"
}

.meal-plan-icon--BB:before {
    content: "\f0f4"
}

.meal-plan-icon--HB:before {
    content: "\f0f5"
}

.meal-plan-icon--FB:before {
    content: "\f0f5"
}

.meal-plan-icon--AI:before {
    content: "\f1b3"
}

.sb-book-button-column {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mealplan-note {
    font-size: 1.2em;
    color: var(--color-primary);
    position: relative;
    padding-right: .5rem;
    display: inline-block
}

.mealplan-note .sb-tooltip-badge {
    position: absolute;
    right: .5em;
    top: .2em;
    font-size: 11px;
    color: #dc3522
}

.sb-room-container {
    position: relative;
    border: 1px solid #cacbcd;
    margin-bottom: 16px;
    transition: all .3s ease
}

@media(min-width:738px) {
    .sb-room-container {
        animation-delay: 2s;
        animation: animateRoomResults 2s 1
    }
}

@media(min-width:738px) {
    .sb-room-container.open {
        animation-delay: 2s;
        animation: animateRoomResultsOpen 2s 1
    }
}

.sb-room-container.closed {
    margin-bottom: 0
}

.sb-room-container.closed .sb-rate-plans-container:before {
    left: 50%
}

.sb-room-container.closed .sb-rate-plans-container:after {
    right: 50%
}

.sb-room-container.closed .sb-room-card {
    transition: all .3s ease;
    transition-delay: .15s
}

.sb-room-container.closed .sb-room-card:after {
    bottom: 4px
}

.sb-room-container.disabled:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .65;
    z-index: 1
}

.sb-room-container .sb-room-card:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    bottom: 0;
    z-index: 3
}

.sb-room-container .sb-room-card:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 1px 1px #004274;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    transition: all .3s ease;
    opacity: 1;
    transform: rotate(45deg);
    z-index: 2
}

.sb-room-card {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer
}

.sb-room-card:hover .sb-room-card__price-value span {
    color: #fff;
    box-shadow: inset 0 -32px 0 0 #004274
}

.sb-room-card:hover .sb-room-card__description:before {
    transform: rotate(8deg);
    height: 51%;
    background: #fff;
    border-right: 4px solid #4d7b9e;
    width: 35px;
    bottom: 0
}

.sb-room-card:hover .sb-room-card__description:after {
    transform: rotate(-8deg);
    height: 51%;
    background: #fff;
    border-right: 4px solid #4d7b9e;
    width: 35px;
    top: 0
}

.sb-room-card:hover .striked-price:before {
    right: -2px
}

.sb-room-card:hover .offer-price-big,
.sb-room-card:hover .sale-price-big {
    transform: scale(1.2)
}

.sb-room-card:hover .sb-room-card__price-container:before {
    background: #f5f5f5;
    right: 0
}

@media(max-width:737px) {
    .sb-room-card:hover .sb-room-card__price-container:before {
        background: #fff
    }
}

@media(max-width:737px) {
    .sb-room-card .sb-button {
        color: #fff;
        background: #004274;
        border-color: #003863
    }

    .sb-room-card .sb-button:hover {
        background: #003863;
        border-color: #00355d;
        color: #fff
    }

    .sb-room-card .sb-button:focus,
    .sb-room-card .sb-button:not(:disabled):not(.disabled):active {
        background: #00355d;
        box-shadow: inset 0 1px 1px 0 #002846;
        border-color: #00355d;
        outline: 0
    }

    .sb-room-card .sb-button:hover {
        color: #fff
    }
}

.sb-room-card__img-container {
    width: 100%;
    position: relative;
    transition: width .2s ease;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 0
}

@media(max-width:737px) {
    .sb-room-card__img-container {
        padding: 0
    }
}

@media(min-width:738px) {
    .sb-room-card__img-container {
        width: 30%;
        padding: 16px 0 16px 16px
    }

    .open .sb-room-card__img-container {
        width: 35%
    }
}

@media(min-width:1500px) {
    .sb-room-card__img-container {
        width: 24%
    }

    .open .sb-room-card__img-container {
        width: 32%
    }
}

.sb-room-card__img--cover {
    position: relative;
    background-size: cover;
    background-position: center center;
    border: 1px solid #cacbcd;
    height: 100%
}

@media(max-width:737px) {
    .sb-room-card__img--cover {
        border: 0
    }
}

.sb-room-card__description {
    width: 100%;
    padding: 16px;
    position: relative;
    transition: width .2s ease
}

@media(min-width:738px) {
    .sb-room-card__description {
        width: 45%
    }

    .open .sb-room-card__description {
        width: 40%
    }

    .sb-room-card__description:before {
        content: "";
        position: absolute;
        bottom: 16px;
        right: 0;
        width: 1px;
        height: 50%;
        border-right: 1px solid #eaeaea;
        transform-origin: bottom right;
        transform: rotate(0);
        transition: all .2s ease;
        z-index: 10
    }

    .sb-room-card__description:after {
        content: "";
        position: absolute;
        top: 16px;
        right: 0;
        width: 1px;
        height: 50%;
        border-right: 1px solid #eaeaea;
        transform-origin: top right;
        transform: rotate(0);
        transition: all .2s ease;
        z-index: 10
    }
}

@media(min-width:1500px) {
    .sb-room-card__description {
        width: 56%
    }

    .open .sb-room-card__description {
        width: 48%
    }
}

.sb-room-card__price-container {
    width: 100%;
    padding: 0
}

@media(min-width:738px) {
    .sb-room-card__price-container {
        width: 25%;
        padding: 16px
    }
}

@media(min-width:1500px) {
    .sb-room-card__price-container {
        width: 20%
    }
}

.swiper-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 39px);
    z-index: 1
}

.sb-room-card__img {
    width: 100%;
    height: 100%;
    transition: all .2s ease;
    position: relative
}

.sb-room-card__img .swiper-slide {
    background-size: cover;
    background-position: center center;
    height: auto
}

.sb-room-card__img .swiper-slide__height {
    width: 100%
}

.sb-room-card__img .swiper-slide__height:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 56.25%
}

@media(min-width:738px) {
    .sb-room-card__img .swiper-slide__height:after {
        padding-bottom: 75%
    }
}

.sb-room-card__img:hover .swiper-img-prev {
    left: 0
}

.sb-room-card__img:hover .swiper-img-next {
    right: 0
}

.sb-room-card__img:hover .swiper-img-zoom {
    opacity: 1
}

.sb-room-card__img-offer {
    background: #61b361;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    left: 10px;
    line-height: 1;
    padding: 2px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
    z-index: 20
}

@media(max-width:737px) {
    .sb-room-card__img-offer {
        left: 0;
        top: 8px
    }
}

.sb-room-card__img-offer-limited {
    background: #ff8619;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    height: 20px;
    left: 24px;
    line-height: 20px;
    padding: 0 8px 0 12px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
    z-index: 90
}

.sb-room-card__img-offer-limited:before {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: -20px;
    top: -4px;
    font-size: 1.75rem;
    background: #ff8619;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

@media(max-width:737px) {
    .sb-room-card__img-offer-limited {
        left: 0;
        top: 8px
    }
}

.sb-room-card__img-offer-linked-to-loyalty-program {
    background-color: #8573d8 !important
}

.sb-room-card__img-offer-limited.sb-room-card__img-offer-secret,
.sb-room-card__img-offer-linked-to-loyalty-program,
.sb-room-card__img-offer-secret {
    background: #004274;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    left: 10px;
    line-height: 20px;
    padding: 0 8px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
    z-index: 20
}

.sb-room-card__img-offer-limited.sb-room-card__img-offer-secret:before,
.sb-room-card__img-offer-linked-to-loyalty-program:before,
.sb-room-card__img-offer-secret:before {
    content: none
}

@media(max-width:737px) {

    .sb-room-card__img-offer-limited.sb-room-card__img-offer-secret,
    .sb-room-card__img-offer-linked-to-loyalty-program,
    .sb-room-card__img-offer-secret {
        left: 0;
        top: 8px
    }
}

.swiper-img-next,
.swiper-img-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 28px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    transition: all .15s ease;
    cursor: pointer;
    z-index: 2
}

.swiper-img-next i,
.swiper-img-prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.125rem;
    color: #fff
}

.swiper-img-next:hover .swiper-img-arrow-wrapper,
.swiper-img-prev:hover .swiper-img-arrow-wrapper {
    background: rgba(58, 59, 60, .8)
}

.swiper-img-next:active .swiper-img-arrow-wrapper,
.swiper-img-prev:active .swiper-img-arrow-wrapper {
    background: rgba(68, 68, 68, .9)
}

.swiper-img-arrow-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 70%;
    transition: all .15s ease
}

.swiper-img-next {
    right: -28px
}

.swiper-img-next .swiper-img-arrow-wrapper {
    background: rgba(58, 59, 60, .4)
}

.swiper-img-prev {
    left: -28px
}

.swiper-img-prev .swiper-img-arrow-wrapper {
    background: rgba(58, 59, 60, .4)
}

.swiper-img-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer
}

.swiper-img-zoom .swiper-img-zoom__icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: #fff
}

.swiper-img-zoom .swiper-img-zoom__icon-wrapper i {
    line-height: 42px
}

.swiper-img-zoom__icon-wrapper {
    background: rgba(58, 59, 60, .4);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center
}

.swiper-slide-counter {
    background: rgba(51, 51, 51, .5);
    padding: 2px 3px;
    font-size: .625rem;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4
}

.swiper-slide-counter svg {
    vertical-align: middle
}

.sb-room-card__name {
    margin-bottom: 4px;
    line-height: 1.1;
    font-size: 1.25rem;
    font-weight: 500;
    color: #004274
}

@media(min-width:1500px) {
    .sb-room-card__name {
        margin-bottom: 8px
    }
}

.sb-room-card__room-info {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 4px;
    margin-bottom: 4px
}

@media(min-width:1500px) {
    .sb-room-card__room-info {
        margin-bottom: 8px
    }
}

.sb-room-card__room-size {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #eaeaea
}

.sb-room-card__room-size i {
    color: #004274
}

.sb-room-card__max-guests i {
    color: #004274
}

.sb-room-card__max-guests .sb-icon-cot {
    width: 1.125rem;
    height: auto;
    background-image: none
}

.sb-room-card__max-guests .sb-icon-cot svg {
    margin: 0;
    width: 100%;
    height: auto;
    fill: #004274
}

.sb-room-card__description-text {
    display: block;
    font-size: .8125rem;
    color: #5a5b5c;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 4px;
    margin-bottom: 4px
}

.sb-room-card__description-text+.sb-icons-amenities-container {
    margin-top: -4px
}

@media(min-width:1500px) {
    .sb-room-card__description-text {
        padding-bottom: 8px;
        margin-bottom: 8px
    }

    .sb-room-card__description-text+.sb-icons-amenities-container {
        margin-top: -8px
    }
}

.sb-room-card__price-container {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.sb-room-card__price-container .sb-button {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto
}

.sb-room-card__price-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #fff;
    transition: right .3s ease;
    transition-delay: .1s;
    z-index: -1
}

@media(max-width:737px) {
    .sb-room-card__price-container {
        display: block;
        text-align: right;
        padding: 0 16px 16px
    }
}

.sb-room-card__notifications {
    line-height: 1.1;
    width: 100%;
    position: relative
}

.sb-room-card__price {
    width: 100%
}

.sb-room-card__footer--contracted .sb-room-card__max-guests,
.sb-room-card__footer--contracted .sb-room-card__room-size {
    display: inline-block
}

.sb-room-card__footer--contracted .sb-room-card__room-size+.sb-room-card__max-guests {
    margin-left: 4px
}

.sb-room-card__price-nights {
    display: inline-block;
    font-size: .6875rem;
    color: #5a5b5c;
    letter-spacing: .25px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 12px;
    line-height: 1.1
}

.sb-theme-default .sb-room-card__price-nights,
.sb-theme-rounded .sb-room-card__price-nights {
    background: 0;
    box-shadow: none;
    padding: 0
}

.sb-theme-default .sb-room-card__price-nights span,
.sb-theme-rounded .sb-room-card__price-nights span {
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 0;
    position: relative
}

.sb-theme-default .sb-room-card__price-nights span:after,
.sb-theme-rounded .sb-room-card__price-nights span:after {
    content: "\f186";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    bottom: 4px;
    right: -12px;
    font-size: .625rem;
    color: #004274
}

.sb-theme-default .sb-room-card__price-nights:before,
.sb-theme-rounded .sb-room-card__price-nights:before {
    content: none
}

.sb-room-card__price-nights:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #ededed transparent
}

@media(max-width:737px) {
    .sb-room-card__price-nights {
        background: 0;
        padding: 0;
        box-shadow: 0;
        margin-top: 0
    }

    .sb-room-card__price-nights:before {
        content: none
    }
}

.sb-room-card__price-starting-from {
    display: block;
    font-size: .75rem;
    margin-bottom: 2px;
    position: relative
}

@media(max-width:737px) {
    .sb-room-card__price-starting-from {
        display: inline-block
    }
}

.sb-int-part {
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1
}

.sb-int-part.long-currency {
    font-size: 1.125rem
}

.striked-price .sb-int-part {
    font-size: .875rem;
    color: #aaabad;
    position: relative
}

.sb-price-link .sb-int-part {
    font-size: 1.125rem
}

.sb-price-link .sb-int-part.long-currency {
    font-size: .875rem
}

.sb-dec-part {
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1
}

.striked-price .sb-dec-part {
    font-size: .75rem;
    color: #aaabad;
    position: relative
}

.sb-price-link .sb-dec-part {
    font-size: .875rem
}

.striked-price {
    position: relative;
    display: inline-block;
    margin-bottom: 2px
}

.striked-price:after,
.striked-price:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -1px
}

.striked-price:before {
    border-bottom: 1px solid #5a5b5c;
    right: 105%;
    z-index: 1;
    transition: right .5s ease
}

.striked-price:after {
    border-bottom: 1px solid #aaabad;
    right: -2px
}

.sb-room-container+.sb-room-container {
    margin-top: 2px
}

@media(max-width:737px) {
    .sb-room-container+.sb-room-container {
        margin-top: 8px
    }
}

.sb-room {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    position: relative;
    transition: all .2s ease
}

.sb-room-open {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.sb-room-head-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-room-left {
    position: relative;
    width: 100%
}

@media(min-width:738px) {
    .sb-room-left {
        width: 30%;
        overflow: hidden;
        padding: 8px 0 8px 8px
    }
}

.sb-tag-offer {
    background: #61b361;
    border-radius: 3px;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 8px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-transform: uppercase;
    top: 8px;
    transition: all .2s ease;
    transform: scale(1);
    transform-origin: top right
}

@media(min-width:738px) {
    .sb-tag-offer {
        top: 16px
    }
}

.sb-room-bg-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .75;
    filter: blur(10px)
}

.sb-room-image {
    padding-bottom: 56.25%;
    position: relative
}

@media(min-width:738px) {
    .sb-room-image {
        width: 100%;
        padding-bottom: 75%
    }
}

.sb-room-content {
    padding: 16px;
    width: 100%
}

@media(min-width:738px) {
    .sb-room-content {
        width: 70%;
        float: right;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sb-room-content-header {
    width: 100%
}

@media(min-width:738px) {
    .sb-room-content-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.sb-room-name {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1;
    transition: all .2s ease
}

.sb-few-room-tag {
    background: #004274;
    color: #fff;
    display: table;
    font-size: .625rem;
    font-weight: 500;
    text-align: center;
    margin-left: 8px;
    margin-top: 8px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .25px
}

.sb-few-room-tag:before {
    position: absolute;
    left: -8px;
    box-shadow: inset 0 0 0 2px #004274;
    background: #fff;
    font-weight: 700;
    color: #5a5b5c
}

.sb-few-room-tag.last-room:before {
    content: "1"
}

.sb-few-room-tag.number2:before {
    content: "2"
}

.sb-few-room-tag.number3:before {
    content: "3"
}

.sb-theme-default .sb-few-room-tag {
    padding: 1px 6px 0;
    margin-left: 21px
}

.sb-theme-default .sb-few-room-tag:before {
    width: 19px;
    height: 19px;
    line-height: 19px;
    top: -2px;
    border-radius: 3px;
    font-size: .8125rem;
    left: -21px
}

.sb-theme-rounded .sb-few-room-tag {
    padding: 1px 6px 0 18px
}

.sb-theme-rounded .sb-few-room-tag:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: -4px;
    border-radius: 20px;
    font-size: .9375rem
}

.sb-room-best-price {
    margin-top: 8px
}

@media(min-width:738px) {
    .sb-room-best-price {
        margin-top: 0;
        margin-left: auto;
        text-align: right
    }
}

.offer-price-big,
.sale-price-big {
    display: block;
    transform: scale(1);
    transform-origin: right;
    transition: transform .15s ease;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width:738px) {

    .offer-price-big,
    .sale-price-big {
        transform-origin: center
    }
}

.offer-price-big {
    color: #61b361
}

@media(min-width:738px) {
    .sb-price-column {
        margin-left: auto;
        margin-right: 16px
    }

    .sb-price-column .striked-price {
        display: inline-block
    }
}

.offer-price-small {
    color: #61b361;
    margin-right: 4px
}

.sb-room-footer {
    zoom: 1;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eaeaea
}

.sb-room-footer:after {
    content: "";
    display: block;
    clear: both
}

@media(min-width:738px) {
    .sb-room-footer {
        width: 100%
    }
}

.sb-open-close-detail {
    float: right
}

.sb-mp-arrow {
    font-size: .875rem;
    margin-right: 4px;
    line-height: 1.4
}

.sb-mp-tooltip-icon {
    color: #004274;
    font-size: .875rem;
    position: relative;
    bottom: -1px
}

.sb-offer-expiring {
    color: #ff8619;
    display: inline-block;
    margin-top: 4px
}

.sb-offer-expiring i {
    font-size: 1.125rem;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.sb-offer-expiring__countdown {
    display: inline-block
}

.toggle-switch,
.toggle-switch label,
.toggle-switch-title {
    display: block
}

@media(min-width:738px) {

    .toggle-switch,
    .toggle-switch label,
    .toggle-switch-title {
        display: none
    }
}

.toggle-switch+label {
    display: block
}

@media(min-width:738px) {
    .toggle-switch+label {
        display: none
    }
}

.sb-fo-calendar {
    margin-bottom: 16px
}

@media(min-width:738px) {
    .sb-fo-calendar {
        margin-top: 0
    }
}

.sb-search-form {
    float: left;
    width: 100%;
    transition: all .3s ease-out
}

.sb-search-form .sb-fo-calendar input[type=text],
.sb-search-form .sb-fo-calendar select,
.sb-search-form .sb-fo-calendar textarea,
.sb-search-form .sb__guests-children-age-select {
    min-height: auto;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    border: 0
}

.sb-search-form .sb__guests-children-ages_rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sb-search-form .sb__guests-children-ages_rows .sb__guests-children-ages_row {
    display: -ms-flexbox;
    display: flex;
    color: #00f
}

.sb-search-form .sb-fo-calendar select::-ms-expand {
    display: none
}

.sb-search-form+.toggle-switch-title.open {
    height: auto
}

@media(min-width:738px) {
    .sb-search-form {
        height: auto
    }
}

@media(min-width:501px) {
    .sb-search-dates {
        float: left
    }
}

.sb-nights-container {
    display: none
}

@media(min-width:501px) {
    .sb-nights-container {
        float: right;
        display: block
    }
}

.sb-range-selector-error-container {
    float: right;
    display: none
}

.sb-range-selector-error .text {
    color: red
}

.sb-range-selector .sb-nights-selection {
    padding: 8px;
    background: inherit;
    color: inherit;
    text-align: right;
    line-height: 1
}

.sb-range-selector .sb-nights-selection .count {
    font-size: .875rem;
    display: inline-block;
    vertical-align: inherit
}

.sb-range-selector .sb-nights-selection .text {
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: inherit;
    line-height: 1
}

.sb-theme-rounded .sb-range-selector .sb-nights-selection {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #004274;
    color: #5a5b5c;
    padding: 0;
    min-width: 0
}

@media(min-width:501px) {
    .sb-range-selector .sb-nights-selection {
        background: none repeat scroll 0 0 #4d7b9e;
        color: #fff;
        position: relative;
        z-index: 0;
        margin-left: 0;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 60px
    }

    .sb-range-selector .sb-nights-selection .count {
        font-size: 1.25rem;
        text-align: center;
        display: block
    }

    .sb-range-selector .sb-nights-selection .text {
        font-size: .5rem;
        display: block;
        line-height: 1.2;
        text-align: center
    }
}

.sb-theme-rounded .sb-range-selector .sb-nights-selection .count.not-valid {
    color: #dc3522;
    background: 0
}

.sb-theme-rounded .sb-range-selector .sb-nights-selection .count.not-valid+.text {
    color: #dc3522;
    font-size: .4375rem
}

.sb-theme-rounded .sb-range-selector .sb-nights-selection .count.not-valid:after {
    content: none
}

@media screen and (min-width:990px) and (max-width:1200px) {
    .sb-range-selector .sb-nights-selection {
        display: none
    }
}

.sb-checkin-day-container,
.sb-checkout-day-container {
    width: 80px
}

.sb-checkin-day-container select,
.sb-checkout-day-container select {
    font-size: .75rem
}

.sb-checkin-month-container,
.sb-checkout-month-container {
    width: 125px
}

.sb-checkin-month-container select,
.sb-checkout-month-container select {
    font-size: .75rem
}

@media(min-width:991px) {

    .sb-package-search-view,
    .sb-search-view {
        width: 32%;
        float: left
    }
}

@media(min-width:1500px) {

    .sb-package-search-view,
    .sb-search-view {
        width: 28%
    }
}

.sb-package-search-form-container,
.sb-search-form-container {
    overflow: hidden;
    display: block;
    margin: 8px
}

@media(min-width:991px) {

    .sb-package-search-form-container,
    .sb-search-form-container {
        margin: 0
    }
}

.sb-package-search-form-container,
.sb-search-form-container {
    text-align: left !important;
    background: rgba(255, 255, 255, .85);
    transition: all .2s ease;
    padding: 16px;
    border: 1px solid #cacbcd;
    position: relative;
    z-index: 0
}

.sb-package-search-form-container:hover,
.sb-search-form-container:hover {
    background: #fff
}

.sb-package-search-form-container:hover .inner,
.sb-search-form-container:hover .inner {
    background: #eaeaea
}

.sb-package-search-form-container:hover .no-availability,
.sb-search-form-container:hover .no-availability {
    background: #f8d7d3
}

.sb-package-search-form-container:hover .no-availability-checkout-allowed:before,
.sb-search-form-container:hover .no-availability-checkout-allowed:before {
    border-color: #eaeaea transparent transparent transparent
}

.sb-theme-default .sb-package-search-form-container:hover .no-availability-checkout-allowed.selected:before,
.sb-theme-default .sb-search-form-container:hover .no-availability-checkout-allowed.selected:before {
    border-color: #004274 transparent transparent transparent
}

.sb-cart-container .toggle-switch-title {
    display: none
}

.sb-date {
    clear: both;
    overflow: auto;
    text-align: left
}

.sb-date .checkin-display,
.sb-date .checkout-display {
    display: inline-block;
    font-size: .875rem
}

.sb-package-search-view .sb-range-selector.sb-vert .sb-date label,
.sb-search-view .sb-range-selector.sb-vert .sb-date label {
    float: left;
    font-size: .625rem;
    font-weight: 500;
    width: 65px;
    line-height: 2.3;
    text-transform: uppercase
}

.sb-coupon-code-container {
    background: #aaabad
}

.sb-rooms-selector .sb-adults-list-container:before,
.sb-rooms-selector .sb-children-list-container:before,
.sb-rooms-selector .sb-kid-age-container:before {
    color: #004274
}

.sb-rooms-selector .sb-adults-list-container:hover,
.sb-rooms-selector .sb-children-list-container:hover,
.sb-rooms-selector .sb-kid-age-container:hover {
    border: 1px solid #004274
}

.sb-rooms-selector .sb-header {
    font-size: .625rem;
    font-weight: 500;
    text-transform: uppercase
}

.sb-room-allocation {
    overflow: auto
}

.sb-room-allocation+.sb-room-allocation {
    margin-top: 8px
}

.sb-rooms-selector .sb-header span:first-child {
    width: 65px
}

.sb-rooms-selector .sb-header span {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 42px
}

.sb-children-age-label {
    margin-left: 8px
}

.sb-guests-container {
    box-shadow: none;
    margin: 0 0 16px;
    padding: 0
}

.sb__guests+.sb__guests {
    margin-top: 8px;
    padding-top: 8px
}

.sb__guests .add-room-cmd {
    display: none
}

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

.sb__guests-room-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 4px
}

.sb__guests-room-header .sb__guests-room-delete {
    margin-left: 4px;
    color: #dc3522;
    cursor: pointer;
    font-size: .875rem;
    padding: 4px 6px;
    margin-bottom: 2px
}

.sb__guests-room-header .sb__guests-room-delete:hover {
    color: #e35d4e
}

.sb__guests-room-header .sb-info-link {
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 500;
    padding: 8px 4px
}

@media(min-width:501px) {
    .sb__guests-room-header .sb__guests-room-delete {
        padding: 0
    }

    .sb__guests-room-header .sb-info-link {
        padding: 4px 0
    }
}

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

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

.sb__guests-room-label {
    font-size: .875rem;
    font-weight: 500;
    line-height: 22px
}

.sb-guests-container .sb__guests-adults,
.sb-guests-container .sb__guests-children {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width:501px) {

    .sb-guests-container .sb__guests-adults,
    .sb-guests-container .sb__guests-children {
        width: 50%
    }
}

.sb-guests-container .sb__guests-children {
    width: 100%
}

.sb-guests-container .sb__guests-adults+.sb__guests-children {
    margin-top: 8px
}

@media(min-width:501px) {
    .sb-guests-container .sb__guests-adults+.sb__guests-children {
        margin-top: 4px
    }
}

.sb__guests-adults-label,
.sb__guests-children-label {
    font-size: .875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sb__guests-counter {
    margin-left: auto;
    white-space: nowrap
}

.sb__guests-counter i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: .75rem;
    border: 1px solid #cacbcd;
    color: #004274;
    cursor: pointer;
    transition: all .15s ease
}

.sb__guests-counter button {
    cursor: pointer
}

.sb__guests-counter button:hover i {
    background: #004274;
    color: #fff;
    border: 1px solid #004274
}

.sb__guests-counter-value {
    font-size: .875rem;
    font-weight: 700;
    margin: 0 6px
}

@media(min-width:501px) {
    .sb__guests-counter i {
        width: 24px;
        height: 24px;
        line-height: 24px
    }
}

.sb__guests-counter-add,
.sb__guests-counter-remove {
    background: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.sb__guests-counter-add:hover,
.sb__guests-counter-remove:hover {
    border: 0
}

.sb__guests-counter .sb__guests-counter-disabled i {
    opacity: .5;
    cursor: default
}

.sb__guests-counter .sb__guests-counter-disabled i:hover {
    background: inherit;
    color: #004274;
    border: 1px solid #cacbcd
}

.sb-guests-container .sb__guests-children-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:501px) {
    .sb-guests-container .sb__guests-children-wrapper {
        width: 50%
    }
}

.sb-guests-container .sb__guests-children-age {
    width: 100%;
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 4px
}

.sb-guests-container .sb__guests-children-age.hide {
    display: none
}

@media(min-width:501px) {
    .sb-guests-container .sb__guests-children-age {
        width: 50%;
        margin-top: 0;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.sb-guests-container .sb__guests-children-age-label {
    font-size: .75rem;
    display: inline-block;
    margin-right: 3px
}

.sb-guests-container .sb-select--children-age {
    width: 48px;
    margin-left: 2px
}

@media(min-width:501px) {
    .sb-guests-container .sb-select--children-age {
        width: 34px
    }

    .sb-guests-container .sb-select--children-age:after {
        line-height: 24px
    }
}

.sb__guests-children-age-select-container--unset {
    box-shadow: 0 0 3px rgba(220, 53, 34, .5)
}

.sb__guests-children-age-select-container--unset select {
    box-shadow: inset 0 0 0 1px #dc3522
}

.sb-select--children-age select {
    height: 36px
}

@media(min-width:501px) {
    .sb-select--children-age select {
        height: 24px
    }
}

.sb-show-promo-code-container {
    margin: 8px 0;
    text-align: center
}

.sb-show-promo-code {
    font-size: .625rem;
    padding: 8px 0;
    font-weight: 500
}

.sb-coupon-code-container {
    padding: 2px;
    background: #004274;
    color: #fff;
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center
}

.sb-coupon-code-container.hide {
    display: none !important
}

.sb-coupon-code-container label {
    font-size: .625rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    padding: 0 8px
}

.sb-coupon-code-container label i {
    margin-left: 4px
}

.sb-theme-rounded .sb-coupon-code-container {
    border-radius: 20px
}

.sb-search-form input[type=text].sb-coupon-code {
    border: 0;
    padding: 0 8px;
    width: 100%;
    font-weight: 700;
    font-size: .75rem;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    min-height: 24px
}

.sb-search-form input[type=text].sb-coupon-code:-ms-input-placeholder {
    color: #aaabad;
    font-weight: 400;
    font-style: italic
}

.sb-search-form input[type=text].sb-coupon-code::placeholder {
    color: #aaabad;
    font-weight: 400;
    font-style: italic
}

.sb-search-form input[type=text].sb-coupon-code:-ms-input-placeholder {
    color: #aaabad !important;
    font-weight: 400 !important;
    font-style: italic !important
}

.sb-search-form input[type=text].sb-coupon-code::-ms-input-placeholder {
    color: #aaabad;
    font-weight: 400;
    font-style: italic
}

.sb-theme-rounded .sb-search-form input[type=text].sb-coupon-code {
    border-radius: 20px
}

.sb-logos-container {
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 18px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.sb-logos-container a img {
    width: 90px;
    margin-right: 16px
}

.sb-logos-container .dv-verisign-logo-box img {
    width: 76px
}

.months-list-container {
    float: left;
    width: 130px;
    overflow: hidden
}

.months-list-container select {
    background: 0;
    width: 150px
}

.rg-header .months-list-container,
.sb-checkin-day-container,
.sb-checkin-month-container,
.sb-checkout-day-container,
.sb-checkout-month-container {
    position: relative;
    background: 0;
    padding-right: 18px
}

.rg-header .months-list-container:after,
.sb-checkin-day-container:after,
.sb-checkin-month-container:after,
.sb-checkout-day-container:after,
.sb-checkout-month-container:after {
    color: #004274;
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    text-decoration: inherit;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    line-height: 22px
}

.sb-checkin-day-container,
.sb-checkin-month-container,
.sb-checkout-day-container,
.sb-checkout-month-container {
    border-radius: 3px;
    transition: all .3s ease;
    float: left;
    overflow: hidden
}

.sb-checkin-day-container select,
.sb-checkin-month-container select,
.sb-checkout-day-container select,
.sb-checkout-month-container select {
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
    box-shadow: none
}

.sb-checkin-day-container:hover,
.sb-checkin-month-container:hover,
.sb-checkout-day-container:hover,
.sb-checkout-month-container:hover {
    box-shadow: inset 0 0 0 2px #004274;
    background: #fff
}

.rg-header .months-list-container {
    transition: all .3s ease;
    box-shadow: inset 0 -1px 0 0 #cacbcd
}

.rg-header .months-list-container:hover {
    box-shadow: inset 0 0 0 2px #004274;
    background: #fff;
    border-radius: 3px
}

.rg-header .months-list-container:after {
    font-size: .75rem;
    right: 8px;
    top: 0;
    bottom: 0;
    line-height: 28px
}

.rg-header .months-list-container select {
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    box-shadow: none
}

.months-list,
.sb-checkout {
    position: relative;
    z-index: 1
}

.rg-body {
    width: 100%
}

.rg-body>tbody>tr:last-child {
    display: none
}

.week-cmd-container {
    float: right
}

.rg-header .cmd-container .next-week-cmd,
.rg-header .cmd-container .prev-week-cmd {
    position: relative;
    background: 0;
    text-indent: 0;
    height: 28px;
    width: auto;
    line-height: 28px;
    padding: 0 8px
}

.rg-header .cmd-container .next-week-cmd:after,
.rg-header .cmd-container .prev-week-cmd:after {
    color: #004274;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    text-decoration: inherit
}

.rg-header .cmd-container .prev-week-cmd:after {
    content: "\f053"
}

.rg-header .cmd-container .next-week-cmd:after {
    content: "\f054"
}

.rg-header .cmd-container a {
    border: 1px solid #cacbcd;
    border-left: 0;
    color: #3a3b3c;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 12px;
    float: left
}

.rg-header .cmd-container .today-cmd {
    line-height: 28px;
    height: 28px;
    font-size: .6875rem
}

.rg-header .cmd-container .next-week-cmd {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.rg-header .cmd-container .next-week-cmd:hover {
    background: #004274
}

.rg-header .cmd-container .next-week-cmd:hover:after {
    color: #fff
}

.sb-theme-rounded .rg-header .cmd-container .next-week-cmd {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.rg-header .cmd-container .prev-week-cmd {
    border-left: 1px solid #cacbcd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.rg-header .cmd-container .prev-week-cmd:hover {
    background: #004274
}

.rg-header .cmd-container .prev-week-cmd:hover:after {
    color: #fff
}

.sb-theme-rounded .rg-header .cmd-container .prev-week-cmd {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.rg-header .cmd-container .today-cmd:hover {
    color: #fff;
    background-color: #004274
}

.sb-inner-selects {
    margin-top: 8px
}

.sb-range-selector {
    color: #8a8b8c;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.rg-container .begin-sel,
.rg-container .end-sel {
    display: none
}

.checkout-selection .select-checkin-title:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #004274;
    content: "";
    position: absolute;
    top: -1px
}

.checkout-selection .select-dates-container .checkout-option .checkout-nights.icon-moon:before {
    content: "\f186";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    float: right;
    margin-right: 10%;
    margin-left: 10%;
    color: #aaabad
}

.checkout-selection .select-dates-container .checkout-option:not(.no-checkout):hover {
    background: #004274;
    color: #fff
}

.checkout-selection .select-dates-footer {
    background: #004274
}

.checkout-selection .select-dates-footer:hover {
    background: #4d7b9e
}

.sb-theme-default .sb-inner-calendar {
    font-size: .875rem;
    line-height: 1
}

.sb-theme-default .sb-inner-calendar .rg-header {
    margin-bottom: 8px
}

.sb-theme-default .sb-inner-calendar .rg-month {
    background: 0;
    border-right: 0;
    border-top: 0;
    color: #fff;
    font-size: .6875rem;
    font-weight: 700;
    padding-right: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.sb-theme-default .sb-inner-calendar .rg-month .rg-month-name {
    display: block;
    background: #004274;
    height: 36px;
    line-height: 36px;
    margin-top: 2px
}

.sb-theme-default .sb-inner-calendar .rg-month .rg-month-name:empty {
    height: 38px;
    margin-top: 0
}

.sb-theme-default .sb-inner-calendar .rg-month-label {
    color: #5a5b5c;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: .625rem;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase
}

.sb-theme-default .sb-inner-calendar .rg-month-label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #004274 transparent transparent transparent
}

.sb-theme-default .sb-inner-calendar .rg-body thead th {
    border-bottom: 0;
    padding: 0;
    line-height: 20px;
    color: #4d7b9e;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.sb-theme-default .sb-inner-calendar .rg-day {
    padding: 1px;
    font-size: .8125rem;
    width: 13%;
    vertical-align: top
}

.sb-theme-rounded .sb-theme-default .sb-inner-calendar .rg-day {
    padding: 1px 0
}

.sb-theme-default .sb-inner-calendar .rg-day .ext-data {
    position: absolute;
    bottom: 2px;
    right: 2px;
    line-height: 1
}

.sb-theme-default .sb-inner-calendar .ext-data .restrictions {
    display: inline-block;
    color: #fff;
    padding: 2px;
    font-size: .5rem;
    width: 12px;
    height: 12px;
    font-weight: 700;
    background-color: rgba(68, 68, 68, .15);
    text-align: center;
    border-radius: 50%
}

.sb-theme-default .sb-inner-calendar .inner {
    background: #eaeaea;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center
}

.sb-theme-default .sb-inner-calendar .inner:before {
    content: "";
    transition: all .3s ease;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sb-theme-default .sb-inner-calendar .inner:after {
    content: "";
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0 #004274;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px
}

.sb-theme-default .sb-inner-calendar .inner:hover:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 2px #004274
}

@media(min-width:738px) {
    .sb-theme-default .sb-inner-calendar .inner {
        background: #fff
    }
}

.sb-theme-default .sb-inner-calendar .rg-day .rg-day-header {
    position: relative;
    z-index: 1
}

.sb-theme-default .sb-inner-calendar .rg-day .today {
    font-weight: 700
}

.sb-theme-default .sb-inner-calendar .intent-selection {
    background: #4d7b9e;
    font-weight: 700
}

.sb-theme-default .sb-inner-calendar .intent-selection .rg-day-header {
    color: #fff
}

.sb-theme-default .sb-inner-calendar .intent-selection.intent-selection--unselectable {
    background: #eaeaea;
    cursor: not-allowed
}

.sb-theme-default .sb-inner-calendar .intent-selection.intent-selection--unselectable .rg-day-header {
    color: #8a8b8c
}

.sb-theme-default .sb-inner-calendar .intent-selection.intent-selection--unselectable.no-availability .rg-day-header {
    color: #dc3522;
    font-weight: 400
}

.sb-theme-default .sb-inner-calendar .intent-selection.no-checkin {
    background: #4d7b9e
}

.sb-theme-default .sb-inner-calendar .selected {
    background-color: #004274;
    font-weight: 700
}

.sb-theme-default .sb-inner-calendar .selected .rg-day-header {
    color: #fff
}

.sb-theme-default .sb-inner-calendar .rg-selected {
    background-color: #004274;
    font-weight: 700
}

.sb-theme-default .sb-inner-calendar .rg-selected .rg-day-header {
    color: #fff
}

.sb-theme-rounded .sb-theme-default .sb-inner-calendar .rg-selected {
    border-radius: 0
}

.sb-theme-default .sb-inner-calendar .rg-selected .rg-month-label {
    color: rgba(255, 255, 255, .75);
    z-index: 1
}

.sb-theme-default .sb-inner-calendar .rg-first-selected {
    position: relative;
    background: #4d7b9e
}

.sb-theme-default .sb-inner-calendar .rg-first-selected:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border-width: 0 0 36px 40px;
    border-color: transparent transparent #004274 transparent;
    border-style: solid;
    opacity: 1
}

.sb-theme-default .sb-inner-calendar .rg-last-selected {
    position: relative;
    background: #4d7b9e
}

.sb-theme-default .sb-inner-calendar .rg-last-selected:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-width: 36px 40px 0 0;
    border-color: #004274 transparent transparent transparent;
    border-style: solid;
    opacity: 1
}

.sb-theme-default .sb-inner-calendar .unselectable.inner {
    background: #cacbcd;
    color: #aaabad
}

.sb-theme-default .sb-inner-calendar .unselectable.inner:hover:after {
    box-shadow: none
}

.sb-theme-default .sb-inner-calendar .unselectable.inner.intent-selection.intent-selection--unselectable {
    background: #cacbcd
}

.sb-theme-default .sb-inner-calendar .unselectable.inner.intent-selection.intent-selection--unselectable .rg-day-header {
    font-weight: 400;
    color: #aaabad
}

.sb-theme-default .sb-inner-calendar .no-checkin {
    background-color: #cacbcd;
    color: #777;
    cursor: not-allowed
}

.sb-theme-default .sb-inner-calendar .no-checkin:hover:after {
    box-shadow: none
}

.sb-theme-default .sb-inner-calendar .rg-selected.no-checkin {
    background-color: #173f5d
}

.sb-theme-default .sb-inner-calendar .rg-selected.no-checkin .rg-day-header {
    color: rgba(255, 255, 255, .5)
}

.sb-theme-default .sb-inner-calendar .no-availability {
    background: #f8d7d3;
    color: #dc3522;
    cursor: not-allowed
}

.sb-theme-default .sb-inner-calendar .no-availability:hover:after {
    box-shadow: none
}

.sb-theme-default .sb-inner-calendar .no-availability.selected {
    background: #b03832
}

.sb-theme-default .sb-inner-calendar .rg-selected.rg-first-selected.no-availability {
    background-color: #b03832
}

.sb-theme-default .sb-inner-calendar .rg-selected.rg-last-selected.no-availability {
    background-color: #b03832
}

.sb-theme-default .sb-inner-calendar .rg-first-selected.no-availability:before {
    border-color: transparent transparent #6e3c4b transparent
}

.sb-theme-default .sb-inner-calendar .rg-last-selected.no-availability:before {
    border-color: #6e3c4b transparent transparent transparent
}

.sb-theme-default .sb-inner-calendar .intent-selection.intent-selection--unselectable.no-availability {
    background: #f8d7d3
}

.sb-theme-default .sb-inner-calendar .no-availability-checkout-allowed {
    position: relative;
    background: #f8d7d3
}

.sb-theme-default .sb-inner-calendar .no-availability-checkout-allowed:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-width: 36px 40px 0 0;
    border-color: #eaeaea transparent transparent transparent;
    border-style: solid;
    opacity: 1
}

.sb-theme-default .sb-inner-calendar .no-availability-checkout-allowed:after,
.sb-theme-default .sb-inner-calendar .no-availability-checkout-allowed:before {
    content: "";
    transition: none
}

@media(min-width:738px) {
    .sb-theme-default .sb-inner-calendar .no-availability-checkout-allowed:before {
        border-color: #fff transparent transparent transparent
    }
}

.sb-theme-default .sb-inner-calendar .no-availability-checkout-allowed.selected {
    background: #b03832
}

.sb-theme-default .sb-inner-calendar .no-availability-checkout-allowed.selected:before {
    border-color: #004274 transparent transparent transparent
}

.sb-theme-default .sb-inner-calendar .intent-selection.no-availability-checkout-allowed:before {
    border-color: #4d7b9e transparent transparent transparent
}

.sb-theme-default .sb-inner-calendar .intent-selection.intent-selection--unselectable.no-availability-checkout-allowed {
    background: #f8d7d3
}

.sb-theme-default .sb-inner-calendar .intent-selection.intent-selection--unselectable.no-availability-checkout-allowed:before {
    border-color: #eaeaea transparent transparent transparent
}

.sb-theme-rounded .sb-inner-calendar {
    font-size: .875rem;
    line-height: 1
}

.sb-theme-rounded .sb-inner-calendar .rg-header {
    margin-bottom: 8px
}

.sb-theme-rounded .sb-inner-calendar .rg-body tr:first-child .rg-month-name {
    border-radius: 30px 30px 0 0
}

.sb-theme-rounded .sb-inner-calendar .rg-body tr:nth-child(6) .rg-month-name {
    border-radius: 0 0 30px 30px
}

.sb-theme-rounded .sb-inner-calendar .rg-month {
    background: 0;
    border-right: 0;
    border-top: 0;
    color: #fff;
    font-size: .6875rem;
    font-weight: 700;
    padding-right: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.sb-theme-rounded .sb-inner-calendar .rg-month .rg-month-name {
    display: block;
    background: #004274;
    height: 38px;
    line-height: 38px;
    margin-top: 2px
}

.sb-theme-rounded .sb-inner-calendar .rg-month .rg-month-name:empty {
    height: 40px;
    margin-top: 0
}

.sb-theme-rounded .sb-inner-calendar .rg-month-label {
    color: #5a5b5c;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: .625rem;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

.sb-theme-rounded .sb-inner-calendar .rg-month-label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #004274 transparent transparent transparent
}

.sb-theme-rounded .sb-inner-calendar .intent-selection .rg-month-label,
.sb-theme-rounded .sb-inner-calendar .rg-selected .rg-month-label {
    background: #5a5b5c;
    color: rgba(255, 255, 255, .75);
    line-height: 10px;
    border-radius: 2px
}

.sb-theme-rounded .sb-inner-calendar .intent-selection .rg-month-label:before,
.sb-theme-rounded .sb-inner-calendar .rg-selected .rg-month-label:before {
    content: none
}

.sb-theme-rounded .sb-inner-calendar .rg-body thead th {
    border-bottom: 0;
    padding: 0;
    line-height: 20px;
    color: #4d7b9e;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.sb-theme-rounded .sb-inner-calendar .rg-day {
    padding: 2px 0;
    font-size: .8125rem;
    width: 13%;
    vertical-align: top
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover {
    cursor: pointer
}

.sb-theme-rounded .sb-inner-calendar .rg-day .rg-day-header {
    width: 100%
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .intent-selection.intent-selection--first .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .intent-selection.intent-selection--last .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-day-header {
    border-radius: 30px;
    width: 36px;
    line-height: 36px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: #004274;
    color: #fff;
    font-weight: 700
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .intent-selection.intent-selection--unselectable.intent-selection--first .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .intent-selection.intent-selection--unselectable.intent-selection--last .rg-day-header {
    background: #cacbcd;
    color: #8a8b8c
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .intent-selection .rg-day-header {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    width: 100%;
    line-height: 36px;
    border-radius: 0
}

.sb-theme-rounded .sb-inner-calendar .rg-day .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eaeaea
}

.sb-theme-rounded .sb-inner-calendar .rg-day .ext-data {
    position: absolute;
    bottom: 2px;
    right: 2px;
    line-height: 1
}

.sb-theme-rounded .sb-inner-calendar .ext-data .restrictions {
    display: inline-block;
    color: #fff;
    padding: 2px;
    font-size: .5rem;
    width: 12px;
    height: 12px;
    font-weight: 700;
    background-color: rgba(68, 68, 68, .15);
    text-align: center;
    border-radius: 50%
}

.sb-theme-rounded .sb-inner-calendar .inner {
    background: #fff;
    cursor: pointer;
    font-weight: 400;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center
}

.sb-theme-rounded .sb-inner-calendar .rg-day .rg-day-header {
    position: relative;
    z-index: 1
}

.sb-theme-rounded .sb-inner-calendar .rg-day .today {
    font-weight: 700
}

.sb-theme-rounded .sb-inner-calendar .rg-day .intent-selection {
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    border: 0
}

.sb-theme-rounded .sb-inner-calendar .rg-day .intent-selection .rg-day-header {
    color: #fff;
    line-height: 36px;
    background: #336890;
    border-radius: 0;
    width: 100%
}

.sb-theme-rounded .sb-inner-calendar .rg-day .intent-selection.intent-selection--unselectable {
    cursor: not-allowed
}

.sb-theme-rounded .sb-inner-calendar .rg-day .intent-selection.intent-selection--unselectable .rg-day-header {
    color: #8a8b8c;
    line-height: 36px;
    background: #eaeaea
}

.sb-theme-rounded .sb-inner-calendar .rg-day .intent-selection.no-checkin {
    background: #4d7b9e
}

.sb-theme-rounded .sb-inner-calendar .unselectable {
    cursor: default
}

.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable.intent-selection--first .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable.intent-selection--last .rg-day-header {
    background: 0;
    font-weight: 400;
    color: #aaabad
}

.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable.intent-selection--first:after,
.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable.intent-selection--first:before,
.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable.intent-selection--last:after,
.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable.intent-selection--last:before,
.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable:after,
.sb-theme-rounded .sb-inner-calendar .unselectable.intent-selection.intent-selection--unselectable:before {
    background: 0
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .unselectable .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .unselectable.intent-selection.intent-selection--unselectable .rg-day-header {
    background: 0;
    font-weight: 400;
    color: #aaabad
}

.sb-theme-rounded .sb-inner-calendar .selected {
    font-weight: 700
}

.sb-theme-rounded .sb-inner-calendar .selected .rg-day-header {
    color: #fff
}

.sb-theme-rounded .sb-inner-calendar .rg-day .rg-selected {
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    border: 0
}

.sb-theme-rounded .sb-inner-calendar .rg-day .rg-selected .rg-day-header {
    color: #fff
}

.sb-theme-rounded .sb-inner-calendar .rg-selected .rg-month-label {
    color: rgba(255, 255, 255, .75);
    z-index: 1
}

.sb-theme-rounded .sb-inner-calendar .rg-selected.no-checkin .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-selected.selected .rg-day-header {
    line-height: 36px;
    background: #336890;
    border-radius: 0;
    width: 100%;
    color: #fff
}

.sb-theme-rounded .sb-inner-calendar .rg-selected.no-checkin .rg-day-header:hover,
.sb-theme-rounded .sb-inner-calendar .rg-selected.selected .rg-day-header:hover {
    background: #004274
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-selected .rg-day-header {
    background: #004274;
    border-radius: 0;
    width: 100%;
    line-height: 36px
}

.sb-theme-rounded .sb-inner-calendar .rg-first-selected {
    position: relative;
    background: 0
}

.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--first .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--last .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-first-selected.no-checkin.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-first-selected.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-last-selected.no-checkin.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-last-selected.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .selected.intent-selection .rg-day-header {
    border-radius: 30px;
    width: 36px;
    line-height: 36px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: #004274
}

.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--unselectable.intent-selection--first .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--unselectable.intent-selection--last .rg-day-header {
    background: #cacbcd
}

.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--unselectable.intent-selection--first .rg-day-header:before,
.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--unselectable.intent-selection--last .rg-day-header:before {
    background: #eaeaea
}

.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--unselectable.intent-selection--first:before,
.sb-theme-rounded .sb-inner-calendar .intent-selection.intent-selection--unselectable.intent-selection--last:before {
    background: #eaeaea
}

.sb-theme-rounded .sb-inner-calendar .intent-selection--first,
.sb-theme-rounded .sb-inner-calendar .intent-selection--last,
.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed.intent-selection--first,
.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed.intent-selection--last,
.sb-theme-rounded .sb-inner-calendar .rg-first-selected.rg-selected,
.sb-theme-rounded .sb-inner-calendar .rg-last-selected.rg-selected {
    width: 100%;
    border-radius: 0;
    border: 0;
    background: 0
}

.sb-theme-rounded .sb-inner-calendar .intent-selection--first:before,
.sb-theme-rounded .sb-inner-calendar .intent-selection--last:before,
.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed.intent-selection--first:before,
.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed.intent-selection--last:before,
.sb-theme-rounded .sb-inner-calendar .rg-first-selected.rg-selected:before,
.sb-theme-rounded .sb-inner-calendar .rg-last-selected.rg-selected:before {
    content: "";
    position: absolute;
    top: 0;
    height: 36px;
    background: #336890;
    width: 50%;
    border: 0
}

.sb-theme-rounded .sb-inner-calendar .intent-selection--first:before,
.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed.intent-selection--first:before,
.sb-theme-rounded .sb-inner-calendar .rg-first-selected.rg-selected:before {
    left: 50%
}

.sb-theme-rounded .sb-inner-calendar .intent-selection--last:before,
.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed.intent-selection--last:before,
.sb-theme-rounded .sb-inner-calendar .rg-last-selected.rg-selected:before {
    right: 50%
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-first-selected.no-checkin.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-first-selected.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-last-selected.no-checkin.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-last-selected.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .selected .rg-day-header {
    background: #004274
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-first-selected.no-checkin.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-first-selected.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-last-selected.no-checkin.rg-selected .rg-day-header,
.sb-theme-rounded .sb-inner-calendar .rg-day:hover .rg-last-selected.rg-selected .rg-day-header {
    border-radius: 30px;
    width: 36px;
    line-height: 36px
}

.sb-theme-rounded .sb-inner-calendar .unselectable {
    background: #d5d5d7;
    color: #aaabad
}

.sb-theme-rounded .sb-inner-calendar .unselectable:hover:after {
    box-shadow: none
}

.sb-theme-rounded .sb-inner-calendar .no-checkin {
    background-color: #cacbcd;
    color: #777;
    cursor: not-allowed
}

.sb-theme-rounded .sb-inner-calendar .no-checkin:hover:after {
    box-shadow: none
}

.sb-theme-rounded .sb-inner-calendar .no-checkin .rg-day-header {
    color: #777;
    cursor: not-allowed;
    border-radius: 0;
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .no-checkin .rg-day-header {
    background-color: #cacbcd
}

.sb-theme-rounded .sb-inner-calendar .rg-selected.no-checkin .rg-day-header {
    color: rgba(255, 255, 255, .5)
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .no-checkin.selected .rg-day-header {
    background: #004274
}

.sb-theme-rounded .sb-inner-calendar .no-availability .rg-day-header {
    background: #f8d7d3;
    color: #dc3522;
    cursor: not-allowed
}

.sb-theme-rounded .sb-inner-calendar .rg-day:hover .no-availability .rg-day-header {
    background: #f8d7d3;
    color: #dc3522;
    font-weight: 400
}

.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed {
    position: relative;
    background: #f8d7d3;
    line-height: 36px;
    margin: 0 auto
}

.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-width: 34px 34px 0 0;
    border-color: #eaeaea transparent transparent transparent;
    border-style: solid;
    opacity: 1
}

.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed:after,
.sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed:before {
    content: "";
    transition: none
}

@media(min-width:738px) {
    .sb-theme-rounded .sb-inner-calendar .no-availability-checkout-allowed:before {
        border-color: #fff transparent transparent transparent
    }
}

.sb-results-view {
    zoom: 1;
    padding: 0 8px
}

.sb-results-view:after {
    content: "";
    display: block;
    clear: both
}

@media(min-width:991px) {
    .sb-results-view {
        width: 68%;
        float: right;
        padding: 0 0 0 16px
    }

    .sb-results-view.vertical {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        float: none
    }

    .sb-results-view.vertical .triangle-wrapper {
        margin-left: -1.65rem;
        margin-right: -1.65rem
    }
}

.sb-results-view.vertical {
    padding-bottom: 80px
}

@media(min-width:1500px) {
    .sb-results-view {
        width: 72%
    }
}

.sb-header-results-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.sb-results-sharing-container {
    margin-left: auto
}

.sb-header-room-n-of-n {
    font-size: .75rem;
    text-transform: uppercase;
    margin-right: 16px;
    color: #5a5b5c
}

.sb-header-room-n-of-n b {
    font-weight: 700
}

.sb-header-room-n-of-n .fa-male {
    font-size: .875rem;
    color: #8a8b8c
}

.sb-header-room-n-of-n .fa-child {
    font-size: .75rem;
    color: #8a8b8c;
    margin: 0 -1px
}

.sb-header-room-n-of-n .sb-header-room-n-of-n__allocation {
    margin-left: 8px
}

.sb-info-dates,
.sb-info-dates__nights {
    color: #3a3b3c;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}

.sb-info-dates .fa-calendar {
    margin: 0 4px 0 0
}

.sb-info-dates .fa-long-arrow-right {
    margin: 0 8px
}

.sb-info-dates__arrival {
    white-space: nowrap
}

.sb-info-dates__arrival span:last-child {
    font-weight: 400
}

.sb-info-dates__departure {
    white-space: nowrap;
    margin-right: 16px
}

.sb-info-dates__departure span:last-child {
    font-weight: 400
}

.sb-info-dates__nights {
    white-space: nowrap;
    display: inline-block
}

@media(min-width:738px) {
    .sb-info-dates__nights {
        margin-left: auto
    }
}

@media(min-width:991px) {
    .sb-info-dates {
        margin-left: auto
    }
}

.sb-noresult-container {
    background: #fff;
    padding: 16px;
    border: 1px solid #cacbcd
}

.sb-noresult-container.v2 {
    border: 0;
    border-top: 1px solid #cacbcd;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 60vh
}

.sb-search-view .toggle-switch-title-long {
    display: none
}

.sb-solution {
    margin-bottom: 16px
}

.sb-solution .sb-item-container {
    background: #fff;
    padding: 8px
}

.sb-solution .select-room {
    margin-top: 16px
}

.sb-item-container.select-room {
    padding: 16px;
    border: 1px solid #cacbcd
}

.sb-navigator {
    background: #f5f5f5;
    padding: 8px;
    border-right: 1px solid #cacbcd;
    border-left: 1px solid #cacbcd
}

.sb-navigator .nav-link {
    margin-left: auto
}

@media(min-width:501px) {
    .sb-navigator {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 16px
    }
}

.sale-price {
    color: #777;
    font-weight: 700
}

.sb-sol-room {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-sol-room+.sb-sol-room {
    margin-top: 16px
}

@media(min-width:738px) {
    .sb-sol-room+.sb-sol-room {
        margin: 0
    }
}

.sb-room-image-container {
    position: relative;
    width: 100%
}

@media(min-width:738px) {
    .sb-room-image-container {
        width: 15%;
        overflow: hidden;
        padding: 8px 0 8px 8px
    }
}

.sb-sol-room .sb-room-info {
    width: 100%
}

@media(min-width:738px) {
    .sb-sol-room .sb-room-info {
        width: 85%;
        float: right;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px
    }
}

.sb-room-total-price {
    margin-top: 8px
}

@media(min-width:738px) {
    .sb-room-total-price {
        margin-top: 0;
        margin-left: auto;
        text-align: right
    }
}

.sb-sale-price {
    text-align: right;
    border-top: 1px solid #eaeaea;
    padding-top: 8px;
    margin-top: 8px
}

.sb-sale-price .offer-price-big,
.sb-sale-price .offer-price-big .sb-int-part,
.sb-sale-price .sb-int-part {
    font-size: 1.5rem
}

.sb-sale-price .striked-price .sb-int-part {
    font-size: 1rem
}

@media(min-width:738px) {
    .sb-sale-price {
        border-top: 0;
        border-left: 1px solid #eaeaea;
        padding: 0 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sb-sol.sb-item-container {
    border-bottom: 1px solid #cacbcd;
    border-right: 1px solid #cacbcd;
    border-left: 1px solid #cacbcd
}

.sb-sol .offer-price {
    color: #61b361
}

@media(min-width:738px) {
    .sb-sol .sb-combination-meal-plan {
        display: -ms-flexbox;
        display: flex
    }
}

.sb-sol .sb-rooms {
    -ms-flex: 1;
    flex: 1
}

.sb-sol .sb-room-total-price .sb-int-part {
    font-size: 1rem
}

.sb-sol .sb-room-total-price .striked-price .sb-int-part {
    font-size: .875rem
}

.sb-sol .sb-select-meal-plan-cmd .sb-int-part {
    font-size: .875rem
}

.sb-sol .sb-select-meal-plan-cmd .sb-dec-part {
    font-size: .75rem
}

.sb-sol .sb-book-cmd,
.sb-sol .sb-unlock-offers-cmd {
    margin-top: 8px
}

.sb-sol .sb-total-for-txt {
    display: block
}

.sb-sol .sb-room-image {
    border: 1px solid #cacbcd
}

.offer-price.secret {
    color: #004274;
    font-size: 1.25rem
}

.offer-price.secret:after {
    display: inline-block;
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: inherit;
    margin-left: 8px;
    color: #777
}

.offer-price.secret.unlocked:after {
    content: "\f09c"
}

.solution-page {
    position: relative;
    background-color: #fff;
    padding-left: 1.65rem;
    padding-right: 1.65rem
}

.solution-page .flag-banner {
    position: absolute;
    top: -2px;
    right: 1.65rem;
    z-index: 1
}

.solution-page__cover {
    min-height: 280px;
    background-size: cover;
    background-position: center;
    margin-left: -1.65rem;
    margin-right: -1.65rem;
    position: relative
}

.solution-page__cover-tl {
    position: absolute;
    top: 1.65rem;
    left: 1.65rem
}

.solution-page__cover-br {
    position: absolute;
    bottom: 1.65rem;
    right: 1.65rem
}

.solution-page__sub-cover {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem
}

.solution-page__breadcrumb {
    color: #4d99af;
    font-size: 1rem
}

.solution-page__body {
    margin-top: 2rem;
    padding-bottom: 4rem
}

.solution-page__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #004274;
    display: block
}

.solution-page__subtitle {
    font-size: 1.2rem;
    color: #004274;
    display: block
}

.solution-page .solution-page__paragraph-title {
    font-size: 1.2rem;
    font-weight: 400
}

.solution-page__paragraph {
    font-size: .9rem;
    margin-top: 2rem
}

.solution-page .sb-sharing-toolbar.addthis_toolbox a {
    background-color: #fff
}

.breadcrumb-step {
    cursor: pointer
}

.breadcrumb-step .fa {
    vertical-align: baseline
}

.sb-start-page-title {
    margin-bottom: 0;
    border-bottom: 0
}

.sb-start-page-container {
    background: #fff;
    padding: 16px;
    margin-bottom: 8px;
    border: 1px solid #cacbcd
}

@media(max-width:737px) {
    .sb-start-page-container {
        display: none
    }
}

.sb-packages-start-page-title {
    margin-bottom: 0;
    border-bottom: 0
}

.sb-rez-summary-cart {
    margin: 0 8px;
    margin-top: 16px
}

.sb-rez-summary-cart .reservation-code {
    border: 3px solid #eaeaea;
    font-size: 1.125rem;
    color: #61b361;
    font-weight: 700;
    padding: 8px 0;
    display: block;
    text-align: center
}

@media(max-width:990px) {
    .sb-rez-summary-cart {
        margin: 8px 0
    }
}

@media(min-width:991px) {
    .sb-rez-summary-cart {
        width: 32%;
        float: left;
        padding-right: 8px;
        margin: 0
    }
}

@media(min-width:1500px) {
    .sb-rez-summary-cart {
        width: 28%
    }
}

.sb-rez-summ-cart-title {
    background: #61b361;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.1;
    text-align: center;
    padding: 16px 8px;
    margin-bottom: 16px
}

@media(min-width:991px) {
    .sb-rez-summ-cart-title {
        font-size: 1.5rem
    }
}

.sb-results-view .sb-customer-data1 {
    padding: 16px;
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid #cacbcd;
    font-size: 1.25rem
}

@media(min-width:738px) {
    .sb-results-view .sb-customer-data1 {
        font-size: 1.5rem
    }
}

.sb-rez-summ-cart-text span {
    font-weight: 700;
    color: #004274
}

.sb-rez-form .sb-cart-head-dates label,
.sb-rez-form .sb-cart-head-nrg label {
    display: inline-block;
    background: #f5f5f5;
    width: 110px;
    text-align: right;
    margin: 0 8px 2px 0;
    padding: 4px 8px;
    font-weight: 700
}

.sb-cart-head-dates span,
.sb-cart-head-nrg span {
    font-weight: 700
}

.sb-rez-form h3 {
    font-size: 1rem;
    margin-top: 16px
}

.sb-cart-item .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.sb-cart-item .inner .cart-item-price {
    margin-left: auto;
    padding-left: 8px;
    text-align: right
}

.sb-cart-item .inner .striked-price {
    display: block
}

.sb-rez-form .sb-cart-service,
.sb-rez-form .sb-item-container {
    padding: 8px;
    background: #f5f5f5
}

.SBCSS_dvItemRiepilogoUtente {
    border-bottom: 0
}

.SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl,
.SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl2,
.SBCSS_dvItemRiepilogoUtente .SBCSS_dvTxt {
    padding: 4px 8px 4px 0;
    font-size: .75rem;
    float: left
}

.SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl,
.SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl2 {
    width: 30%
}

.SBCSS_dvItemRiepilogoUtente .SBCSS_dvTxt {
    width: 70%;
    font-weight: 700
}

.SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl2 {
    clear: both
}

@media(min-width:738px) {
    .SBCSS_dvItemRiepilogoUtente {
        border-bottom: 1px solid #eaeaea
    }

    .SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl,
    .SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl2 {
        width: 15%
    }

    .SBCSS_dvItemRiepilogoUtente .SBCSS_dvLbl2 {
        clear: none
    }

    .SBCSS_dvItemRiepilogoUtente .SBCSS_dvTxt {
        width: 27%
    }
}

.SBCSS_dvHeadRiepilogoUtente {
    margin: 24px 0 8px;
    font-size: 1rem;
    font-weight: 700
}

.SBCSS_dvLblRiepilogoCliente {
    float: left
}

.SBCSS_dvBtnModificaDatiCliente {
    float: right
}

.sb-taxes-container {
    text-align: right;
    width: 100%;
    font-size: .75rem
}

.sb-payment-detail-title {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px
}

.sb-payment-detail-table {
    border: 1px solid #61b361;
    margin-bottom: 8px
}

.sb-payment-detail-table td {
    padding: 2px 8px
}

.sb-payment-detail-label {
    white-space: nowrap;
    font-weight: 700;
    color: #777;
    width: 30%
}

.sb-payment-detail-value {
    font-weight: 700
}

.sb-select-wrapper+.sb-checkbox-wrapper,
.sb-select-wrapper+.sb-form__row,
.sb-select-wrapper+.sb-input-wrapper,
.sb-select-wrapper+.sb-select-wrapper,
.sb-select-wrapper+.sb-textarea-wrapper {
    margin-top: 24px
}

@media(max-width:990px) {

    .sb-select-wrapper+.sb-checkbox-wrapper,
    .sb-select-wrapper+.sb-form__row,
    .sb-select-wrapper+.sb-input-wrapper,
    .sb-select-wrapper+.sb-select-wrapper,
    .sb-select-wrapper+.sb-textarea-wrapper {
        margin-top: 16px
    }
}

.sb-select-wrapper.is-validate .CaptionCont label {
    color: #aaabad;
    left: 0;
    padding: 0
}

.SumoSelect {
    width: 100%
}

.SumoSelect.open .CaptionCont label {
    color: #004274;
    left: 0;
    padding: 0
}

.SumoSelect.open .CaptionCont:after {
    opacity: 0
}

.SumoSelect .input-validation-error+.CaptionCont,
.SumoSelect:hover .input-validation-error+.CaptionCont {
    border-bottom: 1px solid #dc3522;
    box-shadow: 0 1px 0 0 #dc3522
}

.SumoSelect>.CaptionCont {
    border: 0;
    background: #fff;
    border-bottom: 1px solid #cacbcd;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #3a3b3c;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    outline: 0;
    padding: 0;
    position: relative;
    transition: all .2s ease;
    width: 100%;
    z-index: 1
}

.SumoSelect>.CaptionCont:after {
    right: 8px;
    top: 16px;
    z-index: 1;
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    font-size: .625rem
}

.SumoSelect>.CaptionCont:hover {
    cursor: pointer
}

.SumoSelect>.CaptionCont:disabled {
    color: #aaabad;
    border-bottom: 1px dotted #aaabad;
    cursor: not-allowed
}

.SumoSelect>.CaptionCont>span {
    padding: 12px 24px 0 0;
    cursor: pointer
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
    visibility: visible
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    left: 0;
    color: #aaabad;
    font-size: 1rem;
    line-height: 40px;
    pointer-events: none;
    transform-origin: 0 0;
    transform: translate(0, -26%) scale(.75);
    transition: transform .2s ease-out;
    z-index: 1;
    width: auto
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: transparent;
    border-bottom-color: #cacbcd
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont {
    box-shadow: none;
    border-color: transparent;
    border-bottom: 1px solid #004274;
    box-shadow: 0 1px 0 0 #004274
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #aaabad;
    font-style: normal
}

.SumoSelect.open .search-txt {
    height: 40px;
    font-size: 1rem;
    bottom: 0;
    left: 0;
    padding: 8px 0 0;
    border-radius: 0;
    top: initial
}

.SumoSelect.open>.optWrapper {
    top: 41px;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(68, 68, 68, .25)
}

.SumoSelect>.optWrapper>.options {
    border-radius: 0;
    max-height: 201px
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 8px 12px;
    font-size: 1rem;
    cursor: pointer;
    border-bottom: 0
}

.SumoSelect>.optWrapper>.options li.opt.selected {
    background: #eaeaea
}

.SumoSelect>.optWrapper>.options li.opt.selected:hover {
    background: #eaeaea
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background: #f5f5f5
}

.sb-select-wrapper:not(.sb-select-wrapper--has-default) .SumoSelect>.optWrapper>.options>li.opt:first-child {
    border-radius: 0;
    color: #aaabad;
    background: #fff;
    border-bottom: 1px solid #eaeaea
}

.SumoSelect .select-all.sel,
.SumoSelect>.optWrapper>.options li.opt.sel {
    background: #f5f5f5
}

.SelectClass {
    z-index: 2
}

.SumoSelect>.optWrapper>.options li label {
    text-overflow: initial;
    white-space: normal
}

.sb-tabstrip {
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid #cacbcd;
    margin-bottom: 8px
}

.sb-payments-tabs .sb-tabstrip {
    border: 0;
    margin-bottom: 0
}

.sb-tablink {
    padding: 8px 16px;
    display: inline-block;
    cursor: pointer
}

.sb-tablink.sb-active {
    background: #004274;
    color: #fff;
    border-radius: 3px
}

.sb-tabpane {
    display: none;
    border-radius: 0 3px 3px 3px
}

.sb-tabpane.sb-active {
    display: block
}

.social-login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%
}

.social-login-picture {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
    display: inline-block
}

.social-login-name-container {
    margin-left: 8px
}

@media(max-width:737px) {
    .social-login-name-container {
        display: none
    }
}

.sb-user-actions-arrow {
    margin-left: 8px
}

.sb-user-actions-popup {
    position: absolute;
    top: 37px;
    right: 0;
    background: #fff;
    padding: 8px 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    border-radius: 3px;
    min-width: 160px;
    z-index: 10
}

.sb-user-actions-popup .sb-info-link {
    display: block;
    padding: 8px 16px;
    white-space: nowrap
}

.sb-user-actions-popup .sb-info-link:first-letter {
    text-transform: uppercase
}

.sb-user-actions-popup .sb-info-link:hover {
    background: #eaeaea
}

@media(max-width:737px) {
    .sb-user-actions-popup {
        top: 33px
    }
}

.sb-login-popup-container .login-popup-left-side .sb-rez-form .form-rez-checkbox input:checked~label:after {
    color: #61b361
}

.voucher-summary-container {
    background: #fff;
    padding: 16px;
    border: 1px solid #cacbcd;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0
}

.voucher-summary-container .voucher-message-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:480px) {
    .voucher-summary-container .voucher-message-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: end
    }
}

.voucher-summary-container .voucher-message-container .voucher-icon-container {
    background-color: rgba(0, 66, 116, .25);
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px
}

.voucher-summary-container .voucher-message-container .voucher-icon-container i {
    font-size: 1.5rem;
    color: #004274
}

@media(max-width:480px) {
    .voucher-summary-container .voucher-message-container .voucher-icon-container {
        margin-bottom: 16px
    }
}

.voucher-summary-container .voucher-message-container h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

.voucher-summary-container .voucher-message-container p {
    font-size: 1rem;
    line-height: 1.5rem
}

.voucher-summary-container .voucher-message-container .btn-circle {
    opacity: .25
}

.voucher-summary-container .voucher-message-container .btn-circle i {
    font-size: 2em
}

.voucher-summary-container .voucher-message-container .btn-circle .btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    font-size: 8px;
    text-align: center
}

.voucher-summary-container .voucher-message-container .btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center
}

.voucher-summary-container .voucher-message-container .btn-circle .btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center
}

.sb-cart-voucher-container .sb-ask-for-voucher-lbl {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer
}

.sb-cart-voucher-container .sb-voucher-input-container label {
    font-size: 12px;
    line-height: 16px;
    color: #5c636b;
    margin-bottom: 8px
}

.sb-cart-voucher-container .sb-voucher-input-container .loading {
    height: 12px;
    width: 12px;
    margin-right: 8px
}

.sb-cart-voucher-container .sb-voucher-input-container .sb-voucher-status.sb-voucher-status-ok {
    color: #6fcf97
}

.sb-cart-voucher-container .sb-voucher-input-container .sb-voucher-status.sb-voucher-status-ko {
    color: #eb5757
}

.sb-cart-voucher-container .sb-voucher-input-container .input-group {
    padding: 4px;
    border: 1px solid #cacbcd;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 8px
}

.sb-cart-voucher-container .sb-voucher-input-container .input-group input {
    padding: 8px;
    color: #5c636b;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.sb-cart-voucher-container .sb-voucher-input-container .input-group button {
    background: #f0f0f0;
    border-radius: 2px;
    color: #5c636b;
    border-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.landingpage-message-container {
    background: #fff;
    padding: 16px;
    border: 1px solid #cacbcd;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:480px) {
    .landingpage-message-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: start
    }
}

.landingpage-message-container .icon-container {
    background-color: rgba(0, 66, 116, .25);
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px
}

.landingpage-message-container .icon-container i {
    font-size: 1.5rem;
    color: #004274
}

@media(max-width:480px) {
    .landingpage-message-container .icon-container {
        margin-bottom: 16px
    }
}

.landingpage-message-container .message-container {
    width: 100%;
    margin-right: 1rem
}

@media(min-width:481px) {
    .landingpage-message-container .message-container {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.landingpage-message-container .message-container .sb-landing-button-open {
    display: none
}

.sb-search-view .landingpage-message-container .message-container {
    width: 100%
}

.sb-search-view .landingpage-message-container .message-container .sb-landing-button-open {
    display: inline-block
}

.landingpage-message-container .sb-landing-button-open {
    height: 2rem;
    min-width: 6.5rem;
    padding: auto .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #004274;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    transition: all ease-in-out .2s;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media(max-width:480px) {
    .landingpage-message-container .sb-landing-button-open {
        margin-top: 16px;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start
    }
}

.landingpage-message-container .sb-landing-button-open:focus,
.landingpage-message-container .sb-landing-button-open:hover {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    transition: all ease-in-out .2s
}

.sb-search-view .landingpage-message-container .sb-landing-button-open {
    display: none
}

.landingpage-message-container h4 {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin-bottom: .25rem
}

.landingpage-message-container p {
    font-size: .875rem;
    line-height: 1.25rem
}

.landingpage-message-container .btn-circle {
    opacity: .25
}

.landingpage-message-container .btn-circle i {
    font-size: 2em
}

.landingpage-message-container .btn-circle .btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    font-size: 8px;
    text-align: center
}

.sb-landingpage-message-popup .ui-widget-header .ui-dialog-titlebar-close {
    background-color: rgba(255, 255, 255, .5);
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    right: 1.5rem;
    top: 1.5rem;
    margin: 0;
    border: 0
}

.sb-landingpage-message-popup .ui-dialog-title {
    text-transform: initial
}

.sb-landingpage-message-popup .ui-dialog-titlebar .ui-dialog-title {
    white-space: initial
}

.sb-landingpage-message-popup .landingpage-message-popup-content {
    max-height: 50vh !important
}

.sb-landingpage-message-popup .landingpage-message-popup-content img {
    max-width: 100%
}

.sb-landingpage-message-popup .landingpage-message-popup-content li {
    margin-bottom: .5rem
}

.sb-landingpage-message-popup .landingpage-message-popup-content ul {
    list-style: initial;
    margin-left: 1rem
}

.unused-selector .unused-class {
    -ms-flex-line-pack: inherit;
    align-content: inherit
}

.sb-hotel-header {
    margin: 8px;
    display: block
}

@media(min-width:738px) {
    .sb-hotel-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 16px 0
    }
}

.sb-ibe-title {
    font-size: .875rem;
    text-align: center;
    margin-top: 8px
}

.sb-ibe-title h1 {
    font-weight: 500
}

@media(min-width:738px) {
    .sb-ibe-title {
        font-size: 1.25rem;
        color: #fff;
        margin-top: 0
    }

    .sb-ibe-title h1 {
        font-weight: 400
    }
}

.pa-container {
    background: #fff;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #cacbcd;
    border-right: 1px solid #cacbcd;
    border-left: 1px solid #cacbcd
}

.sb-step-room-alloc {
    background: #f5f5f5;
    padding: 8px 16px;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cacbcd
}

@media(max-width:737px) {
    .sb-step-room-alloc {
        display: block
    }

    .sb-step-room-alloc .sb-cart-new-search {
        float: none
    }
}

@media(min-width:991px) {
    .sb-step-room-alloc .sb-cart-new-search {
        display: none
    }
}

.template_packages {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media(min-width:991px) {
    .template_packages {
        padding-top: 0
    }

    .carousel-container:not(.n-cards-1) .carousel__screen {
        margin-top: -15px
    }
}

.price-box {
    text-align: center
}

.content-parts-container {
    position: relative;
    background-color: #f7f7f7;
    padding: .5rem 2rem
}

@media all and (max-width:737px) {
    .content-parts-container {
        padding: 0
    }
}

.content-part {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.content-part__icon {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    cursor: pointer;
    transition: all .1s ease-out;
    position: relative;
    z-index: 98;
    background: var(--color-primary);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
    cursor: default;
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
    display: none
}

.content-part__icon>i {
    font-size: 2rem;
    line-height: 62px;
    transition: all .2s ease-in-out
}

.content-part__icon i {
    font-size: 1.5rem;
    line-height: 50px
}

.content-part__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    color: var(--color-primary);
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.1em;
    border-left: solid 5px var(--color-primary);
    padding: 0 .5rem;
    margin-bottom: 1rem
}

.content-part__body {
    margin-top: 0;
    position: relative;
    font-size: 1rem
}

.content-part .sb-hotelinfo-container {
    border: 0;
    padding: 0
}

.content-part .body--video {
    height: 50vh;
    min-height: 50vh
}

.content-part .body--html * {
    font-family: inherit !important
}

.content-part .body--html dl,
.content-part .body--html ol,
.content-part .body--html ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: disc;
    padding-left: 40px
}

.content-part-gallery-text {
    padding: .5rem 0;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.content-part.content-part-html .content-part__body {
    background-color: #fff;
    padding: 30px
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 36.25%;
    position: relative;
    height: 0
}

.map-responsive.geo-map {
    background-size: cover
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.photoset {
    padding: 2px;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.photoset .photo {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: calc(20%);
    background-size: cover;
    background-position: center;
    max-height: 300px;
    box-shadow: inset 0 0 0 2px #fff
}

@media(max-width:990px) {
    .photoset .photo {
        min-width: calc(50%)
    }
}

@media(max-width:737px) {
    .photoset .photo {
        min-width: 100%
    }
}

.photoset .photo:after {
    padding-top: 83.33333%;
    display: block;
    content: ""
}

.photoset .photo:before {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 2px #fff
}

.photoset .photo:nth-child(1) {
    width: 15%
}

.photoset.square .photo:after {
    padding-top: 100%
}

.photoset.portrait .photo:after {
    padding-top: 120%
}

.simplebooking_fixed_policy {
    padding: 24px
}

#simplebooking_policy .expand-click {
    font-size: .875rem;
    padding: 12px 32px 12px 12px;
    cursor: pointer;
    margin: 0;
    position: relative
}

#simplebooking_policy .expand-click:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f107";
    position: absolute;
    right: 16px;
    top: 12px;
    transition: transform .2s ease
}

#simplebooking_policy .expanded .expand-click:after {
    transform: rotate(180deg)
}

#simplebooking_policy .expand-content {
    padding: 12px 16px;
    border-top: 1px dotted #cacbcd
}

#simplebooking_policy .expand-content h4:first-child {
    margin-top: 0
}

#simplebooking_policy .one_line_col+.one_line_col {
    margin-top: 8px
}

#simplebooking_policy p+.one_line_col {
    margin-top: 16px
}

#simplebooking_policy .box_primary {
    border: 1px solid #cacbcd
}

#simplebooking_policy h1 {
    font-size: 1.25rem
}

#simplebooking_policy h2 {
    font-size: 1.125rem;
    margin: 24px 0 8px;
    padding-top: 24px;
    border-top: 1px dotted #cacbcd
}

#simplebooking_policy h3 {
    font-size: .875rem;
    margin: 16px 0 4px
}

#simplebooking_policy h4 {
    font-size: .875rem;
    margin: 16px 0 4px;
    font-weight: 700
}

#simplebooking_policy p+p {
    margin-top: 8px
}

.ui-widget-content #simplebooking_policy a {
    color: #004274;
    text-decoration: underline
}

#simplebooking_policy .sb_footer {
    font-size: .6875rem;
    margin-top: 16px
}

#simplebooking_policy .sb_content.legal_pp .one_line_col h2 {
    margin-top: 0;
    border-top: 0
}

#simplebooking_policy hr {
    height: 1px;
    border: 0;
    background: #cacbcd
}

[data-simplebar] {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.sb-package-checkin span {
    font-size: 1rem;
    width: 120px;
    background: #fff;
    border: 1px solid #cacbcd;
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.sb-package-checkin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px
}

.sb-package-checkin i {
    height: 40px;
    width: 40px;
    border: 1px solid #cacbcd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    background: #fff;
    margin-left: 2px;
    cursor: pointer;
    color: #004274;
    font-size: 1rem
}

.sb-package-checkin i:hover {
    background: #004274;
    color: #fff
}

#ui-datepicker-div {
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .3)
}

.ui-datepicker {
    padding: 8px
}

.ui-datepicker .ui-datepicker-header {
    padding: 0
}

.ui-datepicker table {
    margin: 0
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    left: auto;
    top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 4px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f104"
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    background: #004274;
    color: #fff;
    left: auto
}

.ui-datepicker .ui-datepicker-prev:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f104"
}

.ui-datepicker .ui-datepicker-next:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: inherit;
    content: "\f105"
}

.ui-widget-header .ui-icon {
    background-image: url(../../../fo/content/js/jquery-ui-1.8.12/themes/base/images/ui-icons_222222_256x240.png)
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: 4px;
    text-align: center;
    border: 1px solid #eaeaea
}

.sb-pakgs-datepicker-invalid-date {
    opacity: .5
}

.sb-pakgs-datepicker-not-available .ui-state-default {
    background: #f8d7d3;
    border: 1px solid #f1aea7;
    color: #dc3522
}

.sb-pakgs-datepicker-available .ui-state-default {
    background: #61b361;
    color: #fff;
    border: 1px solid #57a157
}

.sb-pakgs-datepicker-available .ui-state-default:hover {
    background: #57a157
}

.sb-current-view {
    zoom: 1
}

.sb-current-view:after {
    content: "";
    display: block;
    clear: both
}

.sb-secret-solution-label.locked {
    color: #004274
}

.sb-member-solution-label.locked {
    color: #8573d8
}

.sb-member-solution-label,
.sb-secret-solution-label {
    font-weight: 700;
    font-size: .75rem
}

.sb-member-solution-label.locked .sb-member-solution-info:before,
.sb-member-solution-label.locked .sb-secret-solution-info:before,
.sb-secret-solution-label.locked .sb-member-solution-info:before,
.sb-secret-solution-label.locked .sb-secret-solution-info:before {
    display: inline-block;
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 4px
}

.sb-member-solution-label.unlocked,
.sb-secret-solution-label.unlocked {
    color: #61b361
}

.sb-member-solution-label.unlocked .sb-member-solution-info:before,
.sb-member-solution-label.unlocked .sb-secret-solution-info:before,
.sb-secret-solution-label.unlocked .sb-member-solution-info:before,
.sb-secret-solution-label.unlocked .sb-secret-solution-info:before {
    display: inline-block;
    content: "\f09c";
    font-family: FontAwesome;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 4px
}

.sb-member-solution-label+.sb-few-room-tag,
.sb-secret-solution-label+.sb-few-room-tag {
    margin-top: 2px
}

.loading-indicator-text {
    font-size: 2.5rem;
    text-align: center;
    color: #5a5b5c;
    padding-top: 200px;
    background: #fff
}

.loading-indicator-spinner {
    position: absolute;
    top: 300px;
    left: 50%
}

.sb-loading {
    position: fixed;
    color: #333;
    background-color: #fff1a8;
    border: solid 1px #e7c300;
    font-size: .875rem;
    top: 5px;
    left: 45%;
    padding: 3px 10px;
    z-index: 999
}

.sb-book-button {
    background: #50a04a;
    color: #fff;
    border-top: 1px #dae2e6 solid;
    border-right: 1px #1d5a2e solid;
    border-bottom: 1px #1d5a2e solid;
    border-left: 1px #dae2e6 solid;
    cursor: pointer;
    padding: 1px 10px 3px;
    font-size: .8125rem;
    font-weight: 400;
    white-space: nowrap
}

a.sb-book-button,
a.sb-book-button:hover {
    color: #fff;
    text-decoration: none
}

.sb-has-offer {
    color: red
}

.sb-cookie-info-box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    width: 100%;
    padding: 5px;
    border-top: solid 1px #fff;
    animation: fadein-anim 2s
}

.sb-cookie-info-box.closed {
    display: none
}

.sb-cookie-info-buttons {
    float: right
}

.sb-cookie-info-buttons * {
    margin-right: 20px
}

.sb-cookie-info-content a {
    color: #fff
}

.sb-cookie-extended-link {
    color: #fff
}

.sb-cookie-extended-link:hover {
    color: #eaeaea
}

.sb-cookie-ok-button,
a.sb-button.sb-cookie-ok-button {
    background: #444;
    border: 1px solid #fff;
    color: #fff
}

.sb-cookie-ok-button:hover,
a.sb-button.sb-cookie-ok-button:hover {
    color: #444;
    background: #fff
}

.sb-privacy-cookie-extended-links-container {
    font-size: .8125rem;
    background-color: rgba(51, 51, 51, .5);
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 8px 16px
}

.sb-privacy-cookie-extended-links-container a {
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px dotted rgba(255, 255, 255, .5)
}

.sb-privacy-cookie-extended-links-container a:hover {
    color: #fff;
    border-bottom: 1px solid #fff
}

.qnt-tooltip {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.4;
    padding: 8px 12px;
    font-size: .6875rem;
    background: #5a5b5c;
    color: #fff;
    border: 0;
    box-shadow: 0 1px 5px rgba(68, 68, 68, .5)
}

.qnt-tooltip__date-rate {
    margin-bottom: 4px;
    white-space: normal
}

.qnt-tooltip__date-rate+.qnt-tooltip__date-rate {
    margin-bottom: 0
}

.qnt-tooltip__date-rate .sb-int-part {
    font-size: .8125rem;
    margin-left: 8px
}

.qnt-tooltip__date-rate .sb-dec-part {
    font-size: .75rem
}

.sb-infoccv2-popup-policy td {
    vertical-align: top
}

.error-proposal-wrapper {
    height: 65vh;
    color: #fff
}

.error-proposal-wrapper h3 {
    font-size: 1.875rem
}

.error-proposal-wrapper p {
    font-size: 1.25rem;
    padding-top: .5rem
}

@media(max-width:990px) {
    .error-proposal-wrapper {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:736px) {
    .error-proposal-wrapper {
        color: #3a3b3c;
        padding: 0 16px;
        height: 50vh
    }

    .error-proposal-wrapper h3 {
        font-size: 1.25rem
    }

    .error-proposal-wrapper p {
        font-size: 1rem;
        padding-top: .5rem
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.nopadding {
    padding: 0
}

.sb-promocode-error-message {
    text-align: left;
    color: #dc3522;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem
}

.sb-promocode-error-message i:before {
    content: "\e900"
}

.sb-promocode-error-message span {
    font-size: .75rem;
    line-height: .875rem
}

.sb-promocode-error-message.hide {
    display: none
}

/*!nouislider - 10.0.0 - 2017-05-28 14:52:48*/
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connect {
    background: #3fb8af;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.sb-portal-header-wrapper {
    background: #004274;
    color: #fff;
    padding: 16px;
    margin-bottom: 32px;
    border-top: 1px solid #00355d;
    border-bottom: 1px solid #00355d;
    box-shadow: 0 1px 3px rgba(68, 68, 68, .3)
}

@media(max-width:737px) {
    .sb-portal-header-wrapper {
        margin-bottom: 8px
    }
}

.sb-portal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sb-portal-header h1 {
    font-size: 1.75rem;
    font-weight: 500
}

.sb-portal-header .sb-nav__btn {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
    margin-left: auto
}

.sb-portal-header .sb-nav__btn:hover {
    border: 1px solid #fff
}

.sb-portal-header__settings {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

@media(max-width:737px) {
    .sb-portal-header h1 {
        font-size: 1.125rem
    }
}

.sb-currency-selector-container {
    margin-right: 4px
}

.sb-currency-selector-current {
    white-space: nowrap
}

.sb-portal-footer {
    border-top: 1px solid #eaeaea;
    padding: 16px;
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-portal-footer__links {
    margin-left: auto
}

.sb-portal-footer__info-hotel-name {
    font-weight: 700
}

.sb-portal-footer__info-hotel-address,
.sb-portal-footer__info-hotel-phone {
    padding-left: 8px
}

.sb-portal-checkbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #555;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sb-portal-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.sb-portal-checkbox+.sb-portal-checkbox {
    margin-top: 6px
}

.sb-portal-checkbox__indicator {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #eaeaea;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px
}

.sb-portal-checkbox input:checked~.sb-portal-checkbox__indicator {
    color: #fff;
    background-color: #61b361
}

.sb-portal-checkbox input:active~.sb-portal-checkbox__indicator {
    color: #fff;
    background-color: #cacbcd;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=)
}

.sb-portal-checkbox input:checked~.sb-portal-checkbox__indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=)
}

.sb-portal-checkbox__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.sb-portal-checkbox__label-stars {
    font-size: .875rem;
    color: #fdd835;
    letter-spacing: 2px
}

.sb-portal-checkbox__label-count {
    font-size: .75rem;
    color: #cacbcd;
    font-weight: 500;
    margin-left: 4px;
    letter-spacing: 1px
}

.sb-portal-filters {
    padding: 0 16px;
    border: 1px solid #cacbcd;
    margin-top: 16px;
    background: #fff
}

.sb-portal-filters__item {
    padding: 16px 0
}

.sb-portal-filters__item+.sb-portal-filters__item {
    border-top: 1px solid #eaeaea
}

.sb-portal-filters__filter-title {
    display: block;
    margin-bottom: 8px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.sb-portal-filters__slider-values {
    font-size: .875rem;
    margin-bottom: 8px
}

.sb-portal-filters__slider-value-min:after {
    content: "-"
}

.sb-portal-hotel-card-container+.sb-portal-hotel-card-container {
    margin-top: 16px
}

@media(max-width:737px) {
    .sb-portal-hotel-card-container+.sb-portal-hotel-card-container {
        margin-top: 8px
    }
}

.sb-portal-hotel-card {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 300px;
    color: #fff;
    box-shadow: 0 1px 3px 0 rgba(68, 68, 68, .1), inset 0 0 0 0 #004274;
    text-shadow: 0 1px 1px rgba(68, 68, 68, .5);
    font-weight: 500;
    transition: box-shadow .3s ease
}

.sb-portal-hotel-card:before {
    content: "";
    background: transparent;
    box-shadow: inset 0 0 0 0 #004274;
    transition: background .7s ease, box-shadow .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sb-portal-hotel-card__content {
    width: 72%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 160px
}

@media(min-width:738px) {
    .sb-portal-hotel-card__content {
        min-height: 0;
        background-image: none !important
    }
}

.sb-portal-hotel-card__sidebar {
    width: 29%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 66, 116, .7);
    padding: 16px;
    position: relative;
    text-align: center
}

.sb-portal-hotel-card__sidebar .btn {
    margin-top: auto
}

.sb-portal-hotel-card__sidebar-description {
    text-align: left;
    padding-bottom: 8px
}

.sb-portal-hotel-card__sidebar-description+.sb-portal-hotel-card__price {
    border-top: 1px solid rgba(255, 255, 255, .5)
}

@media(min-width:738px) {
    .sb-portal-hotel-card__sidebar-description+.sb-portal-hotel-card__price {
        border-top: 0
    }
}

@media(min-width:738px) {
    .sb-portal-hotel-card__sidebar-description {
        display: none
    }
}

@media(max-width:737px) {
    .sb-portal-hotel-card__sidebar {
        background: #004274
    }
}

.sb-portal-hotel-card__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    background: linear-gradient(0deg, transparent, rgba(0, 66, 116, .7));
    padding: 16px 16px 24px;
    position: relative;
    line-height: 1.1
}

.sb-portal-hotel-card__header-wrapper {
    -ms-flex: 1;
    flex: 1
}

.sb-portal-hotel-card__header-name {
    font-size: 1.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 8px
}

.sb-portal-hotel-card__header-stars {
    font-size: 1rem;
    color: #fdd835;
    letter-spacing: 3px;
    margin: 8px 0;
    width: 100%
}

@media(max-width:737px) {
    .sb-portal-hotel-card__header {
        display: block
    }
}

.sb-portal-hotel-card__header .sb-portal-hotel-card__contacts-phone {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    padding: 4px 0
}

.sb-portal-hotel-card__header .sb-portal-hotel-card__contacts-phone i {
    min-width: 20px;
    line-height: 1.2
}

.sb-portal-hotel-card__reputation-wrapper {
    text-align: center
}

.sb-portal-hotel-card__reputation {
    display: inline-block;
    font-size: .625rem;
    text-align: center;
    line-height: 1.2;
    background: rgba(97, 179, 97, .75);
    padding: 8px 12px;
    border-radius: 2px;
    margin-top: 8px
}

.sb-portal-hotel-card__reputation-guests {
    white-space: nowrap;
    display: block
}

.sb-portal-hotel-card__reputation-value {
    font-size: 1.5rem;
    font-weight: 700;
    display: block
}

.sb-portal-hotel-card__reputation-value-small {
    font-weight: 700;
    display: inline-block;
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #61b361;
    border-radius: 2px;
    padding: 4px 6px;
    line-height: 1;
    font-size: .875rem
}

.sb-portal-hotel-card__reputation-value-small i {
    font-size: .75rem;
    opacity: .75;
    margin-right: 2px
}

@media(min-width:738px) {
    .sb-portal-hotel-card__reputation-value-small {
        display: none
    }
}

.sb-portal-hotel-card__reputation-guests-value {
    white-space: nowrap;
    display: block
}

@media(max-width:737px) {
    .sb-portal-hotel-card__reputation {
        display: none
    }
}

.sb-portal-hotel-card__contacts {
    width: 100%;
    margin-top: 8px;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .25px
}

.sb-portal-hotel-card__contacts a {
    color: #fff
}

.sb-portal-hotel-card__contacts i {
    min-width: 20px;
    display: inline-block
}

@media(max-width:737px) {

    .sb-portal-hotel-card__contacts-email,
    .sb-portal-hotel-card__contacts-phone {
        display: none
    }
}

@media(max-width:737px) {
    .sb-portal-hotel-card__contacts {
        margin-top: 0
    }
}

.sb-portal-hotel-card__description {
    -ms-flex-align: end;
    align-items: flex-end;
    background: linear-gradient(180deg, transparent, rgba(0, 66, 116, .7));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
    padding: 32px 16px 16px;
    position: relative
}

.sb-portal-hotel-card__amenities {
    width: 100%;
    margin-bottom: 4px
}

.sb-portal-hotel-card__amenities-object {
    background: #004274;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, .15);
    display: inline-block;
    font-size: .6875rem;
    letter-spacing: .25px;
    margin-right: 2px;
    padding: 2px 4px 1px;
    text-transform: uppercase
}

.sb-portal-hotel-card__amenities-object i {
    margin-right: 2px
}

.sb-portal-hotel-card__price {
    margin-left: 8px;
    font-size: .6875rem;
    line-height: 1.1;
    text-align: center;
    padding: 8px
}

.sb-portal-hotel-card__price-value {
    font-size: 1.75rem;
    font-weight: 700;
    white-space: nowrap;
    display: block
}

@media(max-width:737px) {
    .sb-portal-hotel-card__price-value {
        font-size: 1.375rem;
        display: inline-block
    }
}

.sb-portal-hotel-card__price-value-striked {
    font-size: .875rem;
    font-weight: 700;
    text-decoration: line-through;
    white-space: nowrap;
    color: #cacbcd;
    display: block;
    margin-top: 2px
}

@media(max-width:737px) {
    .sb-portal-hotel-card__price-value-striked {
        display: inline-block
    }
}

.sb-portal-hotel-card__price-nights {
    display: block
}

.sb-portal-hotel-card__price-taxes {
    display: block;
    margin-top: 8px;
    color: #cacbcd
}

@media(max-width:737px) {
    .sb-portal-hotel-card__price {
        text-align: right;
        padding: 0 0 8px
    }
}

.sb-portal-hotel-card .btn {
    padding: 8px 16px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .5px;
    transition: all .3s ease;
    white-space: normal
}

.sb-portal-hotel-card .btn:hover {
    background: #fff;
    color: #004274;
    text-shadow: none
}

.gmap-hover .sb-portal-hotel-card,
.sb-portal-hotel-card:hover {
    box-shadow: 0 3px 10px 0 rgba(68, 68, 68, .5)
}

.gmap-hover .sb-portal-hotel-card:before,
.sb-portal-hotel-card:hover:before {
    box-shadow: inset 0 6px 0 0 #fff
}

@media(max-width:737px) {
    .sb-portal-hotel-card {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-image: none !important
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__content {
        width: 100%
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__header {
        padding: 16px
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__header-name {
        white-space: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.375rem
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__header-stars {
        font-size: .75rem
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__description {
        display: none
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__sidebar {
        width: 100%
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__price {
        margin-left: 0;
        padding-top: 0
    }

    .sb-portal-hotel-card .sb-portal-hotel-card__reputation {
        margin-bottom: 8px
    }
}

@media(max-width:737px) {
    .sb-portal-hotel-card {
        min-height: 330px;
        height: unset !important
    }
}

.sb-hotel-cart-view .sb-cart-view-close-btn {
    display: none
}

.sb-hotel-cart-view.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #ccc
}

.sb-hotel-cart-view.fixed .sb-cart-view-close-btn {
    display: block
}

.sb-hotel-cart-view.fixed .sb-cart-container {
    height: 100%;
    height: calc(100% - 16px)
}

.sb-hotel-cart-view.fixed .sb-cart-container .sb-item-container {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.sb-hotel-cart-view.fixed .sb-toggle-container {
    overflow: auto
}

.sb-hotel-cart-view.fixed .sb-commands {
    margin-top: auto
}

@media(min-width:991px) {
    .sb-hotel-cart-view {
        width: 32%;
        float: left;
        padding: 0 8px 0 0
    }
}

@media(min-width:1500px) {
    .sb-hotel-cart-view {
        width: 28%
    }
}

.sb-cart-hotel-selected {
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.sb-cart-hotel-selected__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.sb-cart-hotel-selected__info-name {
    font-size: 1rem;
    font-weight: 500;
    display: block;
    line-height: 1.1;
    margin-bottom: 4px
}

.sb-cart-hotel-selected__info-stars {
    font-size: .75rem;
    margin-bottom: 4px;
    color: #fdd835;
    letter-spacing: 3px;
    white-space: nowrap
}

.sb-cart-hotel-selected__info-address,
.sb-cart-hotel-selected__info-email,
.sb-cart-hotel-selected__info-phone {
    display: block
}

@media(min-width:501px) and (max-width:990px) {
    .sb-cart-hotel-selected {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sb-cart-hotel-selected__img {
        width: 40%
    }

    .sb-cart-hotel-selected__info {
        width: 60%;
        padding: 0 0 0 8px
    }
}

.sb-results-header {
    zoom: 1;
    padding: 0 8px
}

.sb-results-header:after {
    content: "";
    display: block;
    clear: both
}

@media(min-width:991px) {
    .sb-results-header {
        width: 68%;
        float: right;
        padding: 0 0 0 16px
    }

    .sb-results-header.vertical {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        float: none
    }

    .sb-results-header.vertical .triangle-wrapper {
        margin-left: -1.65rem;
        margin-right: -1.65rem
    }
}

.sb-results-header.vertical {
    padding-bottom: 80px
}

@media(min-width:1500px) {
    .sb-results-header {
        width: 72%
    }
}

.sb-results-header .sb-customer-data1 {
    padding: 16px;
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid #cacbcd;
    font-size: 1.25rem
}

@media(min-width:738px) {
    .sb-results-header .sb-customer-data1 {
        font-size: 1.5rem
    }
}

@media(max-width:990px) {
    .sb-results-header {
        padding: 0;
        margin-top: 16px
    }
}

@media(max-width:737px) {
    .sb-results-header {
        margin-top: 16px
    }
}

.sb-results-hotel-selected {
    padding: 16px;
    background: #fff;
    margin-bottom: 16px;
    border: 1px solid #cacbcd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.sb-results-hotel-selected__name {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
    width: 100%;
    color: #004274
}

@media(max-width:737px) {
    .sb-results-hotel-selected__name {
        font-size: 1.375rem
    }
}

.sb-results-hotel-selected__stars {
    font-size: 1rem;
    margin-left: 8px;
    color: #fdd835;
    letter-spacing: 3px;
    white-space: nowrap
}

@media(max-width:737px) {
    .sb-results-hotel-selected__stars {
        font-size: .75rem
    }
}

.sb-hotelinfo-container .sb-results-hotel-selected__img {
    background-size: cover;
    background-position: center center;
    width: 68%
}

.sb-hotelinfo-container .sb-results-hotel-selected__img .swiper-slide img {
    height: auto;
    max-height: 400px
}

.sb-hotelinfo-container .sb-results-hotel-selected__img:after {
    content: "";
    display: block
}

.sb-hotelinfo-container .sb-results-hotel-selected__img:hover .swiper-img-next {
    right: 0
}

.sb-hotelinfo-container .sb-results-hotel-selected__img:hover .swiper-img-prev {
    left: 0
}

.sb-hotelinfo-container .sb-results-hotel-selected__img .gallery-thumbs {
    height: 60px;
    box-sizing: border-box;
    padding: 5px 0
}

.sb-hotelinfo-container .sb-results-hotel-selected__img .gallery-thumbs .swiper-slide {
    cursor: pointer;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative
}

.sb-hotelinfo-container .sb-results-hotel-selected__img .gallery-thumbs .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all .2s ease
}

.sb-hotelinfo-container .sb-results-hotel-selected__img .gallery-thumbs .swiper-slide:hover:after {
    background: rgba(255, 255, 255, .25)
}

.sb-hotelinfo-container .sb-results-hotel-selected__img .gallery-thumbs .swiper-slide-active {
    box-shadow: inset 0 0 0 3px #004274
}

@media(max-width:737px) {
    .sb-hotelinfo-container .sb-results-hotel-selected__img {
        width: 100%;
        margin-bottom: 16px
    }
}

.sb-results-hotel-selected__info {
    padding-left: 16px;
    width: 32%
}

@media(max-width:737px) {
    .sb-results-hotel-selected__info {
        padding-left: 0;
        width: 100%
    }
}

.sb-results-hotel-selected__info-address-wrapper>span {
    display: block
}

.sb-results-hotel-selected__info-map {
    width: 100%;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #cacbcd;
    position: relative;
    transition: border .3s ease
}

.sb-results-hotel-selected__info-map:before {
    content: "";
    width: 100%;
    height: 100%;
    background: 0;
    position: absolute;
    transition: background .15s ease;
    z-index: 0
}

.sb-results-hotel-selected__info-map .sb-button {
    z-index: 1
}

.sb-results-hotel-selected__info-map .sb-button i {
    margin-left: 4px
}

.sb-results-hotel-selected__info-map:hover {
    border: 1px solid #004274
}

.sb-results-hotel-selected__info-map:hover:before {
    background: rgba(255, 255, 255, .2)
}

.sb-results-hotel-selected__info-map:hover .sb-button {
    background: #336890
}

@media(max-width:737px) {
    .sb-results-hotel-selected__info-map {
        background-size: cover
    }
}

.sb-results-hotel-selected__info-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px
}

.sb-results-hotel-selected__info-contacts .sb-results-hotel-selected__info-address,
.sb-results-hotel-selected__info-contacts .sb-results-hotel-selected__info-email,
.sb-results-hotel-selected__info-contacts .sb-results-hotel-selected__info-phone {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    padding: 4px 0
}

.sb-results-hotel-selected__info-contacts .sb-results-hotel-selected__info-address+[class^=sb-results-hotel-selected__info],
.sb-results-hotel-selected__info-contacts .sb-results-hotel-selected__info-email+[class^=sb-results-hotel-selected__info],
.sb-results-hotel-selected__info-contacts .sb-results-hotel-selected__info-phone+[class^=sb-results-hotel-selected__info] {
    border-top: 1px solid #eaeaea
}

.sb-results-hotel-selected__info-contacts i {
    min-width: 20px;
    line-height: 1.2;
    opacity: .5
}

.sb-results-hotel-selected__info-email span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.sb-results-hotel-selected__info-more-btn {
    margin-top: 16px
}

.portal-hotels-map {
    width: 100%;
    min-height: 300px
}

.sb-hotels-list__no-results {
    text-align: center
}

.sb-hotels-list__no-results i {
    font-size: 12vw;
    opacity: .2
}

.sb-hotels-list__no-results p {
    font-size: 1.5rem;
    color: #aaabad;
    margin-bottom: 8px
}

@media(max-width:737px) {
    .sb-hotels-list__no-results p {
        font-size: .875rem
    }
}

.portal-hotels-map {
    width: 100%;
    height: 330px;
    margin-top: 16px;
    border: 1px solid #cacbcd
}

.map-image {
    width: 100%;
    height: 328px !important
}

@media(max-width:990px) {
    .portal-hotels-map {
        display: none !important
    }
}

.gmaps-marker__title {
    font-weight: 700
}

.gmaps-marker__best-price {
    padding-top: 4px
}

.gmaps-marker__best-price span {
    font-weight: 500
}

#gmaps-marker-tooltip {
    text-align: center
}

#gmaps-marker-tooltip .sb-button {
    margin-top: 4px
}

#gmaps-marker-tooltip .sb-button:hover {
    color: #fff
}

.map-image {
    width: 100%;
    height: 330px
}

.noUi-horizontal {
    height: 16px
}

.noUi-target {
    background: #eaeaea;
    border: 0;
    box-shadow: none;
    margin: 0 16px
}

.noUi-horizontal .noUi-tooltip {
    top: 120%;
    bottom: initial
}

.noUi-connect {
    background: #004274
}

.noUi-handle {
    cursor: move;
    cursor: grab;
    outline: 0;
    transition: box-shadow .2s ease
}

.noUi-handle:hover {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb, 0 0 0 1px #004274
}

.noUi-handle:hover .noUi-tooltip {
    display: block
}

.noUi-handle.noUi-active {
    cursor: grabbing;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb, 0 0 0 2px #004274
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -14px
}

.noUi-handle:before {
    left: 11px
}

.noUi-handle:after {
    left: 15px
}

.noUi-tooltip {
    display: none
}

@media(max-width:737px) {
    .sb-container {
        padding: 0 8px
    }
}

@media(max-width:990px) {
    .sb-results-view {
        padding: 0;
        margin-top: 16px
    }
}

.sb-results-hotel-selected .swiper-container {
    height: auto
}

.sb {
    padding: 16px !important;
    border: 1px solid #cacbcd
}

.sb__btn--verify {
    font-size: 16px !important
}

.sb-current-view {
    zoom: 1
}

.sb-current-view:after {
    content: "";
    display: block;
    clear: both
}

.sb-secret-solution-label.locked {
    color: #004274
}

.sb-member-solution-label.locked {
    color: #8573d8
}

.sb-member-solution-label,
.sb-secret-solution-label {
    font-weight: 700;
    font-size: .75rem
}

.sb-member-solution-label.locked .sb-member-solution-info:before,
.sb-member-solution-label.locked .sb-secret-solution-info:before,
.sb-secret-solution-label.locked .sb-member-solution-info:before,
.sb-secret-solution-label.locked .sb-secret-solution-info:before {
    display: inline-block;
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 4px
}

.sb-member-solution-label.unlocked,
.sb-secret-solution-label.unlocked {
    color: #61b361
}

.sb-member-solution-label.unlocked .sb-member-solution-info:before,
.sb-member-solution-label.unlocked .sb-secret-solution-info:before,
.sb-secret-solution-label.unlocked .sb-member-solution-info:before,
.sb-secret-solution-label.unlocked .sb-secret-solution-info:before {
    display: inline-block;
    content: "\f09c";
    font-family: FontAwesome;
    font-style: normal;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: inherit;
    margin-right: 4px
}

.sb-member-solution-label+.sb-few-room-tag,
.sb-secret-solution-label+.sb-few-room-tag {
    margin-top: 2px
}

.loading-indicator-text {
    font-size: 2.5rem;
    text-align: center;
    color: #5a5b5c;
    padding-top: 200px;
    background: #fff
}

.loading-indicator-spinner {
    position: absolute;
    top: 300px;
    left: 700px
}

.sb-loading {
    position: fixed;
    color: #333;
    background-color: #fff1a8;
    border: solid 1px #e7c300;
    font-size: .875rem;
    top: 5px;
    left: 45%;
    padding: 3px 10px;
    z-index: 999
}

.sb-book-button {
    background: #50a04a;
    color: #fff;
    border-top: 1px #dae2e6 solid;
    border-right: 1px #1d5a2e solid;
    border-bottom: 1px #1d5a2e solid;
    border-left: 1px #dae2e6 solid;
    cursor: pointer;
    padding: 1px 10px 3px;
    font-size: .8125rem;
    font-weight: 400;
    white-space: nowrap
}

a.sb-book-button,
a.sb-book-button:hover {
    color: #fff;
    text-decoration: none
}

.sb-has-offer {
    color: red
}

.sb-cookie-info-box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background-color: rgba(68, 68, 68, .75);
    color: #fff;
    width: 100%;
    padding: 8px;
    animation: fadein-anim 2s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sb-cookie-info-box a {
    color: #fff
}

@media(max-width:737px) {
    .sb-cookie-info-box {
        font-size: .75rem
    }
}

.sb-cookie-info-box.closed {
    display: none
}

.sb-cookie-info-buttons {
    margin-left: auto;
    margin-top: 8px
}

.sb-cookie-info-buttons .sb-cookie-extended-link {
    margin-right: 16px
}

.sb-cookie-ok-button,
a.sb-button.sb-cookie-ok-button {
    border: 1px solid #fff;
    color: #fff
}

.sb-cookie-ok-button:hover,
a.sb-button.sb-cookie-ok-button:hover {
    background: #fff;
    color: #3a3b3c
}

.sb-privacy-cookie-extended-links-container {
    clear: both;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    margin-bottom: 0
}

.sb-privacy-cookie-extended-links-container a {
    color: #004274
}

.qnt-tooltip {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.4;
    padding: 8px 12px;
    font-size: .6875rem;
    background: #5a5b5c;
    color: #fff;
    border: 0;
    box-shadow: 0 1px 5px rgba(68, 68, 68, .5)
}

#gmaps-marker-tooltip {
    width: 100%;
    height: 100%
}

.nf-notification-hotel-filters {
    background-color: #3a3b3c;
    padding: 8px;
    border-radius: 4px;
    margin: 8px
}

body {
    padding-bottom: 0
}

.sb-container {
    margin: 48px auto
}

.sb-portal-hotel-card {
    height: 330px
}

@media(max-width:990px) {
    .sb-container {
        margin: 24px 0
    }
}

.sb__guests {
    z-index: 50
}