/* Minification failed. Returning unminified contents.
(423): run-time error CSS1030: Expected identifier, found ' '
 */
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

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

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

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

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

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

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

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

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

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

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

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

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

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

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

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

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

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

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

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

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

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

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

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

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

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

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

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

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

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0; /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

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

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

/* icon support */
.ui-menu-icons {
    position: relative;
}

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

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

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

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

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

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

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

.ui-resizable {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        right: 0.5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: 0.4em 2.1em 0.4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

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

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

    /* support: IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

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

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

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

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

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

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

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

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

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

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

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

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

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/content/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/content/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("/content/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
    }

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

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #fff url("/content/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #fff;
    }

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

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ffffff url("/content/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #fff;
    }

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

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("/content/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636;
    }

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

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("/content/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

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

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

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

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
        }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/content/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/content/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/content/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/content/images/ui-icons_222222_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/content/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/content/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/content/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

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

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

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

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

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

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

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

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

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url("/content/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("/content/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/shared/font-icons/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/shared/font-icons/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/shared/font-icons/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/shared/font-icons/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/shared/font-icons/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/shared/font-icons/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-thin-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-thin-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-thin-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-thin-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-thinitalic-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-thinitalic-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-thinitalic-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-thinitalic-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-thinitalic-webfont.svg#robotothin_italic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-light-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-light-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-light-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-light-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-lightitalic-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-lightitalic-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-lightitalic-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-lightitalic-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-regular-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-regular-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-regular-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-regular-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-italic-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-italic-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-italic-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-italic-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-medium-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-medium-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-medium-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-medium-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto";
  src: url("/Shared/fonts/Roboto/roboto-mediumitalic-webfont.eot");
  src: url("/Shared/fonts/Roboto/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/Roboto/roboto-mediumitalic-webfont.woff2") format("woff2"), url("/Shared/fonts/Roboto/roboto-mediumitalic-webfont.woff") format("woff"), url("/Shared/fonts/Roboto/roboto-mediumitalic-webfont.ttf") format("truetype"), url("/Shared/fonts/Roboto/roboto-mediumitalic-webfont.svg#robotomedium_italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/*
@font-face {
    font-family: 'roboto';
    src: url('/Shared/fonts/Roboto/roboto-bold-webfont.eot');
    src: url('/Shared/fonts/Roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Shared/fonts/Roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('/Shared/fonts/Roboto/roboto-bold-webfont.woff') format('woff'),
         url('/Shared/fonts/Roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('/Shared/fonts/Roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('/Shared/fonts/Roboto/roboto-bolditalic-webfont.eot');
    src: url('/Shared/fonts/Roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Shared/fonts/Roboto/roboto-bolditalic-webfont.woff2') format('woff2'),
         url('/Shared/fonts/Roboto/roboto-bolditalic-webfont.woff') format('woff'),
         url('/Shared/fonts/Roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
         url('/Shared/fonts/Roboto/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('/Shared/fonts/Roboto/roboto-black-webfont.eot');
    src: url('/Shared/fonts/Roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Shared/fonts/Roboto/roboto-black-webfont.woff2') format('woff2'),
         url('/Shared/fonts/Roboto/roboto-black-webfont.woff') format('woff'),
         url('/Shared/fonts/Roboto/roboto-black-webfont.ttf') format('truetype'),
         url('/Shared/fonts/Roboto/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto';
    src: url('/Shared/fonts/Roboto/roboto-blackitalic-webfont.eot');
    src: url('/Shared/fonts/Roboto/roboto-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Shared/fonts/Roboto/roboto-blackitalic-webfont.woff2') format('woff2'),
         url('/Shared/fonts/Roboto/roboto-blackitalic-webfont.woff') format('woff'),
         url('/Shared/fonts/Roboto/roboto-blackitalic-webfont.ttf') format('truetype'),
         url('/Shared/fonts/Roboto/roboto-blackitalic-webfont.svg#robotoblack_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}
*/
@font-face {
  font-family: "cityrooms-website-icons";
  src: url("fonts/cityrooms-website-icons.eot");
  src: url("fonts/cityrooms-website-icons.eot?#iefix") format("embedded-opentype"), url("fonts/cityrooms-website-icons.woff") format("woff"), url("fonts/cityrooms-website-icons.ttf") format("truetype"), url("fonts/cityrooms-website-icons.svg#cityrooms-website-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "cityrooms-website-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "cityrooms-website-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location-selected:before {
  content: "\e007";
}

.icon-time:before {
  content: "\e008";
}

.icon-time-selected:before {
  content: "\e009";
}

.icon-facebook:before {
  content: "b";
}

.icon-facebook-o:before {
  content: "c";
}

.icon-furnished:before {
  content: "d";
}

.icon-furnished-o:before {
  content: "e";
}

.icon-garden:before {
  content: "f";
}

.icon-garden-o:before {
  content: "g";
}

.icon-gym:before {
  content: "h";
}

.icon-gym-o:before {
  content: "i";
}

.icon-heating:before {
  content: "j";
}

.icon-heating-o:before {
  content: "k";
}

.icon-instagram:before {
  content: "l";
}

.icon-instagram-o:before {
  content: "m";
}

.icon-key:before {
  content: "n";
}

.icon-key-o:before {
  content: "o";
}

.icon-parking:before {
  content: "p";
}

.icon-oven-o:before {
  content: "q";
}

.icon-oven:before {
  content: "r";
}

.icon-time-o:before {
  content: "s";
}

.icon-time-1:before {
  content: "t";
}

.icon-terrace-o:before {
  content: "u";
}

.icon-location-o:before {
  content: "v";
}

.icon-location-1:before {
  content: "w";
}

.icon-terrace:before {
  content: "x";
}

.icon-secured-o:before {
  content: "y";
}

.icon-secured:before {
  content: "z";
}

.icon-livingroom-o:before {
  content: "A";
}

.icon-livingroom:before {
  content: "B";
}

.icon-linkedin-o:before {
  content: "C";
}

.icon-linkedin:before {
  content: "D";
}

.icon-kitchen-o:before {
  content: "E";
}

.icon-kitchen:before {
  content: "F";
}

.icon-parking-o:before {
  content: "G";
}

.icon-pool:before {
  content: "H";
}

.icon-pool-o:before {
  content: "I";
}

.icon-searchplus:before {
  content: "J";
}

.icon-searchplus-o:before {
  content: "K";
}

.icon-washer:before {
  content: "L";
}

.icon-twitter-o:before {
  content: "M";
}

.icon-twitter:before {
  content: "N";
}

.icon-tube-o:before {
  content: "O";
}

.icon-tube:before {
  content: "P";
}

.icon-washer-o:before {
  content: "Q";
}

.icon-window:before {
  content: "R";
}

.icon-window-o:before {
  content: "S";
}

.icon-youtube:before {
  content: "T";
}

.icon-youtube-o-1:before {
  content: "U";
}

.icon-look-prop:before {
  content: "V";
}

.icon-house-find:before {
  content: "W";
}

.icon-sign-contract:before {
  content: "X";
}

.icon-packing:before {
  content: "Y";
}

.icon-calendar:before {
  content: "Z";
}

.icon-calendar-1:before {
  content: "0";
}

.icon-arrowheads:before {
  content: "1";
}

.icon-order:before {
  content: "2";
}

.icon-dryer-o:before {
  content: "3";
}

.icon-dryer:before {
  content: "4";
}

.icon-dishwasher-o:before {
  content: "5";
}

.icon-dishwasher:before {
  content: "6";
}

.icon-concierge-o:before {
  content: "7";
}

.icon-concierge:before {
  content: "8";
}

.icon-cleaning-o:before {
  content: "9";
}

.icon-balcony:before {
  content: "!";
}

.icon-balcony-o:before {
  content: '"';
}

.icon-bath:before {
  content: "#";
}

.icon-bath-o:before {
  content: "$";
}

.icon-bills:before {
  content: "%";
}

.icon-bills-1:before {
  content: "&";
}

.icon-bills-o:before {
  content: "'";
}

.icon-bills-o-1:before {
  content: "(";
}

.icon-broadband:before {
  content: ")";
}

.icon-broadband-1:before {
  content: "*";
}

.icon-broadband-o:before {
  content: "+";
}

.icon-broadband-o-1:before {
  content: ",";
}

.icon-cleaning:before {
  content: "-";
}

.icon-arrow:before {
  content: ".";
}

.icon-home:before {
  content: "/";
}

.icon-search:before {
  content: ";";
}

.icon-package:before {
  content: "<";
}

.icon-pen-sign:before {
  content: "=";
}

@font-face {
  font-family: "new-city-rooms-icon-set";
  src: url("fonts/new-city-rooms-icon-set.eot");
  src: url("fonts/new-city-rooms-icon-set.eot?#iefix") format("embedded-opentype"), url("fonts/new-city-rooms-icon-set.woff") format("woff"), url("fonts/new-city-rooms-icon-set.ttf") format("truetype"), url("fonts/new-city-rooms-icon-set.svg#new-city-rooms-icon-set") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "new-city-rooms-icon-set" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-360:before {
  content: "\e000";
}

.icon-close-to-tube:before {
  content: "\e001";
}

.icon-heating:before {
  content: "\e002";
}

.icon-pool:before {
  content: "\e003";
}

.icon-thick-arrow-up:before {
  content: "\e004";
}

.icon-thin-arrow-down:before {
  content: "\e005";
}

.icon-quote-left:before {
  content: "\e006";
}

.icon-instgram:before {
  content: "\e007";
}

.icon-cogs-settings:before {
  content: "\e008";
}

.icon-about-us:before {
  content: "\e009";
}

.icon-area-guide-camera:before {
  content: "\e00a";
}

.icon-commercial:before {
  content: "\e00b";
}

.icon-kitchen:before {
  content: "\e00c";
}

.icon-quote-right:before {
  content: "\e00d";
}

.icon-thin-arrow-left:before {
  content: "\e00e";
}

.icon-thin-arrow-right:before {
  content: "\e00f";
}

.icon-register-key:before {
  content: "\e010";
}

.icon-leaf:before {
  content: "\e011";
}

.icon-concierge:before {
  content: "\e012";
}

.icon-arm-chair:before {
  content: "\e013";
}

.icon-asterisk:before {
  content: "\e014";
}

.icon-cross-no:before {
  content: "\e015";
}

.icon-linkedin:before {
  content: "\e016";
}

.icon-repair:before {
  content: "\e017";
}

.icon-thin-arrow-up:before {
  content: "\e018";
}

.icon-tick-yes:before {
  content: "\e019";
}

.icon-search:before {
  content: "\e01a";
}

.icon-location:before {
  content: "\e01b";
}

.icon-cup:before {
  content: "\e01c";
}

.icon-balcony:before {
  content: "\e01d";
}

.icon-bedroom:before {
  content: "\e01e";
}

.icon-dryer:before {
  content: "\e01f";
}

.icon-oven:before {
  content: "\e020";
}

.icon-share-icon:before {
  content: "\e021";
}

.icon-time:before {
  content: "\e022";
}

.icon-triangle-right:before {
  content: "\e023";
}

.icon-shared-living-room:before {
  content: "\e024";
}

.icon-padlock:before {
  content: "\e025";
}

.icon-envelope-filled:before {
  content: "\e026";
}

.icon-blog-speak:before {
  content: "\e027";
}

.icon-calendar:before {
  content: "\e028";
}

.icon-envelope-outline:before {
  content: "\e029";
}

.icon-patio-lounger:before {
  content: "\e02a";
}

.icon-star:before {
  content: "\e02b";
}

.icon-twitter:before {
  content: "\e02c";
}

.icon-washing-machine:before {
  content: "\e02d";
}

.icon-street-view:before {
  content: "\e02e";
}

.icon-payment:before {
  content: "\e02f";
}

.icon-eye:before {
  content: "\e030";
}

.icon-car-park:before {
  content: "\e031";
}

.icon-cityrooms-logo:before {
  content: "\e032";
}

.icon-facebook:before {
  content: "\e033";
}

.icon-phone:before {
  content: "\e034";
}

.icon-thick-arrow-down:before {
  content: "\e035";
}

.icon-why-us-heart:before {
  content: "\e036";
}

.icon-thick-arrow-left:before {
  content: "\e037";
}

.icon-pinterest:before {
  content: "\e038";
}

.icon-faqs:before {
  content: "\e039";
}

.icon-cityrooms-square-icon:before {
  content: "\e03a";
}

.icon-cleaning-broom:before {
  content: "\e03b";
}

.icon-gym:before {
  content: "\e03c";
}

.icon-plus:before {
  content: "\e03d";
}

.icon-thick-arrow-right:before {
  content: "\e03e";
}

.icon-spanner-o:before {
  content: "\e03f";
}

.icon-ribbon-o:before {
  content: "\e040";
}

.icon-payment-card-o:before {
  content: "\e041";
}

.icon-heart-o:before {
  content: "\e042";
}

.icon-cogs-o:before {
  content: "\e043";
}

.icon-key-o:before {
  content: "\e044";
}

.icon-speech-bubble-o:before {
  content: "\e045";
}

.icon-question-mark-o:before {
  content: "\e046";
}

.icon-star-o:before {
  content: "\e047";
}

.icon-quote-marks-o:before {
  content: "\e048";
}

.icon-map-pin-o:before {
  content: "\e049";
}

.icon-building-o:before {
  content: "\e04a";
}

.icon-camera-o:before {
  content: "\e04b";
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/shared/font-icons/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/shared/font-icons/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/shared/font-icons/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/shared/font-icons/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/shared/font-icons/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/shared/font-icons/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 720px) {
  body {
    padding: 0px;
  }
}

b,
strong {
  font-weight: bold;
}

.h1, h1, .h2, .home-info .home-blurb h2, h2, .h3, .results-list h2, h3, .h4, .form-section h2, h4, .h5, .results-list h3, .detail-viewing h3, h5, .h6, .results-grid .results-info h3, .results-grid .results-info h2, h6 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #333;
}

.h1, h1 {
  font-size: 2.3130607656em;
}

.h2, .home-info .home-blurb h2, h2 {
  font-size: 2.0113571875em;
}

.h3, .results-list h2, h3 {
  font-size: 1.74900625em;
}

.h4, .form-section h2, h4 {
  font-size: 1.520875em;
}

.h5, .results-list h3, .detail-viewing h3, h5 {
  font-size: 1.3225em;
}

.h6, .results-grid .results-info h3, .results-grid .results-info h2, h6 {
  font-size: 1.15em;
}

.link, a {
  color: #333333;
  text-decoration: none;
}
.link:visited, a:visited {
  color: black;
}
.link:hover, a:hover, .link:visited:hover {
  color: #1a1a1a;
}

.unordered-list {
  list-style: disc;
  margin: 20px 0 20px 40px;
}
.unordered-list li {
  margin-bottom: 5px;
  color: #222222;
}

.ordered-list {
  list-style: decimal;
  margin: 20px 0 20px 40px;
}
.ordered-list li {
  margin-bottom: 5px;
  color: #222222;
}

p {
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
}
p > a {
  font-weight: 500;
}

a {
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: shade(#ddd, 20%);
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 4px #7799D0;
          box-shadow: 0 0 4px #7799D0;
  border-color: #7799D0;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: shade(#fff, 5%);
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: tint(#333, 40%);
}
[type=color]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=email]::-moz-placeholder, [type=month]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=week]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: tint(#333, 40%);
}
[type=color]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=text]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: tint(#333, 40%);
}
[type=color]::-ms-input-placeholder, [type=date]::-ms-input-placeholder, [type=datetime]::-ms-input-placeholder, [type=datetime-local]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=month]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=password]::-ms-input-placeholder, [type=search]::-ms-input-placeholder, [type=tel]::-ms-input-placeholder, [type=text]::-ms-input-placeholder, [type=time]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=week]::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: tint(#333, 40%);
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: tint(#333, 40%);
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 10px;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 0px;
  cursor: pointer;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 4px #7799D0;
          box-shadow: 0 0 4px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding: 0 30px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
          box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background-color: rgb(17, 169, 17);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.SumoSelect {
  color: #666;
  font-weight: 400;
}

.SumoSelect > .CaptionCont {
  line-height: 32px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0 10px 0 10px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SumoSelect > .optWrapper > .options li.opt label {
  width: 100%;
}

.SumoSelect > .CaptionCont > label {
  display: none;
}

.SumoSelect > .CaptionCont > span {
  padding-right: 32px;
  position: relative;
}
.SumoSelect > .CaptionCont > span:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  color: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-left: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-content {
  background-color: #FFF;
  float: left;
  width: 100%;
}
.main-content::after {
  clear: both;
  content: "";
  display: block;
}

.container-main-content {
  max-height: 95px;
  margin: 0 auto;
}
.container-main-content::after {
  clear: both;
  content: "";
  display: block;
}

.box-grid::after {
  clear: both;
  content: "";
  display: block;
}
.box-grid img {
  width: 100%;
  height: auto;
  margin: 0;
}
.box-grid .box-grid-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  display: block;
}
.box-grid .box-grid-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .layout-1 .box-grid-contain .box-grid {
    width: 49.1525423729%;
    float: left;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .layout-1 .box-grid-contain .box-grid {
    width: 32.2033898305%;
    float: left;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
}

.layout-1 .box-grid {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.layout-1 .box-grid .box-grid-info {
  padding: 15px;
}
.layout-1 .box-grid .box-grid-info h2 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .layout-1 .box-grid {
    margin-bottom: 30px;
  }
}

.layout-2 .box-grid {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.layout-2 .box-grid .box-grid-info {
  padding: 15px;
}
.layout-2 .box-grid .box-grid-info h2 {
  margin-top: 0;
}
@media (min-width: 480px) {
  .layout-2 .box-grid {
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .layout-2 .box-grid {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 0 30px 30px 0;
  }
  .layout-2 .box-grid:last-of-type {
    border: 0;
    padding-bottom: 0;
  }
  .layout-2 .box-grid img {
    max-width: 300px;
    float: left;
    margin: 0 30px 30px 0;
  }
  .layout-2 .box-grid .box-grid-info {
    padding: 0;
    text-align: justify;
  }
  .layout-2 .box-grid .box-grid-button {
    display: inline-block;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .layout-2 .box-grid {
    margin-bottom: 30px;
  }
  .layout-2 .box-grid img {
    margin-bottom: 0;
  }
}

.layout-variations > a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  font-size: 20px;
  padding: 0 15px;
  margin-right: 15px;
  text-transform: uppercase;
}
.layout-variations > a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.layout-variations > a:last-of-type {
  margin: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* change if the mask should have another color then white */
  z-index: 99; /* makes sure it stays on top */
}

.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(images/loading.gif); /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; /* is width and height divided by two */
}

.back-to-top {
  position: fixed;
  width: 60px;
  height: 60px;
  text-align: center;
  bottom: 80px;
  right: 20px;
  font-size: 50px;
  font-weight: normal;
  color: #fff !important;
  background-color: rgba(49, 49, 51, 0.65);
  border-radius: 50%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
.back-to-top a:hover {
  color: grey;
  background-color: #af841a;
}

#formilla-frame {
  z-index: 2147483646 !important;
}

.static-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  position: relative;
}
.static-page:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  .static-page {
    padding: 30px;
  }
}
.static-page img.static-page-img {
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
  border: 1px solid #ccc;
}
@media (min-width: 480px) {
  .static-page img.static-page-img {
    margin: 0 auto 30px;
  }
}
@media (min-width: 720px) {
  .static-page img.static-page-img {
    float: right;
    margin: 0 0 30px 30px;
  }
}

.static-page-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px;
}
.static-page-content h2 {
  font-size: 38px;
  font-weight: 350;
  text-align: center;
  margin-bottom: 55px;
}
.static-page-content h2 a {
  text-decoration: underline;
}

.static-page-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  position: relative;
}
.static-page-container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  .static-page-container {
    padding: 30px;
  }
}

.static-page-header {
  background-image: url("images/static-page-banner.jpg");
  margin: 0;
  height: 500px;
  color: #fff;
  text-align: center;
  padding-top: 85px;
  background-position: center;
}
@media (min-width: 720px) {
  .static-page-header {
    padding-top: 180px;
    height: 480px;
    font-size: 36px;
    line-height: 40px;
  }
}
.static-page-header h1 {
  margin: 0;
  height: 120px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  padding-top: 0px;
  background-position: center;
}
.static-page-header p {
  font-size: 30px;
  text-shadow: 2px 2px #000;
}
.static-page-header a {
  color: #fff !important;
  font-size: 30px;
  text-shadow: 2px 2px #000;
  text-decoration: underline !important;
}

.static-page-small-header {
  max-width: 1500px;
  color: #000;
  text-align: center;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 40px;
  display: block;
  border-bottom: 1px dotted #000;
}
@media (min-width: 720px) {
  .static-page-small-header {
    font-size: 36px;
    line-height: 40px;
  }
}
.static-page-small-header h1 {
  margin: 0;
  height: 120px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 50px;
  text-align: center;
  padding-top: 45px;
  background-position: center;
}
.static-page-small-header p {
  font-size: 40px;
  margin-bottom: 65px;
  font-weight: 250;
  padding-left: 15px;
  padding-right: 15px;
}
.static-page-small-header p b {
  font-weight: 450;
}
.static-page-small-header a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  color: #000 !important;
  padding: 25px;
  font-size: 20px;
  line-height: 0;
  border-radius: 10px !important;
  border: 1px solid #000;
  text-transform: uppercase;
  margin-right: auto !important;
  margin-left: auto !important;
}
.static-page-small-header a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.static-page-small-header a:hover {
  background-color: #000;
  border: 1px solid #000 !important;
  color: #fff;
}
.static-page-small-header a:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
.static-page-small-header a:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #000;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}

.static-button a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  color: #000 !important;
  padding: 25px;
  font-size: 20px;
  line-height: 0;
  border-radius: 18px !important;
  border: 1px solid #000;
  text-transform: uppercase;
  margin-right: auto !important;
  margin-left: auto !important;
}
.static-button a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.static-button a:hover {
  background-color: #000;
  border: 1px solid #000 !important;
  color: #fff;
}
.static-button a:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
.static-button a:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #000;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}

#why-us-header {
  background-image: url("images/static-header.jpg") !important;
}

#about-us-header {
  background-image: url("images/about-us-header.jpg");
}
@media (max-width: 1280px) {
  #about-us-header {
    background-image: url("images/about-us-header-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #about-us-header {
    background-image: url("images/about-us-header-960.jpg");
  }
}
@media (max-width: 480px) {
  #about-us-header {
    background-image: url("images/about-us-header-480.jpg");
  }
}

#work-for-us-header {
  background-image: url("images/work-for-us-header.jpg");
}
@media (max-width: 1280px) {
  #work-for-us-header {
    background-image: url("images/work-for-us-header-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #work-for-us-header {
    background-image: url("images/work-for-us-header-960.jpg");
  }
}
@media (max-width: 480px) {
  #work-for-us-header {
    background-image: url("images/work-for-us-header-480.jpg");
  }
}

#how-it-works-header {
  background-image: url("images/how-it-works-header.jpg") !important;
  height: 370px;
}

#faq-header {
  background-image: url("images/faq-header.jpg") !important;
}

#news-header {
  background-image: url("images/news-header.jpg") !important;
}

#testimonial-header {
  background-image: url("images/testimonial-header.jpg");
  background-position: top;
}
@media (max-width: 1280px) {
  #testimonial-header {
    background-image: url("images/testimonial-header-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #testimonial-header {
    background-image: url("images/testimonial-header-960.jpg");
  }
}
@media (max-width: 480px) {
  #testimonial-header {
    background-image: url("images/testimonial-header-480.jpg");
  }
}

.static-bottom-content {
  padding-left: 15px;
  padding-right: 15px;
}

.static-page-title {
  background-color: #333333;
  margin: 0;
  height: 180px;
  font-size: 36px;
}
.static-page-title h2.banner-title {
  max-width: 1450px;
  font-size: 32px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
}
.static-page-title p {
  max-width: 1450px;
  margin: 10px auto;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.static-page-title i {
  display: inline-block;
  font-size: 160px;
  color: #c3a95b;
  float: left;
  margin-top: 5px;
  margin-left: 100px;
  margin-right: 60px;
  line-height: normal;
}

.static-content {
  margin-top: 0px;
  margin-bottom: 30px;
  background: transparent;
  width: auto;
  height: auto;
  padding-left: 30px;
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
}
.static-content p {
  font-size: 16px;
}
.static-content p strong {
  font-weight: 600;
}

.static-page-toggle {
  display: block;
  width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 27px;
  background: #c3a95b;
  text-align: left;
  color: #fff !important;
  text-decoration: none;
  margin-top: 30px;
  padding-left: 30px;
}
@media (max-width: 700px) {
  .static-page-toggle {
    font-size: 19px;
  }
}
.static-page-toggle span {
  float: left;
  font-size: 60px;
  padding: 10px;
  line-height: 30px;
  margin-right: 30px;
}

#tsp1 {
  background-color: #f9b000 !important;
}

#tsp1:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp2 {
  background-color: #009fe3 !important;
}

#tsp2:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp3 {
  background-color: #afca0b !important;
}

#tsp3:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp4 {
  background-color: #e5007d !important;
}

#tsp4:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp5 {
  background-color: #f9b000 !important;
}

#tsp5:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp6 {
  background-color: #009fe3 !important;
}

#tsp6:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp7 {
  background-color: #afca0b !important;
}

#tsp7:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp8 {
  background-color: #e5007d !important;
}

#tsp8:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp9 {
  background-color: #f9b000 !important;
}

#tsp9:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp10 {
  background-color: #009fe3 !important;
}

#tsp10:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp11 {
  background-color: #afca0b !important;
}

#tsp11:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp12 {
  background-color: #e5007d !important;
}

#tsp12:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp9 {
  background-color: #f9b000 !important;
}

#tsp9:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp10 {
  background-color: #009fe3 !important;
}

#tsp10:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp11 {
  background-color: #afca0b !important;
}

#tsp11:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp12 {
  background-color: #e5007d !important;
}

#tsp12:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp9 {
  background-color: #f9b000 !important;
}

#tsp9:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp10 {
  background-color: #009fe3 !important;
}

#tsp10:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp11 {
  background-color: #afca0b !important;
}

#tsp11:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp12 {
  background-color: #e5007d !important;
}

#tsp12:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp9 {
  background-color: #f9b000 !important;
}

#tsp9:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp10 {
  background-color: #009fe3 !important;
}

#tsp10:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp11 {
  background-color: #afca0b !important;
}

#tsp11:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp12 {
  background-color: #e5007d !important;
}

#tsp12:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp13 {
  background-color: #f9b000 !important;
}

#tsp13:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp14 {
  background-color: #009fe3 !important;
}

#tsp14:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp15 {
  background-color: #afca0b !important;
}

#tsp15:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp16 {
  background-color: #e5007d !important;
}

#tsp16:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp17 {
  background-color: #f9b000 !important;
}

#tsp17:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp18 {
  background-color: #009fe3 !important;
}

#tsp18:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp19 {
  background-color: #afca0b !important;
}

#tsp19:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp20 {
  background-color: #e5007d !important;
}

#tsp20:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp21 {
  background-color: #f9b000 !important;
}

#tsp21:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp22 {
  background-color: #009fe3 !important;
}

#tsp22:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp23 {
  background-color: #afca0b !important;
}

#tsp23:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp24 {
  background-color: #e5007d !important;
}

#tsp24:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp25:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp25 {
  background-color: #f9b000 !important;
}

#tsp25:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp26 {
  background-color: #009fe3 !important;
}

#tsp26:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp27 {
  background-color: #afca0b !important;
}

#tsp27:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp28 {
  background-color: #e5007d !important;
}

#tsp28:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#tsp29 {
  background-color: #f9b000 !important;
}

#tsp29:hover {
  color: #fff;
  background-color: #ffc12d !important;
}

#tsp30 {
  background-color: #009fe3 !important;
}

#tsp30:hover {
  color: #fff;
  background-color: #17baff !important;
}

#tsp31 {
  background-color: #afca0b !important;
}

#tsp31:hover {
  color: #fff;
  background-color: #d3f216 !important;
}

#tsp32 {
  background-color: #e5007d !important;
}

#tsp32:hover {
  color: #fff;
  background-color: #ff1997 !important;
}

#lsp1 {
  background-color: #518196 !important;
}

#lsp1:hover {
  color: #fff;
  background-color: #6b9aaf !important;
}

#lsp2 {
  background-color: #007090 !important;
}

#lsp2:hover {
  color: #fff;
  background-color: #0098c3 !important;
}

#lsp3 {
  background-color: #00628b !important;
}

#lsp3:hover {
  color: #fff;
  background-color: #0086be !important;
}

#lsp4 {
  background-color: #004170 !important;
}

#lsp4:hover {
  color: #fff;
  background-color: #005fa3 !important;
}

#lsp5 {
  background-color: #518196 !important;
}

#lsp5:hover {
  color: #fff;
  background-color: #6b9aaf !important;
}

#lsp6 {
  background-color: #007090 !important;
}

#lsp6:hover {
  color: #fff;
  background-color: #0098c3 !important;
}

#lsp7 {
  background-color: #00628b !important;
}

#lsp7:hover {
  color: #fff;
  background-color: #0086be !important;
}

#lsp8 {
  background-color: #004170 !important;
}

#lsp8:hover {
  color: #fff;
  background-color: #005fa3 !important;
}

#lsp9 {
  background-color: #518196 !important;
}

#lsp9:hover {
  color: #fff;
  background-color: #6b9aaf !important;
}

#lsp10 {
  background-color: #007090 !important;
}

#lsp10:hover {
  color: #fff;
  background-color: #0098c3 !important;
}

#lsp11 {
  background-color: #00628b !important;
}

#lsp11:hover {
  color: #fff;
  background-color: #0086be !important;
}

#lsp12 {
  background-color: #004170 !important;
}

#lsp12:hover {
  color: #fff;
  background-color: #005fa3 !important;
}

#lsp13 {
  background-color: #518196 !important;
}

#lsp13:hover {
  color: #fff;
  background-color: #6b9aaf !important;
}

#lsp14 {
  background-color: #007090 !important;
}

#lsp14:hover {
  color: #fff;
  background-color: #0098c3 !important;
}

#lsp15 {
  background-color: #00628b !important;
}

#lsp15:hover {
  color: #fff;
  background-color: #0086be !important;
}

#lsp16 {
  background-color: #004170 !important;
}

#lsp16:hover {
  color: #fff;
  background-color: #005fa3 !important;
}

#static-angle-down {
  float: left;
  font-size: 60px;
  padding: 10px;
  line-height: 30px;
  margin-right: 30px;
}
@media (max-width: 1390px) {
  #static-angle-down {
    margin-right: 15px;
  }
}

