@import url(/fonts.googleapis.com/css?family=Varela+Round);
@import url(/fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap);
@import url("/fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.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: -0.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%
    }
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0
    }
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative
    }
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
    }
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
    }
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto
    }
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em
    }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
    }
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.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
    }
/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0
    }
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.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: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em
    }
.ui-datepicker th {
    padding: 0.7em 0.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: 0.2em;
    text-align: right;
    text-decoration: none
    }
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
    }
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.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 0.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: 0.5em;
    top: 0.3em
    }
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.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: 0.25
    }
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
    }
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.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: 0.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: 0.8em
    }
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.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: 0.8em;
    height: 100px
    }
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.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
    }
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
    }
body .ui-tooltip {
    border-width: 2px
    }
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.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 0.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: 0.2em;
    margin: auto 0
    }
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
    }
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
    }
.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto
    }
.sidr.right {
    left: auto;
    right: -260px
    }
.sidr.left {
    left: -260px;
    right: auto
    }
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
    }
.slick-list, .slick-slider {
    position: relative;
    display: block
    }
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
    }
.slick-list:focus {
    outline: none
    }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
    }
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
    }
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.slick-track:after, .slick-track:before {
    display: table;
    content: ""
    }
.slick-track:after {
    clear: both
    }
.slick-loading .slick-track {
    visibility: hidden
    }
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
    }
[dir=rtl] .slick-slide {
    float: right
    }
.slick-slide img {
    display: block
    }
.slick-slide.slick-loading img {
    display: none
    }
.slick-slide.dragging img {
    pointer-events: none
    }
.slick-initialized .slick-slide {
    display: block
    }
.slick-loading .slick-slide {
    visibility: hidden
    }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
    }
.slick-arrow.slick-hidden {
    display: none
    }
.top-nav-right {
    float: right;
    padding-top: 6px
    }
.langvich-block-wrap {
    float: right;
    min-width: 90px;
    height: 30px;
    position: relative;
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 8px
    }
.langvich-block-wrap > a {
    line-height: 16px;
    font-size: 13px;
    color: #000;
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat
    }
.langvich-block-wrap > a i {
    margin: 1px 7px 0 5px
    }
.langvich-block-wrap .langs-line {
    margin: 0
    }
.langvich-block-wrap > a span {
    border-bottom: 1px solid #000;
    line-height: 12px;
    display: inline-block
    }
.langvich-block {
    display: none;
    z-index: 1000;
    width: 326px;
    border: 1px solid #999;
    position: absolute;
    background: #fff;
    right: 0;
    top: 30px;
    padding: 8px 12px 10px
    }
.langvich-block-wrap.active {
    background-color: #b3b3b3
    }
.langvich-block-wrap.active .langvich-block {
    display: block
    }
.langvich-block-top {
    border-bottom: 1px dotted #b8c1cc;
    padding: 0 9px
    }
