﻿.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary {
    left: .5em;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-icon {
        position: absolute;
        top: .2em;
        left: .2em;
    }

    .ui-menu .ui-menu-icon {
        position: static;
        float: right;
    }

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(/res/ext/jQuery-UI/1-9-2/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(/res/ext/jQuery-UI/1-9-2/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222;
    }

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/res/ext/jQuery-UI/1-9-2/css/smoothness/images/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(/res/ext/jQuery-UI/1-9-2/css/smoothness/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/res/ext/jQuery-UI/1-9-2/css/smoothness/images/ui-icons_222222_256x240.png);
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url(/res/ext/jQuery-UI/1-9-2/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/res/ext/jQuery-UI/1-9-2/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

body {
    font-family: 'Lato',sans-serif;
}

p {
    margin-top: 0;
}

p {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media only screen and (min-width:38em) {
    p {
        hyphens: none;
    }
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Lato',sans-serif;
}

h1 {
    font-size: 1.8em;
}

h6 {
    font-size: 1em;
}

.smallest {
    font-size: .8em;
}

.smaller {
    font-size: .9em;
}

.medium {
    font-size: 1.3em;
}

.larger {
    font-size: 1.5em;
}

.X-Large {
    font-size: 2em;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

.fi {
    font-style: italic;
}

.linethrough {
    text-decoration: line-through;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

section, nav, header, footer, address, main {
    display: block;
}

body {
    margin: 0;
    background-color: #f4f4f4;
}

a {
    text-decoration: none;
    color: #43abef;
}

    a:hover {
        text-decoration: underline;
        color: #72c0f3;
    }

    a:focus {
        outline: thin dotted;
        color: #1496eb;
    }

    a:hover, a:active {
        outline: 0;
    }

    a[disabled] {
        pointer-events: none;
    }

::-moz-selection {
    background-color: #a6a6a6;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #a6a6a6;
    color: #000;
    text-shadow: none;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #fff;
}

img {
    border-width: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
    height: auto;
}

@viewport {
    width: device-width;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #bfbfbf;
}

:not(a):focus {
    outline: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        a[href^="#"]:after, a[href^="javascript:"]:after {
            content: "";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: 'Lato',sans-serif;
}

p {
    margin-top: 0;
}

p {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media only screen and (min-width:38em) {
    p {
        hyphens: none;
    }
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Lato',sans-serif;
}

h1 {
    font-size: 1.8em;
}

h6 {
    font-size: 1em;
}

.smallest {
    font-size: .8em;
}

.smaller {
    font-size: .9em;
}

.medium {
    font-size: 1.3em;
}

.larger {
    font-size: 1.5em;
}

.X-Large {
    font-size: 2em;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

.fi {
    font-style: italic;
}

.linethrough {
    text-decoration: line-through;
}

.i {
    font-style: normal;
    display: inline-block;
}

.i-star {
    color: #898989;
    position: relative;
    font-size: 1.3em;
}

.i-star-full:before {
    color: #ffb242;
    content: '★';
    position: absolute;
    left: 0;
}

.i-star-half:before {
    color: #ffb242;
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.i-menu {
    background-image: url('/content/flow/less/img/menu48x24.svg');
    background-repeat: no-repeat;
    background-size: 2.3em auto;
    display: inline-block;
    position: relative;
    height: 1.4em;
    width: 2.2em;
}

.i-search {
    font-size: 1.6em;
}

.i-more {
    position: relative;
}

    .i-more:after {
        content: "▾";
        display: block;
        position: absolute;
        right: -1em;
        top: -.25em;
        font-size: 1em;
    }

.i-icon-left-open {
    color: #f2f2f2;
}

.i-icon-right-open {
    color: #f2f2f2;
}

body {
    width: 100%;
    *zoom: 1;
}

    body:before, body:after {
        content: "";
        display: table;
    }

    body:after {
        clear: both;
    }

.gradient {
    background: #FFFFFF;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.media {
    margin-bottom: 1em;
    background-color: #fff;
    font-size: .8em;
}

    .media h2 {
        text-shadow: 1px 1px #666;
    }

.media-alt {
    background-color: #e3e3e3;
    color: #fff;
}

.media-content {
    margin-left: 1em;
}

.no-b {
    border: none;
}

@-o-keyframes orangefade {
    from {
        background-color: rgba(254,146,0,.8);
    }

    to {
        background-color: transparent;
    }
}

@-webkit-keyframes orangefade {
    from {
        background-color: rgba(254,146,0,.8);
    }

    to {
        background-color: transparent;
    }
}

@-ms-keyframes orangefade {
    from {
        background-color: rgba(254,146,0,.8);
    }

    to {
        background-color: transparent;
    }
}

.special-info {
    background: #ff408b;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
}

.cta {
    background-color: #43abef;
    color: #fff;
}

.cta-alt {
    border: solid 1px #999;
}

    .cta-alt:hover {
        background-color: #666;
    }

.cta-banner {
    background-color: #fff;
    color: #43abef;
}

.cur-pointer {
    cursor: pointer;
}

.cur-default {
    cursor: default;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.green {
    color: #b1d64b;
}

.blue {
    color: #43abef;
}

.grey {
    color: #999;
}

.darkGrey {
    color: #666;
}

.red {
    color: red;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-green {
    background-color: #b1d64b;
}

.bg-blue {
    background-color: #43abef;
}

.bg-grey {
    background-color: #999;
}

.bg-red {
    background-color: red;
}

.border-white {
    border: solid 1px #fff;
}

.border-green {
    border: solid 1px #b1d64b;
}

.border-blue {
    border: solid 1px #43abef;
}

.border-grey {
    border: solid 1px #999;
}

.border-red {
    border: solid 1px red;
}

.bg-alt {
    background-color: #4093b9;
    color: #fff;
}

    .bg-alt a {
        color: #fff;
    }

.h-alt {
    color: #fff4a4;
}

.shadow {
    box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px rgba(153,153,153,.6);
}

.shadow-l {
    -moz-box-shadow: 0 3px 4px -1px #999;
    -webkit-box-shadow: 0 3px 4px -1px #999;
    box-shadow: 0 3px 4px -1px #999;
}

.not-responsive #footer {
    width: 100%;
    min-width: 960px;
}

.nav-primary a {
    color: #43abef;
}

    .nav-primary a:hover {
        color: #43abef !important;
    }

.nav-list-accomtype {
    display: inline;
    float: left;
    width: 98.80952381%;
    margin-left: .595238095%;
    margin-right: .595238095%;
    text-align: center;
}

    .nav-list-accomtype h1, .nav-list-accomtype h2, .nav-list-accomtype h3, .nav-list-accomtype h4, .nav-list-accomtype h5, .nav-list-accomtype h6 {
        text-align: center;
    }

    .nav-list-accomtype .nav-list-long {
        padding: 0 .5em;
    }

    .nav-list-accomtype li {
        display: list-item;
    }

        .nav-list-accomtype li:after {
            content: "";
        }

        .nav-list-accomtype li:last-child:after {
            content: "";
        }

    .nav-list-accomtype a {
        display: inline-block;
        padding: .2em .5em;
    }

@media screen and (min-width:30em) {
    .nav-list-accomtype {
        text-align: left;
    }

        .nav-list-accomtype li {
            display: inline;
        }

            .nav-list-accomtype li:after {
                content: ",";
                color: #999;
            }

            .nav-list-accomtype li:last-child:after {
                content: "";
            }

        .nav-list-accomtype a {
            display: inline;
            padding: 0 0;
        }
}

.currency-input {
    display: none;
    visibility: hidden;
}

.currency-label {
    cursor: pointer;
    background-color: transparent;
    background-image: url(img/flags.png);
    background-position-x: 90%;
    background-repeat: no-repeat;
}

    .currency-label:hover {
        background-color: #8c8c8c;
    }

.currency-input:checked + .currency-label {
    background-color: #666;
}

.currency-label:hover, .currency-label:focus, .currency-label:active {
    background-color: gray;
}

.select-currency {
    z-index: 3;
    font-size: 1em;
}

@media screen and (min-width:40em) {
    .select-currency {
        min-width: 11em;
        text-align: left;
    }
}

.select-currency label {
    padding: .25em .5em;
    cursor: pointer;
}

.bb {
    border-bottom: solid 1px #e3e3e3;
}

.no-b {
    border: none;
}

.hero {
    display: none;
}

@media screen and (min-width:30em) {
    .hero {
        display: block;
    }
}

.hero-text {
    color: #fff;
    text-shadow: 0 0 .25em black;
    font-size: 1em;
}

@media screen and (min-width:20em) {
    .hero-text {
        font-size: .8em;
    }
}

@media screen and (min-width:40em) {
    .hero-text {
        font-size: 1.6em;
    }
}

@media screen and (min-width:50em) {
    .hero-text {
        font-size: 1.6em;
    }
}

.hero-search-loading {
    background: #fff url(/res/img/loading1.gif) 99% 50% no-repeat;
}

.hero-search-form {
    background: rgba(0,0,0,.6);
    border: solid 1px #000;
}

    .hero-search-form img {
        width: 1em;
        right: 25px;
    }

    .hero-search-form .hero-search-loading {
        background-position-x: 309px;
    }

.hero-btn {
    font-size: 1em;
}

.banner {
    background-color: #b9dff9;
    color: #0c5a8d;
}

@media screen and (min-width:40em) {
    .banner-h {
        color: #fff;
    }
}

.est-home {
    font-size: 16px;
}

.establishment select {
    background-color: #fff;
    border: solid 1px #999;
    height: 2em;
    padding: 5px;
    margin-bottom: 8px;
}

.establishment li {
    border-bottom: solid 1px #e3e3e3;
    padding: 1em 0;
}

    .establishment li:last-child {
        border-bottom: none;
    }

.establishment select {
    height: 2em;
    padding: 5px;
    margin: 0;
    width: 3.3em;
}

@media screen and (max-width:20em) {
    .establishment select {
        font-size: 14px;
    }
}

@media screen and (min-width:30em) {
    .establishment select {
        min-width: 3.3em;
    }
}

.SafariNow .ui-autocomplete {
    box-shadow: 0,8px,20px,2px,.2;
    position: absolute !important;
    z-index: 900 !important;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none outside none;
    padding: 0;
    font-family: sans-serif,verdana,arial;
    background-color: #fff;
}

    .SafariNow .ui-autocomplete > li {
        display: block;
        font-size: 12px;
        font-weight: 700;
        padding: 8px 12px;
        text-align: left;
        text-transform: uppercase;
        overflow: hidden;
    }

@media screen and (min-width:40em) {
    .SafariNow .ui-autocomplete > li {
        text-transform: none;
        font-size: 13px;
        font-weight: 700;
        padding: 8px 12px;
    }
}

@media screen and (min-width:50em) {
    .SafariNow .ui-autocomplete > li {
        text-transform: none;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 12px;
    }
}

.SafariNow .ui-autocomplete > li:hover {
    background-color: #eaf4f5 !important;
    color: #1d6fae !important;
    cursor: pointer;
}

.SafariNow .ui-autocomplete > li a {
    display: block;
    height: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .SafariNow .ui-autocomplete > li a:hover {
        background: none !important;
        background-image: none !important;
        margin: 0 !important;
        border: 0 !important;
    }

.SafariNow .ui-autocomplete > li, .SafariNow .ui-autocomplete.ui-widget-content a {
    color: #7f7f7f !important;
}

.SafariNow .ui-autocomplete.ui-widget-content {
    background: #fff none !important;
}

.room-type {
    padding: .5em 1em;
    border-bottom: solid 1px #999;
}

    .room-type:first-child {
        border-top: solid 1px #999;
    }

.room-list .room-name {
    display: inline;
    float: left;
    width: 48.80952381%;
    margin-left: .595238095%;
    margin-right: .595238095%;
    margin-left: 0;
    min-height: 44px;
}

    .room-list .room-name strong {
        cursor: pointer;
    }

.room-list .room-price {
    display: inline;
    float: left;
    width: 23.80952381%;
    margin-left: .595238095%;
    margin-right: .595238095%;
    margin-left: 8.928571429%;
    float: right;
}

    .room-list .room-price em {
        font-size: .8em;
    }

.room-list .room-price-l {
    display: inline;
    float: left;
    width: 30.476190476%;
    margin-left: .595238095%;
    margin-right: .595238095%;
}

    .room-list .room-price-l em {
        font-size: .8em;
    }

@media screen and (min-width:30em) {
    .room-list li label {
        font-size: 1em;
    }

    .room-list .room-price em {
        font-size: .9em;
    }

    .room-list .room-price-l {
        display: inline;
        float: left;
        width: 19.642857143%;
        margin-left: .595238095%;
        margin-right: .595238095%;
    }
}

.ui-widget {
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 1em;
}

.ui-date-picker {
    width: 122px;
    color: #585858;
    padding: .4em;
    cursor: pointer;
    font-size: 1em;
}

.available a {
    background: #b1d64b !important;
    color: #fff !important;
    border-color: #b1d64b !important;
}

    .available a:hover {
        background: #80a805 !important;
        border: solid 1px #80a805 !important;
    }

@media screen and (min-width:50em) {
    .hero-banner-full {
        height: 440px;
        overflow: hidden;
    }
}

@media screen and (min-width:40em) {
    .col6m .media {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: .595238095%;
        margin-right: .595238095%;
    }
}

.i-lock {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0 0 transparent no-repeat;
    background-position: 0 -2210px;
    width: 32px;
    height: 34px;
}

@media screen and (max-width:30em) {
    .pick-room {
        padding: 0 !important;
    }

    .room-label {
        font-size: 14px;
    }

        .room-label strong {
            margin-left: 14px;
        }
}

@media screen and (max-width:30em) {
    .respond {
        font-size: 15px;
        padding: .5em .5em;
    }
}

.respond-form {
    display: none;
}

.full-date {
    display: none;
}

.short-date {
    display: inline-block;
}

.est-room-list {
    padding: 0;
}

    .est-room-list li {
        padding: 0;
    }

@media screen and (min-width:40em) {
    .full-date {
        display: inline-block;
    }

    .short-date {
        display: none;
    }
}

.content-map {
    background: #f1efe9;
    height: 270px;
    overflow: hidden;
}

@media screen and (min-width:30em) {
    .content-map {
        height: 360px;
    }
}

@media screen and (min-width:40em) {
    .content-map {
        height: 540px;
    }
}

.content-map img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-style: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.review-header {
    text-align: left;
}

.review-title {
    text-align: left;
    font-weight: bold;
}

#divShapeShiftWrapper {
    position: relative;
}

    #divShapeShiftWrapper > div {
        height: auto;
        position: absolute;
        width: 300px;
    }

@media only screen and (max-width:400px) {
    #divShapeShiftWrapper {
        width: 100% !important;
    }
}

.review-summary {
    float: right;
}

.only-desktop {
    display: none;
}

.only-mobile {
    display: inline;
}

.location-country {
    float: none;
}

@media screen and (min-width:50em) {
    .only-desktop {
        display: inline;
    }

    .only-mobile {
        display: none;
    }

    .location-country {
        float: left;
    }
}

.gallery-arrow {
    height: 80px;
    position: absolute;
    bottom: 95px;
    color: #fff;
    font-size: 2em;
    opacity: .8;
}

.gallery-left {
    left: 5px;
}

.gallery-right {
    right: 5px;
}

.royalSlider {
    width: 100%;
    height: 252px;
}

.rsWrapper {
    max-height: 252px;
    overflow: hidden;
}

@media screen and (min-width:30em) {
    .royalSlider {
        height: 342px;
    }

    .gallery-arrow {
        bottom: 148px;
    }
}

@media screen and (min-width:40em) {
    .royalSlider {
        height: 432px;
        margin-right: auto;
        margin-left: auto;
    }

    .gallery-arrow {
        bottom: 215px;
        font-size: 4em;
    }

    .rsWrapper {
        max-height: 612px;
    }
}

@media screen and (min-width:50em) {
    .royalSlider {
        height: 522px;
    }

    .gallery-arrow {
        top: 176px;
    }
}

@media screen and (min-width:60em) {
    .royalSlider {
        height: 612px;
    }

    .gallery-arrow {
        top: 215px;
    }
}

.e-price {
    font-size: 1em;
    color: #000;
}

@media screen and (min-width:40em) {
    .e-price .e-price-amount {
        font-size: 1.5em;
        font-weight: 800;
        color: rgba(0,0,0,.6);
        font-family: Lato,'Open Sans',arial,sans-serif;
    }
}

@media screen and (max-width:40em) {
    .e-price .e-price-amount {
        font-size: 1.5em;
        font-weight: 800;
        color: rgba(0,0,0,.6);
        font-family: Lato,'Open Sans',arial,sans-serif;
    }
}

.e-price .e-price-type {
    color: #000;
}

.e-price .e-special-price {
    font-size: 1.2em;
    text-decoration: line-through;
    color: rgba(0,0,0,.6);
}

.e-price .e-special {
    font-size: 1.2em;
    font-weight: 800;
    color: #ff408b;
}

.e-price .e-special-price-type {
    color: #000;
}

@media screen and (min-width:40em) {
    .e-price .e-special-price {
        color: rgba(0,0,0,.6);
        font-weight: 800;
    }

    .e-price .e-special-price-type {
        color: #000;
    }
}

.royalSlider img {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.gallery-container {
    position: relative;
}

.title-block {
    display: block;
    position: relative;
    clear: both;
    padding: 7px 14px;
    background: rgba(0,0,0,.55);
    color: #fff;
}

    .title-block .title-name {
        overflow: hidden;
    }

    .title-block h1 {
        color: #d9f628;
        margin: 0;
        padding: 0;
        font-size: 1.6em;
    }

    .title-block h4 {
        margin: 0;
        margin-top: 3px;
        padding: 0;
        float: left;
    }

.buttons-block-container {
    padding: .5em 1em;
}

.title-block-container {
    padding: 0;
    z-index: 2;
}

.buttons-block {
    text-align: center;
    padding: 0;
    width: 100%;
    min-width: 280px;
}

@media screen and (min-width:40em) {
    .buttons-block {
        min-width: 350px;
    }
}

.buttons-block-fixed {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #3380b3;
    color: #fff;
    z-index: 50;
}

    .buttons-block-fixed .fixed-buttons {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
    }

    .buttons-block-fixed .fixed-menu {
        display: none;
    }

        .buttons-block-fixed .fixed-menu a:hover {
            color: #fff;
        }

@media screen and (min-width:30em) {
    .buttons-block-fixed {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #3380b3;
        color: #fff;
        z-index: 50;
    }

        .buttons-block-fixed .fixed-buttons {
            width: auto;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 40px;
        }

        .buttons-block-fixed .fixed-menu {
            display: none;
        }
}

@media screen and (min-width:40em) {
    .buttons-block-container {
        padding: 0;
    }

    .buttons-block {
        width: auto;
        padding: .5em 1em;
        position: absolute;
        bottom: 70px;
        right: 0;
        background: rgba(0,0,0,.55);
        color: #fff;
    }

    .buttons-block-fixed {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        background: #3380b3;
        color: #fff;
        z-index: 50;
        padding: 5px;
        max-width: 950px;
        box-shadow: 0 2px 5px #656565;
    }

        .buttons-block-fixed .fixed-buttons {
            width: 45%;
            float: right;
            margin-bottom: 0;
        }

        .buttons-block-fixed .fixed-menu {
            display: inline-block;
            width: auto;
            float: left;
            padding-top: 1.4em;
        }

            .buttons-block-fixed .fixed-menu a:nth-last-of-type(-n+2) {
                display: none;
            }

    .title-block {
        background: rgba(0,0,0,.55);
        z-index: 99;
        position: absolute;
        top: 8px;
    }
}

@media screen and (min-width:50em) {
    .buttons-block {
        bottom: 81px;
    }

    .buttons-block-fixed .fixed-menu a:nth-last-of-type(-n+2) {
        display: inline;
    }
}

.bc-main {
    display: none;
}

@media screen and (min-width:40em) {
    .bc-main {
        display: block;
    }
}

div.BreadCrumb {
    margin: 0 auto 0 auto;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.75;
}

    div.BreadCrumb a {
        display: none;
        color: #4aacf2;
        float: left;
        height: 20px;
        position: relative;
        text-decoration: none;
    }

        div.BreadCrumb a.mobile {
            display: block;
        }

    div.BreadCrumb span {
        display: none;
        margin: 0 5px;
        color: #bfbfbf;
        float: left;
    }

        div.BreadCrumb span.mobile {
            display: block;
        }

    div.BreadCrumb b {
        font-weight: normal;
    }

@media screen and (min-width:40em) {
    div.BreadCrumb {
        display: inline-block;
    }

        div.BreadCrumb a, div.BreadCrumb span {
            display: block;
        }
}

@media screen and (max-width:40em) {
    div.BreadCrumb {
        display: inline-block;
    }

        div.BreadCrumb a, div.BreadCrumb span {
            display: block;
        }

        div.BreadCrumb .bc-home {
            display: block;
        }
}

@media screen and (max-width:40em) {
    .mobile {
        display: block;
    }
}

.mobile-pad-lr-none {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width:40em) {
    .mobile {
        display: none;
    }

    .mobile-pad-lr-none {
        padding-left: 1em;
        padding-right: 0;
    }
}

@media screen and (min-width:40em) {
    .head1 {
        font-size: 1.2em;
    }
}

@media screen and (max-width:40em) {
    h1 {
        font-size: 1em;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: .9em;
        padding-top: .5em;
        margin-bottom: 0;
    }

    .head1 {
        font-size: 1.2em;
    }
}

.pager {
    list-style: none;
    padding-left: 1em;
    padding-right: 0;
}

    .pager li {
        display: inline-block;
        margin: 0 4px 4px 0;
    }

        .pager li.arrow {
            margin-right: 15px;
        }

        .pager li a {
            background: #fff;
            display: block;
            border: solid 1px #ededf0;
            color: #43abef;
            margin: 7px 0;
            padding: 0 15px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 5px;
            font-weight: bold;
        }

            .pager li a:hover, .pager li a:focus {
                background: #daf0fb;
                color: #43abef;
                text-decoration: none;
            }

@media screen and (max-width:40em) {
    .pager li .pagerbigbutton {
        width: 40%;
    }
}

@media screen and (min-width:40em) {
    .pager li .pagerbigbutton {
        width: 20%;
    }
}

.pager li span {
    background: #fff;
    display: block;
    padding: 3px 9px;
    border: solid 1px #ededf0;
    color: #000;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    font-weight: bold;
}

.pager li.arrow:last-child {
    margin-left: 11px;
}

@media screen and (max-width:50em) {
    .listing-filter {
        display: none;
    }
}

.listing-filter-header {
    background-color: #43abef;
    color: #fff;
    border: solid 1px #d3d3d3;
    padding-left: .5em;
}

@media screen and (max-width:50em) {
    .listing-filter-header {
        background-color: #43abef;
        position: fixed;
        width: 100%;
    }
}

.listing-filter-header .close {
    text-align: right;
    padding-right: 1em;
}

@media screen and (max-width:50em) {
    .listing-filter-header .filter-header-text {
        font-size: 1.5em;
    }
}

@media screen and (min-width:50em) {
    .listing-filter-header .filter-header-text {
        font-size: .9em;
    }
}

.listing-filter-header div:first-child {
    width: 60%;
}

@media screen and (min-width:60em) {
    .listing-filter-header div:first-child {
        width: 100%;
    }
}

.listing-filter-header .filter-close {
    display: block;
}

@media screen and (min-width:20em) {
    .listing-filter-header .filter-close {
        width: 40%;
    }
}

@media screen and (min-width:30em) {
    .listing-filter-header .filter-close {
        width: 40%;
    }
}

@media screen and (min-width:40em) {
    .listing-filter-header .filter-close {
        width: 40%;
    }
}

@media screen and (min-width:50em) {
    .listing-filter-header .filter-close {
        display: none;
    }
}

@media screen and (min-width:60em) {
    .listing-filter-header .filter-close {
        display: none;
    }
}

@media screen and (max-width:50em) {
    .listing-filter-body {
        margin-top: 3em;
    }
}

@media screen and (max-width:50em) {
    .filter-row {
        border-top: solid 1px #e3e3e3;
    }
}

.filter-row-text {
    font-size: .9em;
}

@media screen and (max-width:50em) {
    .filter-row-text {
        font-size: 1.15em;
    }

        .filter-row-text a {
            width: 100%;
        }
}

@media screen and (max-width:50em) {
    .filter-row-padding {
        padding-top: .7em;
        padding-bottom: .3em;
    }
}

@media screen and (min-width:50em) {
    .filter-row-padding {
        padding-top: .1em;
    }
}

@media screen and (max-width:50em) {
    .filter-row-header {
        font-size: 1.5em;
        padding-top: .4em;
        padding-bottom: .2em;
    }
}

@media screen and (min-width:50em) {
    .filter-row-header {
        padding-top: .5em;
    }
}

@media screen and (max-width:50em) {
    .m-dn {
        display: none;
    }
}

@media screen and (min-width:50em) {
    .d-dn {
        display: none;
    }
}

#overlay {
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 400%;
    z-index: 101;
}

.listing-reviews .icon-right-open {
    display: block;
}

.mobile-from-price {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (min-width:40em) {
    .mobile-from-price {
        display: none;
    }
}

.desktop-from-price {
    position: absolute;
    top: 2%;
    right: 0;
}

@media screen and (max-width:40em) {
    .desktop-from-price {
        display: none;
    }
}

.listing-name {
    width: 60%;
    padding-bottom: .5em;
    margin-top: 5px;
}

@media screen and (max-width:40em) {
    .listing-name {
        width: 95%;
        height: auto;
    }
}

@media screen and (max-width:40em) {
    .sleeps {
        float: left;
        font-weight: bold;
        color: #999;
    }
}

@media screen and (min-width:40em) {
    .sleeps {
        float: left;
        font-weight: bold;
        color: #999;
    }
}

div.homepage {
    min-height: 22em;
}

@media screen and (min-width:20em) {
    div.homepage span {
        display: block;
    }
}

@media screen and (max-width:75em) {
    div.homepage {
        min-height: 17em;
    }
}

@media screen and (max-width:60em) {
    div.homepage {
        min-height: 16em;
    }
}

@media screen and (max-width:55em) {
    div.homepage {
        min-height: 13em;
    }
}

@media screen and (max-width:50em) {
    div.homepage {
        min-height: 20em;
    }
}

@media screen and (max-width:40em) {
    div.homepage {
        min-height: 16em;
    }
}

@media screen and (max-width:35em) {
    div.homepage {
        min-height: 15em;
    }
}

@media screen and (max-width:30em) {
    div.homepage {
        min-height: 6em;
    }
}

.listing .h2 {
    display: block;
}

.listing .icon-right-open {
    position: absolute;
    bottom: 50%;
    right: 0;
    padding: inherit;
}

@media screen and (min-width:40em) {
    .listing .icon-right-open {
        display: none;
    }
}

@media screen and (max-width:20em) {
    .listing {
        font-size: .8em;
    }

        .listing .select {
            font-size: .9em;
        }

        .listing .media {
            border-bottom: #d3d3d3;
            border-bottom-style: solid;
            border-bottom-width: thin;
            margin-bottom: 0;
        }

        .listing .accommodation-types {
            width: 100%;
            font-size: 1.1em;
        }
}

@media screen and (max-width:50em) {
    .listing .listing-description {
        display: none;
    }

    .listing .night-guests {
        display: none;
    }

    .listing .listing-filter {
        display: none;
    }

    .listing .instant-book {
        display: none;
    }

    .listing .accommodation-types {
        width: 100%;
        font-size: 1.1em;
    }

    .listing .icon-right-open {
        position: absolute;
        bottom: 50%;
        right: 0;
        padding: inherit;
        font-size: 1.6em;
    }
}

@media screen and (min-width:50em) {
    .listing .listing-description {
        width: 66%;
    }

    .listing .accommodation-types {
        width: 100%;
        height: 4em;
    }

    .listing .icon-right-open {
        display: none;
    }
}

.listing #map {
    height: 500px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width:50em) {
    .listing #map {
        height: 600px;
        width: 100%;
        margin: 0;
    }
}

.hub-main-title {
    font-size: 1em;
    z-index: 1;
}

@media screen and (min-width:20em) {
    .hub-main-title {
        font-size: 1.5em;
    }
}

@media screen and (min-width:30em) {
    .hub-main-title {
        font-size: 1.5em;
    }
}

@media screen and (min-width:40em) {
    .hub-main-title {
        font-size: 1.8em;
    }
}

@media screen and (min-width:50em) {
    .hub-main-title {
        font-size: 1.8em;
    }
}

@media screen and (min-width:60em) {
    .hub-main-title {
        font-size: 1.8em;
    }
}

.hub-main-container {
    height: 8em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .hub-main-container a:hover, .hub-main-container a:active {
        outline: 0;
        color: #fff;
    }

.hub-main-container-empty {
    height: 6em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .hub-main-container-empty a:hover, .hub-main-container-empty a:active {
        outline: 0;
        color: #fff;
    }

.hub-main-img {
    width: 100%;
    position: relative;
    top: -25%;
}

.sticky-filter.fixed {
    z-index: 2;
}

.sticky-filter.fixed {
    position: fixed;
    max-width: 60em;
    -moz-box-shadow: 0 3px 4px -1px #999;
    -webkit-box-shadow: 0 3px 4px -1px #999;
    box-shadow: 0 3px 4px -1px #999;
}

@media screen and (max-width:40em) {
    .desktop-filter-container {
        background-color: #f2f2f2;
    }
}

.main-img {
    width: 100%;
}

@media screen and (min-width:20em) {
    .main-img {
        height: 6.25em;
    }
}

@media screen and (min-width:30em) {
    .main-img {
        height: 11.875em;
    }
}

@media screen and (min-width:40em) {
    .listing-travel-guide-heading .review-bottom {
        display: none;
    }
}

.listing-travel-guide-text {
    float: left;
    width: 100%;
    margin-bottom: .5em;
}

@media screen and (min-width:40em) {
    .listing-travel-guide-text {
        width: 60%;
        margin-bottom: 0;
    }
}

@media screen and (min-width:40em) {
    .listing .listing-travel-guide-text {
        width: 50%;
    }
}

.listing-reviews {
    background-color: #fff;
    display: block;
    position: relative;
    width: 98%;
    float: left;
}

    .listing-reviews .icon-right-open {
        display: block;
        float: right;
        position: relative;
        color: #999;
        bottom: .5em;
    }

    .listing-reviews .shapeshift .listing-review {
        height: auto;
        padding: 6px;
        margin: 6px;
    }

        .listing-reviews .shapeshift .listing-review .title img {
            width: 48px;
            height: 48px;
            border-radius: 24px;
            float: left;
            margin: 0 10px 10px 0;
        }

.accommodation-type-filters {
    display: inline;
    float: left;
    width: 100%;
}

.accommodation-type-filter-all-button {
    position: absolute;
    bottom: -.15em;
    left: 2em;
    float: right;
}

    .accommodation-type-filter-all-button a {
        padding: .4em;
    }

@media screen and (min-width:40em) {
    .accommodation-type-filter-all-button {
        font-size: 1.3em;
    }

        .accommodation-type-filter-all-button a {
            padding: .5em 1em;
        }
}

.full-map .loading {
    position: absolute;
    z-index: 5;
    background: url("/res/img/loading1.gif") no-repeat scroll 50% 50% #fff;
    height: 50px;
    width: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin: 50px 0 0 158px;
    opacity: .8;
    top: 40%;
    right: 50%;
}

.full-map .back-to-list {
    z-index: 10;
}

.full-map .listing-filter {
    position: absolute;
    padding: .5em;
    z-index: 10;
    max-width: 240px;
    height: 700px;
    overflow: auto;
    opacity: .92;
}

.destinations-nearby-menu {
    width: 100%;
}

    .destinations-nearby-menu .column-container {
        float: left;
        width: 100%;
        padding-bottom: .3em;
    }

    .destinations-nearby-menu .image {
        float: left;
        width: 25%;
        padding-bottom: .5em;
        max-height: 60px;
    }

    .destinations-nearby-menu .content {
        float: left;
        width: 75%;
        line-height: 1.2;
    }

@media screen and (max-width:30em) {
    .destinations-nearby-menu .column-container {
        float: left;
        width: 100%;
        padding-bottom: 1em;
    }

    .destinations-nearby-menu .image {
        float: left;
        width: 20%;
        padding-bottom: .5em;
        max-height: 20px;
    }
}

.destinations-nearby-menu .popular-locations ul li {
    width: 100%;
}

.destinations-nearby-2-col {
    width: 100%;
}

    .destinations-nearby-2-col .column-container {
        float: left;
        width: 50%;
        padding-bottom: .5em;
    }

    .destinations-nearby-2-col .image {
        float: left;
        width: 25%;
        padding-bottom: .5em;
        max-height: 50px;
    }

    .destinations-nearby-2-col .content {
        float: left;
        width: 75%;
    }

@media screen and (max-width:30em) {
    .destinations-nearby-2-col .column-container {
        float: left;
        width: 100%;
        padding-bottom: 1em;
    }

    .destinations-nearby-2-col .image {
        float: left;
        width: 20%;
        padding-bottom: .5em;
        max-height: 20px;
    }
}

.destinations-nearby-3-col {
    width: 100%;
}

    .destinations-nearby-3-col .column-container {
        float: left;
        padding-bottom: .5em;
    }

    .destinations-nearby-3-col .image {
        float: left;
        width: 33%;
        padding-bottom: 1em;
        max-height: 100px;
    }

    .destinations-nearby-3-col .content {
        float: left;
        width: 66%;
    }

@media screen and (max-width:30em) {
    .destinations-nearby-3-col .column-container {
        float: left;
        width: 100%;
        padding-bottom: 1em;
    }

    .destinations-nearby-3-col .image {
        float: left;
        width: 20%;
        padding-bottom: .5em;
        max-height: 20px;
    }
}

.destinations-nearby-3-col ul li {
    float: left;
    width: 33%;
    overflow: hidden;
    max-height: 90px;
}

@media screen and (max-width:30em) {
    .destinations-nearby-3-col ul li {
        float: none;
        width: 100%;
    }
}

.destinations-nearby-4-col {
    width: 100%;
}

    .destinations-nearby-4-col .column-container {
        float: left;
        width: 25%;
        padding-bottom: .5em;
    }

    .destinations-nearby-4-col .image {
        float: left;
        width: 20%;
        padding-bottom: 1em;
        max-height: 40px;
    }

    .destinations-nearby-4-col .content {
        float: left;
        width: 80%;
    }

@media screen and (max-width:30em) {
    .destinations-nearby-4-col .column-container {
        float: left;
        width: 100%;
        padding-bottom: 1em;
    }

    .destinations-nearby-4-col .image {
        float: left;
        width: 20%;
        padding-bottom: .5em;
        max-height: 20px;
    }
}

.destinations-nearby-4-col ul li {
    float: left;
    width: 33%;
    overflow: hidden;
    max-height: 90px;
}

@media screen and (max-width:30em) {
    .destinations-nearby-4-col ul li {
        float: none;
        width: 100%;
    }
}

img[src="/res/img/gmaps/marker-red-drop.png"] {
    background-color: transparent;
}

img[src="/res/img/gmaps/marker-blue-drop.png"] {
    background-color: transparent;
}

.pager .icon-right-open {
    display: inline;
    position: static;
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
}

.special {
    background: #ff408b;
    position: absolute;
    top: 10px;
    left: -7px;
    padding: 12px 10px 10px;
    z-index: 10;
    color: #fff;
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.32);
    box-shadow: 1px 2px 1px rgba(0,0,0,.32);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
}

    .special:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: -2px;
        height: 0;
        border: 4px solid #db3576;
        border-bottom-color: transparent;
        border-left-color: transparent;
        z-index: -1;
        white-space: normal;
    }

.save-tag {
    background: url("/res/img/sn.sprite.png?sv=20181121") 0 1718px;
    width: 51px;
    height: 26px;
    position: absolute;
    top: -1px;
    left: 63px;
}

.special-tag {
    background: #ff408b;
    position: absolute;
    top: 7px;
    left: -8px;
    padding: 12px 10px 10px 22px;
    z-index: 10;
    color: #fff;
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.32);
    box-shadow: 1px 2px 1px rgba(0,0,0,.32);
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
}

    .special-tag:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: -2px;
        height: 0;
        border: 4px solid #db3576;
        border-bottom-color: transparent;
        border-left-color: transparent;
        z-index: -1;
        white-space: normal;
    }

@media screen and (min-width:40em) {
    .special-tag {
        left: -24px;
    }
}

.heart {
    width: 80px;
    height: 80px;
    background: url("/res/img/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    -webkit-transition: background-position 1s steps(28);
    transition: background-position 1s steps(28);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.shortlist-stage {
    position: relative;
    float: right;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.shortlist-container {
    border: 1px solid #ddd;
    width: 320px;
    height: 180px;
    position: relative;
}

.shortlist-tag {
    float: right;
    position: absolute;
    right: 0;
    top: -20px;
}

.new-available-listing {
    display: none;
    border-radius: .25em;
    background-color: rgba(0,0,0,.75);
    bottom: .5em;
    color: #fff;
    padding: .5em 1em;
    position: fixed;
    z-index: 15;
    right: 0;
    height: 10%;
    width: 20%;
}

.ui-dialog-responsive {
    position: absolute;
    width: 100%;
    min-height: 700px;
    top: 0;
    left: 0;
    z-index: 25;
}

@media screen and (min-width:40em) {
    .ui-dialog-responsive {
        height: auto;
        width: 300px;
        top: 40%;
        left: 40%;
        min-height: 0;
    }
}

.ui-dialog-responsive .registerIcon {
    position: absolute;
    top: 7px;
    right: 1%;
}

.ui-dialog-responsive input[type=text] {
    background-image: none;
    width: 100%;
}

.ui-dialog-responsive input[type=password] {
    background-image: none;
    width: 100%;
}

.ui-dialog-responsive #closeDialog {
    position: absolute;
    right: 0;
    top: 0;
    padding: .6em;
}

.ui-dialog-responsive .form-login {
    padding: .5em .5em;
}

    .ui-dialog-responsive .form-login #sendPassword {
        color: #fff;
    }

.ui-dialog-responsive .form-register {
    padding: .5em .5em;
}

.referral-banner {
    margin-top: 15px;
    padding: 15px;
    background-color: #43abef;
}

    .referral-banner .referral-img-container {
        text-align: center;
        padding: 20px;
    }

    .referral-banner .referral-header {
        font-size: 2.5em;
        font-weight: bold;
        text-align: center;
    }

.referral-notice {
    display: none;
    background-color: #ff408b;
    color: #fff;
    font-size: .9em;
    padding: .5em .5em;
    Box-shadow: 0 3px 3px rgba(0,0,0,.1);
    width: auto;
}

    .referral-notice div.referral-notice-message {
        display: inline;
        float: left;
        width: 75%;
        font-size: 16px;
    }

@media screen and (max-width:30em) {
    .referral-notice div.referral-notice-message {
        font-size: 12px;
    }
}

.referral-notice div.referral-notice-message div {
    display: inline;
}

.referral-notice div.referral-notice-message span.referral-value-amount {
    font-weight: bold;
}

    .referral-notice div.referral-notice-message span.referral-value-amount img {
        margin: -5px .4em auto auto;
        width: 20px;
        height: 20px;
    }

.referral-notice div.referral-notice-message span.referral-voucher-code {
    font-weight: bold;
    text-transform: uppercase;
}

.referral-notice div.referral-notice-message span.referral-expirydate {
    font-weight: bold;
}

.referral-notice div.referral-notice-message span.referral-terms-mobile {
    *zoom: 1;
}

    .referral-notice div.referral-notice-message span.referral-terms-mobile:before, .referral-notice div.referral-notice-message span.referral-terms-mobile:after {
        content: "";
        display: table;
    }

    .referral-notice div.referral-notice-message span.referral-terms-mobile:after {
        clear: both;
    }

    .referral-notice div.referral-notice-message span.referral-terms-mobile a {
        color: #fff;
        font-size: .8em;
    }

@media screen and (min-width:30em) {
    .referral-notice div.referral-notice-message span.referral-terms-mobile a {
        display: none;
        font-size: 1.8em;
    }
}

.referral-notice div.referral-notice-terms {
    text-align: right;
    display: inline;
    float: left;
    width: 25%;
}

    .referral-notice div.referral-notice-terms a {
        color: #fff;
        font-size: .8em;
    }

@media screen and (max-width:30em) {
    .referral-notice div.referral-notice-terms a {
        display: none;
        font-size: 1.8em;
    }
}

.referral-notice div.referral-notice-terms a.closeReferral {
    display: inline;
}

.reviewsTitle {
    font-size: 2em;
    text-align: center;
    margin-bottom: 10px;
}

.d-i {
    display: inline;
}

.content-listing .content-nearby {
    overflow: hidden;
}

.specials-heading {
    background: #ff408b;
    padding: 5px 15px;
    color: #fff;
}

.dialogContainer {
    width: 280px;
    height: auto;
    -webkit-box-shadow: 0 -2px 25px 0 rgba(0,0,0,.15),0 13px 25px 0 rgba(0,0,0,.3);
    background-color: #fff;
    padding: 0;
    margin: 0 auto;
}

.dialogContent {
    width: auto;
    height: auto;
    background-color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 21px 24px 12px 24px;
    margin: 0;
}

.dialogContentTitle {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.dialogContentSubTitle {
    font-weight: 500;
    font-size: 14px;
    color: #898989;
    line-height: 24px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.dialogContentBody {
    font-weight: 400;
    font-size: 14px;
    color: #585858;
    line-height: 24px;
    text-align: left;
    padding: 14px 0 0 0;
    margin: 0;
}

.dialogActionBar {
    width: auto;
    height: 48px;
    text-align: right;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0 15px 8px 16px;
    margin: 0;
}

.buttonTouchTarget {
    display: inline-block;
    background-color: #fff;
    -webkit-tap-highlight-color: #fff;
}

.buttonFlat {
    display: inline-block;
    height: 36px;
    background-color: rgba(9,9,9,0);
    font-weight: 500;
    font-size: 14px;
    color: rgba(33,150,243,.9);
    line-height: 36px;
    text-align: center;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0;
    margin-top: 6px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
}

.price-special {
    color: #ff408b;
}

.l-lt {
    text-decoration: line-through;
}

.breadcrumb {
    display: inline-block;
    padding: 0 0 10px 0;
    font-size: 12px;
}

    .breadcrumb div {
        float: left;
        padding-bottom: 10px;
    }

    .breadcrumb a {
        text-decoration: none;
        padding-right: 10px;
    }

@media screen and (min-width:20em) {
    .breadcrumb a.no-mobile, .breadcrumb span.no-mobile {
        display: none;
    }
}

@media screen and (min-width:40em) {
    .breadcrumb a.no-mobile, .breadcrumb span.no-mobile {
        display: inline-block;
    }
}

@media screen and (min-width:50em) {
    .breadcrumb a.no-mobile, .breadcrumb span.no-mobile {
        display: inline-block;
    }
}

.breadcrumb span {
    padding-right: 10px;
}

    .breadcrumb span:last-child {
        color: #999;
        padding-right: 0;
    }

.breadcrumb:after {
    clear: both;
    content: '';
    display: table;
}

.card-no-bg {
    padding-top: 20px;
}

    .card-no-bg .images a {
        color: #fff;
        text-decoration: none;
    }

    .card-no-bg .images .image {
        position: relative;
        height: 155px;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
    }

        .card-no-bg .images .image .image-opacity {
            background: rgba(0,0,0,.5);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            z-index: 1;
        }

        .card-no-bg .images .image img {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .card-no-bg .images .image .content {
            position: absolute;
            z-index: 2;
            width: 100%;
        }

            .card-no-bg .images .image .content h2 {
                padding-top: 40px;
                margin-bottom: 5px;
            }

ul.list-arrow {
    margin: 0;
    padding: 0;
}

    ul.list-arrow li {
        position: relative;
        border-bottom: solid 1px #e1e1e1;
        padding: 10px 20px;
        font-size: 13px;
    }

        ul.list-arrow li:last-child {
            border-bottom: none;
        }

        ul.list-arrow li:after {
            position: absolute;
            right: 20px;
            top: 10px;
            font-family: 'fontello';
            text-align: center;
            width: 1.5em;
            background: transparent;
            pointer-events: none;
            color: #43abef;
            content: '';
        }

.est-container {
    padding: 0;
    margin: 0 auto;
    max-width: 1160px;
}

#Header {
    background: #ffffff;
    z-index: 60;
    position: relative;
}

    #Header .container {
        margin: 0 auto;
        max-width: 1160px;
    }

    #Header .container-1050 {
        margin: 0 auto;
        max-width: 1010px;
    }

#Nav ul {
    margin: 0 10px 0 10px;
    padding: 10px 0;
}

@media screen and (min-width:60em) {
    #Nav ul {
        margin-left: 0;
        margin: 0 20px 0 0;
    }
}

#Nav ul li {
    display: inline-block;
    font-size: 14px;
    float: left;
}

    #Nav ul li a {
        text-decoration: none;
        padding: 10px 10px 10px 0;
        color: #000;
    }

        #Nav ul li a:focus {
            outline: none;
        }

        #Nav ul li a img {
            vertical-align: top;
        }

    #Nav ul li#MenuFavourites, #Nav ul li#MenuFavouritesOur, #Nav ul li#MenuAccount, #Nav ul li#MenuListYourPlace, #Nav ul li#MenuListHelp {
        float: right;
        padding: 12px 0 10px 0;
    }

        #Nav ul li#MenuFavourites a, #Nav ul li#MenuFavouritesOur a, #Nav ul li#MenuAccount a, #Nav ul li#MenuListYourPlace a, #Nav ul li#MenuListHelp a {
            padding: 10px 15px 10px 10px;
        }

            #Nav ul li#MenuFavourites a:hover, #Nav ul li#MenuFavouritesOur a:hover, #Nav ul li#MenuAccount a:hover, #Nav ul li#MenuListYourPlace a:hover, #Nav ul li#MenuList a:hover {
                cursor: pointer;
            }

        #Nav ul li#MenuFavourites:hover, #Nav ul li#MenuFavouritesOur:hover, #Nav ul li#MenuAccount:hover, #Nav ul li#MenuListYourPlace:hover, #Nav ul li#MenuListHelp:hover {
            cursor: pointer;
            background: #0099e1;
        }

    #Nav ul li#MenuAccount {
        margin-right: -10px;
        position: relative;
    }

