﻿/*@import "_base";
// Small extensions on thes styles in this file

@import "_icons";
// Setting bg images on <i> elements

@import "_grid";
// Base grid using semantic.gs

@import "_layout";
// All rules pertaining to layout. Lots of utility classes for throwing things around a page.
// Worth splitting up into separate layout partials

@import "_modules";
// For everything else. Colours, background colours, shadows.

@import "_colors";
// Colors*/
/*********************/
/***** New Look ***** /
/*********************/
/* Gutters */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==|== primary styles =====================================================
   Author: Steve Barnett | Naga
   ========================================================================== */
section,
nav,
article,
aside,
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;
    }

.a-alt-dark {
    text-decoration: none;
    color: #000000;
}

    .a-alt-dark:hover {
        text-decoration: underline;
        color: #000000;
    }

    .a-alt-dark:focus {
        outline: thin dotted;
        color: #000000;
    }

    .a-alt-dark:hover,
    .a-alt-dark:active {
        outline: 0;
    }

::-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 #ffffff;
}

img {
    border-width: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

canvas,
iframe,
video,
svg {
    max-width: 100%;
    height: auto;
}
/* Wrap tables or pre elements in a div with this class */
.overflow-container {
    overflow-y: scroll;
}
/* Aspect ratios for media objects i.e canvas, iframe, video, svg etc. Defaults to 16x9 */
.aspect-ratio {
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.aspect-ratio--object {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #bfbfbf;
}
/* ==|== Links ==== */
:not(a):focus {
    outline: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.lft-cal {
    position: absolute;
    padding-top: 7px;
    padding-left: 2px;
    pointer-events: none;
}

.dtPicker {
    padding-left: 30px;
    width: 130px;
}
/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*@import url('_variables.less');*/
body,
textarea {
    font-family: 'Lato', sans-serif;
}

p {
    margin-top: 0;
}

p,
table {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media only screen and (min-width: 38em) {
    p,
    table {
        hyphens: none;
    }
}

blockquote {
    margin: 1.5em;
}

.uc {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.ts-none {
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 1.8em;
}

h6 {
    font-size: 1em;
}

.smallester {
    font-size: 0.7em;
}

.smallest {
    font-size: 0.8em;
}

.smaller {
    font-size: 0.9em;
}

.standard {
    font-size: 1em;
}

.medium-standard {
    font-size: 1.15em;
}

.medium {
    font-size: 1.3em;
}

.larger {
    font-size: 1.5em;
}

.largest {
    font-size: 1.8em;
}

.X-Large {
    font-size: 2em;
}

.XX-Large {
    font-size: 4em;
}

.XXX-Large {
    font-size: 8em;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

.fi {
    font-style: italic;
}

.lighter {
    color: #999;
}

.darker,
.darker:hover {
    color: #666666;
}

.wrapword {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.linethrough {
    text-decoration: line-through;
}

.underline {
    text-decoration: underline;
}

.i {
    font-style: normal;
    display: inline-block;
}

.i-flag {
    color: #ffffff;
}

.i-star {
    color: #898989;
    position: relative;
    font-size: 1.3em;
}

.i-star-full:before {
    color: #ffb242;
    content: '\2605';
    position: absolute;
    left: 0;
}

.i-star-half:before {
    color: #ffb242;
    content: '\2605';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.i-ribbon {
    position: relative;
}

    .i-ribbon:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -0.5em;
        border-top: solid 0.75em #b1d64b;
        border-right: solid 0.4em #ffffff;
        border-bottom: solid 0.75em #b1d64b;
        border-left: solid 0.4em #b1d64b;
    }

.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-social {
    background-color: transparent;
    background-image: url("img/social.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.i-facebook {
    background-position: 0 0;
}

.i-googleplus {
    background-position: -40px 0;
}

.i-twitter {
    background-position: -80px 0;
}

.i-pinterest {
    background-position: 0 -40px;
}

.i-linkedin {
    background-position: -40px -40px;
}

.i-instagram {
    background-position: -80px -40px;
}

.cssgradients .i-logo {
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #fff), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(ellipse at center, #fff 0, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    height: 45px;
    width: 120px;
    top: -12px;
    position: absolute;
}

.i-more {
    position: relative;
}

    .i-more:after {
        content: "\25BE";
        display: block;
        position: absolute;
        right: -1em;
        top: -0.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;
    }
/**************************************************************************************/
/* DO NOT ADD ANY MORE CLASSES TO THIS FILE UNLESS IT BELONGS IN THE HEADER OR FOOTER */
/**************************************************************************************/
#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,
    #Nav ul li#MenuImpersonate {
        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,
        #Nav ul li#MenuImpersonate 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#MenuListHelp a:hover,
            #Nav ul li#MenuImpersonate 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,
        #Nav ul li#MenuImpersonate:hover {
            cursor: pointer;
            background: #0099E1;
        }

        #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,
        #Nav ul li#MenuImpersonate.hover {
            cursor: pointer;
            background: #0099E1 !important;
        }

    #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: 65;
    background: #ffffff;
    right: 0;
    top: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 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-sub-item {
                padding: 10px 0 10px 44px !important;
            }

            #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, 0.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#MenuSearch {
    display: inline-block;
    width: 100%;
}

    #Nav ul li#MenuSearch .hero-search-header {
        width: 100%;
    }

@media screen and (min-width: 45em) {
    #Nav ul li#MenuSearch {
        padding-left: 10px;
        width: 350px;
    }
}

@media screen and (min-width: 50em) {
    #Nav ul li#MenuSearch {
        width: 326px;
    }
}

@media screen and (min-width: 55em) {
    #Nav ul li#MenuSearch {
        width: 262px;
    }
}

@media screen and (min-width: 60em) {
    #Nav ul li#MenuSearch {
        width: 326px;
    }
}

#Nav ul li#MenuFavourites {
    display: none;
}

@media screen and (min-width: 50em) {
    #Nav ul li#MenuFavourites {
        display: inline-block;
    }
}

#Nav ul li#MenuFavouritesOur {
    display: none;
}

@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 li#MenuImpersonate {
    width: 149px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    color: #ffffff;
}

@media screen and (min-width: 60em) {
    #Nav ul li#MenuImpersonate {
        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;
}

body.nav-active .menu-close {
    display: block;
}

.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-mt {
    margin-top: 0;
}

.no-mb {
    margin-bottom: 0;
}

.no-bull {
    list-style-type: none;
}

.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-wsno {
    white-space: nowrap;
}

.l-pad {
    padding: 0.5em 1em;
}

.l-pad-s {
    padding: 0.5em 0.5em;
}

.l-pad-m {
    padding: 1em 1em;
}

.l-pad-xs {
    padding: 0.1em 0.25em;
}