.langvich-block-top select {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 12px;
    border-color: #a0a0a0;
    border-radius: 5px;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0, #fdfdfd 50%, #ededed 51%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(50%, #fdfdfd), color-stop(51%, #ededed), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fdfdfd, #fdfdfd 50%, #ededed 51%, #ededed);
    background: -o-linear-gradient(top, #fdfdfd 0, #fdfdfd 50%, #ededed 51%, #ededed 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0, #fdfdfd 50%, #ededed 51%, #ededed 100%);
    background: linear-gradient(180deg, #fdfdfd 0, #fdfdfd 50%, #ededed 51%, #ededed);
    height: 20px
    }
.langvich-block-bottom {
    padding: 8px 9px 0
    }
.langvich-b-b_wrap {
    padding-top: 8px;
    float: none;
    margin: 0
    }
.langvich-b-b_wrap li {
    float: none;
    margin-right: 0
    }
.langvich-b-b_wrap a {
    float: left;
    line-height: 16px;
    margin-bottom: 11px;
    font-size: 12px;
    color: #2071c9;
    text-decoration: none;
    width: 154px;
    padding: 0;
    background: none
    }
.langvich-b-b_wrap a i {
    margin: 0 5px
    }
.ui-tooltip {
    background-color: #fff;
    font-size: 13px;
    line-height: 1.5
    }
.icn-sprite {
    background-image: url(/new/designs/80/destination/sprites/img/icn.png);
    background-repeat: no-repeat;
    display: inline-block;
    border: 0;
    padding: 0;
    vertical-align: text-top
    }
.icn-1ad {
    background-position: -295px -127px;
    width: 7px;
    height: 14px
    }
.icn-1ch {
    background-position: -295px -181px;
    width: 6px;
    height: 14px
    }
.icn-2-stars-yellow {
    background-position: -90px -197px;
    width: 36px;
    height: 16px
    }
.icn-2-stars {
    background-position: -126px -197px;
    width: 36px;
    height: 16px
    }
.icn-3-stars-yellow {
    background-position: 0 -181px;
    width: 56px;
    height: 16px
    }
.icn-3-stars {
    background-position: -56px -181px;
    width: 56px;
    height: 16px
    }
.icn-4-stars-yellow {
    background-position: -119px 0;
    width: 76px;
    height: 16px
    }
.icn-4-stars {
    background-position: -119px -16px;
    width: 76px;
    height: 16px
    }
.icn-5-stars-yellow {
    background-position: 0 -85px;
    width: 96px;
    height: 16px
    }
.icn-5-stars {
    background-position: 0 -101px;
    width: 96px;
    height: 16px
    }
.icn-Images-2 {
    background-position: -248px -192px;
    width: 24px;
    height: 17px
    }
.icn-Images-3 {
    background-position: -27px -223px;
    width: 24px;
    height: 17px
    }
.icn-X-icon {
    background-position: -273px -224px;
    width: 16px;
    height: 15px
    }
.icn-accessibility {
    background-position: -248px 0;
    width: 25px;
    height: 30px
    }
.icn-address-icon {
    background-position: -248px -82px;
    width: 24px;
    height: 24px
    }
.icn-address {
    background-position: -273px -121px;
    width: 14px;
    height: 21px
    }
.icn-arr-bott-map {
    background-position: -248px -209px;
    width: 24px;
    height: 12px
    }
.icn-arr-bott {
    background-position: -295px -255px;
    width: 8px;
    height: 5px
    }
.icn-arr-sub-menu {
    background-position: -295px -260px;
    width: 8px;
    height: 5px
    }
.icn-arr-top {
    background-position: -295px -265px;
    width: 8px;
    height: 5px
    }
.icn-bathroom {
    background-position: -160px -32px;
    width: 35px;
    height: 26px
    }
.icn-calendar3 {
    background-position: -273px -32px;
    width: 19px;
    height: 18px
    }
.icn-celebration {
    background-position: -119px -86px;
    width: 34px;
    height: 31px
    }
.icn-checkbox-false {
    background-position: -248px -30px;
    width: 25px;
    height: 26px
    }
.icn-checkbox-true {
    background-position: -248px -56px;
    width: 25px;
    height: 26px
    }
.icn-clear {
    background-position: -295px -28px;
    width: 12px;
    height: 12px
    }
.icn-close-datepicker {
    background-position: -74px 0;
    width: 45px;
    height: 45px
    }
.icn-close-filter {
    background-position: -248px -106px;
    width: 22px;
    height: 22px
    }
.icn-close-icon-m {
    background-position: -225px -66px;
    width: 20px;
    height: 20px
    }
.icn-close-room {
    background-position: -295px -207px;
    width: 9px;
    height: 9px
    }
.icn-compass-img {
    background-position: -225px -86px;
    width: 20px;
    height: 20px
    }
.icn-cons-ico {
    background-position: -295px 0;
    width: 14px;
    height: 14px
    }
.icn-crosshair {
    background-position: -64px -149px;
    width: 30px;
    height: 30px
    }
.icn-d-hotel-fb-icon {
    background-position: 0 -117px;
    width: 32px;
    height: 32px
    }
.icn-d-hotel-gplus-icon {
    background-position: -32px -117px;
    width: 32px;
    height: 32px
    }
.icn-d-hotel-mail-icon {
    background-position: -64px -117px;
    width: 32px;
    height: 32px
    }
.icn-d-hotel-twitter-icon {
    background-position: -96px -117px;
    width: 32px;
    height: 32px
    }
.icn-d-logo-sm {
    background-position: 0 -51px;
    width: 51px;
    height: 34px
    }
.icn-d-logo {
    background-position: 0 0;
    width: 74px;
    height: 51px
    }
.icn-d2-calendar {
    background-position: -295px -67px;
    width: 13px;
    height: 10px
    }
.icn-d2-filters {
    background-position: -273px -50px;
    width: 20px;
    height: 17px
    }
.icn-d2-map {
    background-position: -225px -106px;
    width: 19px;
    height: 21px
    }
.icn-d2-search {
    background-position: -273px -67px;
    width: 18px;
    height: 18px
    }
.icn-d2-sorting {
    background-position: -273px -85px;
    width: 18px;
    height: 18px
    }
.icn-d2-users {
    background-position: -295px -77px;
    width: 12px;
    height: 10px
    }
.icn-gray-arr-bottom {
    background-position: -295px -163px;
    width: 10px;
    height: 9px
    }
.icn-gray-arr-top {
    background-position: -295px -172px;
    width: 10px;
    height: 9px
    }
.icn-h-lang-ar {
    background-position: -225px -148px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-ca {
    background-position: -225px -164px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-cs {
    background-position: -225px -180px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-da {
    background-position: -225px -196px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-de {
    background-position: -96px -85px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-dk {
    background-position: -96px -101px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-el {
    background-position: -51px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-en {
    background-position: -73px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-es {
    background-position: -95px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-fi {
    background-position: -117px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-fr {
    background-position: -139px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-he {
    background-position: -161px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-hi {
    background-position: -183px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-hu {
    background-position: -205px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-id {
    background-position: -227px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-it {
    background-position: -249px -223px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-ja {
    background-position: 0 -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-ko {
    background-position: -22px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-nl {
    background-position: -44px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-no {
    background-position: -66px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-pl {
    background-position: -88px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-pt {
    background-position: -110px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-ro {
    background-position: -132px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-ru {
    background-position: -154px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-sv {
    background-position: -176px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-tr {
    background-position: -198px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-tw {
    background-position: -220px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-uk {
    background-position: -242px -250px;
    width: 22px;
    height: 16px
    }
.icn-h-lang-usa {
    background-position: -273px 0;
    width: 22px;
    height: 16px
    }
.icn-h-lang-zh {
    background-position: -273px -16px;
    width: 22px;
    height: 16px
    }
.icn-h2-next-slide-s {
    background-position: 0 -277px;
    width: 12px;
    height: 18px
    }
.icn-h2-next-slide {
    background-position: -273px -142px;
    width: 14px;
    height: 21px
    }
.icn-h2-prev-slide-s {
    background-position: -12px -277px;
    width: 12px;
    height: 18px
    }
.icn-h2-prev-slide {
    background-position: -273px -163px;
    width: 14px;
    height: 21px
    }
.icn-header-arr {
    background-position: -295px -156px;
    width: 13px;
    height: 7px
    }
.icn-header-arrow_bottom {
    background-position: -295px -249px;
    width: 9px;
    height: 6px
    }
.icn-header-menu-back {
    background-position: -295px -40px;
    width: 9px;
    height: 16px
    }
.icn-hotel-fb-icon {
    background-position: -128px -117px;
    width: 32px;
    height: 32px
    }
.icn-hotel-gplus-icon {
    background-position: -160px -117px;
    width: 32px;
    height: 32px
    }
.icn-hotel-mail-icon {
    background-position: 0 -149px;
    width: 32px;
    height: 32px
    }
.icn-hotel-show-less {
    background-position: -295px -225px;
    width: 8px;
    height: 9px
    }
.icn-hotel-show-more {
    background-position: -295px -234px;
    width: 8px;
    height: 9px
    }
.icn-hotel-twitter-icon {
    background-position: -32px -149px;
    width: 32px;
    height: 32px
    }
.icn-kava {
    background-position: -160px -59px;
    width: 30px;
    height: 26px
    }
.icn-key-features-arr {
    background-position: -295px -148px;
    width: 12px;
    height: 8px
    }
.icn-key-features-arr2 {
    background-position: -295px -141px;
    width: 14px;
    height: 7px
    }
.icn-lang-and-carency-arr {
    background-position: -295px -103px;
    width: 13px;
    height: 8px
    }
.icn-less-btn-img {
    background-position: -302px -195px;
    width: 6px;
    height: 11px
    }
.icn-list-map-m {
    background-position: -273px -200px;
    width: 21px;
    height: 12px
    }
.icn-list-map {
    background-position: -273px -212px;
    width: 21px;
    height: 12px
    }
.icn-m-stars-1 {
    background-position: -295px -56px;
    width: 12px;
    height: 11px
    }
.icn-m-stars-2 {
    background-position: 0 -266px;
    width: 25px;
    height: 11px
    }
.icn-m-stars-3 {
    background-position: -176px -181px;
    width: 38px;
    height: 11px
    }
.icn-m-stars-4 {
    background-position: -162px -197px;
    width: 51px;
    height: 11px
    }
.icn-m-stars-5 {
    background-position: -112px -181px;
    width: 64px;
    height: 11px
    }
.icn-map-direction {
    background-position: -225px -127px;
    width: 19px;
    height: 21px
    }
.icn-map-next {
    background-position: -225px 0;
    width: 23px;
    height: 33px
    }
.icn-map-prev {
    background-position: -225px -33px;
    width: 23px;
    height: 33px
    }
.icn-menu-arr-active {
    background-position: -301px -181px;
    width: 7px;
    height: 12px
    }
.icn-menu-arr {
    background-position: -295px -195px;
    width: 7px;
    height: 12px
    }
.icn-menu-icon-2 {
    background-position: -30px -197px;
    width: 30px;
    height: 20px
    }
.icn-menu-icon {
    background-position: -60px -197px;
    width: 30px;
    height: 20px
    }
.icn-menu-select-arr {
    background-position: -295px -270px;
    width: 8px;
    height: 4px
    }
.icn-menu-select-arr2 {
    background-position: -295px -111px;
    width: 13px;
    height: 8px
    }
.icn-mob-rate-arr-b {
    background-position: -295px -87px;
    width: 14px;
    height: 8px
    }
.icn-mob-rate-arr-t {
    background-position: -295px -95px;
    width: 14px;
    height: 8px
    }
.icn-more-btn-img {
    background-position: -295px -243px;
    width: 11px;
    height: 6px
    }
.icn-new-zoom {
    background-position: 0 -223px;
    width: 27px;
    height: 27px
    }
.icn-open-filter {
    background-position: -248px -128px;
    width: 22px;
    height: 22px
    }
.icn-parking-h {
    background-position: -119px -32px;
    width: 41px;
    height: 27px
    }
.icn-parking {
    background-position: -119px -59px;
    width: 41px;
    height: 27px
    }
.icn-photos-ico {
    background-position: -24px -277px;
    width: 16px;
    height: 13px
    }
.icn-plus {
    background-position: -302px -127px;
    width: 7px;
    height: 14px
    }
.icn-pros-ico {
    background-position: -295px -14px;
    width: 14px;
    height: 14px
    }
.icn-restaurant {
    background-position: -153px -86px;
    width: 38px;
    height: 27px
    }
.icn-search-img {
    background-position: -273px -103px;
    width: 18px;
    height: 18px
    }
.icn-select-arr {
    background-position: -273px -254px;
    width: 18px;
    height: 10px
    }
.icn-service-1 {
    background-position: -94px -149px;
    width: 30px;
    height: 30px
    }
.icn-service-115 {
    background-position: -124px -149px;
    width: 30px;
    height: 30px
    }
.icn-service-2 {
    background-position: -154px -149px;
    width: 30px;
    height: 30px
    }
.icn-service-3 {
    background-position: -195px 0;
    width: 30px;
    height: 30px
    }
.icn-service-3114 {
    background-position: -195px -30px;
    width: 30px;
    height: 30px
    }
.icn-service-4 {
    background-position: -195px -60px;
    width: 30px;
    height: 30px
    }
.icn-service-471 {
    background-position: -195px -90px;
    width: 30px;
    height: 30px
    }
.icn-service-492 {
    background-position: -195px -120px;
    width: 30px;
    height: 30px
    }
.icn-service-6 {
    background-position: -195px -150px;
    width: 30px;
    height: 30px
    }
.icn-show-all-blue {
    background-position: -295px -216px;
    width: 9px;
    height: 9px
    }
.icn-show-icon {
    background-position: -273px -239px;
    width: 15px;
    height: 15px
    }
.icn-show-less-blue {
    background-position: -295px -274px;
    width: 9px;
    height: 1px
    }
.icn-telephone {
    background-position: -89px -51px;
    width: 30px;
    height: 26px
    }
.icn-television {
    background-position: 0 -197px;
    width: 30px;
    height: 26px
    }
.icn-v-icon {
    background-position: -225px -212px;
    width: 18px;
    height: 10px
    }
.icn-view-map {
    background-position: -248px -150px;
    width: 23px;
    height: 21px
    }
.icn-view-photo {
    background-position: -248px -171px;
    width: 20px;
    height: 21px
    }
.icn-white-arr-bot {
    background-position: -295px -119px;
    width: 13px;
    height: 8px
    }
.icn-wi-fi {
    background-position: -51px -51px;
    width: 38px;
    height: 27px
    }
.icn-zoom-img {
    background-position: -273px -184px;
    width: 16px;
    height: 16px
    }
.icon {
    display: inline-block;
    vertical-align: middle;
    fill: inherit;
    stroke: inherit
    }
.icon-correct {
    height: 1em;
    width: 1.3em
    }
.icon-24-hour-check-in {
    height: 1em;
    width: 1.103896em
    }
.icon-24-hour-room-service {
    height: 1em;
    width: 1.03397em
    }
.icon-additional-bed {
    height: 1em;
    width: 1.231024em
    }
.icon-adult-1 {
    height: 1em;
    width: 1em
    }
.icon-adult-1-1 {
    height: 1em;
    width: 2.15em
    }
.icon-adult-1-2 {
    height: 1em;
    width: 2.4em
    }
.icon-adult-1-3 {
    height: 1em;
    width: 2.7em
    }
.icon-adult-2 {
    height: 1em;
    width: 2.1em
    }
.icon-adult-2-1 {
    height: 1em;
    width: 3.315em
    }
.icon-adult-2-2 {
    height: 1em;
    width: 3.595em
    }
.icon-adult-2-3 {
    height: 1em;
    width: 3.925em
    }
.icon-adult-3 {
    height: 1em;
    width: 2.045em
    }
.icon-adult-4 {
    height: 1em;
    width: 2.065em
    }
.icon-adult-5, .icon-adult-6 {
    height: 1em;
    width: 2.055em
    }
.icon-adult-7 {
    height: 1em;
    width: 2.045em
    }
.icon-adults-gay {
    height: 1em;
    width: 1em
    }
.icon-adultsonly {
    height: 1em;
    width: 0.749936em
    }
.icon-air-conditioning {
    height: 1em;
    width: 1.14728em
    }
.icon-alert-icon {
    height: 1em;
    width: 1.135802em
    }
.icon-aparthotel {
    height: 1em;
    width: 0.897361em
    }
.icon-apartment {
    height: 1em;
    width: 1.10943em
    }
.icon-arr-down, .icon-arr-up {
    height: 1em;
    width: 1.969231em
    }
.icon-arrow {
    height: 1em;
    width: 2em
    }
.icon-arrow-down {
    height: 1em;
    width: 1.5em
    }
.icon-arrow-down-sunset {
    height: 1em;
    width: 1.801802em
    }
.icon-arrow-light {
    height: 1em;
    width: 0.5625em
    }
.icon-arrow-point-to-left, .icon-arrow-point-to-right {
    height: 1em;
    width: 0.666667em
    }
.icon-b-b {
    height: 1em;
    width: 1.215975em
    }
.icon-baby-cot {
    height: 1em;
    width: 1.413586em
    }
.icon-balcony {
    height: 1em;
    width: 0.927696em
    }
.icon-bathrobe {
    height: 1em;
    width: 0.832993em
    }
.icon-bathtub {
    height: 1em;
    width: 1.400659em
    }
.icon-breakfast {
    height: 1em;
    width: 1.12579em
    }
.icon-business-facilities {
    height: 1em;
    width: 1.230469em
    }
.icon-business_facilities {
    height: 1em;
    width: 1.230645em
    }
.icon-butler {
    height: 1em;
    width: 0.843697em
    }
.icon-calendar {
    height: 1em;
    width: 1.047619em
    }
.icon-calendar-sunset {
    height: 1em;
    width: 1em
    }
.icon-camera {
    height: 1em;
    width: 1.166667em
    }
.icon-carousel-arrow, .icon-carousel-arrow-r {
    height: 1em;
    width: 1.178344em
    }
.icon-check-1 {
    height: 1em;
    width: 1.071429em
    }
.icon-check-2 {
    height: 1em;
    width: 1em
    }
.icon-check-3 {
    height: 1em;
    width: 1.777778em
    }
.icon-check-d9 {
    height: 1em;
    width: 1.331483em
    }
.icon-check-map {
    height: 1em;
    width: 1.375em
    }
.icon-check-mark, .icon-checked-6 {
    height: 1em;
    width: 1em
    }
.icon-child-friendly {
    height: 1em;
    width: 1.142967em
    }
.icon-childcare {
    height: 1em;
    width: 1.03396em
    }
.icon-close {
    height: 1em;
    width: 1em
    }
.icon-concierge {
    height: 1em;
    width: 0.833617em
    }
.icon-conference, .icon-correct-h9 {
    height: 1em;
    width: 1em
    }
.icon-country-house {
    height: 1em;
    width: 1.33588em
    }
.icon-detached-house {
    height: 1em;
    width: 1.234087em
    }
.icon-dinner {
    height: 1em;
    width: 1em
    }
.icon-distance-to {
    height: 1em;
    width: 1.064903em
    }
.icon-down-arrow-h9 {
    height: 1em;
    width: 2em
    }
.icon-dryer {
    height: 1em;
    width: 1em
    }
.icon-early-late {
    height: 1em;
    width: 0.84769em
    }
.icon-ecofriendly {
    height: 1em;
    width: 0.910255em
    }
.icon-essentials {
    height: 1em;
    width: 0.80061em
    }
.icon-facebook-circular {
    height: 1em;
    width: 1em
    }
.icon-facebook-icon {
    height: 1em;
    width: 0.555556em
    }
.icon-facilities-0, .icon-facilities-1, .icon-facilities-2, .icon-facilities-3, .icon-facilities-4, .icon-facilities-5, .icon-facilities-7, .icon-facilities-8, .icon-facilities-9, .icon-facilities-10, .icon-facilities-11, .icon-facilities-12, .icon-facilities-13, .icon-facilities-14, .icon-facilities-15, .icon-facilities-16, .icon-facilities-17, .icon-facilities-18, .icon-facilities-19 {
    height: 1em;
    width: 1em
    }
.icon-filter-check-mark {
    height: 1em;
    width: 1.333333em
    }
.icon-filter-d9 {
    height: 1em;
    width: 1.1em
    }
.icon-fitness-center-gym {
    height: 1em;
    width: 1.147297em
    }
.icon-five-24-hour-check-in, .icon-five-adultsonly, .icon-five-air-conditioning, .icon-five-breakfast, .icon-five-business-facilities {
    height: 1em;
    width: 1.0625em
    }
.icon-five-calendar {
    height: 1em;
    width: 1em
    }
.icon-five-child-friendly, .icon-five-early-late, .icon-five-fitness-center-gym, .icon-five-internet {
    height: 1em;
    width: 1.0625em
    }
.icon-five-local-attraction {
    height: 1em;
    width: 1.15em
    }
.icon-five-location {
    height: 1em;
    width: 0.7em
    }
.icon-five-minus-sign, .icon-five-no-pets-allowed {
    height: 1em;
    width: 1em
    }
.icon-five-no-smoking, .icon-five-parking, .icon-five-pets-allowed {
    height: 1em;
    width: 1.0625em
    }
.icon-five-photo-gallery {
    height: 1em;
    width: 1.15em
    }
.icon-five-plus-sign {
    height: 1em;
    width: 1em
    }
.icon-five-private-beach, .icon-five-restaurant-bar {
    height: 1em;
    width: 1.0625em
    }
.icon-five-route-planner {
    height: 1em;
    width: 1em
    }
.icon-five-shuttle, .icon-five-ski, .icon-five-smoking-allowed, .icon-five-spa, .icon-five-swimming-pool, .icon-five-tennis, .icon-five-wheelchair-access, .icon-five-wi-fi {
    height: 1em;
    width: 1.0625em
    }
.icon-flat-building {
    height: 1em;
    width: 0.781333em
    }
.icon-fridge {
    height: 1em;
    width: 0.875167em
    }
.icon-game-room {
    height: 1em;
    width: 1.390682em
    }
.icon-golf {
    height: 1em;
    width: 1.028401em
    }
.icon-google-circular {
    height: 1em;
    width: 1em
    }
.icon-google-plus-icon {
    height: 1em;
    width: 1.555556em
    }
.icon-group-4 {
    height: 1em;
    width: 1.25em
    }
.icon-group-booking, .icon-h2-directions, .icon-h2-fb, .icon-h2-google {
    height: 1em;
    width: 1em
    }
.icon-h2-location {
    height: 1em;
    width: 0.70073em
    }
.icon-h2-mc {
    height: 1em;
    width: 4.775em
    }
.icon-h2-pay {
    height: 1em;
    width: 3.95625em
    }
.icon-h2-pr, .icon-h2-review, .icon-h2-tw {
    height: 1em;
    width: 1em
    }
.icon-h2-visa {
    height: 1em;
    width: 2.252174em
    }
.icon-h3-filter-landmarks {
    height: 1em;
    width: 1.142857em
    }
.icon-h3-filter-restaurants {
    height: 1em;
    width: 1.2em
    }
.icon-h3-filter-transportation {
    height: 1em;
    width: 0.882353em
    }
.icon-h3-map-arrow-down {
    height: 1em;
    width: 1.75em
    }
.icon-h5-map-filter-check {
    height: 1em;
    width: 1.222222em
    }
.icon-h5-map-transport {
    height: 1em;
    width: 0.857143em
    }
.icon-h5-rate-album {
    height: 1em;
    width: 1em
    }
.icon-h5-rate-arrow {
    height: 1em;
    width: 1.5em
    }
.icon-h5-rate-bed {
    height: 1em;
    width: 1.625em
    }
.icon-h5-rate-check {
    height: 1em;
    width: 1.333333em
    }
.icon-h5-rate-close {
    height: 1em;
    width: 1em
    }
.icon-h5-rate-guests {
    height: 1em;
    width: 1.25em
    }
.icon-h5-rate-info, .icon-h5-rate-view {
    height: 1em;
    width: 1em
    }
.icon-hairdryer {
    height: 1em;
    width: 0.902089em
    }
.icon-heating {
    height: 1em;
    width: 0.806272em
    }
.icon-home {
    height: 1em;
    width: 1.073922em
    }
.icon-ic-h2-close {
    height: 1em;
    width: 1em
    }
.icon-improvement-n9 {
    height: 1em;
    width: 1.111111em
    }
.icon-info1 {
    height: 1em;
    width: 1em
    }
.icon-info2 {
    height: 1em;
    width: 1.055556em
    }
.icon-info3, .icon-instagram-icon {
    height: 1em;
    width: 1em
    }
.icon-internet {
    height: 1em;
    width: 1.373009em
    }
.icon-internet-wire {
    height: 1em;
    width: 0.937356em
    }
.icon-iron {
    height: 1em;
    width: 1.523748em
    }
.icon-kitchenette {
    height: 1em;
    width: 0.812491em
    }
.icon-list {
    height: 1em;
    width: 1em
    }
.icon-location {
    height: 1em;
    width: 0.75em
    }
.icon-logo-icon {
    height: 1em;
    width: 0.888889em
    }
.icon-luggage-storage {
    height: 1em;
    width: 0.562004em
    }
.icon-mail-1 {
    height: 1em;
    width: 1.75em
    }
.icon-map-marker {
    height: 1em;
    width: 0.75em
    }
.icon-massage {
    height: 1em;
    width: 0.891707em
    }
.icon-maximize, .icon-menu-btn {
    height: 1em;
    width: 1em
    }
.icon-menu-icon {
    height: 1em;
    width: 1.461538em
    }
.icon-microwave {
    height: 1em;
    width: 1.333408em
    }
.icon-mountain-lift {
    height: 1em;
    width: 1.284632em
    }
.icon-need-help-empty {
    height: 1em;
    width: 1em
    }
.icon-need-help-filled {
    height: 1em;
    width: 0.875em
    }
.icon-nespresso-machine {
    height: 1em;
    width: 0.6875em
    }
.icon-new-arrow {
    height: 1em;
    width: 1.666667em
    }
.icon-new-arrow-chevron {
    height: 1em;
    width: 1.6em
    }
.icon-new-star {
    height: 1em;
    width: 1.058824em
    }
.icon-nice-check, .icon-no-kids, .icon-no-pets, .icon-no-pets-allowed {
    height: 1em;
    width: 1em
    }
.icon-no-smoking {
    height: 1em;
    width: 0.984196em
    }
.icon-number-of-bedrooms {
    height: 1em;
    width: 1.10943em
    }
.icon-number-of-beds {
    height: 1em;
    width: 1.600431em
    }
.icon-number-of-guests {
    height: 1em;
    width: 0.810444em
    }
.icon-paper-plane {
    height: 1em;
    width: 1.4375em
    }
.icon-parking {
    height: 1em;
    width: 1.558092em
    }
.icon-pets-allowed {
    height: 1em;
    width: 1.032348em
    }
.icon-picture-d9 {
    height: 1em;
    width: 0.964286em
    }
.icon-pinterest-circular, .icon-popup-close {
    height: 1em;
    width: 1em
    }
.icon-private-beach {
    height: 1em;
    width: 0.829119em
    }
.icon-quality-n9 {
    height: 1em;
    width: 1em
    }
.icon-respect-n9 {
    height: 1em;
    width: 1.222222em
    }
.icon-restaurant-bar {
    height: 1em;
    width: 1.474765em
    }
.icon-room-key {
    height: 1em;
    width: 1em
    }
.icon-room-service {
    height: 1em;
    width: 0.898993em
    }
.icon-s-arrow-to-left, .icon-s-arrow-to-right {
    height: 1em;
    width: 0.56em
    }
.icon-sauna {
    height: 1em;
    width: 1.273371em
    }
.icon-scroll-top-h9, .icon-searcher {
    height: 1em;
    width: 1em
    }
.icon-secure-footer {
    height: 1em;
    width: 2.47619em
    }
.icon-service-1, .icon-service-2, .icon-service-3, .icon-service-492, .icon-service-3114 {
    height: 1em;
    width: 1em
    }
.icon-shampoo {
    height: 1em;
    width: 0.580273em
    }
.icon-shared-room {
    height: 1em;
    width: 1.582912em
    }
.icon-shower-jacuzzi {
    height: 1em;
    width: 1.000169em
    }
.icon-shuttle {
    height: 1em;
    width: 1.02597em
    }
.icon-ski {
    height: 1em;
    width: 0.750194em
    }
.icon-smoking-allowed {
    height: 1em;
    width: 1.322427em
    }
.icon-sort-d9 {
    height: 1em;
    width: 0.9em
    }
.icon-spa {
    height: 1em;
    width: 0.968474em
    }
.icon-star {
    height: 1em;
    width: 1em
    }
.icon-subscribe-btn-h9 {
    height: 1em;
    width: 1.125em
    }
.icon-success-1, .icon-success-2, .icon-sunset-24-hour-check-in, .icon-sunset-air-conditioning, .icon-sunset-alert-icon, .icon-sunset-breakfast, .icon-sunset-business-facilities, .icon-sunset-child-friendly, .icon-sunset-early-late, .icon-sunset-fitness-center-gym {
    height: 1em;
    width: 1em
    }
.icon-sunset-gallery-icon {
    height: 1em;
    width: 1.263158em
    }
.icon-sunset-internet, .icon-sunset-no-pets-allowed, .icon-sunset-no-smoking, .icon-sunset-parking, .icon-sunset-pets-allowed {
    height: 1em;
    width: 1em
    }
.icon-sunset-photo-camera {
    height: 1em;
    width: 1.125em
    }
.icon-sunset-private-beach {
    height: 1em;
    width: 1em
    }
.icon-sunset-rate-arrow {
    height: 1em;
    width: 1.71875em
    }
.icon-sunset-rate-attention {
    height: 1em;
    width: 1em
    }
.icon-sunset-rate-bed {
    height: 1em;
    width: 1.571429em
    }
.icon-sunset-rate-check {
    height: 1em;
    width: 1em
    }
.icon-sunset-rate-coffee {
    height: 1em;
    width: 0.79602em
    }
.icon-sunset-rate-guests {
    height: 1em;
    width: 0.83125em
    }
.icon-sunset-rate-info {
    height: 1em;
    width: 0.3em
    }
.icon-sunset-rate-view {
    height: 1em;
    width: 1.470588em
    }
.icon-sunset-restaurant-bar, .icon-sunset-search, .icon-sunset-shuttle, .icon-sunset-ski, .icon-sunset-smoking-allowed, .icon-sunset-spa, .icon-sunset-swimming-pool, .icon-sunset-tennis, .icon-sunset-wheelchair-access, .icon-sunset-wi-fi, .icon-sv-facilities-0, .icon-sv-facilities-1, .icon-sv-facilities-2, .icon-sv-facilities-3, .icon-sv-facilities-4, .icon-sv-facilities-5, .icon-sv-facilities-7, .icon-sv-facilities-8, .icon-sv-facilities-9, .icon-sv-facilities-10, .icon-sv-facilities-11, .icon-sv-facilities-12, .icon-sv-facilities-13, .icon-sv-facilities-14, .icon-sv-facilities-15, .icon-sv-facilities-16, .icon-sv-facilities-17, .icon-sv-facilities-18, .icon-sv-facilities-19 {
    height: 1em;
    width: 1em
    }
.icon-swap {
    height: 1em;
    width: 1.25em
    }
.icon-swimming-pool {
    height: 1em;
    width: 1.334681em
    }
.icon-tea-coffee-facilities {
    height: 1em;
    width: 0.803044em
    }
.icon-team-n9 {
    height: 1em;
    width: 1em
    }
.icon-tennis {
    height: 1em;
    width: 0.90671em
    }
.icon-time-left-d9 {
    height: 1em;
    width: 1.025em
    }
.icon-toiletries {
    height: 1em;
    width: 0.810815em
    }
.icon-townhouse {
    height: 1em;
    width: 1.096435em
    }
.icon-tv {
    height: 1em;
    width: 1.197049em
    }
.icon-twitter-circular {
    height: 1em;
    width: 1em
    }
.icon-twitter-icon {
    height: 1em;
    width: 1.222222em
    }
.icon-uk-facilities-0, .icon-uk-facilities-1, .icon-uk-facilities-2, .icon-uk-facilities-3, .icon-uk-facilities-4, .icon-uk-facilities-10, .icon-uk-facilities-11, .icon-uk-facilities-12, .icon-uk-facilities-13, .icon-uk-facilities-14, .icon-uk-facilities-15, .icon-uk-facilities-16, .icon-uk-facilities-17, .icon-uk-facilities-18, .icon-uk-facilities-19 {
    height: 1em;
    width: 1em
    }
.icon-uk-facilities-5 {
    height: 1em;
    width: 1.034483em
    }
.icon-uk-facilities-7, .icon-uk-facilities-8, .icon-uk-facilities-9, .icon-uk-no-animals, .icon-uk-no-kids {
    height: 1em;
    width: 1em
    }
.icon-verification-mark {
    height: 1em;
    width: 1.333333em
    }
.icon-villa {
    height: 1em;
    width: 1.302682em
    }
.icon-vip {
    height: 1em;
    width: 1.403422em
    }
.icon-washer {
    height: 1em;
    width: 1em
    }
.icon-wheelchair-access {
    height: 1em;
    width: 0.801912em
    }
.icon-why-book-house {
    height: 1em;
    width: 0.823529em
    }
.icon-why-book-padlock {
    height: 1em;
    width: 0.8em
    }
.icon-why-book-piggy-bank {
    height: 1em;
    width: 0.857143em
    }
.icon-why-book-telephone {
    height: 1em;
    width: 1em
    }
.icon-wi-fi {
    height: 1em;
    width: 1.373009em
    }
.icon-zoom {
    height: 1em;
    width: 1em
    }
.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane, .leaflet-marker-icon, .leaflet-marker-pane, .leaflet-marker-shadow, .leaflet-overlay-pane, .leaflet-overlay-pane svg, .leaflet-popup-pane, .leaflet-shadow-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-tile-pane, .leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
    }
.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
    }
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
    }
.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block
    }
.leaflet-container img {
    max-width: none !important
    }
.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important
    }
.leaflet-tile {
    filter: inherit;
    visibility: hidden
    }
.leaflet-tile-loaded {
    visibility: inherit
    }
.leaflet-zoom-box {
    width: 0;
    height: 0
    }
.leaflet-overlay-pane svg {
    -moz-user-select: none
    }
.leaflet-tile-pane {
    z-index: 2
    }
.leaflet-objects-pane {
    z-index: 3
    }
.leaflet-overlay-pane {
    z-index: 4
    }
.leaflet-shadow-pane {
    z-index: 5
    }
.leaflet-marker-pane {
    z-index: 6
    }
.leaflet-popup-pane {
    z-index: 7
    }
.leaflet-vml-shape {
    width: 1px;
    height: 1px
    }
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
    }
.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto
    }
.leaflet-bottom, .leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
    }
.leaflet-top {
    top: 0
    }
.leaflet-right {
    right: 0
    }
.leaflet-bottom {
    bottom: 0
    }
.leaflet-left {
    left: 0
    }
.leaflet-control {
    float: left;
    clear: both
    }
.leaflet-right .leaflet-control {
    float: right
    }
.leaflet-top .leaflet-control {
    margin-top: 10px
    }
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
    }
.leaflet-left .leaflet-control {
    margin-left: 10px
    }
.leaflet-right .leaflet-control {
    margin-right: 10px
    }
.leaflet-fade-anim .leaflet-popup, .leaflet-fade-anim .leaflet-tile {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
    }
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup, .leaflet-fade-anim .leaflet-tile-loaded {
    opacity: 1
    }
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1)
    }
.leaflet-pan-anim .leaflet-tile, .leaflet-touching .leaflet-zoom-animated, .leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
    }
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
    }
.leaflet-clickable {
    cursor: pointer
    }
.leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab
    }
.leaflet-control, .leaflet-popup-pane {
    cursor: auto
    }
.leaflet-dragging .leaflet-clickable, .leaflet-dragging .leaflet-container {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
    }
.leaflet-container {
    background: #ddd;
    outline: 0
    }
.leaflet-container a {
    color: #0078a8
    }
.leaflet-container a.leaflet-active {
    outline: 2px solid orange
    }
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0, 0%, 100%, 0.5)
    }
.leaflet-container {
    font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif
    }
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px
    }
.leaflet-bar a, .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
    }
.leaflet-bar a, .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
    }
.leaflet-bar a:hover {
    background-color: #f4f4f4
    }
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
    }
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
    }
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
    }
.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
    }
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    font: 700 18px Lucida Console, Monaco, monospace;
    text-indent: 1px
    }
.leaflet-control-zoom-out {
    font-size: 20px
    }
.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px
    }
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px
    }
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px
    }
.leaflet-control-layers-toggle {
    width: 36px;
    height: 36px
    }
.leaflet-retina .leaflet-control-layers-toggle {
    background-size: 26px 26px
    }
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
    }
.leaflet-control-layers-expanded .leaflet-control-layers-toggle, .leaflet-control-layers .leaflet-control-layers-list {
    display: none
    }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
    }
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
    }
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
    }
.leaflet-control-layers label {
    display: block
    }
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
    }
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, 0.7);
    margin: 0
    }
.leaflet-control-attribution, .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
    }
.leaflet-control-attribution a {
    text-decoration: none
    }
.leaflet-control-attribution a:hover {
    text-decoration: underline
    }
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 11px
    }
.leaflet-left .leaflet-control-scale {
    margin-left: 5px
    }
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
    }
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.5)
    }
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
    }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
    }
.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers {
    box-shadow: none
    }
.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box
    }
.leaflet-popup {
    position: absolute;
    text-align: center
    }
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
    }
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
    }
