.livingPage .cover {
  height: 500px;
  background-image: url('/img/living/cover.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 150px;
}
.livingPage .cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to bottom, transparent, #000000);
  z-index: 0;
}
.livingPage .cover > .row {
  position: relative;
  z-index: 1;
}
.livingPage .cover h1,
.livingPage .cover h2 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.livingPage h1 {
  font-size: 48px;
  color: #ffffff;
}
.livingPage .h1 {
  font-size: 42px;
}
.livingPage .h1 + .h3 {
  font-size: 24px;
  color: #9b9b9b;
  margin-left: auto;
  margin-right: auto;
}
.livingPage .h3 {
  color: #ffffff;
}
.livingPage .living-block p {
  color: #9b9b9b;
}
.livingPage .multiCol p {
  color: #9b9b9b;
}
.livingPage .tit {
  margin: 0 0 20px 0;
  padding-bottom: 0;
  color: #2d2c2c;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  font-weight: 300;
  font-family: 'Circular Std Book', sans-serif;
}
.livingPage .col_2 .tit {
  font-size: 18px;
}
/*--------------------------------------------------
Image retina display
--------------------------------------------------*/
.ctaGallery {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #8a8a8a;
  color: #fff;
}
.ctaGallery .row {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ctaGallery span {
  cursor: pointer;
  padding: 10px 15px;
  border: 2px solid #7c7c7c;
  border-top: 0;
  border-bottom: 0;
  display: block;
  font-size: 18px;
  font-family: 'Circular Std Book', sans-serif;
}
.ctaGallery span::hover {
  opacity: 0.8;
}
.ctaGallery .col_3:first-child span,
.ctaGallery .col_2:first-child span {
  border-right: 0;
}
.ctaGallery .col_2:last-child span {
  border-left: 0;
}
.ctaGallery [data-gallery=c_580].on,
.c_580 .tit {
  color: #cfac53;
}
.ctaGallery [data-gallery=c_581].on,
.c_581 .tit {
  color: #c93c0f;
}
.ctaGallery [data-gallery=c_582].on,
.c_582 .tit {
  color: #aaae0a;
}
.ctaGallery [data-gallery=c_583].on,
.c_583 .tit {
  color: #009499;
}
.ctaGallery [data-gallery=c_584].on,
.c_584 .tit {
  color: #7477b0;
}
/*# sourceMappingURL=living.css.map */