@media screen and (min-width:60em) {
    #Nav ul li#MenuAccount {
        margin-right: -20px;
    }
}

#Nav ul li#MenuAccount #MenuItems {
    display: none;
    position: absolute;
    z-index: 60;
    background: #fff;
    right: 0;
    top: 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1),0 6px 20px 0 rgba(0,0,0,.1);
    min-width: 295px;
    overflow: hidden;
    cursor: default;
}

    #Nav ul li#MenuAccount #MenuItems ul {
        margin-left: 0;
        padding: 10px;
        overflow: hidden;
    }

        #Nav ul li#MenuAccount #MenuItems ul li {
            padding: 10px;
            width: 100%;
        }

            #Nav ul li#MenuAccount #MenuItems ul li a {
                position: relative;
                display: block;
                padding: 0;
                color: #43abef;
                z-index: 60;
            }

            #Nav ul li#MenuAccount #MenuItems ul li.menu-nolink {
                cursor: default;
            }

            #Nav ul li#MenuAccount #MenuItems ul li:not(.menu-nolink):hover {
                background: rgba(0,153,225,.15);
            }

#Nav ul li#MenuLogo img {
    width: 150px;
    padding-top: 5px;
}

@media screen and (min-width:40em) {
    #Nav ul li#MenuLogo img {
        padding-top: 0;
        width: auto;
    }
}