.leaflet-popup-content p {
    margin: 18px 0
    }
.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden
    }
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
    }
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
    }
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent
    }
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
    }
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
    }
.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
    }
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"
    }
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
    }
.leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
    }
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
    }
.leaflet-routing-container, .leaflet-routing-error {
    width: 320px;
    background-color: #fff;
    padding-top: 4px;
    transition: all 0.2s ease;
    box-sizing: border-box
    }
.leaflet-control-container .leaflet-routing-container-hide {
    width: 32px;
    height: 32px
    }
.leaflet-routing-container h2 {
    font-size: 14px
    }
.leaflet-routing-container h3 {
    font-size: 12px;
    font-weight: 400
    }
.leaflet-routing-collapsible .leaflet-routing-geocoders {
    margin-top: 20px
    }
.leaflet-routing-alt, .leaflet-routing-error, .leaflet-routing-geocoders {
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    max-height: 320px;
    overflow-y: auto;
    transition: all 0.2s ease
    }
.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt, .leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders {
    display: none
    }
.leaflet-bar .leaflet-routing-alt:last-child {
    border-bottom: none
    }
.leaflet-routing-alt-minimized {
    color: #888;
    max-height: 64px;
    overflow: hidden;
    cursor: pointer
    }
.leaflet-routing-alt table {
    border-collapse: collapse
    }
.leaflet-routing-alt tr:hover {
    background-color: #eee;
    cursor: pointer
    }
.leaflet-routing-alt::-webkit-scrollbar {
    width: 8px
    }
.leaflet-routing-alt::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #eee
    }
.leaflet-routing-alt::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #888
    }
.leaflet-routing-icon {
    -webkit-background-size: 240px 20px;
    background-size: 240px 20px;
    background-repeat: no-repeat;
    margin: 0;
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px
    }
.leaflet-routing-icon-continue {
    background-position: 0 0
    }
.leaflet-routing-icon-sharp-right {
    background-position: -20px 0
    }
.leaflet-routing-icon-turn-right {
    background-position: -40px 0
    }
.leaflet-routing-icon-bear-right {
    background-position: -60px 0
    }
.leaflet-routing-icon-u-turn {
    background-position: -80px 0
    }
.leaflet-routing-icon-sharp-left {
    background-position: -100px 0
    }
.leaflet-routing-icon-turn-left {
    background-position: -120px 0
    }
.leaflet-routing-icon-bear-left {
    background-position: -140px 0
    }
.leaflet-routing-icon-depart {
    background-position: -160px 0
    }
.leaflet-routing-icon-enter-roundabout {
    background-position: -180px 0
    }
.leaflet-routing-icon-arrive {
    background-position: -200px 0
    }
.leaflet-routing-icon-via {
    background-position: -220px 0
    }
.leaflet-routing-geocoders div {
    padding: 4px 0
    }
.leaflet-routing-geocoders input {
    width: 303px;
    width: calc(100% - 4px);
    line-height: 1.67;
    border: 1px solid #ccc
    }
.leaflet-routing-geocoders button {
    font: 700 18px Lucida Console, Monaco, monospace;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 3px 0 0;
    float: right;
    cursor: pointer;
    transition: background-color 0.2s ease
    }
.leaflet-routing-add-waypoint:after {
    content: "+"
    }
.leaflet-routing-reverse-waypoints:after {
    font-weight: 400;
    content: "⇅"
    }
.leaflet-routing-geocoders button:hover {
    background-color: #eee
    }
.leaflet-routing-geocoder, .leaflet-routing-geocoders input, .leaflet-routing-remove-waypoint {
    position: relative
    }
.leaflet-routing-geocoder-result {
    font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1000
    }
.leaflet-routing-geocoder-result table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    cursor: pointer
    }
.leaflet-routing-geocoder-result-open {
    max-height: 800px
    }
.leaflet-routing-geocoder-result tr:hover, .leaflet-routing-geocoder-selected {
    background-color: #eee
    }
.leaflet-routing-geocoder-no-results {
    font-style: italic;
    color: #888
    }
.leaflet-routing-remove-waypoint {
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
    }
.leaflet-routing-remove-waypoint:after {
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    z-index: 1;
    right: 1px;
    top: 4px;
    bottom: 0;
    font-size: 18px;
    font-weight: 700;
    content: "×";
    text-align: center;
    cursor: pointer;
    color: #ccc;
    background: #fff;
    margin: -16px auto auto;
    padding: 2px 4px 16px 2px;
    line-height: 1
    }
.leaflet-routing-remove-waypoint:hover {
    color: #000
    }
.leaflet-routing-instruction-distance {
    width: 48px
    }
.leaflet-routing-collapse-btn {
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 24px;
    color: #ccc;
    font-weight: 700
    }
.leaflet-routing-collapse-btn:after {
    content: "×"
    }
.leaflet-routing-container-hide .leaflet-routing-collapse-btn {
    position: relative;
    left: 4px;
    top: 4px;
    display: block;
    width: 26px;
    height: 23px
    }
.leaflet-routing-container-hide .leaflet-routing-collapse-btn:after {
    content: none
    }
.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide {
    margin-top: 10px !important
    }
.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide {
    margin-right: 10px !important
    }
.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide {
    margin-bottom: 10px !important
    }
.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide {
    margin-left: 10px !important
    }
@media only screen and (max-width: 640px) {
    .leaflet-routing-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: 100%
        }
    }
.leaflet-control-geocoder {
    border-radius: 4px;
    background: #fff;
    min-width: 26px;
    min-height: 26px
    }
.leaflet-touch .leaflet-control-geocoder {
    min-width: 30px;
    min-height: 30px
    }
.leaflet-control-geocoder .leaflet-control-geocoder-icon, .leaflet-control-geocoder a {
    border-bottom: none;
    display: inline-block
    }
.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
    width: inherit;
    height: inherit;
    line-height: inherit
    }
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover, .leaflet-control-geocoder a:hover {
    border-bottom: none;
    display: inline-block
    }
.leaflet-control-geocoder-form {
    display: none;
    vertical-align: middle
    }
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    display: inline-block
    }
.leaflet-control-geocoder-form input {
    font-size: 120%;
    border: 0;
    background-color: transparent;
    width: 246px
    }
.leaflet-control-geocoder-icon {
    border-radius: 4px;
    width: 26px;
    height: 26px;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%
    }
.leaflet-touch .leaflet-control-geocoder-icon {
    width: 30px;
    height: 30px
    }
.leaflet-control-geocoder-form-no-error {
    display: none
    }
.leaflet-control-geocoder-form input:focus {
    outline: none
    }
.leaflet-control-geocoder-form button {
    display: none
    }
.leaflet-control-geocoder-error {
    margin-top: 8px;
    margin-left: 8px;
    display: block;
    color: #444
    }
.leaflet-control-geocoder-alternatives {
    display: block;
    width: 272px;
    list-style: none;
    padding: 0;
    margin: 0
    }
.leaflet-control-geocoder-alternatives-minimized {
    display: none;
    height: 0
    }
.leaflet-control-geocoder-alternatives li {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
    cursor: pointer
    }
.leaflet-control-geocoder-alternatives li a, .leaflet-control-geocoder-alternatives li a:hover {
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: inherit;
    border-radius: inherit;
    text-align: left
    }
.leaflet-control-geocoder-alternatives li:last-child {
    border-bottom: none
    }
.leaflet-control-geocoder-alternatives li:hover, .leaflet-control-geocoder-selected {
    background-color: #f5f5f5
    }
.leaflet-control-geocoder-address-context {
    color: #666
    }
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in
    }
.leaflet-cluster-spider-leg {
    -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
    -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
    -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
    transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in
    }
.marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6)
    }
.marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6)
    }
.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6)
    }
.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6)
    }
.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6)
    }
.marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6)
    }
.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c
    }
.leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39
    }
.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357
    }
.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c
    }
.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73
    }
.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017
    }
.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px
    }
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px Helvetica Neue, Arial, Helvetica, sans-serif
    }
.marker-cluster span {
    line-height: 30px
    }
.mutable-lang-block {
    cursor: pointer;
    text-align: right;
    margin-top: 10px
    }
.mutable-lang-block .__lang-block {
    display: inline-block;
    position: relative;
    text-align: left
    }
.mutable-lang-block .__lang-block .__arr-bottom {
    margin-top: 6px;
    margin-left: 2px
    }
.mutable-lang-block .__lang-block:hover {
    background: #f5f5f5
    }
.mutable-lang-block .__lang-block:hover .lang-item__hide {
    visibility: visible
    }
.mutable-lang-block .__lang-block .__code {
    color: #333;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: 1px
    }
.mutable-lang-block .style-uppercase {
    text-transform: uppercase
    }
.mutable-lang-block .lang-item {
    padding: 0 10px;
    display: inline-block;
    line-height: 44px
    }
.mutable-lang-block .lang-item > .icn-sprite {
    margin-right: 2px
    }
.mutable-lang-block .lang-item__hide:after, .mutable-lang-block .lang-item__hide:before {
    right: 5px;
    position: absolute;
    content: "";
    z-index: 1000
    }
.mutable-lang-block .lang-item__hide:before {
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc
    }
.mutable-lang-block .lang-item__hide:after {
    top: -19px;
    border: 10px solid transparent;
    border-bottom-color: #fff
    }
.mutable-lang-block .lang-item__hide {
    visibility: hidden;
    width: 720px;
    position: absolute;
    right: 0;
    line-height: 1.5;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 100;
    cursor: default;
    transition: visibility 0s ease-out 0.2s
    }
.mutable-lang-block .lang-item__hide .language-item, .mutable-lang-block .lang-item__hide .link-item {
    line-height: 23px;
    float: left;
    width: 33%;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
    text-decoration: none;
    color: #333;
    cursor: pointer
    }
.mutable-lang-block .lang-item__hide .language-item i, .mutable-lang-block .lang-item__hide .link-item i {
    margin-top: 2px
    }
.mutable-lang-block .lang-item__hide .language-item:hover, .mutable-lang-block .lang-item__hide .link-item:hover {
    background-color: #1171b7;
    color: #fff;
    text-decoration: none
    }
.mutable-lang-block .lang-item__hide .language-item {
    line-height: 15px
    }
.mutable-lang-block .lang-item__hide .language-item.active, .mutable-lang-block .lang-item__hide .link-item.active {
    background: #f5f5f5;
    color: #333;
    cursor: default;
    pointer-events: none
    }
.mutable-lang-block2 {
    position: relative;
    text-align: right;
    margin-top: 10px
    }
.mutable-lang-block2 .lang-item__hide {
    visibility: hidden;
    position: absolute;
    transition: visibility 0s ease-out 0.2s;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 640px;
    z-index: 100;
    right: 0;
    border: 1px solid #ccc
    }
.mutable-lang-block2 .lang-item__hide .link-item.active {
    background: #f5f5f5;
    border-radius: 3px;
    pointer-events: none
    }
.mutable-lang-block2 .lang-item__hide .link-item.active span {
    text-decoration: none
    }
.mutable-lang-block2 .lang-item__hide .link-item {
    text-decoration: none;
    margin: 0 1% 0 0;
    width: 26%;
    vertical-align: top;
    color: #333;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    cursor: pointer
    }
.mutable-lang-block2 .lang-item__hide .link-item__text {
    font-weight: 400;
    text-decoration: underline;
    position: relative;
    top: -1px;
    float: right;
    width: 75%;
    color: #26aada;
    text-align: left
    }
.mutable-lang-block2 .lang-item__hide .__title {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333
    }
.mutable-lang-block2 .__lang-block {
    border: 1px solid #26aada;
    display: inline-block;
    text-align: left
    }
.mutable-lang-block2 .__lang-block .lang-item {
    display: inline-block;
    line-height: 36px;
    padding: 0 20px;
    color: #26aada;
    cursor: pointer;
    font-size: 12px
    }
.mutable-lang-block2 .__lang-block:last-child {
    border-left: 0;
    margin-left: -3px
    }
.mutable-lang-block2 .__lang-block:hover .lang-item__hide {
    visibility: visible
    }
.mutable-lang-block3 {
    position: relative;
    text-align: right;
    margin-top: 10px
    }
.mutable-lang-block3 .lang-item__hide {
    visibility: hidden;
    position: absolute;
    transition: visibility 0s ease-out 0.2s;
    background: #fff;
    box-sizing: border-box;
    width: 640px;
    z-index: 100;
    right: 0;
    padding: 8px 16px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-color: #0283df #ccc;
    border-style: solid;
    border-width: 1px 1px 2px;
    margin-top: 5px
    }
.mutable-lang-block3 .lang-item__hide:after, .mutable-lang-block3 .lang-item__hide:before {
    box-shadow: none;
    display: inline-block;
    content: "";
    position: absolute
    }
.mutable-lang-block3 .lang-item__hide:before {
    border-right: 9px solid transparent;
    border-bottom: 9px solid #0283df;
    border-left: 9px solid transparent;
    z-index: 1001;
    top: -9px;
    right: 20px
    }
.mutable-lang-block3 .lang-item__hide:after {
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    top: -8px;
    z-index: 1002;
    right: 20px
    }
.mutable-lang-block3 .lang-item__hide .link-item.active {
    background: #f4f4f4;
    border-radius: 3px;
    pointer-events: none
    }
.mutable-lang-block3 .lang-item__hide .link-item.active span {
    text-decoration: none
    }
.mutable-lang-block3 .lang-item__hide .link-item {
    padding: 6px 4px;
    text-decoration: none;
    display: block;
    color: #26aada;
    font-size: 12px;
    float: left;
    width: 30%;
    border-bottom: 1px solid #ccc;
    margin-right: 18px;
    cursor: pointer
    }
.mutable-lang-block3 .lang-item__hide .link-item:nth-child(3n) {
    margin-right: 0
    }
.mutable-lang-block3 .lang-item__hide .link-item:hover {
    background: #f4f4f4
    }
.mutable-lang-block3 .lang-item__hide .link-item:hover span {
    color: #26aada
    }
.mutable-lang-block3 .lang-item__hide .link-item__text {
    font-weight: 400;
    color: #333;
    padding-left: 15px;
    text-align: left
    }
.mutable-lang-block3 .lang-item__hide .__title {
    padding: 8px 14px 6px;
    background: #f4f4f4;
    display: block;
    clear: both;
    color: #333;
    font-weight: 400;
    font-size: 12.6px;
    margin: 8px 0 10px
    }
.mutable-lang-block3 .__lang-block {
    border: 1px solid #26aada;
    display: inline-block;
    text-align: left;
    position: relative;
    background: #fafafa
    }
.mutable-lang-block3 .__lang-block .lang-item {
    display: inline-block;
    line-height: 44px;
    padding: 0 20px;
    color: #26aada;
    cursor: pointer;
    font-size: 12px
    }
.mutable-lang-block3 .__lang-block .lang-item i {
    margin-top: 2px
    }
.mutable-lang-block3 .__lang-block:last-child {
    border-left: 0;
    margin-left: -3px
    }
.mutable-lang-block3 .__lang-block:hover .lang-item__hide {
    visibility: visible
    }
.mutable-lang-block4 {
    position: relative;
    text-align: right;
    margin-top: 10px
    }
.mutable-lang-block4 .__lang-block, .mutable-lang-block4 .lang-item {
    display: inline-block
    }
.mutable-lang-block4 .__lang-block:hover .lang-item {
    text-decoration: underline;
    cursor: pointer;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 -1px;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 20000
    }
.mutable-lang-block4 .__lang-block:hover .lang-item__hide {
    visibility: visible;
    margin-top: -1px
    }
.mutable-lang-block4 .lang-item {
    text-transform: uppercase;
    font-size: 12px;
    height: 45px;
    color: #333;
    padding: 16px 10px 0;
    box-sizing: border-box
    }
.mutable-lang-block4 .lang-item a {
    color: #333;
    text-decoration: none;
    pointer-events: none
    }
.mutable-lang-block4 .lang-item i {
    margin-top: 4px;
    margin-left: 5px
    }
.mutable-lang-block4 .lang-item__hide {
    position: absolute;
    visibility: hidden;
    padding: 15px 15px 0;
    z-index: 10000;
    width: 320px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.175);
    line-height: 1;
    right: 0;
    background: #fff;
    text-align: left
    }
.mutable-lang-block4 .lang-item__hide .span-item {
    cursor: pointer
    }
.mutable-lang-block4 .lang-item__hide .link-item, .mutable-lang-block4 .lang-item__hide .span-item {
    display: block;
    font-size: 14px;
    padding: 13px 0;
    border-top: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer
    }
.mutable-lang-block4 .lang-item__hide .link-item span, .mutable-lang-block4 .lang-item__hide .span-item span {
    font-weight: 400
    }
.mutable-lang-block4 .lang-item__hide .link-item:hover, .mutable-lang-block4 .lang-item__hide .span-item:hover {
    background-color: #1171b7;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff
    }
.mutable-lang-block4 .lang-item__hide .link-item:first-child, .mutable-lang-block4 .lang-item__hide .span-item:first-child {
    border: 0
    }
.mutable-lang-block5 {
    position: relative;
    text-align: right;
    margin-top: 10px
    }
.mutable-lang-block5 .__lang-block, .mutable-lang-block5 .lang-item {
    display: inline-block
    }
.mutable-lang-block5 .__lang-block:hover .lang-item {
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 20000
    }
.mutable-lang-block5 .__lang-block:hover .lang-item a {
    color: #fff
    }
.mutable-lang-block5 .__lang-block:hover .lang-item__hide {
    max-height: 630px;
    transition: max-height 0.25s ease-in
    }
.mutable-lang-block5 .lang-item {
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    height: 45px;
    padding: 16px 10px 0;
    box-sizing: border-box
    }
.mutable-lang-block5 .lang-item a {
    text-decoration: none;
    pointer-events: none
    }
.mutable-lang-block5 .lang-item i {
    margin-top: 4px;
    margin-left: 5px
    }
.mutable-lang-block5 .lang-item .__lang-icn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px
    }
.mutable-lang-block5 .lang-item__hide {
    position: absolute;
    max-height: 0;
    z-index: 10000;
    line-height: 1;
    right: 0;
    background: #fff;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.15s ease-out
    }
.mutable-lang-block5 .lang-item__hide div {
    padding: 15px
    }
.mutable-lang-block5 .lang-item__hide .link-item {
    display: block;
    font-size: 12px;
    padding: 7px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    cursor: pointer
    }
.mutable-lang-block5 .lang-item__hide .link-item__text {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px
    }
.mutable-lang-block5 .lang-item__hide .link-item:hover {
    background-color: #ff5a5f;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff
    }
.mutable-lang-block5 .lang-item__hide .link-item:first-child {
    border: 0
    }
.mutable-lang-block6 .language-currency-block {
    text-align: right;
    padding: 24px 0
    }
.mutable-lang-block6 .language-currency-block .language-currency-drop {
    cursor: pointer
    }
.mutable-lang-block6 .language-currency-block .language-currency-drop.current .div-select {
    display: block
    }
.mutable-lang-block6 .language-currency-block ul {
    display: inline-block
    }
.mutable-lang-block6 .language-currency-block li {
    display: inline-block;
    border-right: 1px solid #000;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    position: relative
    }
.mutable-lang-block6 .language-currency-block li span {
    cursor: pointer;
    font-size: 12px
    }
.mutable-lang-block6 .language-currency-block li span i {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px
    }
.mutable-lang-block6 .language-currency-block li:last-child {
    border: 0
    }
.mutable-lang-block6 .language-currency-block li div {
    display: inline-block
    }
.mutable-lang-block6 .language-currency-block li select {
    border: 0;
    height: 18px;
    line-height: 18px;
    outline: none;
    font-size: 11px;
    background: #fff;
    cursor: pointer
    }
.mutable-lang-block6 .language-currency-block li a {
    text-decoration: none;
    color: #000;
    font-size: 11px
    }
.mutable-lang-block6 .language-currency-block li .div-select {
    position: absolute;
    left: -10px;
    width: 200px;
    text-align: left;
    background: #fff;
    z-index: 10;
    padding: 10px 5px;
    border: 1px solid #bfbfbf;
    height: 200px;
    overflow-y: scroll;
    top: 20px;
    display: none
    }
.mutable-lang-block6 .language-currency-block li .div-select .link-item {
    display: block;
    padding: 0 5px;
    cursor: pointer
    }
