﻿.margin0 {
    margin: 0px
}

.margin-bottom {
    margin-bottom: 20px;
}

.opacity_half {
    opacity: 0.5;
}

.collapse {
    overflow: hidden;
}
/*.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Customize the checkbox (the container) */
.check-container {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px !important;
    margin-top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 15px;
    margin-bottom: 0 !important;
    margin-top: 5px;
}
    /* Hide the browser's default checkbox */
    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: #fff;
}

.check-container:hover input ~ .checkmark {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.check-container input:checked ~ .checkmark {
    border-radius: 2px;
}

    .check-container input:checked ~ .checkmark:after {
        display: block;
    }

.check-container .checkmark:after {
    content: "✓";
    position: absolute;
    display: none;
    top: -13px;
    left: 0px;
    background: transparent;
    font-size: 24px;
    font-weight: bold;
    color: green;
}





.captcha-refresh {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}



/* section css*/
section.pagecontent, .row.pagecontent {
    position: relative;
}

aside.pagecontent .row.pagecontent {
    position: static;
}

section .bg-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    z-index: -3;
}

.row .bg-wrapper {
    z-index: -2;
}

section .bg-container, .row .bg-container {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}




section .bg-video-wrapper, section .bg-bgcolor, .row .rbg-bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    overflow: hidden;
}

.row .rbg-bgcolor, .row .bg-bgcolor {
    z-index: -2;
}

section .bg-bgcolor {
}

section .bg-video-container {
    position: absolute;
    z-index: -999;
    width: 100%;
    float: left;
    /*transform: translate3d(0px, 142px, 0px);*/
}



    section .bg-video-container video {
        height: 180%;
        width: 180%;
        /*margin-left: -30%;
    margin-top: -30%;*/
        object-fit: cover;
    }

    section .bg-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


section .video-fluid-width {
    width: 100%;
    position: relative;
    padding: 0;
}
/* Pager css -----------------------------------------------------------*/
.pager-div {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}


    .pager-div .nolink {
        line-height: 22px;
    }

        .pager-div .nolink a {
            border: 1px solid #ddd;
            margin: 1px 2px 0;
            color: #000;
            padding: 3px 10px;
            border-radius: 3px;
            background: #fbfbfb;
        }

    .pager-div .current {
        border: 1px solid #ddd;
        margin: 1px 2px 0;
        color: #ddd;
        padding: 3px 10px;
        border-radius: 3px;
        display: inline-block;
    }

    .pager-div .navlink {
        display: none;
    }
/*logout div dock in the corner of the pages*/
#dvlogout a {
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    top: 3px;
    right: -9px;
    font-family: cursive;
    background: #ccc;
    line-height: 12px;
    color: #fff;
    padding: 0px 4px 4px 3px;
    border-radius: 8px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

    #dvlogout a:hover {
        text-decoration: underline;
    }

#dvlogout {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    position: absolute;
    left: 0;
    top: 0;
    color: #ef2f2f;
    background-color: transparent;
    z-index: 10000;
    margin-right: 0px;
    font-family: 'Myriad Pro';
    font-size: 14px;
    font-weight: bold;
}

    #dvlogout .inner {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        #dvlogout .inner input[type="submit"] {
            background: #f1f1f1;
            box-shadow: none;
            border: solid 1px #ccc;
            padding: 3px 15px;
            font-size: 12px;
            border-radius: 3px;
        }

#dvmessage {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    position: fixed;
    left: -7px;
    top: 0;
    color: #fff;
    background-color: #888;
    border: 1px solid #fff; /*rgb(129, 120, 101);*/
    z-index: 10000;
    margin: 5px;
    margin-right: -5px;
}
/* --- divlogout -----------------------------------------*/


/**  Google Map styles  */
.labels {
    color: white;
    background-color: rgb(11, 11, 192);
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    border: 1px solid black;
    white-space: nowrap;
    border-radius: 40px;
    padding: 5px;
}

.PagingBTNs {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding: 2px;
}

.PagingNumbers {
    text-align: center;
    height: 20px;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 1px;
}

.PagingTable {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    height: 21px;
}

    .PagingTable a:link {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 9px;
        font-weight: normal;
        color: #666;
        text-decoration: none;
    }

    .PagingTable a:visited {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 9px;
        font-weight: normal;
        color: #666;
        text-decoration: none;
    }








.PagingNumbersText2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #FFF;
    text-align: center;
    background-color: #B4D1D8;
    border: 1px solid #D9E9EC;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.PagingNumbersText {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #333;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #81B4BE;
    cursor: pointer;
    padding: 3px;
    margin-top: 1px;
}

.PagingNumbersTextNP {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #333;
    text-align: center;
    background-color: #E9F1F3;
    border: 1px solid #81B4BE;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.PagingNumbersTextLF {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #333;
    text-align: center;
    background-color: #DCEAED;
    border: 1px solid #81B4BE;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: Pointer;
}

.PagingNumbersTextLF2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #FFF;
    text-align: center;
    background-color: #B4D1D8;
    border: 1px solid #D9E9EC;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.PagingNumbersTextNP2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #FFF;
    text-align: center;
    background-color: #B4D1D8;
    border: 1px solid #D9E9EC;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.CustomerTypeError {
    font-style: italic;
    font-weight: bold;
    color: Red;
    font-size: 14px;
}




/* Listing Info Html css */

.PW_Main {
    min-width: 320px;
}

