@import "https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic,300,300italic&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Droid+Sans:400,700";
@import "https://fonts.googleapis.com/css?family=Fjalla+One&subset=latin,latin-ext";
* {
    margin: 0;
    padding: 0;
}
body {
    color: #40423f;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
a {
    color: #27312b;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #27312b;
    outline: medium none;
    text-decoration: none;
}
p {
    line-height: 20px;
}
ol, ul {
    list-style: outside none none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0 none;
}
h1 {
    font-size: 43px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 18px;
}
.border1 {
    border-bottom: 2px solid #048185;
    float: left;
    height: 2px;
    width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right !important;
}
.fn {
    float: none;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}
.m0 {
    margin: 0;
}
.p0 {
    padding: 0;
}
.clear-both {
    clear: both;
    width: 100%;
}
.img-l {
    float: left;
    margin-right: 20px;
}
.img-r {
    float: right;
    margin-left: 20px;
}
.italic {
    font-style: italic;
}
input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
textarea {
    border: 0 none;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    padding: 10px;
}
.wrapper {
    height: 100%;
    width: 100%;
}
.header {
    background-image: url("../images/header-bg.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    float: left;
    min-height: 178px;
    width: 100%;
}
.head-row {
    background-image: url("../images/head-row.jpg");
    background-position: 0 0;
    margin: 0 auto;
    min-height: 178px;
    width: 1100px;
}
.row {
    margin: 0 auto;
    width: 960px;
    position: relative;
}
.logo {
    float: left;
    margin-top: 18px;
    width: 30%;
}
.head-r {
    float: right;
    margin-top: 18px;
    width: 60%;
}
.social {
    width: 100%;
}
.social ul {
    float: right;
}
.social ul li {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    margin: 0 6px;
    text-indent: -100000px;
    transition: all 0.3s ease 0s;
    width: 17px;
}
.social ul li:hover {
    cursor: pointer;
}
.social ul li a {
    display: block;
}
.social ul li.facebook {
    background-image: url("../images/facebook.png");
}
.social ul li.facebook:hover {
    background-position: 0 -17px;
}
.social ul li.twitter {
    background-image: url("../images/twitter.png");
}
.social ul li.twitter:hover {
    background-position: 0 -17px;
}
.social ul li.google-plus {
    background-image: url("../images/google-plus.png");
}
.social ul li.google-plus:hover {
    background-position: 0 -17px;
}
.menu1 {
    clear: both;
}
.menu1 ul {
    color: rgb(62, 121, 0);
	color: #004200;
}
.menu1 ul li {
    display: inline-block;
    line-height: 55px;
    margin-right: 13px;
}
.menu1 ul a {
    background-image: url("../images/down-arrow.png");
    background-position: right 11px;
    background-repeat: no-repeat;
    color: #004200;
    font-size: 20px;
    font-weight: 600;
    padding-right: 24px;
}
.menu1 ul a:hover {
    color: rgb(64, 66, 63);
}
.menu1 ul a.active {
    color: rgb(64, 66, 63);
}
.menu1 ul li span {
    background-image: url("../images/call-icon.png");
    background-position: 0 0;
    font-size: 24px;
    padding-left: 35px;
}
ul.sub-menu {
    display: none;
    padding: 0 10px;
}
.menu1 ul li:hover ul.sub-menu {
    background-color: #fff;
    background-image: url("../images/sub-menu-bg.jpg");
    background-position: 0 bottom;
    background-repeat: repeat-x;
    display: block;
    position: absolute;
    z-index: 9999999;
}
.menu1 ul li:hover ul.sub-menu li {
    border-bottom: 1px solid #a7a9a5;
    display: block;
    line-height: normal;
    margin-right: 0;
}
.menu1 ul li:hover ul.sub-menu a {
    background-image: none;
    color: rgb(75, 75, 75);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 6px 0;
}
.menu1 ul li:hover ul.sub-menu a:hover {
    color: rgb(62, 121, 0);
    font-weight: 400;
}
.min-slider {
    float: left;
    height: 560px;
    position: relative;
    width: 100%;
}
.slider {
}
.slider li {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 559px;
    width: 100%;
}
.slide-bg {
    background-image: url("../images/slider-bg.png");
    background-position: center bottom;
    bottom: 0;
    min-height: 75px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.main-container {
    float: left;
    margin-top: -20px;
    position: relative;
    width: 100%;
    z-index: 999999;
}
.common-row {
    margin: 0 auto;
    width: 970px;
}
.row2 {
    clear: both;
    margin: 0 auto;
    width: 1000px;
}
.sec1 {
    clear: both;
    width: 100%;
}
.left {
    float: left;
    width: 715px;
}
.sec1 h2 {
    color: #004200;
    font-weight: 300;
}
.sec1 h4 {
    color: rgb(64, 66, 63);
    font-weight: 600;
    line-height: 40px;
}
.sec1 p {
    color: rgb(64, 66, 63);
    line-height: 24px;
}
.ser-img {
    float: right;
    height: auto;
    position: relative;
    width: 242px;
}
.ser-img img {
    width: 100%;
}
.ser-bg {
    /*background-image: url("../images/ser-bg.png");*/
    background-position: center bottom;
    height: 242px;
    position: absolute;
    top: 0;
    width: 242px;
    z-index: 99;
}
.sec2 {
    float: left;
    margin: 15px 0;
}
.box {
    display: inline-block;
    margin-left: 10px;
    width: 230px;
}
.box h4 {
    color: #004200;
    font-weight: 600;
    height: 40px;
    margin-bottom: 10px;
}
.box img {
    border-radius: 10px;
    width: 100%;
}
.box p {
    color: rgb(59, 59, 59);
    line-height: 23px;
    margin-top: 10px;
}
.box input[type="button"] {
}
.box a {
    margin: 20px 0;
}
.box-in p {
    min-height: auto;
}
.box-in h4 {
    height: auto;
}
.sec2 .bx-wrapper {
}
.sec3 {
    margin: 20px 0;
}
.ab-content {
    background-image: url("../images/main-con-bg.jpg");
    background-position: 0 0;
    color: rgb(255, 255, 255);
    float: left;
    height: 386px;
    padding: 10px;
    width: 468px;
}
.ab-content div {
    border: 1px solid rgb(82, 83, 66);
    display: block;
    height: 345px;
    padding: 20px;
}
.ab-content h1 {
    font-weight: 300;
    line-height: 70px;
}
.ab-content p {
    color: #f8f8f8;
    line-height: 25px;
}
.ab-content a {
    margin: 10px 0;
}
.quick-form {
    background-color: #004200;
    float: right;
    min-height: 346px;
    padding: 30px;
    width: 452px;
}
.quick-form h3 {
    color: #fff;
    font-weight: 300;
}
.quick-form form {
    margin-top: 10px;
}
.quick-form .field {
    background-image: url("../images/q-input.png");
    width: 449px;
}
.quick-form .f-area {
    background-image: url("../images/q-area.png");
    min-height: 97px;
    width: 449px;
}
.quick-form label {
    width: 135px;
}
.quick-form input[type="text"] {
    float: right;
    width: 242px;
}
.quick-form textarea {
    float: right;
    min-height: 72px;
    width: 242px;
}
.footer {
    border-top: 1px solid rgb(178, 178, 178);
    float: left;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
}
.foot-l {
    float: left;
    text-align: right;
    width: 335px;
}
.logo2 {
}
.logo2 img {
    width: 100%;
}
.foot-l p {
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin: 10px 0;
}
.foot-l span.call {
    background-image: url("../images/call-icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #004200;
    font-size: 24px;
    padding-left: 35px;
}
.foot-l {
}
.foot-r {
    float: right;
    width: 445px;
}
.social2 {
}
ul.menu2 {
    float: right;
    margin: 13px 0;
}
ul.menu2 li {
    display: inline-block;
    padding-left: 32px;
    position: relative;
}
ul.menu2 li a {
    color: rgb(75, 75, 75);
    display: block;
    font-weight: 500;
    line-height: 28px;
    padding: 6px 0;
}
ul.menu2 li a.active {
    border-bottom: 1px solid rgb(78, 143, 10);
}
ul.menu2 li a:hover {
    border-bottom: 1px solid rgb(78, 143, 10);
}
.design {
    clear: both;
    color: rgb(73, 73, 73);
    font-size: 15px;
    text-align: right;
}
.design strong {
    color: #000000;
    display: block;
}
.head-inside {
    height: 350px !important;
}
.common-ban {
    height: 300px;
    width: 100%;
}
.left-con {
    float: left;
    width: 660px;
}
.sidebar {
    float: right;
    width: 280px;
}
.calci-ban {
    display: none;
    float: left;
    margin: 20px 0;
}
.calci-ban img {
    width: 100%;
}
.box-in {
    margin-left: 0;
}
.box-in h4 {
    color: #004200 !important;
}
.quick-form2 {
    background-color: #004200;
    float: left;
    overflow: auto;
    padding: 15px;
    width: 238px;
}
.quick-form2 h3 {
    color: rgb(255, 255, 255) !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
}
.quick-form2 .field {
    background-image: url("../images/q-input2.png");
    width: 229px !important;
}
.quick-form2 .f-area {
    background-image: url("../images/q-area2.png");
    min-height: 97px;
    width: 235px;
}
.quick-form2 label {
    font-size: 14px;
    padding: 0 10px !important;
    width: 93px;
}
.quick-form2 input[type="text"] {
    float: right;
    width: 95px;
}
.quick-form2 textarea {
    float: right;
    min-height: 72px;
    width: 95px;
}
.service .box {
    margin-left: 0;
}
.service .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: block;
}
.service .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -10px;
}
.our-team p {
    float: left;
    text-align: left !important;
}
.our-team img {
}
.news {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.news h4 {
    color: #40423f;
}
.news span {
    color: #636660;
    display: block;
    font-size: 14px;
}
.sm-dec {
    float: left;
    width: 100%;
}
.sm-dec .img {
    float: left;
    width: 130px;
}
.sm-dec .img img {
    width: 100%;
}
.sm-dec {
    float: right;
    margin-top: 10px;
    width: 100%;
}
.sm-dec .dec {
    float: right;
    width: 500px;
}
.sm-dec p {
    color: #40423f;
}
.sm-dec input[type="button"] {
    margin: 10px 0;
}
.sm-dec .img-full {
    float: left;
    width: 100%;
}
.sm-dec .img-full img {
    width: 100%;
}
.img-manage {
    width: 220px;
}
.img-manage img {
    width: 100%;
}
.listing {
    background-color: rgb(220, 220, 220);
    border: 1px solid rgb(200, 199, 198);
    float: left;
    margin-bottom: 30px;
    padding: 17px 17px 0;
}
.listing h4 {
    color: #40423f;
}
.listing span {
    color: #636660;
    display: block;
    font-size: 14px;
}
.sm-dec-li {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.sm-dec-li .img {
    float: left;
    width: 97px;
}
.sm-dec-li .img img {
    width: 100%;
}
.dec-li {
    float: right;
    margin-left: 17px;
    width: 500px;
}
.dec-li div {
    float: left;
    margin-bottom: 22px;
    margin-right: 10px;
}
.dec-li div strong {
    display: block;
}
.dec-li .add {
    width: 255px;
}
.dec-li .pro-type {
    width: 225px;
}
.dec-li .agent {
    width: 126px;
}
.dec-li .phone {
    width: 120px;
}
.dec-li .email {
    width: auto;
}
.search {
    background-image: url("../images/search-bg.jpg");
    float: left;
    margin: 15px 0;
    width: 100%;
}
.search input[type="text"] {
    float: right;
    width: 165px;
}
.map {
}
.map iframe {
    width: 100%;
}
.property {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.property span {
    color: rgb(69, 69, 69);
    display: block;
}
.property .field {
    width: 100%;
}
.property .field div {
    float: left;
    font-size: 15px;
    width: 140px;
}
.property .field div input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.property .field div label {
    font-weight: normal;
    line-height: 30px;
    padding: 0;
}
.pro-slider {
    float: left;
    width: 374px;
}
.prod_img {
    width: 100%;
}
.prod_slider {
    float: left;
}
.prod_slider li {
    background-color: #fff;
    height: 228px;
}
.prod_slider li img {
}
.slide-thumb {
    float: left;
    margin-left: 2px;
    margin-top: 0;
}
.slide-thumb .s-thu {
    float: left;
    height: 83px;
    margin-right: 10px;
    text-align: center;
    width: 83px;
}
.slide-thumb .s-thu img {
    width: 100%;
}
.pro-detail {
    float: left;
    width: 100%;
}
.right-con {
    float: right;
    font-size: 13px;
    margin-top: 13px;
    width: 258px;
}
.right-con p {
    margin-bottom: 5px !important;
}
.right-con p strong {
    display: block;
}
.note {
    color: #5e625b;
    float: left;
    font-size: 13px;
    font-style: italic;
    margin: 10px 0;
}
.tab1 {
    color: #40423f;
    float: left;
    font-size: 18px;
    margin: 15px 0;
    width: 650px;
}
dl {
    height: 250px;
    position: relative;
    width: 100%;
}
dl dt {
    color: #666666;
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 5px 0 0;
    padding: 0 14px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 9;
}
dl dt.current {
    background: rgb(228, 227, 227) none repeat scroll 0 0 !important;
    border-top: 2px solid rgb(77, 137, 98);
}
dl dd {
    background: #d4d2d2 none repeat scroll 0 0;
    border: 1px solid #c8c7c6;
    bottom: 0;
    height: 150px;
    left: 0;
    margin: 0;
    padding: 14px;
    position: absolute;
    top: 52px;
    width: 600px;
}
ul.list {
    color: #40423f;
    font-size: 15px;
}
ul.list li {
    background-image: url("../images/arrow2.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    display: block;
    line-height: 23px;
    margin-bottom: 10px;
    padding-left: 30px;
}
.b-n-r {
    background-repeat: no-repeat;
}
.b-n {
    background-image: none !important;
}
.common {
}
.common p {
    line-height: 22px;
    margin-bottom: 15px;
}
.common h2 {
    color: #004200;
    font-weight: 300;
    margin-bottom: 10px;
}
.sidebar h3 {
    color: #2d2f2a;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
}
.common h4 {
    color: rgb(64, 66, 63);
    font-weight: 600;
    line-height: 30px;
}
.margin-L0 {
    margin-left: 0 !important;
}
.field {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 47px;
    margin-bottom: 5px;
    width: 100%;
}
.field label {
    color: rgb(69, 69, 69);
    float: left;
    font-weight: bold;
    line-height: 47px;
    padding: 0 20px;
}
.field input[type="text"] {
    height: 47px;
    line-height: 47px;
    outline: medium none;
    padding: 0 10px;
}
.field textarea {
    background-color: rgba(0, 0, 0, 0);
    line-height: normal;
    outline: medium none;
    padding: 10px;
}
.field select {
    border: 0 none;
    padding: 7px;
}
.field-btn {
    clear: both;
    float: right;
    margin-right: 5px;
    text-align: right;
}
input[type="button"] {
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    width: 118px;
}
.btn {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    width: 125px;
    background: #003E00;
    color: #FFF;
    font-weight: normal;
}
.btn:hover {
    color: #FFF;
    background: #006300;
}
.btn-w {
    /*background-image: url("../images/btn2.png");
    color: rgb(255, 255, 255);*/
}
.btn-w:hover {
    /*
    background-image: url("../images/btn2.png");
    color: rgb(255, 255, 255);
    */
}
.btn2 {
    background-image: url("../images/btn2.png");
    color: rgb(255, 255, 255);
}
.btn2:hover {
    background-image: url("../images/btn2.png");
    color: #2c2c2c;
}
.bro-btn {
    background-image: url("../images/btn3.png");
    width: 132px !important;
}
.bro-btn:hover {
    background-image: url("../images/btn3.png");
}
.cancel {
    background-image: url("../images/cancel-btn.png");
    color: rgb(255, 255, 255);
    width: 88px !important;
}
.cancel:hover {
    background-image: url("../images/cancel-btn.png");
    color: #2c2c2c;
}
.search-btn {
    background-image: url("../images/search-btn.png");
    color: rgb(62, 121, 0) !important;
}
.search-btn:hover {
    color: rgb(69, 69, 69) !important;
}
.tab2 {
    float: left;
    margin: 15px 0 50px;
    width: 100%;
}
.tab2 dl {
    border-bottom: 1px solid rgb(178, 178, 178);
    height: 51px;
    position: relative;
    width: 100%;
}
.tab2 dl dt {
    color: rgb(102, 102, 102);
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 5px 0 0;
    padding: 0 14px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 99;
}
.tab2 dl dd {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    float: left;
    font-size: 15px;
    height: auto;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: inherit;
    top: 52px;
    width: 100%;
}
.tag1 {
    left: 0;
}
.tag2 {
    left: 180px;
}
.tag3 {
    left: 280px;
}
.tag4 {
    left: 125px;
}
.tag5 {
    left: 230px;
}
.properties {
    border-bottom: 1px solid rgb(128, 128, 128);
    float: left;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
}
.properties div {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    width: 150px;
}
.properties .img {
    width: 100px;
}
.properties .img img {
    width: 100%;
}
.properties .info {
    margin-left: 20px;
}
.properties div span {
    display: block;
}
.green {
    color: #004200;
    font-weight: 600;
}
.view-map {
    float: left;
    width: 100%;
}
.view-map img {
    width: 100%;
}
.pro-grid {
    float: left;
    width: 100%;
}
.box-g {
    border: 1px solid #e0dddd;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 300px;
    padding: 8px;
    vertical-align: top;
    width: 290px;
}
.box-g .img {
    width: 100%;
}
.box-g .img img {
    width: 100%;
    height: 180px
}
.box-g h4 {
    border-bottom: 1px solid rgb(128, 128, 128);
    color: #004200;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.info2 {
    line-height: 20px;
}
.info2 span {
    display: block;
}
.tes-l {
    float: left;
}
.detail {
    background-image: url("../images/tes-icon.jpg");
    background-position: left 0;
    background-repeat: no-repeat;
    color: rgb(83, 60, 44);
    margin: 35px 0;
    padding-left: 98px;
}
.detail p {
    margin-bottom: 10px;
}
.detail p.name {
    border-bottom: 1px solid rgb(174, 174, 174);
    color: rgb(69, 65, 62);
    font-weight: bold;
    padding-bottom: 10px;
}
.main2 {
    margin-top: 20px !important;
}
.search-bar {
    float: left;
    width: 100%;
}
.search-bar h2 {
    border-bottom: 1px solid rgb(167, 169, 166);
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
}
.search-bar .se-icon {
    float: right;
    position: relative;
    top: 5px;
    width: 35px;
}
.search-form {
    border: 1px solid rgb(224, 221, 221);
    border-radius: 10px;
    overflow: auto;
    padding: 11px;
}
.search-form .field {
    float: left;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 65px;
    width: 33%;
}
.search-form .field label {
    line-height: 35px;
    padding-left: 0;
    width: 90%;
}
.search-form .field input[type="text"] {
    border: 1px solid rgb(128, 128, 128);
    height: 32px;
    line-height: 32px;
    width: 87%;
}
.search-form .field select {
    border: 1px solid rgb(128, 128, 128);
    padding: 7px;
    width: 95%;
}
.click-list {
    font-size: 14px !important;
}
.click-list span {
    display: block;
}
.click-list span a {
    color: rgb(51, 136, 187);
}
.check-b {
}
.check-b span {
    font-weight: bold;
}
.check label {
    float: left;
    font-weight: normal;
    line-height: 25px;
    width: auto !important;
}
.search-form .field input[type="checkbox"] {
    float: left;
    margin-top: 11px;
    width: 29px;
}
#panel, #flip {
    margin-bottom: 30px;
}
#panel {
    display: none;
}
.simi-properties {
    float: left;
    margin: 15px 0;
    width: 100%;
}
.simi-properties div {
    float: left;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.simi-properties div span {
    border: 1px solid rgb(224, 221, 221);
    float: left;
    margin-right: 11px;
    padding: 5px 5px 0;
    width: 80px;
}
.simi-properties div span img {
    width: 100%;
}
.border {
    border-bottom: 1px solid rgb(174, 174, 174);
    float: left;
    margin: 15px 0;
    width: 100%;
}
.visible-desktop {
    display: block !important;
    visibility: visible;
}
.hidden-desktop {
    display: none !important;
    visibility: hidden;
}
.menunav {
    display: none;
}
.ml10 {
    margin-left: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ele_dofixed {
    position: fixed;
}
.quick-form2 {
    margin-bottom: 30px;
}
.tabs-container {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.tabs-menu {
    border-bottom: 1px solid rgb(178, 178, 178);
    display: block;
    margin-bottom: 10px;
    overflow: auto;
}
.tabs-menu li {
    float: left;
    margin: 0 5px 0 0;
}
.tabs-menu li.current {
    background: rgb(228, 227, 227) none repeat scroll 0 0 !important;
    border-top: 2px solid rgb(77, 137, 98);
}
.tabs-menu li a {
    color: rgb(102, 102, 102);
    display: block;
    font-size: 18px;
    line-height: 50px;
    padding: 0 14px;
    text-align: center;
}
.tab-content {
    display: none;
}
#tab-1 {
    display: block;
}
.search_btn {
    background-color: rgb(62, 121, 0);
    background-image: none;
    border-radius: 5px;
    clear: both;
    color: #fff;
    float: left;
    width: 97%;
}
.search_btn:hover {
    background-color: rgb(80, 150, 0);
    background-image: none;
    color: #fff;
}
.pro-sec1 {
    background-image: url("../images/pro-bg1.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    margin-bottom: 10px;
    padding: 0 8px;
    width: 100%;
}
.pro-sec1 .left {
    float: left;
    width: 75%;
}
.half-l {
    float: left;
    text-align: right;
    width: 27%;
}
.half-r {
    float: right;
    font-weight: bold;
    text-align: left;
    width: 72%;
}
.r-half-l {
    float: left;
    text-align: right;
    width: 58%;
}
.r-half-r {
    float: right;
    font-weight: bold;
    text-align: left;
    width: 40%;
}
.pro-sec1 .left h2 {
    font-size: 26px;
    font-weight: 400;
}
.pro-sec1 .left h3 {
    font-size: 20px;
}
.pro-sec1 .left h3 .add1 {
    display: block;
}
.pro-sec1 .right {
    float: right;
    width: 24%;
}
.pro-sec1 .right span {
    display: block;
}
.pro-sec1 .right .name {
    color: rgb(79, 106, 9);
    margin-bottom: 8px;
}
.pro-sec1 .right .number {
    color: rgb(79, 82, 91);
    font-size: 22px;
}
.pro-sec2 {
    float: left;
    margin-top: 10px;
    width: 980px;
}
.property-img {
    float: left;
    width: 200px;
}
.property-img span {
    float: left;
    margin-bottom: 10px;
}
.property-img span img {
    width: 100%;
}
.property-img span p {
    line-height: 25px;
    text-align: center;
    text-decoration: underline;
}
.pro-sec2-con {
    float: right;
    width: 695px;
}
.com-head h4 {
    background-color: rgb(227, 227, 227);
    clear: both;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.com-head {
    font-size: 14px;
}
.pro-sec-01 {
    float: left;
    margin-bottom: 30px;
}
.pro-sec-01 h4 {
}
.pro-sec-01 .left {
    float: left;
    margin-left: 10px;
    width: 60%;
}
.pro-sec-01 .right {
    float: right;
    width: 35%;
}
.pro-sec-01 p {
    margin-bottom: 0;
}
.av-space {
}
.table {
    border: 1px solid rgb(178, 178, 178);
}
.t-head {
    background-color: #d7f5d7;
    float: left;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
}
.table div {
    float: left;
    line-height: 40px;
}
.t-head .t1 {
    padding-left: 10px;
    width: 70px;
}
.t-head .t2 {
    width: 120px;
}
.t-head .t3 {
    width: 95px;
}
.t-head .t4 {
    width: 130px;
}
.t-head .t5 {
    width: 65px;
}
.t-head .t6 {
    width: 200px;
}
.t-head .t7 {
    padding-left: 10px;
    width: 38%;
}
.t-head .t8 {
    width: 20%;
}
.t-head .t9 {
    width: 20%;
}
.t-head .t10 {
    width: 20%;
}
.t-con {
    float: left;
    width: 100%;
}
.t-con .t1 {
    padding-left: 10px;
    width: 70px;
}
.t-con .t2 {
    width: 120px;
}
.t-con .t3 {
    width: 95px;
}
.t-con .t4 {
    width: 130px;
}
.t-con .t5 {
    width: 65px;
}
.t-con .t6 {
    width: 200px;
}
.t-con .t7 {
    padding-left: 10px;
    width: 38%;
}
.t-con .t8 {
    width: 20%;
}
.t-con .t9 {
    width: 20%;
}
.t-con .t10 {
    width: 20%;
}
.t-gray {
    background-color: #e7e3e7;
}
.title {
    color: #004200;
    display: block;
    font-weight: bold;
}
.pro-sec-01 .full p {
    margin-bottom: 10px;
    margin-left: 10px;
}
.full {
    width: 100%;
}
.pro-sec2-left {
    float: left;
    width: 285px;
}
.pro-sec2-left h4 {
    width: 97%;
}
.show-scrollbar {
    height: 390px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.pro-des1 {
    float: right;
    width: 598px;
}
.detail-cont {
    float: left;
    width: 986px;
}
.sec2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: static;
    width: 100%;
}
.sec2 .bx-controls.bx-has-pager {
    text-align: center;
}



table.properties-tbl {
    border: 1px solid #ccc;
    width: 88%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    float: right;
}

table.properties-tbl tr {
  border: 1px solid #ddd;
  padding: 5px;
}

table.properties-tbl th, table.properties-tbl td {
  padding: 5px;
  text-align: left;
}

table.properties-tbl th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    background: #044004;
}

table.properties-tbl td:first-child {
    width: 120px;
}



/* add css for new News design start */

.news_update_area img{
    max-width: 100%;
}

.news_update_area{
    width: 31%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}
.news_img{
    height: 300px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_cont p{
    font-size: 14px;
    line-height: 21px;
}
.news_cont h4{
    line-height: 25px;
    padding-bottom: 10px;
}
.news_cont h4 a{
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
}

.news_cont .btn {
    display: initial;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: none;
    border-radius: 0;
    width: auto;
    background: none;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.head-r .nav{
    display: none;
}


/* menu update start */

.menu1 ul a {
    font-size: 15px;
}
.menu1 ul li {
    line-height: 30px;
    margin-right: 12px;
    position: relative;
}
.menu1 ul ul{
    display: none;
    position: relative;
}
.menu1 ul li:hover ul{
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    background: #fff;
    width: 250px;
    z-index: 9999999;
    padding: 15px;
}
.menu1 ul ul li{
    display: block;
}
.menu1 ul a {
    background-position: right 7px;
}
.logo {
    margin-bottom: 20px;
}
.main-container.news_details {
    margin-top: 0;
}

.news_full_banner .img-full{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    overflow: hidden;
    border-bottom: 1px solid rgb(178, 178, 178);
    margin-bottom: 10px;
}
.news_full_banner .img-full img{
    width: 100%;
}

/* menu update start */


/* add css for new News design ends */

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

    .news_update_area {
        width: 98%;
        margin: 0 1%;
    }

}

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

    .head-r .nav{
        display: block;
    }

}


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

  table.properties-tbl {
    border: 0;
    width: 100%;
  }

  table.properties-tbl thead tr.head {
    display: none;
  }

  table.properties-tbl tr {
    /*
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
    */
  }

  table.properties-tbl td {
    /*display: block;*/
    text-align: left;
    font-size: 13px;
  }

  table.properties-tbl td:first-child {
      width: 115px;
  }

  table.properties-tbl td:last-child {
    border-bottom: 0;
  }

  table.properties-tbl td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.more-info {
    margin: 20px 0 10px;
}

.for-type {
    background: #B3B3B3;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.box.slide {
    min-height: 400px;
}

div.slide a.btn {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.bx-viewport {
    margin-bottom: 30px !important;
    min-height: 390px;
}

.service .box.box-in {
    min-height: 350px;
}

.pro-listing .bx-viewport {
    min-height: auto;
    margin-bottom: 0 !important;
}

h3#spanish {
    position: absolute;
    right: 200px;
    top: 20px;
    font-size: 24px;
    font-weight: normal;
}

li.filtered {
    float: right;
}

@media screen and (min-width:320px) {
    .head-inside {
        height: 80px !important;
    }
    .common-ban {
        height: 100px !important;
    }
}

@media only screen and (min-width:480px) {
    .head-inside {
        height: 110px !important;
    }
    .common-ban {
        height: 100px !important;     
    }
}
@media only screen and (min-width:600px) {
    .head-inside {
        height: 170px !important;
    }
    .common-ban {
        height: 166px !important;     
    }
}
@media only screen and (min-width:801px) {
    .head-inside {
        height: 300px !important;
    }
    .common-ban {
        height: 270px !important;     
    }
}