@media screen and (min-width:60em) {
    #Nav ul li#MenuLogo {
        padding-left: 0;
    }
}

#Nav ul li#MenuFavourites {
    display: none;
}

#Nav ul li#MenuFavouritesOur {
    display: none;
}
@media screen and (min-width:50em) {
    #Nav ul li#MenuFavourites {
        display: inline-block;
    }
}

@media screen and (min-width:50em) {
    #Nav ul li#MenuFavouritesOur {
        display: inline-block;
    }
}

#Nav ul li#MenuListYourPlace {
    display: none;
}

#Nav ul li#MenuListHelp {
    display: none;
}

@media screen and (min-width:55em) {
    #Nav ul li#MenuListYourPlace {
        display: inline-block;
    }
}

@media screen and (min-width:55em) {
    #Nav ul li#MenuListHelp {
        display: inline-block;
    }
}

#Nav ul:after {
    clear: both;
    content: '';
    display: table;
}

body .menu-close {
    z-index: 50;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.no-p {
    padding: 0 !important;
}

.no-p-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-m {
    margin: 0 !important;
}

.no-m-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-mb {
    margin-bottom: 0;
}

.no-min-width {
    min-width: 0 !important;
}

.l-db {
    display: block;
}

.l-dib {
    display: inline-block;
}

.l-dn {
    display: none;
}

.l-i {
    display: inline;
}

.list-li > li {
    display: inline;
}

.l-pad {
    padding: .5em 1em;
}

.l-pad-s {
    padding: .5em .5em;
}

.l-pad-m {
    padding: 1em 1em;
}

.l-pad-xs {
    padding: .1em .25em;
}

.l-pad-lr-none {
    padding-left: 0;
    padding-right: 0;
}

.l-pad-lr-xs {
    padding-left: .25em;
    padding-right: .25em;
}

.l-pad-lr-l {
    padding-left: .5em;
    padding-right: .5em;
}

.l-pad-lr-xl {
    padding-left: 1em;
    padding-right: 1em;
}

.l-pad-l {
    padding: 1em 2em;
}

.l-pad-t {
    padding-top: 1em;
}

.l-pad-l-l {
    padding-left: 1em;
}

.l-pad-l-s {
    padding-left: .5em;
}

.l-pad-l-m {
    padding-left: 1em;
}

.l-pad-l-xs {
    padding-left: .3em;
}

.l-pad-t-s {
    padding-top: .5em;
}

.l-pad-t-xs {
    padding-top: .3em;
}

.l-pad-b-xs {
    padding-bottom: .3em;
}

.l-pad-b-none {
    padding-bottom: 0;
}

.l-pad-b {
    padding-bottom: 1em;
}

.l-pad-b-xl {
    padding-bottom: 2em;
}

.l-pad-t-none {
    padding-top: 0;
}

.l-pad-t-l {
    padding-top: 1em;
}

.l-pad-t-xl {
    padding-top: 2em;
}

.l-pad-r-none {
    padding-right: 0;
}

.l-pad-r-s {
    padding-right: .5em;
}

.l-pad-r-m {
    padding-right: 1em;
}

.l-pad-b-s {
    padding-bottom: .5em;
}

.l-m1 {
    margin: 1em;
}

.l-mtb {
    margin-top: 1em;
    margin-bottom: 1em;
}

.l-mtb-s {
    margin-top: .25em;
    margin-bottom: .25em;
}

.l-mtb-m {
    margin-top: .5em;
    margin-bottom: .5em;
}

.l-p1 {
    padding: 1em;
}

.l-mb {
    margin-bottom: 1em;
}

.l-mb-1-4 {
    margin-bottom: 1.4em;
}

.l-mb-none {
    margin-bottom: 0;
}

.l-mb-l {
    margin-bottom: 2em;
}

.l-mb-xl {
    margin-bottom: 3em;
}

.l-mb-m {
    margin-bottom: .5em;
}

.l-mb-s {
    margin-bottom: .25em;
}

.l-ml-s {
    margin-left: .5em;
}

.l-ml-m {
    margin-left: 1em;
}

.l-ml-xs {
    margin-left: .25em;
}

.l-ml {
    margin-left: 1em;
}

.l-ml-l {
    margin-left: 2em;
}

.l-ml-xl {
    margin-left: 3em;
}

.l-ml-none {
    margin-left: 0;
}

.l-m-none {
    margin: 0;
}

.l-cb {
    clear: both;
}

.l-pr {
    position: relative;
}

.l-t {
    top: 0;
}

.l-r {
    right: 0;
}

.l-b {
    bottom: 0;
}

.l-l {
    left: 0;
}

.w-half {
    width: 50%;
}

.w-45 {
    width: 45%;
}

.w-full {
    width: 100%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-85 {
    width: 85%;
}

.w-93 {
    width: 93%;
}

.w-98 {
    width: 98%;
}

.h-max-20 {
    max-height: 20%;
}

.h-full {
    height: 100%;
}

.l-fl {
    float: left;
}

.l-fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.nav-list-type {
    display: inline;
    float: left;
    width: 98.80952381%;
    margin-left: .595238095%;
    margin-right: .595238095%;
}

    .nav-list-type .nav-list-long {
        padding: 0 .5em;
    }

    .nav-list-type h6 {
        margin-left: .5em;
    }

@media screen and (min-width:30em) {
    .nav-list-type h6 {
        margin-left: 0;
    }
}

@media screen and (min-width:40em) {
    .nav-list-type {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: .595238095%;
        margin-right: .595238095%;
    }

        .nav-list-type .nav-list-long {
            padding: 0;
        }
}

@media screen and (min-width:30em) {
    .nav-list-sn {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: .595238095%;
        margin-right: .595238095%;
    }

        .nav-list-sn:nth-of-type(3) {
            clear: left;
        }
}

@media screen and (min-width:50em) {
    .nav-list-sn {
        display: inline;
        float: left;
        width: 23.80952381%;
        margin-left: .595238095%;
        margin-right: .595238095%;
    }

        .nav-list-sn:nth-of-type(3) {
            clear: none;
        }
}

.nav-list-pad a {
    display: inline-block;
    padding: .2em .5em;
}

.nav-list-pad-s a {
    display: inline-block;
    padding: .1em;
}

#apply-to-list {
    padding: .5em 1em;
    display: inline-block;
}

.currency-label {
    max-width: 9.5em;
    border: solid 1px transparent;
}

    .currency-label:active {
        border: solid 1px #999;
    }

.column-img-size {
    width: 124px;
    height: 29px;
}

#menu-li {
    position: relative;
}

