@charset "utf-8";


.image_container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.image_container:hover .overlay {
  opacity: 1;
}
.property_container {
    margin: 0px;
    padding: 0px;
    width: 100%;
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  
}
#property_index {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#property_index li {
    float: left;
    list-style-type: none;
    margin: 1%;
    width: 31.333%;
    background-color: #FFFFFF;
    border: 1px solid #90C78C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#property_index li a img {
    width: 100%;
}

#property_index li a {
    text-decoration: none;
}
#property_index li .let {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}
#property_index li .let img {
    width: 120px;
}
#property_index li a .property_price {
    display: block;
    background-color: #27B51C;
    color: #000000;
    padding: 10px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(270deg,rgba(98,240,87,1.00) 0%,rgba(31,144,22,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(98,240,87,1.00) 0%,rgba(31,144,22,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(98,240,87,1.00) 0%,rgba(31,144,22,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(98,240,87,1.00) 0%,rgba(31,144,22,1.00) 100%);
}
#property_index li a h4 {
    padding: 5px;
    margin: 10px!important;
    display: block;
    color: #27B51C;
    font-size: 18px;
}
#property_index li a .property_specs {
    width: 100%;
    padding-left: 10px;
}
#property_index .property_specs tr th , #property_index .property_specs tr td{
    color: #000000;
}


#property_index_h {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#property_index_h li {
    list-style-type: none;
    margin: 1%;
    width: 31.333%;
    background-color: #FFFFFF;
    border: 2px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    border-bottom: 10px solid #27B51C;
    padding-bottom: 30px;
}
#property_index_h li .image_container {
  width: 100%;
  
}

#property_index_h li .property_container{
  width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#property_index_h li .contact_tel, #property_index_h li .contact_email {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: #3D3D3D;
  background-repeat: no-repeat;
}
#property_index_h li .contact_tel img, #property_index_h li .contact_email img {
  display: inline-block;
  height: 15px;
  width: auto;
  vertical-align: middle;
}

#property_index_h li .btn_more {
    position: absolute;
    bottom: 0px;
    right: 10px;
    display: block;
    background-color: #035C00;
    padding: 10px 15px;
    color: #fff;
}
#property_index_h li a img {
    width: 100%;
    display: block;
    margin: 0px;
}

#property_index_h li a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#property_index_h .let {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}
#property_index_h .let img {
    width: 180px;
}
#property_index_h li a .property_price {
    display: block;
    color: #000000;
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}
#property_index_h li a h4 {
    display: block;
    color: #035C00;
    font-size: 22px;
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
}
#property_index_h li a .property_specs {
    width: 100%;
    padding-left: 10px;
}
#property_index_h .property_specs tr th, #property_index_h .property_specs tr td {
    color: #000000;
}
#property_index_h .property_specs tr th{
    width: 120px;
}


.property_header {
    background-color: #BEE0B5;
}
.property_mainimage, .property_images {
    width: 66%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#property_maindescription {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.property_header {width: 100%}

.property_description , #property_callback {
    float: left;
    width: 34%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
    box-sizing: border-box;
    background-color: #BEE0B5;
}
.property_images h4 {
    color: #035C00;
}
#property_maindescription {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#property_callback {
    background-color: #02370A;
    color: #FFFFFF;
    margin-top: 10px;
}
#property_callback h3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #fff;
}
.property_mainimage img {
    width: 100%;
}
.property_mainimage {
    border-right: 5px solid #02370A;
    background-size: cover;
    position: relative;
}

.property_mainimage .let {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}
.property_mainimage .let img {
    width: 180px;
}

#contact_form button {
    background-color: #02370A;
    border-style: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}
.property_description h1 {
    color: #02370A;
    font-size: 28px;
    border-bottom: 1px solid #02370A;
    margin: 0px;
    padding-bottom: 5px;
}
.property_description .price {
    color: #2F2F2F;
    font-size: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-weight: bold;
}
.property_images {
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #27B51C;
    box-sizing: border-box;
    margin-top: 10px;
}
.property_images ul {
    padding: 0px;
    margin: 0px;
}
.property_images ul li {
    float: left;
    list-style-type: none;
    margin: .5%;
    width: 24%;
}
#property_callback p {
    color: #FFFFFF;
}
.property_images li img {
    width: 100%;
}


@media (max-width: 960px) {
.property_description h1 {
    color: #02370A;
    font-size: 22px;
}
.property_description .price {
    color: #2F2F2F;
    font-size: 16px;
    font-weight: bold;
}
.property_description p {
    padding: 0px;
    margin: 0px;
}

}
@media (max-width: 850px) {

}

@media (max-width: 760px) {
    .property_mainimage, #property_maindescription {
    width: 100%;
    float: left;
}
.property_description, #property_callback, .property_images {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
    box-sizing: border-box;
}
.property_mainimage {
    width: 100%;
    border-right: 5px none #02370A;
    border-bottom: 5px solid #02370A;
}
.property_images ul li {
        width: 24%;
    }
    
    .property_container {
        display: flex;

  
}

.property_container .property_mainimage {
	order: 1;
}

.property_container #property_maindescription {
	order: 4;
}

.property_container .property_images {
	order: 3;
}

.property_container .property_description {
	order: 2;
}

.property_container #property_callback {
	order: 5;
}
#property_index li, #property_index_h li {
    width: 48%;
}
}
@media (max-width: 650px) {

    .property_images ul li {
        width: 32.333%;
    }
    #property_index_h .let img {
    width: 100px;
}
}

@media (max-width: 480px) {

    #property_index li, #property_index_h li {
        width: 98%;;
    }
    .property_images ul li {
        width: 49%;
    }
}
