

/* Reset */




/* Helpers */

  .box-shadow, .btn, #main_menu, .pre-footer, #hero .hero-search, .thumbnail, #property .property-status-badge {
    box-shadow: 1px 1px 4px rgba(0,0,0,.1);
  }
  #property .no-media, .box, .aside, #contact_form_wrapper, #mg_property_results .property-listing, #map, .multimedia-container, .print-property, .search-results .mg-notice, #gallery {
    background: #fff;
    padding: 15px;
    box-shadow: 10px 10px 40px rgba(0,0,0,.1);
  }
  .box-lg {
    padding: 30px;
  }
  .uppercase, .thumbnail .caption h3 .label, .btn, .price .listing-type, #property .featured-properties .type {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #08539D;
    color:white;
    width: 85px;
    padding: 3px 5px;
    text-align: center;
    border-radius: 4px;
  }
  .text-shadow, .section-head h1, .welcome h2, #property .section-head {
    text-shadow: 1px 1px 2px rgba(0,0,0,.15);
  }
  .property-status-badge.sold, .property-status-badge.rented {
    background: #de5656;
  }
  .property-status-badge.reserved {
    background: #fdbe45;
  }
  .property-status-badge {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 7px;
    font-weight: 900;
    font-size: .8em;
    color: #fff;
  }
  #hero, .section-head {
    background: url('../built_in_images/img-milan.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .filter-action .input-button, .agents .btn, .agents .btn:focus, .agents .btn:active:focus, .agents .btn.active:focus, .agents .btn.focus {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #FDFEFE),
      color-stop(1, #eeeeee)
    );
    background-image: -o-linear-gradient(bottom, #FDFEFE 0%, #eeeeee 100%);
    background-image: -moz-linear-gradient(bottom, #FDFEFE 0%, #eeeeee 100%);
    background-image: -webkit-linear-gradient(bottom, #FDFEFE 0%, #eeeeee 100%);
    background-image: -ms-linear-gradient(bottom, #FDFEFE 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #FDFEFE 0%, #eeeeee 100%);
    color: #707070!important;
    border-color: #d6d6d6;
  }
  .filter-action .input-button {
    padding: 5px 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    font-size: 1em;
  }





  /* Pagination */

    .header-pagination {
      display: none;
    }
    .pagination {
      border: 1px solid #e4e8eb;
      border-radius: 5px;
      overflow: hidden;
      float: right;
      margin: 10px 0 0 0;
    }
    .header-pagination .pagination {
      float: none;
      margin: 0;
    }
    .pagination ul {
      padding: 0;
      margin: 0;
    }
    .pagination ul li {
      display: inline-block;
      margin-right: -5px;
      padding: 5px 10px;
      border-right: 1px solid #e4e8eb;
    }
    .pagination ul li a, .pagination ul li.currentpage, .pagination ul li.disablepage, .pagination ul li span, .pagination ul li span {
      display: inline-block;
      font-weight: bold;
      font-size: 13px;
    }
    .pagination ul li.currentpage {
      color: #fff;
      margin-right: -4px;
      padding: 7px 10px;
    }

  /* Properties */

    #mg_property_listings {
      clear: both;
      padding: 8px;
      list-style: none;
    }
    #mg_property_listings .property-listing {
      margin: 15px 0;
    }
    #mg_property_listings .property-listing .photo {
      float: left;
      text-align: center;
      margin-right: 20px;
      position: relative;
      background: #f0f3f6;
      width: 300px;
      border-radius: 4px;
    }
    #mg_property_listings .property-listing .photo a:hover:before {
      border-radius: 4px;
    }
    #mg_property_listings .property-listing .photo img {
      border-radius: 4px;
      width: 100%;
    }
    #mg_property_listings .property-listing .photo .property-status-badge, .home .thumbnail .property-status-badge {
      display: block;
      font-size: 13px;
      position: absolute;
      top: -8px;
      margin-left: -8px;
      border-radius: 3px 3px 3px 0;
      z-index: 1;
    }
    #mg_property_listings .property-listing .photo .property-status-badge:after, .home .thumbnail .property-status-badge:after {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      position: absolute;
      left: 0;
      margin-top: 4px;
    }
    #mg_property_listings .property-status-badge.sold:after, #mg_property_listings .property-status-badge.rented:after, .home .thumbnail .property-status-badge.sold:after, .home .thumbnail .property-status-badge.rented:after {
      background: url('../images/status-badge-red.png');
    }
    #mg_property_listings .property-status-badge.reserved:after, .home .thumbnail .property-status-badge.reserved:after {
      background: url('../images/status-badge-yellow.png');
    }
    #mg_property_listings .price {
      position: relative;
      min-height: 30px;
    }

    .property-listing .description h4.name {
      margin: 0;
      font-size: 15px;
    }
    .property-listing .description h4.name a {
      color: inherit;
    }
    .property-listing .description p {
      margin: 0;
    }
    .property-listing .info {
      padding: 0;
    }
    .property-listing .info li {
      display: inline-block;
      border-right: 2px solid #e4e8eb;
      padding-right: 7px;
      margin-right: 7px;
    }
    .property-listing .info li:last-child {
      border: 0;
    }
    .property-listing .description .btn {
      margin-top: 10px;
      padding: 4px 10px;
    }
    .property-listing li {
      list-style: none;
      position: relative;
    }
    .home .thumbnail .property-status-badge {
      font-size: 18px;
      z-index: 2;
    }

    /* Filter Bar */

      .mg_filter-bar a {
        color: inherit;
      }
      .mg_filter-bar .filter {
        margin-bottom: 0px;
      }
      .field-group {
        overflow: hidden;
        clear: both;
      }
      .field-group .field {
        float: left;
        display: inline;
        width: 50%;
        clear: none;
        overflow: hidden;
      }
      .field-group .field:first-child {
        float: left;
        display: inline;
        width: 47%;
        clear: none;
        overflow: hidden;
        margin-right: 3%;
      }

    /* Applied Filters */

    .applied-filters {
      float: left;
      white-space: nowrap;
    }
    .applied-filters h3 {
      font-size: 13px;
      line-height: 32px;
      font-weight: 400;
      margin-bottom: 0px;
      float: left;
      margin-right: 7px;
      padding-top: 1px;
    }
    .applied-filters h3:after {
      content: ':';
    }
    .applied-filters ul {
      padding-left: 0;
    }
    .applied-filters ul li a {
      color: #fff;
      padding-right: 15px;
      background: url('../images/close.png')no-repeat right 5px;
    }
    .applied-filters ul li a:hover {
      text-decoration: none;
    }
    .applied-filters ul li a span.title:after {
      content: ':';
      margin-right: 3px;
    }
    .applied-filters ul li a .description {
      font-weight: bold;
    }