.menu-btn .menu-button {
    position: absolute;
    font-size: .65em;
    margin: 1.6em 0 0 .1em;
    right: 1px;
    top: 3px;
}

@media screen and (min-width:40em) {
    .menu-btn .menu-button {
        position: static;
        font-size: 1em;
        margin: auto;
        text-transform: none;
    }
}

.not-responsive .menu-btn {
    margin-right: .5em;
}

@media screen and (min-width:60em) {
    .not-responsive .menu-btn {
        margin-right: 0;
    }
}

.not-responsive .menu-btn .menu-button {
    position: static;
    font-size: 1em;
    margin: auto;
    text-transform: none;
}

.search-btn {
    font-size: .9em;
}

@media screen and (min-width:20em) {
    .search-btn {
        margin-top: .5em;
    }
}

@media screen and (min-width:30em) {
    .search-btn {
        margin-top: 1em;
    }
}

@media screen and (min-width:60em) {
    .menu-close-icon {
        display: none;
    }
}

.not-responsive .menu-close-icon {
    display: none;
}

.nav-top {
    text-align: center;
    font-size: .9em;
    margin-top: .2em;
}

@media screen and (min-width:40em) {
    .nav-top {
        text-align: left;
    }
}

@media screen and (min-width:60em) {
    .nav-top {
        display: inline-block;
        float: left;
    }
}

