    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */

    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
    @import url(assets/css/import.css);

    html {
        font-family: 'Open Sans', sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }

    body {
        font-family: 'Open Sans', sans-serif;
        margin: 0
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: block
    }

    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline
    }

    audio:not([controls]) {
        display: none;
        height: 0
    }

    [hidden],
    template {
        display: none
    }

    a {
        background-color: transparent;
    }

    a:active,
    a:hover {
        outline: 0
    }

    abbr[title] {
        border-bottom: 1px dotted
    }

    b,
    strong {
        font-weight: 700
    }

    dfn {
        font-style: italic
    }

    h1 {
        font-size: 2em;
        margin: .67em 0
    }

    mark {
        background: #ff0;
        color: #000
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sup {
        top: -.5em
    }

    sub {
        bottom: -.25em
    }

    img {
        border: 0
    }

    svg:not(:root) {
        overflow: hidden
    }

    figure {
        margin: 1em 40px
    }

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0
    }

    pre {
        overflow: auto
    }

    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0
    }

    button {
        overflow: visible
    }

    button,
    select {
        text-transform: none
    }

    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer
    }

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    input {
        line-height: normal
    }

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    fieldset {
        border: 1px solid silver;
        margin: 0 2px;
        padding: .35em .625em .75em
    }

    legend {
        border: 0;
        padding: 0
    }

    textarea {
        overflow: auto
    }

    optgroup {
        font-weight: 700
    }

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

    td,
    th {
        padding: 0
    }

    html,
    body {
        font: HelveticaNeueLTPro-Roman, sans-serif;
        font-size: 16px;
        margin: 0 auto;
        color: #ffffff;
        -webkit-text-size-adjust: none;
        -webkit-font-smoothing: antialiased;
    }

    span.wpcf7-not-valid-tip {
        font-size: 14px;
        font-weight: normal;
    }
    div.wpcf7-validation-errors {
        border: 2px solid #f00;
        color: #f00;
    }
    .modal label{
        color: #393540;
        font-size: 14px;
        font-weight: normal;
        width: 100%;
    }
    .modal .rows-5{
        height: 100px;
    }

    /*code{

      font-size: 1px;

      color: #fff;

      background-color: #fff;

    }*/

    body {
        background-color: #393540;
        font-size: 15px;
    }

    .menu {
        background-color: #a4b9a1;
        background-image: linear-gradient(145deg, #a4b9a1, #a4b9a1);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #a4b9a1;
    }

    /** {

    -webkit-transition:all 200ms ease;

    -moz-transition:all 200ms ease;

    -o-transition:all 200ms ease;

    transition:all 200ms ease;

    } */

    /*  Typography
    --------------------------------------------------------------------------------- */
    .hotlink a{
        text-decoration: underline !important;
    }
    .page-title {
        color: #fff;
        font-size: 42px;
        position: absolute;
        top: 300px;
        padding: 0 30px;
    }

    .page-title span {
        color: #A6B9A0;
    }

    a {
        color: #4B5;
        text-decoration: none;
    }

    .menu a {
        color: #fff;
        font-weight: 900;
    }

    .menu a:hover {
        text-decoration: none;
        color: #a4b9a1;
    }

    .menu-header {
        border-bottom: 1px solid #a4b9a1;
        padding: 20px;
        background-size: 32px;
    }

    .menu-header-title {
        font-weight: 400;
        letter-spacing: 0.5px;
        margin: 0;
    }

    .menu-section {
        margin: 0px 0;
    }

    .menu-section-title {
        text-transform: uppercase;
        color: #85888d;
        font-weight: 200;
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0 0px;
        margin: 0;
    }

    .menu-section-list {
        padding: 0;
        margin: 10px 0;
        list-style: none;
    }

    .menu-section-list a {
        display: block;
        padding: 10px 20px;
    }

    .panels {
        text-align: center;
        /*padding-top: 5px;*/
        min-height: 100%;
        border-radius: 0px;
    }

    .custom-header {
        max-height: 400px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .entry-image {
        width: 100%;
    }

    .entry-image img {
        width: 100%;
        height: auto;
    }

    .panels-bg {
        /*    background: url(images/bg.jpg) no-repeat center center;*/
        /*background:url(images/bg.jpg) no-repeat right top -43px fixed;*/
        background-size: 100% 790px, contain;
    }

    .main-bg {
        background-color: #ffffff;
    }

    #mocha {
        text-align: left;
        margin: 50px !important;
    }

    #mocha-stats {
        top: 70px;
    }


    /**

     * hamburger

     */

    .btn-hamburger {
        border: none;
        position: fixed;
        top: 12px;
        left: 12px;
        outline: none;
        font-size: 16px;
        width: 150px;
        height: 50px;
        background-color: transparent;
        color: #fff;
        text-transform: capitalize;
        z-index: 1001;
        opacity: 0.5;
    }

    .btn-hamburger:hover,
    .btn-hamburger:focus {
        background-color: transparent;
        color: #ffffff;
        opacity: 1;
    }

    .btn-hamburger .genericon {
        font-size: 20px;
    }


.easy_testimonial {
	color: #fff !important;
}

.testimonial-client {
	color: #fff;
}



    /**

     * Boxes

     */

    .box,
    .box-main {
        text-align: left;
        margin: 50px 10px;
        position: relative;
        min-height: 600px;
		margin: 0 auto !important;
    }

    .box:before,
    .box:after,
    .box-main:before,
    .box-main:after {
        content: ' ';
        display: inline-block;
        height: 50px;
        position: absolute;
    }

    .box:before,
    .box-manin:before {
        top: -50px;
    }

    .box:after,
    .box-main:after {
        bottom: -50px;
    }

    .box-title {
        margin: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #4b5;
        color: #4b5;
        font-size: 1.2em;
        font-weight: 400;
    }

    .box-content {
        padding: 20px;
    }


	.entry-content ul.rss-aggregator {
		padding-left: 0;
	}

	ul.rss-aggregator li.feed-item {
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
		padding: 0.5em 0 1em 0;
        list-style: none;
        margin-left: 0 !important;
        width: 100% !important;
    }
    
    ul.rss-aggregator li.feed-item a{
        font-size: 30px;
		line-height: 2em;
    }
/*
    ul.rss-aggregator li.feed-item .wprss-feed-meta {
        font-weight: bold;
    }
*/
    ul.rss-aggregator li.feed-item .wprss-feed-meta a {
        font-size: unset;
        color: #ffffff;
    }
    ul.rss-aggregator li.feed-item .wprss-feed-meta span.feed-source {
        margin-right: 15px;
    }
    ul.rss-aggregator li.feed-item .wprss-feed-meta span.feed-author {
        display: block;
        font-weight: normal;
    }

.feed-source {
	display: none;
}