.l-pad-tb {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.l-pad-tb-l {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.l-pad-tl-l {
    padding-top: 0.5em;
    padding-left: 1em;
}

.l-pad-tb-xl {
    padding-top: 1em;
    padding-bottom: 1em;
}

.l-pad-tb-xxl {
    padding-top: 2em;
    padding-bottom: 2em;
}

.l-pad-lr-none {
    padding-left: 0;
    padding-right: 0;
}

.l-pad-lr-xs {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.l-pad-lr-l {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.l-pad-lr-xl {
    padding-left: 1em;
    padding-right: 1em;
}

.l-pad-lr-xxl {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.l-pad-lr-xxxl {
    padding-left: 6em;
    padding-right: 6em;
}

.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: 0.5em;
}

.l-pad-l-m {
    padding-left: 1em;
}

.l-pad-l-xs {
    padding-left: 0.3em;
}

.l-pad-t-s {
    padding-top: 0.5em;
}

.l-pad-tb-s {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.l-pad-t-xs {
    padding-top: 0.3em;
}

.l-pad-b-xs {
    padding-bottom: 0.3em;
}

.l-pad-b-xxs {
    padding-bottom: 0.2em;
}

.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: 0.5em;
}

.l-pad-r-m {
    padding-right: 1em;
}

.l-pad-b-s {
    padding-bottom: 0.5em;
}

.l-ms {
    margin: 0.5em;
}

.l-m1 {
    margin: 1em;
}

.l-mtb {
    margin-top: 1em;
    margin-bottom: 1em;
}

.l-mtb-s {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.l-mtb-m {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.l-mt-neg-xs {
    margin-top: -0.5em;
}

.l-ml-neg-s {
    margin-left: -0.5em;
}

.l-mr-neg-s {
    margin-right: -0.5em;
}

.l-p1 {
    padding: 1em;
}

.l-mb {
    margin-bottom: 1em;
}

.l-mb-1-4 {
    margin-bottom: 1.4em;
}

.l-mt-none {
    margin-top: 0;
}

.l-mb-none {
    margin-bottom: 0;
}

.l-mb-l {
    margin-bottom: 2em;
}

.l-mb-xl {
    margin-bottom: 3em;
}

.l-mb-m {
    margin-bottom: 0.5em;
}

.l-mb-s {
    margin-bottom: 0.25em;
}

.l-mt-s {
    margin-top: 0.2em;
}

.l-mt-m {
    margin-top: 1em;
}

.l-mt-l {
    margin-top: 2em;
}

.l-mt-xl {
    margin-top: 3em;
}

.l-mr-s {
    margin-right: 0.5em;
}

.l-mr-xs {
    margin-right: 0.25em;
}

.l-mr {
    margin-right: 0.8em;
}

.l-ml-s {
    margin-left: 0.5em;
}

.l-ml-m {
    margin-left: 1em;
}

.l-mlr-s {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.l-mlr-xs {
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.l-mlr-m {
    margin-left: 0.75em;
    margin-right: 0.75em;
}

.l-mlr-l {
    margin-left: 1em;
    margin-right: 1em;
}

.l-mlr-xl {
    margin-left: 3em;
    margin-right: 3em;
}

.l-mlr-xxl {
    margin-left: 4em;
    margin-right: 4em;
}

.l-ml-xs {
    margin-left: 0.25em;
}

.l-ml {
    margin-left: 1em;
}

.l-mr-l {
    margin-right: 2em;
}

.l-ml-l {
    margin-left: 2em;
}

.l-ml-xl {
    margin-left: 3em;
}

.l-ml-none {
    margin-left: 0;
}

.l-mr-none {
    margin-right: 0;
}

.l-mlr-none {
    margin-left: 0;
    margin-right: 0;
}

.l-m-none {
    margin: 0;
}

.l-cb {
    clear: both;
}

.l-cl {
    clear: left;
}

.l-cr {
    clear: right;
}

.l-pa {
    position: absolute;
}

.l-pr {
    position: relative;
}

.l-pf {
    position: fixed;
}

.l-t {
    top: 0;
}

.l-r {
    right: 0;
}

.l-b {
    bottom: 0;
}

.l-l {
    left: 0;
}

.l-t-indent {
    top: 1em;
}

.l-r-indent {
    right: 1em;
}

.l-b-indent {
    bottom: 1em;
}

.l-l-indent {
    left: 1em;
}

.l-t-indent-s {
    top: 0.5em;
}

.l-r-indent-s {
    right: 0.5em;
}

.l-b-indent-s {
    bottom: 0.5em;
}

.l-b-indent-xs {
    bottom: 0.25em;
}

.l-l-indent-s {
    left: 0.5em;
}

.l-t-indent-l {
    top: 1.5em;
}

.l-r-indent-l {
    right: 1.5em;
}

.l-b-indent-l {
    bottom: 1.5em;
}

.l-l-indent-l {
    left: 1.5em;
}

.l-t-indent-xl {
    top: 2.3em;
}

.l-r-indent-xl {
    right: 2.3em;
}

.l-b-indent-xl {
    bottom: 2.3em;
}

.l-l-indent-xl {
    left: 2.3em;
}

.l-t-outdent {
    top: -1em;
}

.l-r-outdent {
    right: -1em;
}

.l-r-outdent-s {
    right: -0.5em;
}

.l-b-outdent {
    bottom: -1em;
}

.l-l-outdent {
    left: -1em;
}

.w-fifth {
    width: 20%;
}

.w-quarter {
    width: 25%;
}

.w-third {
    width: 33%;
}

.w-half {
    width: 50%;
}

.w-2third {
    width: 66%;
}

.w-3quarter {
    width: 75%;
}

.w-2fifth {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-3fifth {
    width: 60%;
}

.w-4fifth {
    width: 80%;
}

.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;
}

.l-fn {
    float: none;
}

.l-va-b {
    vertical-align: bottom;
}

.l-va-f-t {
    vertical-align: text-top;
}

.l-va-c {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.l-zi-1 {
    z-index: 1;
}

.l-zi-5 {
    z-index: 5;
}

.l-zi-10 {
    z-index: 10;
}

.l-zi-15 {
    z-index: 15;
}

.l-rot-45-neg {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.l-rot-45 {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.l-rot-90 {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.l-rot-135 {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.grow {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .grow:hover {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.pointer {
    cursor: pointer;
}

ul.white-space-fix li {
    margin-right: -4px;
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-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: 0.5952381%;
    margin-right: 0.5952381%;
}

    .nav-list-type .nav-list-long {
        padding: 0 0.5em;
    }

    .nav-list-type h6 {
        margin-left: 0.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: 0.5952381%;
        margin-right: 0.5952381%;
    }

        .nav-list-type .nav-list-long {
            padding: 0;
        }
}

.homepage-popular-links {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .homepage-popular-links {
        width: 100%;
    }
}

@media screen and (min-width: 60em) {
    .homepage-popular-links {
        width: 74em;
    }
}

.homepage-popular-links li {
    text-align: left;
}

.nav-list-geo {
    text-align: center;
}

@media screen and (min-width: 30em) {
    .nav-list-geo {
        display: inline;
        float: left;
        width: 32.14285714%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
        text-align: left;
    }
}

@media screen and (min-width: 50em) {
    .nav-list-geo-half {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

@media screen and (min-width: 30em) {
    .nav-list-sn {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

        .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: 0.5952381%;
        margin-right: 0.5952381%;
    }

        .nav-list-sn:nth-of-type(3) {
            clear: none;
        }
}

.nav-list-pad a {
    display: inline-block;
    padding: 0.2em 0.5em;
}

.nav-list-pad-s a {
    display: inline-block;
    padding: 0.1em;
}

.nav-list-shortened li:nth-child(n+11) {
    display: none;
}

.nav-list-shortened li:last-child {
    display: inline;
}

@media screen and (min-width: 50em) {
    .nav-list-divided-desktoponly li:before {
        content: "|";
    }

    .nav-list-divided-desktoponly li:first-child:before {
        content: "";
    }

    .nav-list-divided-desktoponly li {
        display: inline-block;
    }

        .nav-list-divided-desktoponly li a {
            padding-left: 0.3em;
        }
}

.not-responsive .nav-list-divided-desktoponly li:before {
    content: "|";
}

.not-responsive .nav-list-divided-desktoponly li:first-child:before {
    content: "";
}

.not-responsive .nav-list-divided-desktoponly li {
    display: inline-block;
}

    .not-responsive .nav-list-divided-desktoponly li a {
        padding-left: 0.3em;
    }

.nav-staff {
    *zoom: 1;
    display: none;
    z-index: 70;
}

    .nav-staff:before,
    .nav-staff:after {
        content: "";
        display: table;
    }

    .nav-staff:after {
        clear: both;
    }

@media screen and (min-width: 60em) {
    .nav-staff {
        display: block;
    }
}

.nav-staff .container {
    max-width: 1160px;
    margin: 0 auto;
}

.nav-staff .container-1050 {
    margin: 0 auto;
    max-width: 1010px;
}

.nav-staff ul:after {
    content: '';
    display: table;
    clear: both;
}

#apply-to-list {
    padding: 0.5em 1em;
    display: inline-block;
}

.filmstrip-item {
    display: inline;
    float: left;
    width: 33.33333333%;
}

    .filmstrip-item img {
        width: 100%;
    }

@media screen and (min-width: 40em) {
    .filmstrip-item {
        display: inline;
        float: left;
        width: 16.66666667%;
    }
}

.not-responsive .filmstrip-item {
    display: inline;
    float: left;
    width: 16.66666667%;
}

.social-icons {
    font-size: 1.8em;
}

@media screen and (min-width: 30em) {
    .social-icons {
        font-size: 2em;
    }
}

.not-responsive .social-icons {
    font-size: 2em;
}

.currency-label {
    max-width: 9.5em;
    border: solid 1px transparent;
}

    .currency-label:active {
        border: solid 1px #999;
    }

.current-currency {
    /*display: none;*/
}

@media screen and (min-width: 60em) {
    .current-currency {
        /*display: block;*/
        text-align: right;
        padding-right: 0;
    }
}

.column-img-size {
    width: 124px;
    height: 29px;
}

#menu-li {
    position: relative;
}

.menu-btn .menu-button {
    position: absolute;
    font-size: 0.65em;
    margin: 1.6em 0 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: 0.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;
}

.fav-btn {
    display: none;
}

@media screen and (min-width: 50em) {
    .fav-btn {
        display: block;
    }
}

.fav-btn a:hover i::before {
    text-decoration: none;
}

.not-responsive .fav-btn {
    display: block;
}

.search-btn {
    font-size: 0.9em;
}

@media screen and (min-width: 20em) {
    .search-btn {
        margin-top: 0.5em;
    }
}

@media screen and (min-width: 30em) {
    .search-btn {
        margin-top: 1em;
    }
}

.nav-off-canvas {
    position: absolute;
    background-color: #ffffff !important;
    color: black;
    left: -320px;
}

    .nav-off-canvas ul {
        margin-top: 1em;
    }

@media screen and (min-width: 40em) {
    .nav-off-canvas ul {
        margin-top: 0;
    }
}

.csstransforms .nav-off-canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    -moz-transform: translate3d(-120%, 0, 0);
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    z-index: 60;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

@media screen and (min-width: 20em) {
    .csstransforms .nav-off-canvas {
        width: 20em;
    }
}

@media screen and (min-width: 60em) {
    .csstransforms .nav-off-canvas {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        display: none;
        left: -261px;
        top: 32px;
    }
}

.csstransforms .not-responsive .nav-off-canvas {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    display: none;
    left: -261px;
    top: 32px;
}

.nav-primary-item {
    padding: 0.5em 1em;
    margin: 0;
}

    .nav-primary-item a:hover i::before {
        text-decoration: none;
    }

.sub-menu .nav-primary-item {
    display: block;
}

@media screen and (min-width: 60em) {
    .menu-close-icon {
        display: none;
    }
}

.not-responsive .menu-close-icon {
    display: none;
}
/*.csstransforms .nav-active .nav-off-canvas {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    @media screen and (min-width: @bp-xl) {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        display: block;
    }
}

.csstransforms .not-responsive.nav-active .nav-off-canvas {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    display: block;
}

.csstransforms .nav-active .menu-close {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/
.nav-top {
    text-align: center;
    font-size: 0.9em;
    margin-top: 0.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;
    }

        .nav-top .nav-top-item {
            display: inline-block;
            padding: 0.5em 1em 0.5em;
        }
}

.not-responsive .nav-top {
    text-align: left;
    display: inline-block;
    float: left;
}

    .not-responsive .nav-top .nav-top-item {
        display: inline-block;
        padding: 0.5em 1em 0.5em;
    }

.call-us {
    float: right;
    margin-left: 2em;
    width: auto;
    font-size: 0.92em;
}

@media screen and (min-width: 30em) {
    .call-us {
        font-size: 1em;
    }
}

.strap {
    float: left;
    width: auto;
    font-size: 0.92em;
    display: none;
}

@media screen and (min-width: 30em) {
    .strap {
        font-size: 1em;
    }
}

@media screen and (min-width: 40em) {
    .strap {
        display: inline;
    }
}
/*.nav-secondary, .container-nav-secondary {
    //line-height: 1;
    .l-pad-lr-l();
    padding-bottom: 10px;

    ul.nav-sec-ul {
        margin-top: 0.8em;
        @media screen and (min-width: @bp-m) {
            margin-top: 1.4em;
        }
    }

    .search-inactive {
        display: none;
    }

    .search {
        margin-top: 0;
    }

    @media screen and (min-width: @bp-m) {
        padding-bottom: 10px
    }
}*/
/*.not-responsive .nav-secondary, .not-responsive .container-nav-secondary { 
    padding-left: 0;
    padding-right: 0;
    ul.nav-sec-ul {
        margin-top: 1.4em;
    }
}

.slogan {
    font-size: 0.85em;
    @media screen and (min-width: @bp-s) {
        .medium-standard();
    }
}

.not-responsive .slogan {
    .medium-standard();
}*/
.list-prop {
    display: none;
}

@media screen and (min-width: 40em) {
    .list-prop {
        display: block;
        margin-top: 2px;
    }

        .list-prop span {
            margin-right: 7px;
        }

        .list-prop a {
            text-decoration: underline;
        }
}

.not-responsive .list-prop {
    display: block;
}

#lnkClearImpersonation {
    cursor: pointer;
}

.logo {
    margin: -0.4em 1em 0 0em;
}

    .logo img {
        width: auto;
        position: relative;
    }

.not-responsive .logo {
    margin-left: 0.2em;
}

@media screen and (min-width: 60em) {
    .not-responsive .logo {
        margin-left: -0.5em;
    }
}

.cssgradients .i-logo {
    height: 100px;
    width: 300px;
    top: -40px;
    left: -20px;
}

@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: 0.1em;
    }
    /*.nav-secondary, .container-nav-secondary {
        .clearfix();

        .search, .search-inactive {
            display: inline-block;
            //margin-top: -5px;
        }

        .search-btn {
            display: none;
        }
    }*/
}

.not-responsive .i-menu {
    background-image: url('/content/flow/less/img/menu.svg');
    background-size: 1em 1em;
    height: 1em;
    width: 1em;
    top: 0.1em;
    /*.nav-secondary, .container-nav-secondary {
        .clearfix();
        ul {
            .content();
        }

        .search, .search-inactive {
            display: inline-block;
        }

        .search-btn {
            display: none;
        }
    }*/
}

.l-mauto {
    margin-right: auto;
    margin-left: auto;
}

.content {
    max-width: 60em;
    position: relative;
}

.content-wide {
    max-width: 75em;
}

.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-first,
    .content-footer .col-last {
        float: left;
        text-align: center;
    }

        .content-footer .col ul,
        .content-footer .col-first ul,
        .content-footer .col-last ul {
            margin: 0;
            border: none;
            padding-left: 0;
        }

            .content-footer .col ul li a,
            .content-footer .col-first 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: 0px;
        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-first,
    .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-first {
        width: 21%;
        text-align: left;
        z-index: 15;
    }

        .content-footer .col-first ul {
            margin-left: 2em;
            padding-left: 0;
            border-right: solid 1px white;
            padding-bottom: 6px;
        }

            .content-footer .col-first ul li a {
                font-size: 16px;
            }

            .content-footer .col-first ul li ul {
                border-right: none;
                margin-left: 1em;
            }

                .content-footer .col-first ul li ul li a {
                    font-size: 14px;
                }

    .content-footer .col {
        width: 21%;
        text-align: left;
    }

        .content-footer .col ul {
            margin-left: 2em;
            padding-left: 0;
            border-right: solid 1px white;
            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;
        z-index: 10;
    }

    .content-footer .diver {
        top: 102px;
        right: 94px;
    }
}

@media screen and (max-width: 50em) {
    .content-footer .d-status {
        display: none;
    }
}

@media screen and (min-width: 50em) {
    .content-footer .row {
        margin: 15px auto;
        clear: both;
        width: 780px;
    }

    .content-footer .col,
    .content-footer .col-first {
        width: 25%;
    }

        .content-footer .col ul,
        .content-footer .col-first 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;
    /*width: 110px;*/
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .content-footer .button:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .content-footer .button.disabled {
        background-color: #e1e1e1;
        box-shadow: none;
        color: #898989;
        cursor: not-allowed;
    }

    .content-footer .button.blue {
        background-color: #43abef;
        color: #ffffff;
    }

        .content-footer .button.blue:hover {
            background-color: #4093b9;
        }

    .content-footer .button.green {
        background-color: #a0cf05;
        color: #ffffff;
    }

        .content-footer .button.green:hover {
            background-color: #9cca05;
        }

    .content-footer .button.red {
        background-color: #e52829;
        color: #ffffff;
    }

        .content-footer .button.red:hover {
            background-color: #b80705;
        }

.thin {
    max-width: 40em;
}

input,
select,
textarea {
    border: solid 1px #999999;
    border-radius: 2px;
    font-size: 1em;
    padding: 0.5em 0.3em 0.5em 0.3em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

[type="checkbox"] {
    margin-right: 0.5em;
    margin-left: 0;
    cursor: pointer;
    border: none;
    padding: 0;
}

.applytolist select,
.raq select,
.booknow select {
    width: 4em;
}

.applytolist label,
.raq label,
.booknow label {
    *zoom: 1;
    display: block;
}

    .applytolist label:before,
    .raq label:before,
    .booknow label:before,
    .applytolist label:after,
    .raq label:after,
    .booknow label:after {
        content: "";
        display: table;
    }

    .applytolist label:after,
    .raq label:after,
    .booknow label:after {
        clear: both;
    }

    .applytolist label em,
    .raq label em,
    .booknow label em {
        margin-left: 0;
    }

@media screen and (min-width: 30em) {
    .applytolist label em,
    .raq label em,
    .booknow label em {
        margin-left: 2em;
    }
}

@media screen and (min-width: 30em) {
    .applytolist label em.ratetype,
    .raq label em.ratetype,
    .booknow label em.ratetype {
        margin-left: 0.5em;
    }
}

.applytolist .rate,
.raq .rate,
.booknow .rate {
    line-height: 0.9;
}

.applytolist select {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .applytolist select {
        width: 50%;
    }
}

.applytolist .media h2 {
    text-shadow: none;
}

@media screen and (min-width: 20em) {
    .room-type-r {
        text-align: right;
        /*position: absolute;
    right: 0;*/
    }
}

.thing-to-do {
    background: #ffffff;
    display: inline;
    float: left;
    width: 98.80952381%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
}

    .thing-to-do img {
        width: 100%;
    }

@media screen and (min-width: 20em) {
    .thing-to-do {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

@media screen and (min-width: 40em) {
    .thing-to-do {
        display: inline;
        float: left;
        width: 23.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

@media screen and (min-width: 60em) {
    .sub-menu {
        display: none;
        z-index: 70;
    }
}

.sub-menu-trigger {
    cursor: pointer;
    position: relative;
}

@media screen and (min-width: 60em) {
    .sub-menu-trigger {
        position: relative;
    }

        .sub-menu-trigger:hover .sub-menu {
            display: block;
            position: absolute;
        }

        .sub-menu-trigger:hover .sub-menu-m {
            top: 0.5em;
        }

        .sub-menu-trigger:hover .sub-menu-l {
            top: 20px;
            padding-top: 10px;
            right: 20px;
            border: solid 1px #1496eb;
        }

            .sub-menu-trigger:hover .sub-menu-l :hover {
                color: #ffffff;
                text-decoration: none;
            }
}

.sub-menu-trigger input {
    cursor: pointer;
}

.sub-menu-trigger a {
    display: inline;
}

    .sub-menu-trigger a span:hover {
        background: #1496eb;
    }

@media screen and (min-width: 60em) {
    .sub-menu-trigger-icon:after {
        content: "\25BE";
        display: block;
        position: absolute;
        right: 0;
        top: 0.5em;
        font-size: 1em;
    }
}

.sub-menu-m {
    min-width: 10em;
}

.sub-menu-l {
    min-width: 15em;
}

.is-open {
    display: block;
}

.is-closed {
    display: none;
}

@media screen and (min-width: 60em) {
    .hide-xl {
        display: none;
    }
}

@media screen and (min-width: 50em) {
    .hide-l {
        display: none;
    }
}

@media screen and (min-width: 40em) {
    .hide-m {
        display: none;
    }
}

.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: 0.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;
}

input#ButtonSearch {
    right: 7px;
    top: 8px;
    height: 34px;
    position: absolute;
    border: none;
    width: 36px;
    background: none;
}

.main-search-icon {
    position: absolute;
    left: 8px;
    top: 10px;
    pointer-events: none;
    z-index: 1;
    color: #999;
}

.homepage #headerSearch {
    display: none;
}

#headerSearch {
    width: 100%;
    margin-top: 6px;
}

    #headerSearch .main-search-icon {
        left: 8px;
        top: 10px;
    }

    #headerSearch input#ButtonSearch {
        right: 2px;
        top: 5px;
        height: 30px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

@media screen and (min-width: 40em) {
    #headerSearch input#ButtonSearch {
        top: 6px;
    }
}

@media screen and (min-width: 40em) {
    #headerSearch {
        margin-left: 2em;
        width: 17em;
        margin-top: -9px;
    }
}

.not-responsive #headerSearch {
    width: 17em;
}

    .not-responsive #headerSearch input#ButtonSearch {
        top: 6px;
    }

@media screen and (min-width: 60em) {
    .StaffUserLoggedIn #ButtonSearch {
        top: 5px !important;
    }
}

@media screen and (min-width: 60em) {
    .StaffUserLoggedIn .hero #ButtonSearch {
        top: 8px !important;
        right: 8px;
    }
}

.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: 0.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,
    .recent-searches .media,
    .accommodation-near-you .media,
    .large-popularaccom .media,
    .myshortlist .media {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

.half-xl .media:nth-of-type(odd),
.recent-searches .media:nth-of-type(odd),
.accommodation-near-you .media:nth-of-type(odd),
.large-popularaccom .media:nth-of-type(odd),
.myshortlist .media:nth-of-type(odd) {
    clear: left;
}

.half-xl .masonary-list,
.recent-searches .masonary-list,
.accommodation-near-you .masonary-list,
.large-popularaccom .masonary-list,
.myshortlist .masonary-list {
    margin-left: -20px;
}

    .half-xl .masonary-list .masonary,
    .recent-searches .masonary-list .masonary,
    .accommodation-near-you .masonary-list .masonary,
    .large-popularaccom .masonary-list .masonary,
    .myshortlist .masonary-list .masonary {
        float: left !important;
        margin-left: 20px;
        width: 300px;
        overflow: hidden;
    }

.half-xl .shortlist-tag,
.recent-searches .shortlist-tag,
.accommodation-near-you .shortlist-tag,
.large-popularaccom .shortlist-tag,
.myshortlist .shortlist-tag {
    right: 20px;
}

.in-and-around .media {
    display: inline;
    float: left;
    width: 98.80952381%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
    overflow: hidden;
    height: auto;
}

@media screen and (max-width: 30em) {
    .in-and-around .media {
        height: 160px;
        margin-bottom: 1px;
    }
}

@media screen and (min-width: 40em) {
    .in-and-around .media {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
        overflow: hidden;
    }
}

@media screen and (min-width: 50em) {
    .in-and-around .media {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
        overflow: hidden;
    }
}

@media screen and (min-width: 60em) {
    .in-and-around .media {
        display: inline;
        float: left;
        width: 32.14285714%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
        overflow: hidden;
    }
}

@media screen and (max-width: 30em) {
    .in-and-around .media img {
        height: 160px;
    }
}

@media screen and (min-width: 40em) and (max-width: 50em) {
    .in-and-around [data-picture] {
        display: block;
        max-height: 17em;
        overflow: hidden;
    }
}

@media screen and (min-width: 30em) and (max-width: 40em) {
    .in-and-around .media-alt-dark {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media screen and (min-width: 40em) and (max-width: 50em) {
    .in-and-around .media-alt-dark {
        position: relative;
    }
}

@media screen and (min-width: 50em) {
    .in-and-around .media-alt-dark {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.in-and-around .iaa-where {
    float: left;
}

.iaa-reviews {
    float: right;
    text-align: right;
    font-size: 0.8em;
}

@media screen and (min-width: 40em) {
    .iaa-reviews {
        font-size: 0.9em;
    }

        .iaa-reviews a {
            display: inline;
        }
}

.media-img {
    overflow: hidden;
    width: 35%;
    /*background-color : red; //default*/
    margin: 0 1em 0 0;
    max-height: 150px;
    /*@media screen and (min-width: @bp-s) {
        max-height: 150px;
        background-color : green;
  }

  @media screen and (min-width: @bp-xl) {
    max-height: 150px;
    background-color:blue;
  }*/
}

@media screen and (min-width: 20em) {
    .media-img {
        max-height: 140px;
        /*background-color : yellow;*/
    }
}

.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 .media-inner {
        min-height: 12em;
    }

.thing-to-do {
    min-height: auto;
}

.in-and-around .l-pr h2 {
    min-width: 30%;
    color: #d9f628;
}

.in-and-around img {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .in-and-around img {
        min-height: 11em;
        max-height: 12em;
    }
}

@media screen and (min-width: 30em) {
    .listing-name {
        float: left;
    }
}

@media screen and (min-width: 50em) {
    .listing-name {
        width: 35%;
    }
}

@media screen and (min-width: 30em) {
    .listing-desc {
        float: left;
    }
}

@media screen and (min-width: 50em) {
    .listing-desc {
        width: 62%;
    }
}

.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: 0.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: 0.9em;
}

@media screen and (min-width: 40em) {
    .night-guests {
        display: block;
    }
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.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;
}

li.clear-impersonation {
    float: right;
    margin: 10px 10px 0 0;
}

    li.clear-impersonation input {
        border: none;
        background: none;
        color: white;
    }

        li.clear-impersonation input:hover {
            content: 'Stop Impersonating';
            color: yellow;
            cursor: pointer;
        }

.staff-user-selector {
    margin-top: 6px;
}

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 dt,
    dl.dropdown ul {
        margin: 0px !important;
        padding: 0px !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 dt a:hover {
        color: #585858;
    }

    dl.dropdown dt a {
        background: #fff url('/res/img/browse-arrow-down.png') no-repeat scroll right 15px;
        display: block;
        height: 20px !important;
        width: 80%;
        padding: 10px 0 0 0;
        position: absolute;
        right: 8%;
    }

        dl.dropdown dt a span {
            cursor: pointer;
            display: block;
        }

    dl.dropdown dd ul {
        background: transparent none repeat scroll 0 0;
        overflow: auto;
        display: none;
        left: 0px;
        padding: 5px 0px;
        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;
            }

    dl.dropdown img.flag {
        border: none;
        vertical-align: middle;
        margin: 0px 3px;
        height: 12px;
        width: 18px;
    }

.flagvisibility {
    display: none;
}

div.phone-number {
    width: 50%;
    float: left;
}

div.dial-code {
    width: 40%;
    float: left;
}

    div.dial-code select {
        width: 100%;
        padding: 7px;
        height: auto;
    }

        div.dial-code select.CountriesDropDown {
            width: 68px;
            float: left;
        }

    div.dial-code input {
        z-index: 11;
    }

    div.dial-code div.overlay {
        margin: -20px 0 0 -10px;
        background-image: url(/images/dialingcode_background.png);
        background-repeat: no-repeat;
        background-position: 5px 15px;
        position: absolute;
        z-index: 9;
        width: 294px;
        height: 228px;
        display: none;
    }

.btn-green,
.btn-blue,
.btn-red,
.btn-disabled {
    font-weight: bold;
    font-size: 18px;
    padding: 12px 25px;
    color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.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: white;
        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: white;
        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: white;
        text-decoration: none;
    }

.link-disabled,
.link-disabled:focus,
.link-disabled:visited {
    text-shadow: none;
    color: #d1d1d1 !important;
    cursor: default !important;
    text-decoration: none !important;
    outline: none;
}

.btn-disabled {
    border: solid 1px #cccccc;
    background: #cccccc;
    text-shadow: none;
    color: #f1f1f1;
    cursor: default !important;
}

.btn-small-abs {
    padding: 7px 8px 9px;
    font-size: 15px;
}

.btn-smaller-abs {
    padding: 5px;
    width: 100px;
    font-size: 13px;
}

.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;
    }
}
/*span.field-validation-error {
    position: relative;
    display: block;

    ::before {
        display: inline;
        position: absolute;
        border-width: 7px;
        border-style: solid;
        border-color: transparent transparent rgb(0, 0, 0) transparent;
        top: -15px;
        left: 6px;
        content: "";
    }

    span {
        position: absolute;
        top: -8px;
        white-space: nowrap;
        margin: 10px 0;
        border: 1px solid rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        padding: 5px 12px;
        background-color: rgb(0, 0, 0);
        font-size : smaller;
        z-index: 25;
    }

    &.customError {
        text-align: center;
        padding: .4em 0;
        margin: .4em 0;
        border-color: #fda8a8 !important;
        background: #ffe0e0 !important;
        border: solid 1px #ea3535;
    }
}*/
span.field-validation-error {
    position: relative;
    display: block;
}

    span.field-validation-error ::before {
        display: inline;
        position: absolute;
        border-width: 7px;
        border-style: solid;
        border-color: transparent transparent #999999;
        top: -15px;
        left: 6px;
        content: "";
    }

    span.field-validation-error span {
        position: absolute;
        top: -8px;
        white-space: nowrap;
        margin: 10px 0;
        border: 1px solid #999999;
        color: black;
        padding: 5px 12px;
        background-color: #CACACA;
        font-size: smaller;
        z-index: 25;
        -webkit-box-shadow: 2px 2px 5px 0px #9A8080;
        -moz-box-shadow: 2px 2px 5px 0px #9A8080;
        box-shadow: 2px 2px 5px 0px #9A8080;
    }

    span.field-validation-error.customError {
        text-align: center;
        padding: 0.4em 0;
        margin: 0.4em 0;
        border-color: #fda8a8 !important;
        background: #ffe0e0 !important;
        border: solid 1px #ea3535;
    }

.input-validation-error {
    box-shadow: 0 0 5px 0 #fda8a8;
    -moz-box-shadow: 0 0 5px 0 #fda8a8;
    -webkit-box-shadow: 0 0 5px 0 #fda8a8;
    border-color: #fda8a8 !important;
    background: #ffe0e0 !important;
    border: solid 1px #ea3535;
}

div.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

    div.validation-summary-errors ul li {
        text-align: center;
        padding: 0.4em 0;
        margin: 0.4em 0;
        background: #ffe0e0 !important;
        border: solid 1px #fda8a8 !important;
    }

div.validation-summary-warning ul {
    list-style: none;
    padding: 0;
}

    div.validation-summary-warning ul li {
        text-align: center;
    }

.get-request-progress {
    position: absolute;
    left: 140px;
    top: 86px;
    width: 19px;
    height: 19px;
    display: none;
}

.paxRow1 {
    display: inline;
    float: left;
    width: 100%;
}

.paxRow2 {
    display: inline;
    float: left;
    width: 50%;
}

.paxRow3 {
    display: inline;
    float: left;
    width: 33.33333333%;
}

.paxRow4 {
    display: inline;
    float: left;
    width: 25%;
}

.paxRow5 {
    display: inline;
    float: left;
    width: 20%;
}

.paxSpacerRow1 {
    margin-left: 100.5952381%;
}

.paxSpacerRow2 {
    margin-left: 50.5952381%;
}

.paxSpacerRow3 {
    margin-left: 33.92857143%;
}

.paxSpacerRow4 {
    margin-left: 25.5952381%;
}

.paxSpacerRow5 {
    margin-left: 20.5952381%;
}

.booknow-container {
    min-height: 82px;
}

.nowrap {
    white-space: nowrap;
}

.snLoaderOverlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.sprite {
    background: url('/res/img/sn.sprite.png?sv=20181121');
}

.fs-n {
    font-size: 1em;
}

.fs-8 {
    font-size: 0.8em;
}

@media screen and (min-width: 30em) {
    .lidt {
        font-size: 1.5em;
    }
}

.tar {
    text-align: right;
}

.t-t {
    display: table;
}

.t-tr {
    display: table-row;
}

.t-tc {
    display: table-cell;
}

.t-tbc-s {
    border-collapse: separate;
}

.t-bs-s {
    border-spacing: 0.5em;
}

.fst-i {
    font-style: italic;
}

.top-double-gutter {
    padding-top: 12px;
}
/**************************************************************************************/
/* DO NOT ADD ANY MORE CLASSES TO THIS FILE UNLESS IT BELONGS IN THE HEADER OR FOOTER */
/**************************************************************************************/
.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: #000000;
}

.color-grey-10 {
    color: #f4f4f4;
}

.color-grey-20 {
    color: #e1e1e1;
}

.color-grey-30 {
    color: #898989;
}

.color-grey-40 {
    color: #585858;
}

.color-white {
    color: #ffffff;
}

.color-red-10 {
    color: #e52829;
}

.color-red-20 {
    color: #b80705;
}

.color-pink-10 {
    color: #ff408b;
}

.color-pink-20 {
    color: #db3576;
}

.color-yellow-20 {
    color: #ffb242;
}

.gradient {
    background: #FFFFFF;
    /*background: -webkit-linear-gradient(@white 5%, #F2F2F2 10%);
    background: -o-linear-gradient(@white 5%, #F2F2F2 10%);
    background: -moz-linear-gradient(@white 5%, #F2F2F2 10%);
    background: linear-gradient(@white 5%, #F2F2F2 10%);*/
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.media {
    margin-bottom: 1em;
    background-color: #ffffff;
    font-size: 0.8em;
}

    .media h2 {
        text-shadow: 1px 1px #666666;
    }

.media-alt {
    background-color: #e3e3e3;
    color: #ffffff;
}

.media-alt-dark {
    background-color: #000000;
    color: #ffffff;
}

.media-alt-o {
    opacity: 0.85;
}

.media-content {
    margin-left: 1em;
}

.rounded {
    border-radius: 0.25em;
}

.rounded-more {
    border-radius: 1.5em;
}

.circled {
    border-radius: 50%;
}

.no-b {
    border: none;
}

.highlight {
    background-color: #b1d64b;
    color: #ffffff;
}

.highlight-alt {
    color: #fff4a4;
}

.highlight-mustard {
    background-color: #e4d984;
    color: #ffffff;
}

.highlight-dark {
    background-color: #999;
    color: #ffffff;
}

a.highlight:hover {
    color: #ffffff;
    text-decoration: none;
}

orangefade from {
    background-color: rgba(254, 146, 0, 0.8);
}

orangefade to {
    background-color: transparent;
}

@-o-keyframes orangefade {
    from {
        background-color: rgba(254, 146, 0, 0.8);
    }

    to {
        background-color: transparent;
    }
}

@-webkit-keyframes orangefade {
    from {
        background-color: rgba(254, 146, 0, 0.8);
    }

    to {
        background-color: transparent;
    }
}

@-ms-keyframes orangefade {
    from {
        background-color: rgba(254, 146, 0, 0.8);
    }

    to {
        background-color: transparent;
    }
}

.item-highlight-bg {
    animation: orangefade 1.75s ease-out;
    -moz-animation: orangefade 1.75s ease-out;
    -o-animation: orangefade 1.75s ease-out;
    -webkit-animation: orangefade 1.75s ease-out;
}

.rate {
    font-size: 1.5em;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

.rate-s {
    font-size: 1.25em;
}

.rate-m {
    font-size: 1.45em;
}

.discount {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    color: #ff408b;
    font-weight: 800;
}

.discount-small {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #ff408b;
}

.discount-text {
    font-size: 1.8em;
    font-family: 'Lato', sans-serif;
    color: #ff408b;
    padding-left: 5px;
}

.special-info {
    background: #ff408b;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #ffffff;
}

.cta {
    background-color: #43abef;
    color: #ffffff;
}

.cta-alt {
    border: solid 1px #999;
}

    .cta-alt:hover {
        background-color: #666666;
    }

.cta-banner {
    background-color: #ffffff;
    color: #43abef;
}

.cur-pointer {
    cursor: pointer;
}

.cur-default {
    cursor: default;
}

.danger {
    color: #cc6a6c;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.green {
    color: #b1d64b;
}

.darkGreen {
    color: #8aad27;
}

.blue {
    color: #43abef;
}

.grey {
    color: #999;
}

.darkGrey {
    color: #666666;
}

.red {
    color: red;
}

.salmon {
    color: salmon;
}

.lime {
    color: #d9f628;
}

.lightred {
    color: #cc6a6c;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.bg-green {
    background-color: #b1d64b;
}

.bg-blue {
    background-color: #43abef;
}

.bg-grey {
    background-color: #999;
}

.bg-red {
    background-color: red;
}

.bg-lightred {
    background-color: #cc6a6c;
}

.bg-pink {
    background-color: #ff408b;
}

.bg-salmon {
    background-color: salmon;
}

.border-white {
    border: solid 1px #ffffff;
}

.border-green {
    border: solid 1px #b1d64b;
}

.border-blue {
    border: solid 1px #43abef;
}

.border-grey {
    border: solid 1px #999;
}

.border-red {
    border: solid 1px red;
}

.border-lightred {
    border: solid 1px #cc6a6c;
}

.border-pink {
    border: solid 1px #db3576;
}

.sg-link:after {
    content: "<@{$bp-xxs}";
    display: block;
    color: red;
    font-weight: bold;
}

@media screen and (min-width: 20em) {
    .sg-link:after {
        content: ">=20em @bp-xs";
    }
}

@media screen and (min-width: 30em) {
    .sg-link:after {
        content: ">=30em @bp-s";
    }
}

@media screen and (min-width: 40em) {
    .sg-link:after {
        content: ">=40em @bp-m";
    }
}

@media screen and (min-width: 50em) {
    .sg-link:after {
        content: ">=50em @bp-l";
    }
}

@media screen and (min-width: 55em) {
    .sg-link:after {
        content: ">=55em @bp-lm";
    }
}

@media screen and (min-width: 60em) {
    .sg-link:after {
        content: ">=60em @bp-xl";
    }
}

@media screen and (min-width: 90em) {
    .sg-link:after {
        content: ">=90em @bp-xxl";
    }
}

.bg-standard {
    background-color: #ffffff;
}

.bg-alt {
    background-color: #4093b9;
    color: #ffffff;
}

    .bg-alt a {
        color: #ffffff;
    }

.bg-alt-light {
    background-color: #f2f2f2;
}

.bg-alt-dark {
    background-color: #d6d6d6;
}

.bg-highlight {
    background-color: #fff4a4;
}

.bg-highlight-green {
    background-color: #d7eba0;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-blue-transparent {
    background-color: rgba(67, 171, 239, 0.5);
}

.bg-darkerblue-transparent {
    background-color: rgba(21, 103, 156, 0.5);
}

.bg-darker-transparent {
    background-color: rgba(0, 0, 0, 0.85);
}

.bg-highlight-transparent {
    background-color: rgba(177, 214, 75, 0.85);
}

.h-alt {
    color: #fff4a4;
}

.shadow {
    box-shadow: 1px 1px 2px #999999;
    box-shadow: 1px 1px 2px rgba(153, 153, 153, 0.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;
}

.nav-link-divided {
    border-right: solid 1px #ffffff;
}

.nav-link-divided-alt {
    border-right: solid 1px #999;
}

.nav-list-divided li:before {
    content: "|";
}

.nav-list-divided li:first-child:before {
    content: "";
}

.nav-list-divided-light li:before {
    color: #999;
}

.nav-list-divided-comma li:after {
    content: ",";
    color: #999;
}

.nav-list-divided-comma li:last-child:after {
    content: "";
}

.nav-primary-item-divided {
    border-bottom: solid 1px #666666;
}

@media screen and (min-width: 50em) {
    .nav-primary-item-divided {
        border-bottom: none;
    }
}

.nav-primary-outer {
    height: 30px;
    background-color: #43abef;
}

    .nav-primary-outer .nav-primary {
        background-color: #3380b3;
        z-index: 2;
        position: relative;
        color: #ffffff;
    }

        .nav-primary-outer .nav-primary > div {
            max-width: 960px;
            margin: 0 auto;
        }

        .nav-primary-outer .nav-primary a {
            color: #ffffff;
        }

.nav-secondary,
.container-nav-secondary {
    text-align: center;
    background-color: #43abef;
    color: #ffffff;
}

    .nav-secondary > div,
    .container-nav-secondary > div {
        max-width: 960px;
        margin: 0 auto;
    }

    .nav-secondary a,
    .container-nav-secondary a {
        color: #ffffff;
    }

.not-responsive .nav-primary-outer,
.not-responsive .nav-secondary,
.not-responsive .container-nav-secondary,
.not-responsive #footer {
    width: 100%;
    min-width: 960px;
}

.nav-primary a {
    color: #43abef;
}

    .nav-primary a:hover {
        color: #43abef !important;
    }

.nav-primary .bg-highlight-transparent a {
    color: #666666;
}

.list-prop a:hover {
    color: #ffffff !important;
}

.nav-staff {
    background: #a90329;
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 100%);
    color: #ffffff;
}

    .nav-staff a {
        color: #ffffff;
    }

.nav-staff-sub a {
    color: #cc6a6c;
}

ul.nav-quick-search {
    /*background: @white;*/
    padding-left: 0;
    margin: 8px 0;
}

    ul.nav-quick-search li {
        font-size: 13px;
        line-height: 21px;
    }

    ul.nav-quick-search input {
        height: 30px;
    }

.nav-staff-user {
    background: #000000;
}

.nav-list-accomtype {
    display: inline;
    float: left;
    width: 98.80952381%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
    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 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: 0.2em 0.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,
.js .currency-change {
    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;
    }

.current-currency {
    width: 10em;
}

.currency-input:checked + .currency-label {
    background-color: #666666;
}

.currency-label:hover,
.currency-label:focus,
.currency-label:active {
    background-color: #808080;
}

.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: 0.25em 0.5em;
    cursor: pointer;
}

.btn-bordered {
    border: solid 1px #1496eb;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.8);
}

    .btn-bordered:hover,
    .btn-bordered:focus {
        box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), inset 0 -0.5em 1em 0 #1496eb;
        text-decoration: none;
    }

.bb {
    border-bottom: solid 1px #e3e3e3;
}

.bordered {
    border: solid 1px #999;
}

.bordered-light {
    border: solid 1px #e3e3e3;
}

.no-b {
    border: none;
}

.hero {
    display: none;
}

@media screen and (min-width: 30em) {
    .hero {
        display: block;
    }
}

.hero-text {
    color: #ffffff;
    text-shadow: 0 0 0.25em #000;
    font-size: 1em;
}

@media screen and (min-width: 20em) {
    .hero-text {
        font-size: 0.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: #ffffff url(/res/img/loading1.gif) 99% 50% no-repeat;
}

.hero-search-form {
    background: rgba(0, 0, 0, 0.6);
    border: solid 1px #000000;
}

    .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: #ffffff;
    }
}

.est-home {
    font-size: 16px;
}

.raq select,
.booknow select,
.establishment select {
    background-color: white;
    border: solid 1px #999;
    height: 2em;
    padding: 5px;
    margin-bottom: 8px;
}

.raq li,
.booknow li,
.establishment li {
    border-bottom: solid 1px #e3e3e3;
    padding: 1em 0;
}

    .raq li:last-child,
    .booknow li:last-child,
    .establishment li:last-child {
        border-bottom: none;
    }

.booknow {
    font-size: 1em;
}

    .booknow select {
        height: 2em;
        padding: 5px;
        margin: 0;
        width: 3.3em;
    }

@media screen and (max-width: 20em) {
    .booknow select {
        font-size: 14px;
    }
}

@media screen and (min-width: 30em) {
    .booknow select {
        min-width: 3.3em;
    }
}

.booknow li:first-child {
    padding-top: 0;
}

.booknow li ul li {
    padding: 8px;
}

.booknow-available-indicator {
    display: none;
    font-weight: 600;
    margin-bottom: 7px;
}

    .booknow-available-indicator .green {
        color: #1cad00 !important;
    }

.booknow-availability-error {
    background: #ffd6d6;
    padding: 10px;
    color: #b80705;
    border: 1px solid #b80705;
    display: none;
    margin-bottom: 10px;
}

.boonow-pax-label {
    line-height: 32px;
    font-size: 12px;
    text-overflow: ellipsis;
}

.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;
    }
}

.dynamic-width-select {
    height: 2em;
    padding: 5px;
    margin: 0;
    width: 3.3em;
}

@media screen and (max-width: 20em) {
    .dynamic-width-select {
        font-size: 14px;
    }
}

@media screen and (min-width: 30em) {
    .dynamic-width-select {
        min-width: 3.3em;
    }
}

.enquiry-process {
    text-align: center;
    max-width: 40em;
}

.enquiry-process-item {
    padding-top: 70px;
}

@media screen and (min-width: 20em) {
    .enquiry-process-item {
        display: inline;
        float: left;
        width: 32.14285714%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

        .enquiry-process-item:nth-child(2):before,
        .enquiry-process-item:nth-child(3):before {
            content: "";
            display: block;
            width: 50%;
            border-top: dashed 1px #999;
            position: relative;
            left: -25%;
            top: -40px;
        }
}

.enquiry-process-enquiry {
    background: transparent url(img/tick.png) center top no-repeat;
}

.enquiry-process-responds {
    background: transparent url(img/owner.png) center top no-repeat;
}

.enquiry-process-book {
    background: transparent url(img/thumb-up.png) center top no-repeat;
}
/*region autocomplete*/
.SafariNow .ui-autocomplete {
    /*display: block!important;*/
    box-shadow: 0px, 8px, 20px, 2px, 0.2;
    /*width: 494px !important;*/
    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: @bp-s) {
            font-size: 2.5vw;
            font-weight: 700;
            padding: 0.1vw 0.1vw;
        }*/
        /*@media screen and (min-width: @bp-lm) {
            text-transform: none;
            font-size: 1vw;
            font-weight: 700;
            padding: 0.1vw 0.1vw;
        }

        @media screen and (min-width: @bp-xl) {
            text-transform: none;
            font-size: 0.8vw;
            font-weight: 700;
            padding: 0.1vw 0.1vw;
        }*/
    }

        .SafariNow .ui-autocomplete > li.ui-menu-item {
            width: auto !important;
        }

@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,
.SafariNow .ui-autocomplete > li .ui-state-hover {
    background-color: #EAF4F5 !important;
    color: #1D6FAE !important;
    cursor: pointer;
}

.SafariNow .ui-autocomplete > li.ui-autocomplete-category,
.SafariNow .ui-autocomplete > li.ui-autocomplete-category:hover {
    text-transform: uppercase;
    text-shadow: -1px, 1px, 0, #fff;
    color: #000 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 12px 8px 12px;
    font-weight: bold;
    cursor: default !important;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff !important;
    /*@media screen and (min-width: @bp-s) {
                font-size: 2.5vw;
                padding: 0.1vw 0.1vw;
                margin-top: 1.4vw;
            }*/
    /*@media screen and (min-width: @bp-lm) {
                font-size: 1vw;
                padding: 0.4vw 0.4vw;
                margin-top: 1.4vw;
            }
            @media screen and (min-width: @bp-xl) {
                font-size: 0.8vw;
                padding: 0.4vw 0.4vw;
                margin-top: 1.4vw;
            }*/
}

@media screen and (min-width: 40em) {
    .SafariNow .ui-autocomplete > li.ui-autocomplete-category,
    .SafariNow .ui-autocomplete > li.ui-autocomplete-category:hover {
        font-size: 13px;
        padding: 15px 12px 8px 12px;
    }
}

@media screen and (min-width: 50em) {
    .SafariNow .ui-autocomplete > li.ui-autocomplete-category,
    .SafariNow .ui-autocomplete > li.ui-autocomplete-category:hover {
        font-size: 14px;
        padding: 15px 12px 8px 12px;
    }
}

.SafariNow .ui-autocomplete > li a {
    display: block;
    height: 100%;
    padding: 0;
    /*width: 100%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .SafariNow .ui-autocomplete > li a .ac-match {
        font-weight: bold;
        color: #3699D2;
    }

    .SafariNow .ui-autocomplete > li a:hover,
    .SafariNow .ui-autocomplete > li a.ui-state-hover,
    .SafariNow .ui-autocomplete > li a.ui-state-focus {
        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;
}
/*endregion autocomplete */
.room-type {
    padding: 0.5em 1em;
    border-bottom: solid 1px #999;
}

    .room-type:first-child {
        border-top: solid 1px #999;
    }

.enquiry-thank-you div:first-child {
    text-align: center;
}

.enquiry-thank-you div:nth-of-type(odd) {
    *zoom: 1;
}

    .enquiry-thank-you div:nth-of-type(odd):before,
    .enquiry-thank-you div:nth-of-type(odd):after {
        content: "";
        display: table;
    }

    .enquiry-thank-you div:nth-of-type(odd):after {
        clear: both;
    }

.enquiry-thank-you .icon-mail {
    font-size: 4em;
    color: #b1d64b;
}

@media screen and (min-width: 40em) {
    .enquiry-thank-you .icon-mail {
        margin-left: -0.3em;
    }

    .enquiry-thank-you .thank-you-l {
        display: inline;
        width: 15.47619048%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
        display: inline-block;
        float: left;
    }

    .enquiry-thank-you .thank-you-r {
        margin-top: 1em;
        display: inline;
        width: 82.14285714%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
        display: inline-block;
        float: left;
    }
}

@media screen and (min-width: 60em) {
    .enquiry-thank-you .thank-you-l {
        display: inline;
        float: left;
        width: 7.14285714%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

    .enquiry-thank-you .thank-you-r {
        display: inline;
        float: left;
        width: 90.47619048%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

.enquiry-thank-you h2 {
    font-size: 1.2em;
    text-align: center;
}

@media screen and (min-width: 40em) {
    .enquiry-thank-you h2 {
        font-size: 1.5em;
        text-align: left;
    }
}

.thank-you-icons {
    /* dashes - every 3rd element starting at position 2 (n starts at 0, 1, 2, 3 etc.) */
    /* arrows */
}

    .thank-you-icons div:nth-child(3n+2) {
        display: block;
        color: #b1d64b;
    }

    .thank-you-icons div:nth-child(3n+3) {
        display: none;
    }

    .thank-you-icons div i {
        font-size: 2em;
    }

@media screen and (min-width: 40em) {
    .thank-you-icons {
        /* arrows */
        /* dashes */
    }

        .thank-you-icons div:nth-child(3n+1) {
            float: left;
        }

        .thank-you-icons div:nth-child(3n+2) {
            display: none;
        }

        .thank-you-icons div:nth-child(3n+3) {
            display: block;
            margin: 1em;
            color: #b1d64b;
        }
}

.broadcast {
    border: 1px solid #43abef;
}

    .broadcast i {
        line-height: 1em;
        margin-left: -0.2em;
        font-size: 3em;
        color: #e3e3e3;
    }

    .broadcast span {
        color: #999;
    }

    .broadcast > div:last-child {
        margin: 0 -1em 0 -0.5em;
        font-size: 0.9em;
        color: #666666;
    }

    .broadcast a {
        clear: both;
        text-align: left;
        margin-top: 1em;
    }

@media screen and (min-width: 30em) {
    .broadcast a {
        white-space: nowrap;
        clear: none;
        text-align: left;
        margin-top: 0;
    }

    .broadcast i {
        margin-left: 0.2em;
    }

    .broadcast span {
        margin-bottom: 0.25em;
    }

    .broadcast > div:last-child {
        margin-top: 1em;
        font-size: 1em;
    }
}

@media screen and (min-width: 40em) {
    .broadcast > div:first-child {
        float: right;
    }
}

.enquiry-header div:first-child {
    display: inline;
    float: left;
    width: 32.14285714%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
}

    .enquiry-header div:first-child img {
        padding-right: 2em;
    }

.enquiry-header div:last-child {
    display: inline;
    float: left;
    width: 65.47619048%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
}

    .enquiry-header div:last-child div:first-child {
        display: inline;
        float: left;
        width: 98.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
        margin-left: 1em;
    }

    .enquiry-header div:last-child h1 {
        font-size: 1.4em;
    }

@media screen and (min-width: 30em) {
    .enquiry-header div:first-child {
        display: inline;
        float: left;
        width: 23.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

    .enquiry-header div:last-child {
        display: inline;
        float: left;
        width: 73.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

        .enquiry-header div:last-child h1 {
            font-size: 1.7em;
        }
}

@media screen and (min-width: 40em) {
    .enquiry-header div:first-child {
        display: inline;
        float: left;
        width: 23.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

    .enquiry-header div:last-child {
        display: inline;
        float: left;
        width: 73.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

@media screen and (min-width: 50em) {
    .enquiry-header div:first-child {
        display: inline;
        float: left;
        width: 15.47619048%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

    .enquiry-header div:last-child {
        display: inline;
        float: left;
        width: 82.14285714%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

@media screen and (min-width: 60em) {
    .enquiry-header div:last-child h1 {
        font-size: 2em;
    }
}

@media screen and (min-width: 30em) {
    .toddlers {
        margin-right: 2em;
    }
}

.room-list .room-name {
    display: inline;
    float: left;
    width: 48.80952381%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
    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: 0.5952381%;
    margin-right: 0.5952381%;
    margin-left: 8.92857143%;
    float: right;
}

    .room-list .room-price em {
        font-size: 0.8em;
    }

.room-list .room-price-l {
    display: inline;
    float: left;
    width: 30.47619048%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
}

    .room-list .room-price-l em {
        font-size: 0.8em;
    }

.room-list .payment-price {
    text-align: right;
    font-size: 0.8em;
    margin-top: 4px;
}

@media screen and (max-width: 20em) {
    .room-list .payment-price {
        width: 85%;
    }
}

.room-list .payment-price em {
    font-size: 1.2em;
    line-height: 1.2em;
}

@media screen and (min-width: 30em) {
    .room-list li label {
        font-size: 1em;
    }

    .room-list .room-price em {
        font-size: 0.9em;
    }

    .room-list .room-price-l {
        display: inline;
        float: left;
        width: 19.64285714%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

.meal-plans {
    float: left;
    padding-left: 0.5em;
    /* hide input */
    /* style label */
    /* toggle hover */
    /* toggle on */
    /* radio focus */
}

    .meal-plans .meal-plan-description {
        width: 200px;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-size: 0.8em;
    }

@media screen and (min-width: 40em) {
    .meal-plans .meal-plan-description {
        width: 250px;
    }
}

.meal-plans input.radio:empty {
    margin-left: -999px;
}

    .meal-plans input.radio:empty ~ label {
        padding: 5px;
        padding-left: 35px;
        position: relative;
        line-height: 2em;
        margin-top: 1em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999;
    }

        .meal-plans input.radio:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.meal-plans input.radio:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: 0.9em;
    color: #C2C2C2;
    padding-top: 5px;
}

.meal-plans input.radio:hover:not(:checked) ~ label {
    color: #888;
}

.meal-plans input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: 0.9em;
    color: #43ABEF;
    background-color: #cce489;
    padding-top: 5px;
}

.meal-plans input.radio:checked ~ label {
    color: #000;
}

.meal-plans input.radio:focus ~ label:before {
    box-shadow: 0 0 0 1px #999;
}
/*#region jQuery UI addons*/
.ui-widget {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1em;
}
/** UI DatePicker **/
.ui-date-picker {
    width: 122px;
    color: #585858;
    /*background: url(/res/img/sn.sprite.png?sv=20181121) 99px -343px #ffffff no-repeat;*/
    padding: 0.4em;
    cursor: pointer;
    font-size: 1em;
}

    .ui-date-picker:hover {
        /*background: url(/res/img/sn.sprite.png?sv=20181121) 99px -368px #ffffff no-repeat;*/
    }

.ui-datepicker-header {
    background: none;
    border: 0;
}

.ui-datepicker-title {
    color: #777777;
    font-size: 14px;
    text-transform: uppercase;
}

.ui-datepicker th {
    color: #777777;
    font-size: 14px;
}

.ui-datepicker-prev span {
    background: url("/res/img/sn.sprite.vert.png?sv=20170530") 0 -879px no-repeat !important;
}

.ui-datepicker-prev-hover {
    background: none !important;
    border: 0 !important;
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker-next-hover {
    background: none !important;
    border: 0 !important;
    right: 2px !important;
    top: 2px !important;
}

.ui-datepicker-next span {
    background: url("/res/img/sn.sprite.vert.png?sv=20170530") 0 -910px no-repeat !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    font-weight: bold !important;
}

.available a {
    background: #b1d64b !important;
    color: #fff !important;
    border-color: #b1d64b !important;
}

    .available a:hover {
        background: #80a805 !important;
        border: solid 1px #80a805 !important;
    }

.onrequest a {
    background: #b1d64b !important;
    color: #fff !important;
    border-color: #b1d64b !important;
}

    .onrequest a:hover {
        background: #80a805 !important;
        border: solid 1px #80a805;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

.unavailable {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

    .unavailable span {
        background: #D54F4F !important;
        color: #fff !important;
        border-color: #D54F4F !important;
        text-decoration: line-through !important;
    }

.calendarTitle {
    text-align: center;
    padding-bottom: 0;
    color: #222222;
    font-weight: bold;
    font-size: 11px;
}

    .calendarTitle span {
        color: #222222;
    }

.calendar-legend {
    width: 100%;
    line-height: 30px;
    padding-top: 6px;
    text-align: center;
}

    .calendar-legend ul {
        margin: 0;
        padding: 0;
    }

        .calendar-legend ul li {
            display: inline;
            margin: 0;
            padding: 0 0 0 21px;
            color: #c1c1c1;
        }

            .calendar-legend ul li:first-child {
                margin-right: 20px;
            }

            .calendar-legend ul li.calendar-legend-available {
                position: relative;
                padding-left: 7px;
            }

                .calendar-legend ul li.calendar-legend-available:before {
                    content: '';
                    position: absolute;
                    background: #b1d64b;
                    width: 12px;
                    height: 12px;
                    top: 3px;
                    left: -10px;
                }

            .calendar-legend ul li.calendar-legend-onrequest span {
                background-color: #b1d64b;
                width: 13px;
                display: block;
                height: 13px;
                float: left;
                margin: 9px -28px 0 18px;
            }

            .calendar-legend ul li.calendar-legend-unavailable {
                position: relative;
                padding-left: 7px;
            }

                .calendar-legend ul li.calendar-legend-unavailable:before {
                    content: '';
                    position: absolute;
                    background: #D54F4F;
                    width: 12px;
                    height: 12px;
                    top: 3px;
                    left: -10px;
                }
/*#endregion jQuery UI addons*/
.pax-label {
    font-weight: bold;
    font-size: 10px;
}

@media screen and (min-width: 30em) {
    .pax-label {
        font-size: smaller;
    }
}

.pax-header {
    margin-top: 1.5em;
}

.hero-banner-full {
    /*height: 84px;
    @media screen and (min-width: @bp-m) {
        height: 167px;
    }*/
}

@media screen and (min-width: 50em) {
    .hero-banner-full {
        height: 440px;
        overflow: hidden;
    }
}

.applytolist .hero-content {
    top: 14%;
}

    .applytolist .hero-content h4 {
        margin: 1em;
        font-size: 1.2em;
        color: #ffffff;
        text-shadow: 1px 1px #000;
    }

.applytolist a {
    text-decoration: none;
}

@media screen and (min-width: 50em) {
    .applytolist .hero-content h4 {
        font-size: 1.5em;
    }
}

.why-list .media p {
    display: block;
    min-height: 3em;
}

.applythanks .headline {
    font-size: 1.5em;
}

.applytojoin input::-webkit-input-placeholder {
    font-style: italic;
}

.applytojoin input::-moz-placeholder {
    font-style: italic;
}

.applytojoin input {
    border-radius: 5px;
}

    .applytojoin input.wide {
        width: 280px;
    }

    .applytojoin input.narrow {
        width: 100px;
    }

.applytojoin a {
    text-decoration: none;
}

.applytojoin .hero-content {
    color: white;
    position: absolute;
    left: 50%;
    top: 20%;
    -moz-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
}

.applytojoin .hero-image {
    background-image: url('/res/img/applytolist/table_mountain630.jpg');
    background-position: center center;
    height: 380px;
}

@media screen and (min-width: 30em) {
    .applytojoin .hero-image {
        background-image: url('/res/img/applytolist/table_mountain960.jpg');
        height: 580px;
    }
}

@media screen and (min-width: 40em) {
    .col6m .media {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

.testimonial-banner {
    background: none;
    height: auto;
}

@media screen and (min-width: 40em) {
    .testimonial-banner {
        background: url("/res/img/applytolist/banner.jpg") 0 0 no-repeat;
        height: 440px;
    }
}

.testimonial-summary {
    /*margin-top: 1em;*/
    background-color: #f2f2f2;
}

    .testimonial-summary h1 {
        text-shadow: none;
    }

    .testimonial-summary img {
        width: 58px;
        height: 58px;
        border-radius: 30px;
        margin: 0 10px 10px 0;
        float: left;
    }

    .testimonial-summary .media {
        margin: 1em;
        padding-top: 1.5em;
        display: inline-block;
    }

        .testimonial-summary .media .img {
            float: left;
            width: 35%;
        }

        .testimonial-summary .media .desc {
            float: left;
            width: 65%;
        }

@media screen and (min-width: 40em) {
    .testimonial-summary {
        margin-top: 2em;
        background: none;
    }

        .testimonial-summary .media {
            display: inline;
            float: left;
            width: 48.80952381%;
            margin-left: 0.5952381%;
            margin-right: 0.5952381%;
        }

            .testimonial-summary .media .img {
                width: 23%;
            }

            .testimonial-summary .media .desc {
                width: 77%;
            }

        .testimonial-summary h1 {
            color: #ffffff;
            text-shadow: #000 1px 1px;
        }
}

.i-thumb {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0px 0 transparent no-repeat;
    background: url('/res/img/sn.sprite.png?sv=20181121');
    background-position: 0 -2142px;
    width: 34px;
    height: 34px;
}

.i-globe {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0px 0 transparent no-repeat;
    background: url('/res/img/sn.sprite.png?sv=20181121');
    background-position: 0 -2310px;
    width: 32px;
    height: 34px;
}

.i-lock {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0px 0 transparent no-repeat;
    background: url('/res/img/sn.sprite.png?sv=20181121');
    background-position: 0 -2210px;
    width: 32px;
    height: 34px;
}

.i-direct {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0px 0 transparent no-repeat;
    background: url('/res/img/sn.sprite.png?sv=20181121');
    background-position: 0 -2243px;
    width: 32px;
    height: 34px;
}

.i-graph {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0px 0 transparent no-repeat;
    background: url('/res/img/sn.sprite.png?sv=20181121');
    background-position: 0 -2276px;
    width: 34px;
    height: 34px;
}

.i-headset {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0px 0 transparent no-repeat;
    background: url('/res/img/sn.sprite.png?sv=20181121');
    background-position: 0 -2176px;
    width: 32px;
    height: 34px;
}

.borderless-ul li {
    border: none;
}

.enquiry-summary {
    padding: 0;
}

    .enquiry-summary li {
        clear: both;
        width: 100%;
        display: inline-block;
        padding: 0;
        /*span {
            .column(6);
        }*/
    }

        .enquiry-summary li:first-child {
            padding-top: 0;
        }

.quote-extras li {
    min-height: 35px;
}

    .quote-extras li span {
        display: inline;
        float: left;
        width: 23.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

        .quote-extras li span.pickmeal-select {
            display: inline;
            float: left;
            width: 65.47619048%;
            margin-left: 0.5952381%;
            margin-right: 0.5952381%;
        }

        .quote-extras li span.pickmeal-submit {
            display: inline;
            float: left;
            width: 32.14285714%;
            margin-left: 0.5952381%;
            margin-right: 0.5952381%;
        }

        .quote-extras li span.extra-text {
            display: inline;
            float: left;
            width: 57.14285714%;
            margin-left: 0.5952381%;
            margin-right: 0.5952381%;
        }

        .quote-extras li span.extra-remove {
            display: inline;
            float: left;
            width: 7.14285714%;
            margin-left: 0.5952381%;
            margin-right: 0.5952381%;
        }

    .quote-extras li input.addextra {
        float: right;
        padding: 5px 0;
        width: 100%;
        height: 32px;
    }

@media screen and (max-width: 30em) {
    .quote-extras li input.addextra {
        font-size: 12px;
        height: 30px;
    }
}

.quote-extras li select.pickmeal {
    width: 100%;
}

.quote-extras li.header-row {
    min-height: 20px;
}

@media screen and (max-width: 30em) {
    .quote-extras {
        font-size: 13px;
    }
}

.extra-row input {
    width: 100%;
}

.total-price {
    min-width: 166px;
}

.currency-total {
    width: 150px;
}

    .currency-total span.symbol {
        border-left: solid 1px #999999;
        border-top: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background-color: #e9e9e9;
        border-radius: 2px 0 0 2px;
        /*height: 28px;*/
        display: inline-block;
        padding: 6px 0 6px;
        font-weight: bold;
        width: 19%;
        text-align: center;
    }

    .currency-total input {
        border-radius: 0 2px 2px 0;
        width: 80%;
    }

.time {
    min-width: 4em !important;
}

.deposit-perc {
    min-width: 5em !important;
}

.establishment .currency-infotext {
    width: 100%;
    float: right;
    margin-top: -10px;
}

    .establishment .currency-infotext em {
        margin-left: 0;
        margin-top: 1em;
    }

@media screen and (max-width: 30em) {
    .submit-quote {
        width: 100%;
    }

    .pick-room {
        padding: 0 !important;
    }

    .room-label {
        font-size: 14px;
    }

        .room-label strong {
            margin-left: 14px;
        }
}

.qxtra-delete {
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    margin-right: 5px;
    background-image: url(/res/img/corpzone/corp.zone.sprite.png);
    background-repeat: no-repeat;
    background-position: -24px -124px;
}

    .qxtra-delete:hover {
        background-position: -24px -144px;
    }

.sendquote-rooms li {
    min-height: 38px;
    width: 100%;
    padding: 0.5em 0;
    border: none;
}

li.previous-quote-li {
    display: inline-block;
    width: 100%;
}

.previous-quote li {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.quote-breakdown {
    position: relative;
    font-size: 0.9em;
    padding-bottom: 1em;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px #999999;
    box-shadow: 1px 1px 2px rgba(153, 153, 153, 0.6);
    border-left-style: solid;
    border-left-width: thick;
    border-left-color: #d7eba0;
}

    .quote-breakdown .youearn {
        color: #b1d64b;
        font-size: 1.5em;
    }

    .quote-breakdown .onpay-box {
        border: 1px solid #d6d6d6;
        background-color: #e3e3e3;
        padding: 1.2em;
    }
/*.previous-quotes li span {  //.quote-comments li span, 
    display: block;
}*/
.quote-comments li {
    border: none;
    padding: 0.5em 0;
}

.unit-label {
    display: inline !important;
}

@media screen and (max-width: 30em) {
    .previous-quotes li ul li span,
    li.previous-quote-li span span {
        font-size: 13px;
    }

        li.previous-quote-li span span a {
            font-size: 16px;
        }

    .unit-label {
        display: none !important;
    }
}

a.edit-quote:hover,
a.delete-quote:hover {
    color: white;
    text-decoration: none !important;
}

.RatesSummaryTable {
    width: 100%;
    float: left;
}

    .RatesSummaryTable table {
        width: 100%;
        border: solid 1px #dfdfdf;
        margin-bottom: 15px;
    }

        .RatesSummaryTable table tr {
            border-bottom: solid 1px #dfdfdf;
        }

            .RatesSummaryTable table tr.RatesSummaryTableHeader {
                background: #ececec;
                background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ececec));
                background: -moz-linear-gradient(top, #fefefe, #ececec);
            }

        .RatesSummaryTable table td {
            padding: 11px;
            color: #989898;
            line-height: 21px;
        }

        .RatesSummaryTable table h1 {
            margin: 0;
            font-size: 14px;
            color: #989898;
        }

            .RatesSummaryTable table h1 span {
                margin: 0;
                font-size: 13px;
                color: #989898;
                font-weight: normal;
            }

        .RatesSummaryTable table h3 {
            margin: 0;
            font-size: 13px;
            color: #989898;
            text-transform: capitalize;
        }

    .RatesSummaryTable div {
        color: #989898;
    }

    .RatesSummaryTable span {
        color: #989898;
    }

@media screen and (max-width: 30em) {
    .respond {
        font-size: 15px;
        padding: 0.5em 0.5em;
    }
}

.respond-form {
    display: none;
}
/* comment box */
.comment-box .comment-body {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #7cc2f5;
    padding: 10px;
    margin-left: 72px;
}

.comment-box .comment-body-fullwidth {
    width: -webkit-calc(100% - 36p);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px);
}

.comment-box .comment-body:after,
.comment-box .comment-body:before {
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-box .comment-body:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}

.comment-box .comment-body:before {
    border-color: rgba(124, 194, 245, 0);
    border-width: 16px;
    margin-top: -16px;
}

.comment-box .avatar {
    width: 48px;
    height: 48px;
}

.comment-box-right .comment-body:after,
.comment-box-right .comment-body:before {
    left: 100%;
}

.comment-box-right .comment-body:after {
    border-left-color: #FFFFFF;
}

.comment-box-right .comment-body:before {
    border-left-color: #7cc2f5;
}

.comment-box-right .avatar-right {
    background: url(/res/img/zones-sprite.png?sv=20150715) -144px -250px transparent;
    float: right;
}

.comment-box-right .avatar-left {
    display: none;
}

.comment-box-staff .avatar-right {
    background: url(/res/img/zones-sprite.png?sv=20150715) -192px -250px transparent;
}

.comment-box-left .comment-body:after,
.comment-box-left .comment-body:before {
    right: 100%;
}

.comment-box-left .comment-body:after {
    border-right-color: #FFFFFF;
}

.comment-box-left .comment-body:before {
    border-right-color: #7cc2f5;
}

.comment-box-left .avatar-left {
    background: url(/res/img/zones-sprite.png?sv=20150715) -96px -250px transparent;
    float: left;
    margin-right: 22px;
}

.comment-box-left .avatar-right {
    display: none;
}

.comment-box-left .comment-body-fullwidth {
    margin-left: 14px;
}
/* end comment box*/
.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;
    }
}

.homepanel-left {
    width: 100%;
    float: none;
}

.homepanel-right {
    width: 100%;
    float: none;
}

@media screen and (min-width: 1000px) {
    .homepanel-left {
        width: 65%;
        float: left;
    }

    .homepanel-right {
        width: 35%;
        float: left;
    }
}

.est-stats {
    margin-top: 12px;
}

@media screen and (min-width: 40em) {
    .est-stats {
        margin-top: 53px;
    }
}

.est-stats ul li {
    margin-top: 0.6em;
}

    .est-stats ul li i {
        margin-right: 0.8em;
        color: #666666;
        float: left;
        height: 24px;
    }

.esthome-feature {
    width: 100%;
    float: none;
}

    .esthome-feature i {
        color: #b1d64b;
    }

@media screen and (min-width: 40em) {
    .esthome-feature {
        width: 33%;
        float: left;
    }
}

#featurespanel {
    margin-top: 18px;
}

@media screen and (min-width: 40em) {
    #featurespanel {
        margin-top: 0;
    }
}

.ehome-cta {
    width: 47%;
}

    .ehome-cta a {
        font-size: 1em;
        padding: 10px 0 0 0;
        min-height: 29px;
        text-align: center;
        display: block;
    }

@media screen and (min-width: 40em) {
    .ehome-cta a {
        font-size: 1em;
    }
}

@media screen and (min-width: 50em) {
    .ehome-cta a {
        font-size: 15px;
    }
}

@media screen and (min-width: 640px) and (max-width: 684px) {
    .ehome-raq a {
        font-size: 1em;
    }
}

.ehome-map-l {
    background: #f1efe9;
    height: 270px;
    overflow: hidden;
    /*img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-style: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }*/
}

@media screen and (min-width: 30em) {
    .ehome-map-l {
        height: 360px;
    }
}

@media screen and (min-width: 40em) {
    .ehome-map-l {
        height: 540px;
    }
}

.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;
}

.ehome-rating {
    margin: -6px 5px 0 0;
    height: 19px;
    display: inline-block;
}
/* keep this as a max width was being applied to the google map controls causing them to disappear */
.gm-style img {
    max-width: none;
}

.review-breakdown div.starbars {
    margin: 10px auto;
    width: 200px;
}

.review-breakdown-homepage {
    width: 218px;
}

.review-bar-outer {
    height: 14px;
    float: left;
    margin: 1px 0 0 9px;
    padding: 0 0 2px 0;
    width: 100px;
    border: solid 1px gray;
}

.review-bar {
    height: 14px;
    float: left;
    margin: 0;
    padding: 0 0 2px 0;
    background-image: -webkit-linear-gradient(bottom, #ffab02, #ffc700);
    background-image: -moz-linear-gradient(bottom, #ffab02, #ffc700);
    background-image: -o-linear-gradient(bottom, #ffab02, #ffc700);
    background-image: linear-gradient(to top, #ffab02, #ffc700);
    border-right: solid 1px #b57801;
    border-bottom: solid 1px #b57801;
}

.review-desc {
    text-align: left;
    font-size: 14px;
}

.review-header {
    text-align: left;
}

.review-reviewer {
    text-align: left;
    margin-top: 1em;
}

.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;
    }
}

.ehome-shapeshift-container {
    position: relative;
    width: 100%;
}

    .ehome-shapeshift-container div.ehome-shapeshift-div {
        height: auto;
        position: absolute;
        width: 296px;
        border: 2px solid #eee;
        padding: 6px;
    }

@media only screen and (max-width: 400px) {
    .ehome-shapeshift-container div.ehome-shapeshift-div {
        width: 100% !important;
    }
}

.ehome-shapeshift-container div.ehome-shapeshift-div .title img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    float: left;
    margin: 0 10px 10px 0;
}

.review-summary {
    float: right;
}

.share-friend {
    width: 100%;
    float: right;
}

#viewShortlist {
    float: left;
    margin-left: -3px;
}

.share {
    float: right;
}

@media screen and (min-width: 40em) {
    .share-friend {
        width: auto;
    }
}

.ename-header {
    float: none;
}

@media screen and (min-width: 60em) {
    .ename-header {
        float: left;
    }
}

.only-desktop {
    display: none;
}

.only-mobile {
    display: inline;
}

.location-country {
    float: none;
}

#share-dialog {
    display: none;
    z-index: 100;
}

@media screen and (min-width: 50em) {
    .only-desktop {
        display: inline;
    }

    .only-mobile {
        display: none;
    }

    .location-country {
        float: left;
    }
}

#share-email-dialog {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

    #share-email-dialog input[type='text'],
    #share-email-dialog textarea {
        width: 100%;
        max-width: 350px;
    }

#screen {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}

#recap-error {
    position: relative;
}

    #recap-error span {
        position: absolute;
        top: -8px;
        white-space: nowrap;
        margin: 10px 0;
        border: 1px solid #000000;
        color: #ffffff;
        padding: 5px 12px;
        background-color: #000000;
    }

        #recap-error span:before {
            display: inline;
            position: absolute;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent #000000 transparent;
            top: -15px;
            left: 6px;
            content: "";
        }

.mobilegallery {
    padding: 0 !important;
    margin-bottom: 1em;
}

@media screen and (min-width: 60em) {
    .mobilegallery {
        padding-top: 0.5em;
        padding-left: 1em;
    }
}
/* #region gallery*/
.gallery-arrow {
    height: 80px;
    position: absolute;
    bottom: 95px;
    color: white;
    font-size: 2em;
    opacity: 0.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-current {
    font-size: 1em;
    color: #666666;
    clear: both;
}

    .e-price-current .e-price-current-amount {
        font-size: 1.8em;
        color: #000000;
    }

    .e-price-current .e-price-current-type {
        color: #000000;
    }

    .e-price-current .e-special-current-price {
        font-size: 32px;
        text-decoration: line-through;
        color: #000000;
        margin-left: 6px;
    }

    .e-price-current .e-special-current-price-type {
        color: #000000;
    }

@media screen and (min-width: 40em) {
    .e-price-current .e-special-current-price {
        color: #ffffff;
    }

    .e-price-current .e-special-current-price-type {
        color: #ffffff;
    }
}

.e-price {
    font-size: 1em;
    color: #000000;
}

@media screen and (min-width: 40em) {
    .e-price .e-price-amount {
        font-size: 1.5em;
        font-weight: 800;
        color: rgba(0, 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, 0.6);
        font-family: Lato, 'Open Sans', arial, sans-serif;
    }
}

.e-price .e-price-type {
    color: #000000;
}

.e-price .e-special-price {
    /*margin-right: 5px;*/
    font-size: 1.2em;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.6);
    /*margin-left: 6px;*/
}

.e-price .e-special {
    font-size: 1.2em;
    font-weight: 800;
    color: #ff408b;
}

.e-price .e-special-price-type {
    color: #000000;
}

.e-price .lp-rating {
    background: #a0cf05;
    border-radius: 3px;
    padding: 4px 6px;
    margin: 5px;
    color: #ffffff;
}

@media screen and (min-width: 40em) {
    .e-price .e-special-price {
        color: rgba(0, 0, 0, 0.6);
        font-weight: 800;
    }

    .e-price .e-special-price-type {
        color: #000000;
    }
}

.royalSlider img {
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    /*position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;*/
}

.gallery-container {
    position: relative;
}

.title-block {
    display: block;
    position: relative;
    clear: both;
    padding: 7px 14px;
    background: rgba(0, 0, 0, 0.55);
    color: white;
}

    .title-block .title-name {
        overflow: hidden;
    }

    .title-block h1 {
        color: #d9f628;
        margin: 0;
        padding: 0;
        font-size: 1.8em;
    }

    .title-block h4 {
        margin: 0;
        margin-top: 3px;
        padding: 0;
        float: left;
    }

.buttons-block-container {
    padding: 0.5em 1em;
}

.title-block-container {
    padding: 0;
    z-index: 2;
}

.flexiquote-prompt {
    background-color: #ff408b;
    padding: 8px;
    font-size: 14px;
    margin: 5px 0;
    color: #fff;
    display: block;
    text-align: center;
}

    .flexiquote-prompt a {
        color: #fff;
        font-size: 1.2em;
        line-height: 1.4em;
    }

.flexiquote-prompt-inline {
    color: #ff408b;
    text-align: right;
    margin-top: 10px;
}

    .flexiquote-prompt-inline a {
        color: #ff408b;
    }

.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: #ffffff;
    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: #ffffff;
        }

@media screen and (min-width: 30em) {
    .buttons-block-fixed {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #3380b3;
        color: white;
        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) {
    .e-price-current {
        color: white;
    }

        .e-price-current .e-price-current-amount {
            color: #d9f628;
        }

        .e-price-current .e-price-current-type {
            color: #d9f628;
        }

    .buttons-block-container {
        padding: 0;
    }

    .buttons-block {
        width: auto;
        padding: 0.5em 1em;
        position: absolute;
        bottom: 70px;
        right: 0;
        background: rgba(0, 0, 0, 0.55);
        color: white;
    }

    .buttons-block-fixed {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        background: #3380b3;
        color: #ffffff;
        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;
            }

    .logoandprice {
        position: inherit;
        bottom: 10px;
        right: 0;
        background: rgba(0, 0, 0, 0.55);
        width: 320px;
        padding: 10px;
    }

    .title-block {
        background: rgba(0, 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;
    }
}
/* #endregion gallery*/
/* #region Breadbcrumb*/
.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: none;
        }

        div.BreadCrumb .bc-parent,
        div.BreadCrumb .bc-leaf,
        div.BreadCrumb .bc-home {
            display: block;
        }
}
/* #endregion Breadbcrumb*/
@media screen and (max-width: 50em) {
    #RatesCalendar {
        display: none;
    }
}

@media screen and (max-width: 40em) {
    .mobile {
        display: block;
    }

    .non-mobile {
        display: none;
    }
}

.mobile-pad-lr-none {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 40em) {
    .mobile {
        display: block;
    }

    .non-mobile {
        display: block;
    }

    .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: 0.9em;
        padding-top: 0.5em;
        margin-bottom: 0;
    }

    .head1 {
        font-size: 1.2em;
    }
}

.infoWindow {
    min-width: 220px;
    max-width: 240px;
    max-height: 240px;
    overflow: hidden;
}

.room-unavailable-text {
    display: none;
}

.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: #ffffff;
            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;
            }

        .pager li .prevnextdisabled {
            background: #ffffff;
            color: #999;
            border-color: #999;
            font-weight: bold;
            text-align: center;
            margin-left: 10px;
            margin-right: 10px;
        }

        .pager li a.prevnext {
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: solid 1px #f2f4f9;
            margin: 0;
            padding: 0;
            line-height: 50px;
            font-size: 16px;
            -webkit-box-shadow: 2px 2px 5px 0px #ededf0;
            -moz-box-shadow: 2px 2px 5px 0px #ededf0;
            box-shadow: 2px 2px 5px 0px #ededf0;
        }

            .pager li a.prevnext:hover,
            .pager li a.prevnext: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: #ffffff;
    display: block;
    padding: 3px 9px;
    border: solid 1px #ededf0;
    color: #000000;
    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;
}

.tabselectors span {
    display: inline-block;
    outline: solid 1px #e3e3e3;
    background-color: #ffffff;
    float: left;
}

    .tabselectors span a {
        display: block;
        padding: 0.5em 0.5em;
        font-size: 0.9em;
        text-align: center;
    }

    .tabselectors span.current {
        background-color: lightgray;
    }

        .tabselectors span.current a {
            color: #999;
        }

        .tabselectors span.current i {
            color: #999;
        }

@media screen and (max-width: 50em) {
    .tabselectors {
        width: 100%;
    }

        .tabselectors span {
            width: 33.33%;
            white-space: nowrap;
        }
}

@media screen and (max-width: 50em) {
    .listing-filter {
        display: none;
    }
}

.listing-result h2 {
    font-size: 1.3em;
}

@media screen and (max-width: 30em) {
    .listing-result h2 {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 20em) {
    .listing-result h2 {
        font-size: 0.9em;
    }
}

.listing-filter-toggle {
    font-size: 0.9em;
    display: none;
    text-align: center;
}

@media screen and (max-width: 50em) {
    .listing-filter-toggle {
        display: block;
        width: 75%;
        padding: 0.35em 0.25em;
        white-space: nowrap;
    }
}

.filter-toggle-container {
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

    .filter-toggle-container i {
        padding: 0.1em 0.25em;
        pointer-events: none;
        color: #ffffff;
    }

    .filter-toggle-container a {
        margin: 0;
        width: 94%;
        background: #3380b3;
        border: none;
        box-shadow: none;
        text-shadow: none;
        font-size: 1em;
        padding: 0.5em 0.25em;
    }

        .filter-toggle-container a:hover {
            margin: 0;
            width: 94%;
            background: #3380b3;
            border: none;
            box-shadow: none;
            text-shadow: none;
        }

        .filter-toggle-container a span {
            font-size: 1.4em;
            font-weight: normal;
        }

@media screen and (min-width: 50em) {
    .filter-toggle-container {
        display: none;
    }
}

.filter-toggle-sticky {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: white;
    padding: 2px;
}

.listing-pax-toggle {
    font-size: 0.9em;
    display: none;
    text-align: center;
}

@media screen and (max-width: 50em) {
    .listing-pax-toggle {
        display: block;
        width: 75%;
        padding: 0.35em 0.25em;
        white-space: nowrap;
    }
}

@media screen and (min-width: 50em) {
    .listing-pax-mobile-active {
        position: absolute;
    }
}

.icon-equalizer-container {
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -o-transform: rotate(90deg);
    /* Opera */
    transform: rotate(90deg);
}

.listing-filter-header {
    background-color: #43abef;
    color: #ffffff;
    border: solid 1px #d3d3d3;
    padding-left: 0.5em;
    /*Equaliser icon and "Refine your results" text container div*/
}

@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: 0.9em;
    }
}

.listing-filter-header div:first-child {
    width: 60%;
    /*@media screen and (min-width: @bp-m) {
            .w-full;
        }

        @media screen and (min-width: @bp-l) {
            .w-full;
        }*/
}

@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;
    }
}

.selectedRow {
    /*mobile only*/
}

@media screen and (max-width: 50em) {
    .selectedRow {
        background-color: rgba(171, 210, 7, 0.4);
    }
}

.filter-row-text {
    /*desktop and tablet*/
    font-size: 0.9em;
    /*mobile only*/
}

@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: 0.7em;
        padding-bottom: 0.3em;
    }
}

@media screen and (min-width: 50em) {
    .filter-row-padding {
        padding-top: 0.1em;
    }
}

@media screen and (max-width: 50em) {
    .filter-row-pad-mid {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

@media screen and (min-width: 50em) {
    .filter-row-pad-mid {
        padding-top: 0.1em;
        padding-bottom: 0.1em;
    }
}

@media screen and (max-width: 50em) {
    .filter-row-header {
        font-size: 1.5em;
        padding-top: 0.4em;
        padding-bottom: 0.2em;
    }
}

@media screen and (min-width: 50em) {
    .filter-row-header {
        padding-top: 0.5em;
    }
}

@media screen and (max-width: 50em) {
    .filter-item-count {
        float: right;
        padding-right: 0.8em;
    }
}

@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);
    /* For IE8 and earlier */
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 400%;
    z-index: 101;
}

    #overlay #searchLoaderMessage {
        color: #e9e9e9;
        font-weight: bold;
    }

    #overlay #searchLoader {
        position: fixed;
        top: 10em;
        margin-left: 50% !important;
        left: -150px;
        background-color: rgba(0, 0, 0, 0.5);
        width: 260px;
        z-index: 20;
        font-size: 0.9em;
    }