.mutable-lang-block6 .language-currency-block li .div-select .link-item:first-child {
    margin-top: 0
    }
.mutable-lang-block6 .language-currency-block li .div-select .link-item:last-child {
    margin-bottom: 0
    }
.mutable-lang-block6 .language-currency-block li .div-select .link-item:hover {
    background: #eee
    }
.mutable-lang-block6 .language-currency-block li .div-select.lang-block {
    left: inherit;
    right: -20px;
    width: 120px
    }
.mutable-lang-block6 .language-currency-block li .div-select.lang-block .link-item {
    padding: 2px 5px;
    margin: 5px 0;
    cursor: pointer
    }
.mutable-lang-block6 .language-currency-block li .div-select.lang-block .link-item:first-child {
    margin-top: 0
    }
.mutable-lang-block6 .language-currency-block li .div-select.lang-block .link-item:last-child {
    margin-bottom: 0
    }
.mutable-lang-block6 .language-currency-block li:first-child i:first-child {
    vertical-align: top;
    margin-top: 1px
    }
.mutable-lang-block7 {
    position: relative;
    text-align: right;
    margin-top: 10px
    }
.mutable-lang-block7 .__lang-block, .mutable-lang-block7 .lang-item {
    display: inline-block
    }
.mutable-lang-block7 .__lang-block:hover .lang-item {
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 20000
    }
.mutable-lang-block7 .__lang-block:hover .lang-item a {
    color: #fff
    }
.mutable-lang-block7 .__lang-block:hover .lang-item__hide {
    max-height: 630px;
    transition: max-height 0.25s ease-in
    }
.mutable-lang-block7 .__lang-block:hover .lang-item__title {
    display: none
    }
.mutable-lang-block7 .lang-item {
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    height: 45px;
    padding: 16px 10px 0;
    box-sizing: border-box
    }
.mutable-lang-block7 .lang-item a {
    text-decoration: none;
    pointer-events: none
    }
.mutable-lang-block7 .lang-item i {
    margin-top: 4px;
    margin-left: 5px
    }
.mutable-lang-block7 .lang-item .__lang-icn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px
    }
.mutable-lang-block7 .lang-item__hide {
    position: absolute;
    max-height: 0;
    z-index: 10000;
    line-height: 1;
    right: 0;
    background: #fff;
    text-align: left;
    overflow: hidden;
    transition: max-height 0.15s ease-out
    }
.mutable-lang-block7 .lang-item__hide div {
    padding: 15px
    }
.mutable-lang-block7 .lang-item__hide .link-item {
    display: block;
    font-size: 12px;
    padding: 7px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    cursor: pointer
    }
.mutable-lang-block7 .lang-item__hide .link-item__text {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px
    }
.mutable-lang-block7 .lang-item__hide .link-item:hover {
    background-color: #ff5a5f;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff
    }
.mutable-lang-block7 .lang-item__hide .link-item:first-child {
    border: 0
    }
.mutable-lang-block7 .__flag-icn-block .lang-item__hide {
    width: 198px
    }
.mutable-lang-block7 .__flag-icn-block .lang-item__hide .link-item, .mutable-lang-block7 .__flag-icn-block .lang-item__hide a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0
    }
.mutable-lang-block7 .__flag-icn-block .lang-item__hide .link-item i, .mutable-lang-block7 .__flag-icn-block .lang-item__hide a i {
    border-radius: 10px
    }
.mutable-lang-block, .mutable-lang-block2, .mutable-lang-block3, .mutable-lang-block4, .mutable-lang-block5, .mutable-lang-block6, .mutable-lang-block7 {
    padding-top: 0
    }
.mutable-lang-block2 .lang-item__hide, .mutable-lang-block3 .lang-item__hide, .mutable-lang-block4 .lang-item__hide, .mutable-lang-block5 .lang-item__hide, .mutable-lang-block6 .lang-item__hide, .mutable-lang-block7 .lang-item__hide, .mutable-lang-block .lang-item__hide {
    z-index: 101
    }
.mutable-lang-block2 .__lang-block .__arr-bottom, .mutable-lang-block3 .__lang-block .__arr-bottom, .mutable-lang-block4 .__lang-block .__arr-bottom, .mutable-lang-block5 .__lang-block .__arr-bottom, .mutable-lang-block6 .__lang-block .__arr-bottom, .mutable-lang-block7 .__lang-block .__arr-bottom, .mutable-lang-block .__lang-block .__arr-bottom {
    vertical-align: inherit
    }
.mutable-lang-block2 .__lang-block .__code, .mutable-lang-block3 .__lang-block .__code, .mutable-lang-block4 .__lang-block .__code, .mutable-lang-block5 .__lang-block .__code, .mutable-lang-block6 .__lang-block .__code, .mutable-lang-block7 .__lang-block .__code, .mutable-lang-block .__lang-block .__code {
    font-size: 16px
    }
.mutable-lang-block {
    margin-top: 0
    }
.mutable-lang-block .lang-item {
    line-height: 25px
    }
.mutable-lang-block .__lang-block a span {
    color: #333
    }
.mutable-lang-block .__lang-block:last-child span {
    border: none
    }
.mutable-lang-block2 {
    margin-top: 0
    }
.mutable-lang-block2 .lang-item__hide a, .mutable-lang-block2 .link-item {
    margin: 0;
    width: 29%
    }
.mutable-lang-block2 .lang-item__hide a span, .mutable-lang-block2 .link-item span {
    top: 8px;
    left: 6px
    }
.mutable-lang-block2 .__lang-block, .mutable-lang-block3 .__lang-block {
    border: none;
    vertical-align: top
    }
.mutable-lang-block2 .__lang-block .lang-item, .mutable-lang-block3 .__lang-block .lang-item {
    color: #4d4d4d
    }
.mutable-lang-block3 {
    margin-top: 0
    }
.mutable-lang-block3 .__lang-block {
    background: none
    }
.mutable-lang-block3 .__lang-block .lang-item {
    line-height: 37px
    }
.mutable-lang-block3 .__lang-block .lang-item i {
    margin-top: -1px
    }
.mutable-lang-block3 .lang-item__hide a, .mutable-lang-block3 .link-item {
    width: 45%;
    margin-right: 0
    }
.mutable-lang-block4 {
    margin-top: 0
    }
.mutable-lang-block4 .lang-item__hide a span {
    color: #333
    }
.link-item, .mutable-lang-block4 .lang-item__hide a {
    padding: 5px 0
    }
.mutable-lang-block4 .lang-item, .mutable-lang-block5 .lang-item {
    padding: 0 10px
    }
.mutable-lang-block5 {
    margin-top: 0
    }
.mutable-lang-block5 .lang-item a > span {
    border: none
    }
.mutable-lang-block5 .lang-item .icn-sprite {
    margin-top: -2px
    }
.mutable-lang-block5 .lang-item__hide .link-item, .mutable-lang-block5 .lang-item__hide a {
    padding: 5px 0
    }
.mutable-lang-block5 .lang-item__hide .link-item span, .mutable-lang-block5 .lang-item__hide a span {
    border: none
    }
.mutable-lang-block5 .__lang-block:first-child:hover .lang-item__hide {
    width: 340px
    }
.mutable-lang-block6 .language-currency-block {
    padding: 0
    }
.mutable-lang-block6 .language-currency-block li {
    border: none
    }
.mutable-lang-block6 .language-currency-block li .div-select.lang-block {
    right: 9px;
    width: 150px
    }
.mutable-lang-block6 .language-currency-block li .div-select.lang-block span {
    color: #333
    }
.mutable-lang-block6 .div-select.lang-block, .mutable-lang-block6 .language-currency-drop .div-select {
    z-index: 101 !important
    }
.mutable-lang-block7 {
    margin-top: 0
    }
.mutable-lang-block7 .lang-item {
    padding: 0 10px
    }
.mutable-lang-block7 .lang-item .icn-sprite {
    margin-top: -1px
    }
.mutable-lang-block7 .link-item .lang-item__title {
    display: none !important
    }
.link-item, .mutable-lang-block7 .lang-item__hide a {
    padding: 5px 0
    }
.link-item span, .mutable-lang-block7 .lang-item__hide a span {
    border: none
    }
.mutable-lang-block7 .__lang-block:first-child .lang-item__hide {
    width: 340px
    }
.language-align {
    float: right
    }
.header-top .mutable-lang-block4 .__lang-block:last-child .lang-item span {
    border-right: 0
    }
.header-top .mutable-lang-block4 .lang-item {
    border-color: transparent !important;
    height: 34px
    }
.header-top .mutable-lang-block4 .lang-item a {
    display: inline-block
    }
.header-top .mutable-lang-block5 .lang-item, .header-top .mutable-lang-block7 .lang-item {
    height: 34px
    }
* {
    margin: 0;
    padding: 0
    }
body {
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #484848;
    background: #fff;
    min-height: 100%
    }
h1, h2, h3, h4, h5, h6 {
    font-family: Varela Round, sans-serif;
    color: #484848
    }
input {
    font-size: 16px
    }
h1 {
    font-size: 36px
    }
h2 {
    font-size: 24px
    }
h3 {
    font-size: 18px
    }
fieldset, img {
    border: 0
    }
p {
    margin: 10px 0
    }
a {
    color: #484848;
    text-decoration: none
    }
a:hover {
    text-decoration: underline
    }
ul {
    list-style: none
    }
select {
    padding: 1px;
    font-size: 16px
    }
.input-text, select, textarea {
    vertical-align: middle;
    border: 1px solid
    }
.input-text, textarea {
    padding: 2px
    }
.clearfix:after, .clearfix:before {
    content: " ";
    display: block
    }
.clearfix:after {
    clear: both
    }
.gradient-container, div.container {
    max-width: 1112px;
    width: 100%;
    margin: 0 auto
    }
.pull-left {
    float: left !important
    }
.pull-right {
    float: right !important
    }
.hidden, .show-mob {
    display: none !important
    }
.hide-mob {
    display: block
    }
.ui-dialog.ui-widget .count, .ui-dialog.ui-widget .results, .ui-dialog.ui-widget .splash.hidden {
    display: block !important
    }
@media (max-width: 767px) {
    .hide-mob {
        display: none !important
        }
    .show-mob {
        display: block !important
        }
    }
.header-top {
    width: 100%;
    z-index: 2;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #dce0e0
    }
.header-top .container {
    height: 100%;
    width: 100%;
    max-width: 3000px;
    padding: 0 10px;
    box-sizing: border-box
    }
.header-top .header-top-title {
    line-height: 60px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #484848
    }
.header-top .header-top-title-logo {
    float: left;
    margin-right: 5px
    }
.header-top .header-top-right {
    float: right;
    line-height: 60px
    }
.header-top .header-top-right li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top
    }
.header-top .header-top-right li:last-child span {
    border-right: none;
    padding-right: 0
    }
.header-top .header-top-right span {
    cursor: pointer;
    display: inline-block;
    padding-right: 16px
    }
.header-top .header-top-right .find-header-block {
    position: absolute;
    top: 34px
    }
.header-top .header-top-right .icn-white-arr-bot {
    margin-left: 5px;
    vertical-align: inherit
    }
.language-currency-block {
    text-align: right
    }
.language-currency-block .language-currency-drop {
    cursor: pointer
    }
.language-currency-block .language-currency-drop.current .div-select {
    display: block
    }
.language-currency-block ul {
    display: inline-block
    }
.language-currency-block li {
    display: inline-block;
    border-right: 1px solid #fff;
    height: 18px;
    line-height: 18px;
    position: relative
    }
.language-currency-block li span {
    cursor: pointer
    }
.language-currency-block li span i {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 10px
    }
.language-currency-block li:last-child {
    border: 0
    }
.language-currency-block li div {
    display: inline-block
    }
.language-currency-block li select {
    border: 0;
    height: 18px;
    line-height: 18px;
    outline: none;
    background: #fff;
    cursor: pointer
    }
.language-currency-block li a {
    text-decoration: none;
    color: #000
    }
.language-currency-block li .div-select {
    position: absolute;
    left: -24px;
    width: 195px;
    text-align: left;
    background: #fff;
    z-index: 10;
    padding: 10px 5px;
    border: 1px solid #bfbfbf;
    height: 200px;
    overflow-y: scroll;
    top: 20px;
    display: none
    }
.language-currency-block li .div-select a {
    display: block;
    padding: 0 5px
    }
.language-currency-block li .div-select a:first-child {
    margin-top: 0
    }
.language-currency-block li .div-select a:last-child {
    margin-bottom: 0
    }
.language-currency-block li .div-select a:hover {
    background: #eee
    }
.language-currency-block li .div-select.lang-block {
    left: inherit;
    right: -1px;
    width: 147px
    }
.language-currency-block li .div-select.lang-block a {
    padding: 2px 5px;
    margin: 5px 0
    }
.language-currency-block li .div-select.lang-block a:first-child {
    margin-top: 0
    }
.language-currency-block li .div-select.lang-block a:last-child {
    margin-bottom: 0
    }
.language-currency-block li:first-child i:first-child {
    vertical-align: top;
    margin-top: 1px
    }
.d-logo-wrapper {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%
    }
.d-logo {
    position: relative;
    height: 540px;
    text-align: center;
    display: table !important;
    width: 100%
    }
.d-logo .__inner {
    display: table-cell;
    vertical-align: middle
    }
.d-logo a {
    color: #fff;
    font-weight: 700
    }
.d-logo a:hover {
    text-decoration: none;
    color: #b3b3b3
    }
.d-logo .d-logo__subheader {
    display: inline-block;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    font-size: 26px
    }
.d-logo img {
    vertical-align: text-top
    }
.d-logo a.hide-mob {
    vertical-align: top;
    display: inline-block !important
    }
.d-logo .d-logo__header {
    text-decoration: none;
    font-size: 60px
    }
.d-logo .icn-d-logo {
    vertical-align: top;
    margin-right: 14px;
    margin-top: 5px
    }
.d-logo .d-logo__link-wrap {
    display: inline-block;
    margin-left: 15px
    }
.header-bottom, .header-gradient {
    position: relative
    }
.header-bottom {
    width: 100%
    }
.header-blur {
    position: absolute;
    filter: blur(5px);
    width: 978px;
    height: 200px;
    top: 40px
    }
@media (min-width: 767px) {
    .sidr-menu {
        display: none
        }
    }
.top-nav-right__menu li span > a {
    color: #484848
    }
.header-top .header-top-right span.__code {
    color: #484848 !important
    }
.content.container.page-main .page-title h2 {
    text-align: center
    }
.page-main .left-col {
    width: 100%
    }
.page-main .map-btn {
    left: inherit;
    right: 20px;
    width: auto;
    padding: 0 20px;
    top: 54px;
    text-transform: uppercase;
    height: 38px;
    line-height: 40px
    }
.page-main .right-col {
    width: 100% !important
    }
.page-main .text {
    line-height: 24px;
    margin-left: 10px
    }
.find-a-hotel h3, .hotels-by-location h3 {
    line-height: 80px;
    padding-top: 9px
    }
.find-a-hotel-wrapper {
    vertical-align: top
    }
.find-a-hotel-wrapper .find-a-hotel .find-a-hotel-filter-wrapper {
    margin-bottom: 40px;
    width: 100%
    }
@media (max-width: 767px) {
    .find-a-hotel-wrapper .find-a-hotel .find-a-hotel-filter-wrapper {
        margin-bottom: 20px
        }
    }
.find-a-hotel-wrapper .find-a-hotel h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5
    }
.find-a-hotel-wrapper .find-a-hotel a.bold, .find-a-hotel-wrapper .find-a-hotel p.bold {
    cursor: pointer;
    font: 700 16px/1.5 Varela Round, sans-serif;
    border-bottom: 1px solid #dce0e0;
    color: #484848
    }
.find-a-hotel-wrapper .find-a-hotel a.bold:hover, .find-a-hotel-wrapper .find-a-hotel p.bold:hover {
    text-decoration: none
    }
.find-a-hotel-wrapper .find-a-hotel p.bold {
    cursor: default
    }
.find-a-hotel-wrapper .find-a-hotel .all-hotels {
    display: block;
    width: 100%;
    font: 700 16px/1.5 Varela Round, sans-serif;
    border-top: 1px solid #dce0e0;
    padding-top: 20px
    }
.find-a-hotel-wrapper .find-a-hotel .find-a-hotel-ttl {
    text-align: left;
    font-size: 20px
    }
.find-a-hotel-wrapper .find-a-hotel .landmarks-types-list {
    text-align: left
    }
.find-a-hotel-wrapper .find-a-hotel .landmarks-types-list div, .find-a-hotel-wrapper .find-a-hotel .landmarks-types-list h3 {
    width: 100%;
    text-align: left
    }
.find-a-hotel-wrapper .find-a-hotel .landmarks-types-list ul {
    width: 100%;
    padding-bottom: 15px;
    text-align: justify;
    line-height: 0;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify
    }
.find-a-hotel-wrapper .find-a-hotel .landmarks-types-list ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden
    }
.find-a-hotel-wrapper .find-a-hotel .landmarks-types-list ul .sub {
    display: inline-block
    }
.find-a-hotel-filters {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify
    }
@media (max-width: 767px) {
    .find-a-hotel-filters {
        margin-top: 0
        }
    }
.find-a-hotel-filters:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden
    }
.find-a-hotel-filters div {
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    text-align-last: left
    }
.find-a-hotel-filters div a.bold, .find-a-hotel-filters div p.bold {
    margin-bottom: 18px;
    margin-top: 20px;
    display: block
    }
.find-a-hotel-filters li {
    color: #7f7f7f
    }
.find-a-hotel {
    line-height: normal;
    padding: 5px;
    color: #325ca9;
    font-weight: 400
    }
@media (max-width: 767px) {
    .find-a-hotel {
        padding: 0 15px
        }
    }
.find-a-hotel > div {
    text-align: left;
    display: inline-block;
    vertical-align: top
    }
.find-a-hotel > div > a {
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
    word-break: break-all
    }
.find-a-hotel > div ul {
    overflow: hidden;
    column-count: 4;
    column-gap: 15px
    }
@media (max-width: 767px) {
    .find-a-hotel > div ul {
        column-count: 2
        }
    }
@media (max-width: 414px) {
    .find-a-hotel > div ul {
        column-count: 1
        }
    }
.find-a-hotel > div ul li {
    line-height: 26px;
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
    }
@media (max-width: 767px) {
    .find-a-hotel > div ul li {
        font-size: 12px
        }
    }
.landmarks-types-list div {
    width: 100%
    }
.landmarks-types-list ul {
    width: 100%;
    line-height: 0;
    column-count: 4;
    column-gap: 15px
    }
@media (max-width: 767px) {
    .landmarks-types-list ul {
        column-count: 2
        }
    }
@media (max-width: 414px) {
    .landmarks-types-list ul {
        column-count: 1
        }
    }
.landmarks-types-list ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden
    }
.landmarks-types-list ul li {
    display: block;
    box-sizing: border-box;
    text-align: left;
    text-align-last: left;
    color: #7f7f7f;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
    }
.main .left-col .find-a-hotel.__vertical.clearfix {
    width: 100%
    }
.main .left-col .find-a-hotel.__vertical.clearfix .find-a-hotel {
    float: none
    }
.hotels-by-location {
    margin-bottom: 20px
    }
.hotels-by-location .column {
    text-align: left;
    width: 25%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: -13px
    }
.hotels-by-location .column li {
    line-height: 26px
    }
.main-content {
    text-align: left;
    margin-top: 26px
    }
.main-content h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 36px
    }
.hotels-main-text {
    margin-bottom: 20px
    }
.hotels-main-text p {
    width: 49.5%;
    padding-right: 25px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 24px;
    margin: 0 0 20px;
    vertical-align: top
    }
.main-hotels {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    vertical-align: top
    }
.main-hotels p.all {
    position: absolute;
    top: 0;
    right: 0
    }
.main-hotels p.all a {
    color: #325ca9
    }
.main-hotels h3 {
    margin-bottom: 20px;
    text-align: center
    }
.main-hotels .main-hotel-block {
    width: 352px;
    display: inline-block;
    min-height: 520px;
    margin: 0 10px 20px;
    max-height: 520px;
    overflow: hidden;
    text-align: left;
    float: left
    }
.main-hotels .main-hotel-block .link-image {
    cursor: pointer
    }
.main-hotels .main-hotel-block h4 {
    font-size: 24px;
    margin-top: 3px
    }
