


.listing { margin: 4px; background: #fff; box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0; margin-bottom: 10px;}

.listing h2 { font-family: 'Quicksand', sans-serif; }
.listing a { color: #34454A; text-decoration: none; }
.listing .read-more-link { color: #cc0000; }
.listing-row-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:200px;
  min-width: 100%
 }

@media screen and (min-width: 601px) {
  .title h1 {
    font-size: 50px;
    text-align: center;
  }
  .thumbs .item { height: 160px !important; }
}

@media screen and (max-width: 600px) {
  .title h1 {
    font-size: 40px;
    text-align: center;
  }
  .title ul { margin-left: 10px; }
  .thumbs .item { height: 160px !important; }
}

 @media (max-width: 1199px) {
    .listing-row-image {
      width: 100%; } }

.listing-row-body {
  padding: 30px; }

@media (max-width: 1199px) {
  .listing-row-properties {
    padding-top: 0;
    width: 100%; } }


.listing-row-content p {
  text-align: left;
  font-family: 'Quicksand'; 
  font-weight: 300 !important;
}

  .listing-row-content strong {
  font-weight: 900; }

.listing-row-label-top {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 2; }
  .listing-row-label-top.listing-row-label-top-center {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .listing-row-label-top.listing-row-label-top-left {
    background-color: #0aab9a;
    left: 0; }
  .listing-row-label-top.listing-row-label-top-right {
    right: 0; }
  .listing-row-label-top a {
    border: 0 !important;
    color: #fff; }
    .listing-row-label-top a:hover {
      color: #fff;
      text-decoration: none; }

.listing-row-label-bottom {
  background-color: #ffe500;
  bottom: 0;
  color: #444;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  left: 50%;
  padding: 3px 15px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2; }