@media screen and (max-width: 40em) {
    #overlay #searchLoader {
        top: 6em;
    }
}

.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%;
    /*height:2em;*/
    padding-bottom: 0.5em;
    margin-top: 5px;
}

@media screen and (max-width: 40em) {
    .listing-name {
        width: 95%;
        height: auto;
    }
}

.rating-container {
    width: 60%;
    float: left;
}

@media screen and (min-width: 40em) {
    .rating-container {
        width: 40%;
    }
}

.listing-type-links {
    min-height: 2em;
    width: 100%;
}

@media screen and (max-width: 40em) {
    .listing-type-links {
        width: 90%;
    }
}

@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;
    }
}
/*#region .homepagesearch*/
div.homepage {
    min-height: 22em;
}

    div.homepage span {
        /*display: none;*/
    }

@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;
    }
}

div.homepagesearchcontainer {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1.2em;
    line-height: 2em;
}

@media screen and (max-width: 75em) {
    div.homepagesearchcontainer {
        top: 2em;
    }
}

@media screen and (max-width: 60em) {
    div.homepagesearchcontainer {
        top: 2em;
    }
}

@media screen and (max-width: 60em) {
    div.homepagesearchcontainer {
        top: 2em;
    }
}

@media screen and (max-width: 55em) {
    div.homepagesearchcontainer {
        top: 2em;
    }
}