.PW_Tittle {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: middle;
    color: #F60;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.PW_Tittle_Mob {
    padding-top: 3px;
    padding-bottom: 10px;
    width: 300px;
    height: 50px;
    text-align: left;
    vertical-align: middle;
    color: #F60;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}


.PW_Content {
    min-height: 180px;
}

.PW_Content_Mob {
    min-height: 160px;
}

.PW_Picture {
}

    .PW_Picture img {
        border: 2px solid #ccc;
        width: 200px;
        max-height: 162px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        float: left;
    }

.PW_Picture_Mob img {
    border: 2px solid #ccc;
    width: 110px;
    max-height: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}

.PW_Rightcolumn {
    float: left;
    margin-left: 10px;
}

.PW_List {
    margin: 0px;
    text-align: left;
}

    .PW_List ul {
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }

        .PW_List ul li {
            border-bottom: dotted 1px #999;
            padding: 2px;
            list-style: none;
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 12px;
            font-weight: bold;
        }

.PW_Button {
    padding: 5px 10px;
    background-color: #0e71b4;
    margin-bottom: 10px;
    margin-bottom: 15px;
}

.PW_Button_Mob {
    padding: 5px 10px;
    background-color: #0e71b4;
    margin-bottom: 10px;
    margin-bottom: 15px;
    width: 120px;
}

    .PW_Button_Mob a {
        color: #FFF;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
        font-weight: normal;
    }

.PW_Button a {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.PW_MainContent {
    clear: both;
    text-align: left;
    padding: 15px 0px 0px 0px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.PW_Menu {
    text-align: left;
    vertical-align: middle;
    padding: 0px;
}

.PW_Menu_Mob {
    display: none;
}

.PW_Menu ul {
    clear: both;
    float: left;
    padding: 0px;
}

    .PW_Menu ul li {
        list-style: none;
        float: left;
        font-size: 12px;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
    }

        .PW_Menu ul li a {
            color: #0e71b4;
            text-decoration: none;
            text-align: center;
            vertical-align: middle;
        }

            .PW_Menu ul li a:hover {
                color: #009;
            }

        .PW_Menu ul li span {
            font-family: Tahoma, Geneva, sans-serif;
            text-align: center;
            vertical-align: middle;
            font-size: 12px;
            color: #333;
        }

.PW_Icon {
    clear: both;
}

    .PW_Icon img {
        text-align: left;
        vertical-align: middle;
        width: 110px;
        padding: 3px 5px 0px 5px;
    }

.labels {
    color: white;
    background-color: rgb(11, 11, 192);
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
    border: 1px solid black;
    white-space: nowrap;
    border-radius: 40px;
    padding: 5px;
}

.SearchField {
}

.SearchTitle {
}

a span.SliderPrev {
    background: url(/images/PagerArrowL.png) no-repeat 0 0;
    width: 25px;
    height: 17px;
    display: block;
    float: left;
    text-indent: -100px;
    overflow: hidden;
    margin: 0 0;
}

a:hover span.SliderPrev {
    background: url(/images/PagerArrowL.png) no-repeat 0 -17px;
}

a span.SliderNext {
    background: url(/images/PagerArrowR.png) no-repeat 0 0;
    width: 25px;
    height: 17px;
    display: block;
    float: left;
    text-indent: -100px;
    overflow: hidden;
    margin: 0 0;
}

a:hover span.SliderNext {
    background: url(/images/PagerArrowR.png) no-repeat 0 -17px;
}

.SliderPager {
    float: left;
    color: #0e71b4;
    font-size: 14px;
    padding-left: 3px;
}

a.DetailZoomeListing, a.DetailZoomeAll, a.DetailZoome {
    float: right;
    color: #0e71b4;
    font-size: 14px;
    padding-right: 19px;
    background: url(/images/zoom.png) no-repeat right;
    margin-right: 10px;
    text-decoration: none;
}

.qtip {
    max-width: 550px !important;
}

.__qtip-default .qtip-icon {
    background: #F1F1F1 !important;
    color: #777 !important;
}

.__qtip-close {
    right: 3px !important;
    top: 2px !important;
}

a.DetailZoomeAll {
    background: none;
    padding-right: 10px;
    margin-right: 5px;
}

/************************************************/

/* Trebsearch css*/
.C_Picture {
    position: relative;
}

.C_NumberPhoto {
    position: absolute;
}

.Destrict .box {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 1px;
}

.Destrict hr {
    margin-top: 10px;
    margin-bottom: 0px;
}

.zoomspan {
    display: inline-block;
    position: relative;
}


    .zoomspan img {
        display: block;
        max-width: 100%;
    }

        .zoomspan img::selection {
            background-color: transparent;
        }
/*******************/

/* Make same height columns*/


.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
/*------------------------------------*/


.FreeTable1 {
    background: #f1f1f1;
    border: 1px solid #CCC;
    padding: 7px;
    vertical-align: top;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #000;
    margin: 5px;
    border-radius: 3px;
}

.FreeTable2 {
    background: #f8eeed;
    border: 1px solid #900;
    padding: 7px;
    vertical-align: top;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #000;
    margin: 5px;
    border-radius: 3px;
}

.clearfix {
    clear: both;
}

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }




/*-------------------- Testimonial Page -------------------------------*/
.article {
    display: block;
}

.testimonial-item {
    background-color: rgba(79,79,79,0.04);
    margin: 10px;
    font-size: 16px;
    border: 1px solid rgba(79,79,79,0.15);
    position: relative;
    padding: 20px 25px;
}

.testimonial-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .testimonial-content p {
        margin-bottom: 10px;
    }

.testimonial-vcard {
    display: table;
    margin: 20px 0 0;
    overflow: hidden;
}

    .testimonial-vcard .name {
        font-weight: bold;
    }


.testimonial-form {
    background-color: rgba(79,79,79,0.04);
    margin: 10px;
    font-size: 16px;
    border: 1px solid rgba(79,79,79,0.15);
    position: relative;
    padding: 20px 25px;
}

    .testimonial-form textarea {
        height: 200px;
    }



/*-------------------- /Testimonial Page -------------------------------*/


.slider.slider-horizontal {
    width: 100% !important;
}

/*-------------------- Interactive Map -------------------------------*/
.aboveTextBox {
    position: absolute;
    top: 0px;
    left: 0px;
}


.suggestBox {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
}

.tabbed_area {
    margin-top: 5px;
    z-index: 11;
    display: none;
}

    .tabbed_area a {
        font-size: 12px;
        font-weight: normal;
    }

.content {
    background-color: #ffffff;
    padding: 5px;
}

    .content a {
        font-size: 13px;
        cursor: pointer;
    }

    .content ul {
        margin: 0px;
        padding: 0px 20px 0px 20px;
        height: 240px;
        overflow-y: scroll;
    }

        .content ul li {
            list-style: none;
            border-bottom: 1px solid #d6dde0;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 13px;
        }



            .content ul li a {
                text-decoration: none;
                color: #3e4346;
            }

                .content ul li a small {
                    color: #8b959c;
                    font-size: 9px;
                    text-transform: uppercase;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    position: relative;
                    left: 4px;
                    top: 0px;
                }

            .content ul li:last-child {
                border-bottom: none;
            }



#content_2, #content_3 {
    display: none;
}



#searchByFormInSearchPage .sfSearchText {
    position: relative;
}

    #searchByFormInSearchPage .sfSearchText li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 6px;
    }

    #searchByFormInSearchPage .sfSearchText .mover {
        background-color: #ccc;
        cursor: pointer;
    }



#sfSearchSuggest {
    position: absolute;
    left: 16px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #A7A7A7;
    z-index: 10;
}

    #sfSearchSuggest .mtitle {
        font-weight: bold;
        background-color: #e5e5e5;
        border-bottom: 1px solid #B81E1E;
        color: #bb2936;
        padding: 3px 0px 3px 4px;
    }

    #sfSearchSuggest ul {
        margin-left: -3px;
        width: 230px;
        background-color: #fff;
        border: solid 1px #ccc;
        color: #000;
    }

.sfdropdown select {
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #ccc;
}

.sfr3dropdown select {
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #ccc;
}

.lcolumn {
}

.rcolumn {
    position: relative;
}

.countBoxContainer {
    padding: 17px 10px 26px 10px;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.sfPriceRange input {
    padding-bottom: 3px;
    border: 0;
    text-align: right;
    background-color: transparent;
}


.sfTopText {
    padding: 0px 0px 5px 0px;
}


.rtitle {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.sflistcount {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
    padding: 10px 0 10px 0;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.sfsearchbtn {
    padding: 23px 0px 0px 0px;
    text-align: center;
}


#horizontal {
    border: 1px solid #ccc;
    margin: 3px;
    background-color: #e0e0e0;
}

.clsResult {
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
    font-size: 11px;
    margin-right: 5px;
    margin-top: 18px;
}

.theme1 .row2 {
    margin-top: 15px;
}

.theme1 .row3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*** Header Text ******/
.header-text-container.page-main-header{    margin-top: 30px;}
.header-text-container i.header-icon, .header-text-container i.header-icon, .header-text-container i.header-icon, .header-text-container i.header-icon {    padding-right: 10px;    padding-bottom: 20px;}
.header-text-container.has-icon .header-text-container i.header-icon, .header-text-container.has-icon .header-text {    display: inline-block;}
/*** Header Text ******/


/********Agents List  **********/
#listDiv {
    margin-top: 10px;
}

.TodaySpecial {
    font-size: 11px;
    line-height: 25px;
    color: #4D4D4D;
    font-family: tahoma;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-top: 0px;
}

    .TodaySpecial .Gradiaent {
        height: 100%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        text-align: center;
    }

    .TodaySpecial .photo {
        width: 100%;
    }

    .TodaySpecial .photo-wrapper {
        max-height: 200px;
        overflow: hidden;
    }

.linebox {
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.search {
    margin-bottom: 5px;
    margin-top: 5px;
}

    .search input[type=text] {
        /* width:250px; */
        padding-top: 2px;
        padding-bottom: 9px;
        margin-right: 5px;
        font-size: 1.5em;
    }

    .search input[type=submit] {
        /* width:100px; */
        padding-top: 6px;
        padding-bottom: 9px;
        font-size: 1.3em;
    }

    .search span, .search a {
        font-size: 1.3em;
    }

/********Agents List  **********/



/********* Contact Address *************/
.contanct-address .AddressFont {
    font-weight: bold;
}
/********** Contact Info Light Address ************/
.ContactInfoLight .part-1 > span, .ContactInfoLight .part-2 > span {
    display: block;
    line-height: 22px;
    padding: 0;
}

/********Custom Links_template**************/

ul.customlink.horizontal {
    list-style-type: none;
}

    ul.customlink.horizontal li {
        float: left;
        margin-right: 20px;
    }

ul.customlink.numbering li, ul.customlink.bullet li {
    margin-right: 50px;
}

ul.customlink {
    list-style-position: outside;
}

    ul.customlink.numbering {
        list-style-type: decimal;
    }

    ul.customlink.bullet {
        list-style-type: disc;
    }


/**********Custom Links_template************/

/**********Find Home And Home Evaluation_template************/
.drmEvl {
}

    .drmEvl .right h2, .drmEvl .left h2 {
        padding-bottom: 20px;
        text-align: center;
        margin: auto;
    }

    .drmEvl .right .line2, .drmEvl .left .line2 {
        text-align: center;
        margin: auto;
    }

    .drmEvl .right-input-wrapper, .drmEvl .left-input-wrapper {
        position: relative;
        text-align: center;
    }

    .drmEvl .right input[type="text"], .drmEvl .left input[type="text"] {
        font-size: 15px;
        padding: 0px 0px 0px 0px;
        background-repeat: no-repeat;
        background-position: 5px center;
        padding-left: 10px;
    }

    /*
    .drmEvl .right input[type="button"], .drmEvl .left input[type="button"] {
        width: auto;
        position:absolute;
        right: 84px;
        top: 2px;
        height: 35px;
        padding: 0 20px;
    }
    */

    .drmEvl .input-group {
        width: 100%;
    }

    .drmEvl span.input-group-addon {
    }
/**********Find Home And Home Evaluation_template************/


/**********Listing Slide Show_template************/
.slide-show-theme1 #imgBanner {
    width: unset;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
}

.slide-show-theme1 .favicn {
    position: absolute;
    top: 0px;
    right: 2px;
    z-index: 3;
    cursor: pointer;
}

    .slide-show-theme1 .favicn img {
        border: 0px;
        width: 20px;
    }

.slide-show-theme1 .inner-alisting {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
}

.slide-show-theme1 .slide-title {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: normal;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}

.slide-show-theme1 .owl-dots {
    margin-top: -5px !important;
}



/* Theme2 -----------------------------------------------------------------------------------------------*/

.slide-show-theme2 #imgBanner {
    width: unset;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
}