.main-hotels .main-hotel-block.last {
    margin-right: 0
    }
.main-hotels .address {
    line-height: 20px
    }
.main-hotels .address .icn-address {
    margin-top: -2px
    }
.main-hotels .hotel-description {
    line-height: 24px
    }
.main-hotels .column {
    line-height: 26px;
    display: inline-block;
    width: 348px;
    margin: 0 10px 10px;
    vertical-align: top;
    text-align: left;
    float: left
    }
.main-hotels .column a {
    color: #000;
    font-size: 12px
    }
.main-hotels .column:last-child {
    padding-right: 0
    }
.map-wrap {
    position: relative;
    height: 150px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px
    }
.main-map-wrap {
    width: 100%;
    height: 150px;
    z-index: 5
    }
.page-about .left-col .find-a-hotel h3, .page-about .left-col .hotels-by-location h3, .page-add_hotel .left-col .find-a-hotel h3, .page-add_hotel .left-col .hotels-by-location h3, .page-contact .left-col .find-a-hotel h3, .page-contact .left-col .hotels-by-location h3, .page-copyright .left-col .find-a-hotel h3, .page-copyright .left-col .hotels-by-location h3, .page-directory .left-col .find-a-hotel h3, .page-directory .left-col .hotels-by-location h3, .page-districts .left-col .find-a-hotel h3, .page-districts .left-col .hotels-by-location h3, .page-hotel_list .left-col .find-a-hotel h3, .page-hotel_list .left-col .hotels-by-location h3, .page-landmarks .left-col .find-a-hotel h3, .page-landmarks .left-col .hotels-by-location h3, .page-privacy .left-col .find-a-hotel h3, .page-privacy .left-col .hotels-by-location h3, .page-static .left-col .find-a-hotel h3, .page-static .left-col .hotels-by-location h3 {
    line-height: inherit;
    margin-bottom: 10px;
    margin-top: 20px
    }
.page-about .left-col .l-map, .page-add_hotel .left-col .l-map, .page-contact .left-col .l-map, .page-copyright .left-col .l-map, .page-directory .left-col .l-map, .page-districts .left-col .l-map, .page-hotel_list .left-col .l-map, .page-landmarks .left-col .l-map, .page-privacy .left-col .l-map, .page-static .left-col .l-map {
    display: none
    }
.page-about .left-col .find-a-hotel > div, .page-add_hotel .left-col .find-a-hotel > div, .page-contact .left-col .find-a-hotel > div, .page-copyright .left-col .find-a-hotel > div, .page-directory .left-col .find-a-hotel > div, .page-districts .left-col .find-a-hotel > div, .page-hotel_list .left-col .find-a-hotel > div, .page-landmarks .left-col .find-a-hotel > div, .page-privacy .left-col .find-a-hotel > div, .page-static .left-col .find-a-hotel > div {
    width: 100%;
    float: none;
    margin-bottom: 24px
    }
.page-about .left-col .find-a-hotel > div .all-hotels, .page-add_hotel .left-col .find-a-hotel > div .all-hotels, .page-contact .left-col .find-a-hotel > div .all-hotels, .page-copyright .left-col .find-a-hotel > div .all-hotels, .page-directory .left-col .find-a-hotel > div .all-hotels, .page-districts .left-col .find-a-hotel > div .all-hotels, .page-hotel_list .left-col .find-a-hotel > div .all-hotels, .page-landmarks .left-col .find-a-hotel > div .all-hotels, .page-privacy .left-col .find-a-hotel > div .all-hotels, .page-static .left-col .find-a-hotel > div .all-hotels {
    margin-top: 0
    }
.page-about .left-col .hotels-by-location .column, .page-add_hotel .left-col .hotels-by-location .column, .page-contact .left-col .hotels-by-location .column, .page-copyright .left-col .hotels-by-location .column, .page-directory .left-col .hotels-by-location .column, .page-districts .left-col .hotels-by-location .column, .page-hotel_list .left-col .hotels-by-location .column, .page-landmarks .left-col .hotels-by-location .column, .page-privacy .left-col .hotels-by-location .column, .page-static .left-col .hotels-by-location .column {
    width: 100%;
    margin-top: 0
    }
.find-a-hotel.__vertical h3 {
    text-align: left;
    line-height: 30px
    }
.find-a-hotel.__vertical > div a.bold, .find-a-hotel.__vertical > div p.bold {
    margin-bottom: 18px;
    margin-top: 20px;
    display: block
    }
.rtl .landmarks-types-list ul {
    direction: ltr
    }
.page-cities .price_and_boock-now_wrap {
    margin-top: 10px
    }
.page-cities .hotel-text {
    min-height: 69px
    }
.page-about .find-a-hotel-wrapper, .page-add_hotel .find-a-hotel-wrapper, .page-contact .find-a-hotel-wrapper, .page-privacy .find-a-hotel-wrapper {
    display: none
    }
.page-add_hotel .form-field-wrap, .page-add_hotel .page-title h1, .page-contact .form-field-wrap, .page-contact .page-title h1 {
    text-align: center
    }
.page-add_hotel #form-add_hotel, .page-add_hotel #form-feedback, .page-contact #form-add_hotel, .page-contact #form-feedback {
    display: inline-block
    }
.city-item__title, .page-add_hotel #form-add_hotel .form-field-wrap, .page-add_hotel #form-feedback .form-field-wrap, .page-contact #form-add_hotel .form-field-wrap, .page-contact #form-feedback .form-field-wrap {
    text-align: left
    }
.city-item__title a {
    color: #484848 !important
    }
@media (min-width: 768px) {
    .page-about {
        min-height: 730px
        }
    }
.cursor {
    cursor: pointer
    }
.main-hotels .hotellist-main__c-arrow {
    position: absolute;
    top: 90px;
    width: 50px;
    height: 50px;
    background-size: contain;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent
    }
.main-hotels .hotellist-main__c-arrow--prev {
    left: -35px;
    background-image: url(/new/designs/80/destination/img/d-slider-prev.png)
    }
@media (max-width: 1100px) {
    .main-hotels .hotellist-main__c-arrow--prev {
        left: 0
        }
    }
.main-hotels .hotellist-main__c-arrow--next {
    right: -35px;
    background-image: url(/new/designs/80/destination/img/d-slider-next.png);
    background-position: 100%
    }
@media (max-width: 1100px) {
    .main-hotels .hotellist-main__c-arrow--next {
        right: 0
        }
    }
.ui-datepicker {
    background: #fff;
    display: none;
    width: 270px;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    margin-left: -5px;
    padding: 0;
    z-index: 200 !important
    }
.ui-datepicker .ui-datepicker-buttonpane {
    display: none
    }
.ui-widget-header {
    text-align: center;
    color: #000;
    font-weight: 700
    }
.ui-widget-header .ui-datepicker-prev {
    float: left;
    background: url(/new/designs/80/destination/img/calendar__prev.png) 50% no-repeat
    }
.ui-widget-header .ui-datepicker-next, .ui-widget-header .ui-datepicker-prev {
    cursor: pointer;
    width: 32px;
    height: 28px;
    display: inline-block;
    border: none;
    outline: none
    }
.ui-widget-header .ui-datepicker-next {
    float: right;
    background: url(/new/designs/80/destination/img/calendar__next.png) 50% no-repeat
    }
.ui-datepicker-calendar {
    border-spacing: 0;
    margin: 10px auto 0 !important
    }
.ui-datepicker-calendar tr {
    border-spacing: 0
    }
.ui-datepicker-calendar tr th {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center !important;
    padding: 0
    }
.ui-datepicker-calendar tr th button, .ui-datepicker-calendar tr th span {
    text-align: center !important;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0;
    width: 26px
    }
.ui-datepicker-calendar tr td {
    padding: 0;
    text-align: center !important;
    height: 36px;
    width: 30px;
    border: 1px solid #ebeceb;
    text-align: center
    }
.ui-datepicker-calendar tr td:first-child {
    border-left: 0
    }
.ui-datepicker-calendar tr td:last-child {
    border-right: 0
    }
.ui-datepicker-calendar tr td button {
    font-weight: 700
    }
.ui-datepicker-calendar tr td button, .ui-datepicker-calendar tr td span {
    text-align: center !important;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0;
    border: 0 !important;
    width: 26px
    }
.ui-datepicker-calendar tr td:hover:not(.ui-state-disabled) {
    background: #ff5a5f;
    cursor: pointer
    }
.ui-datepicker-calendar tr td:hover:not(.ui-state-disabled) button {
    color: #fff
    }
.ui-datepicker-calendar tr:last-child td {
    border-bottom: 0;
    background: #fff
    }
.ui-datepicker-calendar span.ui-state-default {
    color: #a6a6a6;
    border: 1px solid #fff;
    display: inline-block
    }
.ui-datepicker-calendar button.ui-state-default {
    color: #000;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    background: none
    }
.ui-datepicker-calendar button.ui-state-default:focus {
    outline: none
    }
.ui-dialog {
    left: inherit;
    right: inherit
    }
.ui-dialog .count {
    margin: 10px 0
    }
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.6)
    }
@media (max-width: 767px) {
    .ui-datepicker {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto
        }
    .ui-dialog {
        width: 100% !important;
        left: 0 !important;
        padding: 0 !important
        }
    }
.ui-dialog-content {
    background: #fff !important;
    z-index: 10000;
    min-height: 80px !important;
    padding: 0.5em !important
    }
.ui-dialog-content .ui-progressbar {
    height: 3em
    }
.ui-dialog-content .ui-progressbar .ui-progressbar-value {
    margin: 0
    }
.ui-dialog-content .avail h2 {
    font-weight: 700
    }
.ui-dialog-content .avail .searching {
    margin: 5px 0
    }
.lb-outerContainer {
    padding: 4px 0;
    position: static
    }
.lb-container {
    overflow: hidden;
    margin: 0 4px;
    padding: 0
    }
.mobile-calendar-bg {
    background: rgba(40, 40, 40, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    display: none
    }
.ui-datepicker .ui-datepicker-buttonpane button {
    display: none
    }
.lightbox {
    height: 100% !important;
    top: 0 !important;
    padding-top: 50px !important;
    box-sizing: border-box !important
    }
.lb-data .lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100
    }
.lb-nav a.lb-next {
    background-position-x: 100%;
    background-position-y: 40%
    }
.lb-nav a.lb-prev {
    background-position-x: 0;
    background-position-y: 40%
    }
@media (max-width: 767px) {
    .ui-datepicker {
        width: 328px;
        height: auto
        }
    .ui-datepicker .ui-dialog {
        width: 100%;
        left: 0
        }
    .ui-datepicker .ui-datepicker-title {
        border-bottom: 1px solid;
        margin: 0 -3px;
        padding-bottom: 2px
        }
    .ui-datepicker .ui-datepicker-calendar {
        width: 280px !important
        }
    .ui-datepicker .ui-datepicker-calendar tr td button, .ui-datepicker .ui-datepicker-calendar tr td span {
        width: 36px
        }
    .close-calendar {
        position: absolute;
        top: -54px
        }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
        display: block;
        background: url(/new/designs/80/destination/img/close-datepicker.png) no-repeat;
        width: 45px;
        position: absolute;
        top: -54px;
        border: 0;
        height: 45px
        }
    #ui-datepicker-div {
        box-sizing: border-box;
        margin: 0 auto;
        z-index: 200 !important
        }
    .datepicker-text {
        position: absolute;
        top: 550px;
        text-align: center;
        width: 100%;
        color: #fff;
        z-index: 101
        }
    .lb-nav a.lb-next, .lb-nav a.lb-prev {
        background-position-y: 27%
        }
    }
.ui-state-disabled {
    color: #dce0e0;
    background-color: #eeeeef
    }
.ui-datepicker-other-month {
    background: #fff
    }
.ui-datepicker-other-month span {
    color: #fff !important
    }
.ui-datepicker-title {
    display: inline-block
    }
.ui-datepicker-header {
    height: 40px;
    line-height: 40px
    }
.ui-datepicker-next, .ui-datepicker-prev {
    margin-top: 6px
    }
.stickytop {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
    background: #fff
    }
.stickytop .availbox-title {
    display: none
    }
.stickytop .availability {
    min-height: 68px;
    max-width: 100%
    }
.gradient-container.clearfix.stickytop {
    max-width: 100%
    }
.gradient-container.clearfix.stickytop .avail-data-wrapper {
    display: inline-block
    }
.gradient-container.clearfix.stickytop .availability {
    margin-top: 0;
    padding: 5px 0
    }
.gradient-container.clearfix.stickytop #form_find {
    text-align: center
    }
.gradient-container.clearfix.stickytop .adults-and-submit-wrap.pull-left, .gradient-container.clearfix.stickytop .check-date-wrap.pull-left {
    display: inline-block;
    text-align: left;
    vertical-align: top
    }
.ui-datepicker.fixed-date {
    position: fixed !important;
    top: 60px !important
    }
.ui-datepicker-prev {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODQzNzkxMDlBQjI5MTFFNkIyMEZBNTM4NTM5OTE2QkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODQzNzkxMEFBQjI5MTFFNkIyMEZBNTM4NTM5OTE2QkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NDM3OTEwN0FCMjkxMUU2QjIwRkE1Mzg1Mzk5MTZCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NDM3OTEwOEFCMjkxMUU2QjIwRkE1Mzg1Mzk5MTZCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnbz+IEAAACDSURBVHjaYpwxYwYDAWAExE+YCCgyAeLtQKzHREDRViBOAuI9TEQoAtEMTMQowqYQqyJ0hTgVISvEqwimkKAiZBMZgfg/vgAFKTwDxF5AvABK4zWRoGJkX+NVjB6OyIq98SlEVjwfWTGuuMZQzIInRGCKtwFxFAuB9AhS7AHETwECDACgpSNGzXouigAAAABJRU5ErkJggg==") 50% no-repeat !important
    }
.ui-datepicker-next {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUNFOTA3ODBBQjI5MTFFNkIyMEZBNTM4NTM5OTE2QkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUNFOTA3ODFBQjI5MTFFNkIyMEZBNTM4NTM5OTE2QkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQ0U5MDc3RUFCMjkxMUU2QjIwRkE1Mzg1Mzk5MTZCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQ0U5MDc3RkFCMjkxMUU2QjIwRkE1Mzg1Mzk5MTZCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpOH2VoAAACISURBVHjaYpwxY4YYAwODDBCfY8ADmIBYD4i3A7EJIYV7gDgJiLfiU8wEpbcSUsyExIYp3oZNMRMaH6Q4EZtiJiy2YFXMhMPtGIqZ8IQIimJ8CkHgPyGrQcALiBdA6TNMxCjCZSKGImwKsSpCV4hTEbJCvIpgCl0IKQIBFiC+BMQehBIuQIABALkYIvAu+jFxAAAAAElFTkSuQmCC") 50% no-repeat !important
    }
.progress-bar .cssload-box {
    position: relative;
    width: 100%;
    height: 25px;
    margin: 10px 0;
    text-align: center
    }
.progress-bar .cssload-box .cssload-loading {
    display: inline-block;
    width: 20px;
    height: 25px;
    transform: skewx(-20deg);
    border-radius: 3px;
    background-color: #ff5a5f;
    opacity: 0.2;
    animation-delay: 1.5s;
    animation: cssload-loadingAnim 2.4s linear infinite
    }
.progress-bar .cssload-box #cssload-loading_1 {
    animation-delay: 0.2s
    }
.progress-bar .cssload-box #cssload-loading_2 {
    animation-delay: 0.4s
    }
.progress-bar .cssload-box #cssload-loading_3 {
    animation-delay: 0.6s
    }
.progress-bar .cssload-box #cssload-loading_4 {
    animation-delay: 0.8s
    }
.progress-bar .cssload-box #cssload-loading_5 {
    animation-delay: 1s
    }
.progress-bar .cssload-box #cssload-loading_6 {
    animation-delay: 1.2s
    }
.progress-bar .cssload-box #cssload-loading_7 {
    animation-delay: 1.4s
    }
.progress-bar .cssload-box #cssload-loading_8 {
    animation-delay: 1.6s
    }
.progress-bar .cssload-box #cssload-loading_9 {
    animation-delay: 1.8s
    }
.progress-bar .cssload-box #cssload-loading_10 {
    animation-delay: 2s
    }
.progress-bar .cssload-box #cssload-loading_11 {
    animation-delay: 2.2s
    }
.progress-bar .cssload-box #cssload-loading_12 {
    animation-delay: 2.4s
    }
@keyframes cssload-loadingAnim {
    80% {
        opacity: .2
        } to {
        opacity: 1
        }
    }
.footer {
    margin-top: 30px
    }
.footer, .footer-bottom {
    border-top: 1px solid #dce0e0
    }
.footer-bottom {
    width: 100%;
    overflow: hidden
    }
.footer-logo {
    float: left;
    text-align: left;
    box-sizing: border-box;
    margin-left: 10px;
    padding-top: 32px;
    padding-bottom: 48px
    }
.footer-logo a {
    text-decoration: none
    }
.footer-logo h3 {
    line-height: 25px;
    display: block
    }
.footer-logo h3 a {
    font-size: 24px
    }
.language-block-bottom .language-currency-block li:first-child {
    border-right: 1px solid
    }
.language-block-bottom .language-currency-block li span i {
    margin-left: 0
    }
.language-block-bottom .language-currency-block {
    text-align: left
    }
.language-block-bottom .language-currency-block li {
    margin: 5px 0;
    padding: 10px 32px 10px 10px;
    display: block;
    border: 1px solid #dbdbdb
    }
.language-block-bottom .language-currency-block li:first-child {
    border-right: 1px solid #dbdbdb
    }
.language-block-bottom .language-currency-block li .div-select, .language-block-bottom .language-currency-block li .div-select.lang-block {
    left: 0;
    top: -222px;
    width: 160px
    }
.another-destinations {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 27px 0
    }
.another-destinations .hotel-links li {
    text-align: left;
    line-height: 18px;
    display: inline-block;
    padding: 0 10px
    }
.another-destinations .hotel-links li a {
    color: #aaa;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif
    }
.another-destinations .hotel-links li a:hover {
    color: #444
    }
.footer-top__right .soc-icon li {
    float: left;
    margin-right: 20px
    }
.footer-top__right .soc-icon li:last-child {
    margin: 0
    }
.footer-top__right address {
    text-align: left;
    color: #444;
    font-family: Verdana, Geneva, sans-serif;
    font-style: inherit;
    line-height: 24px;
    margin-top: 20px
    }
.footer-menu {
    float: right;
    box-sizing: border-box;
    margin-top: 67px;
    text-align: right;
    margin-right: 10px
    }
.footer-menu li {
    color: #444;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    border-right: 1px solid #444
    }
.footer-menu li:last-child {
    border-right: none
    }
.footer-menu li a {
    font-size: 14px;
    color: #444
    }
.footer-menu li:last-child {
    border-right: 0
    }
.footer-menu li:first-child {
    padding-left: 0
    }
.copyright-block {
    text-align: left;
    margin-top: 8px;
    display: block;
    font-size: 14px
    }
.availability {
    margin-top: 10px;
    border: 1px solid #dce0e0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #eee;
    background: #fff
    }
.search-button-wrap {
    float: right;
    margin-top: 8px
    }
.small_hide input:focus {
    outline: inherit;
    box-shadow: 0 1px 0 #008489 !important
    }
.availability {
    width: 100%;
    max-width: 1112px;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 10px
    }
.availability .city-error-message {
    position: relative;
    display: none;
    font-size: 12px;
    color: red;
    font-weight: 700;
    padding: 5px 5px 5px 25px;
    border: 1px solid #de2f2f;
    border-radius: 5px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 8px;
    background: #ffe5e5
    }
.availability .city-error-message:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    right: auto;
    top: 50%;
    transform: translatey(-50%);
    background: url(/new/designs/80/destination/img/warning.svg) 50% no-repeat;
    background-size: contain
    }
.availability .check-date-wrap fieldset {
    float: left;
    margin-right: 20px;
    position: relative
    }
.availability .check-date-wrap fieldset label {
    font-size: 14px;
    margin-bottom: 3px;
    display: inline-block;
    margin-left: 6px;
    margin-top: 1px
    }
.availability .check-date-wrap fieldset .city-select.is-error {
    border: 1px solid #de2f2f;
    border-radius: 5px
    }
