body.md-skin.layout-empty {
  background: #fff;
  font-family: Arial;
  color: #222;
  font-size: 14px;
}

#property-photos-main {
  margin: 16px auto;
  width: 90vw;
}

.property-title > div, .owner-info > div {
  margin-bottom: 8px;
}

.t-title {
  font-size: 16px;
  font-weight: bold;
}

#property-gallery {
  margin-bottom: 24px;
}

/**
 * Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.7
 *
 * Demo and documentation: http://coffeescripter.com/code/ad-gallery/
 */
.ad-gallery * {
  margin: 0;
  padding: 0;
}

.ad-gallery .ad-image-wrapper {
  width: 100%;
  height: 67.5vw;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background: #F4F7FA;
}
.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-image {
  box-shadow: 4px 4px 4px -4px black;
}
.ad-gallery .ad-image-wrapper .ad-next,
.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-next {
  right: 0;
}
.ad-gallery .ad-image-wrapper .ad-prev {
  left: 0;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  font-size: 18px;
  display: none;
  position: absolute;
  top: 47%;
  left: 8px;
  z-index: 101;
  color: #fff;
  opacity: 0.8;
  background-color: #222;
  text-align: center;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  width: 40px;
  height: 40px;
  right: 8px;
  left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(/images/ad-gallery/opa75.png);
  color: #000;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}
.ad-gallery .ad-controls {
  height: 20px;
  display: none;
}
.ad-gallery .ad-info {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  background-color: #222;
  z-index: 200;
}
.ad-gallery .ad-slideshow-controls {
  float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
  font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}
.ad-gallery .ad-nav {
  width: 100%;
  position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
  padding-top: 23px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
  font-size: 18px;
  width: 44px;
  cursor: pointer;
  display: block;
  color: #222;
  text-align: center;
}
.ad-gallery .ad-back {
  left: 0;
}
.ad-gallery .ad-forward {
  right: 0;
}
.ad-gallery .ad-nav .ad-thumbs {
  overflow: auto;
  margin: 0 52px;
  height: 66px;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
  width: 9000px;
  list-style: none;
}
.ad-gallery .ad-thumbs .ad-thumb-list:after {
  content: '';
  display: block;
  clear: both;
}
.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 8px;
}
.ad-gallery .ad-thumbs li a {
  display: block;
  background-color: #F4F7FA;
  width: 88px;
  height: 66px;
}
.ad-gallery .ad-thumbs li a img {
  display: block;
  max-width: 88px;
  max-height: 66px;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

@media (min-width: 992px) {
  #property-photos-main {
    width: 64vw;
    margin: 16px auto;
  }

  .ad-gallery .ad-image-wrapper {
    height: 48vw;
  }
  .ad-gallery .ad-forward, .ad-gallery .ad-back {
    padding-top: 50px;
  }
  .ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    height: 120px;
  }
  .ad-gallery .ad-nav .ad-thumbs li a {
    width: 160px;
    height: 120px;
  }
  .ad-gallery .ad-nav .ad-thumbs li a img {
    max-width: 160px;
    max-height: 120px;
  }
}
