/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.nav-drop ul,
.search-result .result-list,
.more-details .img-wrapper .quick-links,
#footer .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    #header:after,
    .nav-drop:after,
    .nav-drop ul:after,
    .search-result .result-list:after,
    .search-result .result-list li:after,
    .more-details .img-wrapper .quick-links:after,
    #footer .nav-list:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #58595b;
    background: #fff;
    font: 16px / 1.2 "Verdana", "Geneva", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #333;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #999;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #999;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #999;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

#header {
    max-width: 910px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    background: #005596;
    margin: 0 -10px;
}

    #header .logo {
        width: 150px;
        height: auto;
        float: left;
    }

.nav-opener {
    width: 36px;
    height: 36px;
    float: right;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    position: relative;
    outline: none;
    background: transparent;
    margin: 15px 0 0;
}

    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        width: 22px;
        height: 2px;
        background: #e3e3e3;
        position: absolute;
        top: 26%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .nav-opener:before,
    .nav-opener:after {
        content: "";
    }

    .nav-opener:after {
        top: 68%;
    }

    .nav-opener span {
        top: 46%;
    }

.nav-drop {
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

    .nav-drop ul > li {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        position: relative;
    }

        .nav-drop ul > li a {
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            display: block;
            padding: 8px 20px;
            -webkit-transition: color .4s ease, background .4s ease;
            transition: color .4s ease, background .4s ease;
        }

            .nav-drop ul > li a:hover {
                background: #ffd046;
                color: #005596;
            }

        .nav-drop ul > li ul {
            background: #005596;
            background: -webkit-linear-gradient(top, #005596 0%, #02304d 100%);
            background: linear-gradient(to bottom, #005596 0%, #02304d 100%);
            -webkit-transition: .4s ease;
            transition: .4s ease;
        }

            .nav-drop ul > li ul li {
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
                display: block;
                margin: 0;
            }

                .nav-drop ul > li ul li a {
                    padding: 6px 25px;
                }

        .nav-drop ul > li.active a {
            background: #ffd046;
            color: #005596;
        }

.nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 46%;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-active .nav-opener span {
    display: none;
}

.resize-active .nav-drop {
    -webkit-transition: none !important;
    transition: none !important;
}

#main {
    overflow: hidden;
}

    #main .search-bar {
        font-size: 18px;
        line-height: 23px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        z-index: 3;
    }

        #main .search-bar a {
            text-decoration: none;
            color: #fff;
            -webkit-transition: .25s ease;
            transition: .25s ease;
        }

            #main .search-bar a:hover {
                color: #ffd046;
            }

        #main .search-bar .property {
            display: inline-block;
            vertical-align: middle;
        }

        #main .search-bar .search {
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 0 33px;
            position: relative;
        }

            #main .search-bar .search:before {
                width: 34px;
                height: 34px;
                position: absolute;
                top: 0;
                left: -7px;
                z-index: 0;
                content: "";
                background: url("../images/sprite.png") no-repeat -2px -2px;
            }

.large-info {
    padding: 15px 0;
}

    .large-info .banner-block {
        position: relative;
        padding: 0 5px;
        background: #022d48;
    }

        .large-info .banner-block:before {
            position: absolute;
            top: -4px;
            left: 0;
            right: 0;
            content: "";
            z-index: 1;
            height: 175px;
            background: url(../images/img-gradient.png) no-repeat 50% -100px;
        }

    .large-info .banner-img {
        background-position: 50% 50%;
        background-size: cover;
        min-height: 250px;
        position: relative;
    }