.not-responsive .nav-top {
    text-align: left;
    display: inline-block;
    float: left;
}

.call-us {
    float: right;
    margin-left: 2em;
    width: auto;
    font-size: .92em;
}

@media screen and (min-width:30em) {
    .call-us {
        font-size: 1em;
    }
}

.logo {
    margin: -.4em 1em 0 0;
}

    .logo img {
        width: auto;
        position: relative;
    }

.not-responsive .logo {
    margin-left: .2em;
}

@media screen and (min-width:60em) {
    .not-responsive .logo {
        margin-left: -.5em;
    }
}

@media screen and (min-width:40em) {
    .i-menu {
        background-image: url('/content/flow/less/img/menu.svg');
        background-size: 1em 1em;
        height: 1em;
        width: 1em;
        top: .1em;
    }
}

.not-responsive .i-menu {
    background-image: url('/content/flow/less/img/menu.svg');
    background-size: 1em 1em;
    height: 1em;
    width: 1em;
    top: .1em;
}

.l-mauto {
    margin-right: auto;
    margin-left: auto;
}

.content {
    max-width: 60em;
    position: relative;
}

.content-full {
    width: 100%;
}

.content-footer {
    max-width: 1280px;
    margin-top: 50px;
}

    .content-footer .row:after {
        clear: both;
        content: " ";
        display: table;
    }

    .content-footer .col, .content-footer .col-last {
        float: left;
        text-align: center;
    }

        .content-footer .col ul, .content-footer .col-last ul {
            margin: 0;
            border: none;
            padding-left: 0;
        }

            .content-footer .col ul li a, .content-footer .col-last ul li a {
                font-size: 14px;
            }

        .content-footer .col-last > div {
            margin: 25px auto 10px auto;
            width: 340px;
        }

            .content-footer .col-last > div p {
                margin: 0 auto 12px auto;
                width: 300px;
                font-size: 14px;
            }

            .content-footer .col-last > div input {
                width: 186px;
                padding: 9px;
                color: #585858;
                font-size: 14px;
            }

        .content-footer .col-last:after {
            clear: both;
            content: " ";
            display: table;
        }

    .content-footer .whale {
        position: absolute;
        top: 57px;
        left: 0;
        width: 130px;
    }

    .content-footer .diver {
        position: absolute;
        top: 16px;
        right: 10px;
        width: 80px;
    }