.slide-show-theme2 .alisting {
    margin-right: 5px;
}

.slide-show-theme2 .favicn {
    position: absolute;
    top: 0px;
    right: 2px;
    z-index: 3;
    cursor: pointer;
}

    .slide-show-theme2 .favicn img {
        border: 0px;
        width: 20px;
    }

.slide-show-theme2 .inner-alisting {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.slide-show-theme2 .text-area {
    margin: 5px;
}

    .slide-show-theme2 .text-area a:hover {
        text-decoration: none;
    }


.slide-show-theme2 .slide-title {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: normal;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}

.slide-show-theme2 .owl-dots {
    margin-top: 5px !important;
}

.slide-show-theme2 .address, .slide-show-theme2, .slide-show-theme2 .forSaleText, .slide-show-theme2 .priceText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}


/* theme 3 --------------------------------------------------------------------------------------------*/
.slide-show-theme3 .alisting {
    position: relative;
    margin-right: 5px;
    padding-bottom: 5px;
}

.slide-show-theme3 #imgBanner {
    width: unset;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
}

.slide-show-theme3 .favicn {
    position: absolute;
    top: 0px;
    right: 2px;
    z-index: 3;
    cursor: pointer;
}

    .slide-show-theme3 .favicn img {
        border: 0px;
        width: 20px;
    }

.slide-show-theme3 .inner-alisting {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
}

.slide-show-theme3 .slide-title {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: normal;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    display: block;
    padding-bottom: 3px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0.5;
}

    .slide-show-theme3 .slide-title:hover {
        opacity: 1;
    }

.slide-show-theme3 .owl-dots {
    margin-top: 5px !important;
}
/**********Listing Slide Show_template************/



/*********Media Icon_template*************/
.media_icon {
}

    .media_icon li {
        display: inline-block;
    }


/**********Media Icon_template************/




/**********Menu Horizontal_template************/
.horizontal-menu a {
    cursor: pointer;
}


.nav > li.responsive-item {
    display: none !important;
}

.nav > li.floatlink-item {
    line-height: initial;
    background-color: red;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}

.floatlink-item > a i, .floatlink-item > a {
    color: #fff !important;
}

.floatlink-item a {
    color: #fff !important;
}

    .floatlink-item a i {
        font-size: 1.3em;
        margin-right: 5px;
        width: 30px
    }

.floatlink-item ul {
    position: fixed !important;
    max-width: 360px;
    width: auto !important;
    height: auto;
    z-index: 99999 !important;
    background-image: linear-gradient(#0e71b4, #000);
    right: -400px !important;
    top: 130px !important;
    border-radius: 10px 0px 0px 10px !important;
    box-shadow: 0px 5px 20px #555;
    transition: all 0.5s !important;
    left: auto !important;
    display: block !important;
    overflow: auto;
    max-height: 75vh; !important;
}


.floatlink-item ul::-webkit-scrollbar {
    width: 0.4em;
}

.floatlink-item ul::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 5px;
}

.floatlink-item ul::-webkit-scrollbar-thumb {
    background-color: #003035;
    outline: none;
    border-radius: 5px;
}

.floatlink-item ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: thin; /* Firefox */
}


.floatlink-item.open .dropdown-menu {
    right: 0 !important;
}

.floatlink-item .dropdown-menu > li > a:focus, .floatlink-item .dropdown-menu > li > a:hover {
    background: #ffffff54 !important;
    color: #fff !important;
}

.floatlink-item .dropdown-menu li {
    background: transparent !important;
    border-bottom: none !important;
    border-bottom: solid 1px #ffffff2b !important;
}

    .floatlink-item .dropdown-menu li a {
        font-size: 14px !important;
        line-height: 30px !important;
        padding: 3px 15px !important;
    }

.floatlink-item .dropdown-menu > li:first-child {
    filter: brightness(80%);
    text-align: center;
    background: #00000075 !important;
}

    .floatlink-item .dropdown-menu > li:first-child a {
        text-align: center;
        font-size: 18px !important;
        cursor: default;
        background: transparent !important;
    }

.floatlink-item.open > a, .floatlink-item.open > a:hover, .floatlink-item.open > a:focus {
    background-color: transparent !important;
    color: #e7e7e7 !important;
}

.floatlink {
    float: right;
    margin-top: 20px;
}

    .floatlink > a {
        background-color: red;
        padding: 5px 10px;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-size: 14px;
    }


    .floatlink .floatlink-item {
        display: inline-block;
    }


.advanced_location_left .floatlink-item ul {
    border-radius: 0px 10px 10px 0px !important;
}

.advanced_location_left .floatlink-item ul {
    left: -400px !important;
    right: auto !important;
}

.advanced_location_left .floatlink-item.open .dropdown-menu {
    left: 0 !important;
    right: auto !important;
}
/***********Menu Horizontal_template***********/
/*********Menu Vertical_template*************/
.vertical-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vertical-menu .selected {
    background-color: #ff6a00;
    color: aqua;
}

.vertical-menu .nav li {
    border-bottom: 1px solid #eee;
}

    .vertical-menu .nav li a {
        font-size: 14px;
    }

.vertical-menu #accordionMenu {
    max-width: 300px;
}

.vertical-menu .panel-body {
    padding: 0;
}

.vertical-menu .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.vertical-menu .panel-group .panel {
    border-radius: 0;
}

.vertical-menu .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .vertical-menu .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

        .vertical-menu .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .vertical-menu .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .vertical-menu .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\e113";
            }

        .vertical-menu .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\e114";
        }

.vertical-menu .panel-heading {
    padding: 0px;
}

    .vertical-menu .panel-heading span {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        background-color: aqua;
    }
/*********Menu Vertical_template*************/


/************Navigation_template**********/
ul.navigation {
    list-style-type: none;
}

    ul.navigation li {
        float: left;
        padding-left: 5px;
    }

/***********Navigation_template***********/



