/* sass */
/* Nuevo codigo casa especial */
.specialHouse-wrp {
  padding: 13px 10px;
  background: #f6f6f6; }

.type-post .entry .specialHouse {
  background: #fff;
  border-radius: 2px;
  height: 178px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.29);
  margin-bottom: 13px;
  position: relative;
  font: 400 16px/24px latoWeb; }
  .type-post .entry .specialHouse h3 {
    padding-top: 0;
    margin-bottom: 0;
    width: calc(100% - 80px); }
  .type-post .entry .specialHouse a:not(.locality) {
    color: #444;
    text-decoration: none;
    font: 500 20px/24px latoWeb;
    margin-bottom: 8px;
    width: 80%; }
    .type-post .entry .specialHouse a:not(.locality) strong {
      font-weight: normal; }

.specialHousePhoto, .specialHouseName {
  float: left; }

.specialHousePhoto {
  width: 250px;
  height: 178px; }
  .specialHousePhoto img {
    width: 100%;
    height: 100%; }

.specialHouseName {
  padding: 1em;
  line-height: 26px;
  width: calc(100% - 250px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .specialHouseName .house-type {
    color: #999; }
  .specialHouseName .people {
    margin-right: 1em; }
  .specialHouseName a.locality {
    text-decoration: none;
    color: #444; }

#content .specialHouseName p {
  margin-bottom: 12px; }

.five-star-wrapp {
  position: absolute;
  right: 1em;
  top: 1.3em; }

.specialHouseDesc {
  display: none; }

.specialHouseName p {
  margin-bottom: 8px; }

.specialHousePhoto {
  position: relative; }
  .specialHousePhoto a {
    display: block;
    height: 178px;
    width: 250px !important; }

.specialHouse.gallery .gallery-arrow {
  display: none; }
.specialHouse.gallery:hover .gallery-arrow {
  display: block; }
.specialHouse.gallery .photo-num, .specialHouse.gallery .gallery-arrow {
  position: absolute;
  z-index: 3; }
.specialHouse.gallery .photo-num {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
  right: 0;
  z-index: 2; }
.specialHouse.gallery .gallery-arrow {
  position: absolute;
  width: 48px !important;
  height: 85px;
  margin: 0 auto !important;
  top: 50px;
  left: 201px;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  background: url(/images/fallback-right.png);
  background-image: url("/images/right.svg"), none;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1; }
  .specialHouse.gallery .gallery-arrow.arrow-prev {
    text-align: left;
    right: inherit;
    left: 0;
    background: url(/images/fallback-left.png) no-repeat;
    background-image: url("/images/left.svg"), none;
    background-repeat: no-repeat;
    background-position: center center; }
    .specialHouse.gallery .gallery-arrow.arrow-prev i {
      top: 19px; }
  .specialHouse.gallery .gallery-arrow i {
    vertical-align: top;
    position: absolute;
    left: 17px;
    top: 28px; }