@media screen and (min-width:20em) {
    .content-footer .col, .content-footer .col-last {
        width: 100%;
    }
}

@media screen and (min-width:40em) {
    .content-footer .row {
        margin: 15px auto;
        clear: both;
        width: 620px;
    }

    .content-footer .col {
        width: 21%;
        text-align: left;
    }

        .content-footer .col ul {
            margin-left: 2em;
            padding-left: 0;
            border-right: solid 1px #fff;
            padding-bottom: 6px;
        }

            .content-footer .col ul li a {
                font-size: 16px;
            }

    .content-footer .col-last {
        text-align: left;
        width: 56%;
    }

        .content-footer .col-last > div {
            margin: 4px 0 0 2em;
        }

            .content-footer .col-last > div p {
                margin: 0 0 10px 0;
            }

    .content-footer .whale {
        top: 120px;
    }

    .content-footer .diver {
        top: 102px;
        right: 94px;
    }
}

@media screen and (min-width:50em) {
    .content-footer .row {
        margin: 15px auto;
        clear: both;
        width: 780px;
    }

    .content-footer .col {
        width: 25%;
    }

        .content-footer .col ul {
            margin-left: 3em;
        }

    .content-footer .col-last {
        width: 50%;
        text-align: left;
    }

        .content-footer .col-last > div {
            margin-left: 3em;
        }
}

.content-footer .button {
    font-size: 14px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    line-height: 37px;
    outline: 0;
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

    .content-footer .button:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    }

    .content-footer .button.blue {
        background-color: #43abef;
        color: #fff;
    }

        .content-footer .button.blue:hover {
            background-color: #4093b9;
        }

    .content-footer .button.green {
        background-color: #a0cf05;
        color: #fff;
    }

        .content-footer .button.green:hover {
            background-color: #9cca05;
        }

    .content-footer .button.red {
        background-color: #e52829;
        color: #fff;
    }

        .content-footer .button.red:hover {
            background-color: #b80705;
        }