/*********New Listing_template*************/
.layoutTable .AddressFont {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.nnl_wraper1 {
    position: relative;
}

.layoutTable {
    margin-bottom: 10px;
}

    .layoutTable table {
        margin-bottom: 20px;
    }

        .layoutTable table tr {
            margin: 0px;
            padding: 0px;
        }


.nnl_footer ul {
    list-style-type: none;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
}

    .nnl_footer ul li {
        display: inline;
        padding-right: 6px;
    }

.newlisting-theme2 {
    padding: 5px;
}

.nnl_listingImages .listing-image {
    width: 100%;
    border-radius: 5px;
}

.nnl_listingImages .img-banner {
    position: absolute;
    top: 0px;
    left: -1px;
}

.nnl_listingImages .lgnfavlnkjqlnk {
    position: absolute;
    top: -10px;
    right: -5px;
    cursor: pointer;
    background: #fff;
    opacity: 1;
    display: block;
    width: 40px;
    height: 40px;
    border: solid 1px #ccc;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 20px;
    color: #666;
}

    .nnl_listingImages .lgnfavlnkjqlnk:before {
    }




/* Theme 3 33333333333333*/
.newlisting-theme3 {
    padding: 3px;
}


    .newlisting-theme3 .Image a img {
        width: 100%;
    }


    .newlisting-theme3 .lgnfavlnkjqlnk {
        position: absolute;
        top: -10px;
        right: -5px;
        z-index: 3;
        cursor: pointer;
        background: #fff;
        opacity: 1;
        display: block;
        width: 40px;
        height: 40px;
        border: solid 1px #ccc;
        border-radius: 50%;
        padding: 9px 9px;
        font-size: 20px;
        color: #666;
    }

        .newlisting-theme3 .lgnfavlnkjqlnk:before {
        }
    /*----------------------------------------------------------------------------------------------- */
    /*----------------------------------------------------------------------------------------------- */
    /*----------------------------------------------------------------------------------------------- */
    .newlisting-theme3 div.TodaySpecial {
        font-size: 11px;
        line-height: 15px;
        color: #4D4D4D;
        font-family: tahoma;
        letter-spacing: 1px;
        float: left;
        border-radius: 10px;
        /*-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;*/
        overflow: hidden;
    }

    .newlisting-theme3 .TodaySpecial .Gradient {
        height: 100%;
        float: left;
        padding: 10px;
        /*background: -moz-linear-gradient(top,<%= T3_Bg_StartColor %> 34%, <%= T3_Bg_EndColor %> 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, <%= T3_Bg_StartColor %>), color-stop(100%, <%= T3_Bg_EndColor %>));
        background: -webkit-linear-gradient(top, <%= T3_Bg_StartColor %> 34%, <%= T3_Bg_EndColor %> 100%);
        background: -o-linear-gradient(top, <%= T3_Bg_StartColor %> 34%, <%= T3_Bg_EndColor %> 100%);
        background: -ms-linear-gradient(top, <%= T3_Bg_StartColor %> 34%, <%= T3_Bg_EndColor %> 100%);
        background: linear-gradient(to bottom, <%= T3_Bg_StartColor %> 34%, <%= T3_Bg_EndColor %> 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='<%= T3_Bg_StartColor %>', endColorstr='<%= T3_Bg_EndColor %>', GradientType=0 );*/
    }

    .newlisting-theme3 .TodaySpecial .PriceStatus {
        width: 100%;
        height: 20px;
        margin: auto;
        padding-left: 3px;
        float: left;
    }

    .newlisting-theme3 .TodaySpecial .Price {
        width: 49%;
        line-height: 20px;
        float: left;
    }

        .newlisting-theme3 .TodaySpecial .Price span {
        }

    .newlisting-theme3 .TodaySpecial .Status {
        width: 49%;
        line-height: 20px;
        float: right;
    }

        .newlisting-theme3 .TodaySpecial .Status span {
        }

    .newlisting-theme3 .TodaySpecial .Content {
        width: 100%;
        padding: 10px 0px;
        float: left;
    }

    .newlisting-theme3 .TodaySpecial .Facilities {
        float: left;
    }

    .newlisting-theme3 .TodaySpecial .Image {
        float: right;
        position: relative;
    }

        .newlisting-theme3 .TodaySpecial .Image a img {
            border: 1px solid #999;
            padding: 2px;
            width: 120px;
            height: 80px;
        }

    .newlisting-theme3 .TodaySpecial .Comment {
        width: 100%;
        height: auto;
        float: left;
    }

    .newlisting-theme3 .TodaySpecial a.MoreDetails {
        margin-top: 6px;
        float: right;
    }


    .newlisting-theme3 .TodaySpecial .NameFont {
    }

    .newlisting-theme3 .TodaySpecial .ValueFont {
    }

    .newlisting-theme3 .nnl_top {
        vertical-align: top;
    }
/*********New Listing_template*************/

/*********Personal Picture_template*************/
.personal-pic {
    text-align: center;
}

/*********Personal Picture_template*************/


/**********Pre-Define Search_template************/
.predefine-search .image img {
    width: 100%;
}

.predefine-search .image-overlay {
    opacity: 0;
}
/**********Pre-Define Search_template************/

/************Property Search in GTA_template**********/
.SearchBoxTB a {
    text-decoration: none;
}

.SearchBoxTB .TBLeft td {
    text-align: right;
    padding-right: 2px;
}



.SearchBoxTB .TableBox {
    border-radius: 5px;
    position: relative;
    z-index: 100;
}

.SearchBoxTB input[type=text], .SearchBoxTB textarea {
    box-sizing: border-box;
}

.SearchBoxTB select {
    box-sizing: border-box;
}

.SearchBoxTB .SearchA {
    padding: 0px 3px 0px 3px;
}

    .SearchBoxTB .SearchA input {
        width: 100%;
    }

.SearchBoxTB #sfSearchSuggest_tb {
    width: 100%;
    position: absolute;
    left: 0px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #A7A7A7;
    text-align: left;
    z-index: 10;
}

    .SearchBoxTB #sfSearchSuggest_tb .mtitle {
        font-weight: bold;
        background-color: #e5e5e5;
        border-bottom: 1px solid #B81E1E;
        color: #bb2936;
        padding: 3px 0px 3px 4px;
    }


.SearchBoxTB .sfSearchText {
    position: relative;
}

    .SearchBoxTB .sfSearchText li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 6px;
    }

    .SearchBoxTB .sfSearchText .mover {
        background-color: #ccc;
        cursor: pointer;
    }

.sfSearchText input[type='text'] {
    padding: 6px 12px;
}

#sfSearchSuggest_tb {
    display: none;
}

.horizontal .TableBox div {
    padding: 0px 3px 3px 3px;
}

.start-here {
    display: none;
}

.more-option {
    display: none;
}

/*************Property Search in GTA_template*********/



/**********Search By Form_template************/
.searchbyfrm1 .suggestBox {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
}


.searchbyfrm1 .tabbed_area {
    margin-top: 5px;
    z-index: 11;
    display: none;
}

    .searchbyfrm1 .tabbed_area a {
        font-size: 12px;
        font-weight: normal;
    }

.searchbyfrm1 .content {
    background-color: #ffffff;
    padding: 5px;
}

    .searchbyfrm1 .content a {
        font-size: 13px;
        cursor: pointer;
    }

    .searchbyfrm1 .content ul {
        margin: 0px;
        padding: 0px 20px 0px 20px;
        height: 240px;
        overflow-y: scroll;
    }

        .searchbyfrm1 .content ul li {
            list-style: none;
            border-bottom: 1px solid #d6dde0;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 13px;
        }



            .searchbyfrm1 .content ul li a {
                text-decoration: none;
                color: #3e4346;
            }

                .searchbyfrm1 .content ul li a small {
                    color: #8b959c;
                    font-size: 9px;
                    text-transform: uppercase;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    position: relative;
                    left: 4px;
                    top: 0px;
                }

            .searchbyfrm1 .content ul li:last-child {
                border-bottom: none;
            }



#content_2, #content_3 {
    display: none;
}



.searchbyfrm1 .sfSearchText {
    position: relative;
}

    .searchbyfrm1 .sfSearchText li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 6px;
    }

    .searchbyfrm1 .sfSearchText .mover {
        background-color: #ccc;
        cursor: pointer;
    }




#sfSearchSuggest {
    position: absolute;
    left: 16px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #A7A7A7;
    z-index: 10;
}

    #sfSearchSuggest .mtitle {
        font-weight: bold;
        background-color: #e5e5e5;
        border-bottom: 1px solid #B81E1E;
        color: #bb2936;
        padding: 3px 0px 3px 4px;
    }

    #sfSearchSuggest ul {
        margin-left: -40px;
        width: 230px;
    }

.searchbyfrm1 .sfdropdown select {
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #ccc;
}

.searchbyfrm1 .sfr3dropdown select {
    font-family: 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    padding: 8px 5px 8px 5px;
    border: solid 1px #ccc;
}

.searchbyfrm1 .lcolumn {
}

.searchbyfrm1 .rcolumn {
    position: relative;
}



.searchbyfrm1 .sfPriceRange input {
    padding-bottom: 3px;
    border: 0;
    text-align: right;
    background-color: transparent;
}

.searchbyfrm1 .sfTopText {
    padding: 0px 0px 5px 0px;
}