.static-page-content-box {
  max-width: 1500px;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 95px;
  padding-right: 15px;
  font-size: 16px;
}
.static-page-content-box .side-image {
  width: 100%;
}
@media (min-width: 720px) {
  .static-page-content-box .side-image {
    float: left;
    overflow: hidden;
    display: inline-block;
    width: 45%;
  }
}
.static-page-content-box img {
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 500px;
  width: 100%;
}
.static-page-content-box .text-box {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 720px) {
  .static-page-content-box .text-box {
    float: left;
    position: relative;
    width: 45%;
    margin-left: 50px;
    padding-left: 0px;
  }
}
.static-page-content-box p {
  padding-right: 0px;
  text-align: justify;
}
@media (min-width: 720px) {
  .static-page-content-box p {
    padding-right: 35px;
    font-size: 17px;
    font-weight: 350;
  }
}
.static-page-content-box a {
  font-size: 17px;
}
.static-page-content-box h2 {
  padding-top: 45px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.our-credentials {
  max-width: 1500px;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  padding-right: 15px;
  font-size: 16px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.our-credentials .text-box {
  width: 100%;
  text-align: center;
}
.our-credentials .text-box .affiliations {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
}
.our-credentials .text-box .affiliations ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.our-credentials .text-box .affiliations ul li {
  padding: 10px 0px;
  display: inline-block;
  margin: 0 15px 0px;
}
.our-credentials p {
  padding-right: 0px;
  text-align: justify;
}
@media (min-width: 720px) {
  .our-credentials p {
    padding-right: 35px;
    font-size: 17px;
    font-weight: 350;
  }
}
.our-credentials a {
  font-size: 17px;
}
.our-credentials h2 {
  padding-top: 45px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
}

.static-page-content-box-two {
  max-width: 1500px;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 95px;
  padding-left: 15px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.75);
  font-size: 16px;
}
.static-page-content-box-two img {
  float: right;
  padding-left: 20px;
  overflow: hidden;
}
.static-page-content-box-two p {
  padding-top: 45px;
  padding-right: 35px;
  font-size: 19px;
}

.about-us-content-box {
  max-width: 1400px;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 95px;
  padding-right: 15px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.75);
  font-size: 16px;
}
@media (min-width: 480px) {
  .about-us-content-box {
    max-width: 800px;
    padding-right: 0px;
  }
}
@media (min-width: 360px) {
  .about-us-content-box {
    max-width: 800px;
    padding-right: 0px;
  }
}
@media (min-width: 720px) {
  .about-us-content-box {
    max-width: 800px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .about-us-content-box {
    max-width: 1400px;
    padding-right: 15px;
  }
}
.about-us-content-box img {
  float: left;
  width: 50%;
  padding-right: 20px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .about-us-content-box img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
@media (min-width: 360px) {
  .about-us-content-box img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
@media (min-width: 720px) {
  .about-us-content-box img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .about-us-content-box img {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0px;
  }
}
.about-us-content-box p {
  padding-right: 35px;
  font-size: 15px;
}
.about-us-content-box .about-text {
  padding-top: 15px;
  padding-left: 0px;
}
@media (min-width: 480px) {
  .about-us-content-box .about-text {
    padding-left: 10px;
  }
}
@media (min-width: 360px) {
  .about-us-content-box .about-text {
    padding-left: 10px;
  }
}
@media (min-width: 720px) {
  .about-us-content-box .about-text {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .about-us-content-box .about-text {
    padding-left: 0px;
  }
}

.about-us-content-box-two {
  max-width: 1400px;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 95px;
  padding-left: 15px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.75);
          box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, 0.75);
  font-size: 16px;
}
@media (min-width: 480px) {
  .about-us-content-box-two {
    max-width: 800px;
    padding-left: 0px;
  }
}
@media (min-width: 360px) {
  .about-us-content-box-two {
    max-width: 800px;
    padding-left: 0px;
  }
}
@media (min-width: 720px) {
  .about-us-content-box-two {
    max-width: 800px;
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .about-us-content-box-two {
    padding-left: 15px;
    max-width: 1400px;
  }
}
.about-us-content-box-two img {
  float: right;
  width: 50%;
  padding-left: 20px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .about-us-content-box-two img {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
}
@media (min-width: 360px) {
  .about-us-content-box-two img {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
}
@media (min-width: 720px) {
  .about-us-content-box-two img {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .about-us-content-box-two img {
    width: 50%;
    margin-bottom: 0px;
    padding-left: 20px;
  }
}
.about-us-content-box-two p {
  padding-right: 35px;
  font-size: 15px;
}
.about-us-content-box-two .about-text {
  padding-top: 15px;
}
@media (min-width: 480px) {
  .about-us-content-box-two .about-text {
    padding-left: 10px;
  }
}
@media (min-width: 360px) {
  .about-us-content-box-two .about-text {
    padding-left: 10px;
  }
}
@media (min-width: 720px) {
  .about-us-content-box-two .about-text {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .about-us-content-box-two .about-text {
    padding-left: 0px;
  }
}

#work-for-us-img {
  float: left;
  width: 40%;
  padding-right: 20px;
  overflow: hidden;
}
@media (min-width: 480px) {
  #work-for-us-img {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
}
@media (min-width: 360px) {
  #work-for-us-img {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
}
@media (min-width: 720px) {
  #work-for-us-img {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  #work-for-us-img {
    width: 40%;
    margin-bottom: 0px;
    padding-right: 20px;
  }
}

.about-container {
  max-width: 1200px;
  margin: 20px auto;
  positon: relative;
}
.about-container img {
  float: right;
  padding: 0 0 15px 25px;
  width: 50%;
}
.about-container p {
  font-size: 16px;
}

.img-two {
  float: left !important;
  padding: 0 25px 0 15px !important;
}

#sp4:hover {
  color: #fff;
  background-color: #ec947e !important;
}

.view-area-rooms {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  background: #c3a95b;
  text-align: left;
  color: #fff !important;
  text-decoration: none;
  margin-top: 30px;
  padding-left: 30px;
  background-color: #e66f51;
}

.view-area-rooms:hover {
  color: #fff;
  background-color: #ec947e !important;
}

#not-found {
  margin-top: 85px;
}

#normal-static-page {
  margin-top: 85px;
}

.privacy ul {
  list-style: disc;
}
.privacy ul li {
  list-style: disc;
  margin-left: 25px;
}

.how-it-works-container {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0px 0;
}
.how-it-works-container .how-it-works-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 180px;
  background-color: #333333;
  z-index: 999;
}
.how-it-works-container .how-it-works-title h2.banner-title {
  max-width: 1450px;
  font-size: 32px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
}
.how-it-works-container .how-it-works-title p {
  max-width: 1450px;
  margin: 10px auto;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.how-it-works-container .how-it-works-title i {
  display: inline-block;
  font-size: 160px;
  color: #c3a95b;
  float: left;
  margin-top: 5px;
  margin-left: 100px;
  margin-right: 60px;
  line-height: normal;
}
.how-it-works-container .hiw-content {
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 720px) {
  .how-it-works-container {
    padding: 30px 0;
  }
}
.how-it-works-container p.aboutIntro, .how-it-works-container .about-reveal a, .how-it-works-container .about-img {
  display: none;
}
.how-it-works-container .content-sticky-2 {
  position: relative;
}
.how-it-works-container .content-sticky-1 {
  position: relative;
  max-width: 1400px;
  margin-top: 220px;
  z-index: 9999;
  background-color: #cfcfcf;
}
.how-it-works-container .content-sticky-1 .about-section {
  padding-top: 100px;
}
.how-it-works-container .static-page-cta:hover {
  color: #fff;
  background-color: #ec947e !important;
}
@media (max-width: 959px) {
  .how-it-works-container p.aboutIntro {
    display: block;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 400;
  }
  .how-it-works-container .about-section {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .how-it-works-container .about-section a {
    color: #c3a95b;
  }
  .how-it-works-container .about-section .about-reveal {
    position: relative;
    background-color: #c3a95b;
    color: #fff;
    padding: 15px 50px 15px 15px;
    margin: 0;
  }
  .how-it-works-container .about-section .about-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .how-it-works-container .about-section .about-arrow:after {
    font-family: "FontAwesome";
    content: "\f0dd";
    color: #fff;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
  .how-it-works-container .about-section.activeAbout .about-arrow:after {
    font-family: "FontAwesome";
    content: "\f0de";
    color: #fff;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 65%;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
  .how-it-works-container .about-section h4 {
    color: #c3a95b;
  }
  .how-it-works-container .about-section .reveal-about {
    background-color: #f2f2f2;
    padding: 35px;
    color: #333;
    display: none;
  }
  .how-it-works-container .about-section .reveal-about:last-child {
    margin: 0;
  }
  .how-it-works-container .about-section .reveal-about div {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
  }
  .how-it-works-container .about-section .reveal-about small {
    font-size: 10px;
  }
  .how-it-works-container .text-content {
    border: 1px solid #cfcfcf;
  }
}
@media (min-width: 960px) {
  .how-it-works-container {
    padding: 75px 0 40px;
    background-color: #ededed;
    position: relative;
  }
  .how-it-works-container span.pre-line {
    position: absolute;
    width: 10px;
    height: 305px;
    background-color: #c3a95b;
    left: 43%;
    top: 0;
    margin-left: -8px;
  }
}
@media (min-width: 960px) and (max-width: 1370px) {
  .how-it-works-container span.pre-line {
    left: 40%;
    margin-left: -4px;
  }
}
@media (min-width: 960px) and (max-width: 1524px) {
  .how-it-works-container span.pre-line {
    left: 40%;
    margin-left: -4px;
  }
}
@media (min-width: 960px) {
  .how-it-works-container span.line {
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: #c3a95b;
    left: 43%;
    top: 0;
    margin-left: -8px;
    z-index: 99;
  }
}
@media (min-width: 960px) and (max-width: 1370px) {
  .how-it-works-container span.line {
    left: 40%;
    margin-left: -4px;
  }
}
@media (min-width: 960px) and (max-width: 1524px) {
  .how-it-works-container span.line {
    left: 40%;
    margin-left: -4px;
  }
}
@media (min-width: 960px) {
  .how-it-works-container .about-section {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 210px;
    padding-top: 95px;
    padding-bottom: 38px;
    opacity: 0;
    margin-left: -300px;
  }
  .how-it-works-container .about-section:first-of-type {
    margin-top: 0px;
    opacity: 1 !important;
    margin-left: 0px !important;
  }
  .how-it-works-container .about-section:nth-of-type(even) .text-content {
    float: right;
    width: 55%;
    padding: 0 0 0 20px;
    background-image: url("/images/about/arrow-left.png");
    background-position: right 15px;
  }
  .how-it-works-container .about-section:nth-of-type(even) i {
    float: left;
  }
  .how-it-works-container .about-section .numbering {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    font-weight: 500;
    margin-left: -30px;
    left: 40%;
    top: 90px;
    z-index: 9999;
    background-color: #fff;
    border: 6px solid #333333;
    border-radius: 50%;
    opacity: 1;
  }
}
@media (min-width: 960px) and (max-width: 1370px) {
  .how-it-works-container .about-section .numbering {
    left: 40%;
  }
}
@media (min-width: 960px) and (max-width: 1524px) {
  .how-it-works-container .about-section .numbering {
    left: 40%;
  }
}
@media (min-width: 960px) {
  .how-it-works-container .about-section .numbering:hover {
    background-color: #333333;
    color: #fff;
    border: 6px solid #333333;
  }
  .how-it-works-container .about-section .numbering.active {
    background-color: #333333;
    color: #fff;
  }
  .how-it-works-container .about-section.unfaded {
    opacity: 0;
  }
  .how-it-works-container .about-section.unfaded .text-content, .how-it-works-container .about-section.unfaded i {
    margin-top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .how-it-works-container .about-section i {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    margin-top: -20px;
    margin-left: 45px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    float: left;
    width: 26%;
    height: 320px;
    font-size: 165px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 20px solid #fff;
  }
  .how-it-works-container .about-section i:before {
    vertical-align: sub;
  }
  .how-it-works-container .about-section #step-look-property {
    background-color: #dba521;
  }
  .how-it-works-container .about-section #step-house {
    background-color: #223843;
  }
  .how-it-works-container .about-section #step-signing {
    background-color: #2a9d8e;
  }
  .how-it-works-container .about-section #step-moving {
    background-color: #e66f51;
  }
  .how-it-works-container .about-section #step-stay {
    background-color: #dba521;
  }
  .how-it-works-container .about-section #step-end-ten {
    background-color: #ff78aa;
  }
  .how-it-works-container .reveal-about {
    display: block !important;
  }
  .how-it-works-container .text-content {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    float: right;
    width: 55%;
    padding: 0 0 0 20px;
    background-image: url("/images/about/arrow-right.png");
    background-repeat: no-repeat;
    background-position: 45px 15px;
  }
  .how-it-works-container .about-reveal {
    background-color: #c3a95b;
    font-size: 2.1em;
    color: #fff;
    margin: 0;
    padding: 15px 30px;
  }
  .how-it-works-container .reveal-about {
    background-color: #FFF;
    min-height: 220px;
    padding: 10px;
    border: 1px solid #cfcfcf;
  }
  .how-it-works-container .reveal-about:last-child {
    margin: 0;
  }
  .how-it-works-container .reveal-about p {
    font-size: 16px;
  }
  .how-it-works-container .reveal-about strong {
    font-weight: 550;
  }
  .how-it-works-container .reveal-about div {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .how-it-works-container .reveal-about small {
    font-size: 12px;
  }
  .how-it-works-container .reveal-about ul {
    list-style: disc;
  }
  .how-it-works-container .reveal-about ul li {
    font-size: 16px;
    margin-left: 25px;
    margin-bottom: 10px;
  }
  .how-it-works-container .reveal-about ol {
    list-style: number;
  }
  .how-it-works-container .reveal-about ol li {
    font-size: 16px;
    margin-left: 25px;
    margin-bottom: 10px;
  }
  .how-it-works-container .reveal-about a {
    color: #90721b;
    font-weight: 500;
  }
}

.how-it-works-nav {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: auto;
  background-color: #cfcfcf;
  padding: 25px 0 20px;
}
.how-it-works-nav .hiw-nav-contain {
  max-width: 1500px;
  float: none !important;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.how-it-works-nav .sticky-panel-2 {
  position: absolute;
  top: 0px;
}
.how-it-works-nav .sticky-panel-1 {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 70px;
  top: 0px;
  z-index: 99999;
  background-color: #cfcfcf;
}
.how-it-works-nav .sticky-panel-1 div {
  vertical-align: middle;
}
.how-it-works-nav .sticky-panel-1 a {
  display: block;
  font-size: 22px;
  color: #333 !important;
  text-align: center;
  vertical-align: middle;
  line-height: 65px;
}
.how-it-works-nav .sticky-panel-1 a i {
  display: none;
}
@media (max-width: 1370px) {
  .how-it-works-nav .sticky-panel-1 a {
    font-size: 19px;
  }
}
.how-it-works-nav div {
  min-width: 184px !important;
  display: inline-block;
  font-size: 22px;
  color: white !important;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 1390px) {
  .how-it-works-nav div {
    min-width: 0 !important;
  }
}
@media (max-width: 1370px) {
  .how-it-works-nav div {
    min-width: 150px !important;
  }
}
@media (max-width: 1474px) {
  .how-it-works-nav div {
    min-width: 0 !important;
  }
}
.how-it-works-nav a {
  display: block;
  font-size: 22px;
  color: #333 !important;
  text-align: center;
}
.how-it-works-nav a i {
  display: block;
  font-size: 110px;
  color: white;
  line-height: normal !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 6px;
}
@media (max-width: 1370px) {
  .how-it-works-nav a {
    font-size: 19px;
    font-weight: 500;
  }
}
.how-it-works-nav a:hover {
  color: #5c5c5c !important;
}
.how-it-works-nav #how-it-works-1 {
  background-color: #dba521;
}
.how-it-works-nav #how-it-works-1:hover {
  background-color: #e4b84b;
}
.how-it-works-nav #how-it-works-2 {
  background-color: #223843;
}
.how-it-works-nav #how-it-works-2:hover {
  background-color: #335465;
}
.how-it-works-nav #how-it-works-3 {
  background-color: #2a9d8e;
}
.how-it-works-nav #how-it-works-3:hover {
  background-color: #35c5b2;
}
.how-it-works-nav #how-it-works-4 {
  background-color: #e66f51;
}
.how-it-works-nav #how-it-works-4:hover {
  background-color: #ec947e;
}
.how-it-works-nav #how-it-works-5 {
  background-color: #dba521;
}
.how-it-works-nav #how-it-works-5:hover {
  background-color: #e4b84b;
}
.how-it-works-nav #how-it-works-6 {
  background-color: #223843;
}
.how-it-works-nav #how-it-works-6:hover {
  background-color: #335465;
}

.numbering-link {
  opacity: 1;
  margin-left: 0px;
  z-index: 9999;
}

.static-page-cta {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  line-height: 190px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  background: #c3a95b;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
  float: left;
  z-index: 999;
}
.static-page-cta i:before {
  font-size: 120px;
  margin-right: 30px;
  vertical-align: middle;
  color: #fff;
}
.static-page-cta a {
  color: #fff !important;
  text-decoration: underline !important;
}

.landlord-how-it-works {
  border-bottom: 1px dotted #000;
}
.landlord-how-it-works .text-box {
  margin-bottom: 100px;
  padding-top: 45px;
}
.landlord-how-it-works .side-image h2 {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px;
}
.landlord-how-it-works .side-image p {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 16px;
  padding: 10px;
}

.landlord-hiw-end .text-box {
  margin-bottom: 100px;
  padding-top: 45px;
}
.landlord-hiw-end .text-box b {
  font-weight: 350;
  font-size: 22px;
}
.landlord-hiw-end .side-image h2 {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px;
}

#lhiw1 {
  color: #7f898b;
}

#lhiw2 {
  color: #552a23;
}

#lhiw3 {
  color: #517d9a;
}

#lhiw4 {
  color: #92b4c0;
}

.search-property {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  max-width: 600px;
  width: auto;
  background-color: transparent;
  color: #000 !important;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  height: 100%;
  line-height: 30px;
  border-radius: 18px !important;
  border: 1px solid #000;
  text-transform: uppercase;
  display: block;
  margin-top: 80px;
  margin-bottom: 50px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.search-property:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.search-property:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.search-property:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
.search-property:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #000;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}

#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto 0;
  position: absolute;
  z-index: 99;
  top: 50%;
  width: 100%;
}

.slides-navigation a {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  margin: -20px 10px 0;
  padding: 0;
  opacity: 0.5;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.slides-navigation a:focus {
  color: #fff;
}

.slides-navigation a.prev {
  left: 0px;
}

.slides-navigation a.next {
  right: 0px;
}

#slides:hover a.prev {
  opacity: 0.8;
  left: 0px;
}

#slides:hover a.next {
  opacity: 0.8;
  right: 0px;
}

#slides:hover a.prev:hover, #slides:hover a.next:hover {
  opacity: 0.8;
  color: #fff;
}

.slides-scroll-down {
  position: absolute;
  z-index: 1000;
  bottom: 0px;
  left: 50%;
  margin: 0 0 10px -60px;
  color: #fff;
  text-align: center;
  width: 120px;
  display: none;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .slides-scroll-down {
    display: inline-block;
    visibility: visible;
  }
}
.slides-scroll-down .icon {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-size: 30px;
  display: block;
  margin: 0 auto 0px;
  text-shadow: 0 0 3px #000000;
  text-shadow: 0 0 3px rgba(17, 17, 17, 0.8);
}
.slides-scroll-down .text {
  margin: 0;
  font-size: 0.8em;
  font-weight: 300;
  text-shadow: 0 0 3px #000000;
  text-shadow: 0 0 3px rgba(17, 17, 17, 0.8);
}

.sitemaplist {
  width: 100%;
  max-width: 500px;
  margin-top: 0;
}
.sitemaplist ul, .sitemaplist li {
  margin: 0;
}
.sitemaplist ul::after, .sitemaplist li::after {
  clear: both;
  content: "";
  display: block;
}
.sitemaplist a {
  float: left;
  width: 100%;
}
.sitemaplist > li {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.sitemaplist > li > a {
  font-weight: 500;
  padding-left: 15px;
  line-height: 45px;
}
.sitemaplist > li > ul > li {
  padding-left: 15px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
}
.sitemaplist > li > ul > li:last-of-type {
  border: 0;
}
.sitemaplist h3 {
  margin: 0;
  line-height: 45px;
  padding-left: 15px;
  background-color: #ededed;
}
@media (min-width: 480px) {
  .sitemaplist > li {
    margin-bottom: 30px;
  }
}

.gmapcontact {
  display: block;
  position: relative !important;
  width: 100%;
  height: 300px;
  margin: 0px 0px 0px 0px;
  z-index: 1;
  min-height: 550px;
}
@media (min-width: 720px) {
  .gmapcontact {
    height: 360px !important;
  }
}
@media (min-width: 1024px) {
  .gmapcontact {
    height: 575px !important;
  }
}

h1.contactus-banner {
  margin: 0;
  background-image: url("images/news-header.jpg");
  height: 200px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 50px;
  text-align: center;
  padding-top: 85px;
  background-position: center;
  min-height: 500px;
}
@media (min-width: 720px) {
  h1.contactus-banner {
    padding-top: 240px;
    height: 440px;
    text-shadow: 2px 2px #000;
    font-size: 50px;
    line-height: 40px;
  }
}
.contact-us-page h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}

.contact-branch {
  margin-bottom: 15px;
  margin-top: 50px !important;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
}
.contact-branch h4 {
  display: inline-block;
  font-size: 22px;
  font-weight: 450;
  margin-top: 0;
  padding: 0px;
}
@media (max-width: 662px) {
  .contact-branch h4 {
    padding-left: 30px;
  }
}
.contact-branch p {
  display: block;
  font-size: 16px;
  font-weight: 350;
  margin-top: 0;
  padding: 0px;
}
.contact-branch p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 662px) {
  .contact-branch p {
    padding-left: 30px;
  }
}
.contact-branch a {
  font-weight: 350;
}
.contact-branch .contact-address {
  font-weight: 350;
}
@media (min-width: 480px) {
  .contact-branch {
    padding-top: 30px;
    margin: 30px 0;
  }
}
@media (min-width: 828px) {
  .contact-branch {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .contact-branch {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    display: block;
  }
}
.contact-branch img {
  float: left;
  margin-right: 40px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 350px;
}
.contact-branch .branch-contain {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.contact-branch #main-branch-contain {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
.contact-branch #main-branch-contain2 {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}

.contact-req {
  padding: 30px;
}
.contact-req .contact-details {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
.contact-req .contact-details #contact {
  width: 100%;
}
.contact-req .contact-details .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #333;
}
.contact-req .contact-details .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #333;
}
.contact-req .contact-details .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
}

.contact-form {
  display: inline-block;
  margin-top: 50px !important;
  margin-bottom: 15px;
  display: block;
  padding-top: 15px;
}
.contact-form h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-form p {
  margin-top: 0;
}
.contact-form fieldset {
  margin-bottom: 15px;
  width: 100%;
}
.contact-form fieldset label {
  width: 100%;
  display: block;
}
.contact-form fieldset input {
  margin: 0;
}
.contact-form fieldset textarea {
  width: 100%;
}
.contact-form fieldset:last-of-type {
  margin: 0;
}
.contact-form .form-button-submit {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  background-color: #535d62;
  border-radius: 10px !important;
  text-transform: uppercase;
}
.contact-form .form-button-submit:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.contact-form .form-button-submit:hover {
  background-color: #3c4346;
  color: #fff;
}
.contact-form .form-button-submit:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
.contact-form .form-button-submit:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
@media (min-width: 480px) {
  .contact-form {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 828px) {
  .contact-form {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .contact-form {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-form fieldset label {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-form fieldset input {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
  .contact-form fieldset textarea {
    margin-top: 10px;
  }
}

.opening-hours {
  width: auto !important;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dashed #ccc;
}
.opening-hours h4 {
  font-size: 22px;
  font-weight: 450;
  margin-top: 20px;
}
.opening-hours p {
  font-size: 16px;
  margin: 0;
}
.opening-hours .day {
  color: #333;
  width: 60px;
  font-weight: 400;
  display: inline-block;
}
.opening-hours .time {
  font-weight: 400;
}
@media (min-width: 480px) {
  .opening-hours {
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .opening-hours {
    padding-top: 0;
    margin-top: 25px;
    border: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .opening-hours {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-us-map {
  width: 100%;
  float: left;
}

.contact-details {
  margin-bottom: 25px;
  float: left;
}
.contact-details .contact-form-submit {
  float: right;
  margin-right: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 720px) {
  .contact-details .contact-form-submit {
    width: 50%;
  }
}

.contact-details h2 {
  color: #333333;
  font-weight: 400;
}

.contact-details h3 {
  color: #17335E;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0px 10px 0px;
}

.contact-details h3 i.fa {
  color: #c3a95b;
  padding-right: 0px;
  width: 20px;
}

.contact-details p {
  line-height: 18px;
  font-size: 13px;
}

.contact-details strong span {
  color: #17335E;
}

.gm-style-container {
  background-color: #223843;
}
.gm-style-container div:nth-child(4) {
  background-color: #223843 !important;
}

.info_content {
  background-color: #223843;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  min-height: 385px;
}
.info_content img {
  width: 100%;
  margin-bottom: 10px;
}
.info_content h3 {
  color: #fff;
  font-size: 17px;
  margin: 10px 0px 10px 0px;
}
.info_content h4 {
  color: #fff;
  font-size: 14px;
  margin: 10px 0px 10px 0px;
}

.info-misc {
  color: #fff;
  font-size: 14px;
}
.info-misc a {
  font-size: 16px;
  color: white !important;
  font-weight: bold;
}

.gm-ui-hover-effect {
  background-color: #ddd !important;
  color: #fff;
  top: -4px !important;
  right: 0px !important;
}
.gm-ui-hover-effect img {
  color: white;
}

.gm-style-iw-c {
  padding: 0px !important;
  min-height: 385px;
}

.gm-style-iw-d {
  overflow: visible !important;
}

.cc_banner-wrapper {
  z-index: 2147483648;
  position: relative;
}

.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px 15px 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 14px;
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
@media screen and (min-width: 480px) {
  .cc_container {
    padding: 10px 15px 60px;
  }
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: white;
  -webkit-transition: 200ms color;
  transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  color: #ddd;
}
.cc_container .cc_btn {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100px;
  float: right;
  margin-left: 15px;
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  color: #000 !important;
}
.cc_container .cc_btn:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.cc_container .cc_btn:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}
.cc_container .cc_message {
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_message a {
  color: gray;
}
.cc_container .cc_logo {
  display: none;
  visibility: hidden;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 480px) {
  .cc_container {
    padding: 15px;
  }
  .cc_container .cc_btn {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 200px;
    float: right;
    margin-left: 15px;
  }
  .cc_container .cc_logo {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 960px) {
  .cc_container .cc_message {
    line-height: 40px;
  }
}

@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_container {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

body {
  margin: 0 0 0 0;
  font-family: "Open Sans", sans-serif;
}

body, td, tr, th {
  color: Black;
  font-weight: 400;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

#wrapper {
  width: 100%;
  float: left;
}

#page {
  width: 600px;
  margin: 0 auto 0 auto;
}

#header {
  float: left;
  width: 600px;
  border-bottom: 1px solid #d2d2d2;
  margin: 0px 0px 10px 0px;
}

#header-left {
  float: left;
  width: 400px;
}

#header-right {
  float: left;
  width: 200px;
  font-weight: bold;
  text-align: right;
  margin: 10px 0px 10px 0px;
  color: black;
}

#images {
  float: left;
  margin: 0px 0px 10px 0px;
}

#desc {
  float: left;
  width: 600px;
}

#contact {
  float: left;
  width: 600px;
  margin: 0px 0px 10px 0px;
}

#contact-left {
  float: left;
  width: 200px;
}

#contact-left {
  display: none;
  visibility: hidden;
}

#contact-center {
  float: left;
  width: 200px;
}

#contact-right {
  float: left;
  width: 200px;
  text-align: right;
}

#detailprint_legaltitle {
  float: left;
  width: 600px;
}

#detailprint_legaltext {
  float: left;
  width: 600px;
}

h1 {
  color: #333333;
  font-size: 22px;
  margin: 0 0 5px 0;
  font-weight: normal;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
}

h2 {
  color: #333333;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
}

.results_propstat_under_offer,
.results_propstat_let,
.results_propstat_let_agreed,
.results_propstat_sold,
.results_propstat_sold_stc {
  color: #c62127;
}

table {
  text-align: left;
}

tr, td {
  vertical-align: top;
}

a, a:link {
  color: Black;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: Black;
  text-decoration: none;
}

a:active {
  color: Black;
  outline: none;
}

a:focus {
  color: black;
}

a:hover {
  color: Black;
}

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

form {
  margin: 0 0 0 0;
}

object {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.detailprint_legaltitle {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

.detailprint_legaltext {
  font-size: 8pt;
  font-weight: normal;
  text-align: justify;
}

.logo {
  margin: 10px 0 10px 0;
  width: 100%;
  height: auto;
}

.tel {
  float: right;
  font-size: 18px;
  line-height: 80px;
  font-weight: 500;
}

.propertyHead {
  border-bottom: 1px solid #D2D2D2;
  padding: 5px 0 10px 0;
  color: black;
  font-weight: bold;
}

.propertyprint_photoborder {
  width: 135px;
}

.propertyprint_photobox {
  margin: 0 10px 0 0;
}

.propertyprint_photo {
  width: 120px;
}

.propertyprint_propertydetails {
  text-align: left;
}

.propertyprint_addrsummary {
  font-size: 12pt;
  font-weight: bold;
}

.propertyprint_priceask {
  font-size: 11pt;
  font-weight: bold;
}

.propertyprint_propstat {
  font-weight: bold;
}

.propertyprint_proptype {
  font-weight: bold;
}

.propertyprint_proptext {
  text-align: justify;
}

.propertyprint_propcode {
  font-style: italic;
}

#photoview {
  float: left;
  margin: 0px 0px 10px 0px;
}

/*
#photoview2{	float: left;	margin: 0px 15px 10px 0px;	height: 143px;}
#photoview3{	float: left;	margin: 0px 15px 10px 0px;	height: 143px;}
#photoview4{	float: left;	margin: 0px 0px 10px 0px;	height: 143px;}
#photoview5{	float: left;	margin: 0px 15px 10px 0px;	height: 143px;}
#photoview6{	float: left;	margin: 0px 15px 10px 0px;	height: 143px;}
#photoview7{	float: left;	margin: 0px 0px 10px 0px;	height: 143px;}
#photoview8{	float: left;	margin: 0px 0px 0px 0px;	height: 143px;}
*/
.photoviewprintleft {
  float: left;
  margin: 0px 10px 10px 0px;
  width: 190px;
  height: 143px;
}

.textjustify {
  float: left;
  text-align: justify;
}

#detailfloorplan1, #detailfloorplan2, #detailfloorplan2 {
  cursor: pointer;
  width: 600px;
}

.roomtype1 {
  font-weight: bold;
}

.roomtype2 {
  font-weight: bold;
  font-size: 1.2em;
}

.roomdesc {
  display: block;
  text-align: justify;
}

.mypropertylistprint {
  float: left;
}

.propertyprint_propertyborder {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}

.detail-page .static-page {
  padding: 0;
}

#back-to-results {
  float: right;
}
@media (max-width: 480px) {
  #back-to-results {
    float: left;
  }
}

.detail-header-blurb-contain {
  max-width: 1200px !important;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  margin-top: 10px;
}
@media (min-width: 720px) {
  .detail-header-blurb-contain {
    padding: 30px;
  }
}
@media (max-width: 1233px) {
  .detail-header-blurb-contain {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
  }
}

.detail-header {
  max-width: 100%;
  margin: 0px auto 0;
  padding-top: 0px;
  border-bottom: 1px solid #000;
}
.detail-header h1 {
  text-transform: none;
  margin-top: 30px;
  color: #333333;
  font-weight: 400;
  font-size: 22px;
}
.detail-header h1 .priceask {
  color: #c3a95b;
}
.detail-header h1 .priceask a {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 400;
  margin: 0px 0px 0px 5px;
  text-decoration: none;
}
.detail-header .details-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 15px;
}
@media (min-width: 720px) {
  .detail-header {
    padding-top: 60px;
  }
}

.detail-header-contain {
  padding-left: 230px;
  max-width: 1500px;
  margin-bottom: 20px;
}
@media (max-width: 1330px) {
  .detail-header-contain {
    padding-left: 0px;
  }
}

.detail-address {
  padding-top: 0px;
}

.detail-images {
  width: 100%;
  margin-top: 85px;
  margin-bottom: 0px;
  overflow: hidden;
}
.detail-images::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 720px) {
  .detail-images {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .layout-2 .detail-images {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (max-width: 960px) {
  .detail-slides {
    margin-top: 0px;
  }
}
.layout-variations {
  width: 100%;
  float: left;
  background-color: #000;
  margin-bottom: 20px;
  padding: 20px;
}
.layout-variations a:hover {
  background-color: #1a1a1a;
}

#detail-slider {
  width: 100%;
  margin: 0px;
}
#detail-slider.slider-pro, #detail-slider.slider-pro * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#detail-slider .sp-arrow {
  display: block;
}
@media (max-width: 720px) {
  #detail-slider .sp-arrow {
    display: none;
  }
}
#detail-slider .sp-thumbnails {
  width: 120px;
  overflow: visible;
}
#detail-slider .sp-thumbnail-image-container {
  width: 120px;
  height: 80px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
#detail-slider .sp-thumbnail-image {
  height: 100%;
}
#detail-slider .sp-thumbnail-text {
  width: 120px;
  float: right;
  padding: 8px;
  background-color: #F0F0F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#detail-slider .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}
#detail-slider .sp-thumbnail-description {
  font-size: 14px;
  color: #333;
}
@media (max-width: 500px) {
  #detail-slider .sp-thumbnails {
    text-align: center;
    display: none;
    visibility: hidden;
    height: 0px;
  }
  #detail-slider .sp-thumbnail-image-container {
    display: none;
    visibility: hidden;
  }
  #detail-slider .sp-thumbnail-text {
    width: 120px;
  }
  #detail-slider .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
  }
  #detail-slider .sp-thumbnail-description {
    display: none;
  }
}
#detail-slider .save-property {
  position: absolute !important;
  background-color: none;
  top: 10px;
  width: 90px !important;
  height: 35px !important;
  line-height: 35px !important;
  left: 71%;
  display: block;
  right: 0;
  margin: 0 !important;
  color: grey !important;
  padding-left: 2px !important;
  padding-right: 5px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px !important;
  text-align: left !important;
  border-radius: 0 !important;
  z-index: 98;
  text-align: right !important;
  text-transform: uppercase;
}
#detail-slider .save-property i {
  margin-left: 6px;
  vertical-align: middle;
  margin-right: 6px;
}
#detail-slider .save-property i:before {
  font-size: 30px;
  color: grey !important;
}
@media (max-width: 1024px) {
  #detail-slider .save-property {
    display: none !important;
  }
}
@media (max-width: 720px) {
  #detail-slider .save-property {
    display: none !important;
  }
}
@media (max-width: 1580px) {
  #detail-slider .save-property {
    left: 75%;
  }
}
#detail-slider .save-property:hover {
  background-color: transparent;
  color: red !important;
  font-weight: bold;
}
#detail-slider .remove-property {
  position: absolute !important;
  background-color: none;
  top: 10px;
  width: 90px !important;
  height: 35px !important;
  line-height: 35px !important;
  left: 71%;
  display: block;
  right: 0;
  margin: 0 !important;
  color: red !important;
  padding-left: 2px !important;
  padding-right: 5px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 22px !important;
  text-align: left !important;
  border-radius: 0 !important;
  z-index: 98;
  text-align: right !important;
  text-transform: uppercase;
}
#detail-slider .remove-property i {
  margin-left: 6px;
  vertical-align: middle;
  margin-right: 6px;
}
#detail-slider .remove-property i:before {
  font-size: 30px;
  color: red !important;
}
@media (max-width: 1024px) {
  #detail-slider .remove-property {
    display: none !important;
  }
}
@media (max-width: 720px) {
  #detail-slider .remove-property {
    display: none !important;
  }
}
@media (max-width: 1580px) {
  #detail-slider .remove-property {
    left: 75%;
  }
}
#detail-slider .remove-property:hover {
  background-color: transparent;
  color: red !important;
  font-weight: bold;
}

#sm-save {
  display: none !important;
}
@media (max-width: 1024px) {
  #sm-save {
    display: block !important;
    color: #fff;
  }
  #sm-save i {
    margin-right: 5px;
  }
  #sm-save i:before {
    font-size: 18px;
    color: #fff !important;
  }
}
@media (max-width: 720px) {
  #sm-save {
    display: block !important;
    color: #fff;
  }
  #sm-save i {
    margin-right: 5px;
    vertical-align: top;
    display: none;
  }
  #sm-save i:before {
    font-size: 18px;
    color: #fff !important;
  }
}

#sm-share {
  display: none !important;
}
@media (max-width: 1024px) {
  #sm-share {
    display: block !important;
    color: #fff;
    float: right;
  }
  #sm-share span {
    margin-right: 7px;
  }
}
@media (max-width: 720px) {
  #sm-share {
    display: block !important;
    color: #fff;
    float: right;
  }
  #sm-share span {
    margin-right: 7px;
    display: none;
  }
}

.static-page.in-basket .detail-images #detail-slider .save-property {
  background-color: none;
  color: grey;
}
.static-page.in-basket .detail-images #detail-slider .save-property:hover {
  color: red !important;
}

.detail-menu {
  padding: 0px !important;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 0px;
  display: none;
}
.detail-menu .detail-menu-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px !important;
  margin-bottom: 0px;
}
.detail-menu .detail-menu-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.detail-menu .detail-menu-button span {
  margin-right: 15px;
  margin-left: -15px;
}
.detail-menu .detail-menu-button:last-of-type {
  margin-bottom: 0;
}
.detail-menu .detail-menu-button:hover {
  background-color: #000;
}
.detail-menu .detail-menu-button:hover span {
  color: #fff;
}
@media (min-width: 720px) {
  .detail-menu {
    display: inline-block !important;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .detail-menu .detail-menu-button {
    width: 18.6440677966%;
    float: left;
    border-left: 0px;
  }
  .detail-menu .detail-menu-button:nth-child(5n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .detail-menu .detail-menu-button:nth-child(5n+2) {
    margin-left: 20.3389830508%;
    margin-right: -100%;
    clear: none;
  }
  .detail-menu .detail-menu-button:nth-child(5n+3) {
    margin-left: 40.6779661017%;
    margin-right: -100%;
    clear: none;
  }
  .detail-menu .detail-menu-button:nth-child(5n+4) {
    margin-left: 61.0169491525%;
    margin-right: -100%;
    clear: none;
  }
  .detail-menu .detail-menu-button:nth-child(5n+5) {
    margin-left: 81.3559322034%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .detail-menu .detail-menu-button {
    width: 20%;
    float: left;
    margin-bottom: 0;
    margin-left: 0% !important;
    margin-right: 0% !important;
    clear: none !important;
  }
  .detail-menu .detail-menu-button:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .detail-menu .detail-menu-button:nth-child(4n+2) {
    margin-left: 21.6949152542%;
    margin-right: -100%;
    clear: none;
  }
  .detail-menu .detail-menu-button:nth-child(4n+3) {
    margin-left: 43.3898305085%;
    margin-right: -100%;
    clear: none;
  }
  .detail-menu .detail-menu-button:nth-child(4n+4) {
    margin-left: 65.0847457627%;
    margin-right: -100%;
    clear: none;
  }
  .detail-menu .detail-menu-button:nth-child(n+5) {
    margin-top: 0px;
    clear: none !important;
  }
  .detail-menu .detail-menu-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    font-size: 20px;
    margin: 0;
    color: #000;
  }
}
@media (max-width: 720px) {
  .detail-menu .print, .detail-menu .friend {
    display: none;
    visibility: hidden;
  }
}

.inner-menu {
  max-width: 1020px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .layout-2 .detail-menu {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
  .layout-2 .detail-menu .detail-menu-button {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

a.detail-menu-reveal {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  border: 0px solid #000;
  background-color: transparent;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
}
a.detail-menu-reveal:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
a.detail-menu-reveal span {
  margin-right: 15px;
  margin-left: -15px;
}
a.detail-menu-reveal.active {
  background-color: #333333;
}
a.detail-menu-reveal.active span:before {
  content: "\f068";
}
@media (min-width: 720px) {
  a.detail-menu-reveal {
    display: none;
  }
}
a.detail-menu-reveal:hover {
  color: #000 !important;
}

.details-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px;
}

.details-information {
  margin-bottom: 15px;
}
.details-information p {
  font-size: 15px;
  font-weight: 300;
}
.details-information .bullets-li p {
  font-size: 15px;
  font-weight: 500;
  color: black;
}
.details-information .bullets-li p i.fa {
  color: #c3a95b;
  margin: 0px 10px 0px 0px;
}
@media (min-width: 720px) {
  .details-information {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .details-information .bullets-li {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .details-information {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    border-top: 1px solid #000;
  }
}
.details-information h3 {
  font-size: 2.2em;
  margin-top: 25px;
  font-weight: 350;
  text-transform: none;
  margin-bottom: 35px;
}
.details-information h4 {
  font-size: 1.4em;
  margin-top: 25px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
}
.details-information .detail-label {
  min-width: 250px;
  float: left;
  clear: left;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  line-height: 30px;
}
.details-information .detail-value {
  font-size: 15px;
  line-height: 30px;
  font-weight: 250;
}

.share-btn {
  position: absolute !important;
  background-color: rgba(51, 51, 51, 0.7) !important;
  top: 10px;
  width: 65px !important;
  height: 35px !important;
  line-height: 35px !important;
  display: block;
  left: 66%;
  right: 0;
  color: #fff;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px !important;
  text-align: left !important;
  border-radius: 0 !important;
  z-index: 98;
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
}
.share-btn:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.share-btn span {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .share-btn {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .share-btn {
    display: none !important;
  }
}

.detail-attributes {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.detail-viewing {
  border-radius: 25px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
.detail-viewing h3 {
  color: #fff;
  background-color: #000;
  margin: 0;
  font-size: 23px;
  text-align: center;
  line-height: 40px;
  padding: 10px 15px;
  border-radius: 25px 25px 0px 0px;
}
@media (min-width: 720px) {
  .detail-viewing {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    float: left;
  }
}
@media (min-width: 1024px) {
  .detail-viewing {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
    float: right;
    right: 20px;
    min-width: 342px;
  }
}
@media (max-width: 1233px) {
  .detail-viewing {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 1335px) {
  .detail-viewing {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
    float: right;
    position: relative;
    min-width: 100%;
  }
}
@media (max-width: 890px) {
  .detail-viewing {
    width: 100% !important;
  }
}
.detail-viewing .pop-up-link {
  color: white;
}
.detail-viewing .pop-up-link:hover {
  color: #e6e6e6;
}

#property-detail-end {
  float: left;
  width: 100%;
  height: 50px;
  position: relative;
}

.detail-info-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #333333;
  width: 100%;
  font-size: 2.2em;
  margin-top: 25px;
  font-weight: 350;
  text-transform: none;
  margin-bottom: 35px;
}

.detail-viewing-form {
  padding-bottom: 30px;
  padding-top: 15px;
  float: left;
  width: 100%;
  border-radius: 0px 0px 25px 25px;
}
.detail-viewing-form input {
  margin: 0;
}
.detail-viewing-form fieldset {
  margin-bottom: 10px;
}
.detail-viewing-form fieldset:last-of-type {
  margin-bottom: 0;
}
.detail-viewing-form a {
  color: white;
}
.detail-viewing-form #pre-book {
  color: white;
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: #000;
  width: 230px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px !important;
  text-transform: uppercase;
}
.detail-viewing-form #pre-book:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.detail-viewing-form #pre-book:hover {
  background-color: #0d0d0d;
}
.detail-viewing-form #booking {
  color: white;
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: #000;
  width: 230px;
  height: 60px;
  display: block;
  line-height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px !important;
  text-transform: uppercase;
}
.detail-viewing-form #booking:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.detail-viewing-form #booking:hover {
  background-color: #0d0d0d;
}
.detail-viewing-form .room-details {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 40px;
}
.detail-viewing-form .room-details p {
  font-size: 15px;
  color: #fff;
  padding-left: 0px;
}
@media (min-width: 480px) {
  .detail-viewing-form .room-details p {
    color: #fff;
    font-size: 17px;
    text-align: left;
    padding-left: 20px;
    line-height: 40px;
    text-transform: uppercase;
  }
}
.detail-viewing-form .room-details span {
  float: right;
  text-align: right;
  color: #000;
  font-weight: 600;
  padding-right: 10px;
}
.detail-viewing-form .room-details i {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: top;
  color: #000;
}
@media (min-width: 480px) {
  .detail-viewing-form .room-details i {
    font-size: 28px;
    color: #000;
    margin-right: 15px;
  }
}
.detail-viewing-form .room-details-total {
  background-color: #000;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 40px;
}
.detail-viewing-form .room-details-total p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding-left: 30px;
  padding-right: 5px;
  text-transform: uppercase;
  line-height: 60px;
}
.detail-viewing-form .room-details-total span {
  color: #fff;
  float: right;
  text-align: right;
  padding-right: 10px;
}
.detail-viewing-form .room-details-total i {
  font-size: 28px;
  color: #fff;
  vertical-align: middle;
  margin-right: 15px;
}
.detail-viewing-form p.valuation-link {
  width: 240px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: #000;
  margin-bottom: 0;
  padding: 0 0 0 0;
  border-radius: 25px;
  position: relative;
}
.detail-viewing-form p.valuation-link span.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
  border-radius: 25px;
  background-color: black;
}
.detail-viewing-form p.valuation-link span.text {
  width: 240px;
  height: 220px;
  float: left;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  padding: 35px 15px;
  text-align: center;
  line-height: normal;
  font-weight: 350;
  font-size: 22px;
  border-radius: 25px;
  background-color: #000;
  text-shadow: 2px 2px #000;
  z-index: 2;
  color: #fff;
  position: relative;
  display: block;
}
.detail-viewing-form p.valuation-link span.text i {
  display: block;
  font-size: 85px;
}
.detail-viewing-form p.valuation-link:hover span.text {
  color: #ddd;
  background-color: rgba(221, 221, 221, 0.6);
}
.detail-viewing-form p.valuation-link a {
  display: block;
  font-size: 22px;
  font-weight: 350;
  text-transform: uppercase;
}

#detail-room-blurb {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

#detail-property-blurb {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-top: 1px solid #000;
}

.detail-rooms {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .detail-rooms {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

table.rooms tr td:nth-of-type(2), table.rooms tr td:nth-of-type(4), table.rooms tr td:nth-of-type(5) {
  width: 0;
}
@media (min-width: 480px) {
  table.rooms tr td:first-of-type {
    width: 30%;
  }
  table.rooms tr td:nth-of-type(3) {
    width: 70%;
  }
}

#detail-floorplan {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
#detail-floorplan img {
  width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  #detail-floorplan {
    margin-bottom: 30px;
  }
}

#smap, #dmap {
  height: 600px;
  margin: 0px 0px 20px 0px;
}