input, select {
    border: solid 1px #999;
    border-radius: 2px;
    font-size: 1em;
    padding: .5em .3em .5em .3em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato",sans-serif;
}

[type="checkbox"] {
    margin-right: .5em;
    margin-left: 0;
    cursor: pointer;
    border: none;
    padding: 0;
}

@media screen and (min-width:20em) {
    .room-type-r {
        text-align: right;
    }
}

.is-open {
    display: block;
}

.show-xl {
    display: none;
}

@media screen and (min-width:60em) {
    .show-xl {
        display: block;
    }
}

.show-l {
    display: none;
}

@media screen and (min-width:50em) {
    .show-l {
        display: block;
    }
}

.show-m {
    display: none;
}

@media screen and (min-width:40em) {
    .show-m {
        display: block;
    }
}

.hero {
    min-height: 140px;
}

@media screen and (min-width:400px) {
    .hero {
        min-height: 201px;
    }
}

@media screen and (min-width:800px) {
    .hero {
        min-height: 204px;
    }
}

@media screen and (min-width:1200px) {
    .hero {
        min-height: 308px;
    }
}

.hero img {
    width: 100%;
}

::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}

.hero-search {
    padding: .5em 2em;
    font-size: 1em;
    width: 23em;
    border: none;
    text-transform: capitalize;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-search-icon {
    position: absolute;
    left: 8px;
    top: 10px;
    pointer-events: none;
    z-index: 1;
    color: #999;
}

.hero-search-header {
    width: 100%;
    height: 34px;
}

@media screen and (min-width:40em) {
    .hero-search-header {
        width: 17em;
    }
}

.not-responsive .hero-search-header {
    width: 17em;
}

.hero-search-form-alt {
    position: relative;
    padding-top: .2em;
}

@media screen and (min-width:50em) {
    .hero-search-form-alt {
        float: left;
    }
}

.hero-content {
    top: 5%;
}

@media screen and (min-width:20em) {
    .hero-content {
        top: 10%;
    }
}

@media screen and (min-width:30em) {
    .hero-content {
        top: 20%;
    }
}

@media screen and (min-width:40em) {
    .hero-content {
        top: 30%;
    }
}

@media screen and (min-width:60em) {
    .hero-content {
        top: 35%;
    }
}

@media screen and (min-width:60em) {
    .half-xl .media, .accommodation-near-you .media {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: .595238095%;
        margin-right: .595238095%;
    }
}

.half-xl .media:nth-of-type(odd), .accommodation-near-you .media:nth-of-type(odd) {
    clear: left;
}

.half-xl .shortlist-tag, .accommodation-near-you .shortlist-tag {
    right: 20px;
}

.media-img {
    overflow: hidden;
    width: 35%;
    margin: 0 1em 0 0;
    max-height: 150px;
}

@media screen and (min-width:20em) {
    .media-img {
        max-height: 140px;
    }
}

.media-img a {
    width: 100%;
}

.media-img img {
    width: 100%;
    background: url("/res/img/loading1.gif") no-repeat scroll 50% 50% transparent;
}

.media {
    min-height: 12em;
}

@media screen and (min-width:30em) {
    .listing-name {
        float: left;
    }
}

@media screen and (min-width:50em) {
    .listing-name {
        width: 35%;
    }
}

.banner img {
    width: 100%;
}

@media screen and (min-width:40em) {
    .banner img {
        width: 30%;
        float: right;
    }
}

@media screen and (min-width:20em) {
    .banner-h {
        position: absolute;
        top: 1em;
        left: 1em;
        right: 50%;
    }
}

@media screen and (min-width:40em) {
    .banner-h {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: .5em;
    }
}

@media screen and (min-width:20em) {
    .banner-text {
        float: left;
        width: 55%;
    }
}

@media screen and (min-width:30em) {
    .banner-text {
        width: 70%;
    }
}

@media screen and (min-width:40em) {
    .banner-text {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (min-width:20em) {
    .cta-banner {
        float: right;
    }
}

@media screen and (min-width:40em) {
    .cta-banner {
        position: absolute;
        top: 25%;
        right: 25%;
        margin-bottom: 0;
    }
}

.from-price {
    float: left;
}

@media screen and (min-width:40em) {
    .from-price {
        max-width: 9em;
        float: right;
        text-align: right;
    }
}

.instant-book {
    float: left;
    clear: left;
}

@media screen and (min-width:40em) {
    .instant-book {
        float: right;
        clear: right;
    }
}

.night-guests {
    font-size: .9em;
}

@media screen and (min-width:40em) {
    .night-guests {
        display: block;
    }
}

.dropdown-icon {
    background: url(/res/img/sn.sprite.vert.png?sv=20170530) 0 -1238px no-repeat;
}

@media screen and (max-width:60em) {
    .dropdown-icon {
        display: none;
    }
}

.currency-dd {
    margin-top: -3px;
}

dl.dropdown {
    font: normal normal bold 12px/1.5 Arial,San-Serif;
    float: left;
    width: 100%;
    height: 34px;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    margin: 0 10px 0 0;
    border-radius: 2px;
    position: relative;
}

    dl.dropdown dd, dl.dropdown ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    dl.dropdown dd {
        position: relative;
    }

    dl.dropdown a, .dropdown a:visited {
        color: #585858;
        text-decoration: none;
        outline: none;
    }

        dl.dropdown a:hover {
            color: #585858;
        }

    dl.dropdown dd ul {
        background: transparent none repeat scroll 0 0;
        overflow: auto;
        display: none;
        left: 0;
        padding: 5px 0;
        position: absolute;
        top: -21px;
        width: 278px;
        height: 170px;
        list-style: none;
        z-index: 10;
    }

    dl.dropdown span.value {
        display: none;
    }

    dl.dropdown dd ul li {
        z-index: 10;
        padding: 0;
        border: none;
    }

        dl.dropdown dd ul li a, dl.dropdown dd ul li a:visited {
            z-index: 10;
            padding: 1px 5px 1px 10px;
            display: block;
            width: auto;
            color: #000;
        }

            dl.dropdown dd ul li a:hover {
                background-color: #b4b4b4;
            }

div.phone-number {
    width: 50%;
    float: left;
}

.btn-green, .btn-blue, .btn-red {
    font-weight: bold;
    font-size: 18px;
    padding: 12px 25px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.8);
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.8);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.8);
}

    .btn-green.btn-size-medium {
        padding: 12px 20px;
    }