@media only screen and (min-width: 981px) {
	
	ul.rss-aggregator li.feed-item {
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		padding: 0.5em 0 1em 0;
		width: 48%;
		display: inline-block;
	}
	
	ul.rss-aggregator li.feed-item:nth-child(2n) {
		margin-left: 2%;
	}

}


    /* Page Structure
    ---------------------------------------------------------------------------------- */

    /**

     * Header

     */

    .panel-header {
        margin: 70px auto 55px;
    }

    .title {
        font-size: 3.2em;
        line-height: 1em;
        margin: 0 0 15px;
        color: #4B5;
        font-weight: 400;
    }

    .feature-full-width {
        height: 300px;
    }

    /**

     * Footer

     */

    .panel-footer {
        margin: 10px auto 20px;
    }

    .panel-footer p {
        padding-bottom: 20px;
    }

    .heart {
        font-style: normal;
        font-weight: 500;
        color: #c0392b;
        text-decoration: none;
    }

    .entry-footer {
        display: none;
    }


    /* Custom Layout */

    a:focus {
        outline: 2px solid #c1c1c1;
        outline: 2px solid rgba(51, 51, 51, 0.3);
    }

    a:hover,
    a:active {
        outline: 0;
        text-decoration: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    a img {
        border: 0;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    nav,
    section {
        display: block;
    }

    ol,
    ul {
        list-style: none;
    }

    .entry-content ol,
    .entry-content ul {
        padding-left: 20px;
    }

    .listings-panel-title ul {
        padding-left: 0;
    }

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

    caption,
    th,
    td {
        font-weight: normal;
        text-align: left;
    }

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

    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    a:focus {
        outline: 2px solid #c1c1c1;
        outline: 2px solid rgba(51, 51, 51, 0.3);
    }

    a:hover,
    a:active {
        outline: 0;
        text-decoration: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    a img {
        border: 0;
    }

    ** * 3.0 Typography */ body,
    button,
    input,
    select,
    textarea {
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    p {
        margin-bottom: 1.6em;
        font-size: 15px;
    }

    b,
    strong {
        font-weight: 900;
    }

    dfn,
    cite,
    em,
    i {
        font-style: italic;
    }

    blockquote {
        border-left: 4px solid #707070;
        border-left: 4px solid rgba(51, 51, 51, 0.7);
        color: #707070;
        color: rgba(51, 51, 51, 0.7);
        font-size: 18px;
        font-size: 1.8rem;
        font-style: italic;
        line-height: 1.6667;
        margin-bottom: 1.6667em;
        padding-left: 0.7778em;
    }

    blockquote p {
        margin-bottom: 1.6667em;
    }

    blockquote>p:last-child {
        margin-bottom: 0;
    }

    blockquote cite,
    blockquote small {
        color: #333;
        font-size: 15px;
        font-size: 1.5rem;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.6;
    }

    blockquote em,
    blockquote i,
    blockquote cite {
        font-style: normal;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }

    address {
        font-style: italic;
        margin: 0 0 1.6em;
    }


    /*code,

    kbd,

    tt,

    var,

    samp,

    pre {

        font-family: Inconsolata, monospace;

        -webkit-hyphens: none;

        -moz-hyphens: none;

        -ms-hyphens: none;

        hyphens: none;

    }*/

    pre {
        background-color: transparent;
        background-color: rgba(0, 0, 0, 0.01);
        border: 1px solid #eaeaea;
        border: 1px solid rgba(51, 51, 51, 0.1);
        line-height: 1.2;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 0.8em;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    abbr[title] {
        border-bottom: 1px dotted #eaeaea;
        border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
        cursor: help;
    }

    mark,
    ins {
        background-color: #fff9c0;
        text-decoration: none;
    }

    sup,
    sub {
        font-size: 75%;
        height: 0;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        bottom: 1ex;
    }

    sub {
        top: .5ex;
    }

    small {
        font-size: 75%;
    }

    big {
        font-size: 125%;
    }


    /**

     * 4.0 Elements

     */

    hr {
        background-color: #eaeaea;
        background-color: rgba(51, 51, 51, 0.1);
        border: 0;
        height: 1px;
        margin-bottom: 1.6em;
    }


    /*ul,

    ol {

        margin: 0 0 1.6em 1.3333em;

    }*/

    ul {
        list-style: disc;
    }

    ol {
        list-style: decimal;
    }

    li>ul,
    li>ol {
        margin-bottom: 0;
    }

    dl {
        margin-bottom: 1.6em;
    }

    dt {
        font-weight: 900;
    }

    dd {
        margin-bottom: 1.6em;
    }

    table,
    th,
    td {
        border: 1px solid #eaeaea;
        border: 1px solid rgba(51, 51, 51, 0.1);
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        margin: 0 0 1.6em;
        table-layout: fixed;
        /* Prevents HTML tables from becoming too wide */
        width: 100%;
    }

    caption,
    th,
    td {
        font-weight: normal;
        text-align: left;
    }

    th {
        border-width: 0 1px 1px 0;
        font-weight: 700;
    }

    td {
        border-width: 0 1px 1px 0;
    }

    th,
    td {
        padding: 0.4em;
    }

    img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    figure {
        margin: 0;
    }

    del {
        opacity: 0.8;
    }


    /* Placeholder text color -- selectors need to be separate to work. */

    ::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.7);
        font-family: 'Open Sans', sans-serif;
    }

    :-moz-placeholder {
        color: rgba(51, 51, 51, 0.7);
        font-family: 'Open Sans', sans-serif;
    }

    ::-moz-placeholder {
        color: rgba(51, 51, 51, 0.7);
        font-family: 'Open Sans', sans-serif;
        opacity: 1;
        /* Since FF19 lowers the opacity of the placeholder by default */
    }

    :-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.7);
        font-family: 'Open Sans', sans-serif;
    }


    /**

     * 5.0 Forms

     */

    button,
    input,
    textarea {
        background-color: #eff3f5;
        border-radius: 0;
        font-size: 16px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    select {
        background-color: #eff3f5;
        border-radius: 0;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
        cursor: pointer;
    }

    button,
    input {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        line-height: normal;
    }

    input,
    textarea {
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        /* Removing the inner shadow on iOS inputs */
        border: 1px solid #eaeaea;
        border: 1px solid rgba(51, 51, 51, 0.1);
    }

    input:focus,
    textarea:focus {
        background-color: #fff;
        border: 1px solid #c1c1c1;
        border: 1px solid rgba(51, 51, 51, 0.3);
    }

    .rc-anchor-light {
        background: #eff3f5;
        border: 2px solid #dae2e9;
        color: #7e8c99;
    }


    /*input:focus,

    select:focus {

        outline: 2px solid #c1c1c1;

        outline: 2px solid rgba(51, 51, 51, 0.3);

    }*/

    button[disabled],
    input[disabled],
    select[disabled],
    textarea[disabled] {
        cursor: default;
        opacity: .5;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        background-color: #a4b9a1;
        border: 0;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 700;
        padding: 0.7917em 1.5em;
        text-transform: uppercase;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    button:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus {
        /*background-color: #a4b9a1;*/
        /*background-color: rgba(51, 51, 51, 0.7);*/
        outline: 0;
    }

    form button:hover,
    form input[type="button"]:hover,
    form input[type="reset"]:hover,
    form input[type="submit"]:hover,
    form button:focus,
    form input[type="button"]:focus,
    form input[type="reset"]:focus,
    form input[type="submit"]:focus {
        background-color: #a4b9a1;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .wpcf7 input,
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    textarea,
    select {
        padding: 0.375em;
        width: 100%;
        color: #777;
    }

    textarea {
        overflow: auto;
        vertical-align: top;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        outline: 0;
    }

    #loginform input[type="text"],
    #loginform input[type="password"]{
        text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
        border: 2px solid #dae2e9;
        box-shadow: 0px 0px 0px 0px rgb(181, 181, 181) inset;
        border-radius: 4px !important;
    }


    /**

     * 2.0 - Genericons

     */

    .social-navigation a:before,
    .secondary-toggle:before,
    .dropdown-toggle:after,
    .bypostauthor>article .fn:after,
    .comment-reply-title small a:before,
    .comment-navigation .nav-next a:after,
    .comment-navigation .nav-previous a:before,
    .posted-on:before,
    .byline:before,
    .cat-links:before,
    .tags-links:before,
    .comments-link:before,
    .entry-format:before,
    .edit-link:before,
    .full-size-link:before,
    .pagination .prev:before,
    .pagination .next:before,
    .image-navigation a:before,
    .image-navigation a:after,
    .format-link .entry-title a:after,
    .entry-content .more-link:after,
    .entry-summary .more-link:after,
    .author-link:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: "Genericons";
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        vertical-align: top;
    }


    /**

     * 6.0 Navigations

     */

    /**

     * 6.1 Links

     */

    a {
        color: #a4b9a1;
/*        color: green;*/
        text-decoration: none;
    }
    .site-footer-top a,
    .site-footer a{
        color: #a4b9a1;
    }

    a:hover,
    a:focus {
        color: #a4b9a1;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }


    /**

     * 6.2 Menus

     */

    /*.main-navigation {

        font-size: 14px;

        font-size: 1.6rem;

    }*/

    .main-navigation a {
        display: block;
        padding: 0.3em 0;
        font-size: 24px;
        position: relative;
        text-decoration: none;
    }

    .main-navigation ul {
        list-style: none;
        margin: 0;
    }

    .main-navigation ul ul {
        display: none;
        margin-left: -1.8em;
    }

    .main-navigation ul .toggled-on {
        display: block;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation .current-menu-item>a,
    .main-navigation .current-menu-ancestor>a {
        font-weight: 700;
    }

    .main-navigation .nav-menu>ul>li:first-child,
    .main-navigation .nav-menu>li:first-child {
        border-top: 0;
    }

    .main-navigation .menu-item-has-children>a {
        padding-right: 48px;
    }

    .main-navigation .menu-item-description {
        color: #707070;
        color: rgba(51, 51, 51, 0.7);
        font-size: 13px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 0.5em;
    }

    .sub-menu .menu-item a {
        font-size: 14px;
        font-weight: 400;
    }

    .no-js .main-navigation ul ul {
        display: block;
    }

    .dropdown-toggle {
        background-color: transparent;
        border: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        content: "";
        height: 42px;
        padding: 0;
        position: absolute;
        text-transform: lowercase;
        /* Stop screen readers to read the text as capital letters */
        top: 0;
        right: 0;
        width: 42px;
    }

    .dropdown-toggle:after {
        font-family: FontAwesome;
        color: #fff;
        content: "\f0d7";
        font-size: 20px;
        line-height: 43px;
        position: relative;
        top: 0;
        left: 1px;
        width: 42px;
    }

    .dropdown-toggle:hover,
    .dropdown-toggle:focus {
        background-color: transparent;
        color: #a4b9a1;
    }

    .dropdown-toggle:focus {
        outline: none;
    }

    .dropdown-toggle.toggle-on:after {
        content: "\f0d8";
    }

    .social-navigation {
        margin: 5.0909% 0;
    }

    .social-navigation ul {
        list-style: none;
        margin: 0 0 -1.6em 0;
    }

    .social-navigation li {
        float: left;
    }

    .social-navigation a {
        display: block;
        height: 40px;
        position: relative;
        width: 40px;
        margin-right: 3px;
        color: rgba(255, 255, 255, 0.7);
    }

    .social-navigation a:hover {
        color: #a4b9a1;
    }

    .social-navigation a:before {
        content: "\f415";
        font-size: 24px;
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .social-navigation a[href*="codepen.io"]:before {
        content: "\f216";
    }

    .social-navigation a[href*="digg.com"]:before {
        content: "\f221";
    }

    .social-navigation a[href*="dribbble.com"]:before {
        content: "\f201";
    }

    .social-navigation a[href*="dropbox.com"]:before {
        content: "\f225";
    }

    .social-navigation a[href*="facebook.com"]:before {
        content: "\f204";
    }

    .social-navigation a[href*="flickr.com"]:before {
        content: "\f211";
    }

    .social-navigation a[href*="foursquare.com"]:before {
        content: "\f226";
    }

    .social-navigation a[href*="plus.google.com"]:before {
        content: "\f206";
    }

    .social-navigation a[href*="github.com"]:before {
        content: "\f200";
    }

    .social-navigation a[href*="instagram.com"]:before {
        content: "\f215";
    }

    .social-navigation a[href*="linkedin.com"]:before {
        content: "\f208";
    }

    .social-navigation a[href*="pinterest.com"]:before {
        content: "\f210";
    }

    .social-navigation a[href*="getpocket.com"]:before {
        content: "\f224";
    }

    .social-navigation a[href*="polldaddy.com"]:before {
        content: "\f217";
    }

    .social-navigation a[href*="reddit.com"]:before {
        content: "\f222";
    }

    .social-navigation a[href*="stumbleupon.com"]:before {
        content: "\f223";
    }

    .social-navigation a[href*="tumblr.com"]:before {
        content: "\f214";
    }

    .social-navigation a[href*="twitter.com"]:before {
        content: "\f202";
    }

    .social-navigation a[href*="vimeo.com"]:before {
        content: "\f212";
    }

    .social-navigation a[href*="wordpress.com"]:before,
    .social-navigation a[href*="wordpress.org"]:before {
        content: "\f205";
    }

    .social-navigation a[href*="youtube.com"]:before {
        content: "\f213";
    }

    .social-navigation a[href*="mailto:"]:before {
        content: "\f410";
    }

    .social-navigation a[href*="spotify.com"]:before {
        content: "\f515";
    }

    .social-navigation a[href*="twitch.tv"]:before {
        content: "\f516";
    }

    .social-navigation a[href$="/feed/"]:before {
        content: "\f413";
    }

    .social-navigation a[href*="path.com"]:before {
        content: "\f219";
    }

    .social-navigation a[href*="skype.com"]:before {
        content: "\f220";
    }

    .circle {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.298039);
        padding: 5px;
        border: 2px solid rgba(255, 255, 255, 0.298039);
        border-radius: 30px;
        height: 10px;
    }

    .circle:hover {
        color: #a4b9a1;
        border-color: #a4b9a1;
    }

    .secondary-toggle {
        background-color: transparent;
        border: 1px solid #eaeaea;
        border: 1px solid rgba(51, 51, 51, 0.1);
        height: 42px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 42px;
    }

    .secondary-toggle:before {
        color: #333;
        content: "\f419";
        line-height: 40px;
        width: 40px;
    }

    .secondary-toggle:hover,
    .secondary-toggle:focus {
        background-color: transparent;
        border: 1px solid #c1c1c1;
        border: 1px solid rgba(51, 51, 51, 0.3);
        outline: 0;
    }

    .secondary-toggle.toggled-on:before {
        content: "\f405";
        font-size: 32px;
        position: relative;
        top: 1px;
        left: -1px;
    }

    .image-navigation,
    .comment-navigation {
        color: #707070;
        color: rgba(51, 51, 51, 0.7);
        font-size: 12px;
        font-size: 1.2rem;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .image-navigation a,
    .comment-navigation a {
        color: #707070;
        color: rgba(51, 51, 51, 0.7);
    }

    .image-navigation a:hover,
    .image-navigation a:focus,
    .comment-navigation a:hover,
    .comment-navigation a:focus {
        color: #333;
    }

    .image-navigation .nav-previous:not(:empty),
    .image-navigation .nav-next:not(:empty),
    .comment-navigation .nav-previous:not(:empty),
    .comment-navigation .nav-next:not(:empty) {
        display: inline-block;
    }

    .image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,
    .comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
        content: "\2215";
        font-weight: 400;
        margin: 0 0.7em;
    }

    .image-navigation .nav-previous a:before,
    .comment-navigation .nav-previous a:before {
        content: "\f430";
        margin-right: 0.2em;
        position: relative;
    }

    .image-navigation .nav-next a:after,
    .comment-navigation .nav-next a:after {
        content: "\f429";
        margin-left: 0.2em;
        position: relative;
    }

    .comment-navigation {
        border-top: 1px solid #eaeaea;
        border-top: 1px solid rgba(51, 51, 51, 0.1);
        border-bottom: 1px solid #eaeaea;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        padding: 2em 0;
    }

    .comments-title+.comment-navigation {
        border-bottom: 0;
    }

    .image-navigation {
        padding: 0 7.6923%;
    }

    .image-navigation .nav-previous:not(:empty),
    .image-navigation .nav-next:not(:empty) {
        margin-bottom: 2em;
    }

    .bquote {
        background: #ebf1f6;
    }


    /**

     * 7.0 Accessibility

     */

    /* Text meant only for screen readers */

    .says,
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }


    /* must have higher specificity than alternative color schemes inline styles */

    .site .skip-link {
        background-color: #f1f1f1;
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        color: #21759b;
        display: block;
        font: 900 14px/normal HelveticaNeueLTPro-Roman, sans-serif;
        left: -9999em;
        outline: none;
        padding: 15px 23px 14px;
        text-decoration: none;
        text-transform: none;
        top: -9999em;
    }

    .logged-in .site .skip-link {
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        font: 900 14px/normal HelveticaNeueLTPro-Roman, sans-serif
    }

    .site .skip-link:focus {
        clip: auto;
        height: auto;
        left: 6px;
        top: 7px;
        width: auto;
        z-index: 100000;
    }


    /**

     * 8.0 Alignments

     */

    .alignleft {
        display: inline;
        float: left;
        /*width:80%;*/
        /*width: 77%;*/
        width: 50%;
    }

    .alignright {
        display: inline;
        float: right;
        /* width:20%; */
        width: 50%;
        text-align: right;
    }

    .aligncenter {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    blockquote.alignleft,
    .wp-caption.alignleft,
    img.alignleft {
        margin: 0.4em 1.6em 1.6em 0;
    }

    blockquote.alignright,
    .wp-caption.alignright,
    img.alignright {
        margin: 0.4em 0 1.6em 1.6em;
    }

    blockquote.aligncenter,
    .wp-caption.aligncenter,
    img.aligncenter {
        clear: both;
        margin-top: 0.4em;
        margin-bottom: 1.6em;
    }

    .wp-caption.alignleft,
    .wp-caption.alignright,
    .wp-caption.aligncenter {
        margin-bottom: 1.2em;
    }


    /**

     * 9.0 Clearings

     */

    .clear:before,
    .clear:after,
    .site:before,
    .site:after,
    .entry-content:before,
    .entry-content:after,
    .comment-content:before,
    .comment-content:after,
    .site-content:before,
    .site-content:after,
    .nav-links:before,
    .nav-links:after,
    .comment-navigation:before,
    .comment-navigation:after,
    .social-navigation ul:before,
    .social-navigation ul:after,
    .textwidget:before,
    .textwidget:after {
        content: "";
        display: table;
    }

    .clear:after,
    .site:after,
    .entry-content:after,
    .comment-content:after,
    .site-content:after,
    .nav-links:after,
    .comment-navigation:after,
    .social-navigation ul:after,
    .textwidget:after {
        clear: both;
    }


    /*Custom Menu*/

    .nav-wrapper {
        width: 270px;
        position: relative;
        left: -12px;
    }

    .custom-button {
        padding-top: 6px;
        padding-bottom: 6px;
        margin-left: 40px;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        background-color: transparent;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        font-size: 14px;
        width: 215px;
        border-radius: 8px 0px;
        border: 2px solid rgba(255, 255, 255, 0.298039);
    }

    .custom-button:hover,
    .custom-button:focus {
        background-color: transparent;
        border: 2px solid #fff;
    }

    .custom-footer {
        margin-top: 25px;
        margin-left: 40px;
    }

    .custom-footer p {
        line-height: 4px;
    }

    .custom-footer .contacts {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0px;
        font-weight: 900;
    }

    .custom-footer .copyright {
        font-size: 12px;
        color: #fff;
        color: rgba(255, 255, 255, 0.7);
    }

    .credits {
        width: 100%;
        float: left;
        text-align: left;
        font-weight: 900;
        font-size: 10px;
        margin: 0;
        /*margin-left: -10px;*/
    }

    .credits ul li {
        display: inline-block;
    }

    .credits ul li a,
    .credits ul li span {
        color: #ddd;
        font-weight: 400;
        font-size: 13px;
        line-height: 17px;
        opacity: 0.6
    }

    .credits ul li a:hover,
    .credits ul li a:hover span {
        opacity: 1;
        color: #FFF;
    }

    .credits ul li a span {
        margin-right: 7px;
    }

    .wblogo {
        background: url(assets/images/wb-logo-dark.png) no-repeat scroll 0 0 transparent;
        background-position: 0px 0px;
        display: inline-block;
        color: #AEAEAE;
        height: 25px;
        width: 120px;
        line-height: 20px;
        overflow: hidden;
        padding: 0;
        margin: -4px 3px;
        text-decoration: none;
        transition: all 0.325s ease;
        -webkit-transition: all 0.325s ease;
        background-size: 120px;
    }

    .wblogo:hover {
        background-position: 0px -26px;
    }

    .wblogo-a {
        float: left;
    }

    .mydesktop {
        background: url(assets/images/md-logo.png) no-repeat scroll 0 0 transparent;
        background-position: 0px 0px;
        display: inline-block;
        color: #AEAEAE;
        height: 26px;
        width: 99px;
        background-size: 135px;
        line-height: 20px;
        overflow: hidden;
        padding: 0;
        margin: -4px 3px;
        text-decoration: none;
        transition: all 0.325s ease;
        -webkit-transition: all 0.325s ease;
    }

    .mydesktop:hover {
        background-position: 0px -24px;
    }

    .home-bg {
        background: url("assets/images/bg.jpg") no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 668px;
        height: auto;
    }

    .home-content {
        margin: 0 1.333%;
    }

    .home-content p {
        line-height: 50px;
        margin: 6px;
    }

    .home-content .content-heading {
        color: #a4b9a1;
        font-weight: 900;
        font-size: 34px;
    }

    .home-content .content-maintext {
        font-size: 28px;
        color: #fff;
        font-weight: normal;
    }

    .language-selector {
        position: absolute;
        right: 0;
        top: 24px;
        right: 40px;
        z-index: 1001;
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    margin-top: 20px;*/
    }

    .language-selector-button {
        display: none;
        padding-top: 6px;
        padding-bottom: 6px;
        background-color: #a4b9a1;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        font-size: 14px;
        text-transform: capitalize;
        border-radius: 8px 0px;
        border: 2px solid rgba(177, 216, 14, 0.298039);
    }

    .language-selector-button:hover,
    .language-selector-button:focus {
        background-color: #9fc30a;
        border: 2px solid #9fc30a;
    }

    #main-search-wrap {
        /*margin-top: 50px;*/
    }

    #main-search-wrap label {
        color: #fff;
    }





	.home-feed-container {
		padding: 4em 2em;
		width: 49%;
		min-width: 300px;
		margin: 0 auto;
		display: inline-block;
		vertical-align: top;
	}

	.home-feed-container .rss-aggregator {
		padding-left: 0;
	}


	h3.cff-header {
		margin: 0 0 1em 0 !important;
	}

	ul.rss-aggregator li.feed-item a {
		font-size: 1.5em;
		margin-bottom: 0.75em;
		display: block;
		line-height: normal; 
	}

    /* Search Widget */

    .search-widget {
        width: 100%;
        height: 160px;
        /*margin:0 auto;*/
        padding: 0;
    }

    .search-widget h2 {
        margin: 0;
        padding: 20px 0 0 0;
        color: #ffffff;
        width: 100%;
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        font-family: 'Open Sans', sans-serif;
    }

    .search-widget form {
        width: 800px;
        float: left;
        margin: 0 0 0 0;
        padding: 0;
    }

    .search-widget fieldset {
        border: none;
    }

    .search-widget legend {
        display: none;
    }

    .search-widget select {
        background: #fff url(assets/images/arrow-down.png)no-repeat right;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        height: 56px;
        background-position-x: 88px;
        border: medium none;
        border-right: 1px solid #ccc;
        outline: none;
        float: left;
        width: 110px;
        line-height: 22px;
        color: #777;
        padding: 7px 0;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        padding-left: 10px;
    }

    .search-widget .button-wrap {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      height: 56px;
      background-position-x: 90px;
      border: medium none;
      /* border-right: 1px solid #ccc; */
      outline: none;
      float: left;
      width: 148px;
      line-height: 22px;
      color: #777;
      padding-right: 10px !important;
      padding: 3px 0;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      padding-left: 10px;
      background: #fff;
      border-radius: 4px 0 0 4px;
      padding-top: 12px;
    }

    .search-widget .button-wrap button[type=button] {
        background-color: #393540;
        color: #ffffff;
        padding: 6px 10px 6px 10px;
        border-radius: 0px;
        font-weight: normal;
        font-size: 16px;
		width: 100%;
    }

    .search-widget .button-wrap button[type=button]:hover,
    .search-widget .button-wrap button[type=button]:focus {
        background-color: #9c9a9f;
        color: #ffffff;
    }

    .search-widget .button-wrap button[type=button].active-b {
        background-color: #9c9a9f;
        color: #ffffff;
    }

    .search-widget .text-search-wrap {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        height: 56px;
        background-position-x: 90px;
        border: medium none;
        border-right: 1px solid #ccc;
        outline: none;
        float: left;
        width: 386px;
        line-height: 22px;
        color: #777;
        padding: 3px 0;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        padding-left: 6px;
        background: #fff;
        padding-top: 7px;
        padding-right: 5px;
    }

    .search-widget .text-search-wrap input[type="text"] {
        padding: 10px;
        font-size: 14px;
        border-color: transparent;
        background-color: #fff;
        color: #435061;
        height: 45px;
    }

    .search-widget select.mid-short {
        width: 119px;
        background-position-x: 97px !important;
        background: #fff url(assets/images/arrow-down.png)no-repeat right 10px top 27px;
    }

    .search-widget select.long {
        width: 167px;
        /*background-position-x: 147px !important;*/
        background: #fff url(assets/images/arrow-down.png)no-repeat right 10px top 27px;
    }

    .search-widget select.super-long {
        width: 224px;
        background-position-x: 204px !important;
        background: #fff url(assets/images/arrow-down.png)no-repeat right 10px top 27px;
    }

    .search-widget select#type {
        width: 82px;
        background-position-x: 65px;
    }

    .search-widget select#bedroomsmins {
        width: 93px;
        background-position-x: 75px;
    }

    .search-widget button[type=submit] {
        width: 75px;
        height: 56px;
        margin: 0;
        float: right;
        background: #a4b9a1;
        border-radius: 0 4px 4px 0;
        padding-left: 22px;
    }

    .search-widget button[type=submit]:hover {
        background: #95a892;
    }

    .std-search-btn .genericon {
        font-size: 30px;
        font-weight: 900;
    }

    .search-widget select#propertytype {
        width: 170px;
        background-position-x: 150px;
    }

    .search-widget .sb-wrap {
        font-size: 14px;
        line-height: -20px;
    }

    .search-widget .sb-wrap input[type="checkbox"] {
        border: 1px solid #fff;
        border-radius: 6px;
        margin-right: 6px;
    }


    /*===============================

    Navar Toggle

    ================================*/

    .menu-holder {
        float: left;
        margin: 0 8.3333%;
        margin-top: 20px;
    }

    .tiles {
        width: 800px;
        margin-left: 17px;
    }

    .tiles ul li {
        width: 157px;
        height: 130px;
        border-left: 3px solid #fff;
    }

    .tiles ul li:hover,
    .tiles ul li:hover a span {
        opacity: 0.8;
        color: #a4b9a1;
        border-color: #a4b9a1;
        cursor: pointer;
    }

    .tiles ul li span {
        width: 79px;
        height: 58px;
        font-weight: 300;
        float: left;
    }

    .tiles ul li .appraisal {
        background: url("assets/images/tiles/tile1.svg") no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 0px;
        overflow: hidden;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        text-decoration: none;
        margin-left: 45px;
    }

    .tiles ul li .link-1 {
        display: block;
        margin-top: 30px;
        margin-left: 35px;
        /*  overflow: hidden;*/
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        width: 90px;
        text-align: center;
    }

    .tiles ul li .alerts {
        background: url("assets/images/tiles/tile2.svg") no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 0px;
        overflow: hidden;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        text-decoration: none;
        margin-left: 37px;
        width: 74px;
    }

    .tiles ul li .link-2 {
        display: block;
        margin-top: 10px;
        margin-left: 36px;
        /*  overflow: hidden;*/
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        line-height: 20px;
        width: 75px;
        text-align: center;
    }

    .tiles ul li .whysell {
        background: url("assets/images/tiles/tile3.svg") no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 0px;
        overflow: hidden;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        text-decoration: none;
        margin-left: 50px;
        width: 74px;
    }

    .tiles ul li .link-3 {
        display: block;
        margin-top: 10px;
        margin-left: 37px;
        /*  overflow: hidden;*/
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        width: 75px;
        text-align: center;
    }

    .tiles ul li .whylist {
        background: url("assets/images/tiles/tile4.svg") no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 0px;
        overflow: hidden;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        text-decoration: none;
        margin-left: 37px;
        width: 74px;
    }

    .tiles ul li .link-4 {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
        /*  overflow: hidden;*/
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        width: 105px;
        text-align: center;
    }

    .tiles ul li .aboutus {
        background: url("assets/images/tiles/tile5.svg") no-repeat scroll 0 0 transparent;
        display: block;
        line-height: 0px;
        overflow: hidden;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        text-decoration: none;
        margin-left: 35px;
        width: 74px;
    }

    .tiles ul li .link-5 {
        display: block;
        margin-top: 10px;
        margin-left: 35px;
        /*  overflow: hidden;*/
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        width: 75px;
        text-align: center;
    }

    .tiles ul li a {
        transition: all 0.5s ease;
    }

    .tiles ul li a:hover span,
    .tiles ul li a:focus span {
        color: #a4b9a1 !important;
        opacity: 0.8;
        text-decoration: none;
    }

    .tiles ul li a:hover .appraisal,
    .tiles ul li a:focus .appraisal {}


    /* Home Slider */