#dmap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#smap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#detail-disclaimer {
  float: left;
  width: 80%;
  padding-top: 25px;
  padding-left: 20px;
  margin-bottom: 40px;
}

.schools {
  width: 100%;
  height: 550px;
  padding: 0px 15px 0 15px;
  float: left;
}

#schools-pop-up iframe {
  padding: 0px 15px 0 15px;
}

.schoolsmap {
  width: 100%;
  height: 550px;
}

.viewing-button {
  background-color: #FFF000;
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.viewing-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}

.detail-propstat_under_offer,
.detail-propstat_let,
.detail-propstat_let_agreed,
.detail-propstat_sold,
.detail-propstat_sold_stc {
  padding: 4px 6px 4px 6px;
  color: red;
}

#form_contactus_form_ce label {
  width: 100%;
}

.rooms td {
  vertical-align: top;
}

.roomtype1 {
  font-weight: 500;
}

.roomtype2 {
  font-weight: 500;
  font-size: 1.2em;
}

.roomdesc {
  display: block;
  text-align: justify;
}

#master-detail {
  display: block;
  float: left;
  width: 100%;
}
#master-detail #detail-attributes, #master-detail #detail-bills, #master-detail #detail-features {
  margin-bottom: 10px;
}
#master-detail #detail-features .detail-value {
  font-size: 17px;
  font-weight: 300;
}
#master-detail .detail-section {
  font-size: 1.6em;
  color: #333333;
  font-size: 1.4em;
  margin-top: 25px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 5px;
}
#master-detail .detail-section h3 {
  font-size: 1.4em;
  margin-top: 25px;
  font-weight: 450;
  text-transform: none;
  margin-bottom: 5px;
}
#master-detail .detail-label {
  min-width: 250px;
  float: left;
  clear: left;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  line-height: 30px;
}
#master-detail .detail-value {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}
#master-detail #detail-features .detail-feature {
  margin-bottom: 5px;
  display: block;
  width: 250px;
  float: left;
}
#master-detail #detail-features .detail-feature .detail-icon {
  background-color: orange;
  border: 2px solid black;
  margin-right: 10px;
  height: 32px;
  width: 32px;
  float: left;
}

.detail-blurb {
  max-width: 1500px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.detail-blurb h1 {
  background-color: #17335E;
  color: #fff;
  text-align: center;
  font-family: "bebas_neuebold";
  font-size: 2em;
  line-height: 3em;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .detail-blurb h1 {
    line-height: 1.8em;
  }
}
.detail-blurb .fade-content {
  display: none;
}
.detail-blurb .fade-content img {
  display: none;
}
.detail-blurb .fade-content p {
  text-align: justify;
}
.detail-blurb .fade-content.active {
  display: block;
}
.detail-blurb .blurb-contain {
  max-width: 1200px !important;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  margin-top: 10px;
}
@media (min-width: 720px) {
  .detail-blurb .blurb-contain {
    padding: 30px;
  }
}
@media (max-width: 1233px) {
  .detail-blurb .blurb-contain {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
  }
}
.detail-blurb .about-menu {
  float: left;
  width: 100%;
  padding-right: 20px;
}
.detail-blurb .about-menu a {
  float: left;
  width: 100%;
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  color: black !important;
  border-radius: 10px !important;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 0px;
  height: 60px;
  line-height: 55px;
  margin-bottom: 15px;
}
.detail-blurb .about-menu a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.detail-blurb .about-menu a.active {
  background-color: #222;
}
.detail-blurb .about-menu a:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.detail-blurb .about-menu a:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 20px;
}
.detail-blurb .about-menu a:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #000;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .detail-blurb .blurb-contain {
    width: 70.3389830508%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media (min-width: 1024px) and (min-width: 960px) {
  .detail-blurb h1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .detail-blurb .about-menu {
    width: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1330px) {
  .detail-blurb .about-menu {
    width: 100%;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .detail-blurb .content {
    float: left;
    width: 100%;
    width: calc(100% - 30px);
  }
  .detail-blurb .fade-content h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 959px) {
  .detail-blurb .about-menu a {
    display: block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .detail-blurb .about-menu a {
    float: left;
    width: 100%;
  }
  .detail-blurb .about-menu a:last-of-type {
    float: left;
  }
}
@media (min-width: 960px) {
  .detail-blurb {
    /*
    min-height:100vh;
    min-height:calc(100vh - 54px);
    */
  }
  .detail-blurb .blurb-contain {
    /* 
    min-height:100vh;
    min-height:calc(100vh - 210px);
    */
    padding-bottom: 0;
  }
  .detail-blurb .about-menu a {
    display: block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    font-size: 18px;
  }
}

.detail-location {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#previous {
  font-size: 22px;
  font-weight: 450;
}
#previous i {
  font-size: 40px;
  vertical-align: top;
  color: #afca0b;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 720px) {
  #previous {
    font-size: 16px;
    font-weight: 450;
  }
  #previous i {
    font-size: 30px;
    color: #afca0b;
    font-weight: bold;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #previous {
    display: none;
  }
}
#next {
  font-size: 22px;
  font-weight: 450;
}
#next i {
  font-size: 40px;
  vertical-align: top;
  color: #afca0b;
  font-weight: bold;
  margin-left: 10px;
}

@media (max-width: 720px) {
  #next {
    font-size: 16px;
    font-weight: 450;
  }
  #next i {
    font-size: 30px;
    color: #afca0b;
    font-weight: bold;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #next {
    display: none;
  }
}
#back-to-results {
  font-size: 22px;
  font-weight: 450;
}
#back-to-results i {
  font-size: 40px;
  font-weight: bold;
  color: #afca0b;
  margin-right: 15px;
  vertical-align: top;
}

@media (max-width: 720px) {
  #back-to-results {
    font-size: 16px;
    font-weight: 450;
  }
  #back-to-results i {
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
  }
}
.hidden-details {
  background-color: transparent;
}
.hidden-details .pannel-contain {
  padding: 0 25px;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 700px;
  height: auto;
  margin-top: 50px;
}
.hidden-details .pannel-contain header {
  display: block;
  float: left;
  width: 100%;
  max-width: 850px;
  background-color: #afca0b;
}
@media (max-width: 1199px) {
  .hidden-details .pannel-contain header {
    max-width: 900px;
  }
}
.hidden-details .pannel-contain h2 {
  font-weight: 400;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  float: left;
  width: auto;
}
@media (max-width: 1199px) {
  .hidden-details .pannel-contain {
    padding: 10px 0;
  }
  .hidden-details .pannel-contain h2 {
    font-weight: 300;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 22px;
  }
}
.hidden-details .detail-viewing h3 {
  display: none;
  visibility: hidden;
}
.hidden-details .detail-viewing fieldset {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 25px;
}
.hidden-details .detail-viewing fieldset:nth-child(2n) {
  width: 49.1525423729%;
  float: right;
  margin-right: 0;
}
@media (max-width: 959px) {
  .hidden-details .detail-viewing fieldset {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .hidden-details .detail-viewing fieldset:nth-child(2n) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing label {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  line-height: 40px;
  font-size: 18px;
  color: white;
}
@media (max-width: 1199px) {
  .hidden-details .detail-viewing label {
    color: #17335E;
  }
}
@media (max-width: 480px) {
  .hidden-details .detail-viewing label {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing input {
  width: 66.1016949153%;
  float: right;
  margin-right: 0;
  line-height: 40px;
  font-size: 18px;
  border: 0;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .hidden-details .detail-viewing input {
    background-color: #eee;
  }
}
@media (max-width: 480px) {
  .hidden-details .detail-viewing input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing fieldset.notes {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.hidden-details .detail-viewing fieldset.notes label {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
}
@media (max-width: 959px) {
  .hidden-details .detail-viewing fieldset.notes label {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.hidden-details .detail-viewing fieldset.notes textarea {
  width: 83.0508474576%;
  float: right;
  margin-right: 0;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .hidden-details .detail-viewing fieldset.notes textarea {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #eee;
  }
}
.hidden-details .detail-viewing .submit-button {
  float: right;
}
.hidden-details .close-btn {
  float: right;
  text-align: right;
  padding: 10px;
}
@media (max-width: 1199px) {
  .hidden-details .close-btn {
    display: none;
    visibility: hidden;
  }
}
.hidden-details .close-btn a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
}
.hidden-details .close-btn a span {
  padding: 10px 0 0 5px;
  font-size: 20px;
  content: "\f00d";
  font-family: "FontAwesome";
}
.hidden-details .close-btn a:hover span {
  color: #fff;
}
@media (max-width: 1199px) {
  .hidden-details {
    padding: 10px 0 10px 0;
    float: left;
    background-color: white;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hidden-details {
    padding: 50px 0 0 0;
    display: none;
    z-index: 105;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
  }
}

#detail-features {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.detail-feature {
  display: block;
  margin-bottom: 5px;
  width: 280px !important;
  float: left;
}
.detail-feature .detail-icon {
  width: 50px !important;
  height: 65px !important;
  background: none !important;
  border: 0px !important;
  margin-right: 10px;
  float: left;
}
.detail-feature .detail-value {
  float: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  vertical-align: bottom;
}
.detail-feature .sharedterrace:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e02a";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .sharedgarden:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e011";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .sharedbalcony:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e01d";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .furnished:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e013";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .sharedlivingroom:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e024";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .equippedkitchen:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e00c";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .oven:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e020";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .washingmachine:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e02d";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .dryer:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e01f";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .dishwasher:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e01c";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .heating:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e002";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .securedbuilding:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e025";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .concierge:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e012";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .poolaccess:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e003";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .gymaccess:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e03c";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .privateparking:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e031";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .freecleaningservice:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e03b";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .closetotube:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e001";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .independantkey:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "n";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .window:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "R";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .heatingunit:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "j";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .ensuitebathroom:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "#";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .balcony:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "!";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .garden:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "f";
  font-family: "new-city-rooms-icon-set";
}
.detail-feature .terrace:before {
  float: left;
  font-size: 35px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "x";
  font-family: "new-city-rooms-icon-set";
}

.furnished-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

.independantkey-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

.window-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

.heatingunit-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

.ensuitebathroom-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

.balcony-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

.garden-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

.terrace-tick:before {
  float: left;
  font-size: 28px;
  line-height: 30px;
  color: #e5007d;
  vertical-align: middle;
  content: "\e019";
  font-family: "new-city-rooms-icon-set";
}

#previewnext {
  background-color: #333333 !important;
  color: #fff !important;
}
#previewnext img {
  width: 100%;
  padding: 10px;
}
#previewnext h3 {
  color: white;
}
#previewnext .price-container {
  position: absolute;
  width: 150px;
  top: 20px;
  right: 13px;
  z-index: 999;
  padding-left: 5px;
  background-color: rgba(51, 51, 51, 0.8) !important;
}
#previewnext .price-container h6 {
  font-family: "Work Sans", sans-serif;
  text-align: right;
  color: #fff;
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 4px !important;
  padding: 0px !important;
  padding-right: 10px !important;
}
#previewnext .price-container a {
  font-family: "Work Sans", sans-serif;
  color: white;
  font-size: 0.85em;
  text-transform: none !important;
}

#previewprevious {
  background-color: #333333 !important;
  color: #fff !important;
}
#previewprevious img {
  width: 100%;
  padding: 10px;
}
#previewprevious h3 {
  color: white;
}
#previewprevious .price-container {
  position: absolute;
  width: 150px;
  top: 20px;
  right: 13px;
  z-index: 999;
  padding-left: 5px;
  background-color: rgba(51, 51, 51, 0.8) !important;
}
#previewprevious .price-container h6 {
  font-family: "Work Sans", sans-serif;
  text-align: right;
  color: #fff;
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 4px !important;
  padding: 0px !important;
  padding-right: 10px !important;
}
#previewprevious .price-container a {
  font-family: "Work Sans", sans-serif;
  color: white;
  font-size: 0.85em;
  text-transform: none !important;
}

#vr-iframe {
  max-width: 850px;
  width: 100%;
  height: 700px;
  max-height: 700px;
}
@media (max-width: 480px) {
  #vr-iframe {
    height: 400px;
  }
}

.featured-container {
  float: left;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  background-color: #fff;
}

.featured-contain {
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 15px;
}
@media (min-width: 480px) {
  .featured-contain {
    padding: 30px;
  }
}
.featured-contain h3 {
  text-align: center;
  margin: 0 0 40px;
  color: #000;
  font-size: 36px;
  font-weight: 350;
}
.featured-contain .featured-properties::after {
  clear: both;
  content: "";
  display: block;
}
.featured-contain .featured-info {
  text-align: center;
  padding: 0 15px 15px;
}
.featured-contain .featured-property {
  border-radius: 25px;
  background-color: #FFF;
  margin-bottom: 7.1428571429%;
}
.featured-contain .featured-property .price a {
  font-size: 0.75em;
}
.featured-contain .featured-property img {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 25px;
}
.featured-contain .featured-property h2, .featured-contain .featured-property h3, .featured-contain .featured-property h4, .featured-contain .featured-property h5, .featured-contain .featured-property h6 {
  text-align: center;
  font-weight: 300;
}
.featured-contain .featured-property h5 {
  font-size: 22px;
  padding-left: 10px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.featured-contain .featured-property h6 {
  font-size: 18px;
  text-align: center;
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: 350;
}
.featured-contain .featured-property .res-attributes {
  display: block;
  margin: 15px auto;
  width: auto;
}
.featured-contain .featured-property a.more {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 0px auto 0;
}
.featured-contain .featured-property a.more:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.featured-contain .featured-property .photoLabel, .featured-contain .featured-property .photoLabelLetAgreed {
  width: 100%;
  height: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  margin-bottom: 10px;
  border-radius: 25px;
}
.featured-contain .featured-property .photoLabel:hover div.text, .featured-contain .featured-property .photoLabelLetAgreed:hover div.text {
  background-color: rgba(229, 0, 125, 0.6);
}
.featured-contain .featured-property .photoLabel:hover div.text i, .featured-contain .featured-property .photoLabelLetAgreed:hover div.text i {
  color: white;
}
.featured-contain .featured-property div.bg {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-contain .featured-property div.text {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  z-index: 2;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.featured-contain .featured-property div.text i {
  font-size: 155px;
  text-align: center;
  z-index: 2;
  color: transparent;
}
.featured-contain .featured-property div.text i:before {
  line-height: 1.5;
  display: inline-block;
}
@media (min-width: 720px) {
  .featured-contain .featured-property {
    width: 49.1525423729%;
    float: left;
  }
  .featured-contain .featured-property:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .featured-contain .featured-property:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .featured-contain .featured-property {
    width: 23.7288135593%;
    float: left;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
    min-height: 369px;
  }
  .featured-contain .featured-property:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .featured-contain .featured-property:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property h2.featured-title {
    margin: 15px 0 15px 0px;
  }
  .featured-contain .featured-property a.more {
    width: calc(100% - 30px);
  }
}
.featured-contain .price-container {
  position: absolute;
  width: 105px;
  height: 40px;
  top: 45px;
  right: 0%;
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e5007d !important;
}
.featured-contain .price-container h6 {
  font-family: "Work Sans", sans-serif;
  text-align: left;
  color: #fff;
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 4px !important;
  padding: 0px !important;
  display: inline-block;
}
.featured-contain .price-container a {
  font-family: "Work Sans", sans-serif;
  color: white;
  font-size: 0.85em;
  display: block;
  text-transform: none !important;
}

#form-featured-contain {
  border-bottom: 0px;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  width: 100%;
}
.owl-carousel .owl-item .star-rating {
  border: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.owl-carousel .owl-item .testimonial {
  text-align: center;
  margin-top: 10px;
  background-color: transparent;
}
.owl-carousel .owl-item .testimonial .quote {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
  font-style: italic;
}
.owl-carousel .owl-item .testimonial .quote-author {
  font-weight: 500;
  font-size: 20px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* ------------------------------------------------------------------
Owl sliders
------------------------------------------------------------------- */
.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  display: block;
  height: 40px;
  width: 40px;
  top: 50%;
  margin: -20px 10px 0;
  padding: 0;
  opacity: 0;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: #111;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -20px;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
  opacity: 0.5;
  left: 0px;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
  opacity: 0.5;
  right: 0px;
}

/* Pagination */
.owl-pagination {
  position: absolute;
  z-index: 3;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.slider-testimonials .owl-pagination {
  bottom: -50px;
  margin: 0;
}

/* Slider images */
.slider-images .owl-pagination {
  bottom: 10px;
  margin: 0;
}

.owl-page {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  overflow: hidden;
  height: 10px;
  width: 10px;
  margin: 6px 4px;
  text-indent: -200%;
  z-index: 1000;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
  -o-box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
  box-shadow: 0 0 1px rgba(17, 17, 17, 0.4);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.owl-page.active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.slider-clients .owl-item {
  height: 50px;
}

footer {
  padding: 0 !important;
  background-color: #fff;
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px dotted #000;
}
footer .footer-links {
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}
footer .footer-links ul {
  padding: 0;
}
footer .footer-links ul li {
  list-style-type: none;
}
footer .footer-links h4 {
  color: #000;
  text-decoration: none;
  margin: 0 0 12px;
}
footer .footer-links h5 {
  color: #000;
  font-size: 2.2em;
}
footer .footer-links a {
  font-size: 16px;
  color: #000;
}
@media (max-width: 480px) {
  footer .footer-links {
    padding-left: 10px;
  }
  footer .footer-links h5 {
    font-size: 1.7em;
  }
}
footer .footer-links-section {
  float: left;
  width: 49.1525423729%;
  float: left;
  margin-bottom: 15px;
}
footer .footer-links-section:nth-child(2n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
footer .footer-links-section:nth-child(2n+2) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}
footer .footer-links-section:nth-of-type(3) {
  display: inline-block;
}
footer .footer-link-contain {
  padding: 20px 0 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
footer .eit-foot {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 30px 15px;
  background-color: #fff;
  text-align: center;
}
footer .eit-foot a {
  color: #000 !important;
}
footer .eit-foot a:hover {
  color: #000 !important;
}
@media (max-width: 720px) {
  footer .eit-foot .built-by {
    display: none;
    visibility: hidden;
  }
}
footer .company-details {
  padding: 15px 0;
}
footer .company-details::after {
  clear: both;
  content: "";
  display: block;
}
footer .company-details img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  height: auto;
  text-align: center;
}
footer .company-details p {
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
footer .company-details a {
  color: #000;
}
@media (min-width: 720px) {
  footer .company-details {
    padding: 15px 0 15px 30px;
    width: 50%;
    float: left;
  }
  footer .company-details img {
    float: left;
    max-width: 100%;
    margin: 0 0 15px;
  }
  footer .company-details p {
    text-align: left;
    width: 100%;
    float: left;
  }
  footer .footer-links {
    display: block;
    float: right;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-top: 15px;
  }
  footer .footer-links ul {
    padding: 0;
  }
  footer .footer-links ul li {
    list-style-type: none;
  }
  footer .footer-links h4 {
    color: #000;
    text-decoration: none;
    margin: 0 0 12px;
    font-size: 1.9em;
    font-weight: 400;
  }
  footer .footer-links h5 {
    color: #000;
    font-size: 1.9em;
    font-weight: 400;
  }
  footer .footer-links a {
    color: #000;
  }
  footer .footer-links-section {
    float: left;
    width: 23.7288135593%;
    float: left;
  }
  footer .footer-links-section:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  footer .footer-links-section:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  footer .footer-links-section:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  footer .footer-links-section:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
  footer .footer-links-section:nth-of-type(3) {
    display: inline-block;
  }
  footer .footer-links-section a:hover {
    color: #000;
  }
}
@media (min-width: 960px) {
  footer .company-details {
    padding: 30px;
    width: 25%;
  }
  footer .footer-links {
    padding: 30px;
    padding-left: 100px;
    width: 100%;
  }
  footer .footer-links-section {
    width: 23.7288135593%;
    float: left;
  }
  footer .footer-links-section:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  footer .footer-links-section:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  footer .footer-links-section:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  footer .footer-links-section:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
  footer .footer-links-section:nth-of-type(3) {
    display: inline-block;
  }
}

.footer-social-m {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.footer-social-m .footer-follow-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  margin: 10px 0px 40px 0px;
  width: 100%;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

/* Afiliations */
.afilback {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 30px;
  background-color: #f2f2f2;
}
.afilback img.afiliates {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.social {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
  padding: 0px;
}
.social li {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  width: 15%;
}
@media (max-width: 720px) {
  .social li {
    margin-right: 15px;
  }
}
@media (max-width: 720px) {
  .social {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sm-facebook {
  display: inline-block;
  font-size: 45px;
  color: #000 !important;
  margin-right: 25px;
}
.sm-facebook i {
  font-size: 45px;
  color: #000 !important;
}

.sm-twitter {
  display: inline-block;
  font-size: 45px;
  color: #000 !important;
  margin-right: 25px;
}
.sm-twitter i {
  font-size: 45px;
  color: #000 !important;
}

.sm-linkedin {
  display: inline-block;
  font-size: 45px;
  color: #000 !important;
  margin-right: 25px;
}
.sm-linkedin i {
  font-size: 45px;
  color: #000 !important;
}

.sm-instagram {
  display: inline-block;
  font-size: 45px;
  color: #000 !important;
  margin-right: 25px;
}
.sm-instagram i {
  font-size: 45px;
  color: #000 !important;
}

.register-form .static-page {
  background-image: url(images/register-background.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.valuation-form .static-page {
  background-image: url(images/valuation-background.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.booking-system .static-page {
  background-image: url(images/register-background.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.login-form .static-page {
  background-image: url(images/login-page-header.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#register-form-contain {
  margin-top: 120px;
  border-radius: 25px;
}

#valuation-form-contain {
  margin-top: 120px;
  border-radius: 25px;
}

.register-form-intro {
  padding-bottom: 20px;
  background-color: rgba(85, 26, 139, 0.75);
  border-radius: 25px 25px 0px 0px;
}
.register-form-intro h1 {
  color: #fff;
  font-weight: 350;
}
.register-form-intro p {
  color: #fff;
  font-size: 15px;
  font-weight: 250;
}

.valuation-form-intro {
  padding-bottom: 20px;
  background-color: rgba(49, 49, 51, 0.65);
  border-radius: 25px 25px 0px 0px;
}
.valuation-form-intro h1 {
  color: #fff;
  font-weight: 350;
}
.valuation-form-intro p {
  color: #fff;
  font-size: 15px;
  font-weight: 250;
}

.form-container {
  display: block;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.8);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .form-container {
    width: 60%;
  }
}
@media (min-width: 480px) {
  .form-container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .form-container {
    width: 60%;
  }
}
@media (max-width: 1312px) {
  .form-container {
    width: 80%;
  }
}
@media (max-width: 1008px) {
  .form-container {
    width: 100%;
  }
}
.form-container .form-contain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: left;
  background-color: rgba(242, 242, 242, 0.8);
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.form-container .form-contain h1 {
  padding-left: 30px;
  padding-top: 20px;
}

.form-info {
  padding-right: 50px;
  padding-left: 30px;
}

#form-info {
  padding-right: 50px;
  padding-left: 30px;
}

.form_valuation_form {
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.form_valuation_form .form-section {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
}
@media (min-width: 480px) {
  .form_valuation_form .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
  }
}
@media (min-width: 720px) {
  .form_valuation_form .form-section {
    width: 48%;
  }
}
@media (max-width: 850px) {
  .form_valuation_form .form-section {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .form_valuation_form .form-section {
    width: 48%;
  }
}
.form_valuation_form .general-requirements {
  margin-right: 0px !important;
}
.form_valuation_form .notes {
  margin-right: 20px;
  float: left;
  width: 98%;
}
.form_valuation_form .form-submission {
  width: 100% !important;
  text-align: center;
}

.contact-details {
  margin-left: 0px;
}
@media (min-width: 720px) {
  .contact-details {
    margin-left: 10px;
  }
}

#form_valuation_form_vrsl .SumoSelect .CaptionCont {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #333;
}
#form_valuation_form_vrsl .SumoSelect .CaptionCont span:after {
  background-color: #000;
  border: 1px solid #cfcfcf;
  color: #fff;
}
#form_valuation_form_vrsl .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
}
#form_valuation_form_vrsl .submit-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  padding: 0 15px;
  background-color: #535d62;
  border-radius: 10px !important;
  text-transform: uppercase;
}
#form_valuation_form_vrsl .submit-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
#form_valuation_form_vrsl .submit-button:hover {
  background-color: #3c4346;
  color: #fff;
}
#form_valuation_form_vrsl .submit-button:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
#form_valuation_form_vrsl .submit-button:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}

#form_register_form_rrsl {
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#form_register_form_rrsl .form-section {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  margin-top: 0px !important;
}
@media (min-width: 480px) {
  #form_register_form_rrsl .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
  }
}
@media (min-width: 720px) {
  #form_register_form_rrsl .form-section {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  #form_register_form_rrsl .form-section {
    width: 48%;
  }
}
#form_register_form_rrsl .general-requirements {
  margin-right: 0px !important;
}
#form_register_form_rrsl .notes {
  margin-right: 20px;
  float: left;
  width: 100%;
}
#form_register_form_rrsl .form-submission {
  width: 100% !important;
  text-align: center;
}
#form_register_form_rrsl .SumoSelect .CaptionCont {
  background-color: white;
  border: 1px solid #cfcfcf;
  color: #333;
  font-size: 13px;
}
#form_register_form_rrsl .SumoSelect .CaptionCont span:before {
  display: none !important;
}
#form_register_form_rrsl .SumoSelect .CaptionCont span:after {
  background-color: #000;
  border: 1px solid #cfcfcf;
  color: #fff;
  position: absolute !important;
  font-size: 14px;
}
#form_register_form_rrsl .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
}
#form_register_form_rrsl .submit-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  margin-top: 30px;
  background-color: #6652a7;
  border-radius: 10px !important;
  text-transform: uppercase;
}
#form_register_form_rrsl .submit-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
#form_register_form_rrsl .submit-button:hover {
  background-color: #514185;
  color: #fff;
}
#form_register_form_rrsl .submit-button:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
#form_register_form_rrsl .submit-button:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
#form_register_form_rrsl input#datepicker {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  text-indent: 0px;
}
@media (min-width: 720px) {
  #form_register_form_rrsl input#datepicker {
    width: 50%;
  }
}

.form-section {
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
}
.form-section .radio-inline {
  width: auto !important;
  margin: 0 0px 0 30px;
  line-height: 33px;
}
.form-section .radio-inline input {
  width: auto;
  margin-right: 10px;
}
.form-section h2 {
  font-weight: 400;
}
.form-section label, .form-section input {
  margin: 0;
}
.form-section [type=checkbox] {
  margin-right: 10px;
}
.form-section label {
  line-height: 32px;
  font-size: 14px;
}
.form-section fieldset {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}
.form-section fieldset:last-of-type {
  margin: 0;
}
.form-section fieldset:last-of-type input, .form-section fieldset:last-of-type select {
  margin: 0;
}
.form-section .SumoSelect {
  width: 100% !important;
}
@media (min-width: 480px) {
  .form-section {
    margin-top: 30px;
  }
  .form-section fieldset {
    margin-bottom: 16px;
  }
}
@media (min-width: 720px) {
  .form-section {
    padding: 30px;
    border: 0px;
  }
  .form-section h2 {
    margin: 0 0 15px;
  }
  .form-section .radio-inline {
    float: left;
    margin: 0 30px 0 0px;
  }
  .form-section .form-input {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .form-section .form-input::after {
    clear: both;
    content: "";
    display: block;
  }
  .form-section label, .form-section input[type=text], .form-section input[type=email] {
    float: left;
    width: 50%;
  }
  .form-section .SumoSelect {
    width: 50% !important;
  }
}

.form-section.notes .form-input {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.form-section.additional-attributes .form-input input {
  margin-right: 15px;
}
@media (max-width: 719px) {
  .form-section.additional-attributes .form-input label {
    width: 100%;
    float: left;
  }
}
@media (min-width: 720px) {
  .form-section.additional-attributes .form-input {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}

.form-non-essential {
  display: none;
}
@media (min-width: 720px) {
  .form-non-essential {
    display: block;
  }
}

@media (min-width: 480px) {
  .form-section.notes {
    margin-right: 0;
    float: right;
  }
}

.form-section.consent {
  width: 100%;
}
.form-section.consent input {
  width: 100%;
}
@media (min-width: 480px) {
  .form-section.consent input {
    width: auto;
  }
  .form-section.consent label {
    margin-right: 20px;
    width: auto;
    float: left;
  }
}

.form-submission {
  width: 100%;
  text-align: center;
  border: 0;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  .form-submission {
    padding: 0;
    border: 0;
  }
}

.submit-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  background-color: #64dffe;
  border-radius: 10px !important;
  text-transform: uppercase;
}
.submit-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.submit-button:hover {
  background-color: #31d5fe;
  color: #fff;
}
.submit-button:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
.submit-button:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}

.login-container {
  float: left;
  width: 40%;
  border-radius: 25px;
  margin-top: 80px;
}
@media (min-width: 480px) {
  .login-container {
    width: 100%;
  }
}
@media (min-width: 360px) {
  .login-container {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .login-container {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .login-container {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .login-container {
    width: 40%;
  }
}

.login-form {
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(242, 242, 242, 0.8);
  border-radius: 25px 25px 0 0;
}
.login-form form {
  width: 100%;
  float: left;
  background-color: rgba(242, 242, 242, 0.8);
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 25px 25px;
}
.login-form form .form-section {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
}
.login-form form .form-section label {
  width: 30%;
  font-size: 16px;
  font-weight: 350;
}
.login-form form .form-section input {
  width: 65%;
}
.login-form form .checkbox label {
  width: auto;
  margin-right: 10px;
}
.login-form form .checkbox input {
  margin-top: 10px;
}
.login-form form .checkbox a {
  float: right;
  margin-top: 5px;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 350;
}
.login-form form .submit-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  background-color: #535d62;
  border-radius: 10px !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.login-form form .submit-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.login-form form .submit-button:hover {
  background-color: #3c4346;
  color: #fff;
}
.login-form form .submit-button:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
.login-form form .submit-button:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
.login-form form #login-register {
  margin-left: 15px;
}
@media (max-width: 320px) {
  .login-form form #login-register {
    margin-left: 0px;
  }
}
.login-form h1 {
  font-size: 24px;
  text-align: left;
  padding-left: 30px;
  text-transform: none;
  letter-spacing: normal;
}
.login-form h1 {
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#Password {
  width: 65%;
  display: inline-block;
}
@media (min-width: 480px) {
  #Password {
    width: 100%;
  }
}
@media (min-width: 720px) {
  #Password {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  #Password {
    width: 65%;
  }
}

#Username {
  width: 65%;
  display: inline-block;
}
@media (min-width: 480px) {
  #Username {
    width: 100%;
  }
}
@media (min-width: 720px) {
  #Username {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  #Username {
    width: 65%;
  }
}

#login-username label {
  margin-right: 10px;
}

#login-password label {
  margin-right: 10px;
}

#Persist {
  width: 10%;
}

.login-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  border: 1px solid #b9b6b6;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  color: #111;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: #111;
}

.guide-section {
  margin-bottom: 15px;
}
.guide-section h3 {
  margin-top: 0;
}
.guide-section p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .guide-section {
    margin-bottom: 30px;
  }
  .guide-section h3 {
    margin-bottom: 10px;
  }
}