.info-holder {
    overflow: hidden;
}

    .info-holder .right-col {
        overflow: hidden;
    }

    .info-holder h1 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        color: #005596;
        margin: 0 0 7px;
    }

        .info-holder h1 a {
            text-decoration: none;
            color: #005596;
            font-weight: 700;
            -webkit-transition: .25s ease;
            transition: .25s ease;
        }

            .info-holder h1 a:hover {
                color: #ffd046;
            }

    .info-holder .info-box {
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        background: #fff;
        padding: 15px;
        border: 5px solid #022d48;
    }

        .info-holder .info-box p {
            margin: 0 0 8px;
        }

        .info-holder .info-box .regards-name {
            display: block;
            font-style: italic;
            margin: 0 0 8px;
        }

    .info-holder h2 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        margin: 0 0 13px;
    }

    .info-holder .form-holder {
        background: #022d48;
        padding: 8px 20px;
        background: -webkit-linear-gradient(top, #022d48 0%, #005495 100%);
        background: linear-gradient(to bottom, #022d48 0%, #005495 100%);
        position: relative;
        z-index: 2;
    }

        .info-holder .form-holder:after {
            width: 222px;
            height: 209px;
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            background: url(../images/bg-search.png) no-repeat 50% 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: -1;
            opacity: .35;
        }

    .info-holder .search-form {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .info-holder .search-form .row {
            margin: 0 0 9px;
        }

        .info-holder .search-form input[type="radio"] {
            display: inline-block;
            vertical-align: middle;
        }

        .info-holder .search-form label {
            font-size: 12px;
            line-height: 15px;
            font-weight: 400;
            color: #fff;
            display: block;
            margin: 0 0 6px;
        }

        .info-holder .search-form .radio-holder {
            margin: 0 0 19px;
        }

            .info-holder .search-form .radio-holder label {
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0 4px;
                width: 100px;
            }

        .info-holder .search-form select {
            font-size: 12px;
            line-height: 15px;
            font-weight: 400;
            width: 100%;
            padding: 4px 8px;
            border: none;
            outline: none;
        }

    .info-holder .icon {
        display: inline-block;
        vertical-align: middle;
    }

    .info-holder .text {
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        color: #022e49;
        overflow: hidden;
    }

    .info-holder .alert-link {
        background: #022d48;
        padding: 5px;
    }

        .info-holder .alert-link a {
            text-decoration: none;
            background: #fbc021;
            padding: 7px 0;
            display: block;
            font-size: 0;
            line-height: 0;
            border-radius: 5px;
            position: relative;
            z-index: 1;
            text-align: center;
            -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
        }

            .info-holder .alert-link a:hover {
                opacity: .8;
            }

.btn-submit,
.more-info,
.btn-search {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background: none;
    color: #fff;
    position: relative;
    padding: 3px 15px 3px 0;
    float: right;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    text-decoration: none;
}

    .btn-submit:after,
    .more-info:after,
    .btn-search:after {
        width: 12px;
        height: 16px;
        content: "";
        background: url("../images/sprite.png") no-repeat -40px -7px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .btn-submit:before,
    .more-info:before,
    .btn-search:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 15px;
        border-bottom: 2px dashed #ffcf45;
    }

    .btn-submit:hover,
    .more-info:hover,
    .btn-search:hover {
        color: #ffd046;
    }

.sale-holder {
    /*background: #f9b200;*/
    overflow: hidden;
    /*background: -webkit-linear-gradient(top, #f9b200 0%, #ffd046 100%);
	background: linear-gradient(to bottom, #f9b200 0%, #ffd046 100%);*/
    padding: 5px;
}

    .sale-holder .three-col {
        overflow: hidden;
        letter-spacing: -4px;
    }

    .sale-holder .col {
        overflow: hidden;
        margin: 0 0 10px;
        letter-spacing: 0;
    }

    .sale-holder .img-wrapper {
        padding: 7px;
        background: #fff;
        overflow: hidden;
    }

    .sale-holder .sale-text {
        font-size: 13px;
        line-height: 22px;
        font-weight: 700;
        display: inline-block;
        color: #fff;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        background: #005596;
        background: -webkit-linear-gradient(top, #005596 0%, #02304d 100%);
        background: linear-gradient(to bottom, #005596 0%, #02304d 100%);
        padding: 5px;
        width: 109px;
        white-space: normal;
        text-align: center;
    }

    .sale-holder .img-holder {
        margin: 0 0 3px;
    }

        .sale-holder .img-holder img {
            width: 100%;
        }

    .sale-holder .text-holder {
        overflow: hidden;
        padding: 5px 9px;
    }

    .sale-holder h2 {
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        margin: 0 0 3px;
    }

    .sale-holder .price {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        display: block;
        margin: 0 0 5px;
    }

    .sale-holder .more-info {
        color: #005596;
        text-decoration: none;
        float: left;
    }

        .sale-holder .more-info:hover {
            color: #ffd046;
        }

.inner2 .more-info,
.inner1 .more-info {
    float: none;
    display: inline-block;
    color: #005596;
    text-decoration: none;
}

    .inner2 .more-info:hover,
    .inner1 .more-info:hover {
        color: #ffd046;
    }

.inner2 #main,
.inner1 #main {
    overflow: hidden;
    padding: 15px 0 0;
}

.visual-block {
    background: #fff;
    padding: 40px 10px 0;
}

.mask-holder {
    background: #022d48;
    position: relative;
    padding: 0 5px 5px;
}

    .mask-holder:before {
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        content: "";
        z-index: 0;
        height: 100px;
        background: url(../images/img-gradient.png) no-repeat 50% -100px;
    }

.search-holder {
    overflow: hidden;
    text-align: center;
}

    .search-holder h1 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin: 0 0 5px;
        color: #005596;
    }

    .search-holder .heading-holder {
        position: relative;
        z-index: 1;
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 2px dashed #005596;
    }

    .search-holder .page-holder {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        padding: 10px 0;
        overflow: hidden;
    }

        .search-holder .page-holder .btn-next {
            text-decoration: none;
            color: #005596;
            -webkit-transition: .25s ease;
            transition: .25s ease;
        }

            .search-holder .page-holder .btn-next:hover {
                color: #fab80e;
            }

        .search-holder .page-holder dl {
            margin: 0 0 2px;
            overflow: hidden;
        }

            .search-holder .page-holder dl dt {
                display: inline-block;
                vertical-align: top;
            }

            .search-holder .page-holder dl dd {
                display: inline-block;
                vertical-align: top;
                margin: 0;
            }

        .search-holder .page-holder .left-col {
            margin: 0 0 10px;
        }

        .search-holder .page-holder .sort-form {
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

            .search-holder .page-holder .sort-form label {
                display: inline-block;
                vertical-align: middle;
                margin: 0 5px 0 0;
            }

            .search-holder .page-holder .sort-form select {
                width: 133px;
                display: inline-block;
                vertical-align: middle;
                padding: 2px 2px 2px 3px;
                outline: none;
            }

        .search-holder .page-holder.bottom-page {
            border-top: 2px dashed #005596;
        }

.search-result {
    margin: 0 0 12px;
}

    .search-result h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #005596;
        display: block;
        margin: 0 0 10px;
    }

    .search-result .result-list li {
        padding: 10px;
        display: block;
        text-decoration: none;
        color: #58595b;
        border-bottom: 2px dashed #ffd046;
        position: relative;
    }

        .search-result .result-list li:before {
            content: "";
            position: absolute;
            top: -2px;
            left: 0;
            right: 0;
            bottom: -2px;
            border: 2px solid #ffd046;
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
        }

        .search-result .result-list li:hover:before {
            opacity: 1;
        }

        .search-result .result-list li:last-child {
            border: none;
        }

    .search-result .result-list .img-holder {
        margin: 0 0 7px;
    }

        .search-result .result-list .img-holder img {
            width: 100%;
        }

    .search-result .result-list .text-holder {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        overflow: hidden;
        position: relative;
    }

    .search-result .result-list h3 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin: 0 0 3px;
        color: #005596;
    }

    .search-result .result-list .price {
        display: block;
        margin: 0 0 5px;
    }

    .search-result .result-list p {
        margin: 0 0 10px;
    }

        .search-result .result-list p strong {
            font-weight: 700;
        }

.inner2 {
    overflow: hidden;
}

    .inner2 .heading-holder {
        text-align: center;
        margin: 0 0 20px;
    }

    .inner2 .left-col {
        position: relative;
    }

    .inner2 h1 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        margin: 0 0 2px;
        color: #005596;
    }

    .inner2 dl {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin: 0 0 3px;
    }

        .inner2 dl dt {
            display: inline-block;
            vertical-align: top;
        }

        .inner2 dl dd {
            display: inline-block;
            vertical-align: top;
            margin: 0;
        }

        .inner2 dl address {
            font-style: normal;
        }

    .inner2 .print {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #005596;
        position: relative;
        padding: 0 0 0 26px;
        text-decoration: none;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

        .inner2 .print:after {
            width: 21px;
            height: 21px;
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            background: url("../images/sprite.png") no-repeat -78px -2px;
        }

        .inner2 .print:hover {
            color: #fab80e;
        }

.main-slide {
    overflow: hidden;
}

.thumbnail-holder {
    margin: 0 0 10px;
    overflow: hidden;
}

.thumbnail-slide {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto 8px;
    min-height: 180px;
}

    .thumbnail-slide.not-enough-slides a.btn-prev,
    .thumbnail-slide.not-enough-slides a.btn-next {
        visibility: hidden;
    }

    .thumbnail-slide .slide {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
    }

        .thumbnail-slide .slide.active {
            z-index: 2;
        }

        .thumbnail-slide .slide .img {
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            display: none;
        }

        .thumbnail-slide .slide img {
            width: 100%;
        }

.thumbnail-nav {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: hidden;
}

    .thumbnail-nav .mask-wrap {
        overflow: hidden;
    }

    .thumbnail-nav .mask {
        position: relative;
        overflow: hidden;
        margin: 0 -1px;
    }

    .thumbnail-nav .slideset {
        width: 100% !important;
        float: left;
        font-size: 0;
        line-height: 0;
        white-space: nowrap;
    }

    .thumbnail-nav .slide-wrap {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        white-space: normal;
        letter-spacing: normal;
        padding: 0 1px;
    }

    .thumbnail-nav .btn-prev,
    .thumbnail-nav .btn-next {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 15px;
        background: #022e49;
        -webkit-transition: background .25s ease;
        transition: background .25s ease;
    }

        .thumbnail-nav .btn-prev:hover,
        .thumbnail-nav .btn-next:hover {
            background: #fab80e;
        }

        .thumbnail-nav .btn-prev:before,
        .thumbnail-nav .btn-next:before {
            height: 0;
            width: 0;
            border-bottom: 4px solid transparent;
            border-right: 4px solid #fff;
            border-top: 4px solid transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .thumbnail-nav .btn-next {
        left: auto;
        right: 0;
    }

        .thumbnail-nav .btn-next:before {
            border-left: 4px solid #fff;
            border-right: none;
        }

.image-enlarge {
    margin: 0 0 10px;
    overflow: hidden;
}

    .image-enlarge a {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        display: block;
        text-align: center;
        position: relative;
        color: #005596;
        padding: 0 0 0 20px;
        width: 205px;
        text-decoration: none;
        -webkit-transition: .25s ease;
        transition: .25s ease;
        margin: 0 auto;
        text-align: left;
    }

        .image-enlarge a:hover {
            color: #ffd046;
        }

        .image-enlarge a:after {
            width: 17px;
            height: 17px;
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            background: url("../images/sprite.png") no-repeat -57px -5px;
        }

.category-details {
    margin: 0 0 10px;
    overflow: hidden;
}

    .category-details dl {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        overflow: hidden;
        margin: 0;
    }

    .category-details dt {
        color: #005596;
        float: left;
        width: 100px;
        padding: 0 10px 0 0;
    }

    .category-details dd {
        width: calc(100% - 100px);
        float: left;
    }

.more-details {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

    .more-details .left-col {
        border-bottom: 2px dashed #ffd046;
        padding: 15px 0;
    }

    .more-details .right-col {
        padding: 15px 0;
    }

    .more-details h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #005596;
        margin: 0;
    }

    .more-details .details-holder {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
    }

        .more-details .details-holder p {
            margin: 0 0 10px;
        }

    .more-details .img-wrapper {
        overflow: hidden;
    }

        .more-details .img-wrapper .img-holder {
            margin: 0 0 10px;
        }

            .more-details .img-wrapper .img-holder img {
                width: 100%;
            }

        .more-details .img-wrapper .quick-links {
            margin: 0 0 10px;
        }

            .more-details .img-wrapper .quick-links li {
                font-size: 13px;
                line-height: 16px;
                font-weight: 400;
                position: relative;
                padding: 0 0 0 12px;
                margin: 0 0 5px;
            }

                .more-details .img-wrapper .quick-links li:after {
                    height: 0;
                    width: 0;
                    border-bottom: 6.5px solid transparent;
                    border-left: 6.5px solid #f9b200;
                    border-top: 6.5px solid transparent;
                    content: "";
                    position: absolute;
                    top: 3px;
                    left: 0;
                }

                .more-details .img-wrapper .quick-links li a {
                    text-decoration: none;
                    color: #005596;
                    -webkit-transition: .3s ease;
                    transition: .3s ease;
                }

                    .more-details .img-wrapper .quick-links li a:hover {
                        color: #fab80e;
                    }

    .more-details .social-links {
        margin: 0 0 10px;
    }

    .more-details .agent-details {
        overflow: hidden;
        margin: 0 0 10px;
    }

        .more-details .agent-details h2 {
            margin: 0 0 2px;
        }

        .more-details .agent-details dl {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
        }

            .more-details .agent-details dl dt {
                float: left;
                width: 44px;
                color: #005596;
                margin: 0 0 2px;
                padding: 0 5px 0 0;
            }

            .more-details .agent-details dl dd {
                float: left;
                width: calc(100% - 60px);
                margin: 0 0 2px;
            }

                .more-details .agent-details dl dd a {
                    text-decoration: none;
                    color: #58595b;
                    -webkit-transition: .4s ease;
                    transition: .4s ease;
                }

                    .more-details .agent-details dl dd a:hover {
                        color: #fab80e;
                    }

    .more-details .contact-form {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .more-details .contact-form .row {
            overflow: hidden;
            margin: 0 0 8px;
            font-size: 0;
            line-height: 0;
        }

        .more-details .contact-form h2 {
            margin: 0 0 10px;
        }

        .more-details .contact-form label {
            font-size: 12px;
            line-height: 18px;
            font-weight: 400;
            display: inline-block;
            vertical-align: middle;
            width: 100px;
            padding: 0 4px 0 0;
        }

        .more-details .contact-form input[type="text"] {
            font-size: 12px;
            line-height: 15px;
            font-weight: 400;
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 100px);
            border: 1px solid #a6a8ab;
            padding: 2px 5px;
            height: 20px;
            outline: none;
        }

            .more-details .contact-form input[type="text"]:focus {
                border: 1px solid #a6a8ab;
            }

        .more-details .contact-form textarea {
            font-size: 12px;
            line-height: 18px;
            font-weight: 400;
            resize: none;
            width: calc(100% - 100px);
            height: 50px;
            padding: 2px 5px;
            outline: none;
        }

            .more-details .contact-form textarea:focus {
                border: 1px solid #a6a8ab;
                box-shadow: none;
            }

        .more-details .contact-form .btn-submit {
            float: right;
            color: #005596;
        }

            .more-details .contact-form .btn-submit:hover {
                color: #fab80e;
            }

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.gallery-slide {
    position: relative;
}

    .gallery-slide .mask {
        position: relative;
        overflow: hidden;
    }

    .gallery-slide .slideset {
        width: 99999px;
        float: left;
    }

    .gallery-slide .slide {
        float: left;
    }

#footer {
    overflow: hidden;
}

    #footer .nav-holder {
        text-align: center;
        position: relative;
    }

    #footer .footer-nav-opener {
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 6px 10px;
        background: #005596;
        background: -webkit-linear-gradient(top, #005596 0%, #02304d 100%);
        background: linear-gradient(to bottom, #005596 0%, #02304d 100%);
    }

        #footer .footer-nav-opener .nav-text {
            display: inline-block;
            vertical-align: middle;
        }

        #footer .footer-nav-opener i {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            padding: 0 1px 0 0;
        }

    #footer .nav-list li {
        font-size: 11px;
        line-height: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

        #footer .nav-list li a {
            color: #fff;
            text-decoration: none;
            padding: 7px 10px;
            display: block;
            -webkit-transition: .25s ease;
            transition: .25s ease;
        }

            #footer .nav-list li a:hover {
                background: #005596;
                background: -webkit-linear-gradient(top, #005596 0%, #02304d 100%);
                background: linear-gradient(to bottom, #005596 0%, #02304d 100%);
            }

        #footer .nav-list li.active a {
            background: #005596;
            background: -webkit-linear-gradient(top, #005596 0%, #02304d 100%);
            background: linear-gradient(to bottom, #005596 0%, #02304d 100%);
        }

.copyright-holder {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 10px;
}

    .copyright-holder a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

        .copyright-holder a:hover {
            color: #fab80e;
        }

    .copyright-holder p {
        margin: 0;
    }

    .copyright-holder .left-bar {
        margin: 0 0 5px;
    }

body {
    background: #005596;
}

.wrapper {
    position: relative;
    overflow: hidden;
    background: #005596 url(../images/bg-gradient.png) repeat-x;
}

.holder {
    max-width: 930px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 480px) {
    .thumbnail-nav .slide-wrap {
        width: 25%;
    }
}

@media (min-width: 768px) {
    #header {
        padding: 0;
        font-size: 0;
        line-height: 0;
        margin: 0;
    }

        #header .logo {
            float: none;
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            width: 175px;
            position: relative;
            z-index: 3;
        }

    #nav {
        display: inline-block;
        vertical-align: bottom;
        text-align: right;
        width: calc(100% - 175px);
        position: relative;
        z-index: 2;
    }

        #nav:before {
            position: absolute;
            top: -3px;
            left: -90px;
            z-index: -1;
            right: 0;
            content: "";
            background: #ffd046;
            bottom: 0;
        }

    .nav-opener {
        display: none;
    }

    .nav-drop {
        margin: 0 10px 3px 0;
    }

        .nav-drop ul > li:hover a {
            color: #fff;
        }

        .nav-drop ul > li {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 0 7px;
        }

            .nav-drop ul > li:first-child {
                margin: 0;
            }

            .nav-drop ul > li a {
                color: #005596;
                -webkit-transition: color .4s ease;
                transition: color .4s ease;
            }

                .nav-drop ul > li a:hover {
                    color: #fff;
                    background: none;
                }

            .nav-drop ul > li a {
                padding: 0;
            }

            .nav-drop ul > li ul {
                position: absolute;
                top: 117%;
                left: 0;
                width: 120px;
                background: #005596;
                opacity: 0;
                visibility: hidden;
                text-align: left;
                z-index: 100;
            }

                .nav-drop ul > li ul:after {
                    content: "";
                    background: url(../iamges/sprite.png) no-repeat;
                    position: absolute;
                    top: -4px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: -1;
                }

                .nav-drop ul > li ul li a {
                    color: #fff;
                    display: block;
                    text-transform: none;
                    padding: 4px 10px;
                }

                    .nav-drop ul > li ul li a:hover {
                        background: #022e49;
                        color: #ffd046;
                    }

            .nav-drop ul > li.hover ul {
                opacity: 1;
                visibility: visible;
            }

            .nav-drop ul > li.active a {
                color: #fff;
                background: none;
            }

            .nav-drop ul > li:last-child ul {
                left: auto;
                right: 0;
            }

    #main .search-bar {
        text-align: left;
        position: absolute;
        top: 21px;
        left: 0;
    }

    .large-info {
        padding: 27px 0 4px;
        position: relative;
    }

        .large-info .banner-block:before {
            top: 0;
        }

        .large-info .banner-img {
            min-height: 302px;
        }

    .info-holder .left-col {
        width: 66.67%;
        float: left;
    }

    .info-holder .right-col {
        width: 33.33%;
        position: relative;
        padding: 0 0 72px;
        float: right;
    }

    .info-holder .search-form .row {
        margin: 0 0 4px;
    }

        .info-holder .search-form .row.select-holder {
            margin: 0 0 10px;
        }

    .info-holder .search-form .radio-holder {
        margin: 0 0 10px;
    }

    .info-holder .alert-link {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 5px 5px 5px 0;
    }

    .sale-holder {
        margin: 0;
    }

        .sale-holder .three-col {
            margin: 0 -5px;
        }

        .sale-holder .col {
            width: 33.33%;
            float: left;
            padding: 0 5px;
            margin: 0;
            border-right: 2px dashed #022e49;
        }

            .sale-holder .col:last-child {
                border: none;
            }

    .inner2 #main,
    .inner1 #main {
        position: relative;
        padding: 27px 0 0;
    }

    .visual-block {
        padding: 75px 10px 0;
    }

    .mask-holder:before {
        top: 0;
    }

    .search-holder {
        text-align: left;
    }

        .search-holder .page-holder .left-col {
            margin: 0;
            float: left;
            width: 300px;
        }

        .search-holder .page-holder .right-col {
            float: right;
            width: 300px;
            text-align: right;
            padding: 3px 0 0;
        }

        .search-holder .page-holder.bottom-page {
            padding: 9px 0 11px;
        }

    .search-result {
        margin: 0;
    }

        .search-result .result-list li {
            padding: 6px 9px;
        }

        .search-result .result-list .img-holder {
            width: 150px;
            float: left;
            margin: 0;
        }

        .search-result .result-list .text-holder {
            padding: 0 0 0 20px;
        }

    .inner2 .heading-holder {
        overflow: hidden;
        text-align: left;
        margin: 0 0 13px;
    }

    .inner2 .left-col {
        float: left;
        text-align: left;
        min-width: 40%;
    }

    .inner2 .right-col {
        float: right;
        padding: 2px 0 0;
        width: 160px;
        text-align: right;
    }

    .inner2 h1 {
        font-size: 17px;
    }

    .inner2 dl {
        text-align: left;
    }

    .main-slide {
        width: calc(100% - 163px);
        float: left;
        padding: 0 6px 0 0;
    }

    .thumbnail-holder {
        margin: 0 0 7px;
    }

    .thumbnail-slide {
        height: 468px;
        margin: 0;
    }

        .thumbnail-slide .slide {
            height: 100%;
        }

            .thumbnail-slide .slide .img {
                height: 100%;
                display: block;
            }

            .thumbnail-slide .slide img {
                /*display: none;*/
            }

    .slider-bar {
        overflow: hidden;
        width: 163px;
        float: right;
        height: 468px;
    }

    .thumbnail-nav {
        max-width: none;
        padding: 19px 0 20px;
    }

        .thumbnail-nav .mask-wrap {
            overflow: visible;
        }

        .thumbnail-nav .mask {
            margin: 0 -2px;
        }

        .thumbnail-nav .slideset {
            white-space: normal;
        }

        .thumbnail-nav .slide-wrap {
            width: 100% !important;
            float: none !important;
            height: 107px !important;
            padding: 2px 0;
            overflow: hidden;
        }

        .thumbnail-nav .btn-prev,
        .thumbnail-nav .btn-next {
            top: 0;
            left: 0;
            right: 0;
            bottom: auto;
            width: auto;
            height: 17px;
        }

            .thumbnail-nav .btn-prev:before,
            .thumbnail-nav .btn-next:before {
                border-bottom: 9px solid #fff;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                top: 0;
            }

        .thumbnail-nav .btn-next {
            bottom: 0;
            top: auto;
            left: 0;
        }

            .thumbnail-nav .btn-next:before {
                border-top: 9px solid #fff;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: none;
                top: 4px;
            }

    .slick-vertical .slick-slide {
        border: none !important;
    }

    .image-enlarge {
        margin: 0 0 6px;
    }

        .image-enlarge a {
            float: right;
        }

    .category-details dl {
        width: 100%;
        /*float: left;*/
        margin-bottom: 5px;
    }

    .category-details dt {
        width: 70px;
    }

    .category-details dd {
        padding: 0 15px 0 0;
        width: calc(100% - 70px);
    }

    .more-details {
        padding: 0 0 16px;
    }

        .more-details .left-col {
            width: 60%;
            float: left;
            border-right: 2px dashed #ffd046;
            border-bottom: none;
            padding: 0 10px 0 5px;
        }

        .more-details .right-col {
            width: 40%;
            padding: 0 0 0 12px;
            float: left;
        }

        .more-details .details-holder {
            text-align: left;
        }

        .more-details .img-wrapper .img-holder {
            width: 210px;
            float: left;
        }

        .more-details .img-wrapper .quick-links {
            float: left;
            padding: 15px 0 0 15px;
            width: calc(100% - 210px);
        }

        .more-details .social-links {
            padding: 15px 0 0;
            text-align: left;
        }

        .more-details .agent-details {
            text-align: left;
        }

        .more-details .contact-form {
            text-align: left;
        }

    #footer {
        padding: 0 0 20px;
    }

        #footer .footer-nav-opener {
            display: none;
        }

        #footer .footer-nav-drop {
            display: block !important;
            padding: 15px 0;
            border-bottom: 2px dashed #ffd046;
        }

            #footer .footer-nav-drop.js-slide-hidden {
                position: static !important;
            }

        #footer .nav-list {
            text-align: center;
        }

            #footer .nav-list li {
                display: inline-block;
                vertical-align: top;
                position: relative;
                margin: 0 3px;
            }

                #footer .nav-list li:after {
                    position: absolute;
                    top: 6px;
                    left: -7px;
                    z-index: 0;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #ffd046;
                    content: "";
                }

                #footer .nav-list li:first-child:after {
                    display: none;
                }

                #footer .nav-list li a {
                    padding: 0;
                }

                    #footer .nav-list li a:hover {
                        background: none;
                        color: #ffd046;
                    }

                #footer .nav-list li.active a {
                    background: none;
                    color: #ffd046;
                }

    .copyright-holder {
        text-align: left;
    }

        .copyright-holder .left-bar {
            float: left;
            margin: 0;
            width: 300px;
        }

        .copyright-holder .right-bar {
            float: right;
            width: 300px;
            text-align: right;
        }

    .holder {
        overflow: hidden;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    #nav:before {
        top: -5px;
        left: -213px;
    }

    .nav-drop ul > li ul {
        top: 131%;
    }

        .nav-drop ul > li ul:after {
            top: -7px;
        }
}