.n2-section-smartslider {
	position: absolute !important;
}


    .home-slider {
        width: 80%;
        margin: 0;
        position: relative; //    overflow:hidden;
        display: block;
    }

    .home-slider a {
        color: #a4b9a1;
    }

    .home-slider a:hover {
        text-decoration: underline;
    }

    .inner-header {
        position: initial;
        width: 100%;
        margin: 0;
        z-index: 0;
        float: left;
        clear: both;
        background-position: center center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

    #page-content-wrapper {
        margin: 0;
        padding: 0;
    }

    .wrapper-home {
        /*background: url(images/bg.jpg) no-repeat center center fixed; */
    }


    /* Listing Layout */

    .listing-wrapper {
        background: #eff3f5;
        height: 0px;
    }

    .listing-wrapper1 {
        background: #fff;
        /*height: 50px;*/
    }

    .box-main {
        margin-top: 0;
        padding-top: 0;
    }

    .box-main>.box-content {
        padding: 0;
        margin: 0;
    }

    .entry-content p:first-child {
        margin-bottom: 0;
    }

    .wpsight-listings-search {
        background-color: #eff3f5;
    }

    .wpsight-listings-search {
        margin-bottom: 0px;
        padding: 0px 40px 0px 70px;
        position: relative;
    }

    .wpsight-listings-search .listings-search-field {
        margin-bottom: 5px;
    }

    .wpsight-listings-search .listings-search-field input[type="text"],
    .wpsight-listings-search .listings-search-field select,
    .listings-panel .listings-panel-actions select,
    #frmEmailAgentinspect select,
    .property_type select {
        border: 2px solid #dae2e9 !important;
        border-radius: 4px;
        color: #777 !important;
        font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
        background-color: #FFF !important;
        height: 40px;
        line-height: 38px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .wpsight-listings-search .listings-search-field input[type="text"]:hover,
    .wpsight-listings-search .listings-search-field select:hover,
    .listings-panel .listings-panel-actions select:hover,
    #frmEmailAgentinspect select:hover,
    .property_type select:hover {
        border: 2px solid #92b4d3;
    }

    .wpsight-listings-search .listings-search-field-submit button[type="submit"] {
        padding: 9px;
        border-radius: 4px;
        background: #a4b9a1;
        text-transform: capitalize;
        font-size: 14px;
    }

    .wpsight-listings-search .listings-search-field-submit button[type="submit"]:hover {
        background: #a4b9a1;
    }

    .suburbs {
        font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #777;
    }

    .search-icon {
        position: relative;
    }

    .search-icon:after {
        font-family: FontAwesome;
        content: "\f002";
        font-size: 16px;
        position: absolute;
        right: 50px;
        top: -2px;
        pointer-events: none;
        color: #fff;
    }

    .search-wrap {
        margin: 0 auto;
        width: 68%;
        max-width: 1000px;
        padding-bottom: 0 !important;
    }

    .entry-content .wpsight-listings-sc,
    .entry-content .wpsight-listings-map-sc {
        margin-bottom: 40px;
        padding: 0px 40px 0px 40px;
/*        width: 70%;
        max-width: 1110px;
        margin-left: 230px;
        min-height: 600px;
        height: auto;*/
    }

    .entry-content .wpsight-listing-section {
        margin-bottom: 40px;
        padding: 0px 40px 0px 70px;
        margin-left: 16.6667%;
        width: 75.4%;
    }

    .listings-search-field-keyword {
        padding-right: 0;
    }

    .listings-search-default .probox {
        border-radius: 4px 0px 0px 4px !important;
    }

    .property_type {
        padding-left: 0;
        position: relative;
        left: -2px;
    }

    .wpsight-listings-search-sc select {
        border-radius: 0px 4px 4px 0px !important;
        height: 41px;
    }



  /* TESTIMONIAL FORM
  ----------------------------------------------------------------- */

.strong-form input[type=checkbox]+label:before, .strong-form input[type=radio]+label:before {
	font-weight: 400;
    background: none;
    border: none;
	content: "\f005";
    display: inline-block;
    height: 2em;
	width: 2em;
    left: 0;
    line-height: 1.6em;
    position: absolute;
}

.strong-form input[type=checkbox]+label, .strong-form input[type=radio]+label {
	vertical-align: top;
}


.strong-form input[type="checkbox"]:checked+label:before, .strong-form input[type="radio"]:checked+label:before {
	color:#FFB900;
}

.form-field.wpmtst-captcha {
  display: none;
}



    /* Forms

    ================================================== */

    .wpsight-listings-search-sc select,
    .listings-panel-actions select,
    .preregister-form select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: rgba(144, 144, 144, 0.075);
        border: none;
        border: solid 1px rgba(144, 144, 144, 0.25);
        color: inherit;
        display: block;
        outline: 0;
        padding: 0 1em;
        padding-left: 10px;
        text-decoration: none;
        -moz-transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
        -webkit-transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
        -ms-transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
        transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
        width: 100%;
    }


    /*select:invalid {

      box-shadow: none;

    }

    select:focus {

      border-color: rgba(144, 144, 144, 0.75);

    }*/

    .select-wrapper {
        text-decoration: none;
        display: block;
        position: relative;
    }

    .select-wrapper:before {
        content: '\f0d7';
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .select-wrapper:before {
        color: rgba(144, 144, 144, .5);
        display: block;
        height: 2.75em;
        line-height: 2.5em;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 2.75em;
    }

    .select-wrapper select::-ms-expand {
        display: none;
    }


    /*input[type="text"],

    input[type="password"],

    input[type="search"],

    input[type="email"],

    input[type="url"],

    select {

      height: 4.75em;

    }*/

    .wpsight-listings-search-sc input[type="checkbox"],
    .wpsight-listings-search-sc input[type="radio"],
    .search-widget input[type="checkbox"],
    .search-widget input[type="radio"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        display: block;
        float: left;
        margin-right: -2em;
        opacity: 0;
        width: 1em;
        z-index: -1;
    }

    img,
    input,
    textarea {
        border: 0px none;
        outline: medium none;
    }

    input[type="checkbox"]+label,
    input[type="radio"]+label {
        text-decoration: none;
        color: #444;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: normal;
        padding-left: 2.4em;
        padding-right: 0.75em;
        position: relative;
    }

    input[type="checkbox"]+label:before,
    input[type="radio"]+label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    input[type="checkbox"]+label:before,
    input[type="radio"]+label:before {
        background: #ffffff;
        border-radius: 3px;
        border: solid 2px #dae2e9;
        content: '';
        display: inline-block;
        height: 1.65em;
        left: 0;
        line-height: 1.28125em;
        position: absolute;
        text-align: center;
        top: 0;
        width: 1.65em;
    }

    input[type="checkbox"]:checked+label:before,
    input[type="radio"]:checked+label:before {
        background: #fff;
        border-color: #dae2e9;
        color: #777;
        content: '\f00c';
    }

    input[type="checkbox"]:focus+label:before,
    input[type="radio"]:focus+label:before {}

    input[type="checkbox"]+label:before {
        border-radius: 3px;
    }

    input[type="radio"]+label:before {
        border-radius: 100%;
    }


    /* Listings Search
    ================================================== */

    .wpsight-listings-search-sc {
        margin-bottom: 20px;
    }

    /*.wpsight-listings-search {
        border: 1px solid rgba(144,144,144,.25);
        border-radius: 3px;
        padding: 40px 40px 10px;
        position: relative;
    }*/

    .listings-search-field {
        margin-bottom: 30px;
    }

    .listings-search-field-taxonomy_checkbox {
        margin-bottom: 14px;
    }

    .listings-search-field-submit input {
        width: 100%;
    }

    .listings-search-advanced {
        display: none;
    }

    .wpsight-listings-search .listings-search-advanced-toggle,
    .wpsight-listings-search .listings-search-reset {
        bottom: -26px;
        cursor: pointer;
        display: block;
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        position: absolute;
        right: 0px;
    }

    .listings-search-reset,
    .listings-search-advanced-toggle {
        background-color: #eff3f5;
        border-top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        bottom: -30px;
        cursor: pointer;
        font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #777;
        left: 40px;
        line-height: 30px;
        padding: 0 15px 0 30px;
        position: absolute;
    }

    .listings-search-advanced-toggle {
        left: auto;
        right: -40px;
    }

    .listings-search-reset:before,
    .listings-search-advanced-toggle:before {
        content: "\f0d7";
        color: #a4b9a1;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-size: inherit;
        font-weight: 300;
        height: 30px;
        line-height: 35px;
        position: absolute;
        left: 4px;
        text-align: center;
        text-transform: none !important;
        top: 0;
        vertical-align: middle;
        width: 25px;
    }

    .listings-search-advanced-toggle.open:before {
        content: "\f0d8";
    }

    .listings-search-reset:before {
        content: "\f100";
    }

    .search-label {
        text-align: left;
        color: #a4b9a1;
        font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin-bottom: 4px;
    }


    /* Listings content */

    .listings-panel .listings-panel-title h3,
    .order-by {
        color: #a4b9a1;
    }

    .btn.btn-inverse {
        font-weight: 900;
        color: #7e8c99;
    }

    .btn.btn-primary {
        background-color: #a4b9a1;
        border-color: #a4b9a1;
        font-weight: 900;
    }

    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-inverse:hover,
    .btn.btn-inverse:focus {
        color: #fff;
        background-color: #a4b9a1;
    }

    .listings-panel {
        border-bottom: 0px;
        margin-bottom: 30px;
        padding: 10px 0px;
    }

    .entry-content .wpsight-listing-section {
        margin-bottom: 0;
        padding: 0;
        margin-left: 0;
        width: 100%;
        height: 200px;
    }


    /* LIST VIEW */

    /**** LAYOUT ****/

    .media .list-inline>li {
        padding: 0 10px 0 0;
    }

    .container-pad {
        padding: 30px 15px;
    }


    /**** MODULE ****/

    .bgc-fff {
        background-color: #fff!important;
    }

    .box-shad {
        -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
        box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    }

    .brdr {
        /* border: 2px solid #dae2e9;*/
        border-radius: 4px;
    }

    .brdrs {
        border: 2px solid #dae2e9;
        border-radius: 4px;
    }

    .media .attachment-thumbnail.size-thumbnail.wp-post-image {
        width: 300px!important;
        height: 250px;
    }

    .media,
    .media-body {
        height: 240px;
    }

    .media-body {
        text-align: left;
    }

    .media-body .light-gray>a {
        color: #7e8c99;
    }

    .media-body .light-gray>a:hover {
        color: #888;
    }

    .media-body .listing-price-symbol {
        font-size: 16px;
        font-weight: 900;
        color: #a4b9a1;
    }

    .wpsight-listing-summary .listing-details-value {
        color: #435061;
        font-weight: 900!important;
    }

    .wpsight-listing-summary .listing-details-label {
        color: #435061;
    }

    .media-body .listing-price-value,
    .media-body .listing-rental-period {
        font-size: 16px;
        font-weight: 900;
        color: #a4b9a1;
    }

    .media-body .wpsight-listing-info,
    .wpsight-infobox .infobox-header .infobox-title {
        border-bottom: 0px double #EDEDED;
        padding: 0px 0px 0px;
    }

    .media-body .wpsight-listing-section {
        text-align: left;
    }


    /* Font changes */

    .fnt-smaller {
        font-size: .9em;
    }

    .fnt-lighter {
        color: #bbb;
    }

    .bolder {
        font-weight: 900;
    }


    /* Padding - Margins */

    .pad-10 {
        padding: 20px 20px 0px 15px!important;
    }

    .mrg-0 {
        margin: 0!important;
    }

    .pad-0 {
        padding: 0px!important;
    }

    .btm-mrg-10 {
        margin-bottom: 10px!important;
    }

    .btm-mrg-20 {
        margin-bottom: 20px!important;
    }

    .lft-mrg-10 {
        margin-left: 7px!important;
    }


    /*Side Bar and SideBar Footer*/

    #main-menu-wrapper {
        padding-top: 0px;
        overflow: hidden;
        position: relative;
    }


    /* Sidebar footer*/

    .sidebar-footer {
        position: fixed;
        bottom: 0px;
        left: -8px;
        height: 200px;
        /*width: 100%;*/
        /*    display: block;*/
        overflow: hidden;
        background: #a4b9a1;
    }

    .logo-img {
        width: 200px;
        height: 132px;
    }


    /* Color  */

    .clr-535353 {
        color: #535353;
    }

    .dark-blue {
        color: #435061;
    }

    .navy-blue {
        color: #a4b9a1;
    }

    .light-gray {
        color: #7e8c99;
    }


    /* Property Details */

    /* Right Content */

    #single-list .right-content {
        padding: 15px 0px 6px 0px;
    }

    #single-list .img-box {
        margin-bottom: 20px;
        min-height: 145px;
        text-align: center;
    }

    #single-list .img-box img {
        width: 50%;
        border-radius: 50%;
    }

    #single-list .profile-details h1 {
        font-size: 22px;
        font-weight: 900;
        margin: 0;
        padding: 0;
    }

    #single-list .profile-details span {
        font-size: 14px;
    }

    #single-list .profile-details .list-unstyled {
        margin-bottom: 15px;
        margin-top: 20px;
    }

    #single-list .profile-details .list-unstyled li {
        line-height: 25px;
        color: #435061;
    }

    #single-list .profile-details .list-unstyled li .fa {
        color: #a4b9a1;
        font-size: 18px;
        margin-right: 5px;
    }

    ul.social-icons {
        list-style: none;
        display: inline;
        margin-left: 0 !important;
        padding: 0;
    }

    ul.social-icons li {
        display: inline;
        margin: 0 5px;
    }

    .social-circle li a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 35px;
        height: 35px;
        font-size: 18px;
        background-color: #fff;
        border: 2px solid #a4b9a1;
        color: #a4b9a1;
    }

    .social-circle li a:hover {
        border-color: #8daf00;
        color: #8daf00;
    }

    .social-circle li i {
        margin: 0;
        line-height: 33px;
        text-align: center;
    }

    #single-list .profile-contact {
        padding: 30px 10px 10px 10px;
        border-top: 2px solid #dae2e9;
        margin-top: 20px;
    }

    #single-list .profile-contact h1 {
        font-size: 20px;
        text-align: left;
    }

    #single-list .profile-contact form p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #single-list .profile-contact form span {
        text-align: left;
    }

    #single-list .profile-contact form input[type="text"],
    #single-list .profile-contact form input[type="email"],
    #single-list .profile-contact form input[type="tel"] {
        border: 2px solid #dae2e9;
        background-color: #fff;
        padding: 12px;
        height: 44px;
        margin-bottom: 10px;
        border-radius: 4px;
        font-size: 14px;
    }

    #single-list .profile-contact form textarea {
        border: 2px solid #dae2e9;
        text-align: left;
        padding: 12px;
        height: 130px;
        margin-bottom: 10px;
        border-radius: 4px;
        font-size: 14px;
        background-color: #fff;
    }

    #single-list .profile-contact form input[type="text"]:hover,
    #single-list .profile-contact form input[type="text"]:focus,
    #single-list .profile-contact form input[type="email"]:hover,
    #single-list .profile-contact form input[type="email"]:focus,
    #single-list .profile-contact form input[type="tel"]:hover,
    #single-list .profile-contact form input[type="tel"]:focus,
    #single-list .profile-contact form textarea:hover,
    #single-list .profile-contact form textarea:focus {
        box-shadow: none;
        border-color: #92b4d3;
    }

    #single-list .profile-contact a.cancel_register {
        padding: 12px;
        text-transform: capitalize;
        font-weight: 900;
        background-color: #b92a2a;
        color: #fff;
        display: block;
        width: 100%;
        border-radius: 4px;
        font-size: 14px;
        text-align: center;
    }

    #single-list .profile-contact a.cancel_register:hover {
        background-color: #c24242;
    }

    #single-list .profile-contact form input[type="submit"] {
        padding: 12px;
        text-transform: capitalize;
        font-weight: 900;
        background-color: #a4b9a1;
        color: #fff;
        display: block;
        width: 100%;
        border-radius: 4px;
        font-size: 14px;
    }

    #single-list .profile-contact form input[type="submit"]:hover,
    #single-list .details-sidebar-bottom a.btn:hover {
        background-color: #a4b9a1;
        color: #fff;
    }

    #single-list .details-sidebar-bottom h1 {
        font-size: 20px;
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 2px solid #dae2e9;
    }

    #single-list .details-sidebar-bottom p {
        font-size: 14px;
    }

    #single-list .details-sidebar-bottom a.btn {
        padding: 12px;
        text-transform: capitalize;
        font-weight: bolder;
        background-color: #a4b9a1;
        color: #fff;
        font-size: 14px;
    }

    .carousel-custom {
        padding-left: 0px;
        padding-right: 0px;
    }

    .carousel-custom .carousel {
        margin-bottom: 0px;
    }

    .carousel-custom .carousel .carousel-inner .item img {
        height: 370px;
        width: 100%;
    }

    .brdr1 {
        border: 2px solid #dae2e9;
        border-radius: 0px 0px 4px 4px;
    }

    #slider-thumbs ul {
        float: left;
        margin-left: 0px;
    }

    #slider-thumbs .list-inline li img {
        height: 65px;
        width: 95px;
    }

    #custom-carousel .carousel-footer-content {
        border-top: 2px solid #dae2e9;
        background: #eff3f5;
        padding: 20px 12px 40px 12px;
        text-align: left;
    }

    #custom-carousel .carousel-footer-content .alignright a .fa {
        margin-right: 5px;
    }

    #custom-carousel .carousel-footer-content .alignright a {
        font-size: 14px;
        color: #435061;
        margin-right: 10px;
    }

    #custom-carousel .carousel-footer-content .alignright a:hover {
        color: #394452;
    }

    #custom-carousel .carousel-footer-content .wpsight-listing-summary {
        margin-bottom: 0px;
    }

    .carousel-control {
        display: inline-block;
        position: absolute;
        top: 50%;
        z-index: 5;
    }

    .listing-main-content {
        margin-top: 0px;
    }

    .listing-main-content .wpsight-listing-description p span strong {
        font-size: 22px;
        font-weight: 900;
        color: #a4b9a1;
    }

    .listing-main-content h1 {
        text-align: left;
        font-size: 22px;
        font-weight: 900;
    }

    .listing-main-content .wp-listings-description p:first-child {
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 35px;
    }

    .listing-main-content p {
        text-align: left;
        font-size: 14px;
    }

    .listing-main-content .inspect-property {
        background: #dae2e9;
        padding: 2px;
    }

    .listing-main-content .inspect-property input[type="text"] {
        border-radius: 0px;
        background-color: #eff3f5;
        border-color: #dae2e9;
    }

    .listing-main-content .inspect-property p {
        padding-top: 5px;
        font-weight: 900;
        font-size: 13px;
        padding-right: 10px;
        margin-bottom: 2px;
    }

    .listing-main-content .map-box {
        border: 1px solid #fff;
    }

    #single-list .similar-properties {
        text-align: left;
    }

    #single-list .similar-properties h1 {
        font-size: 22px;
        font-weight: 900;
    }

    .single-list-offer {
        position: absolute;
        left: 0;
        z-index: 1;
        border: 1px solid: #a4b9a1;
        background: #a4b9a1;
        color: #fff;
        font-weight: 900;
        padding: 6px 16px 6px 16px;
        opacity: 0.9;
    }

    .thumbnail .list-group-item-text strong a {
        color: #7e8c99;
    }

    .thumbnail .list-group-item-text strong a:hover {
        color: #333;
    }

    .thumbnail img {
        border-radius: 4px 4px 0px 0px;
        height: 170px;
        width: 100%;
    }

    .thumbnail .caption {
        border: 1px solid #dae2e9;
        border-radius: 0px 0px 4px 4px;
        border-top: transparent;
        min-height: 117px;
    }

    .thumbnail {
        padding: 0px;
        border: 2px solid #ffffff;
        min-height: 284px;
        overflow: hidden;
        position: relative;
    }

    .thumbnail .offer,
    #property-listings .property-listing .offer {
        position: absolute;
        top: 140px;
        margin-left: 10px;
        border: 1px solid: #a4b9a1;
        background: #a4b9a1;
        padding: 6px;
        opacity: 0.9;
        font-weight: 900;
        z-index: 1;
        color: #fff;
        left: 0;
    }

    .thumbnail .caption .wpsight-listing-summary {
        margin-bottom: 0px;
    }

    .thumbnail a img {
        height: 170px;
        width: 100%;
    }

    .thumbnail .wpsight-listing-thumbnail .wp-post-image {
        width: 100% !important;
        height: 222.64px;
    }


    /* End */

    /* For Members Club Login */

    #wpcrlLoginSection h1 {
        font-size: 50px;
        color: #a4b9a1;
    }

    #wpcrlLoginSection p {
        color: #7e8c99;
        margin-bottom: 15px;
        font-size: 18px;
    }

    #wpcrlLoginSection form label {
        color: #7e8c99;
        font-size: 18px;
        font-weight: normal;
    }

    #wpcrlLoginSection .form-control {
        padding: 0.375em;
        border: 1px solid #fff;
        background-color: #f7f7f7;
        box-shadow: none;
        border-radius: 0;
        line-height: 1.5;
        font-size: 20px;
        color: #222;
        margin: 0;
        max-width: 100%;
        padding: 10px 8px 10px 8px;
        height: 54px;
    }

    #wpcrlLoginSection .form-control-feedback {
        top: 37px;
    }

    #wpcrlLoginSection .help-block {
        font-size: 16px;
    }

    #wpcrlLoginSection #wpcrl-login-alert {
        font-size: 16px;
        border-radius: 0px;
    }

    #wpcrlLoginSection .form-control:focus {
        background-color: #fff;
        border: 1px solid #999;
    }

    #wpcrlLoginSection button {
        padding: 12px;
    }

    /* End */

    #cycle {
        max-width: 800px;
        width: 100%;
    }

    #cycle,
    #cycle div {
        min-height: 190px;
        height: 100%;
    }


    /* Pagination
    ================================================== */

    .wpsight-pagination {
        border-top: 1px solid rgba(144, 144, 144, .25);
        margin: 0 0 0;
        padding: 40px 0 0;
    }

    .home .wpsight-pagination {
        display: none;
    }

    .wpsight-pagination ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .wpsight-pagination li {
        display: inline-block;
        margin: 0 5px;
        padding: 0;
    }

    .wpsight-pagination li:first-child {
        margin-left: 0;
    }

    .wpsight-pagination li:last-child {
        margin-right: 0;
    }

    .privacy p {
        height: auto !important;
        margin-bottom: 10px !important
    }

    div.wpcf7-mail-sent-ok {
        color: #398f14 !important;
    }

    .wpcf7 span.wpcf7-form-control-wrap {
        display: inline-block;
        width: 100%;
    }

    .wpcf7 span.wpcf7-form-control-wrap.disclaimer {
        border: 0px !important;
        box-shadow: 0px 0px 0px 0px;
        border-radius: 0px !important;
        width: auto;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
        border: 2px solid #dae2e9;
        box-shadow: 0px 0px 0px 0px rgb(181, 181, 181) inset;
        border-radius: 4px !important;
    }

    .wpcf7 input[type="submit"] {
        border: 0px;
        box-shadow: 0px;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        width: 100% !important;
        box-sizing: border-box;
        padding: 5px 15px 5px 15px;
    }

    .wpcf7 input[type="submit"] {
        padding: 0.7917em 1.5em;
        width: auto !important;
    }

    .wpcf7 p {
        height: auto !important;
        margin-bottom: 1.2em;
    }

    .wpcf7 select {
        border: 0px;
        width: 100%;
        padding: 5px 15px 5px 15px;
    }

    .wpcf7-checkbox,
    .wpcf7-radio {
        display: inline-block;
    }

    .prisna-gwt-flag-container a {
        cursor: pointer;
        background-image: none !important;
        width: auto !important;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        outline: none !important
    }

    #google_translate_element {
        display: none !important;
    }

    .prisna-gwt-flags-container span {
        color: #fff;
        font-weight: bold;
    }

    .prisna-gwt-flag-container {
        padding: 0px 20px !important;
        background: #a4b9a1 !important;
        border-radius: 4px !important;
        line-height: 29px !important;
        position: relative;
        top: 1px;
    }

    #translator-sidebar {
        position: absolute;
        top: 30px;
        right: 50px;
        z-index: 999
    }

    .team-list .grid .tab-content{
        padding: 10px 0px;
    }

    .page-template-sitemap .menu-buy-container{
        padding: 40px 20px;
        background-color: #a4b9a1;
    }

    .mobile_search{
        display: none;
    }

    .sync2_wrapper{
        height:71px;
        border:1px solid #fff;
    }

    /* For Safari Browser Issue */
    body.is_safari .search-widget .typeahead__field {
        display: inline-block;
    }
    body.is_safari .search-widget .typeahead__cancel-button {
        margin-top: -.9rem;
    }
    body.is_safari .search-widget select.long {
        background-position-x: 95%;
    }
    body.is_safari .search-widget .typeahead__query {
        float: left;
        width: 100%;
    }
    @media only screen and (min-width: 1601px){
        body.is_safari .search-widget .typeahead__query {
            max-width: 51.4%;
            min-width: 47.7%;
            height: 80px;
        }
        body.is_safari .search-widget .typeahead__field .button-wrap {
            width: 17%;
        }
        body.is_safari .search-widget select.long {
            width: 237px;
        }
    }
    @media only screen and (min-width:1025px) and (max-width: 1600px){
        body.is_safari .search-widget .typeahead__field .button-wrap {
            width: 10%;
        }
        body.is_safari .search-widget .typeahead__query {
            max-width: 68.1%;
            height: 56px;
        }
    }
    @media only screen and (min-width:481px) and (max-width: 1024px){
        body.is_safari .search-widget .typeahead__field .button-wrap {
            width: 23% !important;
        }
        body.is_safari .search-widget .typeahead__query {
            max-width: 40% !important;
            height: 56px;
        }
        body.is_safari .search-widget select.long {
            width: 22.9% !important;
        }
        body.is_safari .search-widget .typeahead__field .std-search-btn{
            width: auto;
        }
    }
    /* End */

    /**** MEDIA QUERIES ****/

    @media only screen and (max-width: 991px) {
        #property-listings .property-listing {
            padding: 5px!important;
        }
        #property-listings .property-listing a {
            margin: 0;
        }
        #property-listings .property-listing .media-body {
            padding: 10px;
        }
        .media,
        .media-body {
            height: auto;
        }
        .search-widget form {
            width: 100% !important;
        }
        .search-widget .text-search-wrap {
            width: 40% !important;
        }
        .search-widget .button-wrap {
            width: 20% !important;
        }
        .search-widget select.long {
            width: 25% !important;
        }
        .search-widget button[type="submit"] {
            width: 14.999%;
        }
    }

    @media only screen and (min-width: 992px) {
        #property-listings .property-listing img {
            border-radius: 4px 0px 0px 4px;
        }
        #property-listings .property-listing img {
            max-width: 320px;
            /*      max-width: 378px;*/
            min-width: 320px;
            height: 240px;
        }
        .attachment-thumbnail.size-thumbnail.wp-post-image {
            max-width: 320px!important;
        }
        .wpsight-listing-thumbnail span {
            width: 320px!important;
            font-size: 100px;
        }
        .media .media-body .text-left.light-gray p {
            height: 34px !important;
        }
    }

    @media screen and (max-width: 980px) {
        .listings-search-reset {
            left: 10px;
        }
        .listings-search-advanced-toggle {
            right: 10px;
        }
		
		.home-feed-container {
			width: 100%;
		}
    }

    /* MOBILE VIEW */
    @media screen and (max-width: 320px) {
        .mobile_search .typeahead__container .typeahead__button button i {
            left: -4px;
        }
        .site-header-title .site-title-logo a img {
            width: 50%;
        }
        .feature-full-width {
            height: 100px;
        }
        #main-search-wrap {
            margin-left: 10px;
        }
        .pad-10 {
            padding: 10px 0px 0px 5px !important;
        }
        #property-listings .property-listing img {
            border-radius: 0px !important;
            border-top-left-radius: 4px !important;
            border-top-right-radius: 4px !important;
        }
        .opt-panel {
            width: 105px !important;
            float: right;
        }
        .no-padding-left {
            padding-left: 0 !important;
        }
        .no-padding-right {
            padding-right: 0 !important;
        }
        .other-text {
            font-size: 16px;
        }
        .my-nav,
        .nav-wrapper {
            width: 320px !important;
        }
        .custom-button {
            width: 80% !important;
            margin-left: 35px;
        }
        .sidebar-footer {
            height: 175px !important;
        }
        .circle {
            color: #a4b9a1 !important;
            border-color: #a4b9a1 !important;
        }
        .circle:hover {
            color: #8cac07 !important;
            border-color: #8cac07 !important;
        }
        .box-main {
            margin-left: -10px !important;
        }
        .box {
            margin-left: -5px !important;
        }
        #mocha {
            text-align: left;
            margin: 90px 5px 5px 10px !important;
        }
        /*  .my-nav,

      .nav-wrapper{

        width: 100% !important;

      }*/
        /*  .custom-button{

        width: 86% !important;

        margin-left: 35px;

      }*/
        .logo-holder {
            width: 228px;
        }
        .search-widget form {
            width: 100% !important;
        }
        .search-widget .text-search-wrap {
            width: 40% !important;
        }
        .search-widget .button-wrap {
            width: 20% !important;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 6px 1px 6px 1px;
        }
        .search-widget select.long {
            width: 25% !important;
        }
        .search-widget button[type="submit"] {
            width: 14.999%;
            padding-left: 8px;
        }
        .menu-header {
            height: 80px;
            margin-bottom: 20px;
        }
        .btn-hamburger {
            left: -30px !important;
        }
        .std-search-btn .genericon {
            padding-left: 0px;
            font-size: 20px;
            padding-top: 3px;
        }
        .tiles {
            width: 18em !important;
            margin-left: 17px;
        }
        .tiles ul li {
            width: 100% !important;
            height: 50px !important;
        }
        .tiles ul li .appraisal,
        .tiles ul li .alerts,
        .tiles ul li .whylist,
        .tiles ul li .aboutus {
            margin-left: 10px !important;
            margin-top: 0px !important;
            background-size: 50px 50px;
        }
        .tiles ul li .whysell {
            margin-left: 14px !important;
            margin-top: 5px !important;
            background-size: 40px 40px;
        }
        .tiles ul li .link-1,
        .tiles ul li .link-2,
        .tiles ul li .link-3,
        .tiles ul li .link-4,
        .tiles ul li .link-5 {
            margin-top: 10px !important;
            margin-left: 0px !important;
            width: 190px !important;
            text-align: left !important;
        }
        .home-content .content-heading {
            font-size: 38px;
        }
        .home-content .content-maintext {
            font-size: 18px;
            color: #fff;
            font-weight: normal;
        }
        .home-slider {
            width: 100% !important;
            margin: 0px 0px 0px 10px;
        }
        .home-content p {
            line-height: 28px;
            margin: 4px;
        }
        .search-wrap {
            margin-left: 0px;
            width: 100%;
        }
        .wpsight-listings-search .listings-search-advanced-toggle,
        .wpsight-listings-search .listings-search-reset {
            font-size: 8px;
        }
        .entry-content .wpsight-listings-sc {
            padding: 0px 20px 0px 20px !important;
            width: 100% !important;
            margin-left: 0px !important;
        }
        .media .attachment-thumbnail.size-thumbnail.wp-post-image {
            width: 320px !important;
        }
        .language-selector-button {
            padding-top: 20px;
            padding-bottom: 0px;
            font-size: 10px;
            padding-left: 4px;
            padding-right: 4px;
            border-radius: 0px;
        }
        .language-selector {
            top: -20px;
        }
        .listing-main-content .inspect-property p {
            font-size: 10px;
            padding-right: 5px;
        }
        .inspect-property .text-form {
            padding-left: 0px;
            padding-right: 0px;
        }
        #single-list .section-widget_listing_image_slider {
            height: 243px;
        }
        #single-list .listing-main-content .wpsight-listing-price {
            top: 88px;
            left: 17px;
            font-size: 12px;
            padding: 10px;
            line-height: 14px;
        }
        #single-list .section-widget_listing_image_slider .owl-item img {
            height: 170px;
        }
        #single-list .wpsight-image-slider-arrows .owl-prev,
        #single-list .wpsight-image-slider-arrows .owl-next {
            top: 170px;
        }
        #single-list .action-button {
            top: 299px;
        }
        #single-list .right-content {
            margin-top: 20px;
        }
        .listing-main-content .inspect-property p {
            font-size: 10px;
            padding-right: 5px;
        }
        #single-list .widget_listing_title {
            margin-bottom: 5px;
            height: 20px;
            overflow: hidden;
        }
        #single-list .widget_listing_title h1 {
            font-size: 20px;
        }
        input[type="text"],
        input[type="email"],
        input[type="url"],
        input[type="password"],
        input[type="search"],
        textarea {
            width: 85% !important;
            /*margin-top: 4px !important;*/
        }

        .bottom-footer .text-right{
            text-align: left !important;
        }
        #main-search-wrap .typeahead__field{
            display: block;
        }
        #main-search-wrap .typeahead__field .button-wrap{
            width: 100% !important;
            border-radius: 0px;
            position: relative;
            z-index: 9;
        }

        #main-search-wrap .typeahead__field .button-wrap button[type="button"]{
            width: 48%;
            padding-top: 9px;
            padding-bottom: 9px;
        }

        #main-search-wrap .typeahead__field .typeahead__query input {
            font-size: 13px;
            height: 56px;
        }

        #main-search-wrap .typeahead__field select.long{
            width: 100% !important;
            font-size: 13px;
        }
        #main-search-wrap .typeahead__field button[type="submit"]{
            width: 100%;
            border-radius: 0px;
            background-color: #ffffff;
        }
        #main-search-wrap .typeahead__field button[type="submit"] i{
            color: #a4b9a1 !important;
        }
        #home_banner .search {
            top: 31% !important;
        }

        #home_banner {
            height: 350px !important;
            background-color: #393540 !important;
        }

    }
    @media (min-width: 321px) and (max-width: 480px) {
        .typeahead__cancel-button {
            top: 40% !important;
         }
/*
         body:not(.home) div.site-header-bg.bottom-100 {
            padding-bottom: 129px !important;
        }
*/
/*        #single-list .section-widget_listing_image_slider {
            height: 270px !important;
        }*/

        .feature-full-width {
            height: 100px;
        }
        /* .home-slider {

          width: 100%;

      } */
        #main-search-wrap {
/*            margin-left: 10px;
            position: relative;
            top: -70px;*/
        }
        .home-slider {
            margin: 0px 0px 0px 10px;
        }
        .pad-10 {
            padding: 10px 0px 0px 5px !important;
        }
        #property-listings .property-listing img {
            border-radius: 0px !important;
            border-top-left-radius: 4px !important;
            border-top-right-radius: 4px !important;
        }
        #mocha {
            text-align: left;
            margin: 110px 20px 5px 20px !important;
        }
        .opt-panel {
            width: 105px !important;
        }
        .no-padding-left {
            padding-left: 0 !important;
        }
        .no-padding-right {
            padding-right: 0 !important;
        }
        .other-text {
            font-size: 16px;
        }
        .my-nav,
        .nav-wrapper {
            width: 100% !important;
        }
        .custom-button {
            width: 80% !important;
            margin-left: 35px;
        }
        .sidebar-footer {
            height: 175px;
        }
        .circle {
            color: #a4b9a1 !important;
            border-color: #a4b9a1 !important;
        }
        .circle:hover {
            color: #8cac07 !important;
            border-color: #8cac07 !important;
        }
        .box-main {
            margin-left: -10px !important;
        }
        .box {
            margin-left: -5px !important;
        }
        #mocha {
            text-align: left;
            margin: 110px 5px 5px 10px !important;
        }
        /*  .my-nav,

      .nav-wrapper{

        width: 100% !important;

      }*/
        /*  .custom-button{

        width: 86% !important;

        margin-left: 35px;

      }*/
        .logo-holder {
            width: 228px;
        }
        .search-widget form {
            width: 100% !important;
        }
        .search-widget .text-search-wrap {
            width: 40% !important;
        }
        .search-widget .button-wrap {
            width: 20% !important;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 10px;
            width: 50%;
        }
        .search-widget select.long {
            width: 25% !important;
        }
        .search-widget button[type="submit"] {
            width: 14.999%;
            padding-left: 8px;
        }
        .menu-header {
            height: 100px;
        }
        .btn-hamburger {
            left: -30px !important;
        }
        .std-search-btn .genericon {
            font-size: 20px;
            padding-top: 3px;
            padding-left: 5px;
        }
        .tiles {
            width: 20em !important;
            margin-left: 17px;
        }
        .tiles ul li {
            width: 100% !important;
            height: 50px !important;
        }
        .tiles ul li .appraisal,
        .tiles ul li .alerts,
        .tiles ul li .whylist,
        .tiles ul li .aboutus {
            margin-left: 10px !important;
            margin-top: 0px !important;
            background-size: 50px 50px;
            float: left;
        }
        .tiles ul li .whysell {
            margin-left: 14px !important;
            margin-top: 5px !important;
            background-size: 40px 40px;
            float: left;
        }
        .tiles ul li .link-1,
        .tiles ul li .link-2,
        .tiles ul li .link-3,
        .tiles ul li .link-4,
        .tiles ul li .link-5 {
            margin-top: 10px !important;
            margin-left: 0px !important;
            width: 190px !important;
            text-align: left !important;
            float: left;
        }
        .home-content .content-heading {
            font-size: 30px;
        }
        .home-content .content-maintext {
            font-size: 22px;
            color: #fff;
            font-weight: normal;
        }
        .home-content p {
            line-height: 28px;
            margin: 4px;
        }
        .search-wrap {
            margin-left: 20px;
            width: 100%;
        }
        .wpsight-listings-search .listings-search-advanced-toggle,
        .wpsight-listings-search .listings-search-reset {
            font-size: 9px;
            right: -30px;
        }
        .entry-content .wpsight-listings-sc {
            padding: 0px 20px 0px 20px !important;
            width: 100% !important;
            margin-left: 0px !important;
        }
        .media .attachment-thumbnail.size-thumbnail.wp-post-image {
            width: 320px !important;
        }
        .language-selector-button {
            padding-top: 20px;
            padding-bottom: 0px;
            font-size: 10px;
            padding-left: 4px;
            padding-right: 4px;
            border-radius: 0px;
        }
        .language-selector {
            top: -20px;
        }
        #single-list .section-widget_listing_image_slider {
            height: 243px;
        }
        #single-list .listing-main-content .wpsight-listing-price {
            top: 88px;
            left: 17px;
            font-size: 12px;
            padding: 10px;
            line-height: 14px;
        }
        #single-list .section-widget_listing_image_slider .owl-item img {
            height: 170px;
        }
        #single-list .wpsight-image-slider-arrows .owl-prev,
        #single-list .wpsight-image-slider-arrows .owl-next {
            top: 170px;
        }
        #single-list .action-button {
            top: 299px;
        }
        #single-list .right-content {
            margin-top: 20px;
        }
        .listing-main-content .inspect-property p {
            font-size: 10px;
            padding-right: 5px;
        }
        #single-list .widget_listing_title {
            margin-bottom: 5px;
            height: 100px;
            overflow: hidden;
        }
        #single-list .widget_listing_title h1 {
            font-size: 20px;
        }
        .site-header .nav-right ul li:last-child,
        .site-header .nav-right .navbar-search .input-group{
            width: 100%;
        }
        .site-header .nav-right ul li .navbar-search .input-group .form-control{
            width: 99% !important;
        }

        .home #home_banner {
            height: 390px !important;
            margin-top: -20px !important;
            top: 37% !important;
            background-color: #393540 !important;
        }
        #main-search-wrap .search-widget .button-wrap {
            width: 100% !important;
            height: auto;
            background: #ffffff;
            padding: 10px 10px;
            padding-top: 10px;
            border-radius: 0px;
        }
        #main-search-wrap .search-widget .text-search-wrap {
            width: 100% !important;
            margin-bottom: 5px;
            margin-top: 5px;
        }
        #main-search-wrap .search-widget select.long {
            width: 100% !important;
            padding: 0;
            text-align: left;
        }
        .search-widget .text-search-wrap #ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input{
            text-align: center;
        }
        #main-search-wrap .search-widget button[type="submit"] {
            width: 100%;
            border-radius: 0;
            margin-top: 5px;
        }
        #home_banner .search {
            top: 10px !important;
        }
        .v-type li:nth-child(2){
            display: none;
        }
        .site-header-title .site-title-logo a img{
            width: 50%;
        }
        .search div.container{
            margin-left: -20px;
            margin-right: -20px;            
        }
        .site-header nav.nav-right.pull-right{
            width: 100%;
            line-height: 0;
            margin-top: 0px;
        }
        #autocompleteResults ul.dropdown-menu {
            right: auto;
            width: 85%;
        }

        .bottom-footer .text-right{
            text-align: left !important;
        }

        #main-search-wrap .typeahead__field{
            display: block;
        }
        #main-search-wrap .typeahead__field .button-wrap{
            width: 100% !important;
            border-radius: 0px;
            position: relative;
            z-index: 9;
        }

        #main-search-wrap .typeahead__field .button-wrap button[type="button"]{
            width: 50%;
            padding-top: 9px;
            padding-bottom: 9px;
        }

        #main-search-wrap .typeahead__field .typeahead__query input {
            font-size: 13px;
            height: 56px;
        }

        #main-search-wrap .typeahead__field select.long{
            width: 100% !important;
            font-size: 13px;
            padding: .5rem .75rem;
        }
        #main-search-wrap .typeahead__field button[type="submit"]{
            width: 100%;
            border-radius: 0px;
            background-color: #ffffff;
            margin-top: 0;
        }
        #main-search-wrap .typeahead__field button[type="submit"] i{
            color: #a4b9a1 !important;
        }
        #home_banner .search {
            top: 37% !important;
            margin: 0 auto;
            width: 90%;
        }

        #home_banner {
            height: 310px !important;
        }
    }


    /**

     * Medium Screens

     */

    @media all and (min-width:40em) {
        .btn-hamburger {
            top: 20px;
            left: -10px;
        }
        .title {
            font-size: 4.2em;
        }
    }


    /**

     * Large Screens

     */

    @media all and (min-width: 54em) {
        /* Single listings sidebar */
        #single-list .profile-contact {
            padding: 0px 10px 10px 10px;
        }
        #single-list .profile-contact form textarea {
            height: 70px;
        }
        #single-list .profile-details .list-unstyled {
            margin-bottom: 0px;
            margin-top: 0px;
        }
        #single-list .img-box {
            margin-bottom: 2px;
        }
        /* End */
        .box {
            width: 70%;
            max-width: 1000px;
            margin-left: 350px;
        }
    }

    @media (min-width: 600px) {
        /* extras */
        .wpsight-listings-search .listings-search-field.width-1-4-1 {
            width: 21.5%;
        }
        .wpsight-listings-search .listings-search-field.width-1-5-1 {
            width: 16%;
        }
        .wpsight-listings-search .listings-search-field.width-1-6 {
            width: 13.5%;
        }
    }


    /* -- Custom Media Width -- */

    /* For small device */

    /*@media (max-width: 400px) {

    }*/

    @media (max-width: 767px){
        .bottom-footer .pby{
            display: block;
        }
        .wpsight-listings-search .listings-search-field {
            margin-top: 5px;
        }
        .property_type {
            padding-left: 15px;
            left: unset;
        }
        .listings-search-field-keyword {
            padding-right: 15px;
        }

        .mobile_search{
            display: block;
            margin-top: 20px;
        }
        .mobile_search form .input-group{
          width: 100%;
        }
        .web_search{
            display: none !important;
        }
        .nav-right.pull-right:not(.open-mobile-menu) li.btn_menu{
            display: none;
        }
        .nav-right.pull-right.open-mobile-menu li.btn_menu{
            display: block;
            margin-left: -25px;
            margin-right: -30px;
            margin-top: -1px;
        }
        .nav-right.pull-right.open-mobile-menu li.btn_menu .btn,
        .nav-right.pull-right.open-mobile-menu li.btn_menu #translator .prisna-gwt-flag-container{
            width: 100%;
            border-radius: 0px !important;
            text-align: center;
            font-weight: bold;
        }
        .nav-right.pull-right.open-mobile-menu{
            margin-top: 0px !important;
            margin-bottom: -10px;
        }
        .nav-right.pull-right.open-mobile-menu ul.list-inline{
            margin-bottom: -10px;
        }
        .btn-mobile.btn-link:focus, .btn-mobile.btn-link:hover {
            color: unset;
            text-decoration: none;
        }
        .btn-mobile i{
            font-size: 2em;
            color: #a4b9a1;
        }
        .site-header nav.nav-primary:not(.open-mobile-menu){
            display: none;
        }
        .site-header .nav-primary.open-mobile-menu{
            margin-top: 10px;
            margin-left: -25px;
            margin-right: -25px;
        }
        .site-header .nav-primary.open-mobile-menu,
        .site-header .nav-primary.open-mobile-menu ul li {
            display:block;
        }
        .site-header .nav-primary.open-mobile-menu ul{
            padding: 0;
            margin: 0;
        }
        .site-header .nav-primary.open-mobile-menu ul li a {
            padding: 10px;
            text-transform: uppercase;
            color: #fff !important;
            display: block;
            background-color: #a4b9a1;
            text-align: center;
            font-weight: bold;
        }
        .site-header .nav-primary ul > li > ul {
            z-index: unset;
            position: unset !important;
            background-color: #6f846b !important;
            box-shadow: none !important;
            width: 100% !important;
            top: unset !important;
        }

        .site-header .nav-primary ul.sub-menu li a {
            color: #f4f4f4 !important;
            background-color: #6f846b !important;
        }
        #loginform p.login-username label, #loginform p.login-password label {
            width: 100% !important;
        }
    }

    @media (min-width: 401px) and (max-width:768px) {
        .feature-full-width {
            height: 200px;
        }
        .other-text {
            font-size: 16px;
        }
        .box-main {
            margin-left: -10px !important;
        }
        .box {
            margin-left: -5px !important;
        }
        #mocha {
            text-align: left;
            margin: 180px 5px 5px 25px !important;
        }
        /*  .my-nav,

      .nav-wrapper{

        width: 100% !important;

      }*/
        /*  .custom-button{

        width: 86% !important;

        margin-left: 35px;

      }*/
        .logo-holder {
            width: 228px;
        }
        .search-widget form {
            width: 100% !important;
        }
        .search-widget .text-search-wrap {
            width: 40% !important;
        }
        .search-widget .button-wrap {
            width: 60% !important;
            padding-left: 5px;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 10px !important;
            font-size: 14px;
        }
        .search-widget select.long {
            width: 70% !important;
            padding: 0;
            font-size: 14px;
        }
        .search-widget button[type="submit"] {
            width: 100%;
        }
        .search-widget .typeahead__field .typeahead__query input{
            font-size: 14px;
        }
        .menu-header {
            height: 180px;
        }
        .btn-hamburger {
            left: -20px !important;
        }
        .search-wrap {
            margin-left: 150px;
            max-width: 1000px;
        }
        .language-selector {
            right: 10px;
        }
        .language-selector-button {
            padding-top: 10px;
            padding-bottom: 6px;
            padding-left: 2px;
            padding-right: 2px;
        }
        #home_banner {
            height: 217px !important;
            margin-top: 146px;
        }
        #home_banner .search-widget {
            height: 65px;
        }
    }

    @media (max-width: 800px) {
        .search-wrap {
            margin-left: 0;
            width: 100%;
        }
        /* List View Tablet*/
        #property-listings .property-listing img {
            max-width: 316px;
            min-width: 316px;
            height: 220px;
        }
        #property-listings .property-listing img {
            border-radius: 4px 0px 0px 4px;
        }
        #property-listings .property-listing {
            padding: 0px !important;
        }
        .media .media-body .text-left.light-gray p {
            height: 35px !important;
        }
        #property-listings .property-listing a span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 200px;
            display: inline-block;
        }
        .media-body .listing-price-value,
        .media-body .listing-rental-period {
            font-size: 16px;
        }
        /*  End */
        .other-text {
            font-size: 16px;
            color: #ffffff;
            font-style: italic;
        }
        #cycle,
        #cycle div {
            min-height: 270px !important;
        }
        .my-nav {
            /* width: 280px; */
        }
        .nav-wrapper {
            width: 270px;
        }
        .btn-hamburger {
            top: 20px;
            left: -10px;
        }
        .box {
            margin-left: 278px;
            /*margin-left: 245px;*/
            /*margin-left: 175px;*/
        }
        .box-main {
            /*  margin-left: 0px;*/
            margin-top: 170px;
        }
        .search-widget .text-search-wrap {
            width: 212px;
        }
        .search-widget form {
            width: 31em;
        }
        .search-widget .button-wrap {
            width: 85px;
            padding-top: 9px;
        }
        .search-widget select.long {
            width: 100px;
        }
        /* home tiles */
        .tiles {
            width: 43em;
            margin-left: 17px;
        }
        .tiles ul li {
            width: 132px;
            /*height: 130px;*/
        }
        .tiles ul li .appraisal {
            margin-left: 30px;
        }
        .tiles ul li .link-1 {
            margin-top: 30px;
            margin-left: 19px;
        }
        .tiles ul li .alerts {
            margin-left: 23px;
            width: 78px;
        }
        .tiles ul li .link-2 {
            margin-top: 10px;
            margin-left: 24px;
        }
        .tiles ul li .whysell {
            margin-left: 37px;
        }
        .tiles ul li .link-3 {
            margin-top: 10px;
            margin-left: 25px;
        }
        .tiles ul li .whylist {
            margin-left: 25px;
        }
        .tiles ul li .link-4 {
            margin-top: 10px;
            margin-left: 8px;
        }
        .tiles ul li .aboutus {
            margin-left: 24px;
        }
        .tiles ul li .link-5 {
            margin-left: 22px;
        }
        .entry-content .wpsight-listings-sc {
            padding: 0px 20px 0px 20px;
            width: 100%;
            margin-left: 0px;
        }
        .media .attachment-thumbnail.size-thumbnail.wp-post-image {
            width: 350px !important;
        }
        .language-selector {
            right: 10px;
        }
        .language-selector-button {
            padding-top: 10px;
            padding-bottom: 6px;
            padding-left: 2px;
            padding-right: 2px;
        }
        .search-widget .text-search-wrap #ajaxsearchlite1 .probox .proinput input,
        div[id*="ajaxsearchlite"] .probox .proinput input {
            font-size: 14px !important;
        }
        .search-widget .text-search-wrap div[id*="ajaxsearchlite"] .probox .proinput {
            margin: 0;
            padding: 0;
        }
    }


    /* for bigger screen */

    @media (min-width: 801px) and (max-width: 1024px) {
        /* List View Tablet*/
        #property-listings .property-listing img {
            max-width: 320px;
            min-width: 320px;
/*            height: 220px;*/
        }
        #property-listings .property-listing img {
            border-radius: 4px 0px 0px 4px;
        }
        #property-listings .property-listing {
            padding: 0px !important;
        }
        .media .media-body .text-left.light-gray p {
            height: 35px !important;
        }
        #property-listings .property-listing a span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 165px;
            display: inline-block;
        }
        .media-body .listing-price-value,
        .media-body .listing-rental-period {
            font-size: 15px;
        }
        /*  End */
        .search-widget .text-search-wrap #ajaxsearchlite1 .probox .proinput input,
        div[id*="ajaxsearchlite"] .probox .proinput input {
            font-size: 14px !important;
        }
        #cycle,
        #cycle div {
            min-height: 245px;
        }
        .other-text {
            font-size: 25px;
            color: #ffffff;
            font-style: italic;
        }
        .my-nav {
            width: 280px;
        }
        .nav-wrapper {
            width: 270px;
        }
        .box {
            margin-left: 10px;
            width: 100% !important;
            /*margin-left: 245px;*/
            /*margin-left: 175px;*/
        }
        .box-main {
            margin-left: 0;
        }
        .search-wrap {
            margin-left: 0 !important;
            width: 100%;
            max-width: auto;
        }

        /* Home Layout */
        .search-widget form {
            width: 100%;
        }
        .search-widget .button-wrap {
            width: 120px;
            padding-top: 10px;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 8px;
            font-size: 14px;
        }
        .search-widget .text-search-wrap {
            width: 63.47%;
        }
        .search-widget select.long {
            width: 140px;
        }
        /* home tiles */
        .tiles {
            width: 690px;
            margin-left: 17px;
        }
        .tiles ul li {
            width: 132px;
            /*height: 130px;*/
        }
        .tiles ul li .appraisal {
            margin-left: 30px;
        }
        .tiles ul li .link-1 {
            margin-top: 30px;
            margin-left: 20px;
        }
        .tiles ul li .alerts {
            margin-left: 23px;
            width: 78px;
        }
        .tiles ul li .link-2 {
            margin-top: 10px;
            margin-left: 24px;
        }
        .tiles ul li .whysell {
            margin-left: 37px;
        }
        .tiles ul li .link-3 {
            margin-top: 10px;
            margin-left: 25px;
        }
        .tiles ul li .whylist {
            margin-left: 25px;
        }
        .tiles ul li .link-4 {
            margin-top: 10px;
            margin-left: 8px;
        }
        .tiles ul li .aboutus {
            margin-left: 24px;
        }
        .tiles ul li .link-5 {
            margin-left: 22px;
        }
        /* members wrapper */
        #wpcrlLoginSection {
            margin-left: 70px;
        }
        /* end */
        .entry-content .wpsight-listings-sc {
            margin-bottom: 40px;
            /*padding: 0px 40px 0px 70px;*/
/*            width: 78%;
            max-width: 1110px;
            margin-left: 230px;
            min-height: 600px;
            height: auto;*/
        }
        .language-selector {
            right: 10px;
        }
        .language-selector-button {
            padding-top: 10px;
            padding-bottom: 6px;
            padding-left: 2px;
            padding-right: 2px;
        }
        #home_banner {
            height: 537px !important;
        }
        .single-listing .bottom-100 {
            padding-bottom: 177px;
        }
    }

    @media (min-width: 1025px) and (max-width: 1360px) {
        #property-listings .property-listing a span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 180px;
            display: inline-block;
        }
        #cycle,
        #cycle div {
            min-height: 205px;
        }
        .other-text {
            font-size: 25px;
            color: #ffffff;
            font-style: italic;
        }
        .box-main {
            margin-top: 100px;
            margin-left: 230px;
        }
        .main-navigation a {
            font-size: 16px;
        }
        .logo-img {
            width: 200px;
            height: 132px;
        }
        .home-content .content-heading {
            font-size: 40px;
        }
        .home-content .content-maintext {
            font-size: 28px;
        }
        /* Home Layout */
        .search-widget form {
            width: 100% !important;
        }
        .search-widget .text-search-wrap {
            width: 40% !important;
        }
        .search-widget .button-wrap {
            width: 20% !important;
        }
        .search-widget select.long {
            width: 25% !important;
        }
        .search-widget button[type="submit"] {
            width: 14.999%;
        }
        /* home tiles */
        .tiles {
            width: 54em;
            margin-left: 17px;
            margin-top: 15px;
        }
        .tiles ul li {
            width: 170px;
            /*height: 130px;*/
        }
        .tiles ul li span {
            width: 100px;
            height: 102px;
        }
        .tiles ul li .appraisal {
            margin-left: 38px;
            background-size: 100px 65px;
        }
        .tiles ul li .link-1 {
            margin-top: -9px;
            margin-left: 36px;
            font-size: 18px;
        }
        .tiles ul li .alerts {
            margin-left: 30px;
            background-size: 95px 55px;
            width: 95px;
        }
        .tiles ul li .link-2 {
            margin-top: -30px;
            margin-left: 30px;
            font-size: 18px;
            width: 95px;
        }
        .tiles ul li .whysell {
            margin-left: 44px;
            background-size: 70px 60px;
            width: 80px;
        }
        .tiles ul li .link-3 {
            margin-top: -30px;
            margin-left: 20px;
            font-size: 18px;
            width: 120px;
        }
        .tiles ul li .whylist {
            margin-left: 30px;
            background-size: 100px 65px;
            width: 100px;
        }
        .tiles ul li .link-4 {
            margin-top: -30px;
            margin-left: 18px;
            font-size: 18px;
            width: 122px;
        }
        .tiles ul li .aboutus {
            margin-left: 25px;
            background-size: 100px 65px;
            width: 100px;
        }
        .tiles ul li .link-5 {
            margin-top: -30px;
            margin-left: 22px;
            font-size: 18px;
            width: 100px;
        }
        /* members wrapper */
        #wpcrlLoginSection {
            margin-left: 0px;
        }
        /* end */
        .search-widget .text-search-wrap #ajaxsearchlite1 .probox .proinput input,
        div[id*="ajaxsearchlite"] .probox .proinput input {
            font-size: 14px !important;
        }
    }

    @media (min-width: 1361px) and (max-width: 1440px) {
        #property-listings .property-listing a span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 320px;
            display: inline-block;
        }
        .media .media-body .text-left.light-gray p {
            height: 90px !important;
        }
        .other-text {
            font-size: 25px;
            color: #ffffff;
            font-style: italic;
        }
        .box-main {
            margin-top: 110px;
            margin-left: 240px;
        }
        .logo-img {
            width: 200px;
            height: 132px;
        }
        .home-content .content-heading {
            font-size: 50px;
        }
        .home-content .content-maintext {
            font-size: 35px;
        }
        /* Home Layout */
        .search-widget form {
            width: 54em;
        }
        .search-widget .button-wrap {
            width: 130px;
            padding-top: 9px;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 10px;
            font-size: 14px;
        }
        .search-widget .text-search-wrap {
            width: 460px;
        }
        .search-widget select.long {
            width: 175px;
        }
        /* home tiles */
        .tiles {
            width: 54em;
            margin-left: 17px;
        }
        .tiles ul li {
            width: 170px;
            /*height: 130px;*/
        }
        .tiles ul li span {
            width: 100px;
            height: 102px;
        }
        .tiles ul li .appraisal {
            margin-left: 38px;
            background-size: 100px 65px;
        }
        .tiles ul li .link-1 {
            margin-top: -20px;
            margin-left: 38px;
            font-size: 18px;
        }
        .tiles ul li .alerts {
            margin-left: 30px;
            background-size: 95px 55px;
            width: 95px;
        }
        .tiles ul li .link-2 {
            margin-top: -30px;
            margin-left: 30px;
            font-size: 18px;
            width: 95px;
        }
        .tiles ul li .whysell {
            margin-left: 44px;
            background-size: 70px 60px;
            width: 80px;
        }
        .tiles ul li .link-3 {
            margin-top: -30px;
            margin-left: 25px;
            font-size: 18px;
            width: 110px;
        }
        .tiles ul li .whylist {
            margin-left: 30px;
            background-size: 100px 65px;
            width: 100px;
        }
        .tiles ul li .link-4 {
            margin-top: -30px;
            margin-left: 14px;
            font-size: 18px;
            width: 130px;
        }
        .tiles ul li .aboutus {
            margin-left: 25px;
            background-size: 100px 65px;
            width: 100px;
        }
        .tiles ul li .link-5 {
            margin-top: -30px;
            margin-left: 22px;
            font-size: 18px;
            width: 100px;
        }
        /* members wrapper */
        #wpcrlLoginSection {
            margin-left: 30px;
        }
        /* end */
        .search-widget .text-search-wrap #ajaxsearchlite1 .probox .proinput input,
        div[id*="ajaxsearchlite"] .probox .proinput input {
            font-size: 14px !important;
        }
    }

    @media (min-width: 1441px) and (max-width: 1600px) {
        #property-listings .property-listing a span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 260px;
            display: inline-block;
        }
        .media .media-body .text-left.light-gray p {
            height: 90px !important;
        }
        .other-text {
            font-size: 25px;
            color: #ffffff;
            font-style: italic;
        }
        .box-main {
            margin-top: 110px;
            margin-left: 240px;
        }
        .logo-img {
            width: 200px;
            height: 132px;
        }
        .home-content .content-heading {
            font-size: 50px;
        }
        .home-content .content-maintext {
            font-size: 35px;
        }
        /* Home Layout */
        .search-widget form {
            width: 100%;
        }
        .search-widget .button-wrap {
            width: 130px;
            padding-top: 9px;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 10px;
            font-size: 14px;
        }
        .search-widget .text-search-wrap {
            width: 65.95%;
        }
        .search-widget select.long {
            width: 175px;
        }
        .text-search-wrap #ajaxsearchlite1 .probox,
        div[id*="ajaxsearchlite"] .probox {
            margin-top: 4px;
        }
        .search-widget .text-search-wrap #ajaxsearchlite1 .probox .proinput input,
        div[id*="ajaxsearchlite"] .probox .proinput input {
            font-size: 14px !important;
        }
        /* home tiles */
        .tiles {
            width: 54em;
            margin-left: 17px;
        }
        .tiles ul li {
            width: 170px;
            /*height: 130px;*/
        }
        .tiles ul li span {
            width: 100px;
            height: 102px;
        }
        .tiles ul li .appraisal {
            margin-left: 38px;
            background-size: 100px 65px;
        }
        .tiles ul li .link-1 {
            margin-top: -10px;
            margin-left: 36px;
            font-size: 18px;
        }
        .tiles ul li .alerts {
            margin-left: 30px;
            background-size: 95px 55px;
            width: 95px;
        }
        .tiles ul li .link-2 {
            margin-top: -30px;
            margin-left: 30px;
            font-size: 18px;
            width: 95px;
        }
        .tiles ul li .whysell {
            margin-left: 44px;
            background-size: 70px 60px;
            width: 80px;
        }
        .tiles ul li .link-3 {
            margin-top: -30px;
            margin-left: 20px;
            font-size: 18px;
            width: 120px;
        }
        .tiles ul li .whylist {
            margin-left: 30px;
            background-size: 100px 65px;
            width: 100px;
        }
        .tiles ul li .link-4 {
            margin-top: -30px;
            margin-left: 14px;
            font-size: 18px;
            width: 130px;
        }
        .tiles ul li .aboutus {
            margin-left: 25px;
            background-size: 100px 65px;
            width: 100px;
        }
        .tiles ul li .link-5 {
            margin-top: -30px;
            margin-left: 22px;
            font-size: 18px;
            width: 100px;
        }
        /* members wrapper */
        #wpcrlLoginSection {
            margin-left: -20px;
        }
        /* end */
    }

    @media(min-width: 1601px) and (max-width: 1800px) {
        #property-listings .property-listing a span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 300px;
            display: inline-block;
        }
        .media .media-body .text-left.light-gray p {
            height: 90px !important;
        }
        .other-text {
            font-size: 25px;
            color: #ffffff;
            font-style: italic;
        }
        .btn-hamburger {
            top: 5px;
            font-size: 20px;
        }
        .language-selector-button {
            font-size: 20px;
        }
        .entry-content .wpsight-listings-sc {
/*            margin-left: 335px;*/
        }
        .search-wrap {
            width: 55%;
            margin-left: 335px;
        }
        .main-navigation a {
            font-size: 1.6em;
            /*font-weight: normal;*/
        }
        .sub-menu .menu-item a {
            font-size: 13px;
            padding: 0.1em 0;
        }
        .dropdown-toggle::after {
            line-height: 42px;
            font-size: 1.2em;
        }
        .box,
        .box-main {
            margin-left: 390px;
            /*    margin-top: 100px;*/
        }
        .home-slider {
            margin-bottom: 60px;
        }
        .home-content .content-heading {
            font-size: 5em;
            line-height: 58px;
        }
        .home-content .content-maintext {
            margin-top: 20px;
            font-size: 2.5em;
            line-height: 50px;
        }
        .circle {
            font-size: 26px;
            padding-top: 10px;
            padding-left: 10px;
            border: 3px solid rgba(255, 255, 255, 0.298039);
        }
        .social-navigation a::before {
            font-size: 24px;
            font-weight: 900;
        }
        /* Side Bar Nav*/
        .logo-img {
            width: 90%;
            height: 90%;
        }
        .social-navigation {
            margin-top: 20px;
        }
        .menu-section {
            margin-top: 20px;
        }
        .custom-footer p {
            line-height: 5px;
        }
        .credits {
            font-size: 16px;
        }
        /*  .sidebar-footer{

        position: absolute;

      }*/
        /* Home Layout */
        label {
            font-size: 20px;
        }
        #main-search-wrap {
            margin-top: 0px;
        }
        .search-widget form {
            width: 74.6em;
        }
        .search-widget .button-wrap {
            width: 230px;
            height: 80px;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 15px;
            font-size: 20px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .search-widget .text-search-wrap {
            width: 520px;
            height: 80px;
        }
        .search-widget .text-search-wrap input[type="text"] {
            padding: 8px;
            font-size: 16px;
            height: 70px;
        }
        .search-widget select.long {
            width: 231px;
            height: 80px;
        }
        .search-widget button[type="submit"] {
            width: 115px;
            height: 80px;
        }
        /* home tiles */
        .tiles {
            width: 72em;
            margin-left: 17px;
            margin-top: 55px;
        }
        .tiles ul li {
            width: 224px;
            height: 200px;
        }
        .tiles ul li span {
            width: 120px;
            height: 102px;
        }
        .tiles ul li .appraisal {
            margin-left: 57px;
            background-size: 120px 85px;
        }
        .tiles ul li .link-1 {
            margin-top: 36px;
            margin-left: 57px;
            font-size: 28px;
            line-height: 30px;
        }
        .tiles ul li .alerts {
            margin-left: 57px;
            background-size: 110px 95px;
            width: 115px;
        }
        .tiles ul li .link-2 {
            margin-top: 7px;
            margin-left: 24px;
            font-size: 28px;
            width: 162px;
            line-height: 30px;
        }
        .tiles ul li .whysell {
            margin-left: 65px;
            background-size: 80px 80px;
            width: 90px;
        }
        .tiles ul li .link-3 {
            margin-top: 7px;
            margin-left: 25px;
            font-size: 28px;
            width: 160px;
            line-height: 30px;
        }
        .tiles ul li .whylist {
            margin-left: 52px;
            background-size: 120px 90px;
            width: 120px;
        }
        .tiles ul li .link-4 {
            margin-top: 5px;
            margin-left: 2px;
            font-size: 28px;
            width: 220px;
            line-height: 30px;
        }
        .tiles ul li .aboutus {
            margin-left: 35px;
            background-size: 125px 85px;
            width: 120px;
        }
        .tiles ul li .link-5 {
            margin-top: 7px;
            margin-left: 15px;
            font-size: 28px;
            width: 160px;
            line-height: 30px;
        }
        /* members wrapper */
        #wpcrlLoginSection {
            margin-left: 40px;
        }
        /* end */
        /* Cycle Plugins Wrap */
        #cycle,
        #cycle div {
            height: 290px;
        }
        /* END */
    }

    @media (min-width: 1801px) {
        #property-listings .property-listing a span {
            overflow: hidden;
            width: 280px;
/*            white-space: nowrap;
            text-overflow: ellipsis;
            display: inline-block;*/
        }
        #property-listings .property-listing .media-body.fnt-smaller.pad-10 .text-left{
            float: left;
        }
        .media .media-body .text-left.light-gray p {
            height: 90px !important;
        }
        .other-text {
            font-size: 25px;
            color: #ffffff;
            font-style: italic;
        }
        .entry-content .wpsight-listings-sc,
        .entry-content .wpsight-listings-map-sc {
            margin: 0 auto;
            max-width: 56.6%;
        }
        .wpsight-listings-search-sc {
/*            padding-left: 110px;*/
            background-color: #eff3f5;
        }
        .search-wrap {
            width: 57.5%;
        }
        .btn-hamburger {
            top: 5px;
            font-size: 20px;
        }
        .btn-hamburger .genericon {
            padding-top: 5px;
        }
        .language-selector-button {
            font-size: 20px;
        }
        .box-main {
            margin-top: 110px;
            margin-left: 220px;
        }
        .box {
            margin-left: 400px;
            margin-top: 100px;
        }
        .home-slider {
            width: 80%;
            margin-bottom: 30px;
        }
        .home-content {
            margin: 0 12.333%;
        }
        .home-content .content-heading {
            font-size: 4.7em;
            line-height: 70px;
        }
        .home-content .content-maintext {
            margin-top: 20px;
            font-size: 2.5em;
            line-height: 50px;
        }
        .circle {
            font-size: 26px;
            padding-top: 10px;
            padding-left: 10px;
            border: 3px solid rgba(255, 255, 255, 0.298039);
        }
        .social-navigation a::before {
            font-size: 24px;
            font-weight: 900;
        }
        /* Side Bar Nav*/
        .logo-img {
            width: 90%;
            height: 90%;
        }
        .social-navigation {
            margin-top: 20px;
        }
        .menu-section {
            margin-top: 40px;
        }
        .custom-footer p {
            line-height: 5px;
        }
        .credits {
            font-size: 16px;
        }
        /*  .sidebar-footer{

        position: absolute;

      }*/
        /* Home Layout */
        label {
            font-size: 20px;
        }
        .search-widget form {
            width: 100%;
        }
        .search-widget .button-wrap {
            width: 230px;
            height: 80px;
        }
        .search-widget .button-wrap button[type="button"] {
            padding: 15px;
            font-size: 20px;
            padding-left: 25px;
            padding-right: 25px;
        }
        .search-widget .text-search-wrap {
            width: 42.65%;
            height: 80px;
        }
        .search-widget .text-search-wrap input[type="text"] {
            padding: 8px;
            font-size: 16px;
            height: 70px;
        }
        .search-widget .text-search-wrap #ajaxsearchlite1 .probox .proinput input,
        div[id*="ajaxsearchlite"] .probox .proinput input {
            font-size: 20px !important;
        }
        .text-search-wrap #ajaxsearchlite1 .probox,
        div[id*="ajaxsearchlite"] .probox {
            margin-top: 16px;
        }
        .search-widget select.long {
            width: 25.5555555%;
            height: 80px;
            background: #fff url(assets/images/arrow-down.png)no-repeat right 20px top 38px !important;
        }
        .search-widget button[type="submit"] {
            width: 125px;
            height: 80px;
        }
        /* home tiles */
        .tiles {
            width: 84em;
            margin-left: 17px;
            margin-top: 40px;
        }
        .tiles ul li {
            width: 264px;
            height: 200px;
        }
        .tiles ul li span {
            width: 120px;
            height: 102px;
        }
        .tiles ul li .appraisal {
            margin-left: 72px;
            background-size: 120px 85px;
        }
        .tiles ul li .link-1 {
            margin-top: 36px;
            margin-left: 70px;
            font-size: 28px;
            line-height: 30px;
        }
        .tiles ul li .alerts {
            margin-left: 77px;
            background-size: 110px 95px;
            width: 115px;
        }
        .tiles ul li .link-2 {
            margin-top: 7px;
            margin-left: 44px;
            font-size: 28px;
            width: 162px;
            line-height: 30px;
        }
        .tiles ul li .whysell {
            margin-left: 85px;
            background-size: 85px 80px;
            width: 90px;
        }
        .tiles ul li .link-3 {
            margin-top: 7px;
            margin-left: 45px;
            font-size: 28px;
            width: 160px;
            line-height: 30px;
        }
        .tiles ul li .whylist {
            margin-left: 67px;
            background-size: 120px 90px;
            width: 120px;
        }
        .tiles ul li .link-4 {
            margin-top: 5px;
            margin-left: 12px;
            font-size: 28px;
            width: 220px;
            line-height: 30px;
        }
        .tiles ul li .aboutus {
            margin-left: 55px;
            background-size: 125px 85px;
            width: 120px;
        }
        .tiles ul li .link-5 {
            margin-top: 7px;
            margin-left: 35px;
            font-size: 28px;
            width: 160px;
            line-height: 30px;
        }
        /* members wrapper */
        #wpcrlLoginSection {
            margin-left: -15px;
        }
        /* end */
        /* Cycle Plugins Wrap */
        #cycle,
        #cycle div {
            height: 300px;
        }
        /* END */
    }


    /* Video & Floor Plan Settings */

    .widget_video_floorplan {
        float: left;
    }

    .widget_video_floorplan a {
        margin-right: 10px;
    }

    form.navbar-search .typeahead__container .typeahead__field input{
        width: 100% !important;
        border-radius: 24px 0px 0px 24px;
    }
    form.navbar-search  .typeahead__button button{
        background-color: #a4b9a1 !important;
        color: #ffffff !important;
        border-color: #a4b9a1 !important;
        border-radius: 0px 24px 24px 0px;
    }

    @media(min-width: 481px) {
        /* Tabs settings */
        .responsive-tabs-wrapper .wpsight-listing-thumbnail .wp-post-image {
            /* width: 25% !important;

      height: 150px !important; */
        }
    }

    .responsive-tabs-wrapper .wpsight-listing-teaser.entry-content {
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 10px;
    }

    .success {
        color: #549319;
    }

    .error {
        color: #804448;
    }


    /* screen resolutions */

    /*801 x 1024 - done */

    /*1025 x 1280 - on going*/

    /*1440 x 900*/

    /* 1280 x 1024 */

    /*1281 x 1360 - done */

    /*1361 x 1440 - done */

    /*1441 x 1600 - done*/

    /*1680 x 1050 - done*/

    /*1920 x 1200  - done */

    /*1920 x 1080  - done */

    /* Autocomplete setup */

    div[id*="ajaxsearchlite"] .probox div.prosettings,
    div[id*="ajaxsearchlite"] .probox .promagnifier {
        display: none;
    }

    #ajaxsearchlite1 .probox,
    div[id*="ajaxsearchlite"] .probox {
        height: 37px !important;
        border-radius: 4px;
        border: 2px solid #dae2e9 !important;
    }

    .wpsight-listings-search-sc .typeahead__field input{
        width: 100% !important;
        border: 2px solid #dae2e9 !important;
        height: 41px;
    }
    .wpsight-listings-search-sc .typeahead__container.result .typeahead__list{
        padding-left: 0px;
    }

    /*#ajaxsearchlite1 .probox:hover,
    div[id*="ajaxsearchlite"] .probox:hover,
    #ajaxsearchlite1 .probox:focus,
    div[id*="ajaxsearchlite"] .probox:focus {
        border: 2px solid #92b4d3 !important;
    }*/

    .home-content #ajaxsearchlite1 .probox,
    .home-content div[id*="ajaxsearchlite"] .probox {
        border-radius: 0 !important;
        border: none !important;
    }

    .home-content #ajaxsearchlite1 .probox:hover,
    .home-content div[id*="ajaxsearchlite"] .probox:hover,
    .home-content #ajaxsearchlite1 .probox:focus,
    .home-content div[id*="ajaxsearchlite"] .probox:focus {
        border: none !important;
    }

    div[id*="ajaxsearchliteres"] .results .item .asl_content h3,
    div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a {
        color: #a4b9a1!important;
        font-size: 18px !important;
    }

    div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a:hover {
        color: #a4b9a1!important;
    }

    div[id*="ajaxsearchlite"] .probox .proinput input {
        height: 37px !important;
    }

    div[id*="ajaxsearchlite"] .probox .proloading,
    div[id*="ajaxsearchlite"] .probox .proclose,
    div[id*="ajaxsearchlite"] .probox .promagnifier,
    div[id*="ajaxsearchlite"] .probox .prosettings {
        width: 37px !important;
        height: 37px !important;
    }

    div[id*="ajaxsearchlite"] .probox .prosettings .innericon svg {
        fill: gray !important;
    }

    #ajaxsearchlite1 .probox .proinput input,
    div[id*="ajaxsearchlite"] .probox .proinput input {
        font-size: 14px;
    }

    .wpsight-listings-search-sc .button-wrap button {
        font-size: 12px;
        padding: 0.7917em 1.5em;
        background-color: #EFF3F5;
        color: #435061;
        border: 2px solid #dae2e9;
        margin-right: 4px;
    }

    .wpsight-listings-search-sc .button-wrap button.active-b {
        background-color: #dae2e9;
        border: 2px solid #dae2e9;
        color: #435061;
    }

    .wpsight-listing-thumbnail {
        /*height:170px;*/
    }

    .media .media-body .moretag a {
        position: absolute;
        bottom: 31px;
        right: 33px;
    }

    .wpsight-alert-not-available {
        color: #D30013;
    }

    .media .media-body .text-left.light-gray p {
        color: #7e8c99;
        height: 90px;
        /*overflow: hidden;*/
        line-height: 1.6em;
    }

    .media-body.fnt-smaller.pad-10 .text-left {
        clear: both
    }

    .chk-margin .wpcf7-checkbox {
        margin-left: -9px;
    }

    .opacity-0 {
        opacity: 0;
    }

    div[id*="ajaxsearchlite"] {
        background-color: transparent!important;
        border: none!important;
        border-radius: 0!important;
        box-shadow: none!important;
    }

    .responsive-tabs .responsive-tabs__panel {
        border: 2px solid #dae2e9!important;
        border-top: 2px solid #dae2e9!important;
        padding: 0 !important;
    }

    .responsive-tabs .responsive-tabs__list__item {
        border: 2px solid transparent!important;
        font-weight: 900;
    }

    .responsive-tabs .responsive-tabs__list__item--active,
    .responsive-tabs .responsive-tabs__list__item--active:hover {
        color: #a4b9a1!important;
        top: 2px!important;
        border: 2px solid #dae2e9!important;
        border-bottom: 2px solid transparent!important;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 100px;
        z-index: 0;
    }

    @media only screen and (min-device-width: 768px) {
        .wpsight-listings .property-listing .wpsight-listing-price {
            width: 80%;
            float: right;
        }
    }

    .wpsight-listing-teasers-sc .wpsight-listing-teasers span.listing-price-value:first-child,
    .wpsight-listings .property-listing span.listing-price-value:first-child {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*width: 70%;*/
        /*    width: 12%;

        line-height: 12px;*/
    }
    .wpsight-listing-teasers-sc section p{
        color: #7e8c99;
        margin: 0px 20px;
    }

    input[type="radio"],
    input[type="checkbox"] {
        width: 20px !important;
    }

    .entry-meta>span {
        padding: 0px 8px;
        border-right: 1px solid #7e8c99;
    }

    .entry-meta>span:first-child {
        padding-left: 0px;
    }

    .entry-meta>span:last-child {
        border-right: 0px;
    }

    @media only screen and (max-width: 767px) {
        #translator-sidebar {
            top: 100px;
        }
        .entry-content h1 {
            font-size: 34px !important;
        }
        .wpsight-listings-search {
            padding: 70px 10px 20px !important;
            box-sizing: border-box;
        }
        .wpsight-listings-search .search-wrap {
            margin-left: 0px;
        }
        /*    body.rfwbs-active #translator-sidebar {
            top: 22px;
        }*/
        .btn-hamburger {
            position: absolute !important;
        }
        /*    #translator-sidebar {
            top:100px;
        }*/
        .single-listing #translator-sidebar {
            top: 30px;
        }
        .page-template-default .wpsight-listings-search,
        .single-listing .wpsight-listings-search {
            padding-top: 30px !important;
        }
        body:not(.home) div.site-header-bg.bottom-100 {
            padding-bottom: 130px;
        }
        .single-listing .box {
            margin-top: 60px !important;
        }
        .mobile-custom-nav{
            margin-left: -25px;
            margin-right: -25px;
            background-color: #a4b9a1;
        }
        .mobile-custom-nav ul{
            margin: 0;
            padding: 0;
        }
        .mobile-custom-nav ul li{
            width: 100%;
            text-align: center;
        }
        .mobile-custom-nav ul li button{
            border-radius: 0px;
            width: 100%;
            font-weight: bold;
        }
        .mobile-custom-nav ul li .prisna-gwt-flag-container{
            border-radius: 0px !important;
        }
    }