.steps-contain {
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%;
  max-width: 1200px;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 15px;
}
@media (min-width: 480px) {
  .steps-contain {
    padding: 30px;
  }
}
.steps-contain .steps {
  margin-left: 0px;
}
@media (min-width: 480px) {
  .steps-contain .steps {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .steps-contain .steps {
    margin-left: 0px;
  }
}
.steps-contain .steps::after {
  clear: both;
  content: "";
  display: block;
}
.steps-contain .steps #step-look-property, .steps-contain .steps #step-house, .steps-contain .steps #step-signing, .steps-contain .steps #step-moving {
  display: inline-block;
  color: #c3a95b;
  text-align: center;
  margin: 0 auto;
  margin-right: 0px;
  line-height: normal;
  margin-bottom: 20px;
  height: 180px;
  width: 200px;
}
.steps-contain .steps #step-look-property i, .steps-contain .steps #step-house i, .steps-contain .steps #step-signing i, .steps-contain .steps #step-moving i {
  display: block;
  font-size: 150px;
  color: #fff;
  vertical-align: middle;
}
.steps-contain .steps #step-look-property {
  background-color: #dba521;
  line-height: normal !important;
  color: white !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.steps-contain .steps #step-look-property:before {
  line-height: normal !important;
}
.steps-contain .steps #step-house {
  background-color: #223843;
  line-height: normal !important;
  color: white !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.steps-contain .steps #step-house:before {
  line-height: normal !important;
}
.steps-contain .steps #step-signing {
  background-color: #2a9d8e;
  line-height: normal !important;
  color: white !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.steps-contain .steps #step-signing:before {
  line-height: normal !important;
}
.steps-contain .steps #step-moving {
  background-color: #e66f51;
  color: white !important;
  line-height: normal !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.steps-contain .steps #step-moving:before {
  line-height: normal !important;
}
@media (min-width: 720px) {
  .steps-contain .step {
    width: 49.1525423729%;
    float: left;
  }
  .steps-contain .step:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .steps-contain .step:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .steps-contain .step h2 {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .steps-contain .step {
    width: 23.7288135593%;
    float: left;
    height: 100%;
    padding: 30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .steps-contain .step:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .steps-contain .step:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  .steps-contain .step:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .steps-contain .step:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
  .steps-contain .step h2 {
    margin-top: 30px;
  }
  .steps-contain .step h2.step-title {
    margin: 15px 0 15px 0px;
  }
  .steps-contain .step a.more {
    width: calc(100% - 30px);
  }
}

.step-item-box {
  display: block;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 20px;
  -webkit-animation: fadeIn 1s ease-in both;
          animation: fadeIn 1s ease-in both;
}
@media (min-width: 720px) {
  .step-item-box {
    display: inline-block;
    width: 49.1525423729%;
    float: left;
  }
  .step-item-box:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .step-item-box:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .step-item-box {
    display: inline-block;
    width: 32.2033898305%;
    float: left;
  }
  .step-item-box:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .step-item-box:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  .step-item-box:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
}
.step-item-box i {
  display: block;
  font-size: 150px;
  color: #fff;
  height: 180px;
  width: 200px;
  vertical-align: middle;
}
.step-item-box #step-look-property {
  display: block !important;
  background-color: #dba521;
  line-height: normal !important;
  margin-left: auto;
  margin-right: auto;
}
.step-item-box #step-house {
  display: block !important;
  background-color: #223843;
  line-height: normal !important;
  margin-left: auto;
  margin-right: auto;
}
.step-item-box #step-signing {
  display: block !important;
  background-color: #2a9d8e;
  line-height: normal !important;
  margin-left: auto;
  margin-right: auto;
}
.step-item-box #step-moving {
  display: block !important;
  background-color: #e66f51;
  line-height: normal !important;
  margin-left: auto;
  margin-right: auto;
}
.step-item-box .span-line {
  position: relative;
  text-align: center;
  z-index: 2;
  background: #fff;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 20px;
}
.step-item-box .span-line:after {
  position: absolute;
  border: 0px;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(24px);
      -ms-transform: translate(24px);
          transform: translate(24px);
  width: 230px;
}
@media (min-width: 720px) {
  .step-item-box .span-line:after {
    border: 0px;
  }
}
.step-item-box .span-last-line {
  position: relative;
  text-align: center;
  z-index: 2;
  background: #fff;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  line-height: 45px;
  margin-bottom: 16px;
}
.step-item-box .text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.step-item-box .text h2 {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 16px;
  padding: 10px;
}
.step-item-box .text h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}
.step-item-box .text p {
  font-size: 17px;
  text-align: justify;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-weight: 350;
  color: #000;
}
.step-item-box .text ul li {
  font-size: 17px;
  font-weight: 350;
}
.step-item-box img {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  line-height: normal;
}

.step-item-box:nth-child(4n+1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.step-item-box:nth-child(4n+2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.step-item-box:nth-child(4n+3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.step-item-box:nth-child(4n+4) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.step-item-box:nth-child(4n+5) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.step-item-box:nth-child(4n+6) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

#binoculars {
  color: #0aabe7;
}

#doors {
  color: #fd602b;
}

#calculator {
  color: #f9d531;
}

#boxes {
  color: #99b91a;
}

#girl-how-it-works {
  color: #48e6db;
}

#piggy-bank {
  color: #ff78aa;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.hide-overflow {
  overflow: hidden !important;
}

header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  z-index: 99;
  max-height: 85px;
  opacity: 1;
}
header::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 479px) {
  header {
    height: 125px;
  }
}
header img.logo {
  display: inline-block;
  max-width: 260px;
  max-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 999;
}
@media (max-width: 479px) and (min-width: 720px) {
  header img.logo {
    position: absolute;
    width: auto;
    height: auto;
    left: 10px;
    margin: 10px 0 0;
    z-index: 102;
  }
}
@media (max-width: 385px) {
  header img.logo {
    max-width: 220px;
  }
}
header ul.social {
  display: none;
  margin: 0 auto 15px;
  padding: 0;
  list-style-type: none;
  height: auto;
  text-align: center;
}
header ul.social li {
  display: inline-block;
  margin: 0 4px 0 0;
}
header ul.social a {
  font-size: 1em;
  margin: 0;
  color: #fff;
  display: inline-block;
  padding: 0px 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
}
header ul.social a:hover {
  color: #fff;
}
header ul.social i {
  font-size: 20px;
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 40px;
}
header .contact-info {
  text-align: center;
}
header .contact-info a {
  color: inherit;
}
header .contact-info p {
  margin: 0;
  color: #c3a95b;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}
header .contact-info p i {
  color: #17335E;
  margin: 0 10px 0 -10px;
}
@media (min-width: 720px) {
  header img.logo {
    margin: 0 0 0 0;
  }
  header ul.social {
    display: inline-block;
    float: right;
  }
  header .contact-info {
    float: right;
    text-align: right;
    width: 100%;
  }
  header .contact-info p {
    float: right;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
  }
  header .contact-info .telephone {
    margin-left: 30px;
  }
}

.header-basket {
  display: none;
}
@media (min-width: 720px) {
  .header-basket {
    display: block;
    float: right;
    margin: 25px 0 20px;
    padding-left: 20px;
  }
  .header-basket a {
    display: inline-block;
    color: #ffffff !important;
    border: 0 solid #c3a95b;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #c3a95b;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative;
    cursor: pointer;
    background-color: transparent !important;
    color: #fff !important;
    padding: 0 15px;
    float: left;
    margin-left: 15px;
  }
  .header-basket a:hover {
    color: #e6e6e6 !important;
    border: 0 solid #ac913f;
    background-color: #bc9f48;
  }
  .header-basket a:first-of-type {
    margin-left: 0;
    color: #fff !important;
  }
  .header-basket a a.hover {
    color: #fff !important;
  }
  .header-basket a.active {
    background-color: #17335E;
    color: #fff !important;
  }
  .header-basket a .res-icon-beds::before {
    color: #fff !important;
  }
}
.header-basket span {
  margin-right: 5px;
}

#propertybasket-count {
  color: #e5007d;
}

.save-prop-page h1 {
  color: #333333;
  padding-left: 30px !important;
}
@media (min-width: 480px) {
  .save-prop-page h1 {
    padding-left: 0px !important;
  }
}
@media (max-width: 320px) {
  .save-prop-page h1 {
    padding-left: 0px !important;
  }
}

.remove-property {
  float: right;
  margin: 2px;
  font-size: 22px !important;
  background-color: transparent;
  color: red !important;
  padding: 6px;
}

#propertybasket {
  color: white;
  top: -11px;
  border-radius: 50%;
  background: transparent;
  width: 16px;
  height: 16px;
  position: absolute;
  font-size: 11px;
  line-height: 16px;
  left: 35px;
}

.populated {
  color: white;
  top: -11px;
  border-radius: 50%;
  background: red !important;
  width: 16px;
  height: 16px;
  position: absolute;
  font-size: 11px;
  line-height: 16px;
  left: 35px;
}

ul.social .rss {
  background-color: #ef922f;
}
ul.social .rss:hover {
  background-color: #da7911;
}

@media (min-width: 720px) {
  a.logo-link {
    position: absolute;
    left: 20px;
    top: 8%;
  }
}

#tenant-how-it-works-header {
  background-image: url("images/tenant-hiw.jpg");
}
@media (max-width: 1280px) {
  #tenant-how-it-works-header {
    background-image: url("images/tenant-hiw-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #tenant-how-it-works-header {
    background-image: url("images/tenant-hiw-960.jpg");
  }
}
@media (max-width: 480px) {
  #tenant-how-it-works-header {
    background-image: url("images/tenant-hiw-480.jpg");
  }
}

#tenant-why-us-header {
  background-image: url("images/tenant-why-choose-us.jpg");
}
@media (max-width: 1280px) {
  #tenant-why-us-header {
    background-image: url("images/tenant-why-choose-us-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #tenant-why-us-header {
    background-image: url("images/tenant-why-choose-us-960.jpg");
  }
}
@media (max-width: 480px) {
  #tenant-why-us-header {
    background-image: url("images/tenant-why-choose-us-480.jpg");
  }
}

#tenant-faqs {
  background-image: url("images/tenant-faqs.jpg");
}
@media (max-width: 1280px) {
  #tenant-faqs {
    background-image: url("images/tenant-faqs-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #tenant-faqs {
    background-image: url("images/tenant-faqs-960.jpg");
  }
}
@media (max-width: 480px) {
  #tenant-faqs {
    background-image: url("images/tenant-faqs-480.jpg");
  }
}

#landlord-hiw {
  background-image: url("images/landlord-hiw.jpg");
}
@media (max-width: 1280px) {
  #landlord-hiw {
    background-image: url("images/landlord-hiw-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #landlord-hiw {
    background-image: url("images/landlord-hiw-960.jpg");
  }
}
@media (max-width: 480px) {
  #landlord-hiw {
    background-image: url("images/landlord-hiw-480.jpg");
  }
}

#landlord-why-us-header {
  background-image: url("images/landlord-why-choose-us.jpg");
}
@media (max-width: 1280px) {
  #landlord-why-us-header {
    background-image: url("images/landlord-why-choose-us-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #landlord-why-us-header {
    background-image: url("images/landlord-why-choose-us-960.jpg");
  }
}
@media (max-width: 480px) {
  #landlord-why-us-header {
    background-image: url("images/landlord-why-choose-us-480.jpg");
  }
}

#landlord-faqs {
  background-image: url("images/landlord-faqs.jpg");
}
@media (max-width: 1280px) {
  #landlord-faqs {
    background-image: url("images/landlord-faqs-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #landlord-faqs {
    background-image: url("images/landlord-faqs-960.jpg");
  }
}
@media (max-width: 480px) {
  #landlord-faqs {
    background-image: url("images/landlord-faqs-480.jpg");
  }
}

#landlord-testimonials {
  background-image: url("images/landlord-testimonials.jpg");
}
@media (max-width: 1280px) {
  #landlord-testimonials {
    background-image: url("images/landlord-testimonials-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #landlord-testimonials {
    background-image: url("images/landlord-testimonials-960.jpg");
  }
}
@media (max-width: 480px) {
  #landlord-testimonials {
    background-image: url("images/landlord-testimonials-480.jpg");
  }
}

#contact-us-header {
  background-image: url("images/contact-us-header.jpg");
}
@media (max-width: 1280px) {
  #contact-us-header {
    background-image: url("images/contact-us-header-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #contact-us-header {
    background-image: url("images/contact-us-header-960.jpg");
  }
}
@media (max-width: 480px) {
  #contact-us-header {
    background-image: url("images/contact-us-header-480.jpg");
  }
}

#registration {
  background-image: url("images/landlord-faqs.jpg");
}
@media (max-width: 1280px) {
  #registration {
    background-image: url("images/landlord-faqs-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #registration {
    background-image: url("images/landlord-faqs-960.jpg");
  }
}
@media (max-width: 480px) {
  #registration {
    background-image: url("images/landlord-faqs-480.jpg");
  }
}

.header-title {
  width: 760px;
  max-width: 100%;
  height: 210px;
  max-height: 210px;
  position: absolute;
  top: 140px;
  z-index: 10;
  left: 0;
  background-color: green;
  padding-top: 20px;
  padding-left: 60px;
}
.header-title h1 {
  color: white;
  text-align: left;
  font-size: 22px;
  line-height: 53px;
  font-weight: 300;
}
.header-title span {
  font-weight: 600;
}

@media (max-width: 1280px) {
  .header-title {
    width: 560px;
    max-width: 100%;
    height: 210px;
    max-height: 210px;
    position: absolute;
    top: 140px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 60px;
  }
  .header-title h1 {
    color: white;
    text-align: left;
    font-size: 22px;
    line-height: 53px;
    font-weight: 300;
  }
  .header-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  .header-title {
    max-width: 330px;
    width: 100%;
    height: 210px;
    max-height: 210px;
    position: absolute;
    top: 140px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 60px;
  }
  .header-title h1 {
    color: white;
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 300;
  }
  .header-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .header-title {
    max-width: 150px;
    width: 100%;
    height: 210px;
    max-height: 210px;
    position: absolute;
    top: 110px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 0px;
  }
  .header-title h1 {
    color: white;
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 300;
  }
  .header-title span {
    font-weight: 600;
  }
}
.slideshow-title {
  width: 760px;
  max-width: 100%;
  height: 210px;
  max-height: 210px;
  position: absolute;
  top: 140px;
  z-index: 10;
  left: 0;
  background-color: green;
  padding-top: 20px;
  padding-left: 60px;
}
.slideshow-title h1 {
  color: white;
  text-align: left;
  font-size: 22px;
  line-height: 53px;
  font-weight: 300;
}
.slideshow-title span {
  font-weight: 600;
}

@media (max-width: 1280px) {
  .slideshow-title {
    width: 560px;
    max-width: 100%;
    height: 240px;
    max-height: 240px;
    position: absolute;
    top: 140px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 60px;
  }
  .slideshow-title h1 {
    color: white;
    text-align: left;
    font-size: 22px;
    line-height: 53px;
    font-weight: 300;
  }
  .slideshow-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  .slideshow-title {
    max-width: 330px;
    width: 100%;
    height: 275px;
    max-height: 275px;
    position: absolute;
    top: 140px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 40px;
  }
  .slideshow-title h1 {
    color: white;
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 300;
  }
  .slideshow-title span {
    font-weight: 600;
  }
}
@media (max-width: 648px) {
  .slideshow-title {
    max-width: 240px;
    width: 100%;
    height: 265px;
    max-height: 265px;
    position: absolute;
    top: 110px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 10px;
  }
  .slideshow-title h1 {
    color: white;
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 300;
  }
  .slideshow-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .slideshow-title {
    max-width: 150px;
    width: 100%;
    height: 265px;
    max-height: 260px;
    position: absolute;
    top: 110px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 0px;
  }
  .slideshow-title h1 {
    color: white;
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 300;
  }
  .slideshow-title span {
    font-weight: 600;
  }
}
@media (max-width: 385px) {
  .slideshow-title {
    max-width: 150px;
    width: 100%;
    height: 265px;
    max-height: 260px;
    position: absolute;
    top: 140px;
    z-index: 10;
    left: 0;
    background-color: green;
    padding-top: 20px;
    padding-left: 0px;
  }
  .slideshow-title h1 {
    color: white;
    text-align: left;
    font-size: 42px;
    line-height: 53px;
    font-weight: 300;
  }
  .slideshow-title span {
    font-weight: 600;
  }
}
#slide-1-title {
  background-color: #158e30;
}
#slide-1-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  font-weight: 300;
  padding-right: 30px;
  padding-top: 0px;
}
#slide-1-title span {
  font-weight: 600;
}
@media (max-width: 1280px) {
  #slide-1-title h1 {
    color: white;
    text-align: left;
    font-size: 32px;
    line-height: 53px;
    font-weight: 300;
    padding-top: 0px;
    padding-right: 0px;
  }
  #slide-1-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  #slide-1-title h1 {
    color: white;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    padding-top: 0px;
  }
  #slide-1-title span {
    font-weight: 600;
  }
}
@media (max-width: 648px) {
  #slide-1-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 10px;
  }
  #slide-1-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #slide-1-title h1 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 20px;
  }
  #slide-1-title span {
    font-weight: 600;
  }
}
@media (max-width: 385px) {
  #slide-1-title h1 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 20px;
  }
  #slide-1-title span {
    font-weight: 600;
  }
}

#slide-1-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #158e30;
}
@media (max-width: 480px) {
  #slide-1-title:after {
    left: 85%;
  }
}

#slide-2-title {
  background-color: #ff0135;
}
#slide-2-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  font-weight: 300;
  padding-right: 45px;
  padding-top: 25px;
}
#slide-2-title span {
  font-weight: 600;
}
@media (max-width: 1280px) {
  #slide-2-title h1 {
    color: white;
    text-align: right;
    font-size: 32px;
    line-height: 53px;
    font-weight: 300;
    padding-right: 40px;
    padding-left: 0px;
  }
  #slide-2-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  #slide-2-title h1 {
    color: white;
    text-align: left;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    padding-left: 35px;
  }
  #slide-2-title span {
    font-weight: 600;
  }
}
@media (max-width: 648px) {
  #slide-2-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #slide-2-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #slide-2-title h1 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 20px;
  }
  #slide-2-title span {
    font-weight: 600;
  }
}
@media (max-width: 385px) {
  #slide-2-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 20px;
  }
  #slide-2-title span {
    font-weight: 600;
  }
}

#slide-2-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #ff0135;
}
@media (max-width: 480px) {
  #slide-2-title:after {
    left: 85%;
  }
}

#slide-3-title {
  background-color: #009fe3;
}
#slide-3-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  font-weight: 300;
  padding-top: 25px;
  padding-right: 40px;
}
#slide-3-title span {
  font-weight: 600;
}
@media (max-width: 1280px) {
  #slide-3-title h1 {
    color: white;
    text-align: right;
    font-size: 32px;
    line-height: 53px;
    font-weight: 300;
    padding-top: 25px;
    padding-right: 40px;
  }
  #slide-3-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  #slide-3-title h1 {
    color: white;
    text-align: right;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    padding-right: 30px;
    padding-top: 35px;
  }
  #slide-3-title span {
    font-weight: 600;
  }
}
@media (max-width: 648px) {
  #slide-3-title h1 {
    color: white;
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 38px;
    padding-right: 30px;
  }
  #slide-3-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #slide-3-title h1 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 20px;
    padding-right: 20px;
  }
  #slide-3-title span {
    font-weight: 600;
  }
}
@media (max-width: 385px) {
  #slide-3-title h1 {
    color: white;
    text-align: right;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 30px;
  }
  #slide-3-title span {
    font-weight: 600;
  }
}

#slide-3-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #009fe3;
}
@media (max-width: 480px) {
  #slide-3-title:after {
    left: 85%;
  }
}

#slide-4-title {
  background-color: #9b016f;
}
#slide-4-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  font-weight: 300;
  padding-top: 25px;
  padding-right: 40px;
}
#slide-4-title span {
  font-weight: 600;
}
@media (max-width: 1280px) {
  #slide-4-title h1 {
    color: white;
    text-align: right;
    font-size: 32px;
    line-height: 53px;
    font-weight: 300;
    padding-top: 20px;
    padding-right: 40px;
  }
  #slide-4-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  #slide-4-title h1 {
    color: white;
    text-align: left;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    padding-right: 20px;
    padding-top: 25px;
  }
  #slide-4-title span {
    font-weight: 600;
  }
}
@media (max-width: 648px) {
  #slide-4-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 30px;
    padding-right: 20px;
  }
  #slide-4-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #slide-4-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    padding-left: 8px;
    padding-right: 20px;
    padding-top: 0px;
  }
  #slide-4-title span {
    font-weight: 600;
  }
}
@media (max-width: 385px) {
  #slide-4-title h1 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 20px;
  }
  #slide-4-title span {
    font-weight: 600;
  }
}

#slide-4-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #9b016f;
}
@media (max-width: 480px) {
  #slide-4-title:after {
    left: 85%;
  }
}

#slide-5-title {
  background-color: #0bbbef;
}
#slide-5-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  font-weight: 300;
  padding-top: 25px;
  padding-right: 40px;
  padding-left: 0px;
}
#slide-5-title span {
  font-weight: 600;
}
@media (max-width: 1280px) {
  #slide-5-title h1 {
    color: white;
    text-align: right;
    font-size: 32px;
    line-height: 53px;
    font-weight: 300;
  }
  #slide-5-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  #slide-5-title h1 {
    color: white;
    text-align: left;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 0px;
  }
  #slide-5-title span {
    font-weight: 600;
  }
}
@media (max-width: 648px) {
  #slide-5-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 36px;
    padding-right: 20px;
  }
  #slide-5-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #slide-5-title h1 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 20px;
    padding-right: 20px;
  }
  #slide-5-title span {
    font-weight: 600;
  }
}
@media (max-width: 385px) {
  #slide-5-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 20px;
  }
  #slide-5-title span {
    font-weight: 600;
  }
}

#slide-5-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #0bbbef;
}
@media (max-width: 480px) {
  #slide-5-title:after {
    left: 85%;
  }
}

#slide-6-title {
  background-color: #13b7dc;
}
#slide-6-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  font-weight: 300;
  padding-top: 25px;
  padding-right: 40px;
  padding-left: 0px;
}
#slide-6-title span {
  font-weight: 600;
}
@media (max-width: 1280px) {
  #slide-6-title h1 {
    color: white;
    text-align: right;
    font-size: 32px;
    line-height: 53px;
    font-weight: 300;
  }
  #slide-6-title span {
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  #slide-6-title h1 {
    color: white;
    text-align: left;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 0px;
  }
  #slide-6-title span {
    font-weight: 600;
  }
}
@media (max-width: 648px) {
  #slide-6-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 36px;
    padding-right: 20px;
  }
  #slide-6-title span {
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  #slide-6-title h1 {
    color: white;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 20px;
    padding-right: 20px;
  }
  #slide-6-title span {
    font-weight: 600;
  }
}
@media (max-width: 385px) {
  #slide-6-title h1 {
    color: white;
    text-align: left;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 20px;
  }
  #slide-6-title span {
    font-weight: 600;
  }
}

#slide-6-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #13b7dc;
}
@media (max-width: 480px) {
  #slide-6-title:after {
    left: 85%;
  }
}

#aboutus-title {
  background-color: #64829c;
}
#aboutus-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #aboutus-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #aboutus-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #aboutus-title h1 {
    font-size: 20px;
    line-height: 38px;
    padding-top: 48px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#aboutus-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #64829c;
}

#tenant-hiw-title {
  background-color: red;
}
#tenant-hiw-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 35px;
  padding-right: 50px;
  font-weight: 300;
}
@media (max-width: 1280px) {
  #tenant-hiw-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #tenant-hiw-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #tenant-hiw-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 48px;
    padding-left: 5px;
    padding-right: 20px;
  }
}
#tenant-hiw-title span {
  font-weight: 500;
}

#tenant-hiw-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid red;
}

#tenant-why-us-title {
  background-color: #8c2d70;
}
#tenant-why-us-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #tenant-why-us-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #tenant-why-us-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #tenant-why-us-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#tenant-why-us-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #8c2d70;
}

#tenant-faq-title {
  background-color: #8d1d81;
}
#tenant-faq-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #tenant-faq-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #tenant-faq-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #tenant-faq-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#tenant-faq-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #8d1d81;
}

#landlord-hiw-title {
  background-color: #676767;
}
#landlord-hiw-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 35px;
  padding-right: 50px;
  font-weight: 300;
}
@media (max-width: 1280px) {
  #landlord-hiw-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #landlord-hiw-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #landlord-hiw-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}
#landlord-hiw-title span {
  font-weight: 500;
}

#landlord-hiw-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #676767;
}

#landlord-why-us-title {
  background-color: #3f3c51;
}
#landlord-why-us-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #landlord-why-us-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #landlord-why-us-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #landlord-why-us-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#landlord-why-us-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #3f3c51;
}

#landlord-faq-title {
  background-color: #4466a3;
}
#landlord-faq-title h1 {
  color: white;
  text-align: right;
  font-size: 38px;
  line-height: 53px;
  padding-top: 4px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #landlord-faq-title h1 {
    font-size: 30px;
    line-height: 43px;
    padding-top: 15px;
  }
}
@media (max-width: 1023px) {
  #landlord-faq-title h1 {
    font-size: 20px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #landlord-faq-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#landlord-faq-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #4466a3;
}

#registration-title {
  background-color: #4466a3;
}
#registration-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #registration-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #registration-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #registration-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#registration-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #4466a3;
}

#work-for-us-title {
  background-color: #0a5081;
}
#work-for-us-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #work-for-us-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #work-for-us-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #work-for-us-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#work-for-us-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #0a5081;
}

#tenant-testimonial-title {
  background-color: #ec6195;
}
#tenant-testimonial-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 30px;
  padding-right: 50px;
  font-weight: 300;
}
@media (max-width: 1280px) {
  #tenant-testimonial-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #tenant-testimonial-title h1 {
    font-size: 20px;
    line-height: 33px;
    padding-right: 30px;
    padding-top: 54px;
  }
}
@media (max-width: 480px) {
  #tenant-testimonial-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#tenant-testimonial-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #ec6195;
}

#landlord-testimonial-title {
  background-color: #246674;
}
#landlord-testimonial-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 30px;
  padding-right: 50px;
  font-weight: 300;
}
@media (max-width: 1280px) {
  #landlord-testimonial-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #landlord-testimonial-title h1 {
    font-size: 20px;
    line-height: 33px;
    padding-right: 30px;
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  #landlord-testimonial-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#landlord-testimonial-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #246674;
}

#blog-title {
  background-color: #afca0b;
}
#blog-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #blog-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #blog-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #blog-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#blog-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #afca0b;
}

#landlord-blog-title {
  background-color: #6e696e;
}
#landlord-blog-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #landlord-blog-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #landlord-blog-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #landlord-blog-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#landlord-blog-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #6e696e;
}

#blog-article-title {
  background-color: #afca0b;
}
#blog-article-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 35px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #blog-article-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #blog-article-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #blog-article-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 36px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#blog-article-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #afca0b;
}

#contact-us-title {
  background-color: #2e2923;
}
#contact-us-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #contact-us-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #contact-us-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #contact-us-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#contact-us-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #2e2923;
}

#area-guide-title {
  background-color: #786c60;
}
#area-guide-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #area-guide-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #area-guide-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #area-guide-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#area-guide-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #786c60;
}

#area-guide-page-title {
  background-color: #4dace2;
}
#area-guide-page-title h1 {
  color: white;
  text-align: right;
  font-size: 42px;
  line-height: 53px;
  padding-top: 55px;
  padding-right: 50px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #area-guide-page-title h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  #area-guide-page-title h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  #area-guide-page-title h1 {
    font-size: 18px;
    line-height: 23px;
    padding-top: 54px;
    padding-left: 5px;
    padding-right: 20px;
  }
}

#area-guide-page-title:after {
  position: absolute;
  display: block;
  top: 38%;
  left: 100%;
  margin-top: -10px;
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 65px solid #4dace2;
}

.atss {
  position: absolute !important;
  top: 180px !important;
}
@media (max-width: 970px) {
  .atss {
    position: fixed !important;
    top: auto !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99 !important;
    -webkit-box-shadow: 0 0 1px 1px #e2dfe2;
            box-shadow: 0 0 1px 1px #e2dfe2;
  }
}

#at4-share, #at4-soc {
  top: 30% !important;
  bottom: auto;
}

.atss {
  z-index: 9 !important;
}