.availability .check-date-wrap fieldset .city-select.is-error option {
    background: #fff
    }
.availability .check-date-wrap fieldset .calendar-cont, .availability .check-date-wrap fieldset .city-select, .availability .check-date-wrap fieldset .search-input {
    cursor: pointer;
    padding-left: 8px;
    width: 200px;
    box-sizing: border-box;
    height: 34px;
    color: #484848;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 32px;
    border: 1px solid #dce0e0;
    border-radius: 4px;
    background: #fff
    }
.availability .check-date-wrap fieldset .calendar-cont button, .availability .check-date-wrap fieldset .city-select button, .availability .check-date-wrap fieldset .search-input button {
    display: none;
    float: right;
    background: url(/new/designs/80/destination/img/d-calendar.png);
    border: none;
    width: 27px;
    margin-top: 5px;
    margin-right: 8px;
    height: 22px
    }
.availability .check-date-wrap fieldset .city-select, .availability .check-date-wrap fieldset .search-input {
    display: block;
    width: 210px;
    padding-right: 20px
    }
.availability .calendar-cont, .availability .popup-form {
    position: relative
    }
.availability .calendar-cont:after, .availability .popup-form:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    content: "▼";
    z-index: 1
    }
.availability .calendar-cont .calendar_field, .availability .popup-form .calendar_field {
    position: relative;
    z-index: 2
    }
@media (min-width: 768px) {
    .availability {
        display: block !important
        }
    .hotel-list-wrap .hotel-list-wrap__right .more {
        display: inline-block !important
        }
    }
.availbox-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 11px;
    margin-top: 2px;
    padding-left: 6px
    }
.adults-and-submit-wrap {
    float: left;
    position: relative
    }
.adults-wrap select {
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #3b818f;
    border-radius: 6px;
    width: 145px
    }
.adults-wrap {
    float: left
    }
.adults-wrap fieldset {
    margin-right: 15px
    }
.adults-and-submit-wrap .but-find {
    width: 150px;
    height: 48px;
    line-height: 36px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ff5a5f;
    border-radius: 4px;
    background: #ff5a5f;
    cursor: pointer
    }
.adults-and-childs-wrap {
    border-radius: 2px;
    border: 1px solid #7f7f7f;
    position: absolute;
    background: #fff;
    color: #333;
    padding: 10px;
    z-index: 100;
    width: 260px;
    display: none
    }
.adults-and-childs-wrap select {
    float: right;
    height: 30px;
    margin-top: 8px;
    width: 50px;
    border-color: #dce0e0;
    border-radius: 4px
    }
.adults-and-childs {
    float: left;
    width: 100%
    }
.adults-and-childs__btn-wrap {
    box-sizing: border-box;
    padding: 10px;
    background: #f7f7f7;
    text-align: right;
    float: left;
    margin-top: 10px;
    width: 100%
    }
.adults-and-childs__btn-cancel, .adults-and-childs__btn-ok {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 20px
    }
.adults-and-childs__btn-cancel {
    border: none;
    float: right;
    text-decoration: underline;
    font-weight: 700
    }
.adults-and-childs__btn-ok {
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
    border: none;
    margin-left: 6px;
    background: none;
    float: left;
    padding: 0;
    font-weight: 700;
    text-decoration: underline
    }
.popup-form-adults, .popup-form-child {
    display: inline-block
    }
.popup-form-wrap__title {
    margin-bottom: 3px;
    display: inline-block;
    margin-left: 7px;
    margin-top: 1px
    }
.popup-form {
    box-sizing: border-box;
    height: 34px;
    line-height: 32px;
    padding-left: 8px;
    color: #484848;
    font-weight: 600;
    letter-spacing: -0.5px
    }
.popup-form-adults span:first-child, .popup-form-child span:first-child {
    padding: 0 !important
    }
.popup-form-wrap {
    display: inline-block;
    vertical-align: top
    }
.popup-form-wrap .popup-form {
    border: 1px solid #dce0e0;
    border-radius: 4px;
    cursor: pointer;
    width: 200px;
    bottom: 2px
    }
.adults-and-childs-wrap fieldset {
    border: 0;
    font-weight: 700;
    line-height: 46px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #dce0e0
    }
.adults-and-childs-wrap .adults-and-childs fieldset label {
    font-weight: 600
    }
.adults-and-childs-wrap .childrens-age-wrap > div {
    margin-top: 10px;
    float: left;
    line-height: 46px;
    font-weight: 700
    }
.childrens-age-wrap.js-age-container fieldset {
    border-bottom: none
    }
.error-age-message, .error-dates-limit {
    float: left;
    color: #c00;
    display: none;
    margin: 6px 5px 0;
    box-sizing: border-box;
    padding: 2px 5px;
    line-height: 25px;
    background-color: #fff
    }
.error-dates-limit {
    line-height: 18px;
    margin: 10px 0 0;
    background-color: transparent
    }
.gradient-container_small {
    width: 902px
    }
.gradient-container_small .availability {
    width: 902px;
    padding: 20px 36px
    }
.gradient-container_small .availability .small_hide {
    display: none
    }
.gradient-container_small .availability .adults-and-submit-wrap, .gradient-container_small .availability .availability .check-date-wrap fieldset .search-input, .gradient-container_small .availability .check-date-wrap fieldset .calendar-cont {
    width: 256px
    }
.gradient-container_small .availability .check-date-wrap fieldset {
    margin-right: 28px
    }
.gradient-container_small .availability .adults-and-submit-wrap .but-find {
    width: 256px
    }
.rtl .popup-form {
    background-position-x: 10px
    }
@media (min-width: 900px) {
    .wide-input {
        width: 230px !important
        }
    }
@media (min-width: 1100px) {
    .wide-input {
        width: 280px !important
        }
    .adults-and-submit-wrap .but-find {
        width: 173px
        }
    .btn-wide {
        width: 217px !important
        }
    }
.popup-form-width {
    width: 265px !important
    }
.sort-by {
    height: 40px;
    padding: 0 10px;
    margin-bottom: 20px
    }
.sort-by .asc, .sort-by .desc {
    font-weight: 700
    }
.sort-by li {
    float: left;
    height: 100%;
    line-height: 40px;
    padding-right: 32px
    }
.sort-by li a {
    color: #1a1a1a;
    font-family: Verdana, Geneva, sans-serif
    }
.sort-by .sort-by-block {
    position: relative;
    padding: 0;
    float: right
    }
.sort-by .sort-by-block > span {
    vertical-align: middle
    }
.sort-by .sort-by-block .div-select {
    display: inline-block;
    border-radius: 1px;
    height: 28px;
    line-height: 28px;
    margin-left: 6px;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative
    }
.sort-by .sort-by-block .div-select i {
    position: absolute;
    right: 12px;
    top: 8px
    }
.sort-by .sort-select-block {
    position: absolute;
    z-index: 1000;
    padding: 0 5px;
    box-sizing: border-box;
    right: 0;
    top: 26px;
    border-top: 0;
    display: none;
    margin-left: -1px;
    margin-right: -1px;
    background: #fff
    }
.sort-by .sort-select-block li {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0
    }
.sort-by .sort-select-block li a {
    padding: 0 5px;
    text-decoration: none;
    line-height: 32px;
    display: block;
    font-size: 14px
    }
.sort-by .sort-select-block li a.is-active {
    position: relative;
    padding-right: 20px;
    font-weight: 700
    }
.sort-by .sort-select-block li a.is-active .icon-correct {
    position: absolute;
    right: 8px;
    top: calc(50% - 5px);
    font-size: 10px
    }
.sort-by .sort-select-block li a:hover {
    background: #eee
    }
.map-btn {
    width: 228px;
    border-radius: 1px;
    background: #ff5a5f;
    margin: 0 auto;
    height: 36px;
    color: #fff;
    line-height: 34px;
    box-sizing: border-box;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    left: 16px;
    top: 56px
    }
.map-btn, .map-btn i {
    vertical-align: middle
    }
.map-btn i {
    margin-bottom: 4px;
    margin-right: 6px
    }
.l-map li {
    position: relative
    }
.l-map a {
    text-decoration: none
    }
.filter-block {
    text-align: left;
    margin-top: 22px;
    border-bottom: 1px solid #ccc
    }
.filter-block .stars-block i:first-child {
    margin-left: -3px
    }
.filter-block .stars-block i:last-child {
    margin-top: 3px
    }
.filter-block h3 {
    font-weight: 700;
    margin-bottom: 15px
    }
.filter-block a {
    text-decoration: none
    }
.hotels-available {
    margin-top: 30px
    }
.hotel-list-wrap {
    display: inline-block;
    min-height: 482px;
    position: relative;
    overflow: hidden;
    margin-bottom: 66px;
    vertical-align: top
    }
.hotel-list-wrap .img-link, .hotel-list-wrap .js-link {
    cursor: pointer
    }
.hotel-list-wrap .hotel-list-wrap__left {
    float: left;
    margin-right: 26px;
    height: 228px;
    width: 352px
    }
.hotel-list-wrap .hotel-list-wrap__left a {
    float: left;
    display: block
    }
.hotel-list-wrap .hotel-list-wrap__right {
    width: 342px;
    text-align: left;
    min-height: 245px;
    padding-top: 10px;
    position: relative
    }
.hotel-list-wrap .hotel-list-wrap__right h4 {
    text-decoration: none;
    line-height: 30px
    }
.hotel-list-wrap .hotel-list-wrap__right h4 a {
    font-size: 20px
    }
.hotel-list-wrap .hotel-list-wrap__right .hotel__title {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
    }
.hotel-list-wrap .hotel-list-wrap__right .hotel__title .hotel__link {
    font-size: 20px;
    line-height: 1.3;
    cursor: pointer
    }
.hotel-list-wrap .hotel-list-wrap__right .hotel__title .hotel__link:hover {
    text-decoration: underline
    }
.hotel-list-wrap .hotel-list-wrap__right .hotel__stars {
    display: block
    }
.hotel-list-wrap .hotel-list-wrap__right .address {
    line-height: 21px;
    position: relative;
    margin: 0;
    padding-left: 20px;
    color: #7f7f7f;
    font-size: 12px
    }
.hotel-list-wrap .hotel-list-wrap__right .address .show-map {
    color: #484848;
    white-space: nowrap
    }
.hotel-list-wrap .hotel-list-wrap__right .address .show-map:hover {
    text-decoration: underline
    }
.hotel-list-wrap .hotel-list-wrap__right .address i {
    vertical-align: top;
    position: absolute;
    left: 0
    }
.hotel-list-wrap .hotel-list-wrap__right .address.distance {
    margin: 0
    }
.hotel-list-wrap .hotel-list-wrap__right .more {
    margin-bottom: 10px;
    cursor: pointer;
    color: #ff5a5f
    }
.hotel-list-wrap .hotel-list-wrap__right .more:hover {
    text-decoration: underline
    }
.hotel-list-wrap .hotel-text {
    max-height: 69px;
    overflow: hidden
    }
.hotel-list-wrap .hotel-text a {
    color: #444
    }
.hotel-list-wrap .hotel-text p {
    padding: 0;
    line-height: 22px;
    margin: 0
    }
.hotel-list-wrap .price_and_boock-now_wrap {
    position: absolute;
    bottom: 0;
    width: 100%
    }
.hotel-list-wrap .price_and_boock-now_wrap.is-tr .book-btn {
    padding: 0 10px;
    font-size: 15px
    }
.hotel-list-wrap .price_and_boock-now_wrap.is-tr .from {
    font-size: 15px
    }
.hotel-list-wrap .price_and_boock-now_wrap.is-tr .from i {
    font-size: 16px;
    font-weight: 500
    }
.hotel-list-wrap .price_and_boock-now_wrap .price-for-night-wrap {
    text-align: right
    }
.hotel-list-wrap .price_and_boock-now_wrap .book-btn {
    float: left;
    background: #ff5a5f;
    height: 32px;
    line-height: 32px;
    border-radius: 1px;
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer
    }
.hotel-list-wrap .price_and_boock-now_wrap span {
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 17px
    }
.hotel-list-wrap .price_and_boock-now_wrap span i {
    font-style: normal
    }
.text-bottom-hotel-list {
    text-align: left;
    color: #444;
    margin: 30px 0
    }
.page-search {
    position: relative
    }
.page-search .right-col #results > p {
    text-align: left
    }
.page-search .right-col .search-hotel-size {
    position: absolute;
    right: 0;
    top: 48px
    }
.page-title {
    padding: 25px 0
    }
.page-title h1, .page-title h2 {
    text-align: left
    }
@media (min-width: 768px) {
    .hotel-list-wrap__left .from {
        display: none
        }
    .page-hotel_list .find-a-hotel h3 {
        margin-top: 0 !important
        }
    }
.img-none-photo {
    width: 100%;
    height: 100%
    }
.navigation {
    height: 38px;
    margin-bottom: 20px;
    line-height: 38px
    }
.navigation li {
    display: inline-block
    }
.navigation li a, .navigation li span {
    line-height: 13px;
    display: inline-block;
    padding: 0 3.5px;
    font-size: 12px;
    font-weight: 700
    }
.navigation li span {
    text-decoration: underline
    }
.navigation li a {
    color: #484848
    }
.navigation li:last-child a, .navigation li:last-child span {
    border-right: 0;
    text-decoration: none
    }
.filter-map-wrap {
    position: relative
    }
.form-preferences {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: left
    }
.form-preferences fieldset {
    text-align: left
    }
.form-preferences fieldset h4 {
    margin: 22px 0 11px
    }
.form-preferences fieldset:last-child {
    border-bottom: 0
    }
.form-preferences .filters-wrap {
    width: 100% !important
    }
.form-preferences .filters-wrap .__hotel-name {
    text-align: left
    }
.form-preferences .filters-wrap fieldset {
    width: 254px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
    }
.form-preferences .empty-fieldset {
    display: inline-block;
    margin: 0 10px;
    width: 100%
    }
.hotels-by-class-wrap input {
    display: none
    }
.hotels-by-class-wrap .stars-icn-margin {
    margin-top: 4px;
    margin-left: 3px
    }
.hotels-by-class-wrap .inactive {
    opacity: 0.6
    }
.hotels-by-class-wrap label {
    display: inline-block;
    margin-bottom: 7px;
    margin-left: -2px
    }
.hotels-by-class-wrap .stars-filter-text {
    display: inline-block;
    padding-top: 6px;
    line-height: 9px;
    vertical-align: middle
    }
.search-by-name-filter > h2 {
    margin-bottom: 20px;
    float: left;
    margin-top: 6px
    }
.search-by-name-filter input {
    border-radius: 1px;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    padding: 0 8px;
    margin-top: 6px;
    margin-bottom: 12px
    }
.open-filters-wrap {
    position: relative
    }
.open-filters-wrap input {
    display: none
    }
.open-filters-wrap label {
    display: inline-block;
    padding-left: 26px;
    margin-bottom: 5px
    }
.open-filters-wrap label span {
    padding-top: 4px;
    line-height: 18px;
    vertical-align: top;
    display: inline-block
    }
.open-filters-wrap label span .filter-count {
    padding-top: 0;
    color: #7f7f7f
    }
.open-filters-wrap label span .js-filter-popup {
    font: inherit;
    color: inherit
    }
.open-filters-wrap h4 {
    margin-bottom: 0 !important
    }
.open-filters-wrap .btn-filters {
    display: none;
    position: absolute;
    cursor: pointer;
    right: -4px;
    top: 20px
    }
.open-filters-wrap .filters-block {
    width: 100% !important;
    margin-top: 5px !important;
    padding-left: 1px !important
    }
.open-filters-wrap .filters-block__item {
    line-height: 24px
    }
.open-filters-wrap .filters-block__item-link {
    text-decoration: none;
    line-height: 26px
    }
.filter-show-all-btn {
    display: block;
    margin-top: 4px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 2px
    }
.filter-show-all-btn i {
    vertical-align: middle
    }
.map-filter-btn {
    display: block;
    height: 32px;
    line-height: 32px;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 2px;
    text-align: center
    }
.map-filter-btn .icn-sprite {
    margin-top: 4px;
    margin-right: 6px
    }
.main-map-wrap-small {
    max-width: 1112px;
    width: 100%;
    height: 128px;
    z-index: 5;
    border-radius: 4px
    }
.search-by-price-filter input {
    width: 75px
    }
.input-text.s-query {
    width: 280px
    }
.close-filter-result {
    float: right;
    color: #323232;
    text-decoration: none;
    cursor: pointer;
    top: 0;
    margin-top: 12px;
    padding: 3px 6px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dce0e0
    }
.close-filter-result span {
    display: none
    }
.close-filter-result span.btn-active {
    display: block
    }
.content .left-col {
    width: 100%;
    max-width: 1112px;
    float: none
    }
.content.container.page-hotel_list .page-title h1 {
    margin-left: 10px
    }
.hotels-list li {
    display: inline-block;
    vertical-align: top
    }
.form_preferences {
    width: 98%
    }
.page-hotel_list {
    margin-top: 20px;
    position: relative
    }
.page-hotel_list .right-col {
    width: 100%;
    max-width: 1112px;
    float: none
    }
.page-hotel_list .right-col p {
    margin: 0
    }
.page-hotel_list .right-col .hotel-text {
    max-height: 44px;
    margin-top: 15px;
    margin-bottom: 2px
    }
.page-hotel_list .right-col .hotel-text a {
    color: #444
    }
.page-hotel_list .right-col .hotel-text p {
    margin-top: 0
    }
.page-hotel_list .right-col h1 {
    float: left;
    width: 75%;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400
    }
.page-hotel_list .right-col h3 {
    float: right;
    width: 25%;
    color: #000;
    font-weight: 400;
    margin-top: 10px
    }
.page-hotel_list .right-col .text {
    color: #444;
    line-height: 22px;
    text-align: left
    }
.page-hotel_list .right-col .text h1 {
    width: 100%;
    float: none
    }
.page-hotel_list .right-col .text ul {
    list-style: inherit;
    line-height: 22px;
    margin-bottom: 10px;
    list-style-position: inside
    }
.page-hotel_list .right-col .text p {
    color: #444;
    line-height: 22px;
    text-align: left;
    margin-bottom: 10px
    }
.page-hotel_list .right-col .text h2 {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 600 !important;
    color: #444 !important;
    font-family: Open Sans, Verdana, Geneva, sans-serif !important
    }
.adv-checkbox .icn-checkbox-false {
    display: inline-block;
    position: absolute;
    left: 0
    }
.adv-checkbox .icn-checkbox-true {
    display: none;
    position: absolute;
    left: 0
    }
.adv-checkbox.is-checked .icn-checkbox-false {
    display: none
    }
.adv-checkbox.is-checked .icn-checkbox-true {
    display: inline-block
    }
@media (min-width: 767px) {
    .room-gallery__nav {
        position: absolute;
        width: 100%;
        z-index: 100;
        height: 0
        }
    .image-wrapper {
        opacity: 1 !important
        }
    .hotel-list-wrap__left {
        position: relative
        }
    .hotel-list-wrap__left .empty-photo-text {
        position: absolute;
        color: #fff;
        font-weight: 600;
        width: 100%;
        top: 95px;
        text-align: center
        }
    }
.hotel-list-all h3 {
    float: left !important;
    width: 100% !important;
    text-align: left
    }
.hotel-list-all h3 span {
    font-weight: 400
    }
.hotel-list-all ul {
    float: left;
    width: 100%;
    text-align: left;
    margin: 20px 0;
    padding-left: 5px
    }
.hotel-list-all ul li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
    padding-right: 20px;
    box-sizing: border-box
    }
.hotel-list-title {
    position: absolute;
    right: 0;
    top: 18px;
    text-align: right
    }
.gallery-container {
    width: 342px;
    height: 230px;
    overflow: hidden;
    margin-right: 25px;
    position: relative
    }
.gallery-container .nav-controls {
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 0;
    margin-top: 94px
    }
.gallery-container .nav-controls .js-prev {
    width: 28px;
    height: 41px;
    background: url(/new/designs/80/destination/img/slider-arr-l.png) no-repeat;
    float: left;
    margin-left: 8px;
    display: none
    }
.gallery-container .nav-controls .js-next {
    width: 28px;
    height: 41px;
    background: url(/new/designs/80/destination/img/slider-arr-r.png) no-repeat;
    float: right;
    margin-right: 8px
    }