/*inner page banner resizing*/


    @media screen and (max-width: 1600px) {

		.feature-full-width {
			height: 250px;
		}
		
    }

    @media screen and (max-width: 1300px) {

		.feature-full-width {
			height: 250px;
		}
		
    }


    @media screen and (max-width: 1100px) {

		.feature-full-width {
			height: 200px;
		}
		
    }


    @media screen and (max-width: 980px) {
		
        .feature-full-width {
			height: 180px;
		}
		
    }


    @media screen and (max-width: 860px) {

        .feature-full-width {
			height: 150px;
		}
		
    }

    @media screen and (max-width: 640px) {

        .feature-full-width {
			height: 120px;
		}
		
    }

    @media screen and (max-width: 500px) {

        .feature-full-width {
			height: 90px;
		}
		
    }

    @media screen and (max-width: 400px) {

        .feature-full-width {
			height: 70px;
		}
		
    }













    @media screen and (max-width: 420px) {
        #property-listings .media>a {
            width: 100%;
        }
        #property-listings .property-listing img {
            height: auto;
            max-width: 100%;
            width: 100%;
            min-width: 0px;
        }
        .box {
            margin-right: 0px !important;
        }
        div[id*="ajaxsearchliteres"].vertical {
            left: 33px !important;
            width: 89% !important;
        }
        div[id*="ajaxsearchliteres"].vertical .results .item:first-child {
            border-radius: 0 !important;
        }
        #single-list .widget_listing_title h1,
        #single-list .suburb-style h1 {
            font-size: 18px;
        }
        #single-list .listing-main-content .wpsight-listing-price {
            top: auto;
        }
        .social-navigation a:before {
            top: 6px;
            left: 6px;
        }
        #main-menu-wrapper {
            float: left;
            width: 100%;
            top: 14px;
        }
        .col-lg-2-5 {
            width: 100% !important;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        .site-footer-top section:first-child, .site-footer-top section:last-child {
            width: 100% !important;
            padding: 0px 20px !important;
        }
        .site-footer-top section {
            width: 100% !important;
            padding: 0px 20px !important;
        }
    }

    @media screen and (max-width: 400px) {
        /*    body.rfwbs-active #translator-sidebar {
            top: 100px
        }
        body.rfwbs-active #translator-sidebar {
            top: -60px
        }*/
        body.rfwbs-active .btn-hamburger {
            display: none !important
        }
    }

    @media screen and (max-width: 321px) {
        /*    #translator-sidebar {
            top: 100px;
        }*/
        .single-listing #translator-sidebar {
            top: 100px;
        }
        .thumbnail .offer,
        #property-listings .property-listing .offer {
            bottom: 160px;
            top: auto;
        }
        .media-body.fnt-smaller.pad-10 p.text-left.light-gray.btm-mrg-10 {
            font-size: 14px;
        }
    }

    #rfwbs_slider .rfwbs_container .rfwbs_bg {
        left: 0 !important;
        top: -200px !important;
        position: static !important;
    }

    .wpsight-listings-sc+.wpsight-pagination {
        margin-left: 290px;
    }

    .entry-content+.wpsight-pagination {
        margin-left: 290px;
    }


    /* iPads (portrait) */

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        /* Styles */
        #panel {
            padding-top: 85px !important;
        }
    }


    /* iPads (landscape) */

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        /* Styles */
        #panel {
            padding-top: 85px !important;
        }
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
        /* iPhone 5/5s landscape */
        #translator-sidebar {
            top: 30px !important;
        }
        body.rfwbs-active #translator-sidebar {
            top: 30px !important;
        }
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 374px) and (orientation: portrait) {
        /* iPhone 5/5s Portrait */
        /*    body.rfwbs-active #translator-sidebar {
            top: -60px !important;
        }*/
    }

    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
        /* iPhone 6+ landscape */
        body.rfwbs-active #translator-sidebar {
            top: 45px;
        }
    }

    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
        /* iPhone 6+ Portrait */
        .single-listing #translator-sidebar {
            top: 110px;
        }
        #single-list .section-widget_listing_image_slider .owl-item img {
            height: 250px;
        }
        #single-list .section-widget_listing_image_slider {
            height: 300px;
        }
        .header-small {
            display: block !important;
        }
        #panel {
            padding-top: 85px !important;
        }
        /*    body.rfwbs-active #translator-sidebar {
            top: 100px;
        }*/
    }

    @media only screen and (min-device-width: 375px) and (max-device-width: 413px) and (orientation: portrait) {
        /* iPhone 6 Portrait */
        .single-listing #translator-sidebar {
            top: 110px;
        }
        #single-list .section-widget_listing_image_slider .owl-item img {
            height: 220px;
        }
        #single-list .section-widget_listing_image_slider {
            height: 300px;
        }
        /*    body.rfwbs-active #translator-sidebar {
            top: -60px;
        }*/
    }

    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
        /* iPhone 6 landscape */
        body.rfwbs-active #translator-sidebar {
            top: 45px;
        }
    }

    .social-navigation.visible-xs {
        float: right;
        margin-right: 12px;
        margin-bottom: 10px;
        margin-top: -14px;
    }

    #single-list .right-content ul.bxslider-disabled {
        /*padding-bottom: 10px;*/
    }

    #single-list .right-content ul.bxslider-disabled:not(.list-others) li {
        margin-bottom: 3em;
    }


    /* NEW STYLES */

    .btn {
        font-family: 'Open Sans', sans-serif;
    }

    .bottom-100 {
        padding-bottom: 99px;
    }

    .btn-l-width {
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-theme {
        background-color: #a4b9a1;
        color: #ffffff;
        border-color: #a4b9a1;
    }

    .btn-theme:hover,
    .btn-theme:focus,
    .btn-theme:active {
        background-color: #95a892;
        color: #ffffff;
        border-color: #95a892;
    }

    .btn-circle {
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 6px 0;
        font-size: 16px;
        line-height: 1.3;
        border-radius: 20px;
    }

    .site-header {
        /*box-shadow: 0px -5px 20px 0px #ccc;*/
        box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.1);
        padding: 10px;
        background-color: #ffffff;
        border-bottom: 1px solid #fcfcfc;
/*        position: fixed;*/
        right: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        display: inline-block;
    }