.pop-up-contain {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.cnt223 a {
  text-decoration: none;
}

.popup-onload {
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 2147483649;
  width: 100%;
  max-width: 640px;
  top: 50vh;
  margin-top: -225px;
}
.popup-onload img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  z-index: 99;
}
@media (max-width: 680px) {
  .popup-onload {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .popup-onload {
    margin-top: 80px;
    top: 0;
  }
}

.cnt223 {
  max-width: 640px;
  width: 100%;
  margin: 20px auto;
  position: relative;
  z-index: 103;
}

.cnt223 .close {
  font-size: 19px !important;
}

.cnt223 h2 {
  clear: both;
  font-size: 22px;
  color: #eee;
  font-weight: 400;
  margin-bottom: 15px;
}

.cnt223 p {
  clear: both;
  color: #eee;
  /* text-align: justify; */
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .cnt223 p {
    font-size: 14px;
  }
}

.cnt223 p a {
  color: #eee;
  font-weight: normal;
  font-size: 16px;
  padding: 5px 10px;
  background-color: red;
  z-index: 100;
}
@media (max-width: 480px) {
  .cnt223 p a {
    font-size: 14px;
  }
}

.cnt223 .x {
  float: right;
  font-size: 20px;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}

.home-contain {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.home-slider-contain {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* ipad 11 */
  /* ipad Air */
  /* iphone5 */
  /* iphoneX */
  /* iPhone 4 */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home-slider-contain {
    min-height: 900px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home-slider-contain {
    min-height: 922px;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) {
  .home-slider-contain {
    min-height: 900px;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
  .home-slider-contain {
    min-height: 922px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 900px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 922px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 720px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 720px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 813px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 720px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 813px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 720px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 720px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slider-contain {
    min-height: 720px;
  }
}
.home-slider-contain > img {
  width: 100%;
  height: auto;
}
.home-slider-contain a.down-arrow {
  position: absolute;
  bottom: 65px;
  display: block;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 60px;
  width: 70px;
  height: 70px;
  line-height: 75px;
  margin: 0 0 0 -20px;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 2147483648;
  -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
  animation: avia_fade_move_down 2s ease-in-out infinite;
}
.home-slider-contain a.down-arrow:hover i {
  color: #000;
}
.home-slider-contain a.down-arrow i {
  float: left;
  width: 100%;
  height: 100%;
  line-height: inherit;
  color: #333333;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-slider-contain a.down-arrow {
    display: none;
  }
}
@media (max-width: 688px) {
  .home-slider-contain a.down-arrow {
    display: none;
  }
}

.video {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 110vh;
  min-width: 100vw;
  margin-top: -165px;
  width: auto;
  height: auto;
}

.home-info {
  float: left;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  margin-top: 55px;
}
.home-info .home-blurb h2 {
  font-size: 40px;
  margin-top: 0;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 350;
}
.home-info .home-blurb h2 span {
  font-weight: 400;
}
.home-info a.valuation-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.home-info a.valuation-link span.text {
  float: left;
  background-color: #c3a95b;
  color: #fff;
  border: 4px solid #17335E;
  width: 100%;
  padding: 15px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  text-shadow: 2px 2px 0 #17335E;
}
@media (min-width: 720px) {
  .home-info .home-blurb {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .home-info a.valuation-link {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 0 0 0;
    position: relative;
  }
  .home-info a.valuation-link span.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url("images/valuation-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-info a.valuation-link span.text {
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    padding: 80px 15px;
    line-height: 70px;
    background-color: rgba(195, 169, 91, 0.9);
    z-index: 2;
    position: relative;
  }
  .home-info a.valuation-link:hover span.text {
    background-color: rgba(172, 145, 63, 0.9);
  }
}
@media (min-width: 960px) {
  .home-info .home-blurb {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 15px;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  .home-info .home-blurb {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .home-info a.valuation-link {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}

.home-button-contain {
  display: block;
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-button-contain .home-button {
  position: relative;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.home-button-contain .home-button a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  height: 40px;
  background-color: transparent;
  color: #000 !important;
  font-size: 20px;
  line-height: 0px;
  border-radius: 18px !important;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.home-button-contain .home-button a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.home-button-contain .home-button a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.home-button-contain .home-button a:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
.home-button-contain .home-button a:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #000;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
@media (max-width: 380px) {
  .home-button-contain .home-button a {
    font-size: 18px;
  }
}

.our-offices {
  float: left;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 70px;
}
.our-offices div {
  float: left;
}
.our-offices .our-office-info {
  background-image: url("images/how-it-works.jpg");
}
@media (min-width: 480px) {
  .our-offices .our-office-info {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .our-offices .our-office-info {
    width: 50%;
    min-height: 575px;
  }
}
@media (max-width: 360px) {
  .our-offices .our-office-info {
    width: 100%;
  }
}
.our-offices .our-office-info div.text {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  padding: 30px;
  line-height: normal;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: relative;
  color: #fff;
}
@media (min-width: 480px) {
  .our-offices .our-office-info div.text {
    padding: 80px;
  }
}
@media (min-width: 1024px) {
  .our-offices .our-office-info div.text {
    padding: 80px;
    height: 600px;
    max-height: 575px;
  }
}
@media (max-width: 720px) {
  .our-offices .our-office-info div.text {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .our-offices .our-office-info div.text {
    padding: 50px;
  }
}
.our-offices .our-office-info div.text h3 {
  color: white;
  font-size: 36px;
  font-weight: 350;
  margin-top: 15px;
}
.our-offices .our-office-info div.text p {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 480px) {
  .our-offices .our-office-info div.text p {
    width: 100% !important;
  }
}
@media (min-width: 720px) {
  .our-offices .our-office-info div.text p {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .our-offices .our-office-info div.text p {
    width: 100% !important;
  }
}
.our-offices .our-office-info div.text i {
  font-size: 65px;
}
.our-offices .our-office-info a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  color: #000 !important;
  border-radius: 18px !important;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 25px;
  font-size: 20px;
  line-height: 0;
  margin-top: 15px;
}
.our-offices .our-office-info a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.our-offices .our-office-info a:hover {
  background-color: #000;
  color: #fff;
}
.our-offices .our-office-location {
  width: 100%;
  background: #696969;
}
@media (min-width: 480px) {
  .our-offices .our-office-location {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .our-offices .our-office-location {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .our-offices .our-office-location {
    width: 100%;
  }
}

.home-links {
  float: left;
  padding-top: 45px;
  width: 100%;
}
.home-links a:hover {
  text-decoration: none;
}
.home-links a {
  float: left;
  width: 100%;
}
.home-links img {
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto 15px;
}
.home-links div {
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 720px) {
  .home-links a {
    padding: 30px 0;
    border-bottom: 1px dashed #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links a:last-of-type {
    border: 0;
    margin: 0;
  }
  .home-links div {
    padding: 30px 0;
    border-bottom: 1px dashed #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links div:last-of-type {
    border: 0;
    margin: 0;
  }
  .home-links div.home-link-1 {
    background-color: #ffcc00;
    color: white;
  }
  .home-links div.home-link-2 {
    background-color: #009fe3;
    color: white;
  }
  .home-links div.home-link-3 {
    background-color: #afca0b;
    color: white;
  }
  .home-links div.home-link-4 {
    background-color: #f18700;
    color: white;
  }
}
@media (min-width: 480px) {
  .home-links a {
    width: 50%;
  }
  .home-links div {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .home-links a:hover {
    background-color: #0d1d35;
  }
}
@media (min-width: 480px) and (max-width: 960px) {
  .home-links a {
    border-bottom: 0;
    margin: 0;
    padding: 30px 0;
  }
  .home-links a:nth-child(1) {
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links a:nth-child(2) {
    border-bottom: 1px dashed #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links a:nth-child(3) {
    border-right: 1px dashed #fff;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links div {
    border-bottom: 0;
    margin: 0;
    padding: 30px 0;
  }
  .home-links div:nth-child(1) {
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links div:nth-child(2) {
    border-bottom: 1px dashed #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links div:nth-child(3) {
    border-right: 1px dashed #fff;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links div.home-link-1 {
    background-color: #ffcc00;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-1 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-1 p span {
    font-size: 36px;
    font-weight: bold;
  }
  .home-links div.home-link-2 {
    background-color: #009fe3;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-2 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-2 p span {
    font-size: 38px;
    font-weight: bold;
  }
  .home-links div.home-link-3 {
    background-color: #afca0b;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-3 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-3 p span {
    font-size: 38px;
    font-weight: bold;
  }
  .home-links div.home-link-4 {
    background-color: #f18700;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-4 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-4 p span {
    font-size: 38px;
    font-weight: bold;
  }
}
@media (max-width: 480px) {
  .home-links div.home-link-1 {
    background-color: #ffcc00;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-1 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-1 p span {
    font-size: 36px;
    font-weight: bold;
  }
  .home-links div.home-link-2 {
    background-color: #009fe3;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-2 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-2 p span {
    font-size: 38px;
    font-weight: bold;
  }
  .home-links div.home-link-3 {
    background-color: #afca0b;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-3 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-3 p span {
    font-size: 38px;
    font-weight: bold;
  }
  .home-links div.home-link-4 {
    background-color: #f18700;
    color: white;
    width: 100%;
  }
  .home-links div.home-link-4 p {
    font-size: 26px;
    font-weight: 400;
  }
  .home-links div.home-link-4 p span {
    font-size: 38px;
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  .home-links div {
    width: 25%;
    height: 100%;
    min-height: 421px;
    padding: 60px 30px;
    border-right: 1px dashed #fff;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links div:last-of-type {
    border: 0;
  }
  .home-links div span {
    font-size: 76px;
    font-weight: normal;
  }
  .home-links div p {
    font-size: 26px;
    font-weight: normal;
  }
  .home-links a {
    width: 25%;
    height: 100%;
    padding: 60px 30px;
    border-right: 1px dashed #fff;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
  }
  .home-links a:last-of-type {
    border: 0;
  }
  .home-links a:hover img {
    padding: 5px;
    border: 4px solid #c3a95b;
  }
  .home-links div.home-link-1 {
    background-color: #ffcc00;
    color: white;
  }
  .home-links div.home-link-2 {
    background-color: #009fe3;
    color: white;
  }
  .home-links div.home-link-3 {
    background-color: #afca0b;
    color: white;
  }
  .home-links div.home-link-4 {
    background-color: #f18700;
    color: white;
  }
  .home-links img {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    max-width: 150px;
    margin-bottom: 30px;
    padding: 10px;
    border: 0;
    border-radius: 50%;
  }
}

.home-search #home-search-type {
  padding-left: 20px;
  margin-bottom: 40px;
  text-align: center;
  color: #333333;
}
@media (max-width: 670px) {
  .home-search #home-search-type {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .home-search #home-search-type {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 385px) {
  .home-search #home-search-type {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.home-search #home-search-type #home-search-type-radius, .home-search #home-search-type #home-search-type-travel-time {
  margin-right: 0px !important;
  display: inline-block;
  text-align: center;
  margin-right: 0px;
  margin: 0 auto;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .home-search #home-search-type #home-search-type-radius, .home-search #home-search-type #home-search-type-travel-time {
    text-align: left;
    display: block;
  }
}
.home-search #home-search-type #home-search-type-radius.active, .home-search #home-search-type #home-search-type-travel-time.active {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}
.home-search #home-search-type #home-search-type-radius.active:hover, .home-search #home-search-type #home-search-type-travel-time.active:hover {
  opacity: 1;
  cursor: pointer;
}
.home-search #home-search-type #home-search-type-radius:hover, .home-search #home-search-type #home-search-type-travel-time:hover {
  opacity: 1;
  cursor: pointer;
}
.home-search #home-search-type #home-search-type-radius i, .home-search #home-search-type #home-search-type-travel-time i {
  line-height: normal !important;
  vertical-align: middle;
  text-align: center;
  font-size: 44px;
}
@media (max-width: 480px) {
  .home-search #home-search-type #home-search-type-radius i, .home-search #home-search-type #home-search-type-travel-time i {
    text-align: left;
    font-size: 20px;
  }
}
@media (max-width: 385px) {
  .home-search #home-search-type #home-search-type-radius i, .home-search #home-search-type #home-search-type-travel-time i {
    font-size: 20px;
  }
}
.home-search #home-search-type #home-search-type-radius .active, .home-search #home-search-type #home-search-type-travel-time .active {
  opacity: 1;
  color: white;
}
.home-search #home-search-type #home-search-type-radius {
  color: #fff;
}
.home-search #home-search-type #home-search-type-travel-time {
  color: #fff;
}
.home-search #home-search-type span {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 385px) {
  .home-search #home-search-type span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-search #home-search-type span {
    font-size: 20px;
  }
}
.home-search #home-search-type #home-search-type-radius i:before {
  line-height: normal !important;
}
.home-search #home-search-type #home-search-type-travel-time i:before {
  line-height: normal !important;
}
.home-search #view-all {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2px;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}
.home-search #view-all a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 480px) {
  .home-search #view-all {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 25px;
  }
}
@media (max-width: 920px) {
  .home-search #view-all {
    padding-bottom: 20px;
  }
}

.slider-captions {
  width: 100%;
  margin-top: 175px;
  z-index: 2;
}

.slider-captions.centerCenter {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-captions.centerCenter h1 {
  color: #fff;
  font-size: 74px;
  font-weight: 400;
  z-index: 2;
  margin-bottom: 0px !important;
  text-align: center;
  text-shadow: 2px 1px #000;
}
.slider-captions.centerCenter h2 {
  font-size: 38px;
  font-weight: 350;
  color: #fff;
  z-index: 2;
  text-align: center;
  text-shadow: 2px 2px #000;
}

@-webkit-keyframes avia_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes avia_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes avia_slide_down {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
nav {
  font-weight: 300;
}
nav a:active, nav a:link, nav a:visited {
  text-decoration: none;
  color: #333;
}
nav > ul {
  margin: 0;
}

a.nav-link {
  float: right;
  height: 60px;
  width: 60px;
  line-height: 125px;
  text-align: left;
  color: #fff;
  position: relative;
  display: block;
  z-index: 102;
}
@media (max-width: 1235px) {
  a.nav-link {
    line-height: 92px;
    font-size: 22px;
    display: block !important;
    margin-left: 60px;
  }
}
@media (min-width: 1235px) {
  a.nav-link {
    line-height: 92px;
    font-size: 22px;
    display: block !important;
    margin-left: 60px;
  }
}
@media (min-width: 1024px) and (min-width: 1337px) {
  a.nav-link {
    display: none !important;
  }
}
@media (max-width: 385px) {
  a.nav-link {
    margin-left: 0px;
    line-height: 85px;
  }
}
a.nav-link i {
  font-size: 32px;
  color: #fff;
}

@media (max-width: 479px) {
  nav {
    padding-top: 175px;
    min-height: 100vh;
  }
}
@media (max-width: 1336px) {
  nav {
    padding-top: 120px;
    min-height: 100vh;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  nav {
    padding-top: 140px;
    min-height: 100vh;
  }
}
.nav-mob-options {
  display: block;
}
@media (min-width: 1024px) {
  .nav-mob-options {
    display: none;
  }
}
@media (max-width: 1235px) {
  .nav-mob-options {
    display: block;
  }
}

@media (max-width: 1336px) {
  nav {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 0;
    overflow: hidden;
    right: 100%;
    width: 100%;
    height: 100vh;
    background-color: #333333;
    z-index: 101;
  }
  nav.active {
    right: 0;
  }
  nav .nav-menu {
    border-top: 1px solid #0d1d35;
    height: 100%;
    width: 100%;
    width: calc(100% + 18px);
    float: left;
    overflow-y: scroll;
  }
  nav > ul > li > a {
    border-bottom: 1px solid #0d1d35;
    position: relative;
  }
  nav li {
    line-height: 50px;
  }
  nav li::after {
    clear: both;
    content: "";
    display: block;
  }
  nav li a {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: white !important;
  }
  nav li a i {
    font-size: 30px;
    margin-right: 20px;
    vertical-align: middle;
  }
  nav a:active, nav a:link, nav a:visited {
    color: #c3a95b;
    margin-bottom: 0px;
  }
  nav i.close-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    line-height: inherit;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  nav i.close-menu:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
  }
  nav .nav-cta {
    display: none;
  }
  nav .menu-item {
    position: relative;
  }
  nav .menu-list {
    background-color: #1a1a1a;
    display: none;
  }
  nav .menu-list li {
    border-bottom: 1px solid #0d1d35;
  }
  nav .open-menu i.close-menu {
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1337px) {
  nav {
    display: block !important;
    float: left;
    margin-left: 320px;
    max-height: 95px;
  }
  nav .menu-list {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 85px;
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 0px;
  }
  nav .menu-list ul {
    float: left;
    padding-left: 30px;
    background-color: #000;
  }
  nav .menu-list li {
    line-height: 80px;
    float: left;
  }
  nav .menu-list li a {
    -webkit-transition: border 0.5s ease-in-out;
    transition: border 0.5s ease-in-out;
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 15px;
    line-height: 24px !important;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 400;
  }
  nav .menu-list li a:hover {
    color: #e6e6e6;
  }
  nav .menu-list li a i {
    display: block;
    text-align: center;
    font-size: 80px;
    line-height: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1337px) and (max-width: 1230px) {
  nav .menu-list li a i {
    font-size: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 1337px) {
  nav .menu-list li:last-of-type a {
    border-bottom: 0;
  }
  nav .menu-list .dd-col {
    float: left;
    width: 25%;
    padding: 30px 0 0 30px;
  }
  nav .menu-list .dd-col .sub-dd {
    float: left;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  nav .menu-list .dd-col ul {
    float: left;
    width: 100%;
  }
  nav .menu-list .dd-col ul li {
    text-transform: none;
    font-weight: 300;
    line-height: 28px;
  }
  nav .menu-list .dd-col ul li a {
    color: #17335E;
    font-weight: 300;
  }
  nav .menu-list .dd-col ul li a:hover {
    color: #c3a95b;
  }
  nav .nav-cta {
    display: inline-block;
    float: right;
    margin: 15px 20px 0 0;
    width: 350px;
    height: 220px;
    position: relative;
  }
  nav .nav-cta:hover .bg {
    background-size: 100%;
  }
  nav .nav-cta .bg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    padding-bottom: 55%;
    height: 230px;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
  }
  nav .nav-cta .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: rgba(51, 51, 51, 0.2);
  }
  nav .nav-cta p {
    position: absolute;
    width: 100%;
    width: calc(100% - 30px);
    bottom: 0px;
    left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 30px;
    text-align: center;
    text-shadow: 2px 2px #000;
    top: 35px;
  }
  nav .nav-cta p b {
    font-weight: 500;
    font-size: 28px;
    text-shadow: 2px 2px #000;
  }
}
@media (min-width: 1024px) and (min-width: 1337px) and (max-width: 1515px) {
  nav .nav-cta {
    width: 300px;
    height: 220px;
    margin: 20px 20px 0 0;
  }
  nav .nav-cta p {
    top: -10px;
  }
}
@media (min-width: 1024px) and (min-width: 1337px) {
  nav .cta-1 {
    width: 220px !important;
    margin: 15px 20px 0 0 !important;
    height: 230px !important;
  }
  nav .cta-1 .bg {
    height: 230px !important;
    padding-bottom: 0px !important;
  }
  nav .cta-1 .text p {
    top: 20px !important;
    padding: 5px !important;
    font-size: 22px !important;
  }
  nav .cta-1 .text p b {
    font-size: 22px !important;
  }
  nav .cta-2 {
    width: 220px !important;
    margin: 15px 20px 0 0 !important;
    height: 230px !important;
  }
  nav .cta-2 .bg {
    height: 230px !important;
    padding-bottom: 0px !important;
  }
  nav .cta-2 .text p {
    top: 65px !important;
    padding: 10px !important;
    font-size: 24px !important;
  }
  nav .cta-2 .text p b {
    font-size: 24px !important;
  }
  nav i.close-menu {
    display: none !important;
  }
  nav a.nav-menu-button:hover {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #fff;
    margin-top: -20px;
    height: 95px;
    line-height: 80px;
  }
  nav .open-menu a.nav-menu-button, nav .lock-menu a.nav-menu-button {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #fff;
    margin-top: -20px;
    height: 95px;
    line-height: 80px;
  }
  nav li.menu-item {
    float: left;
  }
  nav li.menu-item > a {
    float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 450;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    padding: 10px 20px 10px;
    color: #fff;
    position: relative;
    top: 10px;
  }
}
.cta-1 .bg {
  background-image: url(/content/images/cta-1.jpg);
}

.cta-2 .bg {
  background-image: url(/content/images/cta-2.jpg);
}

.cta-3 .bg {
  background-image: url(/content/images/cta-3.jpg);
}

.cta-4 .bg {
  background-image: url(/content/images/cta-4.jpg);
}

.cta-5 .bg {
  background-image: url(/content/images/cta-5.jpg);
}

.cta-6 .bg {
  background-image: url(/content/images/cta-6.jpg);
}

.cta-7 .bg {
  background-image: url(/content/images/cta-7.jpg);
}

.cta-8 .bg {
  background-image: url(/content/images/cta-8.jpg);
}

.cta-9 .bg {
  background-image: url(/content/images/cta-9.jpg);
}

#nav-icon-1 {
  color: #af050f;
}

#nav-icon-2 {
  color: #e16d02;
}

#nav-icon-3 {
  color: #c08800;
}

#nav-icon-4 {
  color: #778a08;
}

#nav-icon-5 {
  color: #0074a5;
}

#nav-icon-6 {
  color: #4a3b86;
}

#nav-icon-7 {
  color: #661258;
}

#nav-icon-8 {
  color: #691b70;
}

#nav-icon-9 {
  color: #b10060;
}

#nav-icon-10 {
  color: #af050f;
}

#nav-icon-11 {
  color: #af050f;
}

#nav-icon-12 {
  color: #e16d02;
}

#nav-icon-13 {
  color: #778a08;
}

#nav-icon-14 {
  color: #0074a5;
}

#nav-icon-15 {
  color: #4a3b86;
}

#nav-icon-16 {
  color: #af050f;
}

#nav-icon-17 {
  color: #af050f;
}

#nav-icon-18 {
  color: #e16d02;
}

#nav-icon-19 {
  color: #778a08;
}

#nav-icon-20 {
  color: #0074a5;
}

#nav-icon-21 {
  color: #4a3b86;
}

#nav-icon-22 {
  color: #4a3b86;
}

#nav-icon-23 {
  color: #778a08;
}

#nav-icon-24 {
  color: #778a08;
}

.news-page-contain {
  width: 1500px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.news-content {
  margin: 25px auto 100px auto;
}
.news-content .box-grid-contain {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .news-content .box-grid-contain {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.news-content .box-grid-contain .box-grid {
  border: 0px;
  margin-bottom: 35px;
}
.news-content .box-grid img {
  float: right;
  border-radius: 25px;
  margin-left: 50px;
}
.news-content .box-grid-info h3 {
  font-weight: 350;
  font-size: 34px;
  line-height: 42px;
  text-align: left;
}
.news-content .box-grid-info p {
  font-size: 17px;
  font-weight: 350;
}
.news-content .box-grid-info .published {
  font-size: 20px;
  font-weight: 250;
}
.news-content .news-archive-contain {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .news-content .news-archive-contain {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
}

.news-aside {
  background-color: transparent;
  border-left: 1px solid #000;
  color: #333;
  padding-left: 50px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.news-aside h3 {
  color: inherit;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
}
.news-aside h4 {
  color: inherit;
  font-weight: 300;
  font-size: 20px;
}
.news-aside a {
  color: #000;
  font-size: 17px;
  font-weight: 350;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news-aside a:visited {
  color: #000;
}
.news-aside a:hover, .news-aside a:visited:hover {
  color: #333;
}
.news-aside .news-archive {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-aside .news-archive:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .news-aside {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .news-aside {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
}

.main-article-contain {
  width: 100%;
  float: left;
  height: 100%;
  background-color: #fff;
}

.news-article-image {
  padding-left: 20px;
  padding-right: 20px;
}

.main-article {
  margin-top: 15px;
  background-color: #fff;
}
.main-article .news-article-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
}
@media (min-width: 720px) {
  .main-article .news-article-image img {
    max-width: 420px;
    height: auto;
    float: left;
    margin: 15px 20px 15px 0px;
  }
}
@media (min-width: 720px) {
  .main-article {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media (min-width: 1024px) {
  .main-article {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-article h1 {
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 400;
}
.main-article p {
  font-size: 15px;
  font-weight: 350;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.main-article .date {
  font-size: 18px;
  font-weight: 350;
  display: inline-block;
}
.main-article .date span {
  margin-right: 10px;
}
.main-article .source {
  font-size: 18px;
  font-weight: 350;
  display: inline-block;
}

.news-art-img-1 {
  float: right;
  max-width: 420px;
  height: auto;
  margin: 10px auto 15px auto;
  margin-left: 15px;
}

.news-art-img-2 {
  float: left;
  max-width: 420px;
  height: auto;
  margin: 0px auto 5px auto;
  margin-right: 15px;
}

.news-info .published {
  border: 0px !important;
}

.news-art-info {
  float: left;
  width: 100%;
  border-top: 1px solid;
  border-color: #ddd;
  padding-top: 15px;
}

.news-info-btn a {
  width: 100px;
  height: 72px;
  float: left;
  border: 1px solid;
  text-align: center;
  border-radius: 15px;
  margin-top: 15px;
}
.news-info-btn a span {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 78px;
}
.news-info-btn a span i {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}

.news-banner {
  margin: 0;
  background-image: url("images/news-header.jpg");
  height: 500px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 50px;
  text-align: center;
  padding-top: 85px;
  background-position: center;
}
@media (min-width: 720px) {
  .news-banner {
    padding-top: 180px;
    height: 480px;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1280px) {
  .news-banner {
    background-image: url("images/news-header-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .news-banner {
    background-image: url("images/news-header-960.jpg");
  }
}
@media (max-width: 480px) {
  .news-banner {
    background-image: url("images/news-header-480.jpg");
  }
}

#landlord-banner {
  background-image: url("images/landlord-banner.jpg");
}
@media (max-width: 1280px) {
  #landlord-banner {
    background-image: url("images/landlord-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  #landlord-banner {
    background-image: url("images/landlord-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  #landlord-banner {
    background-image: url("images/landlord-banner-480.jpg");
  }
}

#tenant-banner {
  background-image: url("images/news-header.jpg") !important;
}

h1.news-art-banner {
  margin: 0;
  background-image: url("images/news-header.jpg");
  height: 500px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 40px;
  text-align: center;
  padding-top: 85px;
  background-position: center;
}
@media (min-width: 720px) {
  h1.news-art-banner {
    padding-top: 180px;
    height: 480px;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1280px) {
  h1.news-art-banner {
    background-image: url("images/news-header-1280.jpg");
  }
}
@media (max-width: 1023px) {
  h1.news-art-banner {
    background-image: url("images/news-header-960.jpg");
  }
}
@media (max-width: 480px) {
  h1.news-art-banner {
    background-image: url("images/news-header-480.jpg");
  }
}

#share-this {
  margin-bottom: 20px;
  padding-left: 15px;
}
#share-this h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.back-blog {
  font-size: 15px;
  padding-left: 100px;
}
.back-blog:before {
  font-family: "new-city-rooms-icon-set";
  content: "\e037";
  font-size: 15px;
  vertical-align: bottom;
  margin-right: 15px;
}

.st_facebook_large {
  margin-right: 35px;
  vertical-align: middle;
}
.st_facebook_large .stButton {
  vertical-align: middle;
  margin-bottom: 20px;
}
.st_facebook_large .stButton .stLarge {
  background-image: none !important;
}
.st_facebook_large .stButton .stLarge:before {
  font-family: "new-city-rooms-icon-set";
  content: "\e033" !important;
  position: relative;
  font-size: 40px;
  vertical-align: bottom;
  margin-right: 35px;
  color: black;
  background-image: none !important;
  vertical-align: middle;
}

.st_twitter_large {
  margin-right: 35px;
  vertical-align: middle;
}
.st_twitter_large .stButton {
  vertical-align: middle;
  margin-bottom: 20px;
}
.st_twitter_large .stButton .stLarge {
  background-image: none !important;
}
.st_twitter_large .stButton .stLarge:before {
  font-family: "new-city-rooms-icon-set";
  content: "\e02c" !important;
  position: relative;
  font-size: 40px;
  vertical-align: bottom;
  margin-right: 35px;
  color: black;
  background-image: none !important;
  vertical-align: middle;
}

.st_linkedin_large {
  margin-right: 35px;
  vertical-align: middle;
}
.st_linkedin_large .stButton {
  vertical-align: middle;
  margin-bottom: 20px;
}
.st_linkedin_large .stButton .stLarge {
  background-image: none !important;
}
.st_linkedin_large .stButton .stLarge:before {
  font-family: "new-city-rooms-icon-set";
  content: "\e016" !important;
  position: relative;
  font-size: 40px;
  vertical-align: bottom;
  margin-right: 35px;
  color: black;
  background-image: none !important;
  vertical-align: middle;
}

.st_pinterest_large {
  margin-right: 35px;
  vertical-align: middle;
}
.st_pinterest_large .stButton {
  vertical-align: middle;
  margin-bottom: 20px;
}
.st_pinterest_large .stButton .stLarge {
  background-image: none !important;
}
.st_pinterest_large .stButton .stLarge:before {
  font-family: "new-city-rooms-icon-set";
  content: "\e038" !important;
  position: relative;
  font-size: 40px;
  vertical-align: bottom;
  margin-right: 35px;
  color: black;
  background-image: none !important;
  vertical-align: middle;
}

.st_email_large {
  margin-right: 35px;
  vertical-align: middle;
}
.st_email_large .stButton {
  vertical-align: middle;
  margin-bottom: 20px;
}
.st_email_large .stButton .stLarge {
  background-image: none !important;
}
.st_email_large .stButton .stLarge:before {
  font-family: "new-city-rooms-icon-set";
  content: "\e026" !important;
  position: relative;
  font-size: 40px;
  vertical-align: bottom;
  margin-right: 35px;
  color: black;
  background-image: none !important;
  vertical-align: middle;
}

.show-hide-pop-up {
  display: none;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 999997;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.show-hide-info {
  position: absolute;
  top: 15px;
  left: 15px;
  height: auto;
  z-index: 999998;
  width: 100%;
  width: calc(100% - 30px);
  background-color: #FFF;
  padding: 55px 15px 15px 15px;
  overflow-y: auto;
}
.show-hide-info p:last-child {
  margin-bottom: 0;
}
.show-hide-info a.close-pop-up {
  position: absolute;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right;
  background-color: #afca0b;
  color: #fff;
  padding: 0 15px;
}
@media (min-width: 480px) {
  .show-hide-info {
    max-width: 420px;
    left: 50%;
    margin-left: -210px;
  }
}
@media (min-width: 720px) {
  .show-hide-info {
    top: 30px;
    max-width: 600px;
    margin-left: -300px;
    padding: 55px 30px 30px 30px;
  }
}
.show-hide-vr {
  position: absolute;
  top: 15px;
  left: 15px;
  height: auto;
  z-index: 999998;
  width: 100%;
  width: calc(100% - 30px);
  background-color: #FFF;
  padding: 55px 15px 15px 15px;
  overflow-y: auto;
}
.show-hide-vr p:last-child {
  margin-bottom: 0;
}
.show-hide-vr a.close-pop-up {
  position: absolute;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 24px;
  font-weight: 300;
  background-color: #000;
  color: #fff;
  padding: 0 15px;
}
@media (min-width: 480px) {
  .show-hide-vr {
    max-width: 900px;
    left: 20%;
    right: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 720px) {
  .show-hide-vr {
    top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 30px 30px 30px;
  }
}
#stamp-duty-pop-up h3 span {
  margin-right: 15px;
}

#detail-epc table {
  table-layout: auto;
  margin: 0;
}
#detail-epc table td {
  padding: 0;
}
@media (min-width: 720px) {
  #detail-epc .epcTab {
    float: left;
    width: 50%;
  }
}

#browser-pop-up {
  display: block;
}
#browser-pop-up .browserchoice::after {
  clear: both;
  content: "";
  display: block;
}
#browser-pop-up a.browser {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
#browser-pop-up a.browser img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #browser-pop-up .browserchoice {
    margin-top: 30px;
  }
  #browser-pop-up a.browser {
    width: 25%;
    margin-bottom: 0;
  }
  #browser-pop-up a.browser img {
    margin-bottom: 15px;
  }
}

.leaflet-popup-pane {
  background-color: white;
}

.leaflet-popup-content-wrapper {
  float: left;
  background-color: #223843 !important;
  color: #fff !important;
}

.leaflet-popup-tip-container {
  bottom: -20px;
}

.leaflet-popup-content {
  width: 200px;
  color: #fff;
}
.leaflet-popup-content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.leaflet-popup-content h4 {
  color: #fff;
  font-size: 14px;
}
.leaflet-popup-content a {
  color: white !important;
  font-weight: bold;
  font-size: 16px;
}
.leaflet-popup-content .map-image {
  margin-bottom: 5px;
}

#dmap, #smap {
  background-color: white;
}

.payment-container .field-validation-error {
  display: block;
  clear: both;
  color: red;
}
.payment-container .field-validation-valid {
  display: none;
}

.bgProcessFlash h3 {
  -webkit-animation-name: bgFlash;
  animation-name: bgFlash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes bgFlash {
  0% {
    background-color: #c3a95b;
  }
  33% {
    background-color: #17335E;
  }
  66% {
    background-color: #d1bd80;
  }
  100% {
    background-color: #c3a95b;
  }
}

@keyframes bgFlash {
  0% {
    background-color: #c3a95b;
  }
  33% {
    background-color: #17335E;
  }
  66% {
    background-color: #d1bd80;
  }
  100% {
    background-color: #c3a95b;
  }
}
.process-page {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.process-instructions {
  margin-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 720px) {
  .process-instructions {
    display: none;
  }
}

.process-menu {
  display: none;
}
@media (min-width: 720px) {
  .process-menu {
    display: block;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    background-color: #214987;
  }
  .process-menu span {
    font-size: 20px;
    margin-right: 15px;
    float: left;
    line-height: 50px;
    font-weight: 500;
  }
  .process-menu a {
    color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #17335E;
    line-height: 50px;
    font-weight: 300;
    padding: 0 15px;
  }
  .process-menu a:last-of-type {
    border: 0;
  }
  .process-menu a:hover {
    background-color: #26549b;
  }
}
@media (min-width: 1024px) {
  .process-menu {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .process-menu a {
    padding: 0 30px;
  }
}

@media (min-width: 720px) {
  .process-steps {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 1024px) {
  .process-steps {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    float: right;
  }
}

.process-steps .step {
  border: 1px solid #17335E;
  margin-bottom: 15px;
}
.process-steps .step h3 {
  background-color: #c3a95b;
  color: #fff;
  margin: 0;
  padding: 10px 10px 10px 50px;
  position: relative;
  line-height: 30px;
  cursor: pointer;
}
.process-steps .step h3 span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #17335E;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
}
.process-steps .step .step-text {
  padding: 15px;
  margin-bottom: 0;
  display: none;
}
.process-steps .step .step-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .process-steps .step {
    margin-bottom: 30px;
  }
  .process-steps .step .step-text {
    padding: 30px;
  }
  .process-steps .step h3 {
    padding: 15px 15px 15px 60px;
    cursor: default;
  }
  .process-steps .step h3 .icon {
    left: 30px;
    top: 15px;
    font-size: 30px;
    line-height: 32px;
  }
  .process-steps .step h3 span {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 720px) {
  .process-steps .step .step-text {
    display: block !important;
  }
}

.step-0 span.icon:before {
  content: "\f0a1";
}

.step-1 span.icon:before {
  content: "\f1e5";
}

.step-2 span.icon:before {
  content: "\f095";
}

.step-3 span.icon:before {
  content: "\f118";
}

.step-4 span.icon:before {
  content: "\f023";
}

.step-5 span.icon:before {
  content: "\f0ec";
}

.step-6 span.icon:before {
  content: "\f087";
}

#form_search_form_rmm .SumoSelect:focus > .CaptionCont, #form_search_form_rmm .SumoSelect:hover > .CaptionCont, #form_search_form_rmm .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.form-input {
  opacity: 1 !important;
}

.show-search {
  display: inline-block;
  color: #afca0b !important;
  border: 0 solid #afca0b;
  padding: 0 35px 0 15px;
  border-radius: 0px !important;
  background-color: transparent;
  height: 100%;
  line-height: 33px;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: 0px;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.show-search.expanded {
  padding: 0 35px 0 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.show-search i {
  font-size: 48px;
  font-weight: 500;
  color: #afca0b !important;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 720px) {
  .show-search {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .show-search {
    position: relative;
  }
}
@media (max-width: 480px) {
  .show-search {
    position: relative;
  }
}

.main-search-contain {
  padding: 15px 0px 5px 15px !important;
}
@media (max-width: 485px) {
  .main-search-contain {
    padding-top: 25px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.search-contain {
  display: block;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.search-contain::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 485px) {
  .search-contain {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.search-contain h2 {
  color: inherit;
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 0 0 15px 0;
}
.search-contain form {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.search-contain form::after {
  clear: both;
  content: "";
  display: block;
}
.search-contain fieldset {
  width: 95.7627118644%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .search-contain fieldset {
    width: 8.4745762712%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 15px !important;
    clear: none !important;
  }
}
@media (min-width: 720px) {
  .search-contain fieldset {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 5px !important;
    clear: both !important;
  }
}
@media (max-width: 1235px) {
  .search-contain fieldset {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 5px !important;
    clear: both !important;
  }
}
.search-contain label {
  display: none;
}
.search-contain label.radio-label {
  display: inline-block;
  color: inherit;
  margin: 0 5px 0 0;
  line-height: 33px;
  float: left;
}
.search-contain input[type=radio] {
  margin: 7px 15px 0 0;
  line-height: 33px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
}
.search-contain .SumoSelect {
  width: 100% !important;
  float: left;
  border: 1px solid;
  border-color: rgba(242, 242, 242, 0.2);
  border-radius: 10px;
}
.search-contain .submit-contain {
  display: inline-block;
  position: relative;
  margin-top: -15px;
  margin-right: 0px;
}
.search-contain .form-button-submit {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  position: relative;
  padding: 0 5px 0;
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  background-color: #000;
  border-radius: 15px;
  width: 134px;
  height: 100%;
  line-height: 40px;
  top: 15px;
}
.search-contain .form-button-submit:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
@media (min-width: 720px) {
  .search-contain .form-button-submit {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .search-contain .form-button-submit {
    position: relative;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .search-contain .form-button-submit {
    position: relative;
  }
}
@media (max-width: 1515px) {
  .search-contain .form-button-submit {
    width: 145px;
  }
}
.search-contain .form-button-submit span {
  margin-right: 10px;
  vertical-align: text-top;
  color: #afca0b;
}
@media (min-width: 480px) {
  .search-contain h2 {
    text-align: left;
  }
}
.search-contain .form-button-submit:hover {
  background-color: #1a1a1a;
}
.search-contain fieldset.submit-button-field {
  float: left;
  margin-left: 70.35593%;
  clear: none;
}

.SumoSelect .CaptionCont {
  background-color: transparent;
  color: #000;
  border-radius: 5px;
}
.SumoSelect .CaptionCont span:after {
  color: #000;
  border-left: 0px solid #fff;
}
.SumoSelect .CaptionCont label i {
  background-image: none !important;
}
.SumoSelect .CaptionCont span.placeholder {
  color: #fff;
  font-style: normal;
}

.SumoSelect > .CaptionCont[title=" ROOM TYPE"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" ROOM TYPE"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" ROOM TYPE"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Apartment"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Apartment"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Apartment"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Studio"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Studio"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Studio"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Double Room"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Double Room"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Double Room"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Double room - Single use"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Double room - Single use"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Double room - Single use"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Double room - Single use"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Double room - Single use"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Double room - Single use"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Ensuite Double Room"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Ensuite Double Room"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Ensuite Double Room"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Ensuite Single Room"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Ensuite Single Room"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Ensuite Single Room"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Flat"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Flat"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Flat"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Parking"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Parking"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Parking"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Single Room"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Single Room"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Single Room"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Twin Room"] {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.SumoSelect > .CaptionCont[title=" Twin Room"] > span:before {
  content: "\e800";
  color: #afca0b;
  font-family: "resultsicons";
  position: relative !important;
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Twin Room"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" FEATURES"] {
  color: #000;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 15px;
}
.SumoSelect > .CaptionCont[title=" FEATURES"] > span {
  color: #000;
}
.SumoSelect > .CaptionCont[title=" FEATURES"] > span:before {
  content: "\f00c";
  color: #afca0b;
  font-family: "FontAwesome";
  position: relative !important;
  margin-right: 10px;
  font-size: 30px;
  vertical-align: bottom;
}
.SumoSelect > .CaptionCont[title=" FEATURES"] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px !important;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" FEATURES"] .CaptionCont .SelectBox {
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.SumoSelect > .CaptionCont[title=" FEATURES"] span.placeholder:after {
  font-size: 24px;
}

.SumoSelect > .CaptionCont[title=" Outside Access "] {
  color: #000;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 15px;
}
.SumoSelect > .CaptionCont[title=" Outside Access "] > span {
  color: #000;
}
.SumoSelect > .CaptionCont[title=" Outside Access "] > span:before {
  content: "\f00c";
  color: #afca0b;
  font-family: "FontAwesome";
  position: relative !important;
  margin-right: 10px;
  font-size: 30px;
  vertical-align: bottom;
}
.SumoSelect > .CaptionCont[title=" Outside Access "] > span:after {
  content: "\f0d7";
  color: #000;
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont[title=" Outside Access "] .CaptionCont .SelectBox {
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.SumoSelect > .CaptionCont[title=" Public Transport"] > span:before {
  content: "P";
  position: relative !important;
  margin-left: 20px;
  font-family: "cityrooms-website-icons";
}
.SumoSelect > .CaptionCont[title=" Public Transport"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" 30 Minutes"] > span:before {
  content: "\e008";
  position: relative !important;
  margin-left: 20px;
  font-family: "cityrooms-website-icons";
}
.SumoSelect > .CaptionCont[title=" 30 Minutes"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.SumoSelect > .CaptionCont[title=" Within 1 mile"] > span:before {
  content: "B";
  position: relative !important;
  font-size: 30px;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.SumoSelect > .CaptionCont[title=" Within 1 mile"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}

#searchAddressAuto {
  width: 100%;
}
#searchAddressAuto ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
#searchAddressAuto ::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
#searchAddressAuto :-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
#searchAddressAuto :-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

#searchAddressAutobox {
  width: 60% !important;
}

input#datepicker {
  position: relative;
  background-color: transparent;
  color: #000;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding-bottom: 10px;
  text-indent: 45px;
  font-size: 15px;
  width: 80%;
  font-weight: 300;
  vertical-align: top;
  z-index: 1;
}
@media (max-width: 640px) {
  input#datepicker {
    text-indent: 24px;
    padding-bottom: 0px;
  }
}

#form_quicksearch_tenadate #date-icon {
  position: relative !important;
  font-size: 20px;
  color: #afca0b;
  left: 37px;
  top: 3px;
  z-index: 0;
  vertical-align: middle;
}
@media (max-width: 640px) {
  #form_quicksearch_tenadate #date-icon {
    left: 14px;
  }
}
#form_quicksearch_tenadate #date-after-icon {
  color: #000;
  font-size: 22px;
  position: relative !important;
  top: 3px;
  z-index: 0;
  vertical-align: middle;
}
#form_quicksearch_tenadate ::-webkit-input-placeholder {
  color: white;
}
#form_quicksearch_tenadate #date-after-icon:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  line-height: 1;
  content: "\f0d7";
  color: #000;
  position: absolute;
  right: 0;
  left: 0px;
  top: -2px;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: 0px !important;
}
@media (max-width: 1233px) {
  #form_quicksearch_tenadate #date-after-icon:after {
    left: -70px;
  }
}
@media (max-width: 890px) {
  #form_quicksearch_tenadate #date-after-icon:after {
    left: -20px;
  }
}
@media (max-width: 485px) {
  #form_quicksearch_tenadate #date-after-icon:after {
    left: -115px;
  }
}
@media (max-width: 385px) {
  #form_quicksearch_tenadate #date-after-icon:after {
    left: -55px;
  }
}

.SumoSelect.open .optWrapper {
  z-index: 9999;
}

.enter-area-autocomplete label {
  display: inline-block;
  float: left;
  margin-right: 12px;
  line-height: 30px;
  font-size: 15px;
  color: #000;
}
.enter-area-autocomplete input {
  width: 70% !important;
}
@media (max-width: 1235px) {
  .enter-area-autocomplete input {
    width: 75% !important;
  }
}

#search-advanced-btn {
  width: 1.6949152542%;
  float: left;
  margin-right: 1.6949152542%;
  float: right;
  margin-left: 35px !important;
  margin-right: 35px !important;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  #search-advanced-btn {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

#search-submit-btn {
  width: 8.4745762712%;
  float: left;
  margin-right: 1.6949152542%;
  float: right;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding: 0px;
  display: block;
  margin-bottom: 25px;
  clear: none !important;
}
@media (max-width: 385px) {
  #search-submit-btn {
    display: none;
  }
}
@media (max-width: 480px) {
  #search-submit-btn {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 35px;
  }
}
@media (min-width: 720px) {
  #search-submit-btn {
    display: block;
  }
}
@media (min-width: 648px) {
  #search-submit-btn {
    display: block;
  }
}
@media (min-width: 1024px) {
  #search-submit-btn {
    display: block;
  }
}

#search-submit-btn2 {
  width: 8.4745762712%;
  float: left;
  margin-right: 1.6949152542%;
  float: right;
  margin-right: 0px !important;
  margin-left: 20px !important;
  padding: 0px;
  display: none;
  clear: none !important;
}
@media (max-width: 385px) {
  #search-submit-btn2 {
    display: block;
  }
}
@media (max-width: 480px) {
  #search-submit-btn2 {
    display: block;
    margin-top: 20px;
    padding-right: 35px;
  }
}
@media (min-width: 720px) {
  #search-submit-btn2 {
    display: none;
  }
}
@media (min-width: 648px) {
  #search-submit-btn2 {
    display: none;
  }
}
@media (min-width: 1024px) {
  #search-submit-btn2 {
    display: none;
  }
}