@media (min-width: 1024px) {
    #header .logo {
        width: auto;
        margin: 0 0 0 5px;
    }

    #nav {
        width: calc(100% - 213px);
    }

    .nav-drop {
        margin: 0 16px 6px 0;
    }

        .nav-drop ul > li {
            margin: 0 0 0 23px;
        }

    #main .search-bar {
        left: 5px;
        top: 13px;
    }

    .large-info {
        padding: 7px 0 10px;
    }

        .large-info .banner-img {
            min-height: 281px;
        }

    .info-holder h1 {
        font-size: 17px;
    }

    .info-holder .info-box {
        padding: 22px 29px;
    }

    .info-holder h2 {
        font-size: 17px;
    }

    .info-holder .form-holder {
        padding: 20px 28px 5px 21px;
    }

    .info-holder .search-form .row.select-holder {
        margin: 0 0 15px;
    }

    .info-holder .text {
        font-size: 17px;
    }

    .info-holder .alert-link a {
        padding: 7px 0;
    }

    .sale-holder .sale-text {
        padding: 2px;
        font-size: 17px;
    }

    .inner2 #main,
    .inner1 #main {
        padding: 5px 0 0;
    }

    .visual-block {
        padding: 84px 23px 0;
    }

    .search-holder h1 {
        font-size: 17px;
        margin: 0;
    }

    .search-holder .heading-holder {
        padding: 0;
        margin: 0 0 3px;
    }

    .search-result .result-list .text-holder {
        width: 550px;
        float: left;
    }

    .search-result .result-list h3 {
        margin: 0 0 6px;
    }

    .search-result .result-list p {
        margin: 0 0 14px;
    }

    .inner2 .visual-block {
        padding: 81px 23px 0;
    }

    .inner2 .print {
        padding: 0 0 0 29px;
    }

    .category-details {
        margin: 0 0 21px;
    }

    .more-details .left-col {
        width: 55%;
    }

    .more-details .right-col {
        width: 45%;
    }

    .more-details .details-holder p {
        margin: 0 0 25px;
    }

    .more-details .img-wrapper .img-holder {
        width: 245px;
    }

    .more-details .img-wrapper .quick-links {
        padding: 9px 0 0 17px;
        width: calc(100% - 245px);
    }

        .more-details .img-wrapper .quick-links li {
            margin: 0 0 9px;
        }

    .more-details .social-links {
        margin: 0 0 23px;
    }

    .more-details .agent-details {
        margin: 0 0 25px;
    }

    .more-details .contact-form .row {
        margin: 0 0 12px;
    }

    .more-details .contact-form h2 {
        margin: 0 0 14px;
    }

    .more-details .contact-form label {
        width: 129px;
    }

    .more-details .contact-form input[type="text"] {
        width: calc(100% - 129px);
    }

    .more-details .contact-form textarea {
        width: calc(100% - 129px);
    }

    .more-details .contact-form .btn-submit {
        margin: -7px 0 0;
    }

    #footer .nav-holder {
        text-align: left;
    }

    #footer .footer-nav-drop {
        padding: 16px 0 12px;
    }

    .copyright-holder {
        padding: 6px 5px;
    }
}