@media screen and (max-width: 50em) {
    div.homepagesearchcontainer {
        top: 1em;
    }
}

@media screen and (max-width: 35em) {
    div.homepagesearchcontainer {
        top: 20%;
    }
}

div.homepagesearchcontainer h2 {
    /*display: none;*/
    line-height: 35px;
}

@media screen and (min-width: 40em) {
    div.homepagesearchcontainer h2 {
        display: block;
    }
}

@media screen and (max-width: 50em) {
    div.homepagesearchcontainer h2 {
        font-size: 1.2em;
    }
}

div.homepagesearch {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    max-width: 500px;
}

@media only screen and (min-width: 30em) and (max-width: 40em) {
    div.homepagesearch {
        margin-top: 3em;
    }
}

div.homepagesearch div {
    position: relative;
}

    div.homepagesearch div #SearchFilterFilterSearchTerm {
        width: 100% !important;
        border-radius: 10px;
    }

@media only screen and (min-width: 20em) and (max-width: 40em) {
    div.homepagesearch div #SearchFilterFilterSearchTerm {
        font-size: 14px;
        border-radius: 10px;
    }
}

div.homepagesearch div .filter-icon {
    position: absolute;
    top: 8px;
    left: 4px;
    pointer-events: none;
    z-index: 1;
}