#price-slider {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: 10px;
  clear: none !important;
  padding: 0px;
}
@media (min-width: 1024px) {
  #price-slider {
    width: 16.9491525424%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 30px !important;
    clear: none !important;
    padding: 0px;
  }
}
@media (max-width: 1233px) {
  #price-slider {
    width: 48.3050847458%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 15px !important;
    clear: none !important;
    padding: 0px;
  }
}
@media (max-width: 913px) {
  #price-slider {
    width: 46.6101694915%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0px;
  }
}
@media (max-width: 720px) {
  #price-slider {
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 15px !important;
    clear: none !important;
    padding: 0px;
  }
}
@media (max-width: 480px) {
  #price-slider {
    width: 95.7627118644%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 15px !important;
    clear: none !important;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 350px) {
  #price-slider {
    padding-left: 20px !important;
    padding-right: 45px !important;
  }
}
#price-slider #search-price-slider {
  width: 70%;
  display: inline-block;
  color: #afca0b;
}
@media (max-width: 1235px) {
  #price-slider #search-price-slider {
    width: 100%;
  }
}
@media (max-width: 913px) {
  #price-slider #search-price-slider {
    width: 100%;
  }
}
#price-slider #search-price-slider .ui-widget-content {
  border: 1px solid #afca0b;
  background: #afca0b url("/content/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #afca0b;
}
#price-slider #search-price-slider .ui-state-default, #price-slider #search-price-slider .ui-widget-content .ui-state-default, #price-slider #search-price-slider .ui-widget-header .ui-state-default {
  border: 1px solid #afca0b;
  background: #afca0b url("/content/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #afca0b;
}
#price-slider #search-price-slider .ui-widget-header {
  border: 1px solid #afca0b;
  background: #afca0b url("/content/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  background-position-x: 50%;
  background-position-y: 50%;
  color: #afca0b;
  font-weight: bold;
}
#price-slider label {
  font-size: 15px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: text-top;
  color: #000;
}
#price-slider #pricerangeinformation {
  width: 100%;
  text-align: right;
  margin-top: -2px;
  margin-left: -6px;
}

#area-search-item {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
  clear: none !important;
  padding: 0px;
}
@media (min-width: 1024px) {
  #area-search-item {
    width: 17.7966101695%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 15px !important;
    clear: none !important;
    padding: 0px;
  }
}
@media (max-width: 1235px) {
  #area-search-item {
    width: 48.3050847458%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    clear: none !important;
    padding-left: 10px;
  }
}
@media (max-width: 760px) {
  #area-search-item {
    margin-top: 0px;
    padding-top: 10px;
    padding: 0px;
  }
}
@media (max-width: 913px) {
  #area-search-item {
    width: 46.6101694915%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 720px) {
  #area-search-item {
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 15px !important;
    clear: none !important;
    padding: 0px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  #area-search-item {
    width: 95.7627118644%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 15px !important;
    clear: none !important;
    padding-left: 35px;
    padding-right: 45px;
  }
}
@media (max-width: 350px) {
  #area-search-item {
    padding-left: 15px !important;
    padding-right: 45px !important;
  }
}
#area-search-item [type=color]::-webkit-input-placeholder, #area-search-item [type=date]::-webkit-input-placeholder, #area-search-item [type=datetime]::-webkit-input-placeholder, #area-search-item [type=datetime-local]::-webkit-input-placeholder, #area-search-item [type=email]::-webkit-input-placeholder, #area-search-item [type=month]::-webkit-input-placeholder, #area-search-item [type=number]::-webkit-input-placeholder, #area-search-item [type=password]::-webkit-input-placeholder, #area-search-item [type=search]::-webkit-input-placeholder, #area-search-item [type=tel]::-webkit-input-placeholder, #area-search-item [type=text]::-webkit-input-placeholder, #area-search-item [type=time]::-webkit-input-placeholder, #area-search-item [type=url]::-webkit-input-placeholder, #area-search-item [type=week]::-webkit-input-placeholder, #area-search-item input:not([type])::-webkit-input-placeholder, #area-search-item textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 13px;
}
#area-search-item [type=color]::-moz-placeholder, #area-search-item [type=date]::-moz-placeholder, #area-search-item [type=datetime]::-moz-placeholder, #area-search-item [type=datetime-local]::-moz-placeholder, #area-search-item [type=email]::-moz-placeholder, #area-search-item [type=month]::-moz-placeholder, #area-search-item [type=number]::-moz-placeholder, #area-search-item [type=password]::-moz-placeholder, #area-search-item [type=search]::-moz-placeholder, #area-search-item [type=tel]::-moz-placeholder, #area-search-item [type=text]::-moz-placeholder, #area-search-item [type=time]::-moz-placeholder, #area-search-item [type=url]::-moz-placeholder, #area-search-item [type=week]::-moz-placeholder, #area-search-item input:not([type])::-moz-placeholder, #area-search-item textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 13px;
}
#area-search-item [type=color]:-ms-input-placeholder, #area-search-item [type=date]:-ms-input-placeholder, #area-search-item [type=datetime]:-ms-input-placeholder, #area-search-item [type=datetime-local]:-ms-input-placeholder, #area-search-item [type=email]:-ms-input-placeholder, #area-search-item [type=month]:-ms-input-placeholder, #area-search-item [type=number]:-ms-input-placeholder, #area-search-item [type=password]:-ms-input-placeholder, #area-search-item [type=search]:-ms-input-placeholder, #area-search-item [type=tel]:-ms-input-placeholder, #area-search-item [type=text]:-ms-input-placeholder, #area-search-item [type=time]:-ms-input-placeholder, #area-search-item [type=url]:-ms-input-placeholder, #area-search-item [type=week]:-ms-input-placeholder, #area-search-item input:not([type]):-ms-input-placeholder, #area-search-item textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 13px;
}
#area-search-item [type=color]::-ms-input-placeholder, #area-search-item [type=date]::-ms-input-placeholder, #area-search-item [type=datetime]::-ms-input-placeholder, #area-search-item [type=datetime-local]::-ms-input-placeholder, #area-search-item [type=email]::-ms-input-placeholder, #area-search-item [type=month]::-ms-input-placeholder, #area-search-item [type=number]::-ms-input-placeholder, #area-search-item [type=password]::-ms-input-placeholder, #area-search-item [type=search]::-ms-input-placeholder, #area-search-item [type=tel]::-ms-input-placeholder, #area-search-item [type=text]::-ms-input-placeholder, #area-search-item [type=time]::-ms-input-placeholder, #area-search-item [type=url]::-ms-input-placeholder, #area-search-item [type=week]::-ms-input-placeholder, #area-search-item input:not([type])::-ms-input-placeholder, #area-search-item textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 13px;
}
#area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown, #area-search-item :-moz-placeholder-shown {
  color: #000;
  opacity: 1;
  font-size: 13px;
}
#area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder, #area-search-item :-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 13px;
}
#area-search-item [type=color]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=date]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=datetime]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=datetime-local]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=email]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=month]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=number]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=password]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=search]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=tel]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=text]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=time]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=url]::placeholder, #area-search-item :placeholder-shown, #area-search-item [type=week]::placeholder, #area-search-item input:not([type])::placeholder, #area-search-item :placeholder-shown, #area-search-item textarea::placeholder {
  color: #000;
  opacity: 1;
  font-size: 13px;
}
#area-search-item [type=color]:focus, #area-search-item [type=date]:focus, #area-search-item [type=datetime]:focus, #area-search-item [type=datetime-local]:focus, #area-search-item [type=email]:focus, #area-search-item [type=month]:focus, #area-search-item [type=number]:focus, #area-search-item [type=password]:focus, #area-search-item [type=search]:focus, #area-search-item [type=tel]:focus, #area-search-item [type=text]:focus, #area-search-item [type=time]:focus, #area-search-item [type=url]:focus, #area-search-item [type=week]:focus, #area-search-item input:not([type]):focus, #area-search-item textarea:focus {
  -webkit-box-shadow: 0 0 2px #afca0b !important;
          box-shadow: 0 0 2px #afca0b !important;
  border-color: #afca0b !important;
}
@media (max-width: 480px) {
  #area-search-item input {
    width: 85% !important;
  }
}
#area-search-item i {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
  color: #9bb30d;
}
#area-search-item .enter-area-autocomplete label {
  display: inline-block;
  float: left;
  margin-right: 12px;
  line-height: 30px;
  font-size: 15px;
  color: #000;
}
#area-search-item .enter-area-autocomplete input {
  width: 75% !important;
}
@media (max-width: 1235px) {
  #area-search-item .enter-area-autocomplete input {
    width: 75% !important;
  }
}

@media (min-width: 1024px) {
  #form_quicksearch_tenadate {
    width: 13.5593220339%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 0px;
    margin-left: 0px !important;
    margin-right: 28px !important;
    clear: none !important;
    padding: 0px;
  }
}
@media (max-width: 1235px) {
  #form_quicksearch_tenadate {
    width: 30.5084745763%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 0px;
    margin-left: 0px !important;
    margin-right: 10px !important;
    clear: both !important;
    padding: 0px;
  }
}
@media (max-width: 640px) {
  #form_quicksearch_tenadate {
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 0px;
    padding: 0px;
  }
}
@media (max-width: 485px) {
  #form_quicksearch_tenadate {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 45px;
  }
}
@media (max-width: 350px) {
  #form_quicksearch_tenadate {
    padding-left: 5px !important;
    padding-right: 45px !important;
  }
}
#form_quicksearch_tenadate ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  opacity: 1;
}
#form_quicksearch_tenadate ::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
}
#form_quicksearch_tenadate :-ms-input-placeholder { /* IE 10+ */
  color: black;
  opacity: 1;
}
#form_quicksearch_tenadate :-moz-placeholder { /* Firefox 18- */
  color: black;
  opacity: 1;
}

#room-type {
  clear: none !important;
}
@media (min-width: 1024px) {
  #room-type {
    width: 11.0169491525%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 5px !important;
    clear: none !important;
    padding: 0px;
  }
}
@media (max-width: 1235px) {
  #room-type {
    width: 30.5084745763%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0px;
  }
}
@media (max-width: 640px) {
  #room-type {
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0px;
  }
}
@media (max-width: 485px) {
  #room-type {
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 45px;
  }
}
@media (max-width: 350px) {
  #room-type {
    padding-left: 5px !important;
    padding-right: 45px !important;
  }
}
#room-type .SumoSelect > .CaptionCont > span {
  padding-right: 20px;
}

#featuretypes {
  clear: none !important;
}
@media (min-width: 1024px) {
  #featuretypes {
    width: 10.1694915254%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    clear: none !important;
    padding: 0px;
  }
}
@media (max-width: 1235px) {
  #featuretypes {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0px;
  }
}
@media (max-width: 640px) {
  #featuretypes {
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%;
    clear: both !important;
    padding: 0px;
  }
}
@media (max-width: 485px) {
  #featuretypes {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 45px;
  }
}
@media (max-width: 350px) {
  #featuretypes {
    padding-left: 5px !important;
    padding-right: 45px !important;
  }
}
#featuretypes .optWrapper.multiple .options li.opt.selected span i {
  background-color: #afca0b;
}
#featuretypes .SumoSelect > .CaptionCont {
  color: #000;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
          box-shadow: 0px 0px 0px 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 15px;
}
#featuretypes .SumoSelect > .CaptionCont > span {
  color: #000;
}
#featuretypes .SumoSelect > .CaptionCont > span:before {
  content: "\f00c";
  color: #afca0b;
  font-family: "FontAwesome";
  position: relative !important;
  margin-right: 10px;
  font-size: 30px;
  vertical-align: bottom;
}

.search-add-contain {
  display: block;
  background-color: #000;
  margin-top: 20px;
  padding: 0 10px !important;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.search-add-contain::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 480px) {
  .search-add-contain {
    display: block;
    margin-top: 25px;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 350px) {
  .search-add-contain {
    display: block;
    margin-top: 25px;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 720px) {
  .search-add-contain {
    padding: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 648px) {
  .search-add-contain {
    padding: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .search-add-contain {
    padding: 0px !important;
    margin-top: 0px;
  }
}
.search-add-contain fieldset {
  margin-bottom: 0px;
}
.search-add-contain h2 {
  color: inherit;
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 0 0 15px 0;
}
.search-add-contain form {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.search-add-contain form::after {
  clear: both;
  content: "";
  display: block;
}
.search-add-contain fieldset {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-add-contain label {
  display: none;
}
.search-add-contain label.radio-label {
  display: inline-block;
  color: inherit;
  margin: 0 5px 0 0;
  line-height: 33px;
  float: left;
}
.search-add-contain input[type=radio] {
  margin: 7px 15px 0 0;
  line-height: 33px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
}
.search-add-contain .SumoSelect {
  width: 100% !important;
  float: left;
  border: 0px solid;
  border-color: rgba(242, 242, 242, 0.2);
  border-radius: 10px;
}
.search-add-contain .form-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  font-size: 16px;
}
.search-add-contain .form-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
@media (max-width: 385px) {
  .search-add-contain .form-button {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .search-add-contain .form-button {
    font-size: 15px;
  }
}
.search-add-contain fieldset {
  width: auto;
  min-width: 255px;
  float: left;
  clear: none !important;
  margin-right: 40px;
}
@media (min-width: 480px) {
  .search-add-contain h2 {
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .search-add-contain fieldset.submit-button-field {
    width: 100%;
    margin: 0;
  }
}
.search-add-contain .SumoSelect .CaptionCont {
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  border: 0px solid #ddd;
}
.search-add-contain .SumoSelect .CaptionCont span {
  font-size: 17px;
  text-transform: uppercase;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
@media (max-width: 385px) {
  .search-add-contain .SumoSelect .CaptionCont span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .search-add-contain .SumoSelect .CaptionCont span {
    font-size: 15px;
  }
}
.search-add-contain .SumoSelect .CaptionCont span:after {
  color: #fff;
  border-left: 0px solid #fff;
}
.search-add-contain .SumoSelect .CaptionCont label i {
  background-image: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Property Type"] > span:after {
  content: "\e800";
  position: relative !important;
  margin-left: 20px;
  font-family: "resultsicons";
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Public Transport"] > span:before {
  content: "b";
  position: relative !important;
  font-size: 30px;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Public Transport"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 15 Minutes"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 15 Minutes"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 30 Minutes"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 30 Minutes"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 45 Minutes"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 45 Minutes"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 1 Hour"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 1 Hour"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 1 Hour 30 minutes"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel up to 1 Hour 30 minutes"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Bike"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Bike"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Car"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Car"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Car & Train"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Car & Train"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Public Transport"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Public Transport"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Walking"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Walking"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Coach"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Coach"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Bus"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Bus"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Train"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Train"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Ferry"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Ferry"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Car & Ferry"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Car & Ferry"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Bike & Ferry"] > span:before {
  content: "\e001";
  position: relative !important;
  font-size: 30px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Travel by Bike & Ferry"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect.sumo_travelmethod span:before {
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  content: "\e001";
  position: relative !important;
  color: #afca0b;
  font-size: 24px;
  margin-right: 5px;
  vertical-align: top;
}
.search-add-contain .SumoSelect.sumo_travelmethod span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 15px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect.sumo_traveltime span:before {
  content: "\e022";
  position: relative !important;
  color: #afca0b;
  font-size: 24px;
  margin-right: 5px;
  vertical-align: top;
  font-family: "new-city-rooms-icon-set" !important;
}
.search-add-contain .SumoSelect.sumo_traveltime span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 15px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" 30 Minutes"] > span:before {
  content: "\e008";
  position: relative !important;
  font-size: 30px;
  vertical-align: top;
  margin-right: 10px;
  font-family: "cityrooms-website-icons";
}
.search-add-contain .SumoSelect > .CaptionCont[title=" 30 Minutes"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" All Properties"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" All Properties"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 1 mile"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 1 mile"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 1/4 mile"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 1/4 mile"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 1/2 mile"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 1/2 mile"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 3 miles"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 3 miles"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 5 miles"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 5 miles"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 10 miles"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 10 miles"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 15 miles"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 15 miles"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 20 miles"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 20 miles"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 30 miles"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 30 miles"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 40 miles"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" Within 40 miles"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" This postcode only"] > span:before {
  content: "\e01b";
  position: relative !important;
  font-size: 24px;
  color: #afca0b;
  vertical-align: top;
  margin-right: 10px;
  font-family: "new-city-rooms-icon-set" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
.search-add-contain .SumoSelect > .CaptionCont[title=" This postcode only"] > span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  font-size: 24px;
  vertical-align: middle;
}
.search-add-contain input#datepicker {
  background-color: transparent;
  color: #fff;
  content: "a";
  font-size: 30px;
  vertical-align: top;
  font-family: "cityrooms-website-icons";
}
.switch-search {
  float: left;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
}
.switch-search .form-button {
  background-color: transparent;
}
.switch-search .form-button i {
  color: #afca0b;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.switch-search .form-button:hover {
  background-color: #0d0d0d;
}
@media (max-width: 485px) {
  .switch-search {
    padding-bottom: 5px !important;
  }
}
.switch-search span:after {
  content: "\f0d7";
  font: "normal normal normal 14px/1 FontAwesome";
  position: relative !important;
  margin-left: 20px;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}

.search-contain.home-search {
  float: left !important;
  height: auto;
  position: absolute;
  max-width: 655px;
  border-radius: 25px;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.9);
}
.search-contain.home-search [type=color]::-webkit-input-placeholder, .search-contain.home-search [type=date]::-webkit-input-placeholder, .search-contain.home-search [type=datetime]::-webkit-input-placeholder, .search-contain.home-search [type=datetime-local]::-webkit-input-placeholder, .search-contain.home-search [type=email]::-webkit-input-placeholder, .search-contain.home-search [type=month]::-webkit-input-placeholder, .search-contain.home-search [type=number]::-webkit-input-placeholder, .search-contain.home-search [type=password]::-webkit-input-placeholder, .search-contain.home-search [type=search]::-webkit-input-placeholder, .search-contain.home-search [type=tel]::-webkit-input-placeholder, .search-contain.home-search [type=text]::-webkit-input-placeholder, .search-contain.home-search [type=time]::-webkit-input-placeholder, .search-contain.home-search [type=url]::-webkit-input-placeholder, .search-contain.home-search [type=week]::-webkit-input-placeholder, .search-contain.home-search input:not([type])::-webkit-input-placeholder, .search-contain.home-search textarea::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
}
.search-contain.home-search [type=color]::-moz-placeholder, .search-contain.home-search [type=date]::-moz-placeholder, .search-contain.home-search [type=datetime]::-moz-placeholder, .search-contain.home-search [type=datetime-local]::-moz-placeholder, .search-contain.home-search [type=email]::-moz-placeholder, .search-contain.home-search [type=month]::-moz-placeholder, .search-contain.home-search [type=number]::-moz-placeholder, .search-contain.home-search [type=password]::-moz-placeholder, .search-contain.home-search [type=search]::-moz-placeholder, .search-contain.home-search [type=tel]::-moz-placeholder, .search-contain.home-search [type=text]::-moz-placeholder, .search-contain.home-search [type=time]::-moz-placeholder, .search-contain.home-search [type=url]::-moz-placeholder, .search-contain.home-search [type=week]::-moz-placeholder, .search-contain.home-search input:not([type])::-moz-placeholder, .search-contain.home-search textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
}
.search-contain.home-search [type=color]:-ms-input-placeholder, .search-contain.home-search [type=date]:-ms-input-placeholder, .search-contain.home-search [type=datetime]:-ms-input-placeholder, .search-contain.home-search [type=datetime-local]:-ms-input-placeholder, .search-contain.home-search [type=email]:-ms-input-placeholder, .search-contain.home-search [type=month]:-ms-input-placeholder, .search-contain.home-search [type=number]:-ms-input-placeholder, .search-contain.home-search [type=password]:-ms-input-placeholder, .search-contain.home-search [type=search]:-ms-input-placeholder, .search-contain.home-search [type=tel]:-ms-input-placeholder, .search-contain.home-search [type=text]:-ms-input-placeholder, .search-contain.home-search [type=time]:-ms-input-placeholder, .search-contain.home-search [type=url]:-ms-input-placeholder, .search-contain.home-search [type=week]:-ms-input-placeholder, .search-contain.home-search input:not([type]):-ms-input-placeholder, .search-contain.home-search textarea:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
}
.search-contain.home-search [type=color]::-ms-input-placeholder, .search-contain.home-search [type=date]::-ms-input-placeholder, .search-contain.home-search [type=datetime]::-ms-input-placeholder, .search-contain.home-search [type=datetime-local]::-ms-input-placeholder, .search-contain.home-search [type=email]::-ms-input-placeholder, .search-contain.home-search [type=month]::-ms-input-placeholder, .search-contain.home-search [type=number]::-ms-input-placeholder, .search-contain.home-search [type=password]::-ms-input-placeholder, .search-contain.home-search [type=search]::-ms-input-placeholder, .search-contain.home-search [type=tel]::-ms-input-placeholder, .search-contain.home-search [type=text]::-ms-input-placeholder, .search-contain.home-search [type=time]::-ms-input-placeholder, .search-contain.home-search [type=url]::-ms-input-placeholder, .search-contain.home-search [type=week]::-ms-input-placeholder, .search-contain.home-search input:not([type])::-ms-input-placeholder, .search-contain.home-search textarea::-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
}
.search-contain.home-search [type=color]::placeholder, .search-contain.home-search [type=date]::placeholder, .search-contain.home-search [type=datetime]::placeholder, .search-contain.home-search [type=datetime-local]::placeholder, .search-contain.home-search [type=email]::placeholder, .search-contain.home-search [type=month]::placeholder, .search-contain.home-search [type=number]::placeholder, .search-contain.home-search [type=password]::placeholder, .search-contain.home-search [type=search]::placeholder, .search-contain.home-search [type=tel]::placeholder, .search-contain.home-search [type=text]::placeholder, .search-contain.home-search [type=time]::placeholder, .search-contain.home-search [type=url]::placeholder, .search-contain.home-search [type=week]::placeholder, .search-contain.home-search input:not([type])::placeholder, .search-contain.home-search textarea::placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
}
@media (max-width: 920px) {
  .search-contain.home-search .enter-area-autocomplete {
    width: 95%;
    padding-left: 60px;
  }
}
.search-contain.home-search .enter-area-autocomplete #enter-area-input {
  width: 85%;
  display: inline-block;
}
@media (max-width: 920px) {
  .search-contain.home-search .enter-area-autocomplete #enter-area-input {
    width: 85%;
    display: inline-block;
  }
}
.search-contain.home-search .enter-area-autocomplete #enter-area-input input {
  width: 100% !important;
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 959px) {
  .search-contain.home-search .enter-area-autocomplete #enter-area-input input {
    width: 100% !important;
    padding: 15px;
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .search-contain.home-search .enter-area-autocomplete .form-button-submit {
    width: 50px;
    height: 52px;
    padding: 8px 15px;
    float: none !important;
    position: relative;
    line-height: 14px !important;
    border-radius: 0 !important;
    background-color: #000;
    border: 0 solid #000;
    padding: 12px 15px !important;
    top: 0;
    left: -7px;
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .search-contain.home-search {
    display: block !important;
    position: absolute;
    padding: 15px 30px;
    width: 60%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto !important;
    margin-right: auto !important;
    right: 0;
    left: 0 !important;
    top: 50%;
    z-index: 10;
  }
  .search-contain.home-search a.search-hide {
    display: none;
  }
  .search-contain.home-search h2 {
    line-height: normal;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 40px;
  }
  .search-contain.home-search fieldset {
    width: 79%;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none;
    margin-bottom: 0px !important;
  }
  .search-contain.home-search #enter-area-input {
    width: 85%;
    display: inline-block;
  }
}
@media (min-width: 960px) and (max-width: 920px) {
  .search-contain.home-search #enter-area-input {
    width: 90%;
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .search-contain.home-search #enter-area-input input {
    width: 100% !important;
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  .search-contain.home-search #enter-area-input input {
    width: 100% !important;
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .search-contain.home-search .form-button-submit {
    width: 50px;
    height: 52px;
    padding: 8px 15px;
    float: none !important;
    position: relative;
    line-height: 14px !important;
    border-radius: 0 !important;
    background-color: #000;
    border: 0px solid #000;
    padding: 12px 15px !important;
    top: 0px;
    left: -7px;
    opacity: 1;
  }
}
@media (min-width: 960px) and (max-width: 959px) {
  .search-contain.home-search .form-button-submit {
    width: 50px;
    height: 52px;
    padding: 8px 15px;
    float: none !important;
    position: relative;
    line-height: 14px !important;
    border-radius: 0 !important;
    background-color: #000;
    border: 0 solid #000;
    padding: 12px 15px !important;
    top: 0;
    left: -7px;
    opacity: 1;
  }
}
.search-contain.home-search .enter-area-autocomplete input [type=color]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=date]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime-local]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=email]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=month]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=number]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=password]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=search]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=tel]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=text]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=time]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=url]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=week]::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input input:not([type])::-webkit-input-placeholder, .search-contain.home-search .enter-area-autocomplete input textarea::-webkit-input-placeholder {
  color: #333 !important;
  opacity: 1;
}
.search-contain.home-search .enter-area-autocomplete input [type=color]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=date]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime-local]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=email]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=month]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=number]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=password]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=search]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=tel]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=text]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=time]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=url]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=week]::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input input:not([type])::-moz-placeholder, .search-contain.home-search .enter-area-autocomplete input textarea::-moz-placeholder {
  color: #333 !important;
  opacity: 1;
}
.search-contain.home-search .enter-area-autocomplete input [type=color]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=date]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime-local]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=email]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=month]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=number]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=password]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=search]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=tel]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=text]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=time]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=url]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=week]:-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input input:not([type]):-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input textarea:-ms-input-placeholder {
  color: #333 !important;
  opacity: 1;
}
.search-contain.home-search .enter-area-autocomplete input [type=color]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=date]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime-local]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=email]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=month]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=number]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=password]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=search]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=tel]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=text]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=time]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=url]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input [type=week]::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input input:not([type])::-ms-input-placeholder, .search-contain.home-search .enter-area-autocomplete input textarea::-ms-input-placeholder {
  color: #333 !important;
  opacity: 1;
}
.search-contain.home-search .enter-area-autocomplete input [type=color]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=date]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=datetime-local]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=email]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=month]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=number]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=password]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=search]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=tel]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=text]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=time]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=url]::placeholder, .search-contain.home-search .enter-area-autocomplete input [type=week]::placeholder, .search-contain.home-search .enter-area-autocomplete input input:not([type])::placeholder, .search-contain.home-search .enter-area-autocomplete input textarea::placeholder {
  color: #333 !important;
  opacity: 1;
}
@media (max-width: 720px) {
  .search-contain.home-search {
    float: none !important;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
    top: 50%;
    left: 0;
    right: 0;
    padding: 45px 15px 0 !important;
  }
}
@media (min-width: 480px) {
  .search-contain.home-search {
    width: 90%;
    max-width: 650px;
    float: none !important;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 45px 0px 0 !important;
  }
}
@media (max-width: 480px) {
  .search-contain.home-search {
    display: block;
    left: 0;
    right: 0;
    float: none;
    max-width: 320px;
    width: 90%;
    padding: 25px 15px 0 !important;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete {
    width: 100%;
    float: left;
    margin-left: 0px !important;
    clear: none !important;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete #enter-area-input {
    width: 75%;
    display: inline-block;
    margin-right: 0px;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete #enter-area-input input {
    width: 100% !important;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete .form-button-submit {
    width: 50px;
    height: 52px;
    left: -4px;
    top: 0;
    vertical-align: top;
    border-radius: 0px !important;
  }
}
@media (max-width: 385px) {
  .search-contain.home-search {
    display: block;
    left: 0;
    right: 0;
    float: none;
    max-width: 320px;
    width: 90%;
    padding: 25px 15px 0 !important;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete {
    width: 100%;
    float: left;
    margin-left: 0px !important;
    clear: none !important;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete #enter-area-input {
    width: 75%;
    display: inline-block;
    margin-right: 0px;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete #enter-area-input input {
    width: 100% !important;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
  }
  .search-contain.home-search #search-form .enter-area-autocomplete .form-button-submit {
    width: 50px;
    height: 52px;
    left: -4px;
    top: 0;
    vertical-align: top;
    border-radius: 0px !important;
  }
}

.search-form-page .SumoSelect {
  width: 100% !important;
  float: left;
}
.search-form-page img {
  display: none;
}
.search-form-page fieldset {
  width: 100%;
  margin-bottom: 15px;
}
.search-form-page fieldset:last-of-type {
  margin-bottom: 0;
}
.search-form-page label {
  display: none;
}
.search-form-page .form-button-submit {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
}
.search-form-page .form-button-submit:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.search-form-page .search-form-contain {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .search-form-page .search-form-text {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .search-form-page .search-form-text > img {
    width: 100%;
    height: auto;
  }
  .search-form-page .search-form-contain {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    padding: 30px;
    margin-bottom: 0;
    border: 1px solid #ccc;
  }
  .search-form-page img {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
}

.ui-widget-content {
  margin-top: 7px;
}

.ui-slider-horizontal {
  height: 0.2em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
}

#pricerangeinformation {
  margin-top: 5px;
  color: #000;
  text-align: center;
}
#pricerangeinformation .pricerangeInfolo {
  float: left;
  font-size: 15px;
  margin-top: 10px;
  margin-left: 35px;
  color: #000;
}
@media (max-width: 1233px) {
  #pricerangeinformation .pricerangeInfolo {
    margin-left: 5px;
  }
}
@media (max-width: 485px) {
  #pricerangeinformation .pricerangeInfolo {
    margin-left: 5px;
  }
}
#pricerangeinformation .pricerangeInfohi {
  float: right;
  color: #000;
  font-size: 15px;
  margin-top: 10px;
  margin-right: -20px;
}

.multiselect {
  width: 100%;
  float: right;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: white;
  border: 0px;
  padding: 6px;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border: 1px #dadada solid;
  overflow: auto;
  position: absolute;
  top: 35px;
  max-height: 250px;
  list-style: none;
  z-index: 1000;
  background-color: #fff;
  color: #000;
}

#checkboxes label {
  display: block;
  padding: 10px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#checkboxes label #checkboxes label:hover {
  background-color: red;
}

.sumo_featuretypes {
  max-width: 200px;
}
.sumo_featuretypes .CaptionCont .SelectBox .SumoSelect .CaptionCont {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.leaflet-popup-tip {
  background-color: #223843 !important;
}

.results-layout .search-contain .form-button-submit.form-changed {
  background-color: #E0634F;
  border-radius: 10px;
  border: none;
  color: #000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 18px;
  opacity: 1;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.results-layout .search-contain .form-button-submit.form-changed span {
  color: #000;
}

.submit-contain.form-changed {
  opacity: 1;
}

#top-add-search {
  display: none;
  padding: 0px;
  margin-top: 0px;
}
@media (max-width: 385px) {
  #top-add-search {
    display: block;
    margin-top: 25px;
    padding-left: 25px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 480px) {
  #top-add-search {
    display: block;
    margin-top: 25px;
    padding-bottom: 10px !important;
    padding-left: 25px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 720px) {
  #top-add-search {
    display: none;
    padding: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 648px) {
  #top-add-search {
    display: none;
    padding: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  #top-add-search {
    display: none;
    padding: 0px;
    margin-top: 0px;
  }
}
#top-add-search fieldset {
  margin-bottom: 0px;
}
#top-add-search .switch-search {
  padding-right: 0px;
  padding-bottom: 20px;
}

#bottom-add-search {
  display: block;
  float: none !important;
}
@media (max-width: 385px) {
  #bottom-add-search {
    display: none;
  }
}
@media (max-width: 480px) {
  #bottom-add-search {
    display: none;
  }
}
@media (min-width: 720px) {
  #bottom-add-search {
    display: block;
  }
}
@media (min-width: 648px) {
  #bottom-add-search {
    display: block;
  }
}
@media (min-width: 1024px) {
  #bottom-add-search {
    display: block;
  }
}

@-webkit-keyframes glowing {
  0% {
    background-color: #afca0b;
    -webkit-box-shadow: 0 0 3px #afca0b;
  }
  50% {
    background-color: #bfd43b;
    -webkit-box-shadow: 0 0 20px #bfd43b;
  }
  100% {
    background-color: #afca0b;
    -webkit-box-shadow: 0 0 3px #afca0b;
  }
}
@keyframes glowing {
  0% {
    background-color: #afca0b;
    -webkit-box-shadow: 0 0 3px #afca0b;
            box-shadow: 0 0 3px #afca0b;
  }
  50% {
    background-color: #bfd43b;
    -webkit-box-shadow: 0 0 20px #bfd43b;
            box-shadow: 0 0 20px #bfd43b;
  }
  100% {
    background-color: #afca0b;
    -webkit-box-shadow: 0 0 3px #afca0b;
            box-shadow: 0 0 3px #afca0b;
  }
}
/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
  background-color: #000;
}
.sp-slide .sp-image-container {
  opacity: 0.4;
  overflow: hidden;
}

.sp-selected {
  opacity: 1;
  background: none;
}
.sp-selected .sp-image-container {
  background: none;
  opacity: 1;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #fff;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
  display: none;
}
@media (max-width: 479px) {
  .sp-horizontal .sp-arrows {
    display: none;
  }
}
@media (min-width: 720px) {
  .sp-horizontal .sp-arrows {
    display: none;
  }
}
@media (min-width: 959px) {
  .sp-horizontal .sp-arrows {
    display: none;
  }
}
@media (min-width: 1023px) {
  .sp-horizontal .sp-arrows {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sp-horizontal .sp-arrows {
    display: block;
  }
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
  display: none;
}
@media (max-width: 479px) {
  .sp-vertical .sp-arrows {
    display: none;
  }
}
@media (min-width: 720px) {
  .sp-vertical .sp-arrows {
    display: none;
  }
}
@media (min-width: 959px) {
  .sp-vertical .sp-arrows {
    display: none;
  }
}
@media (min-width: 1023px) {
  .sp-vertical .sp-arrows {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sp-vertical .sp-arrows {
    display: block;
  }
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 35px;
  height: 50px;
  top: -20px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 350px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 350px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: none;
  transition: none;
}

.slider-pro a {
  position: static;
  -webkit-transition: none !important;
  transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

#stamp-duty-calc {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  #stamp-duty-calc {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

#sd-recalculate {
  width: 100%;
  float: left;
  padding: 15px;
  color: #fff;
  background-color: #17335E;
}
#sd-recalculate a.sdc-breakdown {
  float: left;
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  margin-top: 15px;
}
#sd-recalculate a.sdc-breakdown:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
#sd-recalculate h3 {
  color: #fff;
  margin-top: 0;
}
#sd-recalculate input {
  color: #000;
  line-height: 36px;
  padding: 0 8px;
}
#sd-recalculate label {
  font-weight: 300;
}
#sd-recalculate .first-time-buyer {
  margin-top: 12px;
}
#sd-recalculate .first-time-buyer::after {
  clear: both;
  content: "";
  display: block;
}
#sd-recalculate .first-time-buyer label {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  cursor: pointer;
}
@media (min-width: 480px) {
  #sd-recalculate {
    padding: 30px;
  }
  #sd-recalculate .second-home input, #sd-recalculate .first-time-buyer input {
    float: left;
    margin: 12px 0 0 0;
    vertical-align: middle;
  }
  #sd-recalculate .second-home label, #sd-recalculate .first-time-buyer label {
    width: auto;
    float: left;
    line-height: 36px;
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1024px) {
  #sd-recalculate label, #sd-recalculate input {
    float: left;
    width: auto;
  }
  #sd-recalculate label {
    line-height: 36px;
    margin: 0 15px 0 0;
  }
  #sd-recalculate a {
    float: right;
    width: auto;
    margin: 15px 0 0 0;
  }
  #sd-recalculate input {
    text-align: right;
  }
  #sd-recalculate .recalc-input {
    float: right;
  }
  #sd-recalculate h3 {
    margin-bottom: 0px;
    width: auto;
    float: left;
    line-height: 36px;
  }
  #sd-recalculate .second-home, #sd-recalculate .first-time-buyer {
    float: left;
    width: 100%;
  }
}

#totalStamp {
  float: left;
  width: 100%;
  background-color: #c3a95b;
  padding: 15px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#totalStamp h4, #totalStamp p {
  line-height: 30px;
  margin: 0;
  color: #fff;
}
#totalStamp p {
  font-weight: 400;
}
@media (min-width: 480px) {
  #totalStamp {
    padding: 15px 30px;
  }
  #totalStamp h4, #totalStamp p {
    width: auto;
    line-height: 40px;
  }
  #totalStamp h4 {
    float: left;
  }
  #totalStamp p {
    float: right;
    font-size: 1.4em;
    font-weight: 300;
  }
}