.gallery-container .nav-controls .js-next.disabled, .gallery-container .nav-controls .js-prev.disabled {
    opacity: 0.3
    }
.rtl .gallery-container .hotel-list-wrap__left img {
    float: right
    }
.rtl .gallery-container .nav-controls .js-prev {
    float: right;
    margin-right: 8px
    }
.rtl .gallery-container .nav-controls .js-next {
    float: left;
    margin-left: 8px
    }
.page-about, .page-copyright, .page-directory, .page-districts, .page-landmarks, .page-privacy, .page-static {
    line-height: 24px;
    margin-top: 20px;
    text-align: left
    }
.page-about .right-col, .page-copyright .right-col, .page-directory .right-col, .page-districts .right-col, .page-landmarks .right-col, .page-privacy .right-col, .page-static .right-col {
    padding-top: 10px
    }
.page-about .page-title h1, .page-copyright .page-title h1, .page-directory .page-title h1, .page-districts .page-title h1, .page-landmarks .page-title h1, .page-privacy .page-title h1, .page-static .page-title h1 {
    margin-bottom: 0
    }
.page-about .find-a-hotel h3, .page-copyright .find-a-hotel h3, .page-directory .find-a-hotel h3, .page-districts .find-a-hotel h3, .page-landmarks .find-a-hotel h3, .page-privacy .find-a-hotel h3, .page-static .find-a-hotel h3 {
    margin-top: 0 !important
    }
.page-about h1, .page-copyright h1, .page-directory h1, .page-districts h1, .page-landmarks h1, .page-privacy h1, .page-static h1 {
    text-align: left;
    margin-bottom: 20px
    }
.page-about h3, .page-copyright h3, .page-directory h3, .page-districts h3, .page-landmarks h3, .page-privacy h3, .page-static h3 {
    float: left !important;
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px
    }
.page-about .list-2-col, .page-copyright .list-2-col, .page-directory .list-2-col, .page-districts .list-2-col, .page-landmarks .list-2-col, .page-privacy .list-2-col, .page-static .list-2-col {
    overflow: hidden;
    text-align: left
    }
.page-about .list-2-col li, .page-copyright .list-2-col li, .page-directory .list-2-col li, .page-districts .list-2-col li, .page-landmarks .list-2-col li, .page-privacy .list-2-col li, .page-static .list-2-col li {
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    width: 50%
    }
.page-about .list-2-col li a, .page-copyright .list-2-col li a, .page-directory .list-2-col li a, .page-districts .list-2-col li a, .page-landmarks .list-2-col li a, .page-privacy .list-2-col li a, .page-static .list-2-col li a {
    color: #325ca9;
    line-height: 26px
    }
.page-about .text, .page-about p, .page-copyright .text, .page-copyright p, .page-directory .text, .page-directory p, .page-districts .text, .page-districts p, .page-landmarks .text, .page-landmarks p, .page-privacy .text, .page-privacy p, .page-static .text, .page-static p {
    text-align: left;
    margin-top: 20px
    }
.page-contact {
    margin-top: 20px
    }
.page-contact .page-title h1 {
    margin-bottom: 0
    }
.page-contact .find-a-hotel h3 {
    margin-top: 0 !important
    }
.page-contact .right-col {
    text-align: left
    }
.page-contact .right-col h1 {
    text-align: left;
    color: #000;
    font-family: Open Sans, Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
    font-weight: 400
    }
.page-contact .form-field-wrap {
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0;
    position: relative;
    width: 100%
    }
.page-contact .form-field-wrap .form-field {
    position: relative;
    width: 30%;
    float: left;
    margin: 30px 1.66667%
    }
.page-contact .form-field-wrap input::-moz-placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap input::-webkit-input-placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap input:-ms-input-placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap input::placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap input:focus::-webkit-input-placeholder {
    color: transparent
    }
.page-contact .form-field-wrap input:focus:-moz-placeholder, .page-contact .form-field-wrap input:focus::-moz-placeholder {
    color: transparent
    }
.page-contact .form-field-wrap input:focus:-ms-input-placeholder {
    color: transparent
    }
.page-contact .form-field-wrap textarea::-moz-placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap textarea::-webkit-input-placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap textarea:-ms-input-placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap textarea::placeholder {
    color: #484848;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 1
    }
.page-contact .form-field-wrap textarea:focus::-webkit-input-placeholder {
    color: transparent
    }
.page-contact .form-field-wrap textarea:focus:-moz-placeholder, .page-contact .form-field-wrap textarea:focus::-moz-placeholder {
    color: transparent
    }
.page-contact .form-field-wrap textarea:focus:-ms-input-placeholder {
    color: transparent
    }
.page-contact .form-field-wrap .input-text {
    width: 100%;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #999;
    padding-left: 10px
    }
.page-contact .form-field-wrap .contact-select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 3px;
    color: #484848
    }
.page-contact .form-field-wrap .contact-select, .page-contact .form-field-wrap .contact-textarea, .page-contact .form-field-wrap .input-text {
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
    }
.page-contact .form-field-wrap .contact-textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #999;
    padding: 10px;
    color: #484848
    }
.page-contact .form-field-wrap input.error, .page-contact .form-field-wrap select.error, .page-contact .form-field-wrap textarea.error {
    border-color: #c00 !important
    }
.page-contact .form-field-wrap label.error {
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
    color: #c00;
    font-size: 13px;
    top: 100%;
    left: 0
    }
.page-contact .form-field-textarea {
    box-sizing: border-box;
    padding: 0 1.66667%;
    margin: 15px 0;
    line-height: 0
    }
.page-contact .form-field-textarea label.error {
    position: static;
    line-height: 1.5
    }
.page-contact .form-field-textarea input[name=t_mess_user] {
    height: 0;
    padding: 0;
    margin: 0;
    border: none
    }
.page-contact .button-row {
    width: 100%;
    text-align: center
    }
.page-contact .button-row .send-mail-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    min-width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    background: #ff5a5f;
    border: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px
    }
.page-contact .sending-success-custom {
    width: 660px;
    color: #50e3c2;
    border-radius: 3px;
    box-sizing: border-box;
    margin-left: 226px;
    padding: 7px 0;
    box-shadow: 0 0 10px 1px rgba(97, 107, 120, 0.2);
    background: #fff;
    font: 700 14px/20px Helvetica Neue, Helvetica
    }
.page-contact .sending-success-custom .icon-success {
    fill: #50e3c2;
    height: 25px;
    width: 25px;
    margin: 0 10px
    }
.page-add_hotel {
    min-height: 350px;
    margin-top: 20px
    }
.page-add_hotel .add-hotel__text {
    line-height: 24px;
    margin-bottom: 38px;
    padding: 0 10px
    }
.page-add_hotel .page-title h1 {
    margin-bottom: 0
    }
.page-add_hotel .find-a-hotel h3 {
    margin-top: 0 !important
    }
.page-add_hotel .right-col {
    text-align: left
    }
.page-add_hotel .right-col h1 {
    text-align: left;
    color: #000;
    font-family: Open Sans, Verdana, Geneva, sans-serif;
    margin-bottom: 20px;
    font-weight: 400
    }
.page-add_hotel .form-field-wrap {
    margin-bottom: 30px
    }
.page-add_hotel .form-field-wrap .contact-lable {
    width: 140px;
    text-align: right;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    color: #333;
    font-weight: 700;
    padding-top: 7px
    }
.page-add_hotel .form-field-wrap .input-text {
    width: 460px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #999;
    padding-left: 10px
    }
.page-add_hotel .form-field-wrap .input-text.input-z_code {
    width: 100px
    }
.page-add_hotel .form-field-wrap .input-text.input-telephone {
    width: 200px
    }
.page-add_hotel .form-field-wrap .contact-select {
    width: 240px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 3px
    }
.page-add_hotel .form-field-wrap .contact-textarea {
    width: 460px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #999;
    padding-left: 10px
    }
.page-add_hotel .form-field-wrap input.error, .page-add_hotel .form-field-wrap select.error, .page-add_hotel .form-field-wrap textarea.error {
    border-color: #c00 !important
    }
.page-add_hotel .form-field-wrap label.error {
    vertical-align: top;
    line-height: 30px;
    color: #c00;
    display: block;
    padding-left: 160px;
    position: absolute
    }
.page-add_hotel .button-row {
    width: 620px;
    text-align: right
    }
.page-add_hotel .button-row .send-mail-btn {
    cursor: pointer;
    display: inline-block;
    min-width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    background: #ff5a5f;
    border: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px
    }
.page-cities, .page-main {
    padding-top: 50px;
    text-align: left
    }
.page-cities .hotel-text, .page-main .hotel-text {
    max-height: none
    }
.page-cities .find-a-hotel h3, .page-cities .hotels-by-location h3, .page-main .find-a-hotel h3, .page-main .hotels-by-location h3 {
    line-height: normal
    }
.page-cities .page-title, .page-main .page-title {
    display: none
    }
.page-cities .right-col h2, .page-main .right-col h2 {
    padding: 0;
    margin: 0 0 20px
    }
.page-cities .right-col h3, .page-main .right-col h3 {
    padding: 0;
    margin: 0 0 26px
    }
.page-cities .cities-list, .page-main .cities-list {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px
    }
.page-cities .cities-list .cities-list__list, .page-main .cities-list .cities-list__list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    column-count: 2;
    -moz-column-count: 2
    }
.page-cities .cities-list .cities-list__list li, .page-main .cities-list .cities-list__list li {
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 13px
    }
.page-cities .cities-list .cities-list__list li:last-child, .page-main .cities-list .cities-list__list li:last-child {
    margin-bottom: 0
    }
.page-cities .cities-list .cities-list__list li > a, .page-main .cities-list .cities-list__list li > a {
    display: block;
    line-height: 18px
    }
.page-cities .cities-list .cities-list__show, .page-main .cities-list .cities-list__show {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    text-decoration: none
    }
.page-cities .cities-list .cities-list__show span, .page-main .cities-list .cities-list__show span {
    margin: 2px 10px 0 0
    }
.page-cities .main-content .city-item__other-hotels, .page-main .main-content .city-item__other-hotels {
    overflow: hidden;
    padding: 0;
    margin: 0 0 36px;
    column-count: 3
    }
.page-cities .main-content .city-item__other-hotels:last-child, .page-main .main-content .city-item__other-hotels:last-child {
    padding-right: 0
    }
.page-cities .main-content .city-item__other-hotels li, .page-main .main-content .city-item__other-hotels li {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-right: 15px;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top
    }
.page-cities .main-content .city-item__other-hotels li a, .page-cities .main-content .city-item__other-hotels li span, .page-main .main-content .city-item__other-hotels li a, .page-main .main-content .city-item__other-hotels li span {
    line-height: 20px;
    font-size: 12px;
    color: 12px;
    cursor: pointer
    }
.page-cities .main-content .city-item__other-hotels li a:hover, .page-cities .main-content .city-item__other-hotels li span:hover, .page-main .main-content .city-item__other-hotels li a:hover, .page-main .main-content .city-item__other-hotels li span:hover {
    text-decoration: underline
    }
.page-cities .main-content .city-item__other-hotels li .stars, .page-main .main-content .city-item__other-hotels li .stars {
    display: block
    }
.page-cities .hotels-list .hotel-stars, .page-main .hotels-list .hotel-stars {
    margin-bottom: 5px
    }
.page-cities .hotels-list .city-item__other-hotels, .page-main .hotels-list .city-item__other-hotels {
    overflow: hidden;
    padding: 0;
    margin: 0 0 36px;
    column-count: 3
    }
.page-cities .hotels-list .city-item__other-hotels:last-child, .page-main .hotels-list .city-item__other-hotels:last-child {
    padding-right: 0
    }
.page-cities .hotels-list .city-item__other-hotels li, .page-main .hotels-list .city-item__other-hotels li {
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-right: 15px;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top
    }
.page-cities .hotels-list .city-item__other-hotels li a, .page-main .hotels-list .city-item__other-hotels li a {
    line-height: 20px;
    font-size: 12px;
    color: 12px
    }
.page-cities .hotels-list .city-item__other-hotels li .stars, .page-main .hotels-list .city-item__other-hotels li .stars {
    display: block
    }
.page-cities .text p, .page-main .text p {
    line-height: 20px
    }
.page-cities .find-a-hotel div:nth-child(5) a, .page-main .find-a-hotel div:nth-child(5) a {
    margin-top: 44px
    }
.page-cities .price_and_boock-now_wrap, .page-main .price_and_boock-now_wrap {
    position: static
    }
.page-cities .hotels-list__city-item.city-item, .page-main .hotels-list__city-item.city-item {
    text-align: center
    }
html[lang=fr] .hotel-list-wrap .price_and_boock-now_wrap span {
    font-size: 18px
    }
.booked-online-btn-close, booked-online-btn {
    display: none
    }
.adults-and-submit-wrap .but-find {
    margin-left: 40px
    }
@media (max-width: 1100px) {
    .availability .check-date-wrap fieldset .calendar-cont, .availability .check-date-wrap fieldset .city-select, .availability .check-date-wrap fieldset .search-input {
        width: 150px
        }
    .availability, .form-filter-wrapper, .main-map-wrap-small, .map-wrap, .navigation-wrapper, .sort-by-wrapper {
        width: 98%;
        margin: 5px 10px
        }
    .content.container.page-about.clearfix.js-content .page-title h1, .content.container.page-about.clearfix.js-content .right-col, .content.container.page-privacy.clearfix.js-content .page-title h1, .content.container.page-privacy.clearfix.js-content .right-col {
        margin-left: 10px
        }
    .main-hotels .column {
        text-align: center
        }
    .filter-map-wrap {
        margin: 0 10px
        }
    .adults-and-submit-wrap .but-find {
        margin-left: 40px
        }
    }
@media (max-width: 900px) {
    .popup-form-wrap .popup-form {
        width: 100px
        }
    .adults-and-submit-wrap .but-find {
        width: 77px
        }
    .footer-menu li {
        padding: 0 5px
        }
    .search-button-wrap {
        margin-left: 18px
        }
    .header-top .header-top-title {
        font-size: 26px
        }
    .header-top .header-top-right span {
        font-size: 13.5px
        }
    .adults-and-submit-wrap .but-find {
        margin-left: 8px
        }
    }