div.homepagesearch div input,
div.homepagesearch div select {
    width: 100%;
    padding: 0.8em;
    padding-left: 30px;
}

    div.homepagesearch div select.search-filter-pax {
        padding: 0.75em;
    }

    div.homepagesearch div input.search-filter-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 120px;
        text-align: center;
        padding: 8px;
        margin: 3px;
        font-size: 1em;
        border: 0;
        border-radius: 10px;
    }

@media only screen and (min-width: 20em) and (max-width: 40em) {
    div.homepagesearch div input.search-filter-btn {
        display: none;
    }
}

div.homepagesearch div.filter-panel-full {
    width: 98%;
    margin-left: 1%;
}

div.homepagesearch div.filter-panel-half {
    display: inline;
    float: left;
    width: 15.47619048%;
    margin-left: 0.5952381%;
    margin-right: 0.5952381%;
}

@media screen and (max-width: 50em) {
    div.homepagesearch div.filter-panel-full {
        display: inline;
        float: left;
        width: 98.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

    div.homepagesearch div.filter-panel-half {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

@media screen and (max-width: 30em) {
    div.homepagesearch {
        background: none;
    }

        div.homepagesearch div.filter-panel-half {
            display: inline;
            float: left;
            width: 98.80952381%;
            margin-left: 0.5952381%;
            margin-right: 0.5952381%;
        }

        div.homepagesearch div.search-filter-dates {
            display: inline;
            float: left;
            width: 48.80952381%;
            margin-left: 0.5952381%;
            margin-right: 0.5952381%;
        }
}
/*#region .listing*/
.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;
    }
}

.listing .raq {
    background-color: #43abef;
}

.listing .pax-filter .filter-panel {
    width: 33%;
    float: left;
}

    .listing .pax-filter .filter-panel div {
        float: left;
        position: relative;
    }

        .listing .pax-filter .filter-panel div input,
        .listing .pax-filter .filter-panel div select {
            width: 100%;
            border-left: none;
            border-radius: 0px;
            padding: 0.4em;
        }

    .listing .pax-filter .filter-panel .pax-div {
        width: 33%;
    }

    .listing .pax-filter .filter-panel .button-div {
        width: 100%;
    }

    .listing .pax-filter .filter-panel .filter-icon {
        position: absolute;
        top: 6px;
        left: 4px;
        pointer-events: none;
    }

    .listing .pax-filter .filter-panel .hero-search-listing {
        border: solid 1px #999999;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        min-width: 0;
    }

    .listing .pax-filter .filter-panel .search-filter-cal,
    .listing .pax-filter .filter-panel .hero-search-listing {
        padding-left: 30px;
    }

    .listing .pax-filter .filter-panel .search-filter-pax {
        padding: 0.35em;
    }

    .listing .pax-filter .filter-panel .search-filter-btn {
        text-align: center;
        border: solid 1px #94b507;
        margin-left: 5px;
        font-size: 13px;
        padding: 8px;
    }

@media screen and (max-width: 50em) {
    .listing .pax-filter .filter-panel div input,
    .listing .pax-filter .filter-panel div select {
        font-size: 13px;
        height: 2.5em;
    }
}

@media screen and (min-width: 40em) {
    .listing .pax-filter .first-panel {
        width: 34%;
    }

    .listing .pax-filter .last-panel {
        width: 33%;
    }
}

@media screen and (max-width: 50em) {
    .listing .pax-filter {
        display: none;
    }

        .listing .pax-filter .filter-panel {
            width: 100%;
            float: none;
        }

            .listing .pax-filter .filter-panel div {
                margin-top: 5px;
            }

                .listing .pax-filter .filter-panel div input,
                .listing .pax-filter .filter-panel div select {
                    font-size: 1em;
                    height: 2em;
                    min-height: 2em;
                    border-left: solid 1px #999999;
                    border-radius: 2px;
                }
}

@media screen and (max-width: 30em) {
    .listing .pax-filter .filter-panel {
        float: left;
        width: 100%;
    }

        .listing .pax-filter .filter-panel div input,
        .listing .pax-filter .filter-panel div select {
            font-size: 13px;
            height: 2.5em;
            border-right: none;
            border-radius: 0px;
        }

        .listing .pax-filter .filter-panel .search-filter-pax {
            border-right: solid 1px #999999;
        }

    .listing .pax-filter .first-panel {
        display: none;
    }

    .listing .pax-filter .last-panel {
        width: 100%;
    }

        .listing .pax-filter .last-panel .pax-div {
            width: 100%;
        }

        .listing .pax-filter .last-panel .button-div {
            margin-top: 0;
        }

            .listing .pax-filter .last-panel .button-div .search-filter-btn {
                margin-left: 6px;
                width: 97%;
            }
}

@media screen and (max-width: 20em) {
    .listing {
        font-size: 0.8em;
    }

        .listing .select {
            font-size: 0.9em;
        }

        .listing .media {
            border-bottom: lightgray;
            border-bottom-style: solid;
            border-bottom-width: thin;
            margin-bottom: 0;
        }

        .listing .accommodation-types {
            width: 100%;
            font-size: 1.1em;
        }

        .listing .media .media-inner {
            min-height: 11em;
            font-size: 1.1em;
        }
}

@media screen and (max-width: 50em) {
    .listing .listing-description {
        display: none;
    }

    .listing .night-guests {
        display: none;
    }

    .listing .listing-strap {
        display: none;
    }

    .listing .listing-result {
        width: 100%;
        margin-left: 0;
    }

    .listing .listing-filter {
        display: none;
    }

    .listing .instant-book {
        display: none;
    }

    .listing .raq {
        display: none;
    }

    .listing .accommodation-types {
        width: 100%;
        font-size: 1.1em;
    }

    .listing .media .media-inner {
        min-height: 11em;
        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;
    }
}
/*region .largelisting*/
@media screen and (max-width: 30em) {
    .largelisting .listing > div:nth-child(n+5) {
        /* hide >= 4  */
        display: none;
    }
}

.largelisting .large-popularaccom .listing {
    padding: 0;
}

@media screen and (min-width: 50em) {
    .largelisting .large-popularaccom .listing {
        padding: 0.5em 1em;
    }
}

.largelisting .listing-travel-guide-info {
    overflow: hidden;
}

.largelisting .listing-travel-guide-image {
    overflow: hidden;
}

    .largelisting .listing-travel-guide-image img {
        width: 100%;
        margin-top: -30%;
    }

@media screen and (max-width: 30em) {
    .largelisting .in-and-around .media:nth-child(n+5) {
        /* hide >= 4  */
        display: none;
    }
}

.enable-map {
    display: table;
    margin: 0 auto;
}

    .enable-map span {
        background-color: #E8E8E8;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))), /* dark outside gradient */ -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))), /* light inner gradient */ -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), /* diagonal line pattern */ -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
        -webkit-box-shadow: 0px -1px #fff, /* top highlight */ 0px 1px 1px #FFFFFF;
        /* bottom edge */
        -webkit-background-size: 100%, 100%, 100%, 4px 4px;
        -webkit-border-radius: 10px;
        -webkit-transition: -webkit-transform 0.1s ease-in-out;
        display: inline-block;
        padding: 10px 40px 10px 40px;
        color: #3A474D;
        font-weight: 700;
        font-size: 16px;
        text-shadow: 0px 1px #fff, 0px -1px #262F33;
        margin-top: 0.5em;
    }

.hub-main-container-without-image {
    overflow: hidden;
    height: 130px;
    background-color: ActiveCaption;
    position: relative;
    width: 100%;
}

    .hub-main-container-without-image img {
        width: 100%;
        margin-top: -30%;
    }

.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: white;
    }

.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: white;
    }

.hub-main-img {
    width: 100%;
    position: relative;
    top: -25%;
}
/*#endregion .listing*/
/*#region stickyfilter*/
.sticky-filter.fixed,
.sticky-filter.abs {
    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;
}

.sticky-filter.abs {
    position: absolute;
}

.sticky-filter.fixed div.filter-breadcrumbs {
    background-color: #f2f2f2;
}