#stampduty-calc-details {
  display: none;
  color: #fff;
  width: 100%;
  float: left;
  padding: 15px;
  background-color: #c3a95b;
}
#stampduty-calc-details p.breakdown {
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
#stampduty-calc-details h3.title {
  margin-top: 0;
  border-bottom: 1px solid #214987;
  padding-bottom: 10px;
}
#stampduty-calc-details h3.title span {
  color: #c3a95b;
}
#stampduty-calc-details h3.title:last-of-type {
  margin-bottom: 30px;
}
#stampduty-calc-details h3, #stampduty-calc-details h4 {
  float: left;
  width: 100%;
  color: #fff;
}
#stampduty-calc-details h3 span, #stampduty-calc-details h4 span {
  display: block;
  width: 100%;
  font-weight: 300;
  margin-top: 5px;
}
#stampduty-calc-details .amount {
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
  padding: 15px 15px 15px 0;
}
#stampduty-calc-details .amount h4 {
  font-family: 300;
}
#stampduty-calc-details .amount h4 .percentage {
  color: #ededed;
  font-size: 0.9em;
}
#stampduty-calc-details .amount p {
  color: #fff;
  float: left;
  text-align: right;
  width: 100%;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
}
#stampduty-calc-details .amount .pcVal {
  display: inline;
  float: none;
  vertical-align: baseline;
}
@media (min-width: 360px) and (max-width: 720px) {
  #stampduty-calc-details .amount p {
    float: right;
    width: auto;
  }
  #stampduty-calc-details .amount h4 {
    width: auto;
  }
}
@media (min-width: 480px) {
  #stampduty-calc-details {
    padding: 30px;
  }
  #stampduty-calc-details p.breakdown {
    margin-bottom: 30px;
    font-style: italic;
  }
  #stampduty-calc-details h3.title span {
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #stampduty-calc-details h3 span, #stampduty-calc-details h4 span {
    float: right;
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle;
  }
  #stampduty-calc-details .amount {
    position: relative;
    padding: 8px 15px 8px 15px;
  }
  #stampduty-calc-details .amount h4 {
    margin: 0;
    line-height: 26px;
  }
  #stampduty-calc-details .amount h4 .percentage {
    display: block;
    width: 100%;
  }
  #stampduty-calc-details .amount p {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    width: 200px;
    text-align: right;
  }
}

.testimonial {
  width: 100%;
  margin-top: 15px;
}
.testimonial p.quote {
  margin-bottom: 0;
  padding: 15px;
  color: #fff;
}
.testimonial .quotations {
  color: #fff;
  font-size: 2em;
  display: block;
  padding: 15px;
}
.testimonial .quotations.fa-quote-right {
  text-align: right;
}
.testimonial .quote {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.testimonial .quote-author {
  font-weight: bold;
  font-size: 18px;
  color: white;
}
@media (min-width: 480px) {
  .testimonial {
    margin-top: 30px;
  }
  .testimonial p.quote {
    padding: 30px;
  }
  .testimonial .quotations {
    padding: 15px 30px;
  }
  .testimonial .quote {
    color: white;
    font-weight: 350;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial .quote-author {
    font-weight: 450;
    font-size: 14px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 360px) {
  .testimonial {
    margin-top: 30px;
  }
  .testimonial p.quote {
    padding: 30px;
  }
  .testimonial .quotations {
    padding: 15px 30px;
  }
  .testimonial .quote {
    color: white;
    font-weight: 450;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial .quote-author {
    font-weight: 450;
    font-size: 14px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 720px) {
  .testimonial {
    margin-top: 30px;
  }
  .testimonial p.quote {
    padding: 30px;
  }
  .testimonial .quotations {
    padding: 15px 30px;
  }
  .testimonial .quote {
    color: white;
    font-weight: 450;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial .quote-author {
    font-weight: 450;
    font-size: 18px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.testimonial-title {
  text-align: center;
  font-size: 56px;
}

.testimonial-intro {
  font-size: 20px;
  text-align: center;
}

.testimonials-contain {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .testimonials-contain {
    width: 90%;
  }
}
@media (min-width: 360px) {
  .testimonials-contain {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .testimonials-contain {
    width: 70%;
  }
}
.testimonials-contain .testimonial {
  width: 100%;
  margin-top: 15px;
}
.testimonials-contain .testimonial p.quote {
  margin-bottom: 0;
  padding: 15px;
  color: #fff;
}
.testimonials-contain .testimonial p.quote:before {
  position: relative;
  display: block;
  font-family: "new-city-rooms-icon-set";
  content: "\e048";
  color: #000;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 40px;
}
.testimonials-contain .testimonial p.quote hr {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.testimonials-contain .testimonial .quotations {
  color: #fff;
  font-size: 2em;
  display: block;
  padding: 15px;
}
.testimonials-contain .testimonial .quotations.fa-quote-right {
  text-align: right;
}
.testimonials-contain .testimonial .quote {
  color: #333 !important;
  font-weight: bold;
  font-size: 18px;
}
.testimonials-contain .testimonial .quote-author {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 480px) {
  .testimonials-contain .testimonial {
    margin-top: 30px;
  }
  .testimonials-contain .testimonial p.quote {
    color: #333;
    padding: 30px;
    font-weight: 350;
  }
  .testimonials-contain .testimonial .quotations {
    padding: 15px 30px;
  }
  .testimonials-contain .testimonial .quote {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonials-contain .testimonial .quote-author {
    font-weight: 400;
    font-size: 14px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 360px) {
  .testimonials-contain .testimonial {
    margin-top: 30px;
  }
  .testimonials-contain .testimonial p.quote {
    color: #333;
    padding: 30px;
  }
  .testimonials-contain .testimonial .quotations {
    padding: 15px 30px;
  }
  .testimonials-contain .testimonial .quote {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonials-contain .testimonial .quote-author {
    font-weight: 450;
    font-size: 14px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 720px) {
  .testimonials-contain .testimonial {
    margin-top: 30px;
  }
  .testimonials-contain .testimonial p.quote {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .testimonials-contain .testimonial .quotations {
    padding: 15px 30px;
  }
  .testimonials-contain .testimonial .quote {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonials-contain .testimonial .quote-author {
    font-weight: 450;
    font-size: 18px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonials-contain .testimonial img {
  padding-bottom: 15px;
}

.testimonial-footer {
  padding: 15px;
  position: relative;
}
.testimonial-footer p {
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
  font-weight: 450;
}
.testimonial-footer .date {
  font-style: italic;
}
.testimonial-footer .person {
  font-weight: 400;
}
@media (min-width: 480px) {
  .testimonial-footer {
    padding: 10px 30px;
  }
}

.star-rating {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 30px;
  border-bottom: 1px solid #000;
}

.tp-logo {
  font-weight: 600;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .layout-2 .testimonials-contain {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media (min-width: 1024px) {
  .layout-2 .testimonials-contain {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.layout-2 .testimonial {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.testimonial-slider {
  float: left;
  width: 100%;
  min-height: 480px;
  padding: 40px 0;
  position: relative;
}

#slider-quote-icon {
  font-size: 50px;
  color: white;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.module,
.module-small {
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.module-small {
  padding: 100px 0;
  background-image: url(/images/testimonial-slider.jpg);
}

.module-parallax {
  background-attachment: fixed;
  /*z-index: 5;*/
}

/* Module titles */
.module-title {
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.module-subtitle {
  text-align: center;
  font-size: 13px;
  margin-bottom: 70px;
}

.module-icon {
  font-size: 36px;
  margin-bottom: 70px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

.testimonials {
  width: 100%;
  float: left;
  background-color: #fff;
}
.testimonials .bg-lgt-60 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 100px 0 160px 0;
}
.testimonials .bg-lgt-60 h3 {
  color: white;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.testimonials .bg-lgt-60 h4 {
  font-size: 28px;
  color: white;
  font-weight: normal;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 480px) {
  .testimonials .bg-lgt-60 h3 {
    color: white;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .testimonials .bg-lgt-60 h4 {
    font-size: 28px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
}
@media (min-width: 360px) {
  .testimonials .bg-lgt-60 h3 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
  .testimonials .bg-lgt-60 h4 {
    font-size: 24px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
}
@media (min-width: 720px) {
  .testimonials .bg-lgt-60 h3 {
    color: white;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
  .testimonials .bg-lgt-60 h4 {
    font-size: 28px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
}

.testimonials-static {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 0px !important;
}
.testimonials-static .bg-lgt-60 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 100px 0 160px 0;
}
.testimonials-static .bg-lgt-60 h3 {
  color: white;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.testimonials-static .bg-lgt-60 h4 {
  font-size: 28px;
  color: white;
  font-weight: normal;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 480px) {
  .testimonials-static .bg-lgt-60 h3 {
    color: white;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  .testimonials-static .bg-lgt-60 h4 {
    font-size: 28px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
}
@media (min-width: 360px) {
  .testimonials-static .bg-lgt-60 h3 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
  .testimonials-static .bg-lgt-60 h4 {
    font-size: 24px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
}
@media (min-width: 720px) {
  .testimonials-static .bg-lgt-60 h3 {
    color: white;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
  .testimonials-static .bg-lgt-60 h4 {
    font-size: 28px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }
}

@media (min-width: 720px) {
  .slider-testimonials {
    max-width: 1200px;
    margin: 0px auto;
  }
}

.front-testimonial {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-width: 100%;
  min-height: 100%;
  background-image: url(images/testimonial-slider.jpg);
}

@media (max-width: 430px) {
  .front-testimonial {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-width: 100%;
    min-height: 100%;
    background-image: url(images/testimonial-slider-sm.jpg);
  }
}
@media (min-width: 480px) {
  .front-testimonial {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-width: 100%;
    min-height: 100%;
    background-image: url(images/testimonial-slider-sm.jpg);
  }
}
@media (min-width: 720px) {
  .front-testimonial {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-width: 100%;
    min-height: 100%;
    background-image: url(images/testimonial-slider.jpg);
  }
}
@media (min-width: 1024px) {
  .front-testimonial {
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(images/testimonial-slider.jpg);
  }
}
.landlord-testimonial {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-width: 100%;
  min-height: 100%;
  background-image: url(images/landlord-slider.jpg);
}

@media (max-width: 430px) {
  .landlord-testimonial {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-width: 100%;
    min-height: 100%;
    background-image: url(images/landlord-slider-sm.jpg);
  }
}
@media (min-width: 480px) {
  .landlord-testimonial {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-width: 100%;
    min-height: 100%;
    background-image: url(images/landlord-slider-sm.jpg);
  }
}
@media (min-width: 720px) {
  .landlord-testimonial {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-width: 100%;
    min-height: 100%;
    background-image: url(images/landlord-slider.jpg);
  }
}
@media (min-width: 1024px) {
  .landlord-testimonial {
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(images/landlord-slider.jpg);
  }
}
.testimonial-button-contain {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonial-button-contain .testimonial-button {
  position: relative;
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonial-button-contain .testimonial-button a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  height: 40px;
  background-color: #00628b;
  color: #fff !important;
  font-size: 20px;
  line-height: 0px;
  border-radius: 18px !important;
  border: 1px solid #00628b;
  text-transform: uppercase;
  padding: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.testimonial-button-contain .testimonial-button a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.testimonial-button-contain .testimonial-button a:hover {
  background-color: #fff;
  border: 1px solid #00628b;
  color: #00628b !important;
}
.testimonial-button-contain .testimonial-button a:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #00628b;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
.testimonial-button-contain .testimonial-button a:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
@media (max-width: 380px) {
  .testimonial-button-contain .testimonial-button a {
    font-size: 18px;
  }
}

.landlord-testimonial-button-contain {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.landlord-testimonial-button-contain .landlord-testimonial-button {
  position: relative;
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.landlord-testimonial-button-contain .landlord-testimonial-button a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  height: 40px;
  background-color: #246674;
  color: #fff !important;
  font-size: 20px;
  line-height: 0px;
  border-radius: 18px !important;
  border: 1px solid #246674;
  text-transform: uppercase;
  padding: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.landlord-testimonial-button-contain .landlord-testimonial-button a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.landlord-testimonial-button-contain .landlord-testimonial-button a:hover {
  background-color: #fff;
  border: 1px solid #246674;
  color: #246674 !important;
}
.landlord-testimonial-button-contain .landlord-testimonial-button a:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #246674;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
.landlord-testimonial-button-contain .landlord-testimonial-button a:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 23px;
}
@media (max-width: 380px) {
  .landlord-testimonial-button-contain .landlord-testimonial-button a {
    font-size: 18px;
  }
}

@font-face {
  font-family: "resultsicons";
  src: url("/Shared/font-icons/resultsicons/resultsicons.eot?72761561");
  src: url("/Shared/font-icons/resultsicons/resultsicons.eot?72761561#iefix") format("embedded-opentype"), url("/Shared/font-icons/resultsicons/resultsicons.woff?72761561") format("woff"), url("/Shared/font-icons/resultsicons/resultsicons.ttf?72761561") format("truetype"), url("/Shared/font-icons/resultsicons/resultsicons.svg?72761561#resultsicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'resultsicons';
    src: url('../font/resultsicons.svg?72761561#resultsicons') format('svg');
  }
}
*/
[class^=res-icon-]:before, [class*=" res-icon-"]:before {
  font-family: "resultsicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  font-size: 24px;
  color: #000 !important;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.res-icon-beds:before {
  content: "\e800";
}

.res-icon-station:before {
  content: "\e801";
}

.res-icon-reception:before {
  content: "\e802";
}

.res-icon-parking:before {
  content: "\e803";
}

.res-icon-gardern:before {
  content: "\e804";
}

.res-icon-bath:before {
  content: "\e805";
}

h3 .results_propstat_under_offer,
h3 .results_propstat_let,
h3 .results_propstat_let_agreed,
h3 .results_propstat_sold,
h3 .results_propstat_sold_stc {
  color: #c62127;
  font-weight: 500;
}

/* Google map v3 results with image marker list */
/*Map layout*/
#map_canvas {
  width: 55%;
  height: 700px;
  float: right;
  margin: 0 0 20px;
}
@media (max-width: 1442px) {
  #map_canvas {
    width: 60%;
  }
}
@media (max-width: 960px) {
  #map_canvas {
    width: 55%;
  }
}
@media (max-width: 719px) {
  #map_canvas {
    display: none;
  }
}
@media (max-width: 479px) {
  #map_canvas {
    display: none;
  }
}

#travel-time-results {
  width: 45%;
  float: left;
  height: 700px;
  overflow: scroll;
  background-color: #fff;
}
@media (max-width: 1442px) {
  #travel-time-results {
    width: 40%;
  }
}
@media (max-width: 960px) {
  #travel-time-results {
    width: 45%;
  }
}
@media (max-width: 719px) {
  #travel-time-results {
    height: 100%;
    overflow: visible;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #travel-time-results {
    width: 100%;
  }
}

#radius-results {
  width: 45%;
  float: left;
  height: 700px;
  overflow: scroll;
  background-color: #fff;
}
@media (max-width: 1442px) {
  #radius-results {
    width: 40%;
  }
}
@media (max-width: 960px) {
  #radius-results {
    width: 45%;
  }
}
@media (max-width: 719px) {
  #radius-results {
    height: 100%;
    overflow: visible;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #radius-results {
    width: 100%;
  }
}

#form_search_form_rmm {
  margin-top: 85px;
}

#side_bar {
  display: none;
  visibility: hidden;
}

/*End Map layout*/
/*Marker list formatting*/
.marker-item {
  float: left;
  border: 1px solid #DADADA;
  margin: 0 0 3px;
  padding: 0;
  width: 100%;
  height: 43px;
}

.marker-item:hover,
.marker-item:active {
  cursor: pointer;
}

.map-photo {
  float: left;
  width: 60px;
}

.marker_photo {
  width: 60px;
  height: 45px;
}

.marker-txt {
  float: left;
  margin: 0 0 0 5px;
  width: 185px;
  cursor: pointer;
}

.marker-txt h2 {
  float: left;
  margin: 5px 0 8px;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  cursor: pointer;
}

.marker-txt h3 {
  float: left;
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  cursor: pointer;
}

/*End Marker list formatting*/
/*Info window content styling */
.GMCon {
  width: 310px;
  height: 330px;
  float: left;
  text-align: left;
  font-size: 11px;
  padding: 10px 0px 0px 5px;
  overflow: hidden;
}
.GMCon .moreInfo {
  height: auto;
}
.GMCon a.results-button {
  float: left;
}

.GMCon h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #222222;
}

.GMCon h3 {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #17335E;
}

.GMPhoto {
  width: 300px;
  height: auto;
  float: left;
  margin: 0;
}
.GMPhoto a {
  float: left;
  width: 100%;
  height: 100%;
}

.resultsGM_photo {
  width: 300px;
  margin: 0 0 5px;
}

.moreInfo {
  margin: 5px 0 0;
  height: 20px;
  text-align: right;
}
.moreInfo a {
  margin: 0 10px 0 0;
}

.priceGM {
  font-size: 14px;
  text-align: left;
  float: left;
  margin: 5px 0;
  font-weight: 700;
}

.GMCont {
  width: 300px;
  float: left;
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* Property status over image and marker list */
.GMPhoto .photoLabelLet,
.GMPhoto .photoLabelSold,
.GMPhoto .photoLabelUO,
.GMPhoto .photoLabelLetAgreed,
.GMPhoto .photoLabelSoldSTC,
.GMPhoto .photoLabelNI {
  width: 150px;
  position: relative;
  margin: 0;
  padding: 0;
}

.GMPhoto .photoLabelLet span,
.GMPhoto .photoLabelLetAgreed span,
.GMPhoto .photoLabelSold span,
.GMPhoto .photoLabelSoldSTC span,
.GMPhoto .photoLabelUO span, .GMPhoto .photoLabelNI span {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* End Property status over image */
/* Property status over marker list image */
.map-photo .photoLabel {
  padding: 0;
  margin: 0;
}

.map-photo .photoLabelLet,
.map-photo .photoLabelSold,
.map-photo .photoLabelUO,
.map-photo .photoLabelLetAgreed,
.map-photo .photoLabelSoldSTC,
.map-photo .photoLabelNI {
  width: 60px;
  position: relative;
  margin: 0;
  padding: 0;
}

.map-photo .photoLabelLet span,
.map-photo .photoLabelLetAgreed span,
.map-photo .photoLabelSold span,
.map-photo .photoLabelSoldSTC span,
.map-photo .photoLabelUO span,
.map-photo .photoLabelNI span {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 0;
}

/*End Property status over marker list image */
/*End Info window content styling */
/* End Google map v3 results with image marker list */
.results-layout .main-content {
  z-index: 1;
  overflow: hidden;
}

.results-page.results-page {
  z-index: 1;
  padding: 0 !important;
}
@media (max-width: 485px) {
  .results-page.results-page {
    margin-top: 20px;
  }
}

.results-header {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  padding: 0;
}
.results-header h1 {
  font-size: 1.6em;
  padding: 10px;
  color: #333333;
}
.results-header h1 small {
  font-size: 0.6em;
}
@media (min-width: 720px) {
  .results-header h1 {
    display: inline-block;
    width: 80%;
    margin-bottom: 0px;
    padding-left: 40px;
    padding-top: 15px;
    font-weight: 500;
    padding-bottom: 20px;
  }
}

.results-footer {
  float: left;
  width: 100%;
}

.results-icons {
  display: none;
}
@media (min-width: 720px) {
  .results-icons {
    display: block;
    float: right;
    margin: 20px 0 30px;
  }
  .results-icons a {
    display: inline-block;
    color: #ffffff !important;
    border: 0 solid #c3a95b;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #c3a95b;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    float: left;
    margin-left: 15px;
    background-color: #000;
  }
  .results-icons a:hover {
    color: #e6e6e6 !important;
    border: 0 solid #ac913f;
    background-color: #bc9f48;
  }
  .results-icons a:first-of-type {
    margin-left: 0;
  }
  .results-icons a.active {
    background-color: #17335E;
  }
  .results-icons a.hover {
    background-color: #1a1a1a;
  }
  .results-icons a:hover {
    background-color: #1a1a1a;
  }
}

.results-nav {
  margin-bottom: 0px;
}
.results-nav::after {
  clear: both;
  content: "";
  display: block;
}
.results-nav ul.pagination {
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.results-nav li {
  float: left;
  margin-right: 15px;
}
.results-nav ul.pagination li:last-of-type {
  margin-right: 0;
}
.results-nav li.disabled a {
  border: 1px solid #ccc;
  color: #fff !important;
  background-color: #000;
  cursor: default;
}
.results-nav li.active a {
  background-color: #afca0b;
  color: #fff;
}
.results-nav a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: #000;
  padding: 0 15px;
  float: left;
}
.results-nav a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.results-nav a:hover {
  background-color: #afca0b;
  color: #fff;
}
@media (min-width: 720px) {
  .results-nav {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.results-reorder {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  margin-left: 20px;
}
.results-reorder label {
  display: none;
}
.results-reorder a.selectBox {
  width: 100% !important;
}
.results-reorder .SumoSelect {
  float: left;
  width: auto;
  border: 0px;
  color: #fff;
  background-color: black;
  margin-right: 18px;
  padding: 3px 10px 3px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 15px;
  outline: 0px !important;
}
.results-reorder .SumoSelect .captionCont span {
  text-align: left;
}
.results-reorder .SumoSelect .optWrapper {
  width: 180px;
  left: -15%;
  top: 44px !important;
}
.results-reorder .SumoSelect .optWrapper .options {
  background-color: #fff;
  color: black;
  max-height: 310px !important;
  overflow: visible !important;
  margin-left: auto;
  margin-right: auto;
}
.results-reorder .SumoSelect .optWrapper .options li.opt {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.results-reorder .SumoSelect .optWrapper .options li.opt:hover {
  background-color: #afca0b;
  color: white;
}
.results-reorder .SumoSelect:focus > .CaptionCont, .results-reorder .SumoSelect:hover > .CaptionCont, .results-reorder .SumoSelect.open > .CaptionCont {
  box-shadow: 0px 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  border-color: #c3a95b;
}
@media (min-width: 720px) and (min-width: 480px) {
  .results-reorder {
    width: 20%;
    float: right !important;
    margin-bottom: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
  }
  .results-reorder .SumoSelect {
    float: right;
    width: 134px !important;
    border: 0px;
    color: #fff;
    background-color: black;
    margin-right: 18px;
    padding: 3px 5px 3px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 15px;
  }
  .results-reorder .SumoSelect .captionCont span {
    text-align: left;
  }
  .results-reorder .SumoSelect .optWrapper {
    width: 180px;
    left: -15%;
    top: 44px !important;
  }
  .results-reorder .SumoSelect .optWrapper .options {
    background-color: #fff;
    color: black;
    max-height: 310px !important;
    overflow: visible !important;
    margin-left: auto;
    margin-right: auto;
  }
  .results-reorder .SumoSelect .optWrapper .options li.opt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .results-reorder .SumoSelect .optWrapper .options li.opt:hover {
    background-color: #afca0b;
    color: white;
  }
  .results-reorder .SumoSelect:focus > .CaptionCont, .results-reorder .SumoSelect:hover > .CaptionCont, .results-reorder .SumoSelect.open > .CaptionCont {
    box-shadow: 0px 0px 0px 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px !important;
    border-color: #c3a95b;
  }
}
@media (max-width: 480px) and (max-width: 360px) {
  .results-reorder {
    width: 20%;
    float: left !important;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-top: 15px;
    margin-left: 20px;
  }
  .results-reorder .SumoSelect {
    float: left;
    width: auto !important;
    border: 0px;
    color: #fff;
    background-color: black;
    margin-right: 18px;
    padding: 3px 5px 3px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 15px;
  }
  .results-reorder .SumoSelect .captionCont span {
    text-align: left;
  }
  .results-reorder .SumoSelect .optWrapper {
    width: 180px;
    left: -15%;
    top: 44px !important;
  }
  .results-reorder .SumoSelect .optWrapper .options {
    background-color: #fff;
    color: black;
    max-height: 310px !important;
    overflow: visible !important;
    margin-left: auto;
    margin-right: auto;
  }
  .results-reorder .SumoSelect .optWrapper .options li.opt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .results-reorder .SumoSelect .optWrapper .options li.opt:hover {
    background-color: #afca0b;
    color: white;
  }
  .results-reorder .SumoSelect:focus > .CaptionCont, .results-reorder .SumoSelect:hover > .CaptionCont, .results-reorder .SumoSelect.open > .CaptionCont {
    box-shadow: 0px !important;
    -webkit-box-shadow: 0px !important;
    border-color: #c3a95b;
  }
}
@media (max-width: 350px) {
  .results-reorder {
    width: 20%;
    float: left !important;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-top: 15px;
    margin-left: 20px;
  }
  .results-reorder .SumoSelect {
    float: left;
    width: auto !important;
    border: 0px;
    color: #fff;
    background-color: black;
    margin-right: 18px;
    padding: 3px 5px 3px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 15px;
  }
  .results-reorder .SumoSelect .captionCont span {
    text-align: left;
  }
  .results-reorder .SumoSelect .optWrapper {
    width: 180px;
    left: -15%;
    top: 44px !important;
  }
  .results-reorder .SumoSelect .optWrapper .options {
    background-color: #fff;
    color: black;
    max-height: 310px !important;
    overflow: visible !important;
    margin-left: auto;
    margin-right: auto;
  }
  .results-reorder .SumoSelect .optWrapper .options li.opt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .results-reorder .SumoSelect .optWrapper .options li.opt:hover {
    background-color: #afca0b;
    color: white;
  }
  .results-reorder .SumoSelect:focus > .CaptionCont, .results-reorder .SumoSelect:hover > .CaptionCont, .results-reorder .SumoSelect.open > .CaptionCont {
    box-shadow: 0px !important;
    -webkit-box-shadow: 0px !important;
    border-color: #c3a95b;
  }
}
@media (min-width: 1200px) {
  .results-reorder {
    display: inline-block;
    visibility: visible;
  }
}
.results-reorder .SumoSelect .CaptionCont {
  color: #fff;
  border-color: transparent;
}
.results-reorder .SumoSelect:focus > .CaptionCont, .results-reorder .SumoSelect:hover > .CaptionCont, .results-reorder .SumoSelect.open > .CaptionCont {
  border-color: transparent;
}

.SumoSelect > .CaptionCont[title=" SORT BY"] > span:after {
  content: none;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative !important;
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) and (min-width: 360px) {
  .SumoSelect > .CaptionCont[title=" SORT BY"] > span:after {
    content: "\f0d7";
  }
}
@media (max-width: 360px) {
  .SumoSelect > .CaptionCont[title=" SORT BY"] > span:after {
    content: "\f0d7";
  }
}

.SumoSelect > .CaptionCont[title=" Available Date"] > span:after {
  content: none;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative !important;
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) and (min-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Available Date"] > span:after {
    content: "\f0d7";
  }
}
@media (max-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Available Date"] > span:after {
    content: "\f0d7";
  }
}

.SumoSelect > .CaptionCont[title=" Highest Price First"] > span:after {
  content: none;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative !important;
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) and (min-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Highest Price First"] > span:after {
    content: "\f0d7";
  }
}
@media (max-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Highest Price First"] > span:after {
    content: "\f0d7";
  }
}

.SumoSelect > .CaptionCont[title=" Lowest Price First"] > span:after {
  content: none;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative !important;
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) and (min-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Lowest Price First"] > span:after {
    content: "\f0d7";
  }
}
@media (max-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Lowest Price First"] > span:after {
    content: "\f0d7";
  }
}

.SumoSelect > .CaptionCont[title=" Post Code"] > span:after {
  content: none;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative !important;
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) and (min-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Post Code"] > span:after {
    content: "\f0d7";
  }
}
@media (max-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Post Code"] > span:after {
    content: "\f0d7";
  }
}

.SumoSelect > .CaptionCont[title=" Area"] > span:after {
  content: none;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative !important;
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 480px) and (min-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Area"] > span:after {
    content: "\f0d7";
  }
}
@media (max-width: 360px) {
  .SumoSelect > .CaptionCont[title=" Area"] > span:after {
    content: "\f0d7";
  }
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
  border-color: #c3a95b;
}

.results-noresults {
  margin-bottom: 15px;
  padding-left: 30px;
}
.results-noresults::after {
  clear: both;
  content: "";
  display: block;
}
.results-noresults a {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  float: left;
  background-color: #000;
  margin-right: 15px;
}
.results-noresults a:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
.results-noresults a:hover {
  background-color: #404040;
}
.results-noresults .sorry {
  font-size: 400;
}
@media (min-width: 720px) {
  .results-noresults {
    margin-bottom: 30px;
  }
}
.results-noresults ul {
  margin-top: 20px;
}

.results-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}
.results-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}

.results-image span {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 150px;
  margin: -3px;
  padding: -3px;
  overflow: hidden;
}

.results-container {
  width: 70%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.save-prop-page .results-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  margin: 0px auto;
}

.save-prop-page .results-list {
  width: 23.7288135593%;
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.save-prop-page .results-list:nth-child(4n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.save-prop-page .results-list:nth-child(4n+2) {
  margin-left: 25.4237288136%;
  margin-right: -100%;
  clear: none;
}
.save-prop-page .results-list:nth-child(4n+3) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}
.save-prop-page .results-list:nth-child(4n+4) {
  margin-left: 76.2711864407%;
  margin-right: -100%;
  clear: none;
}
.save-prop-page .results-list .results-image {
  width: 100%;
  border-radius: 25px;
}
.save-prop-page .results-list .results-image img {
  border-radius: 25px;
}
.save-prop-page .results-list .results-info {
  width: 100%;
}
.save-prop-page .results-list .results-prop-details {
  width: 100%;
}
@media (max-width: 1252px) {
  .save-prop-page .results-list {
    width: 49.1525423729%;
    float: left;
  }
  .save-prop-page .results-list:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .save-prop-page .results-list:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 720px) {
  .save-prop-page .results-list {
    width: 100%;
    float: left;
    clear: both !important;
  }
  .save-prop-page .results-list:nth-child(1n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}

.results-list {
  margin-bottom: 30px;
  background-color: transparent;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 25px;
}
.results-list .results-address {
  font-size: 16px;
  font-weight: 400;
}
.results-list .results_priceask a {
  color: #e5007d;
  font-weight: 450;
}
.results-list .results-info {
  padding: 15px;
}
.results-list .results-info h2 {
  margin-top: 0;
  font-size: 23px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}
.results-list .results-info p {
  font-weight: 400;
  color: #333333;
}
.results-list .results-prop-details {
  width: 95%;
  float: left;
  padding-left: 15px;
}
@media (max-width: 719px) {
  .results-list .results-prop-details {
    width: 95%;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .results-list .results-prop-details {
    width: 95%;
    float: left;
    padding-left: 15px;
  }
}
.results-list .results-prop-details a {
  color: #e5007d;
  font-weight: 400;
}
.results-list .results-prop-details p {
  font-size: 15px;
  font-weight: 250;
}
.results-list .results-image img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.results-list .res-attributes {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.results-list .res-attributes i {
  font-size: 55px;
  color: #c3a95b;
  margin-right: 10px;
  vertical-align: middle;
}
.results-list .res-attributes span {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 20px;
  color: #333333;
}
@media (max-width: 719px) {
  .results-list .res-attributes {
    text-align: left;
    display: inline-block;
  }
  .results-list .res-attributes span {
    display: inline-block;
  }
}
.results-list .res-prop-lnk a {
  width: 100%;
}
@media (min-width: 720px) {
  .results-list {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
  }
  .results-list .results-image {
    float: left;
    width: 100%;
    border-radius: 25px 25px 0 0;
  }
  .results-list .res-attributes {
    text-align: left;
  }
  .results-list .results-info {
    float: left;
    width: 100%;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .results-list .results-image {
    width: 100%;
  }
  .results-list .results-info {
    width: 100%;
    margin-top: 5px;
    padding-left: 15px;
  }
  .results-list .res-prop-lnk a {
    width: auto;
  }
}
@media (max-width: 1442px) {
  .results-list .results-image {
    width: 100%;
  }
  .results-list .results-info {
    width: 100%;
    margin-top: 5px;
    padding-left: 20px;
  }
  .results-list .results-prop-details {
    width: 100%;
    margin-top: 5px;
    padding-left: 20px;
  }
}

.results-list.active {
  -webkit-box-shadow: 5px 5px 30px 10px rgba(206, 218, 133, 0.7);
          box-shadow: 5px 5px 30px 10px rgba(206, 218, 133, 0.7);
  border-radius: 25px;
}

.results-list:hover {
  -webkit-box-shadow: 0 0 30px rgba(206, 218, 133, 0.9);
          box-shadow: 0 0 30px rgba(206, 218, 133, 0.9);
  border-radius: 25px;
}

.results-container-grid {
  float: left;
  width: 100%;
}

.results-grid {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 15px;
}
.results-grid .results-image img {
  width: 100%;
  height: 100%;
}
.results-grid .results-info {
  padding: 15px;
}
.results-grid .results-info h2 {
  margin-top: 0;
  font-size: 19px;
  font-weight: 400;
}
.results-grid .results-info h3 {
  font-size: 16px;
  font-weight: 400;
}
.results-grid .results-info h2, .results-grid .results-info h3 {
  text-align: center;
}
.results-grid .res-attributes {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.results-grid .results-button {
  width: 100%;
}
.results-grid .results-button:nth-of-type(2) {
  margin-top: 10px;
}
@media (min-width: 720px) {
  .results-grid {
    margin-bottom: 30px;
  }
  .results-grid .results-info {
    padding: 30px;
  }
}
@media (min-width: 720px) {
  .results-grid {
    width: 49.1525423729%;
    float: left;
  }
  .results-grid:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .results-grid:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .results-grid {
    width: 32.2033898305%;
    float: left;
  }
  .results-grid:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .results-grid:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  .results-grid:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
}

#travel-time-results-pagination {
  padding-left: 45px;
  padding-right: 45px;
}

.save-property {
  float: right;
  margin: 2px;
  font-size: 22px !important;
  background-color: transparent;
  color: grey !important;
  padding-right: 5px;
  padding-top: 4px;
  text-transform: uppercase;
}
.save-property i {
  margin-left: 5px;
  margin-right: 2px;
}
.save-property i:before {
  font-size: 22px;
  color: grey;
}

.save-property:hover {
  background-color: transparent;
  color: red !important;
  font-weight: bold;
}
.save-property:hover i {
  color: red !important;
  vertical-align: middle;
}
.save-property:hover i:before {
  color: red !important;
}

.results-list.in-basket .save-property {
  color: grey !important;
  font-weight: 600;
}
.results-list.in-basket .save-property i {
  color: grey !important;
  vertical-align: middle;
}
.results-list.in-basket .save-property i:before {
  color: grey !important;
}

.sumo_displayorder p {
  color: #fff !important;
  border: 0px !important;
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
}
.sumo_displayorder p span {
  text-align: center !important;
  padding: 0px !important;
}

.sumo_displayorder p:hover {
  -webkit-box-shadow: 0 0 0 0px !important;
          box-shadow: 0 0 0 0px !important;
}

.sumo_displayorder p:open {
  -webkit-box-shadow: 0 0 0 0px !important;
          box-shadow: 0 0 0 0px !important;
}

#saved-prop {
  margin-top: 95px;
}

.area-guide-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding: 15px;
  position: relative;
}
.area-guide-container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  .area-guide-container {
    padding: 30px;
  }
}

.area-intro {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px !important;
}

.area-header {
  font-size: 38px;
  font-weight: 300;
}

.area-small-header {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}

.areas {
  float: left;
  width: 100%;
}

.area-guide {
  position: relative;
  float: left;
  background-color: white;
  padding: 0;
  height: 100px;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-bottom: 15px;
}
.area-guide span.bg {
  float: left;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.area-guide .text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.area-guide .text .more-info {
  display: none;
}
.area-guide .text h3 {
  margin: 0;
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 720px) {
  .area-guide {
    height: auto;
  }
  .area-guide span.bg {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
  }
  .area-guide:hover span.bg {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .area-guide:hover .text .more-info {
    left: 50%;
    margin-left: -100px;
  }
  .area-guide:hover .text h3 {
    background-color: transparent;
    color: #fff;
  }
  .area-guide .text {
    padding: 30px;
    overflow: hidden;
  }
  .area-guide .text h3 {
    text-align: center;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 60px;
    color: #222;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .area-guide .text .more-info {
    display: block;
    display: inline-block;
    color: #ffffff !important;
    border: 0 solid #c3a95b;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #c3a95b;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative;
    cursor: pointer;
    width: 200px;
    position: absolute;
    left: -100%;
    bottom: 45px;
  }
  .area-guide .text .more-info:hover {
    color: #e6e6e6 !important;
    border: 0 solid #ac913f;
    background-color: #bc9f48;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .area-guide {
    width: 50%;
  }
  .csscalc .area-guide {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .csscalc .area-guide:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 960px) {
  .area-guide {
    width: 30%;
    margin-bottom: 5%;
  }
  .area-guide:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .csscalc .area-guide {
    width: calc(33.3% - 30px);
    margin: 0 0px 45px 0;
  }
  .csscalc .area-guide:nth-child(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.area-1 {
  background-image: url("images/area-guides/area1.jpg");
}

.area-2 {
  background-image: url("images/area-guides/area2.jpg");
}

.area-3 {
  background-image: url("images/area-guides/area3.jpg");
}

.area-4 {
  background-image: url("images/area-guides/area4.jpg");
}

.area-5 {
  background-image: url("images/area-guides/area5.jpg");
}

.area-6 {
  background-image: url("images/area-guides/area6.jpg");
}

.area-7 {
  background-image: url("images/area-guides/area7.jpg");
}

.area-8 {
  background-image: url("images/area-guides/area8.jpg");
}

.area-9 {
  background-image: url("images/area-guides/area9.jpg");
}

.area-10 {
  background-image: url("images/area-guides/area10.jpg");
}

.area-11 {
  background-image: url("images/area-guides/area11.jpg");
}

.area-12 {
  background-image: url("images/area-guides/area12.jpg");
}

.islington-banner {
  background-image: url("images/area-guides/islington/banner.jpg");
}

.islington-buy {
  background-image: url("images/area-guides/islington/buy.jpg");
}

.islington-rent {
  background-image: url("images/area-guides/islington/rent.jpg");
}

.side-content-container {
  position: relative;
}

.canary-wharf-banner {
  background-image: url("images/area-guides/canary-wharf-banner.jpg");
}
@media (max-width: 1280px) {
  .canary-wharf-banner {
    background-image: url("images/area-guides/canary-wharf-banner.jpg");
  }
}
@media (max-width: 1023px) {
  .canary-wharf-banner {
    background-image: url("images/area-guides/canary-wharf-banner.jpg");
  }
}
@media (max-width: 480px) {
  .canary-wharf-banner {
    background-image: url("images/area-guides/canary-wharf-banner.jpg");
  }
}

.canada-water-banner {
  background-image: url("images/area-guides/canada-water-banner.jpg");
}
@media (max-width: 1280px) {
  .canada-water-banner {
    background-image: url("images/area-guides/canada-water-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .canada-water-banner {
    background-image: url("images/area-guides/canada-water-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .canada-water-banner {
    background-image: url("images/area-guides/canada-water-banner-480.jpg");
  }
}

.stepney-green-banner {
  background-image: url("images/area-guides/stepney-green-banner.jpg");
}

.st-johns-wood-banner {
  background-image: url("images/area-guides/st-johns-wood-banner.jpg");
}
@media (max-width: 1280px) {
  .st-johns-wood-banner {
    background-image: url("images/area-guides/st-johns-wood-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .st-johns-wood-banner {
    background-image: url("images/area-guides/st-johns-wood-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .st-johns-wood-banner {
    background-image: url("images/area-guides/st-johns-wood-banner-480.jpg");
  }
}

.greenwich-banner {
  background-image: url("images/area-guides/greenwich-banner.jpg");
}
@media (max-width: 1280px) {
  .greenwich-banner {
    background-image: url("images/area-guides/greenwich-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .greenwich-banner {
    background-image: url("images/area-guides/greenwich-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .greenwich-banner {
    background-image: url("images/area-guides/greenwich-banner-480.jpg");
  }
}

.shoreditch-banner {
  background-image: url("images/area-guides/shoreditch-banner.jpg");
}

.stratford-banner {
  background-image: url("images/area-guides/stratford-banner.jpg");
}
@media (max-width: 1280px) {
  .stratford-banner {
    background-image: url("images/area-guides/stratford-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .stratford-banner {
    background-image: url("images/area-guides/stratford-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .stratford-banner {
    background-image: url("images/area-guides/stratford-banner-480.jpg");
  }
}

.bow-banner {
  background-image: url("images/area-guides/bow-banner.jpg");
}
@media (max-width: 1280px) {
  .bow-banner {
    background-image: url("images/area-guides/bow-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .bow-banner {
    background-image: url("images/area-guides/bow-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .bow-banner {
    background-image: url("images/area-guides/bow-banner-480.jpg");
  }
}

.bethnal-green-banner {
  background-image: url("images/area-guides/bethnal-green-banner.jpg");
}
@media (max-width: 1280px) {
  .bethnal-green-banner {
    background-image: url("images/area-guides/bethnal-green-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .bethnal-green-banner {
    background-image: url("images/area-guides/bethnal-green-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .bethnal-green-banner {
    background-image: url("images/area-guides/bethnal-green-banner-480.jpg");
  }
}

.dalston-banner {
  background-image: url("images/area-guides/dalston-banner.jpg");
}
@media (max-width: 1280px) {
  .dalston-banner {
    background-image: url("images/area-guides/dalston-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .dalston-banner {
    background-image: url("images/area-guides/dalston-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .dalston-banner {
    background-image: url("images/area-guides/dalston-banner-480.jpg");
  }
}

.hoxton-banner {
  background-image: url("images/area-guides/hoxton-banner.jpg");
}
@media (max-width: 1280px) {
  .hoxton-banner {
    background-image: url("images/area-guides/hoxton-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .hoxton-banner {
    background-image: url("images/area-guides/hoxton-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .hoxton-banner {
    background-image: url("images/area-guides/hoxton-banner-480.jpg");
  }
}

.isle-of-dogs-banner {
  background-image: url("images/area-guides/isle-of-dogs-banner.jpg");
}
@media (max-width: 1280px) {
  .isle-of-dogs-banner {
    background-image: url("images/area-guides/isle-of-dogs-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .isle-of-dogs-banner {
    background-image: url("images/area-guides/isle-of-dogs-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .isle-of-dogs-banner {
    background-image: url("images/area-guides/isle-of-dogs-banner-480.jpg");
  }
}

.london-bridge-banner {
  background-image: url("images/area-guides/london-bridge-banner.jpg");
}
@media (max-width: 1280px) {
  .london-bridge-banner {
    background-image: url("images/area-guides/london-bridge-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .london-bridge-banner {
    background-image: url("images/area-guides/london-bridge-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .london-bridge-banner {
    background-image: url("images/area-guides/london-bridge-banner-480.jpg");
  }
}

.marylebone-banner {
  background-image: url("images/area-guides/marylebone-banner.jpg");
}
@media (max-width: 1280px) {
  .marylebone-banner {
    background-image: url("images/area-guides/marylebone-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .marylebone-banner {
    background-image: url("images/area-guides/marylebone-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .marylebone-banner {
    background-image: url("images/area-guides/marylebone-banner-480.jpg");
  }
}

.mile-end-banner {
  background-image: url("images/area-guides/mile-end-banner.jpg");
}
@media (max-width: 1280px) {
  .mile-end-banner {
    background-image: url("images/area-guides/mile-end-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .mile-end-banner {
    background-image: url("images/area-guides/mile-end-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .mile-end-banner {
    background-image: url("images/area-guides/mile-end-banner-480.jpg");
  }
}

.wapping-banner {
  background-image: url("images/area-guides/wapping-banner.jpg");
}
@media (max-width: 1280px) {
  .wapping-banner {
    background-image: url("images/area-guides/wapping-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .wapping-banner {
    background-image: url("images/area-guides/wapping-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .wapping-banner {
    background-image: url("images/area-guides/wapping-banner-480.jpg");
  }
}

.landing-page-banner {
  background-image: url("images/area-guides/landing-banner.jpg");
}
@media (max-width: 1280px) {
  .landing-page-banner {
    background-image: url("images/area-guides/landing-banner-1280.jpg");
  }
}
@media (max-width: 1023px) {
  .landing-page-banner {
    background-image: url("images/area-guides/landing-banner-960.jpg");
  }
}
@media (max-width: 480px) {
  .landing-page-banner {
    background-image: url("images/area-guides/landing-banner-480.jpg");
  }
}

.area-guide-page img {
  width: 100%;
  height: auto;
}
.area-guide-page p {
  text-align: justify;
}
.area-guide-page .side-area-links {
  display: none;
}
@media (min-width: 960px) {
  .area-guide-page .content {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .area-guide-page .side-area-links {
    display: block;
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
  .area-guide-page .side-area-links a {
    display: inline-block;
    color: #ffffff !important;
    border: 0 solid #c3a95b;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #c3a95b;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
  }
  .area-guide-page .side-area-links a:hover {
    color: #e6e6e6 !important;
    border: 0 solid #ac913f;
    background-color: #bc9f48;
  }
}

.home-area-guide-container {
  float: left;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
@media (min-width: 480px) {
  .home-area-guide-container {
    padding: 30px;
  }
}
.home-area-guide-container h2 {
  font-size: 34px;
  font-weight: 350;
}
.home-area-guide-container h2 span {
  font-weight: 400;
}
.home-area-guide-container h3 {
  font-size: 23px;
  font-weight: 350;
}

.home-area-guide-contain {
  width: 87.2881355932%;
  float: left;
  margin-right: 1.6949152542%;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 15px;
}
@media (min-width: 480px) {
  .home-area-guide-contain {
    padding: 30px;
  }
}
@media (min-width: 480px) and (max-width: 960px) {
  .home-area-guide-contain {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-area-guide-contain {
    width: 100%;
  }
  .home-area-guide-contain a .text {
    padding: 30px;
  }
}

.home-ag-contain::after {
  clear: both;
  content: "";
  display: block;
}

a.home-area-guide {
  display: inline-block;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 15px;
}
a.home-area-guide span.text {
  float: left;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 25px;
  text-shadow: 1px 1px 0 #17335E;
}
@media (min-width: 480px) and (max-width: 960px) {
  a.home-area-guide span.text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
a.home-area-guide span.text i {
  font-size: 80px;
  display: block;
}

@media (min-width: 720px) {
  a.home-area-guide {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
    float: none !important;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    min-height: 318px;
    position: relative;
    border-radius: 25px;
  }
  a.home-area-guide span.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
  }
  a.home-area-guide span.text {
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    padding: 95px 15px 15px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
    min-height: 318px;
    border-radius: 25px;
  }
  a.home-area-guide span.text i {
    display: block;
    font-size: 110px;
  }
}
@media (min-width: 960px) {
  a.home-area-guide {
    width: 27.9661016949%;
    float: left;
    float: left !important;
  }
  a.home-area-guide:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.home-area-guide:nth-child(3n+2) {
    margin-left: 29.6610169492%;
    margin-right: -100%;
    clear: none;
  }
  a.home-area-guide:nth-child(3n+3) {
    margin-left: 59.3220338983%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  a.home-area-guide {
    width: 32.2033898305%;
    float: left;
    float: left !important;
  }
  a.home-area-guide:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  a.home-area-guide:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  a.home-area-guide:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
}
.home-area-1 {
  background-image: url("images/area-guides/home-area-3.jpg");
  background-size: cover;
  background-position: bottom;
}
.home-area-1:hover span.text {
  background-color: rgba(219, 165, 33, 0.6);
}

.home-area-2 {
  background-image: url("images/area-guides/home-area-2.jpg");
  background-size: cover;
  background-position: bottom;
}
.home-area-2:hover span.text {
  background-color: rgba(230, 111, 81, 0.6);
}

.home-area-3 {
  background-image: url("images/area-guides/home-area-1.jpg");
}
.home-area-3:hover span.text {
  background-color: rgba(42, 157, 142, 0.6);
}

.home-area-4 {
  background-image: url("images/area-guides/home-area-6.jpg");
  background-size: cover;
  background-position: center;
}
.home-area-4:hover span.text {
  background-color: rgba(219, 165, 33, 0.6);
}

.home-area-5 {
  background-image: url("images/area-guides/home-area-5.jpg");
  background-size: cover;
  background-position: bottom;
}
.home-area-5:hover span.text {
  background-color: rgba(230, 111, 81, 0.6);
}

.home-area-6 {
  background-image: url("images/area-guides/home-area-4.jpg");
  background-size: cover;
  background-position: bottom;
}
.home-area-6:hover span.text {
  background-color: rgba(42, 157, 142, 0.6);
}

.area-guide-content-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}
.area-guide-content-box p {
  padding-top: 25px;
  padding-right: 35px;
  font-size: 17px;
}
.area-guide-content-box .page-even {
  padding-right: 15px;
}
.area-guide-content-box .page-even img {
  float: left;
  overflow: hidden;
}
.area-guide-content-box .page-even p {
  font-size: 19px;
  font-weight: 300;
}
.area-guide-content-box .page-odd {
  padding-right: 15px;
  width: 100%;
}
.area-guide-content-box .page-odd img {
  float: left;
  overflow: hidden;
}
.area-guide-content-box .box-grid {
  background-color: #fff;
  margin-bottom: 35px;
  margin-right: 20px;
  border: 0px;
  width: 30%;
  float: left;
  display: inline-block;
}
.area-guide-content-box .box-grid img {
  max-width: 430px;
  float: left;
}
.area-guide-content-box .box-grid .fact-text {
  margin-bottom: 20px !important;
}
.area-guide-content-box .box-grid .box-grid-info h3 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 10px;
  padding-left: 10px;
}
.area-guide-content-box .box-grid .box-grid-info p {
  font-size: 17px;
  font-weight: 350;
  padding-top: 0px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: justify;
  border: 0px !important;
}
.area-guide-content-box .box-grid .box-grid-info p span {
  margin-right: 5px;
}
.area-guide-content-box .box-grid .box-grid-info a {
  font-size: 18px;
  font-weight: 450;
  padding-left: 10px;
}
.area-guide-content-box .box-grid .box-grid-info {
  width: 100%;
  float: left;
}
@media (max-width: 1280px) {
  .area-guide-content-box .box-grid {
    width: 30%;
  }
}
@media (max-width: 1180px) {
  .area-guide-content-box .box-grid {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 15px;
    clear: both;
    display: block;
  }
}
@media (max-width: 1023px) {
  .area-guide-content-box .box-grid {
    width: 100%;
    clear: both;
    margin-right: 15px;
    display: block;
  }
}
@media (max-width: 720px) {
  .area-guide-content-box .box-grid {
    width: 100%;
    clear: both;
    margin-right: 15px;
    display: block;
  }
}
.area-guide-content-box .box-grid:last-of-type {
  clear: both;
}

.area-prop-to-rent {
  display: block;
  max-width: 1500px;
  height: 78px;
  line-height: 78px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e66f51 !important;
  font-size: 22px;
  background: #c3a95b;
  text-align: left;
  color: #fff !important;
  text-decoration: none;
  margin-top: 30px;
  text-transform: uppercase;
  text-decoration: underline !important;
  padding-left: 30px;
}
.area-prop-to-rent i:before {
  font-size: 46px;
  margin-right: 20px;
  vertical-align: middle;
  background-color: #fff;
  color: #e66f51;
}

.area-prop-to-rent:hover {
  color: #fff;
  background-color: #ec947e !important;
}

#googlemaparea {
  max-width: 1400px;
  height: 700px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.area-guide-lp-intro {
  font-size: 26px;
  margin-top: 40px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 25px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.area-guide-header {
  margin: 0;
  height: 500px;
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 50px;
  text-align: center;
  padding-top: 85px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 720px) {
  .area-guide-header {
    padding-top: 180px;
    height: 480px;
    text-shadow: 2px 2px #000;
    font-size: 36px;
    line-height: 40px;
  }
}
.area-guide-header h1 {
  color: #fff;
  line-height: 60px;
  text-shadow: 2px 2px #000;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 1280px) {
  .area-guide-header h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 1023px) {
  .area-guide-header h1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  .area-guide-header h1 {
    font-size: 20px;
    line-height: 38px;
    padding-top: 48px;
    padding-left: 5px;
    padding-right: 20px;
  }
}
.area-guide-header p {
  font-size: 22px;
  line-height: 25px;
  text-shadow: 2px 2px #000;
  text-align: center;
}

.area-guide-list {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.area-guide-list h1 {
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.area-guide-list p {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
.area-guide-list a {
  color: white;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.area-guide-list a:hover {
  color: white;
  text-decoration: underline;
}
.area-guide-list ul {
  width: 25%;
  float: left;
  height: auto;
  margin-bottom: 0px;
}
.area-guide-list ul li {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: auto;
  text-align: left;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 130px;
  padding-right: 130px;
}
@media (max-width: 720px) {
  .area-guide-list ul li {
    padding-left: 60px;
    padding-right: 0px;
  }
}
@media (max-width: 1280px) {
  .area-guide-list ul li {
    padding-left: 60px;
    padding-right: 0px;
  }
}
@media (max-width: 1768px) {
  .area-guide-list ul li {
    padding-left: 60px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .area-guide-list ul li {
    padding-left: 90px;
    padding-right: 0px;
  }
}
@media (max-width: 1280px) {
  .area-guide-list ul {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .area-guide-list ul {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .area-guide-list ul {
    width: 100%;
  }
}
.area-guide-list #list-1 {
  background-color: #518196;
  color: white;
}
.area-guide-list #list-1 i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.area-guide-list #list-2 {
  background-color: #007090;
  color: white;
}
.area-guide-list #list-2 i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.area-guide-list #list-3 {
  background-color: #00628b;
  color: white;
}
.area-guide-list #list-3 i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.area-guide-list #list-4 {
  background-color: #004170;
  color: white;
}
.area-guide-list #list-4 i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.area-guide-list #list-5 {
  background-color: #dba521;
  color: white;
}
.area-guide-list #list-5 i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.area-property {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  margin-left: auto;
}

#booking-system-contain {
  display: block;
  width: 100%;
  background-color: rgba(242, 242, 242, 0.9);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  #booking-system-contain {
    width: 35%;
  }
}
@media (min-width: 480px) {
  #booking-system-contain {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #booking-system-contain {
    width: 35%;
  }
}
@media (max-width: 1440px) {
  #booking-system-contain {
    width: 60%;
  }
}
@media (max-width: 1008px) {
  #booking-system-contain {
    width: 80%;
  }
}
@media (max-width: 760px) {
  #booking-system-contain {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #booking-system-contain {
    width: 100%;
  }
}
#booking-system-contain .form-contain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: left;
  background-color: rgba(242, 242, 242, 0.9);
  margin-bottom: 40px;
  padding-bottom: 20px;
}
#booking-system-contain .form-contain h1 {
  padding-left: 30px;
  padding-top: 20px;
}

.booking-title {
  font-size: 16px;
  font-weight: 600;
}

.booking-contain {
  float: left;
  width: 100%;
}

#booking-form {
  float: left;
  margin-top: 95px;
  border-radius: 25px;
}
#booking-form .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #333;
  background-color: white;
}
#booking-form .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #333;
}
#booking-form .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
  background-color: white;
}
#booking-form h1, #booking-form h2, #booking-form h3, #booking-form p {
  font-weight: 250;
}
#booking-form h1 {
  font-size: 22px;
  font-weight: 350 !important;
  padding: 15px 0 0 30px;
}
#booking-form h2 {
  font-size: 19px;
}
#booking-form h3 {
  font-size: 21px;
  font-weight: 500;
}
#booking-form .form-content {
  padding: 15px 30px 0 30px;
}
#booking-form .validation-summary-errors {
  width: 100%;
  padding-left: 30px;
  padding-right: 50px;
}

#discount-form {
  width: 65%;
  background-color: rgba(242, 242, 242, 0.75);
}
@media (min-width: 720px) {
  #discount-form {
    width: 65%;
  }
}
@media (min-width: 480px) {
  #discount-form {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #discount-form {
    width: 65%;
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 1312px) {
  #discount-form {
    width: 80%;
  }
}
@media (max-width: 1008px) {
  #discount-form {
    width: 100%;
  }
}
#discount-form .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #333;
  background-color: white;
}
#discount-form .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #333;
}
#discount-form .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
  background-color: white;
}
#discount-form h1, #discount-form h2, #discount-form h3, #discount-form p {
  font-weight: 400;
}
#discount-form h1 {
  font-size: 22px;
  font-weight: 500 !important;
}
#discount-form h2 {
  font-size: 19px;
}
#discount-form h3 {
  font-size: 21px;
  font-weight: 500;
}
#discount-form #booking-charges fieldset {
  width: 48%;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 734px) {
  #discount-form #booking-charges fieldset {
    width: 100%;
  }
}

.payment-info {
  margin-bottom: 20px;
}
.payment-info td {
  width: 50%;
  padding-right: 0px;
}
.payment-info td strong {
  font-size: 13px !important;
  font-weight: 550 !important;
}

#booking-discount #booking-options {
  margin-bottom: 10px !important;
}

#booking-detail {
  width: 100%;
  padding: 30px;
}
#booking-detail form {
  width: 100%;
  float: left;
}
#booking-detail form .submit-button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  margin-top: 0px;
  padding: 0 15px;
  background-color: #535d62;
  border-radius: 10px !important;
  text-transform: uppercase;
}
#booking-detail form .submit-button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
#booking-detail form .submit-button:hover {
  background-color: #3c4346;
  color: #fff;
}
#booking-detail form .submit-button:hover:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
#booking-detail form .submit-button:after {
  position: relative;
  display: inline-block;
  font-family: "new-city-rooms-icon-set";
  content: "\e03e";
  color: #fff;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
@media (max-width: 320px) {
  #booking-detail {
    padding: 0px;
  }
}

.booking-button div {
  margin-right: 15px;
}
.booking-button.valuation {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}
.booking-button.valuation:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}

[data-booking-popup-url]:hover {
  cursor: pointer;
}

#booking-window {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999998;
  overflow: hidden;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#booking-window #booking-dialog {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 480px) {
  #booking-window #booking-dialog {
    border-radius: 5px;
    margin-top: 2%;
    width: 395px;
    height: 90%;
  }
}
#booking-window #booking-dialog #booking-dialog-loading {
  z-index: 999999;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-top: 50px;
  height: 100%;
}
@media (min-width: 480px) {
  #booking-window #booking-dialog #booking-dialog-loading {
    border-radius: 5px;
  }
}
#booking-window #booking-dialog #booking-dialog-close {
  position: absolute;
  font-size: 1.8em;
  right: 10px;
  top: -3px;
}
#booking-window #booking-dialog #booking-dialog-close .fa:hover {
  font-weight: bold;
  cursor: pointer;
}
#booking-window #booking-dialog #booking-dialog-content {
  padding: 20px 10px 10px 10px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}
#booking-window #booking-dialog #booking-dialog-content iframe {
  height: 100%;
  width: 100%;
}

#booking-detail input[type=checkbox], #booking-detail input[type=radio], #booking-discounter input[type=checkbox], #booking-discounter input[type=radio] {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
#booking-detail #booking-action, #booking-discounter #booking-action {
  margin: 10px 0 10px;
  float: left;
  width: 100%;
  clear: both;
}
#booking-detail #booking-charges fieldset, #booking-discounter #booking-charges fieldset {
  margin-bottom: 2px;
}
#booking-detail #booking-charges fieldset .price, #booking-discounter #booking-charges fieldset .price {
  font-weight: bold;
  font-size: 1.2em;
  float: right;
}
#booking-detail #booking-confirmation, #booking-detail #booking-options, #booking-detail #booking-payment, #booking-detail #booking-person-1, #booking-detail #booking-person-2, #booking-detail #booking-charges, #booking-discounter #booking-confirmation, #booking-discounter #booking-options, #booking-discounter #booking-payment, #booking-discounter #booking-person-1, #booking-discounter #booking-person-2, #booking-discounter #booking-charges {
  margin-bottom: 10px;
  margin-right: 15px;
  width: 100%;
  float: left;
}
@media (min-width: 720px) {
  #booking-detail #booking-confirmation, #booking-detail #booking-options, #booking-detail #booking-payment, #booking-detail #booking-person-1, #booking-detail #booking-person-2, #booking-detail #booking-charges, #booking-discounter #booking-confirmation, #booking-discounter #booking-options, #booking-discounter #booking-payment, #booking-discounter #booking-person-1, #booking-discounter #booking-person-2, #booking-discounter #booking-charges {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 864px) {
  #booking-detail #booking-confirmation, #booking-detail #booking-options, #booking-detail #booking-payment, #booking-detail #booking-person-1, #booking-detail #booking-person-2, #booking-detail #booking-charges, #booking-discounter #booking-confirmation, #booking-discounter #booking-options, #booking-discounter #booking-payment, #booking-discounter #booking-person-1, #booking-discounter #booking-person-2, #booking-discounter #booking-charges {
    width: 100%;
  }
}
#booking-detail #booking-confirmation .date label, #booking-detail #booking-options .date label, #booking-detail #booking-payment .date label, #booking-detail #booking-person-1 .date label, #booking-detail #booking-person-2 .date label, #booking-detail #booking-charges .date label, #booking-discounter #booking-confirmation .date label, #booking-discounter #booking-options .date label, #booking-discounter #booking-payment .date label, #booking-discounter #booking-person-1 .date label, #booking-discounter #booking-person-2 .date label, #booking-discounter #booking-charges .date label {
  min-width: 150px;
}
#booking-detail #booking-confirmation .date-value, #booking-detail #booking-options .date-value, #booking-detail #booking-payment .date-value, #booking-detail #booking-person-1 .date-value, #booking-detail #booking-person-2 .date-value, #booking-detail #booking-charges .date-value, #booking-discounter #booking-confirmation .date-value, #booking-discounter #booking-options .date-value, #booking-discounter #booking-payment .date-value, #booking-discounter #booking-person-1 .date-value, #booking-discounter #booking-person-2 .date-value, #booking-discounter #booking-charges .date-value {
  font-weight: bold;
}
#booking-detail #booking-payment, #booking-discounter #booking-payment {
  width: 100%;
  clear: none !important;
}
@media (min-width: 720px) {
  #booking-detail #booking-payment, #booking-discounter #booking-payment {
    width: 100%;
  }
}
@media (max-width: 864px) {
  #booking-detail #booking-payment, #booking-discounter #booking-payment {
    width: 100%;
  }
}
#booking-detail #booking-requests, #booking-discounter #booking-requests {
  clear: none !important;
  float: left;
  width: 100%;
  margin-right: 15px;
}
@media (min-width: 720px) {
  #booking-detail #booking-requests, #booking-discounter #booking-requests {
    width: 100%;
  }
}
@media (max-width: 864px) {
  #booking-detail #booking-requests, #booking-discounter #booking-requests {
    width: 100%;
  }
}
#booking-detail #booking-payment, #booking-detail #booking-person-1, #booking-detail #booking-requests, #booking-discounter #booking-payment, #booking-discounter #booking-person-1, #booking-discounter #booking-requests {
  clear: left;
}
#booking-detail #booking-action, #booking-discounter #booking-action {
  width: 100%;
  clear: none;
  margin-top: 18px;
}
@media (min-width: 720px) {
  #booking-detail #booking-action, #booking-discounter #booking-action {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 864px) {
  #booking-detail #booking-action, #booking-discounter #booking-action {
    width: 100%;
  }
}
#booking-detail #booking-payment .booking-payment-1,
#booking-detail #booking-payment .booking-payment-2, #booking-discounter #booking-payment .booking-payment-1,
#booking-discounter #booking-payment .booking-payment-2 {
  margin-top: 20px;
}
#booking-detail #booking-payment strong, #booking-discounter #booking-payment strong {
  font-weight: bold;
  font-size: 1.2em;
}
#booking-detail .field-validation-error, #booking-discounter .field-validation-error {
  display: block;
  color: red;
  width: 100%;
  float: left;
  clear: both;
}
#booking-detail label, #booking-detail .SumoSelect, #booking-discounter label, #booking-discounter .SumoSelect {
  float: left;
  clear: both;
}
#booking-detail .SumoSelect, #booking-discounter .SumoSelect {
  width: 100%;
}