.searchbyfrm1 .countBoxContainer {
    padding: 17px 10px 26px 10px;
    margin: auto;
    margin-top: 20px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.searchbyfrm1 .rtitle {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.searchbyfrm1 .sflistcount {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
    padding: 10px 0 10px 0;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.searchbyfrm1 .sfsearchbtn {
    padding: 23px 0px 0px 0px;
    text-align: center;
}


.searchbyfrm1 {
    position: relative;
}

    .searchbyfrm1 .theme1 {
        margin: 0px;
    }

    .searchbyfrm1 .clsResult {
        border: 1px solid #ccc;
        padding: 3px;
        text-align: center;
        font-size: 11px;
        margin-right: 5px;
        margin-top: 18px;
    }

    .searchbyfrm1 .theme1 .row2 {
        margin-top: 15px;
    }

    .searchbyfrm1 .theme1 .row3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

/**********Search By Form_template************/

/**********Search By Main Intersection_template************/
.search-intersect-page-theme1 .aboveTextBox {
    position: absolute;
    top: 0px;
    left: 0px;
}


.search-intersect-page-theme1 {
}

    .search-intersect-page-theme1 .sfSearchText {
        position: relative;
    }

        .search-intersect-page-theme1 .sfSearchText li {
            list-style: none;
            border-bottom: 1px solid #ccc;
            padding: 6px;
        }

        .search-intersect-page-theme1 .sfSearchText .mover {
            background-color: #ccc;
            cursor: pointer;
        }


    .search-intersect-page-theme1 .sfdropdown select {
        font-family: 'Droid Sans', Arial, sans-serif;
        font-size: 14px;
        padding: 8px 5px 8px 5px;
        border: solid 1px #ccc;
        width: 100%;
    }

    .search-intersect-page-theme1 .sfr3dropdown select {
        font-family: 'Droid Sans', Arial, sans-serif;
        font-size: 14px;
        padding: 8px 5px 8px 5px;
        border: solid 1px #ccc;
        width: 100%;
    }

    .search-intersect-page-theme1 .lcolumn {
    }

    .search-intersect-page-theme1 .rcolumn {
        position: relative;
    }

    .search-intersect-page-theme1 .sfTitle {
        padding: 2px 0 2px 0;
    }

    .search-intersect-page-theme1 .propTypeGroup {
    }

    .search-intersect-page-theme1 .distanceGroup {
    }


    .search-intersect-page-theme1 .priceGroup {
    }

    .search-intersect-page-theme1 .sfPriceRange input {
        padding-bottom: 3px;
        border: 0;
        text-align: right;
        background-color: transparent;
    }

    .search-intersect-page-theme1 .sfTopText {
        padding: 0px 0px 5px 0px;
    }

.bedGroup {
}

.bathGroup {
}

.statusGroup {
}

.cityIntersectGroup {
}

.cityGroup {
}

.intersectionGroup {
}

.countBoxContainer {
    padding: 17px 10px 26px 10px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.rtitle {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.sflistcount {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
    padding: 10px 0 10px 0;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.sfsearchbtn {
    padding: 23px 0px 0px 0px;
    text-align: center;
}

/*----------------------------------------------------------*/
#horizontal {
    border: 1px solid #ccc;
    width: 99%;
    height: 50px;
    margin: 3px;
    background-color: #e0e0e0;
}

.SearchContainer {
    padding-bottom: 4px;
}


.theme1 .row3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.dream-eval-page .media_icon {
    text-align: left;
	margin-bottom: 10px !important;
}

@media only screen and (max-width: 600px) {
    .search-intersect-page-theme1 .rcolumn {
        width: 100%;
    }
}

/**********Search By Main Intersection_template************/


/**********************/
/**********************/




/*-------------------- /Interactive Map -------------------------------*/



/*-------------------- Treb Map-------------------------------*/
#divTrebMap ul.Destrict {
    width: 100%;
}

#divTrebMap ul li {
    width: calc(20% - 2px);
    display: inline-block;
}
/*-------------------- /Treb Map-------------------------------*/


/*---------------------- Loading spinner css ----------------*/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}
/*---------------------- /Loading spinner css ----------------*/

/*---------------------- Contact Me page ---------------------*/
#contactMePage {
    padding: 10px;
}

    #contactMePage .validation-summary-valid {
        display: none;
    }

    #contactMePage .validation-summary-error {
        display: block;
    }

    #contactMePage .img-customer {
        width: 100%;
    }

    #contactMePage .contact-info {
        padding: 5px 5px 10px 5px;
    }

.contact-info .right {
    padding-left: 0px;
    padding-right: 0px;
}
/*---------------------- /Contact Me page ---------------------*/

/*-----------------------Copyright module ----------------------*/


#Copyright a:link {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #09C;
    text-decoration: none;
}

#Copyright a:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #F90;
}

#Copyright a:visited {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #F90;
    text-decoration: none;
}
/*----------------------- /Copyright module ----------------------*/





li {
    list-style-position: inside;
}

input[type="text"], input[type="file"], input[type="password"], select, textarea, .TextField {
    border: #999999 solid 1px;
}

h1 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: normal;
    text-decoration: none;
    clear: both;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

    h3 .line2 {
        color: #f00;
    }

h4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

h5 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}

h6 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
}






#Copyright a:link {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

#Copyright a:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #09C;
}

#Copyright a:visited {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

/* Headers */

.HeaderPics {
    vertical-align: middle;
    margin-right: 2px;
}



.Header1 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    text-align: center;
    padding: 10px;
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: bold;
    color: #900;
    line-height: normal;
    /*font-style: oblique;*/
    text-decoration: none;
    background-color: #FFF;
    clear: both;
}

.Header2 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #900;
    line-height: normal;
    /*font-style: oblique;*/
    text-decoration: none;
    background-color: #FFF;
    clear: both;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.Header3 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #900;
    line-height: normal;
    /*font-style: oblique;*/
    text-decoration: none;
    background-color: #FFF;
    clear: both;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.Header4 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #900;
    line-height: normal;
    /*font-style: oblique;*/
    text-decoration: none;
    background-color: #FFF;
    clear: both;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}


.TableCenter {
    margin: auto;
}


img, img:link, img:visited {
    border: 0px;
    _behavior: url(iepngfix.htc);
}

.Float {
    float: right; /* imp for english version*/
}

.FloatAlt {
    float: left; /* imp for english version*/
}



.Dir {
    direction: rtl !important;
}

.DirAlt {
    direction: ltr !important;
}

.Align {
    text-align: right;
}
/* imp for english version*/
.AlignAlt {
    text-align: left;
}
/* imp for english version*/
.Center {
    text-align: center;
}