.listing-filter-mobile-active {
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    -moz-box-shadow: 0 3px 4px -1px #999;
    -webkit-box-shadow: 0 3px 4px -1px #999;
    box-shadow: 0 3px 4px -1px #999;
    /*.sticky-filter();*/
}

@media screen and (max-width: 40em) {
    .desktop-filter-container {
        background-color: #f2f2f2;
    }
}

.listing-filter-mobile-active.sticky-filter.fixed {
    top: 0;
    margin-top: 40px;
    position: fixed;
}
/*#endregion stickyfilter*/
/*#region tooltip*/
/*sourced from http://www.w3schools.com/css/css_tooltip.asp*/
.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 13em;
        background-color: rgba(0, 0, 0, 0.75);
        color: #fff;
        text-align: center;
        padding: 10px;
        line-height: 22px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip .positiontop {
        bottom: 100%;
        left: 50%;
        margin-left: -10.5em;
    }

    .tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%;
        /* At the bottom of the tooltip */
        left: 50%;
        margin-left: 4em;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
/*#endregion tooltip*/
/* #region hub and travel guide heading */
.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;
    }
}

.listing-travel-guide-heading .review-breakdown {
    display: none;
}

@media screen and (max-width: 40em) {
    .listing-travel-guide-heading .heading-subtitle {
        display: none;
    }
}

@media screen and (min-width: 40em) {
    .listing-travel-guide-heading .review-bottom {
        display: none;
    }

    .listing-travel-guide-heading .review-breakdown {
        display: block;
    }
}

.listing-travel-guide-text {
    float: left;
    width: 100%;
    margin-bottom: 0.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-destination-links {
    *zoom: 1;
    float: right;
    bottom: 0;
}

    .listing-destination-links:before,
    .listing-destination-links:after {
        content: "";
        display: table;
    }

    .listing-destination-links:after {
        clear: both;
    }

    .listing-destination-links .icon-right-open {
        display: block;
        float: right;
        position: relative;
        color: #999;
        padding-left: 0;
        padding-right: 0;
    }

    .listing-destination-links div {
        border-top: none;
    }

        .listing-destination-links div.first {
            border-top: solid 1px #e3e3e3;
        }

@media screen and (max-width: 20em) {
    .listing-destination-links {
        width: 98%;
        float: left;
    }
}

@media screen and (max-width: 40em) {
    .listing-destination-links {
        width: 100%;
        float: left;
    }
}

.listing-reviews {
    background-color: #ffffff;
    display: block;
    position: relative;
    width: 98%;
    float: left;
}

    .listing-reviews .icon-right-open {
        display: block;
        float: right;
        position: relative;
        color: #999;
        bottom: 0.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;
        }

    .listing-reviews .shapeshift .FilterByTags {
        height: auto;
    }

        .listing-reviews .shapeshift .FilterByTags label {
            margin: 0 0 6px 0;
            float: none;
            display: inline-block;
            background: #ebe9ea;
            text-shadow: 0 1px 0 #ffffff;
            color: #403e3f;
            border: 1px solid #d5d5d5;
            box-shadow: none;
        }

.listing-review-ratings {
    margin-left: 0.5em;
    margin-right: 0.5em;
    background-color: #ffffff;
    float: left;
    text-align: center;
}

    .listing-review-ratings div.starbars {
        margin: 10px auto;
        width: 200px;
    }

@media screen and (min-width: 20em) {
    .listing-review-ratings {
        display: block;
        width: 93%;
    }
}

@media screen and (min-width: 30em) {
    .listing-review-ratings {
        display: block;
        width: 93%;
    }
}

@media screen and (min-width: 40em) {
    .listing-review-ratings {
        display: none;
    }
}

@media screen and (min-width: 50em) {
    .listing-review-ratings {
        display: none;
    }
}

@media screen and (min-width: 60em) {
    .listing-review-ratings {
        display: none;
    }
}

.hub-heading-break {
    display: block;
}

@media screen and (min-width: 40em) {
    .hub-heading-break {
        display: none;
    }
}
/* #endregion travel guide heading */
.col-split .column-2 {
    margin-left: 5em;
}

.col-split .column-3 {
    margin-left: 5em;
}

.col-split .column-4 {
    margin-left: 5em;
}

.col-split .column-5 {
    margin-left: 5em;
}
/* #region filterTags  */
.filter-breadcrumbs {
    padding: 0.1em 0.25em;
    margin: 0;
}

ul.filterTags {
    list-style: none;
    padding: 0.1em 0.25em;
    margin: 0;
}

    ul.filterTags li {
        font-size: 0.9em;
        display: inline-block;
        color: #43abef;
        margin: 0 5px 5px 0;
        padding-top: 2px;
        padding: 0.5em 0.5em;
    }

        ul.filterTags li:first-child {
            color: #000000;
        }

        ul.filterTags li a {
            margin: 0 0 -1px 8px;
        }
/* #endregion filterTags  */
/* #region AccommodationTypes */
.accommodation-type-filters {
    display: inline;
    float: left;
    width: 100%;
}

.ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.accommodation-type-filter-all-button {
    position: absolute;
    bottom: -0.15em;
    left: 2em;
    float: right;
}

    .accommodation-type-filter-all-button a {
        padding: 0.4em;
    }

@media screen and (min-width: 40em) {
    .accommodation-type-filter-all-button {
        font-size: 1.3em;
    }

        .accommodation-type-filter-all-button a {
            padding: 0.5em 1em;
        }
}
/* #endregion AccommodationTypes */
.largelisting-map {
    padding-top: 1em;
    padding-bottom: 2.25em;
}

    .largelisting-map .ehome-map-l {
        height: 300px;
    }

@media screen and (min-width: 40em) {
    .largelisting-map .ehome-map-l {
        height: 450px;
    }
}

.full-map .loading {
    position: absolute;
    z-index: 5;
    background: url("/res/img/loading1.gif") no-repeat scroll 50% 50% #ffffff;
    height: 50px;
    width: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin: 50px 0 0 158px;
    opacity: 0.8;
    top: 40%;
    right: 50%;
}

.full-map .back-to-list {
    z-index: 10;
}

.full-map .listing-filter {
    position: absolute;
    padding: 0.5em;
    z-index: 10;
    max-width: 240px;
    height: 700px;
    overflow: auto;
    opacity: 0.92;
}

.full-map .ehome-map-l {
    height: 700px;
}

.full-map .sortby {
    display: none;
}

.VeriAccom img {
    vertical-align: bottom;
}

@media screen and (max-width: 30em) {
    .truncate-title {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.destinations-nearby-menu {
    width: 100%;
}

    .destinations-nearby-menu .column-container {
        float: left;
        width: 100%;
        padding-bottom: 0.3em;
    }

    .destinations-nearby-menu .image {
        float: left;
        width: 25%;
        padding-bottom: 0.5em;
        max-height: 60px;
    }

    .destinations-nearby-menu .content {
        float: left;
        width: 75%;
        line-height: 1.2;
    }

    .destinations-nearby-menu .inner-content {
        padding-left: 0.5em;
        padding-bottom: 0.3em;
    }

    .destinations-nearby-menu .inner-content-distance {
        *zoom: 1;
        font-size: 0.7em;
        color: #999;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-style: italic;
    }

        .destinations-nearby-menu .inner-content-distance:before,
        .destinations-nearby-menu .inner-content-distance:after {
            content: "";
            display: table;
        }

        .destinations-nearby-menu .inner-content-distance:after {
            clear: both;
        }

    .destinations-nearby-menu .accommodation-total {
        *zoom: 1;
        font-size: 0.7em;
        color: #999;
        font-weight: bold;
    }

        .destinations-nearby-menu .accommodation-total:before,
        .destinations-nearby-menu .accommodation-total:after {
            content: "";
            display: table;
        }

        .destinations-nearby-menu .accommodation-total:after {
            clear: both;
        }

@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: 0.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: 0.5em;
    }

    .destinations-nearby-2-col .image {
        float: left;
        width: 25%;
        padding-bottom: 0.5em;
        max-height: 50px;
    }

    .destinations-nearby-2-col .content {
        float: left;
        width: 75%;
    }

    .destinations-nearby-2-col .inner-content {
        padding-left: 0.5em;
    }

    .destinations-nearby-2-col .inner-content-distance {
        *zoom: 1;
        font-size: 0.9em;
        color: #999;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-style: italic;
    }

        .destinations-nearby-2-col .inner-content-distance:before,
        .destinations-nearby-2-col .inner-content-distance:after {
            content: "";
            display: table;
        }

        .destinations-nearby-2-col .inner-content-distance:after {
            clear: both;
        }

    .destinations-nearby-2-col .accommodation-total {
        *zoom: 1;
        font-size: 0.8em;
        color: #999;
        font-weight: bold;
    }

        .destinations-nearby-2-col .accommodation-total:before,
        .destinations-nearby-2-col .accommodation-total:after {
            content: "";
            display: table;
        }

        .destinations-nearby-2-col .accommodation-total:after {
            clear: both;
        }

@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: 0.5em;
        max-height: 20px;
    }
}

.destinations-nearby-3-col {
    width: 100%;
}

    .destinations-nearby-3-col .column-container {
        float: left;
        padding-bottom: 0.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%;
    }

    .destinations-nearby-3-col .inner-content {
        padding-left: 0.5em;
    }

    .destinations-nearby-3-col .inner-content-distance {
        *zoom: 1;
        font-size: 0.9em;
        color: #999;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-style: italic;
    }

        .destinations-nearby-3-col .inner-content-distance:before,
        .destinations-nearby-3-col .inner-content-distance:after {
            content: "";
            display: table;
        }

        .destinations-nearby-3-col .inner-content-distance:after {
            clear: both;
        }

    .destinations-nearby-3-col .accommodation-total {
        *zoom: 1;
        color: #999;
        font-weight: bold;
    }

        .destinations-nearby-3-col .accommodation-total:before,
        .destinations-nearby-3-col .accommodation-total:after {
            content: "";
            display: table;
        }

        .destinations-nearby-3-col .accommodation-total:after {
            clear: both;
        }

@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: 0.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: 0.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%;
    }

    .destinations-nearby-4-col .inner-content {
        padding-left: 0.5em;
    }

    .destinations-nearby-4-col .inner-content-distance {
        *zoom: 1;
        font-size: 0.9em;
        color: #999;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-style: italic;
    }

        .destinations-nearby-4-col .inner-content-distance:before,
        .destinations-nearby-4-col .inner-content-distance:after {
            content: "";
            display: table;
        }

        .destinations-nearby-4-col .inner-content-distance:after {
            clear: both;
        }

    .destinations-nearby-4-col .accommodation-total {
        *zoom: 1;
        font-size: 0.8em;
        color: #999;
        font-weight: bold;
    }

        .destinations-nearby-4-col .accommodation-total:before,
        .destinations-nearby-4-col .accommodation-total:after {
            content: "";
            display: table;
        }

        .destinations-nearby-4-col .accommodation-total:after {
            clear: both;
        }

@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: 0.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;
}

.map-marker i.destination {
    font-size: 2em;
    color: #403e3f;
    text-align: center;
}

.map-marker i.accommodation {
    font-size: 1.75em;
    color: rgba(67, 171, 239, 0.8);
}

    .map-marker i.accommodation.available {
        font-size: 1.95em;
        color: rgba(79, 216, 0, 0.9);
    }

    .map-marker i.accommodation.onrequest {
        font-size: 1.75em;
        color: #336698;
    }

    .map-marker i.accommodation.available.legend {
        font-size: 1.3em;
    }

    .map-marker i.accommodation.onrequest.legend {
        font-size: 1.3em;
    }

.map-infobox {
    border: 2px solid grey;
    margin-top: 4px;
    background: white;
    color: grey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*text-shadow: 0 -1px #000000;*/
    -webkit-box-shadow: 0 0 8px #000;
    -moz-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    padding: 8px;
}

    .map-infobox img {
        z-index: 4;
        opacity: 0.95;
        background-color: #ffffff;
        width: 100%;
    }

        .map-infobox img[src="/res/img/close.png"] {
            position: absolute;
            top: 0;
            right: 0;
            margin: -11px -8px;
            z-index: 100;
        }

    .map-infobox h2 {
        z-index: 6;
        opacity: 0.95;
    }

    .map-infobox.close {
        position: absolute;
        top: 0;
        right: 0;
        margin: -5px -5px 5px 5px;
        font-size: 1.5em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.map-tools {
    width: 30%;
    position: absolute;
    top: 0.5em;
    left: 35%;
    border-radius: 2px;
    border: solid 1px #999;
    box-shadow: 1px 1px 2px #999999;
    box-shadow: 1px 1px 2px rgba(153, 153, 153, 0.6);
    color: #999;
    background-color: #ffffff;
}

@media screen and (min-width: 30em) {
    .map-tools {
        width: 15%;
        left: 45%;
    }
}

.pager .icon-right-open {
    display: inline;
    position: static;
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
}

.iconshadow {
    text-shadow: 1px 1px salmon;
}

.iconshadow-darkblue {
    text-shadow: 1px 1px #000078;
}

.home-recent-searches .icon-heart-1,
.home-recent-searches .icon-heart-empty {
    display: none;
}

.short-disabled {
    color: #c9c9c9 !important;
}

    .short-disabled i {
        color: #c9c9c9;
    }

    .short-disabled:hover {
        cursor: default;
        text-decoration: none !important;
    }

@media screen and (min-width: 20em) {
    .masonary-list div.masonary {
        margin: 1em auto;
        float: none;
    }
}

@media screen and (min-width: 50em) {
    .masonary-list {
        width: 100%;
    }

        .masonary-list div.masonary:nth-of-type(even) {
            float: right;
            margin-right: 0;
        }

        .masonary-list div.masonary:nth-of-type(odd) {
            float: left;
        }
}

.masonary {
    margin-bottom: 1em;
    background-color: #ffffff;
    font-size: 0.8em;
    width: 320px;
    /*overflow: hidden;*/
    -moz-box-shadow: 0px 2px 1px 0px #888;
    -webkit-box-shadow: 0px 2px 1px 0px #888;
    box-shadow: 0px 2px 1px 0px #888;
}

    .masonary h2 {
        text-shadow: 1px 1px #666666;
    }

    .masonary .rating a {
        margin-left: 4px;
    }

    .masonary .media-img {
        width: 320px;
        height: 180px;
    }

@media screen and (min-width: 20em) {
    .masonary .media-img {
        width: 320px;
        height: 180px;
        max-height: 180px;
    }
}

.masonary .media-img img.listing-thumb {
    width: 320px;
    height: 180px;
    overflow: inherit;
    background: url('/res/img/loading1.gif') no-repeat scroll 50% 50% transparent;
}

@media screen and (min-width: 20em) {
    .masonary .media-img img.listing-thumb {
        width: 320px;
        height: 180px;
        max-height: 180px;
    }
}

.masonary .masonary-info {
    font-size: small;
    height: 240px;
    position: relative;
    width: 95%;
}

@media screen and (min-width: 40em) {
    .masonary .masonary-info {
        font-size: 1em;
        height: 248px;
    }
}

.masonary .listing-name {
    width: 100%;
    padding-bottom: 0.5em;
    font-size: 1.4em;
    padding-bottom: 0;
    margin-top: 5px;
}

@media screen and (min-width: 40em) {
    .masonary .listing-name {
        font-size: 1.5em;
        font-size: 1.4em;
    }
}

.masonary .accommodation-type-links {
    display: block;
    color: #999;
}

@media screen and (min-width: 40em) {
    .masonary .accommodation-type-links {
        display: block;
    }
}

@media screen and (min-width: 40em) {
    .masonary .ShortDescription {
        font-size: 1em;
    }
}

.masonary .icon-heart-1 {
    font-size: 2.5em;
    z-index: 1;
}

@media screen and (min-width: 30em) {
    .masonary .icon-heart-1 {
        font-size: 2em;
    }
}

.masonary .icon-heart-empty {
    font-size: 2.5em;
    z-index: 1;
}

@media screen and (min-width: 30em) {
    .masonary .icon-heart-empty {
        font-size: 2em;
    }
}

.masonary #shortlistLoader {
    font-size: 2.5em;
}

@media screen and (min-width: 30em) {
    .masonary #shortlistLoader {
        font-size: 2em;
    }
}

.masonary .instant-book {
    display: block;
    float: right;
    clear: none;
}

@media screen and (min-width: 20em) {
    .masonary .instant-book {
        display: block;
    }
}

.masonary .raq-container {
    display: block;
    float: right;
    clear: none;
}

@media screen and (min-width: 20em) {
    .masonary .raq-container {
        display: block;
    }
}

@media screen and (min-width: 20em) {
    .masonary .raq {
        display: block;
    }
}

@media screen and (max-width: 40em) {
    .masonary .raq {
        display: block;
    }
}

.masonary .availability p {
    font-size: 0.9em;
}

@media screen and (max-width: 40em) {
    .masonary .availability p {
        font-size: 1.3em;
    }
}

.masonary .sleeps {
    font-size: 0.9em;
    color: #666666;
    font-weight: normal;
}

.masonary .rate {
    font-size: 1.8em;
}

.masonary .i-star {
    margin-top: -11px;
}

.masonary .lft-cal {
    position: absolute;
    top: 6px;
    left: 4px;
    pointer-events: none;
}

.masonary .price-container {
    float: right;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    position: relative;
}