#booking-detail label {
  margin-right: 10px;
}

.booking-form-submit {
  float: left;
  width: 100%;
}

.booking-submit-message {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 50px;
}

#booking-confirmation fieldset input {
  display: inline-block;
  float: left;
  clear: none;
  margin-right: 15px;
}
#booking-confirmation fieldset label {
  display: inline-block;
  float: left;
  clear: none;
  width: 75%;
}

.booking-occupant-number {
  margin-bottom: 15px;
}
.booking-occupant-number input {
  margin-top: 5px;
}

.booking-confirmation {
  display: none;
  padding: 5px;
}

.booking-confirmation .booking-confirmation-content {
  background-color: #fafafa;
  overflow: auto;
  height: 400px;
  padding: 20px;
}

.booking-confirmation .booking-confirmation-commands {
  text-align: center;
}

.booking-confirmation .booking-confirmation-commands button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  background-color: #64dffe;
  border-color: #64dffe;
  margin: 10px 0 10px 0;
}

.booking-confirmation .booking-confirmation-commands button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}

.booking-confirmation .booking-confirmation-commands button[disabled] {
  background-color: #f8f8f8;
  color: #ccc !important;
  pointer-events: none;
}

.booking-confirmation .booking-confirmation-commands button:hover {
  background-color: #31d5fe;
}

.booking-confirmation-dialog {
  max-width: 800px;
}

.booking-confirmation-dialog .ui-dialog-titlebar-close {
  display: none;
}

.booking-confirmation-confirmed {
  display: none;
}

.booking-confirmation-unconfirmed .click-open {
  text-decoration: underline;
  font-weight: bold;
}

.booking-confirmation-unconfirmed .click-open:hover {
  cursor: pointer;
}

#booking-confirmation fieldset {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#booking-confirmation fieldset a {
  text-decoration: underline;
}

.booking-flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 5px 0;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#travel-time-results-pagination button {
  display: inline-block;
  color: #ffffff !important;
  border: 0 solid #c3a95b;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #c3a95b;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  float: left;
}
#travel-time-results-pagination button:hover {
  color: #e6e6e6 !important;
  border: 0 solid #ac913f;
  background-color: #bc9f48;
}
#travel-time-results-pagination button.active {
  background-color: #17335E;
}
#travel-time-results-pagination button.disabled {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #ccc !important;
  cursor: default;
}

@-webkit-keyframes iconactiveanimation {
  0% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}

@keyframes iconactiveanimation {
  0% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
.icon-active {
  -webkit-animation: iconactiveanimation 1s infinite;
          animation: iconactiveanimation 1s infinite;
}

.account-details .form-section.commands {
  margin-top: 20px;
}

#account-form-bg {
  background-color: #a8a8a8;
}

.account-home {
  background-color: #fff;
  border-radius: 25px 25px 0 0;
}

.validation-summary-errors {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

#account-main-command {
  float: right;
  padding-right: 30px;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#account-main-command a {
  float: right;
}

.account-main-panel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.account-main-panel .module-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 30px;
}
@media (min-width: 480px) {
  .account-main-panel {
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
  }
}
@media (min-width: 720px) {
  .account-main-panel {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .account-main-panel {
    width: 100%;
  }
}

#account-menu {
  margin-top: 10px;
  width: 100%;
}
#account-menu .account-btn, #account-menu .collapse {
  margin-bottom: 10px;
  float: left;
}
#account-menu .collapse {
  clear: both;
  width: 100%;
}
#account-menu .collapse.in {
  display: none;
}

#account-main-title h1 {
  font-size: 36px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 25px;
}

#account-details {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 40px;
}
#account-details form {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 10px;
}
#account-details form .form-section {
  width: 100%;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  #account-details form .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #ddd;
    padding-bottom: 20px;
  }
}
@media (min-width: 720px) {
  #account-details form .form-section {
    width: 100%;
    border: 1px solid #ddd;
  }
}
@media (min-width: 1024px) {
  #account-details form .form-section {
    width: 48%;
    border: 0px;
  }
}
#account-details form .form-section fieldset:last-of-type input {
  margin-right: 10px;
}
#account-details form .notes {
  float: left;
}
#account-details .privacy fieldset label {
  width: 70%;
}
#account-details .privacy fieldset input {
  margin-top: 10px;
}
#account-details .details {
  margin-left: 10px;
}
@media (min-width: 720px) {
  #account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  #account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 360px) {
  #account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 720px) {
  #account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  #account-details .details {
    margin-left: 10px;
  }
}
#account-details .details label {
  margin-right: 25px;
}
#account-details .details-edit {
  margin-left: 0px;
}
#account-details .details-edit label {
  width: 100%;
  margin-right: 25px;
}
#account-details .details-edit .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #333;
}
#account-details .details-edit .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #333;
}
#account-details .details-edit .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
}
#account-details .general-requirements {
  margin-left: 10px;
}
@media (min-width: 720px) {
  #account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  #account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 360px) {
  #account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  #account-details .general-requirements {
    margin-left: 10px;
  }
}
#account-details .general-requirements label {
  margin-right: 25px;
}
#account-details .address-details {
  float: right;
  margin-right: 20px !important;
}
@media (min-width: 720px) {
  #account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 480px) {
  #account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 360px) {
  #account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  #account-details .address-details {
    margin-right: 20px !important;
  }
}
#account-details .address-details .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #333;
}
#account-details .address-details .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #333;
}
#account-details .address-details .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
}
#account-details .commands {
  border: 0px !important;
}
#account-details .commands a {
  margin-left: 10px;
}

.payment-form .static-page {
  background-image: url(images/form-background.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.payment-container {
  width: 100%;
  float: left;
}
.payment-container .payment-contain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  background-color: #fff;
  padding: 0px 10px;
}
@media (min-width: 720px) {
  .payment-container .payment-contain {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .payment-container .payment-contain {
    width: 100%;
  }
}
@media (min-width: 360px) {
  .payment-container .payment-contain {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .payment-container .payment-contain {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .payment-container .payment-contain {
    width: 60%;
  }
}
.payment-container form {
  width: 100%;
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 120px;
  border-radius: 25px;
}
@media (min-width: 720px) {
  .payment-container form {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 480px) {
  .payment-container form {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 360px) {
  .payment-container form {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 320px) {
  .payment-container form {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) {
  .payment-container form {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.payment-container form .form-section {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
}
.payment-container form .form-section fieldset {
  padding-left: 30px;
  padding-right: 30px;
}
.payment-container form .form-section label {
  font-size: 15px;
}
.payment-container form .contact-details {
  padding-top: 30px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.payment-container form .contact-details h1 {
  width: 100%;
  color: white;
  margin-bottom: 15px;
  height: 60px;
  padding-left: 10px;
  padding-top: 10px;
  opacity: 1;
}
.payment-container form .contact-details h1 span {
  margin-top: 2px;
  float: right;
  padding-right: 20px;
  font-size: 30px;
}
.payment-container form .form-submission {
  padding-top: 0px;
  padding-bottom: 15px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0 0 25px 25px;
}
.payment-container form .form-submission .submit-button {
  margin-top: 20px;
}
.payment-container .booking-form-contain {
  width: 100%;
  float: left;
  margin-left: 40px !important;
  margin-top: 20px;
  border-radius: 25px;
  margin-right: 0px;
}
@media (min-width: 720px) {
  .payment-container .booking-form-contain {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media (min-width: 480px) {
  .payment-container .booking-form-contain {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media (min-width: 360px) {
  .payment-container .booking-form-contain {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media (max-width: 320px) {
  .payment-container .booking-form-contain {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media (min-width: 1024px) {
  .payment-container .booking-form-contain {
    width: 100%;
    margin-left: 0px !important;
  }
}
.payment-container .booking-form-contain .form-section {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
}
.payment-container .booking-form-contain .form-section fieldset {
  padding-left: 30px;
  padding-right: 30px;
}
.payment-container .booking-form-contain .form-section label {
  font-size: 15px;
}
.payment-container .booking-form-contain .contact-details {
  padding-top: 10px !important;
  padding-bottom: 50px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.payment-container .booking-form-contain .contact-details h1 {
  width: 100%;
  color: white;
  margin-bottom: 15px;
  height: 60px;
  padding-left: 10px;
  padding-top: 10px;
  opacity: 1;
}
.payment-container .booking-form-contain .contact-details h1 span {
  margin-top: 2px;
  float: right;
  padding-right: 20px;
  font-size: 30px;
}
.payment-container .booking-form-contain .form-submission {
  padding-top: 0px;
  padding-bottom: 15px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0 0 25px 25px;
}
.payment-container .booking-form-contain .form-submission .submit-button {
  margin-top: 20px;
}

.payment-form-intro {
  width: 100%;
  float: left;
  background-color: rgba(97, 208, 238, 0.9);
  border-radius: 25px 25px 0 0;
}
.payment-form-intro h1 {
  width: 100%;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
  height: 55px;
  padding-left: 30px;
  padding-top: 10px;
  opacity: 1;
}
.payment-form-intro h1 span {
  margin-top: 2px;
  float: right;
  padding-right: 20px;
  font-size: 30px;
}

.booking-form-intro {
  width: 100%;
  float: left;
  background-color: rgba(85, 26, 139, 0.75);
  border-radius: 25px 25px 0 0;
  padding-bottom: 15px;
}
.booking-form-intro h1 {
  width: 100%;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
  height: 55px;
  padding-left: 30px;
  padding-top: 10px;
  opacity: 1;
}
.booking-form-intro h1 span {
  margin-top: 2px;
  float: right;
  padding-right: 20px;
  font-size: 30px;
}
.booking-form-intro p {
  color: #fff !important;
}

#account-form {
  float: left;
  background-color: white;
  margin-top: 95px;
  border-radius: 25px;
}
#account-form .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #333;
  background-color: white;
}
#account-form .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #333;
}
#account-form .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #333;
  background-color: white;
}
#account-form h1, #account-form h2, #account-form h3, #account-form p {
  font-weight: 250;
}
#account-form h1 {
  font-size: 22px;
  font-weight: 350 !important;
  padding: 15px 0 0 30px;
  padding-left: 0px !important;
}
#account-form h2 {
  font-size: 19px;
}
#account-form h3 {
  font-size: 21px;
  font-weight: 500;
}
#account-form .form-content {
  padding: 15px 30px 0 30px;
}

#account-main-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#account-detail {
  width: 100%;
  padding: 30px;
}
#account-detail form {
  width: 100%;
  float: left;
}
/* No Styles */
body {}