.Clear {
    clear: both;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.Hide {
    display: none;
}

.Visible {
    display: block;
}

.ImageFloat {
    float: right; /* imp for english version*/
    margin-left: 5px; /* imp for english version*/
}

.ImageFloatAlt {
    float: left; /* imp for english version*/
    margin-right: 5px; /* imp for english version*/
}

.ImageCnt {
    margin-left: 5px;
    margin-right: 5px;
}

.ImageBorder {
    padding: 5px;
    border: #990000 1px solid;
    background: #FFF;
}


.BorderT1 {
    background: #FFFFFF;
    padding: 5px;
    border: solid 1px #bababa;
}

.BorderT2 {
    background: #EFEFEF;
    padding: 5px;
    border: dotted 1px #bababa;
}

.BorderT3 {
    background: #ffffff;
    padding: 5px;
    border: dotted 1px #bababa;
}


.VBorder {
    border-right: #bbbbbb 1px solid;
    border-left: none;
}
/* imp for english version*/
.VBorderAlt {
    border-left: #bbbbbb 1px solid;
    border-right: none;
}
/* imp for english version*/

.VBorderDotted {
    border-right: #bbbbbb 1px dashed;
    border-left: none;
}
/* imp for english version*/
.VBorderDottedAlt {
    border-left: #bbbbbb 1px dashed;
    border-right: none;
}
/* imp for english version*/


.Vspacer3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.Vspacer4 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.Vspacer5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.Vspacer8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.Vspacer10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.Vspacer15 {
    padding-top: 15px;
    padding-bottom: 15px;
}


.Hspacer1 {
    padding-right: 1px; /* imp for english version_mah*/
    padding-left: 0px;
}

.Hspacer3 {
    padding-right: 3px;
    padding-left: 3px;
}

.Hspacer5 {
    padding-right: 5px;
    padding-left: 5px;
}

.Hspacer8 {
    padding-right: 8px;
    padding-left: 8px;
}

.HRspacer2 {
    padding-right: 2px; /* imp for english version*/
    padding-left: 0px; /* imp for english version*/
}

.HLspacer2 {
    padding-left: 2px; /* imp for english version*/
    padding-right: 0px; /* imp for english version*/
}

.HRspacer8 {
    padding-right: 8px; /* imp for english version*/
    padding-left: 0px; /* imp for english version*/
}

.HLspacer8 {
    padding-left: 8px; /* imp for english version*/
    padding-right: 0px; /* imp for english version*/
}

.HRspacer12 {
    padding-right: 12px; /* imp for english version*/
    padding-left: 0px; /* imp for english version*/
}


.HRspacer30 {
    Padding-right: 30px; /* imp for english version*/
    padding-left: 0px; /* imp for english version*/
}

.MarginLeftReset {
    margin-left: 0px !important;
}

.MarginRightReset {
    margin-right: 0px !important;
}

.PaddingLeftReset {
    padding-left: 0px !important;
}

.PaddingRightReset {
    padding-right: 0px !important;
}



.Grid {
    border: #642d02 1px solid;
    background: #fff;
}

    .Grid th {
        padding: 5px;
    }

    .Grid td {
        padding: 5px;
    }

.GridGray {
    border: #c0c0c0 1px solid;
    background: #fff;
}

    .GridGray th {
        padding: 5px;
    }

    .GridGray td {
        padding: 5px;
    }


.GridHeader {
    color: #ffffff;
    background-color: #b9d5db;
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: bold;
}

.GridHeader2 {
    color: #000;
    background-color: #dddddd;
    border-bottom: 1px solid #fff;
    padding: 5px;
    font-weight: bold;
}

.GridRow {
    padding: 5px;
    background-color: #f9f9f9;
}

    .GridRow td {
        border-bottom: 1px solid #fff;
    }

.GridAltRow {
    border-bottom: 1px solid #fff;
    padding: 5px;
    background-color: #f2f2f2;
}

    .GridAltRow td {
        border-bottom: 1px solid #fff;
    }

tr.GridRow:hover {
    border-bottom: 1px solid #fff;
    padding: 5px;
    background-color: #e6f4f7;
}

tr.GridAltRow:hover {
    border-bottom: 1px solid #fff;
    padding: 5px;
    background-color: #e6f4f7;
}


.NewGrid {
    background: #fff;
    margin: auto;
}

    .NewGrid td {
        padding: 5px;
    }

.NewGridHeader {
    color: #ffffff;
    background-color: #666666;
    border-bottom: 1px solid #fff;
    padding: 5px;
    height: 40px;
    font-size: 11px;
    font-style: normal;
    font-family: Verdana;
}

.NewGridHeader2 {
    text-align: left;
    color: #000;
    background-color: #fff;
    padding: 5px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}

.NewGrid a {
    color: #666666;
    font-family: "Trebuchet MS",Helvetica,"Lucida Sans Unicode";
}

.NewGridHeader th {
    color: #fff;
    font-family: "Trebuchet MS",Helvetica,"Lucida Sans Unicode";
}

.NewGridHeader2 th {
    color: #666666;
    text-align: left;
    border-bottom: 2px solid #666666;
    border-top: 2px solid #666666;
    font-family: "Trebuchet MS",Helvetica,"Lucida Sans Unicode";
}

.NewGridRow {
    padding: 5px;
    background-color: #f2f2f2;
    height: 40px;
}

.NewGridAltRow {
    padding: 5px;
    background-color: #fff;
    height: 40px;
}


.Item {
    background: #F5F5F5;
    border-bottom: #FFF 1px solid;
}

.ItemAlt {
    background: #EFEFEF;
    border-bottom: #FFF 1px solid;
}


Table.TableStyle {
    padding: 3px;
    border: #c6c6c6 1px solid;
    background-color: #f6f6f6;
    margin: auto;
    border-collapse: collapse;
    font-size: 11px;
}
    /* imp for english version_mah*/
    Table.TableStyle td {
        padding: 5px;
        vertical-align: top;
        border: 1px #FFF solid;
    }

    Table.TableStyle .Item {
        background-color: #f6f6f6;
    }

    Table.TableStyle .ItemAlt {
        background-color: #f1f1f1;
    }

    Table.TableStyle input[type="text"], Table.TableStyle input[type="file"], Table.TableStyle input[type="password"], Table.TableStyle textarea, Table.TableStyle .TextField {
        font-size: 12px;
        color: #333333;
        font-family: Tahoma;
        border: #c6c6c6 solid 1px;
        padding: 2px;
    }

table.TableNoStyle {
    border: 0;
    padding: 0px;
}

    table.TableNoStyle td {
        border: 0;
        padding: 0px;
    }



.Border1 {
    border: 1px solid #999;
}

.Border2 {
    padding: 3px;
    border: #009553 1px solid;
    background-color: #fff;
}

.Banner {
    border: 1px solid #999;
    background: #FFF;
    margin: 5px;
}


.TDBorder1 {
    border: 1px solid #999;
    padding: 5px;
}

.more {
    color: #990000;
    font-size: 12px;
    text-decoration: none;
}

    .more a {
        color: #990000;
    }

        .more a:hover {
            text-decoration: underline;
            color: #990000;
        }

.tableStyle1 {
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
}

.tableStyle2 td {
    border: #d8d7d7 2px solid;
}

.tableStyle2 input {
    border: 10px solid #CCC;
    display: block;
}

ul.Destrict {
    background: #f1f1f1;
    width: 550px;
    margin: auto;
    display: block
}

    ul.Destrict li {
        padding: 5px;
        list-style: none;
        display: block;
        width: 75px;
        float: left;
        border: 1px solid #ccc;
        margin: 1px;
    }

ul.Toolbar {
}

    ul.Toolbar li {
        padding: 5px;
        width: 170px;
        font-weight: bold;
        list-style: none;
        display: block;
        float: left;
    }




ul.ToolbarShort {
    background: #f1f1f1;
    padding: 5px;
}

    ul.ToolbarShort li {
        list-style: none;
        display: inline;
    }

.TableBtmBorder {
    border-bottom: 1px solid #666;
}


label {
    padding-left: 3px;
}



.TabGroup {
}

    .TabGroup li {
        width: 220px;
        background: url(/images/TabBG.png) no-repeat right center;
        padding: 5px 8px;
        list-style: none;
        float: left;
        cursor: pointer;
    }

        .TabGroup li.select {
            background: url(/images/TabBG.png) no-repeat right center;
            cursor: default;
            color: #000;
        }


.SearchContainer {
    clear: both;
    border: 1px solid #e2e2e2;
}

.ContentHolder {
    width: 300px;
}

.MessageLable {
    background-image: url('/images/Error2.jpg');
    background-repeat: no-repeat;
    background-position: 0px;
    font-family: tahoma;
    font-size: 11px;
    background-color: #ffe7e7;
    font-family: Verdana, Geneva, sans-serif;
    color: Red;
    font-weight: bold;
    border: 1px dotted Red;
    padding: 12px;
    padding-left: 70px;
    margin: 8px;
    text-align: center;
}

.OKMessage {
    background-image: url('/images/Info2.jpg');
    background-repeat: no-repeat;
    background-position: 0px;
    font-family: tahoma;
    font-size: 11px;
    background-color: #EAFEAC;
    font-family: Verdana, Geneva, sans-serif;
    color: Green;
    font-weight: bold;
    border: 1px dotted Green;
    padding: 12px;
    padding-left: 70px;
    margin: 8px;
    text-align: center;
    vertical-align: middle;
}




#lgnpopup .lgncss {
    margin: auto;
    font-size: 14px;
}

    #lgnpopup .lgncss input[type="text"], input[type="password"] {
        font-size: 16px;
    }

.ui-dialog .ui-state-error {
    padding: .3em;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

#dvmessage {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    position: fixed;
    left: -7px;
    top: 0;
    color: #fff;
    background-color: #888;
    border: 1px solid #fff; /*rgb(129, 120, 101);*/
    z-index: 10000;
    margin: 5px;
    margin-right: -5px;
}


.OLeft {
    float: left;
}

.ORight {
    float: right;
}

.Horizontal .Module {
    float: left;
}



/********* Misc/ContentSHow ***********************/
.content-show .detail {
    margin-top: 10px;
}



/******************** Tips ************************/

.tips .content-body {
    padding: 10px;
    text-align: justify;
}

.compare-lising .alisting .listing-container {
    border: solid 1px #ccc;
    margin-bottom: 20px;
    padding: 10px;
    background: #fafafa;
}

    .compare-lising .alisting .listing-container:after {
        content: ' ';
        clear: both;
        display: block;
    }

.compare-lising .alisting .image {
    width: 100%;
}

.compare-lising .alisting .props {
    width: 100%;
}

.compare-lising .alisting .check-container {
    position: absolute;
    top: -15px;
    left: 7px;
}

.compare-lising .alisting .image img {
    width: 100%;
}

#rcomparelist .ItemToCompare_ItemContainer {
    border: solid 1px #ccc;
    padding: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fafafa;
}

    #rcomparelist .ItemToCompare_ItemContainer table {
        margin-bottom: 0px;
        width: 100%;
    }

    #rcomparelist .ItemToCompare_ItemContainer .remove-Compare {
        position: absolute;
        color: red;
        cursor: pointer;
        right: -1px;
        top: -8px;
        font-size: 1.4em;
    }

.header-image-widget {
    text-align: center;
}

    .header-image-widget .header-image {
        max-width: 100%;
    }

.link-pool ul {
    list-style-type: none;
}

.link-pool > ul > li > div {
    padding: 10px 15px;
}


.presale-prjlist .presale-count {
    text-align: center;
    font-weight: bold;
}