@media only screen and (min-width: 1025px) {
    a[href^=tel] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .nav-drop {
        position: absolute;
        top: 100%;
        left: 0;
        background: #005596;
        width: 100%;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
    }

        .nav-drop ul > li ul {
            display: none;
        }

        .nav-drop ul > li.hover ul {
            display: block;
        }

    .info-holder .left-col {
        height: auto !important;
    }

    .info-holder .right-col {
        height: auto !important;
    }

    .info-holder .alert-link {
        position: relative;
        z-index: 2;
    }

    .sale-holder .img-wrapper {
        height: auto !important;
    }

    .more-details .left-col {
        height: auto !important;
    }

    .more-details .right-col {
        height: auto !important;
    }

    #footer .footer-nav-drop {
        background: #f9b200;
        background: -webkit-linear-gradient(top, #f9b200 0%, #ffd046 100%);
        background: linear-gradient(to bottom, #f9b200 0%, #ffd046 100%);
    }
}



.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    /*margin-bottom: 16px;*/
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}



.form {
    z-index: 10;
}

.clean {
    padding: 0;
    border: none;
    background: none;
}

.form p {
    margin-bottom: 10px;
}

.form label {
    float: left;
    width: 150px;
}

    .form label.short {
        width: 50px;
    }

.form input {
    width: 250px;
}

    .form input[type="submit"] {
        width: auto;
    }

    .form input[type="checkbox"] {
        float: left;
        width: auto;
    }

.form textarea {
    width: 250px;
    height: 100px;
}

.validation_summary {
    margin-left: 30px;
    padding: 10px;
    border: dotted 1px #CC0000;
    background: #FFF2F2;
}

.contact_pic img {
    border: solid 1px #CCC;
}

.homefont {
    font: 16px / 1.2 "Verdana", "Geneva", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.form #captcha label {
    float: none;
}
