

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-image: url(../images/bg.jpg);
    background-size:contain;
    background-attachment:fixed;
    background-position:center;
}

a:link, a:visited { color: #FFFFFF; text-decoration: underline; font-weight: normal; }
a:active, a:hover { color: #00CCFF; text-decoration: none; }

p { margin: 0px; padding: 0 0 10px 0; font-size:13px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }

.mr_w20 {
    margin-right: 20px;
}

h1 {
    margin: 0px;
    padding: 2px 0;
    font-size: 30px;
    font-weight: bold;
}

h2 {
    margin: 0 0 15px 0;
    padding: 2px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/h1_bg.jpg) bottom left no-repeat;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 15px;
    font-weight: normal;
    color: #eef206;
    border-bottom: 1px solid #ffffff;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}


.image_wrapper{
    border: 1px solid #ffffff;
    margin-top: 3px;
    margin-bottom: 5px;
}

.fl_image{
    float: left;
    margin-right: 10px
}

.fr_image{
    float: right;
    margin-left: 10px
}

/* banner */

#templatemo_banner_wrapper {
    width: 100%;
    height: 325px;
    margin: 0 auto;
    /*background: url(../images/body_bg.png) repeat-x;*/
}

#templatemo_banner {
    width: 1027px;
    height: 325px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    background: url(../images/banner_bg.png) left top no-repeat;
}

#templatemo_site_title {
    text-align: left;
    margin-left: 300px;
    margin-bottom: 10px;
}

#templatemo_site_title h1 a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

#templatemo_site_title h1 a span {
    display: block;
    font-size: 11px;
    padding-left: 25px;
}

/* menu */

#templatemo_menu {
    clear: both;
    height: 37px;
    margin-left: 422px;
    margin-right: 18px;

}

#templatemo_menu ul {
    padding: 0 0 0 5px;
    margin: 0px;
    list-style: none;
}

#templatemo_menu ul li {
    padding: 0px;
    margin: 0px;
    display: inline;
}

#templatemo_menu ul li a {
    float: left;
    display: block;
    height: 27px;
    width: 90px;
    padding: 10px 0 0 0;
    margin-right: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    border-right:solid #fff 1px;
}

#templatemo_menu ul li a span {
    position: absolute;
    width: 5px;
    height: 37px;
    top: 0px;
    left: -5px;

}

#templatemo_menu li a:hover, #templatemo_menu li .current {
    text-shadow: 2px 2px 0px rgba(150, 150, 150, 1);
    color:#FFEB00;
}


/* end of menu */

/* end of banner */

/* content */

#templatemo_content {
    clear: both;
    width: 1000px;
    padding: 60px 15px 0 15px;
    margin: 0 auto;
    background: url(../images/content_top.png) top left no-repeat;
}

#side_column {
    float: left;
    width: 290px;
}

#main_column {
    float: right;
    width: 690px;
}

.section_w290 {
    clear: both;
    margin-bottom: 30px;
}

.news_box {
    padding: 0 15px 30px 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.54))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.54) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.54) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.54) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.54) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8a000000',GradientType=0 ); /* IE6-9 */
}

.news_section {
    clear: both;
    margin-bottom: 20px;
}

.find_agent a {
    display: block;
    width: 290px;
    height: 155px;
}

.section_w470 {
    float: right;
    width: 690px;
    margin-bottom: 30px;
}

.latest_properties {
    padding: 30px;
    background: #0076a3;
}

.latest_properties .img_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.img_list li {
    list-style: none;
    margin: 0 20px 20px 0;
    padding: 0px;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
}

.img_list li span {
    display: block;
    text-align: right;
    margin-top: 10px;
}

.aa1 {
    padding: 30px 15px 0 15px;
    background: #00abbe url(../images/re_search_top.png) top left no-repeat;
}

.aa1 h2 {
    padding-top: 25px;
    padding-left: 90px;
}

.aa1 form {
    text-align: right;
    padding: 0;
    margin:0;
}

.aa1 .form_row {
    clear: both;
    padding-bottom: 15px;
}

.aa1 .left_column {
    float: left;
    width: 210px;
}

.aa1 .right_column {
    float: right;
    width: 210px;
}

.aa1 form input {
    width: 80px;
    margin-left: 5px;
}

.aa1 form select {
    width: 100px;
    margin-left: 5px;
}

.aa1 form label {
    margin-left: 5px;
}

.aa1 form .submit_btn_02 {
    width: 80px;
}
/* end of content */

/* footer */
#templatemo_footer_wrapper {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    border-top: 10px solid #004966;
    background: #000000;
}

#templatemo_footer {
    width: 1027px;
    margin: 0 auto;
}

#templatemo_footer .section_w290 {
    float: left;
    width: 290px;
    border-right: 2px solid #ffffff;
}

#templatemo_footer .section_w200 {
    float: left;
    width: 200px;
    margin-left: 80px;
}

#templatemo_footer .section_w470 {
    float: right;
    width: 270px;
    text-align: right;
}

#templatemo_footer a {
    color: #5098b4;
    text-decoration: none;
}

#templatemo_footer .footer_menu {
    margin: 0 0 10px 0;
    padding: 0px;
    list-style: none;
}

.footer_menu li {
    margin: 0px;
    padding: 0 10px;
    border-right: 1px solid #5098b4;
    display: inline;
}

.footer_menu .last {
    border: none;
    padding: 0px;
    padding-left: 8px;
}

/* end of footer */


.half-custom
{
    width:50%;
    float:left;
    margin:20px 0;
}

h3{display: inline-block;}


.img-fluid
{
    max-width: 100%;
    height: auto;
}

.img_list img
{
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.sticky-footer {
    display: none;
    position: fixed;
    background: #3420AE;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.7rem;
    font-size: .9rem;
    z-index: 1000000;
}