.site-header-bg {
    position: sticky;
    top: 0px;
    z-index: 999999;
	padding-bottom: 0 !important;
}

    .site-header .site-header-title,
    .site-header .nav-primary {
        display: inline-block;
    }

    .site-header .nav-primary ul li {
        display: inline-block;
    }

    .site-header .nav-primary ul li a {
        padding: 42px 10px;
        text-transform: lowercase;
        color: #393540;
    }

    .site-header .nav-primary ul li:hover a,
    .site-header .nav-primary ul li:focus a,
    .site-header .nav-primary ul li:active a {
        text-decoration: none;
        color: #a4b9a1;
    }

    .site-header .nav-primary ul>li>ul {
        display: none;
        opacity: 0;
        padding: 0;
        position: absolute;
        z-index: 9999;
        background-color: #ffffff;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
        width: 220px;
        top: 99px;
    }

    .site-header .nav-primary ul>li:hover>ul {
        opacity: 1;
        display: block;
    }

    .site-header .nav-primary ul.sub-menu li {
        display: block;
    }

    .site-header .nav-primary ul.sub-menu li a {
        padding: 10px 15px;
        color: #a4b9a1;
        display: block;
    }

    .site-header .nav-primary ul.sub-menu li a:hover {
        background-color: #a4b9a1;
        color: #ffffff;
    }

    .site-header .nav-primary ul>li>ul li>ul {
        display: none;
        opacity: 0;
    }

    .site-header .nav-primary ul>li>ul li:hover>ul {
        display: block;
        opacity: 1;
        position: absolute;
        left: 100%;
        border-left: solid 3px #fff;
        top: 0;
        width: 250;
        z-index: 9999;
    }

    .site-header .nav-right {
        line-height: 68px;
    }

    .site-header .nav-right .btn-group>span.seperator {
        position: absolute;
        left: 84px;
        top: -17px;
        z-index: 4;
    }

    .site-header .nav-right .navbar-search .input-group {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }

    .site-header .nav-right .navbar-search .input-group .form-control {
        border-radius: 20px;
        margin-right: -38px;
        width: 200px !important;
        border-color: #e3e3e3;
        box-shadow: none;
        padding: 10px;
    }

    .site-header .nav-right .navbar-search .input-group .form-control:hover,
    .site-header .nav-right .navbar-search .input-group .form-control:focus {
        border-color: #a4b9a1;
    }

    .site-header .nav-right .navbar-search .input-group .input-group-btn .btn {
        border-radius: 50%;
    }

    .socials-icon li a.btn {
        border-color: #ebeaec;
        background-color: transparent;
        color: #393540;
        box-shadow: none;
    }

    .socials-icon li a.btn:hover {
        border-color: #a4b9a1;
        color: #a4b9a1;
        background-color: transparent;
    }

    #home_banner {
        height: 650px;
    }

    #home_banner #rev_slider_1_1_forcefullwidth {
        position: absolute !important;
    }

    #home_banner .search {
        position: relative;
        top: 70%;
    }

    #page_banner {
        height: 400px;
        overflow: hidden;
        position: relative;
    }

    .featured-links [class*="col-"] {
        padding: 0;
    }

    .col-lg-2-5 {
        width: 20%;
        float: left;
    }

    a.feature {
        background-color: #494451;
        color: rgba(255, 255, 255, .25);
        display: block;
        padding: 30px;
        text-align: center;
        text-decoration: none;
        -moz-transition: background-color 0.1s ease-in-out;
        -webkit-transition: background-color 0.1s ease-in-out;
        -ms-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out;
    }

    a.feature:hover,
    a.feature:focus {
        background-color: #ffffff;
    }

    a.feature:hover .feature-title,
    a.feature:focus .feature-title {
        color: #494451;
    }

    a.feature .icon {
        font-size: 2em;
        margin-bottom: 10px;
    }

    a.feature .feature-title {
        color: rgba(255, 255, 255, 1);
        display: block;
    }

    a.feature .feature-description {
        font-size: .75em;
    }

    .featured-links .icon {
        background: url("assets/images/featured-icons.png") no-repeat scroll 0 0 transparent;
        display: inline-block;
        height: 60px;
        width: 100px;
    }

    .icon.icon-appraisal {
        background-position: 14px 0;
    }

    .icon.icon-silent-auction {
        background-position: -73px 0;
    }

    .icon.icon-our-services {
        background-position: -165px 0;
        width: 80px;
    }

    .icon.icon-highest-price {
        background-position: -247px 0;
        width: 80px;
    }

    .icon.icon-hand {
        background-position: -342px 0;
    }

    a.feature:hover .icon.icon-appraisal {
        background-position: 14px -66px;
    }

    a.feature:hover .icon.icon-silent-auction {
        background-position: -73px -66px;
    }

    a.feature:hover .icon.icon-our-services {
        background-position: -165px -66px;
    }

    a.feature:hover .icon.icon-highest-price {
        background-position: -247px -66px;
    }

    a.feature:hover .icon.icon-hand {
        background-position: -342px -66px;
    }

    .site-footer-top section {
        width: 20%;
        float: left;
    }

    .site-footer-top section:first-child,
    .site-footer-top section:last-child {
        width: 30%;
        padding-right: 15px;
    }

    .site-footer-top section h3 {
        color: #ffffff;
        font-weight: bold;
        font-size: 16px;
    }

    .site-footer-top section ul {
        padding: 0;
        list-style: none;
    }

    .site-footer-top section .widget_recent_entries ul li .post-date {
        display: block;
        color: #a4b9a1;
    }

    .site-footer-top section .widget_recent_entries ul li a:hover {
        color: #a4b9a1;
    }

    .site-footer-top section .widget_recent_entries ul li .post-date:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        text-rendering: auto;
        content: "\f017";
        margin-right: 10px;
        color: #ffffff;
    }

    .site-footer-top section .widget_recent_entries ul li {
        margin-bottom: 15px;
        line-height: 25px;
    }

    .site-footer-top {
        font-size: 14px;
        color: #d8d8d8;
    }

    .site-footer-top .textwidget p {
        line-height: 25px;
        color: #d8d8d8;
    }

    .site-footer-top section .widget_nav_menu ul.menu {
        background-color: transparent;
        background-image: none;
        transition: unset !important;
        transform: unset !important;
    }

    .site-footer-top section .widget_nav_menu ul.menu li a {
        font-weight: normal;
        line-height: 25px;
        color: #d8d8d8;
    }

    .site-footer-top section .widget_nav_menu ul.menu li a:hover {
        color: #a4b9a1;
    }

    .site-footer-top .socials-icon li a.btn {
        color: #ffffff;
        border-color: #424149;
        /*424149*/
    }

    .site-footer-top .socials-icon li a.btn:hover,
    .site-footer-top .socials-icon li a.btn:focus {
        color: #393540;
        background-color: #a4b9a1;
        border-color: #a4b9a1;
    }

    .site-footer {
        border-top: 1px solid #4a4a4a;
        padding: 30px;
    }

    .site-footer p {
        margin: 0;
        color: #d8d8d8;
    }
    .responsive-tabs .responsive-tabs__list__item:hover {
        color: #fff !important;
    }
    .responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover{
        color: #a4b9a1 !important
    }

    @media all and (max-width: 1235px){
        .bottom-100 {
            padding-bottom: 150px;
        }
    }
    /* END */

    /* Custom autocomplete */
    #autocompleteResults ul.dropdown-menu{
        display: block;
        right: 20px;
        left: auto;
        width: 20%;
    }
    #autocompleteResults ul > li > ul{
        height: 200px;
        overflow: auto;
        padding: 0;
    }
    #autocompleteResults ul > li > ul > li{
        line-height: 30px;
    }
    #autocompleteResults ul > li > ul > li > a{
        display: block;
        padding: 5px 20px;
        text-transform: capitalize;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #autocompleteResults ul > li > ul > li > a:hover{
        background-color: #f4f4f4;
    }
    .mobile-custom-nav:not(.open-mobile-menu){
        display: none;
        opacity: 0;
    }
    .autocomplete-suggestion {
        line-height: 30px;
    }
    .search-widget .typeahead__field .button-wrap {
        width: 30%;
    }
    .search-widget .typeahead__field .typeahead__query input{
        height: 100%;
        width: 100% !important;
    }
    .typeahead__container .typeahead__button button i{
        color: #ffffff !important;
    }
    .typeahead__cancel-button {
        z-index: 3;
        content: "";
        top: 50%;
        right: .55em !important;
        margin-top: -.675rem;
        width: 1.35rem;
        height: 1.35rem;
        line-height: unset !important;
        padding: unset !important;
    }



.home-feed-container.blog-container .title {
	font-size: 1.5em;
	display: block;
	line-height: normal;
	color: #a4b9a1;
}

.home-feed-container.blog-container .display-posts-listing {
	padding-left: 0;
/*	height: 620px;*/
}

.home-feed-container.blog-container .cff-fixed-height {
    overflow: hidden;
    overflow-y: auto;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
    overflow-y: scroll;
    height: 620px;
}

.home-feed-container.blog-container .display-posts-listing>li {
	list-style: none;
    margin-bottom: 2.5em;
}
.strong-form.testimonial-submission textarea {
    height: 43px;
}