.clearfix {
  display: block;
  clear: both;
  content: ""; }

body {
  background-color: #F4F2ED !important;
}

.img-responsive {max-width: 100%; height: auto;}

.container img {max-width: 100%; height: auto;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}

.shade{padding:7px;background:#f7fdff; border-radius: 20px;margin:10px 0;}

.breadcrumbs-menu {   text-align: left; }
.breadcrumbs-menu strong {color:#eeeee4; }
.breadcromb-box {   text-align: left; }


.casetagvd1 .single-looking-box p {color:#000000;}
.casetagvd1 .single-looking-box h3 a:hover {color:#3F85CE;}


/* Stiluri generale pentru slide */
.maaxen-main-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Stiluri specifice pentru dispozitive mobile */
@media (max-width: 768px) {
  .maaxen-main-slide {
      background-size: contain;
  }
}

#content {
 /*   max-width: 600px;*/
    margin: 0 auto;
}

#loading {
	position: fixed;
    bottom: 0;
    text-align: center;
    padding: 20px;
    display: none;
}

.ajax-loader img {width:100px;}


  .property-status-gvd{
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      height: 30px;
      line-height: 20px;
      padding: 4px 15px;
      position: absolute;
      right: 0;
      top: 25px;
      width: 110px;
      z-index: 9;
    

  }

  .property-status-gvd.sold {
  background: #eb3c48 none repeat scroll 0 0;
  }

  .property-status-gvd.free {
    background: #00b600 none repeat scroll 0 0;
    }
    .property-status-gvd.buy {
      background: #1800ff none repeat scroll 0 0;
      }
	  
	  
	  
/* main changes */	  
.header-main-area::before {
    border-color: #000000 transparent;
  }

.header-main-area::after {
   background: #000000;
}	  
.property-inner-image, .agent-image, .agent-text, .single-testimonial, .blog-text, .property-attach, .property-info, .property-list-body .single-property, .roundgvd img {
    border-radius: 20px;
}




.maaxen-btn-w {
  padding: 10px 82px 12px 85px;
}

.tab-panel-body-1 ul {-webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;}
  


  .agent-contact ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  
  
  
  
  
  
  
  
  
  
  
 .rtable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.rtable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.rtable table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.rtable table th,
.rtable table td {
  padding: .625em;
  text-align: center;
}

.rtable table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .rtable table {
    border: 0;
  }

  .rtable table caption {
    font-size: 1.3em;
  }
  
  .rtable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .rtable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .rtable table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .rtable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .rtable table td:last-child {
    border-bottom: 0;
  }
}