@media (max-width: 767px) {
    .search-by-name-filter > h2 {
        margin-bottom: 0
        }
    .search-by-name-filter .close-filter-result {
        display: none
        }
    .filters-wrap {
        display: block !important
        }
    .mobile-map-height {
        height: 100%
        }
    .icn-d2-filters, .icn-d2-sorting {
        margin-right: 5px !important
        }
    .availability .check-date-wrap {
        float: none !important;
        margin: 0 auto;
        max-width: 260px
        }
    .availability .check-date-wrap fieldset .city-select, .availability .check-date-wrap fieldset .search-input {
        font-weight: 100 !important;
        font-size: 13px;
        padding: 9px 6px;
        border: 1px solid #aaa;
        border-radius: 2px;
        background-color: #fff;
        color: #484848
        }
    .availability .check-date-wrap fieldset:last-child {
        margin-right: 0
        }
    .availability .check-date-wrap fieldset .calendar-cont, .availability .check-date-wrap fieldset .city-select, .availability .check-date-wrap fieldset .search-input, .popup-form-wrap .popup-form {
        font-weight: 100 !important;
        font-size: 13px;
        padding: 9px 6px;
        border: 1px solid #aaa;
        border-radius: 2px;
        background-color: #fff;
        color: #484848;
        line-height: 16px
        }
    .hotel-list-wrap .price_and_boock-now_wrap span {
        float: right;
        height: 32px;
        line-height: 43px;
        font-size: 18px
        }
    .popup-form-child {
        background-color: #99ede6;
        border-radius: 3px;
        padding: 0 5px;
        display: inline-block
        }
    .popup-form-wrap {
        max-width: 260px !important;
        display: block !important;
        margin: 0 auto !important
        }
    .popup-form-wrap .popup-form {
        width: 100%
        }
    .search-button-wrap {
        margin-left: 0
        }
    .availability .calendar-cont:after, .availability .popup-form:after {
        content: none
        }
    .availability {
        padding: 0 !important
        }
    .availability, .form-filter-wrapper, .main-map-wrap-small, .map-wrap, .navigation-wrapper, .sort-by-wrapper {
        margin: 0 !important
        }
    .hotel-list-wrap, .input-text.s-query {
        width: 100% !important
        }
    .hotel-list-wrap {
        min-height: 400px !important
        }
    .hotel-list-wrap .hotel-list-wrap__right {
        width: 100% !important
        }
    .hotel-list-wrap .hotel-text {
        min-height: 69px !important;
        max-height: 150px !important
        }
    .address {
        color: grey;
        font-size: 12px;
        font-style: italic;
        line-height: 21px;
        position: relative
        }
    .header-bottom {
        margin-top: 0 !important
        }
    .header-bottom .d-logo {
        text-align: left;
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        display: table;
        height: 100%;
        padding: 15px;
        box-sizing: border-box
        }
    .page-cities {
        padding: 15px 0 !important
        }
    .page-cities .cities-list {
        padding: 0 15px;
        margin: 0;
        float: left
        }
    .page-cities .cities-list .cities-list__list .column {
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px
        }
    .page-cities .cities-list .cities-list__list .column li a {
        display: block;
        color: #ff5a5f;
        font-size: 14px;
        line-height: 18px
        }
    .page-cities .cities-list .cities-list__show {
        position: relative;
        float: right
        }
    .page-cities .hotels-list {
        float: left;
        padding: 15px
        }
    .page-cities .hotels-list .city-item {
        margin: 0 -15px
        }
    .page-cities .hotels-list .city-item .city-item__title {
        padding: 0 15px
        }
    .page-cities .hotels-list .city-item .hotel-list-wrap {
        overflow: visible
        }
    .page-cities .hotels-list .city-item .hotel-list-wrap .gallery-container, .page-cities .hotels-list .city-item .hotel-list-wrap .gallery-container img {
        width: 100%;
        height: auto
        }
    .page-cities .hotels-list .city-item .hotel-list-wrap .hotel-list-wrap__right .address {
        padding: 0;
        margin-bottom: 15px !important
        }
    .page-cities .hotels-list .city-item .hotel-list-wrap .hotel-list-wrap__right .address a {
        color: #325ca9;
        padding: 0
        }
    .page-cities .hotels-list .city-item .city-item__other-hotels {
        padding: 0 15px;
        column-count: 2;
        -moz-column-count: 2
        }
    div.container {
        box-sizing: border-box
        }
    .page-hotel_list .right-col h3 {
        position: relative;
        padding: 0 15px;
        width: 100%;
        right: 0;
        top: 0;
        text-align: left;
        margin: 5px 0;
        box-sizing: border-box;
        text-align: center
        }
    .availability, .gradient-container, .header-blur, div.container {
        width: 100%
        }
    .header-top .header-top-title {
        font-size: 18px;
        float: left
        }
    .header-center .d-logo {
        padding-left: 15px
        }
    .header-center .d-logo .d-logo__link-wrap {
        margin-left: 0;
        padding-right: 15px;
        padding-bottom: 15px
        }
    .header-center .d-logo a.hide-mob {
        display: none !important
        }
    .header-center .d-logo .d-logo__header {
        font-size: 24px;
        font-weight: 400;
        margin-top: 16px;
        margin-bottom: -4px
        }
    .header-center .d-logo .d-logo__subheader {
        font-size: 14px
        }
    .mobile-menu-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 12px;
        height: 22px;
        line-height: 20px;
        box-sizing: border-box;
        border-radius: 2px;
        font-weight: 600;
        min-width: 70px;
        padding: 0 10px;
        margin-top: 6px;
        color: #484848;
        border: 1px solid #484848;
        text-align: center
        }
    .search-button-wrap {
        float: none !important
        }
    .availability {
        position: static;
        height: inherit;
        border: 0;
        box-shadow: none;
        padding: 20px 30px;
        float: left
        }
    .availability form {
        overflow: inherit
        }
    .availability .check-date-wrap {
        width: 100%
        }
    .availability .check-date-wrap fieldset {
        margin-bottom: 16px;
        width: 48%;
        margin-right: 4%
        }
    .availability .check-date-wrap fieldset .calendar-cont, .availability .check-date-wrap fieldset .city-select, .availability .check-date-wrap fieldset .search-input {
        width: 100%;
        margin-right: 0
        }
    .availability .check-date-wrap .city-wrap {
        width: 100%
        }
    .availability .check-date-wrap .city-wrap .city-select {
        padding: 0 3px
        }
    .search-button-wrap {
        display: block
        }
    .page-main .page-title {
        padding-top: 40px;
        padding-bottom: 20px
        }
    .page-main .page-title h2 {
        font-size: 18px
        }
    .page-main .left-col {
        display: block;
        position: static
        }
    .page-main .left-col .l-map .map-btn {
        right: 50%;
        font-size: 12px;
        width: 250px;
        transform: translatex(50%)
        }
    .page-main .right-col .main-content {
        padding: 0 10px
        }
    .page-main .right-col .main-content h2 {
        font-size: 19px
        }
    .footer {
        display: none
        }
    .availbox-title {
        background-color: rgba(60, 63, 64, 0.7);
        border: 0;
        color: #fff;
        height: 40px;
        padding: 6px 20px;
        text-transform: capitalize;
        overflow-y: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 24px;
        line-height: 1.1;
        text-align: center
        }
    .adults-and-submit-wrap {
        width: 100%
        }
    .adults-and-submit-wrap .but-find {
        width: 200px;
        display: block;
        margin: 30px auto 0
        }
    .mobile-bot-menu {
        height: 34px;
        background: #f2f2f2
        }
    .mobile-bot-menu .mobile-bot-menu__left, .mobile-bot-menu .mobile-bot-menu__right {
        height: 34px;
        line-height: 32px
        }
    .mobile-bot-menu .mobile-bot-menu__left .icn-list-map-m, .mobile-bot-menu .mobile-bot-menu__right .icn-list-map-m {
        margin-top: 4px
        }
    .mobile-bot-menu .mobile-bot-menu__left li, .mobile-bot-menu .mobile-bot-menu__right li {
        float: left;
        margin-left: 20px
        }
    .mobile-bot-menu .mobile-bot-menu__right li {
        margin-left: 0;
        line-height: 26px;
        margin-right: 20px
        }
    .page-search .d-logo {
        display: none
        }
    .page-search div.page-title, div.page-title {
        padding: 10px 15px
        }
    div.page-title {
        width: auto;
        max-width: none;
        line-height: inherit !important
        }
    div.page-title h1 {
        font-size: 24px;
        line-height: 24px;
        text-align: center
        }
    .serch-available-hotels {
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
        background: #ffefef;
        box-sizing: border-box;
        padding: 4px 6px 1px 10px
        }
    .serch-available-hotels .serch-available-hotels-title {
        color: #363636
        }
    .serch-available-hotels .serch-available-hotels-title h3 {
        font-weight: 600;
        font-size: 14px;
        margin-top: 3px
        }
    .serch-available-hotels .search-params p {
        font-size: 11px;
        color: #363636;
        margin: 6px 0
        }
    .serch-available-hotels .search-params p i {
        margin-right: 12px;
        margin-top: 3px
        }
    .serch-available-hotels .search-params p i.icn-d2-users {
        margin-right: 13px
        }
    .serch-available-hotels .modify-your-search {
        position: absolute;
        top: 0;
        right: 6px
        }
    .serch-available-hotels .modify-your-search a {
        font-size: 12px;
        color: #ff6966;
        border: 1px solid #ff6966;
        border-radius: 1px;
        height: 22px;
        line-height: 20px;
        box-sizing: border-box;
        padding: 0 10px;
        display: inline-block;
        min-width: 70px;
        text-decoration: none
        }
    .left-col {
        display: block;
        position: static
        }
    .right-col {
        width: 100% !important
        }
    .right-col .sort-by {
        display: none
        }
    .right-col .hotels-available {
        margin-top: 0;
        padding: 0 20px
        }
    .right-col li {
        margin: 0 0 15px;
        max-width: 100% !important
        }
    .right-col li a {
        font-size: 12px;
        line-height: 1
        }
    .right-col .hotel-list-wrap {
        height: inherit;
        margin-bottom: 30px
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__left {
        overflow: hidden;
        margin: 0;
        position: relative;
        width: 100%
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__left img {
        height: 205px;
        width: 100%
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__right {
        margin-top: 5px;
        height: inherit !important;
        min-height: 0 !important;
        padding: 0 15px;
        box-sizing: border-box
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__right h4 a {
        color: #325ca9;
        font-size: 18px;
        text-decoration: none;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: 400
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__right i {
        margin-top: 3px
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__right .address {
        padding-left: 20px !important
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__right .address a {
        font-style: normal;
        color: #444;
        text-decoration: none;
        padding: 0;
        margin-bottom: 14px
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__right .price_and_boock-now_wrap {
        position: static;
        margin-top: 5px
        }
    .right-col .hotel-list-wrap .hotel-list-wrap__right .price_and_boock-now_wrap .hide-mob {
        display: block !important
        }
    .right-col .mobile-border {
        height: 1px;
        margin: 25px 0;
        float: left;
        width: 100%
        }
    .right-col .mobile-hotel-price {
        display: none !important;
        font-size: 14px;
        color: #444;
        padding-right: 2px
        }
    .right-col .mobile-hotel-price i {
        color: #ff6966;
        font-size: 16px
        }
    .sidr.right {
        left: auto;
        right: -100%
        }
    .sidr.left, .sidr.right {
        background: #fff;
        width: 100%
        }
    .sidr.left {
        right: auto;
        left: -100%
        }
    .text-bottom-hotel-list {
        display: none
        }
    .availability-margin {
        margin-bottom: 20px
        }
    .mob-filters-title {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        text-align: left;
        margin: 10px -4px -10px
        }
    .btn-apply-filter, .btn-clear-filter {
        width: 100%;
        color: #fff;
        font-size: 18px;
        background: #ff5a5f;
        display: block;
        letter-spacing: normal;
        font-weight: 400;
        margin: 20px 0;
        text-transform: inherit;
        height: 36px;
        line-height: 36px;
        border-radius: 1px
        }
    .btn-clear-filter {
        margin-top: 30px;
        margin-bottom: 30px;
        color: #000;
        border-radius: 1px;
        background: #fafafa;
        border: 1px solid #d9d9d9
        }
    .search-title-top {
        color: #000;
        font-size: 24px;
        font-family: Open Sans, Verdana, Geneva, sans-serif;
        text-align: left;
        font-weight: 400;
        padding: 0 20px;
        margin-bottom: 20px
        }
    .sort-select-li-wrap {
        position: relative;
        overflow: hidden
        }
    .sort-select-li-wrap select {
        position: absolute;
        right: -15px;
        top: 0;
        height: 100%;
        background-color: transparent;
        border: none;
        width: 100%;
        text-indent: 101%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 100
        }
    .sort-select-li-wrap select:focus {
        outline-color: transparent
        }
    .menu-logo {
        font-size: 18px;
        margin-top: 4px;
        color: #484848;
        text-align: left
        }
    .menu-logo span {
        color: #ff6966
        }
    .mobile-select-currency, .mobile-select-language {
        height: 40px;
        line-height: 38px;
        width: 100%;
        background-color: #ff5a5f;
        overflow: hidden;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 1px
        }
    .mobile-select-currency .mobile-select-title, .mobile-select-language .mobile-select-title {
        width: 22px;
        font-weight: 700;
        color: #fff
        }
    .mobile-select-currency .mobile-select-wrap, .mobile-select-language .mobile-select-wrap {
        width: calc(100% - 23px)
        }
    .mobile-select-currency div, .mobile-select-language div {
        float: left
        }
    .mobile-select-currency div select, .mobile-select-language div select {
        height: 40px;
        border: none;
        font-size: 14px;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #fff;
        background: none;
        width: 100%;
        outline: none;
        margin-left: 8px
        }
    .mobile-select-currency div select option, .mobile-select-language div select option {
        color: #000
        }
    .mobile-select-currency .mobile-select-title {
        font-size: 13px
        }
    .rtl .sidr-menu {
        left: 100%
        }
    .sidr-menu {
        position: absolute;
        right: -100%;
        width: 100%;
        height: 100%;
        z-index: 1000000;
        padding: 0 12px;
        box-sizing: border-box;
        text-align: left;
        display: none;
        background-color: #fff
        }
    .sidr-menu .mobile-menu-btn {
        margin-top: 2px
        }
    .sidr-menu ul {
        margin-top: 20px
        }
    .sidr-open .sidr-menu {
        display: block
        }
    .menu-static-link {
        border: 0;
        border-bottom: 1px solid #ff5a5f;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        padding: 0 10px
        }
    .menu-static-link table {
        height: 40px !important;
        border-spacing: 0;
        display: block
        }
    .menu-static-link td {
        line-height: 16px;
        vertical-align: middle;
        height: 40px
        }
    .menu-static-link a, .menu-static-link span {
        color: #484848;
        text-decoration: none;
        font-size: 14px
        }
    .page-about, .page-add_hotel, .page-contact, .page-copyright, .page-directory, .page-privacy {
        padding: 0 20px;
        box-sizing: border-box
        }
    .page-about img, .page-add_hotel img, .page-contact img, .page-copyright img, .page-directory img, .page-privacy img {
        max-width: 100%
        }
    .page-about div.page-title, .page-add_hotel div.page-title, .page-contact div.page-title, .page-copyright div.page-title, .page-directory div.page-title, .page-privacy div.page-title {
        padding: 15px 0
        }
    .page-contact .form-field-wrap {
        margin: 0
        }
    .page-contact .form-field-wrap .form-field {
        width: 100%;
        margin: 0 0 35px
        }
    .page-contact .form-field-textarea {
        margin: 0 0 15px;
        padding: 0
        }
    .page-contact .sending-success-custom {
        width: 100%;
        margin: 0 0 5px
        }
    .page-add_hotel .button-row {
        width: 100%
        }
    .page-add_hotel .form-field-wrap .contact-lable {
        width: 100%;
        text-align: left;
        margin-left: 5px
        }
    .page-add_hotel .form-field-wrap label.error {
        padding-left: 0
        }
    .page-add_hotel .form-field-wrap input, .page-add_hotel .form-field-wrap select, .page-add_hotel .form-field-wrap textarea {
        width: 100% !important
        }
    .hide-mob-form {
        display: none
        }
    .adults-and-childs-wrap {
        width: 100%;
        left: 0;
        box-sizing: border-box
        }
    .childrens-age-wrap {
        float: left;
        margin-top: 5px;
        width: 100%
        }
    .room-gallery__nav {
        position: absolute;
        width: 100%;
        top: 82px
        }
    .image-wrapper {
        opacity: 1 !important
        }
    .page-about h3, .page-copyright h3, .page-directory h3, .page-districts h3, .page-landmarks h3, .page-privacy h3, .page-static h3 {
        font-size: 18px !important
        }
    .page-map #map-container {
        height: 100%;
        margin-bottom: -98px !important
        }
    .map-filter-btn, .page-map .page-title {
        display: none
        }
    #map-info-win {
        top: 80px !important;
        left: 0 !important;
        display: block;
        right: 0 !important;
        margin: 0 auto !important;
        width: 300px !important
        }
    #map-info-win .__map-arr {
        display: none
        }
    .gallery-container {
        max-width: 100% !important;
        left: 50%;
        transform: translate(-50%)
        }
    .gallery-container img {
        max-width: 100%
        }
    .gallery-container .nav-controls {
        margin-top: 96px
        }
    .page-map .right-col > div {
        height: 100%
        }
    .navigation {
        margin: 15px 0 0
        }
    }
.landmarkblock {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #999;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4)
    }
.landmarkblock h3 {
    color: #2071c9
    }
.map-view-block {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #999;
    width: 300px;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    z-index: 1000
    }
.map-view-block .empty-photo-text {
    position: absolute;
    color: #fff;
    font-weight: 600;
    width: 100%;
    top: 80px;
    text-align: center
    }
.map-view-block .nav-controls {
    margin-top: 72px;
    top: 0
    }
.map-view-block .gallery-container {
    width: auto
    }
.map-view-block .map-slider-wrap {
    height: 180px;
    width: 278px;
    overflow: hidden;
    position: relative
    }
.map-view-block .map-slider-wrap .__slide-next, .map-view-block .map-slider-wrap .__slide-prev {
    position: absolute;
    display: none;
    top: 70px;
    cursor: pointer
    }
.map-view-block .map-slider-wrap .__slide-prev {
    left: 10px
    }
.map-view-block .map-slider-wrap .__slide-next {
    right: 10px
    }
.map-view-block .map-view-content {
    padding: 0 2px
    }
.map-view-block .map-view-content .map-hotel-name {
    margin-top: 5px;
    color: #325ca9;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 400
    }
.map-view-block .map-view-content .map-hotel-name a {
    color: #325ca9;
    text-decoration: none
    }
.map-view-block .map-view-content table {
    width: 100%
    }
.map-view-block .map-view-content table td {
    vertical-align: bottom;
    line-height: 22px;
    text-align: left
    }
.map-view-block .map-view-content table td:last-child {
    text-align: right
    }
.map-view-block .map-view-content table .map-hind-left {
    width: 40%
    }
.map-view-block .map-view-content table .map-hind-right {
    width: 60%
    }
.map-view-block .map-view-content table .__link {
    color: #444;
    text-decoration: none
    }
.map-view-block .map-view-content table .__price {
    color: #444
    }
.map-view-block .map-view-content table .__price span {
    color: #ff6966
    }
.map-view-block .map-view-content table .__rating {
    color: #444
    }
.map-view-block .__map-arr {
    position: absolute;
    left: 137px;
    bottom: -12px
    }
#map-info-win {
    position: absolute;
    background: #fff;
    margin-top: -30px;
    z-index: 3000 !important
    }
.map-search-block span b {
    padding-right: 4px
    }
.map-search-block .input-search-wrap {
    display: inline-block
    }
.map-search-block .input-search-wrap input {
    border-radius: 1px;
    padding-left: 10px;
    width: 350px;
    margin-right: 10px;
    box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    height: 28px
    }
.map-search-block .input-search-wrap .map-btn-search {
    border-radius: 1px;
    width: 38px;
    height: 28px;
    vertical-align: top;
    outline: none;
    margin-top: 6px;
    cursor: pointer
    }
.page-map {
    position: relative
    }
.page-map .map-filter-btn {
    position: absolute;
    right: 0;
    min-width: 200px;
    box-sizing: border-box;
    text-align: center;
    background: #ff5a5f;
    top: 28px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    height: 36px
    }
.page-map .sort-by {
    margin-bottom: 10px
    }
.page-map .right-col {
    position: relative
    }
.page-map .right-col.default {
    left: inherit !important
    }
.page-map .map-btn-search {
    position: relative
    }
.page-map .map-btn-search .icn-search-img {
    position: absolute;
    top: 3px;
    left: 8px
    }
.fixed-map-block {
    position: fixed !important;
    top: 0
    }
.map-marker-img {
    position: absolute;
    top: -1000px
    }
.ui-autocomplete.ui-menu {
    border: 1px solid #793612 !important;
    z-index: 10
    }
.ui-autocomplete li {
    overflow: hidden;
    color: #676767;
    float: none;
    height: auto;
    line-height: normal;
    text-align: left
    }
.ui-autocomplete li a {
    color: #676767
    }
.ui-autocomplete-category {
    border-top: 1px solid #ccc;
    background-color: #f7f7f7;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    padding: 0 30px;
    color: #000 !important
    }
.ui-menu-item {
    background-color: #fff !important;
    background: #fff !important;
    color: #676767 !important;
    border: none !important;
    font-weight: 400 !important;
    border-radius: 0 !important
    }
.ui-menu-item.ui-state-focus, .ui-menu-item:hover {
    background: #d1e4f9 !important;
    cursor: pointer !important
    }
.ui-autocomplete-show-all {
    border-top: 1px solid #ccc
    }
.ui-menu-item.ui-state-hover {
    background-color: #d1e4f9
    }
.rtl .map-view-block .js-prev {
    float: right
    }
.rtl .map-view-block .js-next {
    float: left
    }
.rtl .map-view-block .map-slider-wrap img {
    float: right
    }
p {
    margin: 0
    }
.faq-section {
    padding: 25px 0
    }
@media only screen and (max-width: 1024px) {
    .faq-section {
        padding: 25px 20px
        }
    }
@media only screen and (max-width: 767px) {
    .faq-section {
        padding: 20px 10px
        }
    }
.faq-section__title {
    font: 700 28px/1 Verdana, Geneva;
    color: #111;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 15px
    }
@media only screen and (max-width: 767px) {
    .faq-section__title {
        font-size: 24px;
        margin-bottom: 10px
        }
    }
.faq-section__subtitle {
    font: 400 12px/18px Montserrat, sans-serif;
    color: #616b78;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px
    }
@media only screen and (max-width: 1024px) {
    .faq-section__subtitle {
        line-height: 15px
        }
    }
@media only screen and (max-width: 767px) {
    .faq-section__subtitle {
        font-size: 8px;
        line-height: 15px;
        margin-bottom: 0
        }
    }
.faq-section-item {
    padding: 15px 0;
    border-bottom: 1px solid #dfe1e4
    }
@media only screen and (max-width: 767px) {
    .faq-section-item {
        padding: 10px 0
        }
    }
.faq-section-item__head {
    display: flex;
    align-items: center;
    cursor: pointer
    }
@media only screen and (max-width: 767px) {
    .faq-section-item__head {
        align-items: flex-start
        }
    }
.faq-section-item__head.active .faq-section-item__arrow {
    transform: rotate(180deg)
    }
.faq-section-item__arrow {
    flex-shrink: 0;
    width: 14px;
    height: 10px;
    transition: transform 0.3s
    }
@media only screen and (max-width: 767px) {
    .faq-section-item__arrow {
        width: 12px;
        height: 8px;
        padding: 8px 0
        }
    }
.faq-section-item__title {
    font: 500 18px/24px Montserrat, sans-serif;
    color: #111;
    margin-left: 15px
    }
@media only screen and (max-width: 767px) {
    .faq-section-item__title {
        font-size: 16px;
        line-height: 24px
        }
    }
.faq-section-item__text {
    display: none;
    font: 400 16px/24px Montserrat, sans-serif;
    color: #333e50;
    padding: 0 0 0 31px;
    transition: all 0.3s;
    overflow: hidden
    }
@media only screen and (max-width: 767px) {
    .faq-section-item__text {
        font-size: 14px;
        line-height: 30px;
        padding: 0 0 0 27px
        }
    }
.faq-section-item__text.active {
    display: block;
    padding: 15px 0 0 27px
    }
.south-cent-am-cancellation {
    color: #333;
    padding: 15px;
    border: 1px solid #ffce45;
    background-color: #fffaec;
    display: flex;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: left
    }
@media (max-width: 767px) {
    .south-cent-am-cancellation {
        margin: 15px
        }
    }
.south-cent-am-cancellation__icon {
    margin-right: 10px
    }
.south-cent-am-cancellation__icon .icon {
    width: 18px;
    height: 18px;
    fill: #e9bc44
    }
.south-cent-am-cancellation__title {
    font: 600 16px/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 5px
    }
.south-cent-am-cancellation__description {
    font: normal 14px/1.5 Helvetica Neue, Helvetica, Arial, sans-serif
    }
.south-cent-am-cancellation__btn {
    font-weight: 600;
    color: #ff5a5f;
    text-decoration: underline;
    cursor: pointer
    }
.south-cent-am-cancellation__modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    text-align: left
    }
.south-cent-am-cancellation__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box
    }
.south-cent-am-cancellation__content {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 20px 20px 30px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 3px rgba(36, 44, 74, 0.1);
    background: #fff;
    color: #333
    }
.south-cent-am-cancellation__content-title {
    font: 700 16px/1.33 Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    padding-right: 20px
    }
.south-cent-am-cancellation__content-text {
    font: normal 14px/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px
    }
.south-cent-am-cancellation__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px
    }
.south-cent-am-cancellation__close svg {
    pointer-events: none;
    font-size: 16px;
    fill: #4d4d4d
    }
.lb-cancel {
    background: url(/new/designs/80/destination/img/loading.gif) no-repeat
    }
.lb-nav a.lb-prev {
    background: url(/new/designs/80/destination/img/prev.png) left 48% no-repeat
    }
.lb-nav a.lb-next {
    background: url(/new/designs/80/destination/img/next.png) right 48% no-repeat
    }
.lb-data .lb-close {
    background: url(/new/designs/80/destination/img/close.png) 100% 0 no-repeat
    }