.spinner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgb(136,136,136);
}

    .spinner.small {
        display: inline-block;
    }

    .spinner > .spinner-circle {
        border-radius: 50%;
        border: 3px solid;
        border-color: rgb(222, 222, 222);
        /* border-color: rgba(var(--palette-primary-tint-20,199, 224, 244),1); */
        border-top-color: rgb(68, 68, 68);
        /* border-top-color: var(--communication-background,rgba(0, 120, 212, 1)); */
        animation: spinAnimation 1.3s infinite cubic-bezier(.53,.21,.29,.67);
        width: 28px;
        height: 28px;
        display: block;
    }

    .spinner.Color4 > .spinner-circle {
        border-color: #ffdeae;
        border-top-color: #f0ad4e;
    }


    .spinner.larg > .spinner-circle {
        border-width: 2px;
        width: 38px;
        height: 38px;
    }

    .spinner.small > .spinner-circle {
        border-width: 2px;
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .spinner > .spinner-label {
        margin-top: 10px;
        font-size: 14px;
    }

    .spinner.Color4 > .spinner-label {
        color: #f0ad4e !important;
    }

    .spinner.small > .spinner-label {
        font-size: 11px;
        margin-left: 5px;
        margin-top: 0;
    }


@-moz-keyframes spinAnimation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinAnimation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/***************************************************/
/************ Agent Detail listings styles *********/
/***************************************************/
.agentdetail-listings {
    margin: auto;
    white-space: nowrap;
}

    .agentdetail-listings .newlisting-theme2 {
        padding: 10px 15px;
    }





        .agentdetail-listings .newlisting-theme2 .nnl_wraper1 {
            margin: 0 0 30px;
        }

        .agentdetail-listings .newlisting-theme2 .nnl_listingImages .lgnfavlnkjqlnk {
            background: #ef1063;
            color: #fff;
            border: none;
            right: -11px;
            width: 30px;
            height: 30px;
            font-size: 0.9em;
            text-indent: -1px;
        }

        .agentdetail-listings .newlisting-theme2:hover .nnl_wraper1 {
            /* -webkit-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.4);
     -moz-box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.4);
     box-shadow: 0px 0px 16px 4px rgba(0,0,0,0.4);*/
        }

    .agentdetail-listings .nnl_listingImages > a {
        display: block;
        height: 185px;
        overflow: hidden;
    }

    .agentdetail-listings .nnl_listingImages .listing-image {
        border-radius: 0px;
    }

    .agentdetail-listings .nnl_centreSection {
        float: left;
        width: 83%;
    }

    .agentdetail-listings .nnl_listingImages {
        overflow: hidden;
        width: calc(100% + 30px);
        margin-bottom: 10px;
    }

    .agentdetail-listings .layoutTable {
        text-align: center;
        width: 50%;
    }

    .agentdetail-listings .newlisting-theme2:nth-child(1) .nnl_listingImages, .agentdetail-listings .newlisting-theme2:nth-child(2) .nnl_listingImages, .agentdetail-listings .newlisting-theme2:nth-child(5) .nnl_listingImages, .agentdetail-listings .newlisting-theme2:nth-child(6) .nnl_listingImages {
        float: right;
    }

    .agentdetail-listings .nnl_listingImages .banner_tag {
        left: 7px !important;
        position: absolute;
        top: 29px !important;
        padding: 3px 7px;
        color: #fff;
        border: solid 1px;
        z-index: 1;
    }

        .agentdetail-listings .nnl_listingImages .banner_tag:before {
            content: ' ';
            display: block;
            position: absolute;
            background: #666;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            filter: brightness(150%);
        }

        .agentdetail-listings .nnl_listingImages .banner_tag.For.Lease {
            background: #00BCD4;
        }

            .agentdetail-listings .nnl_listingImages .banner_tag.For.Lease:before {
                filter: brightness(65%);
            }

    .agentdetail-listings .nnl_listingImages .img-banner {
        left: 7px !important;
        position: absolute;
        top: 29px !important;
        display: none;
    }

    .agentdetail-listings .newlisting-theme2 .layoutTable {
        float: right;
        width: 100%;
        padding: 0px 10px;
    }

        .agentdetail-listings .newlisting-theme2 .layoutTable > a {
            border: 1px solid #d1ab67;
            color: #76674d;
            display: block;
            font-size: 0.95em;
            margin-left: -25px;
            padding: 4px;
            width: 130px;
            height: 39px;
            line-height: 28px;
            margin-top: 2px;
            background-color: #fff;
        }

            .agentdetail-listings .newlisting-theme2 .layoutTable > a span {
                display: block;
                height: 100%;
            }

    .agentdetail-listings .newlisting-theme2 .nnl_listingImages {
        float: right;
    }



    .agentdetail-listings .AddressFont {
        color: #3a76ba;
        float: none;
        font-family: arial;
        font-size: 1em;
        font-style: normal;
        font-weight: 700;
        /*line-height: 1.1vw;*/
        margin: 0 auto;
        min-height: 1vw;
        overflow: hidden;
        padding: 0 0 0.2vw;
        text-align: center;
        text-overflow: unset !important;
        text-transform: uppercase;
        white-space: normal !important;
    }

        .agentdetail-listings .AddressFont span {
            background-color: #fff;
            display: inline-block;
            padding: 0 10px;
            font-family: font1;
            font-weight: 700;
        }


    .agentdetail-listings .border {
        border: 1px solid #f0cd8e;
        float: right;
        margin-top: -11px;
        padding-top: 15px;
        width: 90%;
    }

        .agentdetail-listings .border .nnl_wraper {
            float: right;
            width: 100%;
        }


    .agentdetail-listings .municiplality {
        text-align: center;
        text-transform: uppercase;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
        font-size: 0.9vw;
        color: #fffffb;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .agentdetail-listings .layoutTable table {
        margin: auto;
        color: #fff;
        width: 100%;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
    }

    .agentdetail-listings .layoutTable table, .agentdetail-listings .layoutTable tbody, .agentdetail-listings .layoutTable tr, .agentdetail-listings .layoutTable td {
        display: block;
        width: 100%;
    }

        .agentdetail-listings .layoutTable table span {
            color: #fff;
            font-size: 0.9vw;
            width: 6vw;
            font-family: Ubuntu, Arial, Helvetica, sans-serif;
        }

    .agentdetail-listings .nnl_cell .PriceFont > span {
        display: block;
        text-align: left;
        color: #fc7922;
        padding: 0px 7px 3px 7px;
        border-bottom: 1px solid #e3e1de;
        margin-bottom: 3px
    }

    .agentdetail-listings .nnl_cell .PriceFont {
        font-weight: 400 !important;
    }

    .agentdetail-listings .layoutTable table td {
        padding-top: 1vh;
    }

        .agentdetail-listings .layoutTable table td.caption {
            display: none;
        }

    .agentdetail-listings .layoutTable table tr.beds {
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 10px;
    }

    .agentdetail-listings .layoutTable table tr.baths {
        float: right;
        width: 50%;
        text-align: left;
        padding-left: 10px;
    }

    .agentdetail-listings .layoutTable table tr.beds:after {
    }

    .agentdetail-listings .layoutTable table tr.baths span, .agentdetail-listings .layoutTable table tr.beds span {
        font-size: 0.75vw;
    }

    .agentdetail-listings .layoutTable table tr.beds td, .agentdetail-listings .layoutTable table tr.baths td {
    }

        .agentdetail-listings .layoutTable table tr.beds td:after {
            content: ' Bed';
            font-size: 0.75vw;
        }

        .agentdetail-listings .layoutTable table tr.baths td:after {
            content: ' Bath';
            font-size: 0.75vw;
        }

    .agentdetail-listings .newlisting-theme2 .col-md-4 {
        color: #8d7853;
        font-size: 0.95em;
    }

    .agentdetail-listings .nnl_cell .NameFont {
        font-weight: normal !important;
    }


    .agentdetail-listings .nnl_footer {
        width: 48%;
        border-top: solid 2px #f1f1f1;
        padding-top: 0.3vw;
        text-align: center;
    }

        .agentdetail-listings .nnl_footer ul {
            padding-bottom: 0;
        }

            .agentdetail-listings .nnl_footer ul li {
                display: block !important;
                padding-right: 0 !important;
                ;
            }

        .agentdetail-listings .nnl_footer a {
            background-color: #f4f2ee;
            border: 1px solid #bfb7a9;
            color: #bfb7a9;
            display: block;
            height: 35px;
            line-height: 36px;
            margin-bottom: 2px;
            width: 35px;
        }

            .agentdetail-listings .nnl_footer a i {
                font-size: 1.5em;
            }

    .agentdetail-listings .newlisting-theme2:nth-child(1) .nnl_footer, .agentdetail-listings .newlisting-theme2:nth-child(2) .nnl_footer {
        float: right;
    }

    .agentdetail-listings .newlisting-theme2 .nnl_footer {
        clear: both;
        float: right !important;
        margin-left: 0;
        margin-right: 9px;
        margin-top: 0;
        padding-top: 0;
        width: 35px;
    }

    .agentdetail-listings .top-pager {
        display: none;
    }

    /* Responsive --------------------------------------------------------------------------------------------*/
    .agentdetail-listings .newlisting-theme2 .nnl_listingImages .lgnfavlnkjqlnk {
        display: none;
    }

    .agentdetail-listings .newlisting-theme2:hover .nnl_listingImages .lgnfavlnkjqlnk {
        display: block;
    }

    agentdetail-listings .border, .agentdetail-listings .nnl_footer a, .agentdetail-listings .newlisting-theme2 .layoutTable > a, .agentdetail-listings .newlisting-theme2 .layoutTable > a span, .firstpage-expresslink .list-col a:before, .firstpage-expresslink .list-col a:after, .firstpage-expresslink .list-col a, .TodaySpecial .line3 > a, .TodaySpecial .photo-wrapper a, .rss-container .bg .read-more {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

        agentdetail-listings .border:hover {
            border-color: #70b3fd;
        }

        .agentdetail-listings .nnl_footer a:hover {
            color: #70b3fd;
            border-color: #70b3fd;
        }

        .agentdetail-listings .newlisting-theme2 .layoutTable > a:hover {
            border-color: #7ab7fc;
        }

            .agentdetail-listings .newlisting-theme2 .layoutTable > a:hover span {
                background-color: #7ab7fc;
                color: #fff;
            }

/************************************************************************************/



.spinner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .spinner.small {
        display: inline-block;
    }

    .spinner > .spinner-circle {
        border-radius: 50%;
        border: 3px solid;
        border-color: rgba(199,224,244,1);
        /* border-color: rgba(var(--palette-primary-tint-20,199, 224, 244),1); */
        border-top-color: rgba(0,120,212,1);
        /* border-top-color: var(--communication-background,rgba(0, 120, 212, 1)); */
        animation: spinAnimation 1.3s infinite cubic-bezier(.53,.21,.29,.67);
        width: 28px;
        height: 28px;
        display: block;
    }

    .spinner.Color4 > .spinner-circle {
        border-color: #ffdeae;
        border-top-color: #f0ad4e;
    }

    .spinner.small > .spinner-circle {
        border-width: 2px;
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
    }

    .spinner > .spinner-label {
        color: rgba(0,120,212,1);
        /* color: var(--communication-foreground,rgba(0, 120, 212, 1)); */
        margin-top: 10px;
        font-size: 14px;
    }

    .spinner.Color4 > .spinner-label {
        color: #f0ad4e !important;
    }

    .spinner.small > .spinner-label {
        font-size: 11px;
        margin-left: 5px;
        margin-top: 0;
    }

.med-fixd.spinner {
    position: fixed;
    top: 10%;
    left: 50%;
    height: auto;
    z-index: 9999;
    display: inline-block;
    background: #0000008a;
    border-radius: 4px;
    padding: 5px 10px;
}

.spinner.med-fixd > .spinner-circle {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    border-color: #fff;
    border-top-color: #555;
}

.spinner.med-fixd > .spinner-label {
    font-size: 14px;
    padding-left: 10px;
    margin-top: 5px;
    color: #fff;
}


@-moz-keyframes spinAnimation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinAnimation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*************************************/
/*********** Biography  *************/
/***********************************/
.bio-pic img {
    max-width: 100%;
}

.location_pic_top .bio-text, .location_text_top .bio-text {
    float: none;
    width: 100%;
}

.location_pic_top .bio-pic, .location_text_top .bio-pic {
    float: none;
    width: 100%;
}

.location_text_top .biography-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

.location_text_top .bio-pic {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

.pic_false > .biography .bio-text {
    float: none;
    width: 100%;
}

.text_false > .biography .bio-pic {
    float: none;
    width: 100%;
}

@media (min-width: 992px) {
    .location_text_left .bio-text {
        float: left;
    }

    .location_text_left .bio-pic {
        float: right;
    }
}




/*************************************/
/*********** Blog  *************/
/***********************************/
.blog_thumb img {
    max-width: 100%;
}

.blog_post {
    border-bottom: solid 1px #e6e6e6;
}

.blog_right .blog_post {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.blog_post:after {
    content: ' ';
    display: block;
    clear: both;
    width: 100%;
}

.blog_thumb {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    border: solid 1px #ccc;
    padding: 2px;
    border-radius: 2px;
}

.blog_right .blog_thumb a {
    max-height: 300px;
    overflow: hidden;
    display: block;
}

.blog_right .blog_content {
    width: 50%;
    float: left;
    background: #fafafa;
    padding: 10px;
    border: solid 1px #f1f1f1;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}

.blog_right h2.blog_newstitle {
    font-weight: bold;
    display: block;
    line-height: 25px;
}

.blog_right .blog_content p {
    font-size: 0.8em;
}

.blog_right .blog_readmore {
    display: inline-block;
    font-size: 0.8em;
}

.blog_datetime {
    font-size: 0.8em;
    font-weight: bold;
}

.blog_left .popular_container {
    margin-bottom: 50px;
}

    .blog_left .popular_container h2 {
        font-weight: normal;
        font-size: 0.8em;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 18px;
    }

.blog_left .blog_post {
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.blog_left .header-text h2.header-title {
    margin-bottom: 10px;
    font-size: 20px;
}

.blog_left .blog_datetime {
    color: #999;
}


/*** Blog Post *****/
.blog .LP_Icon > div {
    margin: unset;
}

.blog .News_Page_NewsPics img {
    border: solid 1px #ccc;
    padding: 2px;
    border-radius: 2px;
}

.blog .News_Page_NewsPics img {
    max-width: 100%;
}

.blog .News_Page_Container .blog_postedBy, .blog .News_Page_Container .News_Page_DateTime {
    font-size: 1.2em;
}

.blog .News_Page_NewsTitle {
    margin-bottom: 20px;
    line-height: 40px;
}

.blog .blog_search input {
    float: left;
    width: auto;
}

    .blog .blog_search input.form-control {
        width: 80%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.blog .blog_search .btn {
    width: 20%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}

.blog .blog_search .form-group:after {
    content: ' ';
    display: block;
    clear: both;
}
/*** Blog Grid *****/
.grid_view .blog_right .blog_post {
    width: calc(33% - 10px);
    float: left;
    margin-right: 10px;
    align-content: baseline;
}

.grid_view .blog_right .blog_thumb {
    float: none;
    width: 100%;
    margin-right: 0;
    height: fit-content;
}

.grid_view .blog_right .blog_content {
    width: 100%;
    float: none;
    margin-top: 5px;
    background: none;
    border: none;
}

.grid_view .blog_right .blog_thumb a {
    max-height: 200px;
}


/*** Blog Full *****/
.full_view .blog_post.is-flex {
    display: block;
}

.full_view .blog_right .blog_thumb {
    float: none;
    width: fit-content;
}

    .full_view .blog_right .blog_thumb a {
        max-height: unset;
    }

.full_view .blog_right .blog_datetime {
    display: block;
}

.full_view .blog_right .blog_content {
    float: none;
    width: auto;
}

.blog_postedBy {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

/*** Blog Responsive ****/
@media (max-width: 768px) {
    .grid_view .blog_right .blog_post {
        width: calc(50% - 10px);
    }
}

@media (max-width: 450px) {

    .blog_right .blog_thumb {
        float: none;
        width: 100%;
    }

    .blog_right .blog_content {
        width: 100%;
        float: none;
        margin-top: 5px;
    }

    .blog_left .popular_container {
        margin-left: 0px;
        margin-bottom: 50px;
    }

    .grid_view .blog_right .blog_post {
        width: 100%;
        float: none;
    }
}

@media (min-width: 992px) {
    .sidebar_left .blog_right {
        float: right;
    }

    .sidebar_left .blog_left {
        float: left;
    }
}


/******* Youtube module *******************/
#ytplayer {max-width: 100%;    max-height: 100%;}



/*********************************/
.zoom-hover .add-image a {    overflow: hidden;    display: block;}
.zoom-hover img {    -webkit-transition: -webkit-transform .5s;    -moz-transition: -webkit-transform .5s;    transition: transform .5s;    -webkit-backface-visibility: hidden;    -moz-backface-visibility: hidden;}
.zoom-hover img:hover {    -webkit-transform: scale3d(1.05,1.05,1);    -moz-transform: scale3d(1.05,1.05,1);    transform: scale3d(1.05,1.05,1);}










/*********************************/
/************ Responsive *********/
/*********************************/
@media only screen and (max-width: 760px) {

    .navbar-nav > li > a {
        display: block;
        padding: 10px;
        text-align: left;
        color: #e6de96;
    }

    #searchByFormInSearchPage .rcolumn {
        width: 100%;
    }


    .search-result-row > .col-md-4 {
        padding: 0;
    }



    .C_TitleMenu {
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .floatlink > a {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li {
        float: none;
        display: inline-block !important;
    }
}



@media (max-width: 991px) {
    .is-flex {
        display: block;
    }

    .navbar-header a.floatlink {
        display: block;
        margin-top: 20px;
        margin-left: 15px;
        float: right;
        font-size: 14px;
        background-color: red;
        padding: 5px 15px;
        border-radius: 3px;
        color: #fff;
    }
}

/* property detail listing slide */
@media (min-width: 970px) {
    .listing-slide .slick-slide img {
        max-width: 860px;
        max-height: 600px;
    }
}

@media (min-width: 470px) and (max-width: 969px) {
    .listing-slide .slick-slide img {
        max-width: 600px;
        max-height: 420px;
    }
}

@media (max-width: 468px) {
    .listing-slide .slick-slide img {
        max-width: 300px;
        max-height: 250px;
    }
}


.d-flex {display:flex;}
.contact-info .d-flex .right {    margin-right: 15px ;}