.btn-green {
    text-shadow: 0 1px 1px #80a805;
    background-color: #abd207;
    border: solid 1px #89b10c;
    background-image: -webkit-linear-gradient(bottom,#99c805,#bedc09);
    background-image: -moz-linear-gradient(bottom,#99c805,#bedc09);
    background-image: -o-linear-gradient(bottom,#99c805,#bedc09);
    background-image: linear-gradient(to top,#99c805,#bedc09);
}

    .btn-green:hover, .btn-green:focus {
        text-shadow: 0 1px 1px #6b8d06;
        background-color: #94b507;
        border: solid 1px #445706;
        background-image: -webkit-linear-gradient(bottom,#84ac05,#a8c209);
        background-image: -moz-linear-gradient(bottom,#84ac05,#a8c209);
        background-image: -o-linear-gradient(bottom,#84ac05,#a8c209);
        background-image: linear-gradient(to top,#84ac05,#a8c209);
        color: #fff;
        text-decoration: none;
    }

.btn-red {
    text-shadow: 0 1px 1px #a80505;
    background-color: #d20707;
    border: solid 1px #b10c0c;
    background-image: -webkit-linear-gradient(bottom,#c80505,#dc0909);
    background-image: -moz-linear-gradient(bottom,#c80505,#dc0909);
    background-image: -o-linear-gradient(bottom,#c80505,#dc0909);
    background-image: linear-gradient(to top,#c80505,#dc0909);
}

    .btn-red:hover, .btn-red:focus {
        text-shadow: 0 1px 1px #8d0606;
        background-color: #b50707;
        border: solid 1px #570606;
        background-image: -webkit-linear-gradient(bottom,#ac0505,#c20909);
        background-image: -moz-linear-gradient(bottom,#ac0505,#c20909);
        background-image: -o-linear-gradient(bottom,#ac0505,#c20909);
        background-image: linear-gradient(to top,#ac0505,#c20909);
        color: #fff;
        text-decoration: none;
    }

.btn-blue {
    text-shadow: 0 1px 1px #336698;
    background-color: #82bdc4;
    border: solid 1px #336698;
    background-image: -webkit-linear-gradient(bottom,#3b9bef,#5abef5);
    background-image: -moz-linear-gradient(bottom,#3b9bef,#5abef5);
    background-image: -o-linear-gradient(bottom,#3b9bef,#5abef5);
    background-image: linear-gradient(to top,#3b9bef,#5abef5);
}

    .btn-blue:hover, .btn-blue:focus {
        text-shadow: 0 1px 1px #2a537c;
        background-color: #70a2a8;
        border: solid 1px #2a537c;
        background-image: -webkit-linear-gradient(bottom,#3488d1,#50a7d7);
        background-image: -moz-linear-gradient(bottom,#3488d1,#50a7d7);
        background-image: -o-linear-gradient(bottom,#3488d1,#50a7d7);
        background-image: linear-gradient(to top,#3488d1,#50a7d7);
        color: #fff;
        text-decoration: none;
    }

.btn-small {
    padding: 7px 8px 9px;
    font-size: 15px;
}

@media screen and (min-width:30em) {
    .btn-small {
        padding: 9px 8px 9px;
        font-size: 18px;
    }
}

@media screen and (min-width:40em) {
    .btn-small {
        padding: 8px 14px;
        font-size: 18px;
    }
}

.nowrap {
    white-space: nowrap;
}

.tar {
    text-align: right;
}

.t-t {
    display: table;
}

.top-double-gutter {
    padding-top: 12px;
}

.color-blue-10 {
    color: #43abef;
}

.color-blue-20 {
    color: #4093b9;
}

.color-blue-30 {
    color: #3380b3;
}

.color-blue-40 {
    color: #24597d;
}

.color-green-10 {
    color: #a0cf05;
}

.color-black {
    color: #000;
}

.color-grey-10 {
    color: #f4f4f4;
}

.color-grey-20 {
    color: #e1e1e1;
}

.color-grey-30 {
    color: #898989;
}

.color-grey-40 {
    color: #585858;
}

.color-white {
    color: #fff;
}

.color-red-10 {
    color: #e52829;
}

.color-red-20 {
    color: #b80705;
}

#Nav ul li#MenuAccount #MenuItems ul {
    margin-right: 10px;
}

@media screen and (min-width:50em) {
    #Nav ul li#MenuAccount #MenuItems ul li#MenuItemFavourites {
        display: none;
    }
}

@media screen and (min-width:55em) {
    #Nav ul li#MenuAccount #MenuItems ul li#MenuItemListYourPlace {
        display: none;
    }
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

@-webkit-keyframes fxheroentrance-mobile {
    to {
        -moz-transform: translate3d(0,-20%,0);
        -ms-transform: translate3d(0,-20%,0);
        -o-transform: translate3d(0,-20%,0);
        -webkit-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0);
    }
}

@-moz-keyframes fxheroentrance-mobile {
    to {
        -moz-transform: translate3d(0,-20%,0);
        -ms-transform: translate3d(0,-20%,0);
        -o-transform: translate3d(0,-20%,0);
        -webkit-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0);
    }
}

@-ms-keyframes fxheroentrance-mobile {
    to {
        -moz-transform: translate3d(0,-20%,0);
        -ms-transform: translate3d(0,-20%,0);
        -o-transform: translate3d(0,-20%,0);
        -webkit-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0);
    }
}

@keyframes fxheroentrance-mobile {
    to {
        -moz-transform: translate3d(0,-20%,0);
        -ms-transform: translate3d(0,-20%,0);
        -o-transform: translate3d(0,-20%,0);
        -webkit-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0);
    }
}

@-webkit-keyframes fxheroentrance-tablet {
    to {
        -moz-transform: translate3d(0,-30%,0);
        -ms-transform: translate3d(0,-30%,0);
        -o-transform: translate3d(0,-30%,0);
        -webkit-transform: translate3d(0,-30%,0);
        transform: translate3d(0,-30%,0);
    }
}

@-moz-keyframes fxheroentrance-tablet {
    to {
        -moz-transform: translate3d(0,-30%,0);
        -ms-transform: translate3d(0,-30%,0);
        -o-transform: translate3d(0,-30%,0);
        -webkit-transform: translate3d(0,-30%,0);
        transform: translate3d(0,-30%,0);
    }
}

@-ms-keyframes fxheroentrance-tablet {
    to {
        -moz-transform: translate3d(0,-30%,0);
        -ms-transform: translate3d(0,-30%,0);
        -o-transform: translate3d(0,-30%,0);
        -webkit-transform: translate3d(0,-30%,0);
        transform: translate3d(0,-30%,0);
    }
}

@keyframes fxheroentrance-tablet {
    to {
        -moz-transform: translate3d(0,-30%,0);
        -ms-transform: translate3d(0,-30%,0);
        -o-transform: translate3d(0,-30%,0);
        -webkit-transform: translate3d(0,-30%,0);
        transform: translate3d(0,-30%,0);
    }
}

@-webkit-keyframes fxheroentrance {
    to {
        -moz-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
}

@-moz-keyframes fxheroentrance {
    to {
        -moz-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
}

@-ms-keyframes fxheroentrance {
    to {
        -moz-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
}

@keyframes fxheroentrance {
    to {
        -moz-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
}

@-webkit-keyframes emph {
    20% {
        -webkit-transform: none;
        transform: none;
        opacity: .5;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(4.8);
        transform: scale(4.8);
    }
}

@-moz-keyframes emph {
    20% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: .5;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(4.8);
        -ms-transform: scale(4.8);
        transform: scale(4.8);
    }
}

@-ms-keyframes emph {
    20% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: .5;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(4.8);
        -ms-transform: scale(4.8);
        transform: scale(4.8);
    }
}

@keyframes emph {
    20% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: .5;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(4.8);
        -ms-transform: scale(4.8);
        transform: scale(4.8);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -moz-transform: rotateZ(359deg);
        -o-transform: rotateZ(359deg);
        -webkit-transform: rotateZ(359deg);
        -ms-transform: rotateZ(359deg);
        transform: rotateZ(359deg);
    }
}

.royalSlider {
    position: relative;
    direction: ltr;
}

    .royalSlider > * {
        float: left;
    }

img.rsImg {
    max-width: none;
}

.rsDefault {
    background: #fff;
    color: #fff;
}

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?29778839');
    src: url('../font/fontello.eot?29778839#iefix') format('embedded-opentype'),url('../font/fontello.woff2?29778839') format('woff2'),url('../font/fontello.woff?29778839') format('woff'),url('../font/fontello.ttf?29778839') format('truetype'),url('../font/fontello.svg?29778839#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
    content: '!';
}

.icon-heart:before {
    content: '"';
}

.icon-lock:before {
    content: '#';
}

.icon-location-1:before {
    content: ',';
}

.icon-picture:before {
    content: '1';
}

.icon-phone:before {
    content: '4';
}

.icon-picture-1:before {
    content: '6';
}

.icon-address:before {
    content: ':';
}

.icon-mail:before {
    content: '=';
}

.icon-star:before {
    content: '>';
}

.icon-user:before {
    content: '?';
}

.icon-cancel-1:before {
    content: 'D';
}

.icon-home:before {
    content: 'G';
}

.icon-book:before {
    content: 'L';
}

.icon-call:before {
    content: 'P';
}

.icon-user-1:before {
    content: '';
}

.icon-star-1:before {
    content: '';
}

.icon-up-open:before {
    content: '';
}

.icon-check:before {
    content: '';
}

.icon-right-open:before {
    content: '';
}

.icon-left-open:before {
    content: '';
}

.icon-info:before {
    content: '';
}

.icon-home-1:before {
    content: '';
}

.icon-menu:before {
    content: '';
}

.icon-restaurant:before {
    content: '';
}

.icon-right:before {
    content: '';
}

.icon-sitemap:before {
    content: '';
}

.icon-book-open:before {
    content: '';
}

.icon-location:before {
    content: '';
}

.icon-star-2:before {
    content: '';
}

.icon-mail-alt:before {
    content: '';
}

.icon-lock-1:before {
    content: '';
}

.icon-search:before {
    content: '';
}

.icon-login:before {
    content: '';
}

.icon-desktop:before {
    content: '';
}

.icon-heart-1:before {
    content: '';
}

.icon-heart-empty:before {
    content: '';
}

.icon-filter:before {
    content: '';
}

.icon-location-2:before {
    content: '';
}

.icon-level-up:before {
    content: '';
}

.icon-spin3:before {
    content: '';
}

.icon-money:before {
    content: '';
}

.icon-help:before {
    content: '';
}

.icon-mail-1:before {
    content: '';
}

.icon-user-2:before {
    content: '';
}

.icon-user-3:before {
    content: '';
}

.icon-cancel:before {
    content: '';
}

.icon-block-1:before {
    content: '';
}

.icon-bed:before {
    content: '';
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'),local('Lato-Regular'),url(https://fonts.gstatic.com/s/lato/v14/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+100-24F,U+259,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'),local('Lato-Regular'),url(https://fonts.gstatic.com/s/lato/v14/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
}

.modal-header .modal-close::before {
    transform: rotate(45deg);
}

.modal-header .modal-close::after {
    transform: rotate(-45deg);
}

.modal-content {
    display: block;
    position: relative;
}

.modal-footer {
    overflow: hidden !important;
    background-image: none !important;
    background-color: transparent !important;
    padding-bottom: 25px 15px 0 15px !important;
    border-radius: 0 !important;
    text-align: center !important;
    color: #fff !important;
}

.gallery-next {
    width: 75px !important;
    font-size: medium !important;
    background: none !important;
    border: 0 !important;
    cursor: pointer !important;
    outline: none !important;
    position: absolute !important;
    top: 0 !important;
    height: 100% !important;
    z-index: 3 !important;
    font-size: .5em !important;
}

    .gallery-next i {
        position: absolute;
        left: 20px;
        top: 50%;
        width: 5em;
        height: 5em;
        background: transparent;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translate3d(0,-50%,0) rotate(-135deg);
    }

.gallery-next {
    right: 15px !important;
}

    .gallery-next i {
        transform: translate3d(0,-50%,0) rotate(45deg);
    }

.gallery-main {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

    .gallery-main img {
        height: 100%;
        max-width: 100%;
        border-style: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }

.gallery-footer {
    position: relative !important;
    overflow: hidden !important;
    height: 107px !important;
}

    .gallery-footer .image-description {
        font-size: 14px;
        color: #fff;
        text-align: left;
        padding: 15px 0;
        height: 20px;
        max-width: 105vh !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .gallery-footer ul {
        position: absolute !important;
        -webkit-transition: -webkit-transform .3s ease-out,transform .3s ease-out !important;
        -moz-transition: transform .3s ease-out !important;
        transition: -ms-transform .3s ease-out,-webkit-transform .3s ease-out,transform .3s ease-out !important;
        list-style-type: none !important;
        margin: 0 -9999px 0 -10px !important;
        padding: 0 !important;
        left: 0 !important;
    }

        .gallery-footer ul li {
            float: left !important;
            background-color: #000 !important;
            margin-left: 10px;
            opacity: .5;
            cursor: pointer;
        }

            .gallery-footer ul li img {
                box-shadow: 0 0 10px 2px rgba(255,170,145,.15);
                width: 100px !important;
                height: 67px !important;
            }

.buttons-block {
    bottom: 0;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(255,255,255,.85);
    display: none;
}

    #loader-wrapper.show {
        display: block !important;
    }

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #43abef;
    border-right-color: #43abef;
    border-bottom-color: #43abef;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 1001;
}

@media only screen and (min-width:768px)and (max-width:1023px) {
    #loader {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
}

@media only screen and (min-width:1024px) {
    #loader {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #24597d;
    border-right-color: #24597d;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
    transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
    transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out;
}