/* Property Show */

  /* Property Section Head */

    #property .section-head {
      color: #fff;
      margin-bottom: -180px;
    }
    #property .content {
      margin-bottom: 30px;
    }
    #property .no-media {
      height: 535px;
      background-image: url('../images/no-media.png');
      background-repeat: no-repeat;
      background-position: center center;
      margin-top: 20px;
    }
    #property .name h1 {
      margin: 0;
      font-size: 24px;
      font-weight: 600;
    }
    #property .name h2.location {
      margin: 5px 0;
      font-size: 17px;
      color: #fff;
    }
    #property .name h2.location a {
      color: #fff;
      text-decoration: underline;
    }
    #main_features {
      margin-top: 10px;
    }
    #main_features ul {
      padding: 0;
      list-style: 0;
    }
    #main_features ul li, .applied-filters ul li {
      display: inline-block;
      margin: 5px 7px 0 0;
      padding: 3px 7px;
      font-size: 13px;
      border-radius: 4px;
      box-shadow: 1px 1px 2px rgba(0,0,0,.05);
      font-weight: 400;
    }
    #main_features ul li.property-type:before {
      display: none;
    }
    #prices {
      font-size: 28px;
      font-weight: bold;
    }
    #prices ul {
      padding: 0;
      list-style: none;
    }
    #prices .property-status-badge {
      float: right;
    }
    #prices .temporary-rates li {
      color: #fff;
      font-size: 20px;
    }




/* New prices */

#property #prices {
  font-size: 18px;
}
#property #prices .listing-type-price {
  font-size: 36px;
  color: #fff;
}
#property #prices .listing-type li:last-child {
  margin-bottom: 5px;
}
#property #prices li {
  font-size: 24px;
}
#property #prices .period {
  font-size: 16px;
  margin-left: 3px;
}
#property #prices .price-type > .listing-type {
  text-transform: lowercase;
}
#virtual_tour iframe {
  width: 100%;
  min-height: 350px;
  border: 0;
  margin-top: 1px;
}
#virtual_tour iframe {
  margin-bottom: 0;
}

.contenedor{
  margin: 40px;
}
.dinero{
    font-size: 18px;
    font-family:sans-serif;
    color: blue;
}
.collapse {
    display: none;
}
.collapse.in {
    display: inline-block;
}