@media screen and (min-width: 40em) {
    .masonary .price-container {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.masonary .royalSlider {
    height: 180px;
    width: 320px;
}

.masonary .gallery-arrow {
    width: 50px;
    height: 145px;
    top: 35px;
    font-size: 2.3em;
    z-index: 1;
}

    .masonary .gallery-arrow .icon-right-open {
        display: block;
        position: absolute;
        top: 25%;
    }

@media screen and (max-width: 40em) {
    .masonary .gallery-arrow .icon-right-open {
        font-size: 1.3em;
    }
}

.masonary .gallery-arrow .icon-left-open {
    display: block;
    position: absolute;
    top: 25%;
}

@media screen and (max-width: 40em) {
    .masonary .gallery-arrow .icon-left-open {
        font-size: 1.3em;
    }
}

.special {
    background: #ff408b;
    position: absolute;
    top: 10px;
    left: -7px;
    padding: 12px 10px 10px;
    z-index: 10;
    color: #ffffff;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 2px 1px rgba(0, 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: #ffffff;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
    font-weight: bold;
}

    .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 {
    background: url("/res/img/heart.png") no-repeat;
    width: 80px;
    height: 80px;
    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;
}

    .heart.is-active {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        background-position: -2800px 0;
    }

.shortlist-stage {
    position: relative;
    float: right;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.shortlist-container {
    border: 1px solid #DDDDDD;
    width: 320px;
    height: 180px;
    position: relative;
}

.shortlist-tag {
    float: right;
    position: absolute;
    right: 0px;
    top: -20px;
}

.masonary.featured > div {
    border: solid 4px #43abef;
}

    .masonary.featured > div .special {
        left: -12px;
    }

    .masonary.featured > div .masonary-info {
        height: 240px;
    }

    .masonary.featured > div .media-img {
        width: 312px;
    }

    .masonary.featured > div.special-border {
        border: solid 4px #ff408b;
    }

.new-available-listing {
    display: none;
    border-radius: 0.25em;
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0.5em;
    color: #ffffff;
    padding: 0.5em 1em;
    position: fixed;
    z-index: 15;
    right: 0;
    height: 10%;
    width: 20%;
}

.ui-dialog-responsive {
    position: absolute;
    width: 100%;
    /*.h-full;*/
    min-height: 700px;
    top: 0;
    left: 0;
    z-index: 25;
    /*desktop view - centered*/
}

@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: 0.6em;
}

.ui-dialog-responsive .form-login {
    padding: 0.5em 0.5em;
}

    .ui-dialog-responsive .form-login #sendPassword {
        color: #ffffff;
    }

.ui-dialog-responsive .form-register {
    padding: 0.5em 0.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-banner .earn .btn-green {
        width: 20%;
        margin-left: auto;
        margin-right: auto;
        padding: 6px 12px;
    }

.referral-notice {
    display: none;
    background-color: #ff408b;
    color: #ffffff;
    font-size: 0.9em;
    padding: 0.5em 0.5em;
    Box-shadow: 0 3px 3px rgba(0, 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 0.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: #ffffff;
        font-size: 0.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: #ffffff;
        font-size: 0.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;
}

div.ac_results strong {
    font-weight: bold;
}

div.ac_results {
    z-index: 99;
}

    div.ac_results ul {
        background-color: #FFFFFF;
        list-style: none outside none;
        border: 1px solid #e1e1e1;
        margin-top: -1px;
        padding: 0;
        max-height: 360px !important;
        overflow: auto;
    }

    div.ac_results li {
        color: #3D93D4;
        cursor: default;
        display: block;
        font-size: 14px;
        line-height: 23px;
        margin: 0;
        overflow: hidden;
        padding: 3px 11px;
        height: 23px;
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    div.ac_results li {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}

div.ac_results li .autocomplete_extra_info {
    color: #ABABAB;
    font-size: 15px;
}

div.ac_results li.ac_over {
    background-color: rgba(0, 153, 225, 0.15);
    color: #1D6FAE !important;
    cursor: pointer;
}

.ac_over .autocomplete_extra_info {
    color: #717171 !important;
}

div.ac_results li span.AutoSuggest_Header,
div.ac_results li.ac_over span.AutoSuggest_Header {
    font-size: 15px;
    color: #000;
    background-color: Transparent;
    font-weight: bold;
}

.ac_noresult {
    background-color: #1D6FAE;
    border-top: 1px solid #1D6FAE;
    padding: 5px 8px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .ac_noresult a {
        color: white !important;
    }

.GreenMessageBox {
    border: solid 1px #b1d64b;
    background-color: #d7eba0;
    height: 35px;
    width: 400px;
    padding-top: 10px;
    padding-left: 10px;
}
/*
========================
DEBUGGING HELPER CLASSES
========================
*/
.debug-messages {
    height: 10%;
}

    .debug-messages ul {
        overflow-y: scroll;
        height: 90%;
    }
/*
The below classes are useful when debugging layout issues.
Apply the below class on an element to visualise it's dimensions.
*/
.debug {
    border: 1px solid;
}

.debug-red {
    border: 1px solid;
    border-color: red;
}

.debug-blue {
    border: 1px solid;
    border-color: blue;
}

.debug-green {
    border: 1px solid;
    border-color: green;
}
/* #region star rating */
div.ReviewOverAllRating {
    float: left;
    margin: 1px 6px 0 6px;
    padding: 0;
    display: block;
    width: 80px;
    height: 16px;
    background: url(/res/img/sn.sprite.png?sv=20181121) 0 -20px;
}

    div.ReviewOverAllRating div {
        margin: 0;
        padding: 0;
        display: block;
        width: 0%;
        height: 16px;
        overflow: hidden;
        background: url(/res/img/sn.sprite.png?sv=20181121) 0 0;
    }
/* #endregion star rating */
.reviewsTitle {
    font-size: 2em;
    text-align: center;
    margin-bottom: 10px;
}

.ReviewComponent {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
    display: inline-block;
    max-width: 320px;
    /* #region star rating OVERRIDES*/
    /* #endregion star rating OVERRIDES*/
}

    .ReviewComponent .tile {
        border: 3px solid #eeeeee;
        padding: 15px;
        margin: 10px;
        background-color: #ffffff;
        text-align: left;
    }

        .ReviewComponent .tile img {
            margin: 0 10px 10px 0;
            border-radius: 24px;
            width: 48px;
            height: 48px;
            float: left;
        }

    .ReviewComponent .FilterByTags {
        margin: 0 0px 6px 0px;
        float: none;
        display: inline-block;
        color: #403e3f;
        font-weight: normal;
        box-shadow: none;
    }

        .ReviewComponent .FilterByTags label {
            background: #ebe9ea;
            border: 1px solid #d5d5d5;
            margin: 0 8px 10px 0px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius: 16px;
            padding: 3px 10px 3px 12px;
            float: left;
            font-size: 12px;
        }

        .ReviewComponent .FilterByTags .grey {
            color: #6f6f6f;
            text-shadow: 0px 1px 0px white;
            border: solid 1px #c4c4c4;
        }

    .ReviewComponent div.ReviewOverAllRating {
        float: right;
        margin: 1px 6px 0 6px;
        padding: 0;
        display: block;
        width: 80px;
        height: 16px;
        background: url(/res/img/sn.sprite.png?sv=20181121) 0 -20px;
    }

        .ReviewComponent div.ReviewOverAllRating div {
            margin: 0;
            padding: 0;
            display: block;
            width: 0%;
            height: 16px;
            overflow: hidden;
            background: url(/res/img/sn.sprite.png?sv=20181121) 0 0;
        }

.root-location-outercontainer .review-summary {
    float: left;
    margin-top: 0.4em;
    margin-left: 0;
}

.root-location-outercontainer .root-review-summary {
    float: left;
    margin-top: 0.4em;
    margin-left: 0;
}

.root-location-outercontainer .rootlocation-mainimage .root-main-container-empty {
    height: 6em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .root-location-outercontainer .rootlocation-mainimage .root-main-container-empty a:hover,
    .root-location-outercontainer .rootlocation-mainimage .root-main-container-empty a:active {
        outline: 0;
        color: white;
    }

.root-location-outercontainer .rootlocation-mainimage .root-main-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .root-location-outercontainer .rootlocation-mainimage .root-main-container a:hover,
    .root-location-outercontainer .rootlocation-mainimage .root-main-container a:active {
        outline: 0;
        color: white;
    }

@media screen and (min-width: 50em) {
    .root-location-outercontainer .rootlocation-mainimage .main-img-clip {
        display: flex;
        align-items: center;
        height: 533px;
        width: 100%;
    }

    .root-location-outercontainer .rootlocation-mainimage .root-main-image {
        position: absolute;
        width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 50em) {
    .root-location-outercontainer .rootlocation-mainimage .root-main-image {
        position: relative;
        width: 100%;
    }
}

.root-location-outercontainer .rootlocation-mainimagebackup .root-main-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 50em) {
    .root-location-outercontainer .rootlocation-mainimagebackup .root-main-container {
        height: 24em;
    }
}

.root-location-outercontainer .rootlocation-mainimagebackup .root-main-container a:hover,
.root-location-outercontainer .rootlocation-mainimagebackup .root-main-container a:active {
    outline: 0;
    color: white;
}

@media screen and (min-width: 50em) {
    .root-location-outercontainer .rootlocation-mainimagebackup .hub-main-img {
        top: -100%;
        position: absolute;
        left: 0px;
        right: 0px;
        width: 100%;
    }
}

.root-location-outercontainer .header-title {
    font-size: 1.6em;
    font-weight: bold;
}

.root-location-outercontainer .nopic-title-block {
    display: block;
    position: relative;
    clear: both;
    padding: 7px 14px;
    background: rgba(0, 0, 0, 0.55);
    color: white;
}

    .root-location-outercontainer .nopic-title-block .review-summary {
        float: left;
        margin-left: 1em;
    }

    .root-location-outercontainer .nopic-title-block .title-name {
        overflow: hidden;
    }

    .root-location-outercontainer .nopic-title-block h1 {
        color: #d9f628;
        margin: 0;
        padding: 0;
        font-size: 1.6em;
    }

    .root-location-outercontainer .nopic-title-block h4 {
        margin: 0;
        margin-top: 3px;
        padding: 0;
        float: left;
    }

.root-location-outercontainer .rootlocation {
    max-width: 60em;
    display: flex;
    flex-direction: column;
}

    .root-location-outercontainer .rootlocation .overview-container {
        display: inline;
    }

@media screen and (max-width: 50em) {
    .root-location-outercontainer .rootlocation .overview-container {
        display: flex;
        flex-direction: column;
    }
}

.root-location-outercontainer .rootlocation .overview-container .overview-main {
    float: left;
    order: 1;
    width: 70%;
}

@media screen and (max-width: 50em) {
    .root-location-outercontainer .rootlocation .overview-container .overview-main {
        order: 2;
        width: 100%;
    }
}

.root-location-outercontainer .rootlocation .overview-container .overview-main .overview-main-article {
    background-color: white;
    border: 1px solid #d5d5d5;
    padding: 1em;
    margin: 5px;
}

.root-location-outercontainer .rootlocation .overview-container .overview-summary {
    border: 1px solid #d5d5d5;
    margin: 5px;
    padding: 1em;
    background-color: white;
    width: auto;
    order: 2;
}

@media screen and (max-width: 50em) {
    .root-location-outercontainer .rootlocation .overview-container .overview-summary {
        order: 1;
    }
}

@media screen and (min-width: 50em) {
    .root-location-outercontainer .rootlocation .overview-container .overview-summary {
        overflow: hidden;
    }
}

.root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content {
    text-align: center;
}

    .root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content .fs-l {
        font-size: 1.5em;
    }

    .root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content .find-accom-btn {
        width: 11em;
    }

    .root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content ul {
        list-style: none;
    }

        .root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content ul .reason-name {
            text-align: right;
        }

        .root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content ul .reason-count {
            text-align: left;
        }

            .root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content ul .reason-count .reason-count-bgrnd {
                background-color: #999;
                margin: 1px 1px 1px 15px;
            }

            .root-location-outercontainer .rootlocation .overview-container .overview-summary .overview-summary-content ul .reason-count .reason-count-value {
                background-color: #ffb242;
            }

.root-location-outercontainer .rootlocation .ReviewContent {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 30em) {
    .root-location-outercontainer .rootlocation .ReviewContent {
        -webkit-columns: 15em 1;
        -moz-columns: 15em 1;
        columns: 15em 1;
    }
}

@media screen and (min-width: 40em) {
    .root-location-outercontainer .rootlocation .ReviewContent {
        -webkit-columns: 15em 2;
        -moz-columns: 15em 2;
        columns: 15em 2;
    }
}

@media screen and (min-width: 50em) {
    .root-location-outercontainer .rootlocation .ReviewContent {
        -webkit-columns: 15em 3;
        -moz-columns: 15em 3;
        columns: 15em 3;
    }
}

@media screen and (min-width: 60em) {
    .root-location-outercontainer .rootlocation .ReviewContent {
        -webkit-columns: 15em 4;
        -moz-columns: 15em 4;
        columns: 15em 4;
    }
}

.root-location-outercontainer .rootlocation .ReviewsMore {
    text-align: center;
}

    .root-location-outercontainer .rootlocation .ReviewsMore a {
        border: 1px solid lightblue;
        display: inline;
    }

.root-location-outercontainer .rootlocation .map-container {
    max-width: 60em;
}

.root-location-outercontainer .rootlocation .articles-container {
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 30em) {
    .root-location-outercontainer .rootlocation .articles-container {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

@media screen and (min-width: 40em) {
    .root-location-outercontainer .rootlocation .articles-container {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media screen and (min-width: 50em) {
    .root-location-outercontainer .rootlocation .articles-container {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media screen and (min-width: 60em) {
    .root-location-outercontainer .rootlocation .articles-container {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

.o-h {
    overflow: hidden;
}

.d-i {
    display: inline;
}

a.l-ai {
    color: inherit;
    text-decoration: inherit;
}

    a.l-ai :link:hover:visited:active {
        color: inherit;
        text-decoration: inherit;
    }

.ArticleSummary {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
    background-color: white;
    display: inline-block;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    max-width: 320px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 30em) {
}

.ArticleSummary a {
    text-decoration: none;
}

.ArticleSummary .ArticleSummary-Title {
    padding: 0.5em 2em 0.5em 2em;
    color: black;
    font-weight: bold;
}

.ArticleSummary .ArticleSummary-Snippet {
    padding: 0.5em 1em 0.5em 1em;
    color: #a5a5a5;
    font-size: 0.8em;
}

.pcentre {
    background: #ffffff;
}

    .pcentre div.bpm-half {
        background: #ffffff;
        display: inline;
        float: left;
        width: 98.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }

@media screen and (min-width: 20em) {
    .pcentre div.bpm-half {
        display: inline;
        float: left;
        width: 98.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

@media screen and (min-width: 40em) {
    .pcentre div.bpm-half {
        display: inline;
        float: left;
        width: 48.80952381%;
        margin-left: 0.5952381%;
        margin-right: 0.5952381%;
    }
}

.pcentre input,
.pcentre select {
    width: 45%;
}

@media screen and (min-width: 20em) {
    .pcentre input,
    .pcentre select {
        width: 90%;
    }
}

@media screen and (min-width: 40em) {
    .pcentre input,
    .pcentre select {
        width: 45%;
    }
}

.pcentre div.bpm-half input,
.pcentre div.bpm-half select {
    width: 90%;
}

.pcentre input[type=checkbox] {
    width: initial;
}

.content-listing .showing {
    padding: 0.5em 0.5em;
}

@media screen and (min-width: 50em) {
    .content-listing .showing {
        padding: 0;
    }
}

.content-listing .contentlisting-filter {
    width: 100%;
    position: absolute;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 10;
    display: none;
}

@media screen and (min-width: 50em) {
    .content-listing .contentlisting-filter {
        display: block;
        position: relative;
        top: auto;
        float: left;
        width: auto;
        padding-right: 1%;
        max-width: 260px;
        min-width: 220px;
    }
}

.content-listing .contentlisting-filter .selectedRow {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: rgba(171, 210, 7, 0.4);
}

.content-listing .contentlisting-filter .listing-filter-header {
    top: 0;
}

@media screen and (min-width: 50em) {
    .content-listing .contentlisting-filter .listing-filter-header {
        top: auto;
    }
}

.content-listing .contentlisting-filter .filter-close {
    display: block;
}

@media screen and (min-width: 50em) {
    .content-listing .contentlisting-filter .filter-close {
        display: none;
    }
}

.content-listing .contentlisting-filter .read-more-state {
    display: none;
}

.content-listing .contentlisting-filter .read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}

.content-listing .contentlisting-filter .read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.content-listing .contentlisting-filter .read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.content-listing .contentlisting-filter .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.content-listing .contentlisting-filter .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0.5em;
    color: #666;
    font-size: 0.9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 0.25em;
}

.content-listing .contentlisting-result {
    width: 100%;
    overflow: auto;
}

@media screen and (min-width: 30em) {
    .content-listing .contentlisting-result {
        width: auto;
        overflow: hidden;
    }
}

.content-listing .contentlisting-result h2 {
    font-size: 1.3em;
}

.content-listing .contentlisting-result .content-results {
    margin-bottom: 2em;
}

.content-listing .contentlisting-result .masonary {
    margin-top: 1em;
    width: 300px;
    overflow: hidden;
}

    .content-listing .contentlisting-result .masonary .masonary-info {
        height: 100px;
    }

@media screen and (min-width: 50em) {
    .content-listing .contentlisting-result .masonary .masonary-info {
        height: 150px;
    }
}

.content-listing .fab {
    position: fixed;
    right: 0.4em;
    bottom: 0.6em;
    background-color: #a0cf05;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #a0cf05;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 5;
}

@media screen and (min-width: 50em) {
    .content-listing .fab {
        display: none;
    }
}

.content-listing .fab:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.content-listing .content-nearby {
    overflow: hidden;
}

.content-listing .travelguide h3 {
    font-size: 1em;
}
/*#region Things to do*/
.nearbythingstodo .masonary {
    margin-top: 1em;
    width: 300px;
    overflow: hidden;
}

    .nearbythingstodo .masonary .masonary-info {
        height: 100px;
    }

@media screen and (min-width: 50em) {
    .nearbythingstodo .masonary .masonary-info {
        height: 150px;
    }
}
/*#endregion Things to do*/
/* Royal Slider description on establishment home page image*/
.rsGCaption {
    background: rgba(0, 0, 0, 0.55) !important;
    padding: 12px !important;
}

@media screen and (min-width: 20em) {
    .rsGCaption {
        bottom: 60px !important;
        max-width: 83%;
        left: 5px !important;
    }
}

@media screen and (min-width: 30em) {
    .rsGCaption {
        bottom: 94px !important;
        max-width: 83%;
        left: 5px !important;
    }
}

@media screen and (min-width: 40em) {
    .rsGCaption {
        left: 15px !important;
        max-width: 30%;
        bottom: 69px !important;
    }
}

@media screen and (min-width: 50em) {
    .rsGCaption {
        left: 15px !important;
        max-width: 50%;
        bottom: 100px !important;
    }
}

.royalSlider > .rsContent {
    visibility: hidden;
}
/* #region specials */
/* Listings Page */
.listing-specialsContainer {
    background: #fff;
    height: 28px;
    margin-top: 6px;
    cursor: pointer;
}

    .listing-specialsContainer a:hover,
    .listing-specialsContainer a:active {
        outline: 0;
    }
/* Establishment Page */
.specialWrapper {
    border: solid 1px #e1e1e1;
    margin: 1em 0;
}

    .specialWrapper .title {
        display: block;
        color: #ffffff;
        text-align: center;
        text-shadow: 1px 1px 1px #000000;
    }

        .specialWrapper .title.raq {
            background-color: #43abef;
        }

        .specialWrapper .title.booknow {
            background-color: #a0cf05;
        }

        .specialWrapper .title .type {
            padding-top: 15px;
            font-size: 36px;
            font-weight: bold;
        }

        .specialWrapper .title .name {
            font-size: 24px;
            font-weight: bold;
        }

        .specialWrapper .title .dates {
            font-size: 14px;
            margin-top: 15px;
            margin-left: 6px;
            padding-bottom: 15px;
        }

@media screen and (min-width: 40em) {
    .specialWrapper .title {
        float: left;
    }

        .specialWrapper .title.raq,
        .specialWrapper .title.booknow {
            width: 248px;
            height: 248px;
        }

        .specialWrapper .title .type {
            margin-top: 46px;
            font-size: 40px;
        }

        .specialWrapper .title .dates {
            font-size: 18px;
            margin-top: 30px;
        }
}

.specialWrapper .description {
    display: block;
    padding: 15px 15px 0 15px;
    position: relative;
    font-size: 0.9em;
    height: auto;
    max-height: none;
}

    .specialWrapper .description .conditions {
        margin-top: 8px;
    }

        .specialWrapper .description .conditions > div {
            margin-bottom: 4px;
            margin-left: 12px;
            text-indent: -15px;
        }

            .specialWrapper .description .conditions > div:before {
                margin: 0;
            }

    .specialWrapper .description .footerWrapper {
        width: 100%;
        position: relative;
        margin-top: 15px;
        padding-bottom: 8px;
    }

        .specialWrapper .description .footerWrapper .footer {
            border-top: solid 1px #e1e1e1;
            text-align: right;
            padding-top: 8px;
        }

            .specialWrapper .description .footerWrapper .footer .discount {
                font-size: 26px;
                font-weight: bold;
                color: #db3576;
                margin-right: 8px;
            }

            .specialWrapper .description .footerWrapper .footer a {
                display: inline-block;
            }

            .specialWrapper .description .footerWrapper .footer .icon-info {
                background: #585858;
                border-radius: 50%;
                width: 16px;
                height: 16px;
                color: #ffffff;
            }

@media screen and (min-width: 40em) {
    .specialWrapper .description {
        margin-left: 263px;
        min-height: 229px;
        padding-left: 0;
    }

        .specialWrapper .description .footerWrapper {
            position: absolute;
            bottom: 0;
            right: 15px;
        }

            .specialWrapper .description .footerWrapper .footer {
                margin-left: 15px;
            }
}

@media screen and (min-width: 50em) {
    .specialWrapper .description .footerWrapper {
        position: absolute;
        right: 15px;
    }

        .specialWrapper .description .footerWrapper .footer {
            margin-left: 15px;
        }
}

.specials-heading {
    background: #ff408b;
    padding: 5px 15px;
    color: #ffffff;
}

.special-accordion {
    border-top: solid 1px #e1e1e1;
    padding: 15px 0 0 0;
    font-size: 0.9em;
    margin-bottom: 15px;
}

    .special-accordion header h3 {
        font-size: 18px;
        color: #ff408b;
        margin-bottom: 6px;
    }

        .special-accordion header h3 span {
            color: #585858;
            font-size: 16px;
            font-weight: normal;
            padding-left: 10px;
        }

    .special-accordion header hr {
        border-top-color: #e1e1e1;
        margin: 0 0 1em 0;
    }

    .special-accordion .body {
        display: none;
    }

        .special-accordion .body.open {
            display: block;
        }

        .special-accordion .body ul {
            margin: 0 0 15px 0;
            padding: 0;
        }

            .special-accordion .body ul li {
                display: inline;
                font-style: italic;
            }

                .special-accordion .body ul li:after {
                    content: " \2022";
                }

                .special-accordion .body ul li:last-child:after {
                    content: "";
                }

        .special-accordion .body .button {
            font-size: 14px;
            border: none;
            border-radius: 2px;
            display: inline-block;
            height: 35px;
            line-height: 37px;
            outline: 0;
            /*width: 110px;*/
            padding: 0 1rem;
            text-transform: uppercase;
            vertical-align: middle;
            -webkit-tap-highlight-color: transparent;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        }

            .special-accordion .body .button:hover {
                text-decoration: none;
                box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            }

            .special-accordion .body .button.disabled {
                background-color: #e1e1e1;
                box-shadow: none;
                color: #898989;
                cursor: not-allowed;
            }

            .special-accordion .body .button.blue {
                background-color: #43abef;
                color: #ffffff;
            }

                .special-accordion .body .button.blue:hover {
                    background-color: #4093b9;
                }

            .special-accordion .body .button.pink {
                background-color: #ff408b;
                color: #ffffff;
            }

                .special-accordion .body .button.pink:hover {
                    background-color: #db3576;
                }

            .special-accordion .body .button.green {
                background-color: #a0cf05;
                color: #ffffff;
            }

                .special-accordion .body .button.green:hover {
                    background-color: #9cca05;
                }

            .special-accordion .body .button.red {
                background-color: #e52829;
                color: #ffffff;
            }

                .special-accordion .body .button.red:hover {
                    background-color: #b80705;
                }

    .special-accordion .discount {
        font-weight: bold !important;
        font-size: 1.5em !important;
        margin-top: 4px;
    }

.SpecialSummary {
    /*background-color : rgb(255,64,139);
    padding: 10px;
    margin : 5px 5px 5px 0;
    color: white;*/
    border: solid 1px #ff408b;
    padding: 10px;
    margin: 5px 5px 5px 0;
    color: #585858;
    background-color: #ffffff;
}

    .SpecialSummary .SummaryTitle {
        font-weight: bold;
        color: #ff408b;
        float: left !important;
    }

@media screen and (max-width: 30em) {
    .SpecialSummary {
        margin: 5px 0 0 0;
        padding: 5px;
        border: solid 1px #f4f4f4;
    }
}

@media screen and (max-width: 50em) {
    .SpecialSummary {
        border: solid 1px #f4f4f4;
    }
}

.dialogContainer {
    width: 280px;
    height: auto;
    /*
    Drop Shadow
    a. Horizontal shadow
    b. Vertical shadow
    c. Blur
    d. Spread
    e. Color
    */
    -webkit-box-shadow: 0 -2px 25px 0 rgba(0, 0, 0, 0.15), 0 13px 25px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}

.dialogContent {
    width: auto;
    height: auto;
    background-color: #ffffff;
    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: #000000;
    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;
}
/*
The attributes below style the
hit target.
*/
.buttonTouchTarget {
    display: inline-block;
    background-color: #ffffff;
    /* Remove grey background on link clicked in ios safari */
    -webkit-tap-highlight-color: #ffffff;
}
/*
The attributes below style the
flat button based on the Google
material design language.
*/
.buttonFlat {
    /* Form */
    display: inline-block;
    height: 36px;
    background-color: rgba(9, 9, 9, 0);
    /* Typography */
    font-weight: 500;
    font-size: 14px;
    color: rgba(33, 150, 243, 0.9);
    line-height: 36px;
    text-align: center;
    /* Internal padding */
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0;
    /* External padding – Touch target size */
    margin-top: 6px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 6px;
}
/*#endregion specials*/
.ui-datepicker {
    z-index: 99 !important;
}

.quote-display .oflow {
    overflow: auto;
}

.quote-display .darker {
    color: #333;
}

.quote-display .slightly-larger {
    font-size: 1.2em;
}

.quote-display .slightly-smaller {
    font-size: 0.8em;
}

.quote-display .normal {
    font-size: 1em;
}

.quote-display .thick-rule {
    width: 100%;
    height: 3px;
    background-color: #444;
}

.quote-display .quote-message-body {
    clear: left;
    padding: 1em;
    background-color: #FAFAFA;
    overflow: auto;
    margin: 0.5em;
}

.quote-display .quote-box {
    overflow: auto;
    border: 1px solid #bfbfbf;
    margin: 1em 0.5em 0.5em 0.5em;
    padding: 1.5em;
}

.quote-display .thin-rule {
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
}

.quote-display .warnbox {
    overflow: auto;
    border: 1px solid #fbb33a;
    background-color: #fff0d8;
    margin: 0.5em;
    padding: 0.5em;
}

.quote-display .warn {
    color: #fbb33a;
}

.quote-display .quote-creditcards {
    background: url(/res/img/sn.sprite.png?sv=20181121) 0 -1133px transparent no-repeat;
    height: 36px;
}

.quote-display .quote-rule {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ffffff;
}

.quote-display .price-special {
    color: #ff408b;
}

.quote-display .l-lt {
    text-decoration: line-through;
}

.price-special {
    color: #ff408b;
}

.l-lt {
    text-decoration: line-through;
}

.brd-thin {
    border: 1px solid #999;
}

.stickyFixedToTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

.tagit-container ul.tagit {
    /*.l-mt-none;
            .l-mb-none;
            .l-ml-none;
            .l-mr-none;
            overflow: hidden;
            border-radius: 0;
            border-width: medium;*/
    /*.tagit-label {
                .smallester;
            }*/
}

    .tagit-container ul.tagit input[type="text"] {
        text-align: center;
        font-size: small;
        font-weight: normal;
    }

    .tagit-container ul.tagit li.tagit-new {
        width: 100%;
        margin: 0;
        padding: 0.1em 0.25em;
    }

    .tagit-container ul.tagit li.tagit-choice-editable {
        padding: 0.01em 18px 0.01em 0.01em;
    }

.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;
}

.accordion {
    background: #f4f4f4;
    border: solid 1px #f1f1f1;
    padding: 15px;
    margin-bottom: 8px;
}

    .accordion.selected {
        position: relative;
    }

        .accordion.selected:after {
            position: absolute;
            left: 15px;
            border-bottom: solid 1px #f1f1f1;
            border-left: solid 1px #f1f1f1;
            background: #f4f4f4;
            width: 10px;
            height: 10px;
            bottom: -6px;
            content: '';
            display: block;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .accordion label {
        margin-bottom: 0;
    }

.search-recommendations {
    position: absolute !important;
    max-height: 400px;
    z-index: 50 !important;
    width: 487px;
    top: 53px;
    left: 1px;
    text-align: left;
    background: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 0 !important;
    display: none;
}

    .search-recommendations ul {
        margin: 0;
        padding: 0;
    }

        .search-recommendations ul li {
            margin: 0;
            padding: 0;
            line-height: 36px;
        }

            .search-recommendations ul li.heading {
                font-weight: bold;
                padding-left: 15px;
                background: #f4f4f4;
            }

            .search-recommendations ul li.recommendation {
                border-top: solid 1px #e1e1e1;
            }

                .search-recommendations ul li.recommendation a {
                    position: relative;
                    display: block;
                    padding: 0 15px;
                }

                    .search-recommendations ul li.recommendation a:hover {
                        text-decoration: none;
                        background: #43abef;
                        color: #ffffff;
                    }

                        .search-recommendations ul li.recommendation a:hover span {
                            color: #ffffff;
                        }

            .search-recommendations ul li span {
                position: absolute;
                right: 15px;
                top: 0;
                color: #e1e1e1;
                font-size: 14px;
            }

.ui-spinner {
    height: 35px;
    border-radius: 1px;
}

    .ui-spinner .ui-spinner-input {
        height: 100%;
        text-align: center;
        vertical-align: middle;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .ui-spinner .ui-spinner-up {
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 35px;
        border-left: 1px solid #999 !important;
        cursor: pointer;
        border-radius: 0 !important;
    }

        .ui-spinner .ui-spinner-up .ui-button-text {
            padding: 4px;
        }

            .ui-spinner .ui-spinner-up .ui-button-text::after {
                color: #43abef;
                content: '+';
                line-height: 100%;
            }

        .ui-spinner .ui-spinner-up .ui-icon {
            display: none;
        }

    .ui-spinner .ui-spinner-down {
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 35px;
        border-left: none;
        border-right: 1px solid #999 !important;
        border-radius: 0 !important;
        cursor: pointer;
    }

        .ui-spinner .ui-spinner-down .ui-button-text {
            padding: 4px;
        }

            .ui-spinner .ui-spinner-down .ui-button-text::after {
                color: #43abef;
                content: '-';
                line-height: 100%;
            }

        .ui-spinner .ui-spinner-down .ui-icon {
            display: none;
        }

.ui-paxpicker-container .ui-spinner {
    border-top: none;
    border-bottom: none;
}

    .ui-paxpicker-container .ui-spinner .ui-state-default {
        padding: 0 !important;
        border-top: 1px solid #999 !important;
        border-bottom: 1px solid #999 !important;
    }

    .ui-paxpicker-container .ui-spinner .ui-spinner-button {
        padding: 0 !important;
        border-top: 1px solid #999 !important;
        border-bottom: 1px solid #999 !important;
        height: 95% !important;
    }

.ui-paxpicker-container .ui-paxpicker-input {
    display: none;
}

.ui-paxpicker-container .ui-paxpicker-display-container {
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    padding: 0.5em 0.3em 0.5em 0.3em;
    background-color: white;
    cursor: pointer;
}

    .ui-paxpicker-container .ui-paxpicker-display-container .ui-paxpicker-display {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        text-align: left;
    }

    .ui-paxpicker-container .ui-paxpicker-display-container .ui-paxpicker-arrow {
        float: right;
    }

.ui-paxpicker-container .ui-paxpicker-input-container {
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    padding: 0.5em 0.3em 0.5em 0.3em;
    background-color: white;
    z-index: 10;
    position: absolute;
}

    .ui-paxpicker-container .ui-paxpicker-input-container .ui-paxpicker-inputmainlabel {
        font-weight: bold;
        float: left;
    }

    .ui-paxpicker-container .ui-paxpicker-input-container .ui-paxpicker-inputsublabel {
        float: left;
        font-size: 0.8em;
    }

    .ui-paxpicker-container .ui-paxpicker-input-container .ui-paxpicker-inputspan {
        float: right;
    }

    .ui-paxpicker-container .ui-paxpicker-input-container .ui-paxpicker-inputspinner {
        width: 150px;
    }

    .ui-paxpicker-container .ui-paxpicker-input-container .ui-paxpicker-validation {
        color: red;
    }

    .ui-paxpicker-container .ui-paxpicker-input-container .ui-paxpicker-actionrow .ui-paxpicker-actioncancel {
        float: left;
    }

    .ui-paxpicker-container .ui-paxpicker-input-container .ui-paxpicker-actionrow .ui-paxpicker-actionapply {
        float: right;
    }

.ui-roompicker-input {
    display: none;
}

@media screen and (max-width: 40em) {
    .ui-roompicker-displayarea {
        width: 320px;
        text-align: center;
    }

        .ui-roompicker-displayarea .ui-roompicker-roomlabel {
            float: left;
            text-align: left;
            padding-top: 1em;
            padding-left: 1em;
        }

            .ui-roompicker-displayarea .ui-roompicker-roomlabel .ui-roompicker-roomtext {
                font-weight: bolder;
            }

        .ui-roompicker-displayarea .ui-roompicker-cleardiv {
            clear: both;
        }

        .ui-roompicker-displayarea .ui-roompicker-paxdiv .ui-paxpicker-input-container {
            margin-left: 19px;
        }

        .ui-roompicker-displayarea .ui-roompicker-guestsmeals {
            padding-top: 1em;
            text-align: center;
            /* IE11 hide native button (thanks Matt!) */
        }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-guestslabel {
                display: none;
            }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-paxpicker-display-container {
                margin-left: auto;
                margin-right: auto;
            }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealslabel {
                display: none;
            }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealsdiv {
                padding-top: 0.5em;
                padding-bottom: 0.5em;
                position: relative;
                display: inline-block;
            }

                .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealsdiv:after {
                    content: '\28';
                    font-size: 17px;
                    font-family: "fontello";
                    color: #585858;
                    right: 6px;
                    top: 16px;
                    height: 34px;
                    padding: 0px 0px 0px 0px;
                    position: absolute;
                    pointer-events: none;
                }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals select::-ms-expand {
                display: none;
            }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealsdiv select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                /* Add some styling */
                border-radius: 0;
                display: block;
                width: 100%;
                max-width: 320px;
                height: 38px;
                float: right;
                margin: 0px 0px;
                padding: 0 24px 0 5px;
                font-size: 16px;
                line-height: 1.75;
                color: #333;
                background-color: #ffffff;
                background-image: none;
                border: 1px solid #999;
                -ms-word-break: normal;
                word-break: normal;
            }

        .ui-roompicker-displayarea .ui-roompicker-removecontainer {
            float: right;
            padding-top: 1em;
            padding-right: 1em;
        }

            .ui-roompicker-displayarea .ui-roompicker-removecontainer .ui-roompicker-removelink {
                text-decoration: underline;
                text-decoration-style: dotted;
                font-size: 0.8em;
            }
}

@media screen and (min-width: 40em) {
    .ui-roompicker-displayarea {
        width: 600px;
        text-align: center;
        display: flex;
    }

        .ui-roompicker-displayarea .ui-roompicker-roomlabel {
            order: 1;
            width: 200px;
            text-align: left;
            padding-top: 1em;
            padding-left: 1em;
        }

            .ui-roompicker-displayarea .ui-roompicker-roomlabel .ui-roompicker-roomtext {
                font-weight: bolder;
            }

        .ui-roompicker-displayarea .ui-roompicker-guestsmeals {
            order: 2;
            padding-top: 1em;
            padding-bottom: 0.5em;
            text-align: left;
            /* IE11 hide native button (thanks Matt!) */
        }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-guestslabel {
                font-weight: bold;
                padding-bottom: 0.5em;
            }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealslabel {
                font-weight: bold;
                padding-top: 0.5em;
                padding-bottom: 0.5em;
            }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealsdiv {
                padding-bottom: 0.5em;
                position: relative;
            }

                .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealsdiv:after {
                    content: '\28';
                    font-size: 17px;
                    font-family: "fontello";
                    color: #585858;
                    right: 6px;
                    top: 9px;
                    height: 34px;
                    padding: 0px 0px 0px 0px;
                    position: absolute;
                    pointer-events: none;
                }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals select::-ms-expand {
                display: none;
            }

            .ui-roompicker-displayarea .ui-roompicker-guestsmeals .ui-roompicker-mealsdiv select {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                /* Add some styling */
                border-radius: 0;
                display: block;
                width: 100%;
                max-width: 320px;
                height: 38px;
                float: right;
                margin: 0px 0px;
                padding: 0 24px 0 5px;
                font-size: 16px;
                line-height: 1.75;
                color: #333;
                background-color: #ffffff;
                background-image: none;
                border: 1px solid #999;
                -ms-word-break: normal;
                word-break: normal;
            }

        .ui-roompicker-displayarea .ui-roompicker-removecontainer {
            order: 3;
            width: 200px;
            padding-top: 1em;
            padding-right: 1em;
        }

            .ui-roompicker-displayarea .ui-roompicker-removecontainer .ui-roompicker-removelink {
                text-decoration: underline;
                text-decoration-style: dotted;
                font-size: 0.8em;
            }
}

.ui-roompicker-primary {
    background-color: white;
}

.ui-roompicker-alternative {
    background-color: lightgray !important;
}

.ui-roomtypepicker-input {
    display: none;
}

@media screen and (max-width: 40em) {
    .ui-roomtypepicker-displayarea .ui-roomtypepicker-numrooms {
        padding-left: 1em;
        padding-right: 1em;
    }

        .ui-roomtypepicker-displayarea .ui-roomtypepicker-numrooms .ui-roomtypepicker-label {
            font-size: 0.9em;
            font-weight: bold;
            max-width: 300px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
}

@media screen and (min-width: 40em) {
    .ui-roomtypepicker-displayarea .ui-roomtypepicker-numrooms {
        margin-left: 160px;
    }

        .ui-roomtypepicker-displayarea .ui-roomtypepicker-numrooms .ui-roomtypepicker-label {
            font-weight: bold;
        }
}

.error-list {
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.4);
    margin-top: 1em;
    width: 95%;
}

    .error-list .error-msg {
        color: darkred;
        padding: 0.4em;
        font-size: 1.1em;
    }

.card-no-bg {
    padding-top: 20px;
}

    .card-no-bg .images a {
        color: #ffffff;
        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, 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: '\e806';
        }

.ratingbox {
    background-color: lightgray;
    padding: 2px 1px 2px 5px;
    border-radius: 4px;
    margin: 0 3px 0 3px;
}

.uitest-pass:before {
    content: '✓';
    color: green;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
}

.uitest-fail {
    background-color: red;
    color: white;
    font-size: 4em;
    font-weight: bold;
    position: fixed;
    top: 0;
}

.est-container {
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
}

.modalise {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 75;
    height: 2000px;
    left: 0;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

.section-header {
    text-align: center;
    font-size: 1.7em;
    Font-weight: bolder;
    color: #052231;
    padding-top: .3em;
    margin-bottom: 10px;
}

.section-sub-header {
    text-align: center;
    font-size: 1.4em;
    Font-weight: 600;
    color: #052231;
    padding-top: .3em;
    margin-top: 10px;
}

/*
   .sp-card{
	box-shadow: none;
} */

.deals_main_header {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 56px;
}

.deals_subtext {
    margin-top: 0;
    padding-top: .5em;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
}

.attraction__body h3 {
    padding: .5em 0 .5em 0;
    margin: 0 16px;
    color: #000;
    Font-size: 1em;
}

.hero-sec {
    color: #fff;
    box-shadow: 0px 3px 4px 0px rgba(5, 35, 49, 0.12), 0px 0px 0px 0px rgba(5, 35, 49, 0.14);
    background-image: url(https://d24ndt2yiijez0.cloudfront.net/uploads/image/asset/27691/LP_Hero_Banner_-_1920x480_-_African_Bank.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(9, 22, 55, 0.6);
    background-blend-mode: multiply;
    height: 20em;
    border-radius: 10px 10px 0 0;
}

.td-p {
    font-size: 1.05em;
    line-height: 25px;
}

.intro-p {
    text-align: center;
}

.hero-h2 {
    margin: 0;
    margin-left: 4px;
    font-size: 1.2em;
}

.container .hero-h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    line-height: inherit;
}

.card .fa {
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 25px;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-transform: capitalize;
    color: #ffffff;
}

/*
     @media(min-width: 1024px) {
        .specials-card__cta {
           ;
        }
     }
  */
@media (max-width: 600px) and (min-width: 276px) {
    .hero {
        padding: 1.5em;
        overflow: hidden;
        width: 100% !important;
    }

    .hero-sec {
        background-image: url(https://d24ndt2yiijez0.cloudfront.net/uploads/image/asset/27692/LP_Hero_Banner_-_768x480_-_African_Bank.jpg) height: 23em;
        ;
    }

    .hero-h2 {
        margin: 0;
        margin-left: 4px;
        font-size: 0.5em;
    }

    .container .hero-h1 {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0;
        line-height: inherit;
    }

    .attraction__body h3 {
        font-size: 13px;
    }

    .section-header {
        font-size: 1.4em;
        Font-weight: bold;
        color: #052231;
    }

    .deals_main_header {
        font-size: 20px;
        line-height: 32px;
    }

    .deals_subtext {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 278px) {
    .hero {
        background-position: center;
        overflow: hidden;
        width: 100% !important;
        padding: 1.25em;
    }

    .hero-sec {
        background-image: url(https://d24ndt2yiijez0.cloudfront.net/uploads/image/asset/27692/LP_Hero_Banner_-_768x480_-_African_Bank.jpg);
        height: 17em;
    }

    .hero-h2 {
        margin: 0;
        margin-left: 4px;
        font-size: 0.3em;
    }

    .container .hero-h1 {
        font-size: 1em;
        font-weight: bold;
        margin: 0;
        line-height: inherit;
    }

    .attraction__body h3 {
        font-size: 13px;
    }

    .deals_main_header {
        font-size: 20px;
        line-height: 32px;
    }

    .deals_subtext {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .hero {
        background-position: center;
        overflow: hidden;
        width: 100% !important;
        padding: 1.25em;
    }

    .hero-sec {
        background-image: url(https://d24ndt2yiijez0.cloudfront.net/uploads/image/asset/27692/LP_Hero_Banner_-_768x480_-_African_Bank.jpg);
        height: 18em;
        padding: 0 1em 0 1em
    }

    .hero-h2 {
        margin: 0;
        margin-left: 4px;
        font-size: 0.5em;
    }

    .container .hero-h1 {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0;
        line-height: inherit;
    }

    .attraction__body h3 {
        font-size: .82em;
    }

    .section-header {
        font-size: 1.5em;
        Font-weight: bold;
        color: #052231;
        padding: 10px;
    }

    .deals_main_header {
        font-size: 25px;
        line-height: 32px;
    }

    .deals_subtext {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .hero {
        background-position: center;
        overflow: hidden;
        width: 100% !important;
        padding: 1.25em;
    }

    .hero-sec {
        background-image: url(https://d24ndt2yiijez0.cloudfront.net/uploads/image/asset/27692/LP_Hero_Banner_-_768x480_-_African_Bank.jpg);
        height: 30em;
    }

    .hero-h2 {
        margin: 0;
        margin-left: 4px;
        font-size: 0.5em;
    }

    .container .hero-h1 {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
        line-height: inherit;
    }

    .attraction__body h3 {
        font-size: 16px;
    }

    .deals_main_header {
        font-size: 30px;
        line-height: 32px;
    }

    .deals_subtext {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 995px) and (max-width: 1800px) {
    .hero {
        background-position: center;
        overflow: hidden;
        width: 100% !important;
        padding: 1.25em;
    }

    .hero-sec {
        background-image: url(https://d24ndt2yiijez0.cloudfront.net/uploads/image/asset/27691/LP_Hero_Banner_-_1920x480_-_African_Bank.jpg);
        height: 15em;
    }
}
