/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:85em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:85.063em)/";
  width: 85.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:85.063em) and (max-width:120em)/";
  width: 85.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: 'Questrial', "montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #008CBA; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #008CBA; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: none;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: none;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: none;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: none;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: none;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: none;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: none;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 85em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 85.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 85.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: 'Questrial', "montserrat", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin: -10px 0 0 0;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -3.5rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 0.8rem;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.skip-links .skip-link {
  display: block;
  max-height: 0;
  text-align: center;
  overflow: hidden;
  transition: max-height .5s linear; }
  .skip-links .skip-link:focus {
    max-height: 24px; }

.read-more-action {
  background: #0397ac;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 0.2em 0.8em;
  display: inline-block;
  transition: color .3s ease; }
  .read-more-action:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1.5;
    color: #bfc0b9;
    vertical-align: top; }
  .read-more-action:hover {
    color: #bfc0b9; }

@font-face {
  font-family: "webimmo-3";
  src: url("/fonts/webimmo.eot?3");
  src: url("/fonts/webimmo.eot?3#iefix") format("embedded-opentype"), url("/fonts/webimmo.ttf?3") format("truetype"), url("/fonts/webimmo.woff?3") format("woff"), url("/fonts/webimmo.svg?3#webimmo") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: obj3d;
  src: url("/fonts/obj3d.eot");
  src: url("/fonts/obj3d.eot#iefix") format("embedded-opentype"), url("/fonts/obj3d.ttf") format("truetype"), url("/fonts/obj3d.woff") format("woff"), url("/fonts/obj3d.svg?#obj3d") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "webimmo-3";
    src: url("/fonts/webimmo.svg?3#webimmo") format("svg"); } }

@font-face {
  font-family: 'montserrat';
  src: url("/fonts/Montserrat-Black-webfont.eot");
  src: url("/fonts/Montserrat-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Black-webfont.woff2") format("woff2"), url("/fonts/Montserrat-Black-webfont.woff") format("woff"), url("/fonts/Montserrat-Black-webfont.ttf") format("truetype"), url("/fonts/Montserrat-Black-webfont.svg#montserratblack") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("/fonts/Montserrat-Bold-webfont.eot");
  src: url("/fonts/Montserrat-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Bold-webfont.woff2") format("woff2"), url("/fonts/Montserrat-Bold-webfont.woff") format("woff"), url("/fonts/Montserrat-Bold-webfont.ttf") format("truetype"), url("/fonts/Montserrat-Bold-webfont.svg#montserratbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("/fonts/Montserrat-Regular-webfont.eot");
  src: url("/fonts/Montserrat-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular-webfont.woff2") format("woff2"), url("/fonts/Montserrat-Regular-webfont.woff") format("woff"), url("/fonts/Montserrat-Regular-webfont.ttf") format("truetype"), url("/fonts/Montserrat-Regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.reveal-modal .reveal-modal-title,
.reveal-modal .property-title,
.properties-line-list-item .reveal-modal-title,
.properties-line-list-item .property-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #292929;
  text-transform: uppercase; }

.reveal-modal .reveal-modal-action-container,
.reveal-modal .property-information-action-container,
.properties-line-list-item .reveal-modal-action-container,
.properties-line-list-item .property-information-action-container {
  text-align: center; }

.reveal-modal .reveal-modal-action,
.reveal-modal .property-information-action,
.reveal-modal .property-unwish,
.properties-line-list-item .reveal-modal-action,
.properties-line-list-item .property-information-action,
.properties-line-list-item .property-unwish {
  display: inline-block;
  background: #bfc0b9;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.2em 1em;
  min-width: 10em;
  max-width: 100%;
  text-align: center;
  margin: .3em 0; }
  .reveal-modal .reveal-modal-action.visit:before,
  .reveal-modal .property-information-action.visit:before,
  .reveal-modal .property-unwish.visit:before,
  .properties-line-list-item .reveal-modal-action.visit:before,
  .properties-line-list-item .property-information-action.visit:before,
  .properties-line-list-item .property-unwish.visit:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1;
    font-size: 1.4em;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 0.05em;
    margin-right: 0.3em; }

.reveal-modal .property-unwish,
.properties-line-list-item .property-unwish {
  color: #bfc0b9;
  border: 1px solid #bfc0b9;
  background: transparent; }
  .reveal-modal .property-unwish:before,
  .properties-line-list-item .property-unwish:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1;
    font-size: 1.2em;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 0.05em;
    margin-right: 0.3em; }
  .reveal-modal .property-unwish:hover,
  .properties-line-list-item .property-unwish:hover {
    background: #292929; }

.reveal-modal .modal-list,
.reveal-modal .property-information-list,
.properties-line-list-item .modal-list,
.properties-line-list-item .property-information-list {
  font-size: 0.9em;
  line-height: 1.2; }
  .reveal-modal .modal-list ul,
  .reveal-modal .property-information-list ul,
  .properties-line-list-item .modal-list ul,
  .properties-line-list-item .property-information-list ul {
    font-size: 0.9em;
    margin: 0;
    list-style: none; }
    .reveal-modal .modal-list ul li,
    .reveal-modal .property-information-list ul li,
    .properties-line-list-item .modal-list ul li,
    .properties-line-list-item .property-information-list ul li {
      text-align: left; }

.reveal-modal .modal-label,
.reveal-modal .property-information-label,
.properties-line-list-item .modal-label,
.properties-line-list-item .property-information-label {
  display: inline-block;
  width: 38%;
  vertical-align: top;
  text-transform: uppercase; }

.reveal-modal .modal-value,
.reveal-modal .property-information-value,
.properties-line-list-item .modal-value,
.properties-line-list-item .property-information-value {
  display: inline-block;
  width: 54%;
  vertical-align: top; }

.pano2vr-module-outer, .panoFigaro-module-outer, .pano-module-outer, .iframe-module-outer {
  padding-bottom: 56%;
  position: relative;
  width: 100%;
  z-index: 0; }
  .pano2vr-module-outer .pano2vr-module, .pano2vr-module-outer .panoFigaro-module, .pano2vr-module-outer .pano-module, .pano2vr-module-outer .panoFigaro-module, .pano2vr-module-outer .iframe-module, .panoFigaro-module-outer .pano2vr-module, .panoFigaro-module-outer .panoFigaro-module, .panoFigaro-module-outer .pano-module, .panoFigaro-module-outer .panoFigaro-module, .panoFigaro-module-outer .iframe-module, .pano-module-outer .pano2vr-module, .pano-module-outer .panoFigaro-module, .pano-module-outer .pano-module, .pano-module-outer .panoFigaro-module, .pano-module-outer .iframe-module, .iframe-module-outer .pano2vr-module, .iframe-module-outer .panoFigaro-module, .iframe-module-outer .pano-module, .iframe-module-outer .panoFigaro-module, .iframe-module-outer .iframe-module {
    position: absolute;
    width: 100%;
    height: 100%; }

.object2vr-module-outer {
  position: relative;
  /*width: 133.33333vh;*/
  /*max-width: 100%;*/
  height: 100vh;
  overflow: hidden;
  z-index: 0; }
  .object2vr-module-outer:before {
    padding-bottom: 60%;
    content: '';
    max-height: 100%;
    display: block; }
  .object2vr-module-outer .object2vr-module {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.scroll-helper {
  background-color: rgba(0, 0, 0, 0.31);
  color: white;
  font-size: 1.4em;
  width: 3em;
  height: 8em;
  position: fixed;
  left: 0;
  top: 50vh;
  margin-top: -4em;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  line-height: 8em; }
  @media screen and (min-width: 640px) {
    .scroll-helper {
      display: none; } }

.module-block,
.properties-related {
  margin: 0 auto;
  max-width: none;
  width: 100%; }
  .module-block:before, .module-block:after,
  .properties-related:before,
  .properties-related:after {
    content: " ";
    display: table; }
  .module-block:after,
  .properties-related:after {
    clear: both; }
  @media only screen and (min-width: 64.063em) and (max-width: 85em) {
    .module-block,
    .properties-related {
      max-width: 60rem; } }
  @media only screen and (min-width: 85.063em) {
    .module-block,
    .properties-related {
      max-width: 80rem; } }
  .module-block .modules-block-title,
  .properties-related .modules-block-title {
    font-size: 2.4em;
    font-weight: bold;
    color: #333;
    margin-top: 2em;
    text-transform: uppercase; }
    @media only screen and (max-width: 40em) {
      .module-block .modules-block-title,
      .properties-related .modules-block-title {
        font-size: 1.8em;
        text-align: center; } }

@media only screen and (min-width: 40.063em) {
  .module-slide-show,
  .module-video,
  .module-vr,
  .module-search-property,
  .module-interactive-image,
  .module-panoFigaro,
  .module-pano,
  .module-iframe {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; } }

.module-video {
  position: relative; }
  .module-video .play-video {
    position: absolute;
    left: 50%;
    margin-left: -138px;
    top: 50%;
    margin-top: -136px;
    cursor: pointer;
    z-index: 1; }
  .module-video video {
    width: 100%; }

.pano2vr-module {
  font-size: 10px;
  font-family: sans-serif; }

.module-text-and-media {
  margin: 0 auto;
  max-width: none;
  width: 100%; }
  .module-text-and-media:before, .module-text-and-media:after {
    content: " ";
    display: table; }
  .module-text-and-media:after {
    clear: both; }
  @media only screen and (min-width: 64.063em) and (max-width: 85em) {
    .module-text-and-media {
      max-width: 60rem; } }
  @media only screen and (min-width: 85.063em) {
    .module-text-and-media {
      max-width: 80rem; } }
  .module-text-and-media .modules-block-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    margin-bottom: 1em; }
  @media only screen and (min-width: 40.063em) {
    .module-text-and-media .text-module-image {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; } }
  @media only screen and (min-width: 40.063em) {
    .module-text-and-media .text-module p {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; } }
  @media only screen and (max-width: 40em) {
    .module-text-and-media .text-module {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

#main-header {
  background-size: cover; }
  #main-header .project-header-inner {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 6em 0 2em; }
    #main-header .project-header-inner:before, #main-header .project-header-inner:after {
      content: " ";
      display: table; }
    #main-header .project-header-inner:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      #main-header .project-header-inner {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      #main-header .project-header-inner {
        max-width: 80rem; } }
  #main-header .project-header-main-content {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
    @media only screen and (min-width: 40.063em) {
      #main-header .project-header-main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        float: left; } }
    @media only screen and (max-width: 40em) {
      #main-header .project-header-main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  #main-header .project-title {
    color: inherit;
    font-size: 2em;
    margin: 0;
    font-weight: inherit;
    line-height: 1.2; }
    #main-header .project-title .project-title-link {
      color: inherit;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
  #main-header .project-place {
    color: inherit;
    font-size: 1.3em;
    font-weight: 600; }
  #main-header .project-header-more-information {
    position: relative; }
    @media only screen and (min-width: 40.063em) {
      #main-header .project-header-more-information {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left; } }
  #main-header .project-header-more-information-description {
    background: rgba(255, 255, 255, 0.9);
    padding: 2em 3em; }
  #main-header .project-header-more-actions {
    text-align: right;
    display: block;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    position: absolute;
    bottom: 0;
    right: 0; }
  #main-header .project-base-line {
    background: #0397ac; }
  #main-header .project-base-line-inner {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    color: #bfc0b9;
    padding-top: .5em;
    padding-bottom: .5em; }
    #main-header .project-base-line-inner:before, #main-header .project-base-line-inner:after {
      content: " ";
      display: table; }
    #main-header .project-base-line-inner:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      #main-header .project-base-line-inner {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      #main-header .project-base-line-inner {
        max-width: 80rem; } }

@media only screen and (min-width: 40.063em) {
  .spyscroll-menu-navigation {
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100; }
    .spyscroll-menu-navigation:before {
      content: '';
      height: 100%;
      display: inline-block;
      width: 0;
      vertical-align: middle; } }

#spyscroll-menu ol, #spyscroll-menu ul, #spyscroll-menu li {
  font-size: inherit; }

@media only screen and (max-width: 64em) {
  #spyscroll-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0397ac;
    font-size: 0.9em;
    z-index: 100; } }

@media only screen and (min-width: 64.063em) {
  #spyscroll-menu {
    display: inline-block;
    vertical-align: middle; } }

@media only screen and (max-width: 64em) {
  #spyscroll-menu .spyscroll-open-close-container {
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left; } }

@media only screen and (min-width: 64.063em) {
  #spyscroll-menu .spyscroll-open-close-container {
    font-size: 1.5em;
    text-align: right;
    width: 100%;
    overflow: hidden;
    height: 3rem;
    margin-bottom: .1rem; } }

#spyscroll-menu .spyscroll-open-close {
  overflow: hidden;
  text-transform: uppercase;
  position: relative; }
  @media only screen and (max-width: 64em) {
    #spyscroll-menu .spyscroll-open-close {
      color: #fff;
      height: 2em;
      display: block; } }
  @media only screen and (min-width: 64.063em) {
    #spyscroll-menu .spyscroll-open-close {
      display: inline-block;
      height: 3rem;
      min-width: 3rem;
      background: #bfc0b9;
      color: #0397ac;
      position: relative;
      transition: right .3s ease;
      right: 0; } }
  #spyscroll-menu .spyscroll-open-close:before, #spyscroll-menu .spyscroll-open-close:after {
    display: block;
    position: absolute;
    left: 0;
    height: 2em;
    width: 2em;
    line-height: 1;
    padding: .5em 0;
    text-align: center;
    transition: top .4s ease; }
  #spyscroll-menu .spyscroll-open-close:before {
    top: 0; }
    @media only screen and (max-width: 64em) {
      #spyscroll-menu .spyscroll-open-close:before {
        content: "";
        font-family: "webimmo-3";
        font-variant: normal;
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizelegibility;
        text-transform: none;
        line-height: 1; } }
    @media only screen and (min-width: 64.063em) {
      #spyscroll-menu .spyscroll-open-close:before {
        content: "";
        font-family: "webimmo-3";
        font-variant: normal;
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizelegibility;
        text-transform: none;
        line-height: 1; } }
  #spyscroll-menu .spyscroll-open-close:after {
    top: -2em;
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }
  #spyscroll-menu .spyscroll-open-close.btn-visible:before {
    top: 2em; }
  #spyscroll-menu .spyscroll-open-close.btn-visible:after {
    top: 0; }

#spyscroll-menu .spyscroll-open-close-content {
  padding: 0.2em 0 0.2em 2em;
  display: block; }
  @media only screen and (min-width: 64.063em) {
    #spyscroll-menu .spyscroll-open-close-content {
      display: none; } }

@media only screen and (max-width: 64em) {
  #spyscroll-menu .spyscroll-dropdown-container {
    max-height: 0;
    overflow: hidden;
    background: #0397ac;
    width: 100%;
    transition: padding .3s ease;
    padding: 0; } }

@media only screen and (min-width: 64.063em) {
  #spyscroll-menu .spyscroll-dropdown-container {
    max-width: 15rem;
    line-height: 0; } }

#spyscroll-menu .spyscroll-wishlist {
  margin: 0 auto;
  max-width: 20em;
  display: block; }

#spyscroll-menu .blocks-menu {
  list-style-type: none;
  margin: 0;
  display: block;
  overflow: hidden; }
  @media only screen and (max-width: 64em) {
    #spyscroll-menu .blocks-menu {
      margin: 0 auto;
      max-width: 20em; } }
  @media only screen and (min-width: 64.063em) {
    #spyscroll-menu .blocks-menu {
      max-width: 3rem;
      transition: max-width .3s ease;
      display: block; } }

#spyscroll-menu .tools-menu {
  list-style-type: none;
  margin: 0;
  margin: 0 auto;
  max-width: none;
  width: 100%; }
  #spyscroll-menu .tools-menu:before, #spyscroll-menu .tools-menu:after {
    content: " ";
    display: table; }
  #spyscroll-menu .tools-menu:after {
    clear: both; }
  @media only screen and (max-width: 64em) {
    #spyscroll-menu .tools-menu {
      margin: 0 auto;
      max-width: 20em;
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 64.063em) {
    #spyscroll-menu .tools-menu {
      margin: 0 0 0 auto;
      width: 3rem;
      transition: width .3s ease;
      min-height: 16rem; } }

#spyscroll-menu .blocks-menu-item {
  margin: 0.2em 0; }
  #spyscroll-menu .blocks-menu-item.active .blocks-menu-link {
    background: #bfc0b9;
    color: #fff; }

#spyscroll-menu .tools-menu-link,
#spyscroll-menu .blocks-menu-link,
#spyscroll-menu .search-link {
  text-transform: uppercase;
  display: block;
  background: #ededed;
  color: #292929;
  font-weight: bold;
  transition: background .3s ease, color .3s ease, width .3s ease;
  line-height: 1.2;
  cursor: pointer; }
  @media only screen and (max-width: 64em) {
    #spyscroll-menu .tools-menu-link,
    #spyscroll-menu .blocks-menu-link,
    #spyscroll-menu .search-link {
      text-align: center;
      font-size: 1em;
      padding: 0.2em 0.8em; } }
  @media only screen and (min-width: 64.063em) {
    #spyscroll-menu .tools-menu-link,
    #spyscroll-menu .blocks-menu-link,
    #spyscroll-menu .search-link {
      padding: 0.4em 0.8em;
      font-size: 0.9em;
      width: 15rem; } }
  #spyscroll-menu .tools-menu-link:hover,
  #spyscroll-menu .blocks-menu-link:hover,
  #spyscroll-menu .search-link:hover {
    background: #bfc0b9; }

#spyscroll-menu .mini-item {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: .1rem 0;
  box-sizing: border-box;
  vertical-align: top;
  font-size: inherit;
  float: left;
  padding: 0;
  transition: margin .3s ease, padding .3s ease; }
  @media only screen and (max-width: 64em) {
    #spyscroll-menu .mini-item {
      margin: .1rem .2rem; } }

#spyscroll-menu .tools-menu-action-form {
  display: block;
  width: 100%;
  height: 100%; }

#spyscroll-menu .tools-menu-link {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
  text-indent: -3000em;
  position: relative; }
  #spyscroll-menu .tools-menu-link:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #292929;
    text-indent: 0;
    font-size: 1.8em;
    padding: .4em 0;
    text-align: center;
    box-sizing: border-box; }
  #spyscroll-menu .tools-menu-link.add-wish:after {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }
  #spyscroll-menu .tools-menu-link.send-request:after {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }
  #spyscroll-menu .tools-menu-link.send-by-mail:after {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }
  #spyscroll-menu .tools-menu-link.contact-me-by-phone:after {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1;
    margin-top: .15em; }
  #spyscroll-menu .tools-menu-link.home-link:after {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }

#spyscroll-menu .search-item {
  float: left;
  margin: .1rem 0; }
  @media only screen and (min-width: 64.063em) {
    #spyscroll-menu .search-item {
      display: block;
      width: 100%;
      overflow: hidden; } }

#spyscroll-menu .search-link {
  color: #fff;
  background: #292929;
  text-indent: 0; }
  @media only screen and (max-width: 64em) {
    #spyscroll-menu .search-link {
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%;
      float: right;
      max-width: 20em;
      position: absolute;
      top: 0;
      right: 0;
      height: 2em; } }
  @media only screen and (min-width: 64.063em) {
    #spyscroll-menu .search-link {
      display: block;
      width: 15rem; } }
  #spyscroll-menu .search-link:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }
    @media only screen and (min-width: 64.063em) {
      #spyscroll-menu .search-link:before {
        font-size: 2em;
        display: inline-block;
        vertical-align: middle; } }
    @media only screen and (max-width: 64em) {
      #spyscroll-menu .search-link:before {
        font-size: 1.2em;
        display: inline; } }
  #spyscroll-menu .search-link:hover {
    background: #bfc0b9; }

@media only screen and (min-width: 64.063em) {
  #spyscroll-menu .search-link-content {
    display: inline-block;
    vertical-align: middle;
    width: 11rem;
    padding-left: 1em; } }

@media only screen and (max-width: 64em) {
  #spyscroll-menu.visible .spyscroll-dropdown-container {
    padding: 1.5em 0;
    max-height: none; } }

@media only screen and (min-width: 64.063em) {
  #spyscroll-menu.visible, #spyscroll-menu.initial-state {
    padding-left: 0.5em; }
    #spyscroll-menu.visible .blocks-menu, #spyscroll-menu.initial-state .blocks-menu {
      max-width: 15rem; }
    #spyscroll-menu.visible .tools-menu, #spyscroll-menu.initial-state .tools-menu {
      width: 15rem; }
    #spyscroll-menu.visible .spyscroll-open-close:before, #spyscroll-menu.initial-state .spyscroll-open-close:before {
      top: 2em; }
    #spyscroll-menu.visible .spyscroll-open-close:after, #spyscroll-menu.initial-state .spyscroll-open-close:after {
      top: 0; }
    #spyscroll-menu.visible .spyscroll-open-close, #spyscroll-menu.initial-state .spyscroll-open-close {
      right: -3rem; }
    #spyscroll-menu.visible .search-item, #spyscroll-menu.initial-state .search-item {
      margin: .1em 0;
      padding: 0 .1rem; }
    #spyscroll-menu.visible .blocks-menu-item, #spyscroll-menu.initial-state .blocks-menu-item {
      margin: 0.2em .1rem; }
    #spyscroll-menu.visible .mini-item, #spyscroll-menu.initial-state .mini-item {
      margin: .1rem 0 .2rem 0;
      padding: 0 .1rem; } }

@media only screen and (min-width: 64.063em) {
  #spyscroll-menu .spyscroll-wishlist {
    display: none; } }

#block-search .search-block-open-button {
  display: block; }

#block-search .search-block-close-button {
  display: none;
  margin-bottom: 1em; }

@media only screen and (max-width: 64em) {
  #block-search .search-open-close-device-text {
    display: none; } }

#block-search .property-length-result {
  margin: 0 auto;
  max-width: none;
  width: 100%; }
  #block-search .property-length-result:before, #block-search .property-length-result:after {
    content: " ";
    display: table; }
  #block-search .property-length-result:after {
    clear: both; }

#block-search .search-block-module-content {
  max-height: 0;
  overflow: hidden; }

#block-search.visible .search-block-module-content {
  max-height: 100%; }

#block-search.visible .search-block-open-button {
  display: none; }

#block-search.visible .search-block-close-button {
  display: block; }

#block-search .property-search-form-container {
  background: #ededed;
  padding: 1.875rem; }
  @media only screen and (max-width: 64em) {
    #block-search .property-search-form-container {
      padding: 0.9375rem; } }

#block-search .search-block-close-button,
#block-search .search-block-open-button {
  border: 0;
  background: transparent;
  font-size: 1.5em;
  color: #333;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: left;
  transition: color .3s ease; }
  @media only screen and (max-width: 64em) {
    #block-search .search-block-close-button,
    #block-search .search-block-open-button {
      font-size: 1.2em; } }
  #block-search .search-block-close-button:before,
  #block-search .search-block-open-button:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1.3;
    vertical-align: top;
    color: #292929; }
  #block-search .search-block-close-button:hover, #block-search .search-block-close-button:active,
  #block-search .search-block-open-button:hover,
  #block-search .search-block-open-button:active {
    color: #292929; }

#block-search .search-block-close-button:after {
  content: "";
  font-family: "webimmo-3";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
  text-transform: none;
  line-height: 1;
  float: right;
  display: inline-block; }

#block-search .search-block-open-button:after {
  content: "";
  font-family: "webimmo-3";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
  text-transform: none;
  line-height: 1;
  float: right;
  display: inline-block; }

#block-search .property-search-form {
  background: #fff;
  padding: 1em 1.875rem;
  margin-top: 2em;
  margin: 0 auto;
  max-width: none;
  width: 100%; }
  #block-search .property-search-form:before, #block-search .property-search-form:after {
    content: " ";
    display: table; }
  #block-search .property-search-form:after {
    clear: both; }

#block-search .search-block-module-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #bfc0b9;
  font-size: 1.4em; }
  @media only screen and (max-width: 64em) {
    #block-search .search-block-module-title {
      font-size: 1.2em; } }
  #block-search .search-block-module-title:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }

@media only screen and (min-width: 40.063em) {
  #block-search .rooms-area-services {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; } }

#block-search .rooms-area-services > .search-form-row {
  display: block;
  margin: 1em 0; }

#block-search .search-form-legend-container {
  display: inline-block;
  vertical-align: middle; }

#block-search .search-form-legend {
  font-weight: bold;
  text-transform: uppercase; }

#block-search label {
  display: inline; }

#block-search select,
#block-search input {
  background: #ededed;
  border: 0;
  border-radius: 0.2em;
  padding: 0.2em 0.6em;
  width: 10em;
  font-size: 1em;
  cursor: pointer;
  margin: .2em 0; }

#block-search .pretty-checkbox {
  display: none; }
  #block-search .pretty-checkbox + .checkbox-label .checkbox-label-button {
    margin: 0.2em 0;
    display: inline-block;
    background: #ededed;
    border: 0;
    border-radius: 0.2em;
    padding: 0.4em 0.6em;
    min-width: 2.5em;
    text-align: center;
    transition: background .3s ease, color .3s ease;
    font-size: 1em;
    cursor: pointer; }
    #block-search .pretty-checkbox + .checkbox-label .checkbox-label-button:hover {
      background: #bfc0b9;
      color: #292929; }
  #block-search .pretty-checkbox:checked + .checkbox-label .checkbox-label-button {
    background: #bfc0b9;
    color: #fff; }

#block-search .search-form-fieldset {
  border: none;
  padding: 0;
  margin: 1.4em 0; }

#block-search .search-form-row {
  display: inline-block; }
  @media only screen and (max-width: 64em) {
    #block-search .search-form-row {
      display: inline-block; } }

#block-search .search-form-widget {
  display: inline-block; }

#block-search .search-submit-actions {
  text-align: right;
  margin: 1em 0; }
  @media only screen and (min-width: 40.063em) {
    #block-search .search-submit-actions {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; } }
  @media only screen and (max-width: 64em) {
    #block-search .search-submit-actions {
      text-align: center; } }

#block-search .search-reset-button,
#block-search .search-submit-button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.6em;
  text-align: center;
  margin: 0.2em 0;
  cursor: pointer; }
  @media only screen and (max-width: 64em) {
    #block-search .search-reset-button,
    #block-search .search-submit-button {
      min-width: 10em;
      width: 100%;
      max-width: 14rem; } }

#block-search .search-reset-button {
  background: transparent;
  border: 1px solid #292929;
  color: #292929; }
  @media only screen and (max-width: 64em) {
    #block-search .search-reset-button {
      font-size: .9em;
      margin-bottom: 1em; } }

#block-search .search-submit-button {
  background: #bfc0b9;
  color: #fff;
  border: 0; }
  #block-search .search-submit-button:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1;
    margin-right: 0.2em; }

.property-search-results .loader-image {
  margin: 1em auto;
  display: block; }

.property-search-results .properties-results-type {
  max-height: 0;
  overflow: hidden; }

.property-search-results .properties-result-type {
  margin: 0.9375rem 0; }
  .property-search-results .properties-result-type.visible .properties-results-type {
    max-height: none; }
  .property-search-results .properties-result-type.visible .properties-results-type-dropdown:after {
    float: right;
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }

.property-search-results .properties-results-table {
  width: 100%;
  border-collapse: collapse; }
  @media only screen and (max-width: 64em) {
    .property-search-results .properties-results-table {
      display: block; }
      .property-search-results .properties-results-table .properties-results-row {
        display: block;
        background: #fff;
        padding-top: 1.5em; }
        .property-search-results .properties-results-table .properties-results-row:after {
          content: "";
          margin: 1em 1em 0;
          border-bottom: 1px solid #ededed;
          display: block; }
      .property-search-results .properties-results-table tbody {
        display: block; }
      .property-search-results .properties-results-table td {
        display: block;
        padding: 0 1em; }
        .property-search-results .properties-results-table td:before {
          width: 55%;
          max-width: 12em;
          display: inline-block;
          vertical-align: top;
          text-transform: uppercase; } }
  @media only screen and (min-width: 64.063em) {
    .property-search-results .properties-results-table td {
      background: #fff;
      padding: 1.4em 1em;
      text-align: left;
      border-bottom: 1px solid #d4d4d4; } }

@media only screen and (max-width: 64em) {
  .property-search-results .properties-results-discount-price {
    font-weight: bold; } }

@media only screen and (min-width: 64.063em) {
  .property-search-results .properties-results-discount-price {
    font-weight: 600; } }

.property-search-results .no-prestation:after {
  content: '-'; }

.property-search-results .results-prestation:after {
  content: ','; }

.property-search-results .results-prestation:last-child:after {
  display: none; }

@media only screen and (max-width: 64em) {
  .property-search-results .results-prestation {
    display: inline-block;
    width: 40%;
    vertical-align: top; } }

.property-search-results .properties-results-type-title {
  margin: 0;
  font-size: 1.2em; }

.property-search-results .properties-title-type {
  text-transform: uppercase; }

.property-search-results .properties-titles-availability {
  border-radius: 0.3em;
  background: #bfc0b9;
  color: #fff;
  margin: 0 1em;
  padding: 0.4em 1em;
  display: inline-block; }
  @media only screen and (max-width: 64em) {
    .property-search-results .properties-titles-availability {
      margin: 0; } }

.property-search-results .properties-results-type-dropdown {
  background: #bfc0b9;
  color: #fff;
  padding: 0.7em 1.5em;
  display: block; }
  .property-search-results .properties-results-type-dropdown:after {
    float: right;
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }

.property-search-results .properties-results-table-heading {
  text-transform: uppercase;
  font-size: 1em; }
  @media only screen and (max-width: 64em) {
    .property-search-results .properties-results-table-heading {
      display: none; } }
  .property-search-results .properties-results-table-heading th {
    font-weight: normal;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    padding: 0.7em 1em;
    text-align: left; }

@media only screen and (max-width: 64em) {
  .property-search-results .properties-actions {
    max-width: 20em;
    margin: 0 auto; } }

.property-search-results .properties-show-link {
  background: #ededed;
  display: block;
  padding: 0.7em 1.2em;
  color: #292929;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  transition: background .3s ease; }
  @media only screen and (max-width: 64em) {
    .property-search-results .properties-show-link {
      margin: 1em; } }
  .property-search-results .properties-show-link:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 0.8;
    vertical-align: top;
    font-size: 1.8em;
    margin-right: 0.3em; }
  .property-search-results .properties-show-link:hover, .property-search-results .properties-show-link:active {
    background: #bfc0b9; }

@media only screen and (max-width: 64em) {
  .property-search-results .properties-results-discount-price:before {
    content: "Prix TVA réduite*"; }
  .property-search-results .properties-results-price:before {
    content: "Prix TVA 20%"; }
  .property-search-results .properties-results-area:before {
    content: "Surface"; }
  .property-search-results .properties-results-building:before {
    content: "Bâtiment"; }
  .property-search-results .properties-results-floor:before {
    content: "étage"; }
  .property-search-results .properties-results-prestations:before {
    content: "Annexe(s)"; } }

.contact {
  background: url("/images/mail_bg.png") no-repeat top center #ededed;
  background-size: contain;
  padding-top: 10%;
  padding-bottom: 4em;
  margin-top: 4em; }
  @media only screen and (max-width: 40em) {
    .contact {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .contact .contact-container {
    margin: 0 auto;
    max-width: none;
    width: 100%; }
    .contact .contact-container:before, .contact .contact-container:after {
      content: " ";
      display: table; }
    .contact .contact-container:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      .contact .contact-container {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      .contact .contact-container {
        max-width: 80rem; } }
  .contact .contact-form-rules {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-align: center; }
    .contact .contact-form-rules p {
      line-height: 1.2;
      margin: 0; }
  .contact .contact-asterix {
    color: #292929; }
  .contact .contact-form-rule {
    display: inline-block;
    margin: 0.2em 0; }
  @media only screen and (min-width: 64.063em) {
    .contact .contact-sender-informations {
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%;
      float: left; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .contact .contact-sender-message {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; } }
  @media only screen and (min-width: 64.063em) {
    .contact .contact-sender-message {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; } }
  .contact .contact-sender-message .contact-form-row {
    height: 100%;
    margin: 1em 0; }
    @media only screen and (min-width: 64.063em) {
      .contact .contact-sender-message .contact-form-row textarea {
        height: calc(100% - 4em); } }
  .contact .contact-sender-name-row,
  .contact .contact-sender-contact-row {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    margin: 1em 0; }
    .contact .contact-sender-name-row:before, .contact .contact-sender-name-row:after,
    .contact .contact-sender-contact-row:before,
    .contact .contact-sender-contact-row:after {
      content: " ";
      display: table; }
    .contact .contact-sender-name-row:after,
    .contact .contact-sender-contact-row:after {
      clear: both; }
    @media only screen and (min-width: 40.063em) {
      .contact .contact-sender-name-row .contact-form-row,
      .contact .contact-sender-contact-row .contact-form-row {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
  .contact .contact-form-widget {
    width: 100%;
    border: none;
    font-size: 1.3em;
    color: #444;
    padding: 0.4em 0.6em; }
  .contact .contact-form {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    margin: 2em 0 1em; }
    .contact .contact-form:before, .contact .contact-form:after {
      content: " ";
      display: table; }
    .contact .contact-form:after {
      clear: both; }
    .contact .contact-form label {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0.5em;
      font-size: 1em;
      display: block; }
      .contact .contact-form label .form-help {
        display: inline-block;
        font-weight: normal;
        font-size: .6em;
        text-transform: none; }
      .contact .contact-form label.inclusive-required .form-help:before {
        content: '**';
        color: #292929;
        font-size: 1.6em; }
      .contact .contact-form label.required:after {
        content: ' *';
        color: #292929; }
  .contact .contact-submit-actions {
    margin: 0 auto;
    max-width: none;
    width: 100%; }
    .contact .contact-submit-actions:before, .contact .contact-submit-actions:after {
      content: " ";
      display: table; }
    .contact .contact-submit-actions:after {
      clear: both; }
  @media only screen and (max-width: 64em) {
    .contact .contact-form-send,
    .contact .contact-phone-call,
    .contact .contact-document-upload {
      margin: 0.4em 0; } }
  @media only screen and (min-width: 40.063em) {
    .contact .contact-form-send,
    .contact .contact-phone-call,
    .contact .contact-document-upload {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; } }
  .contact .send-button,
  .contact .contact-action-phone,
  .contact .contact-action-upload {
    display: block;
    text-align: center;
    background: #bfc0b9;
    color: #fff;
    border: 0;
    padding: 0.8em 0.4em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin: 0;
    cursor: pointer;
    transition: background .3s ease; }
    .contact .send-button:hover,
    .contact .contact-action-phone:hover,
    .contact .contact-action-upload:hover {
      background: #bfc0b9; }
    .contact .send-button:before,
    .contact .contact-action-phone:before,
    .contact .contact-action-upload:before {
      vertical-align: top;
      font-size: 1.2em; }
  .contact .send-button:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 0.8;
    margin-right: 0.2em; }
  .contact .contact-action-phone:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1;
    font-size: 1.4em; }
  .contact .contact-action-upload {
    background: transparent;
    border: #292929 1px solid;
    color: #292929; }
    .contact .contact-action-upload:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 0.8; }
    .contact .contact-action-upload:hover {
      background: #bfc0b9; }

#footer {
  padding: 3em 0; }
  #footer .footer-image {
    width: 100%;
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em; }
  #footer .footer-inner {
    margin: 0 auto;
    max-width: none;
    width: 100%; }
    #footer .footer-inner:before, #footer .footer-inner:after {
      content: " ";
      display: table; }
    #footer .footer-inner:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      #footer .footer-inner {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      #footer .footer-inner {
        max-width: 80rem; } }
  @media only screen and (max-width: 40em) {
    #footer .footer-identity,
    #footer .footer-link-category {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media only screen and (min-width: 40.063em) {
    #footer .footer-identity,
    #footer .footer-link-category {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; } }
  #footer .footer-link-category-title {
    text-transform: uppercase;
    color: #bfc0b9;
    font-weight: bold;
    font-size: 1.2em; }
  @media only screen and (min-width: 40.063em) {
    #footer .footer-identity-logo {
      display: inline-block;
      width: 50%;
      vertical-align: top; } }
  #footer .footer-identity-adresses {
    font-size: .8em; }
    @media only screen and (min-width: 40.063em) {
      #footer .footer-identity-adresses {
        vertical-align: top;
        display: inline-block;
        width: 50%;
        padding-left: 0.9375rem; } }
  #footer .footer-identity-adress {
    font-style: normal;
    line-height: 1.2; }
    #footer .footer-identity-adress p {
      margin: 0;
      font-size: inherit; }
  #footer .footer-identity-social {
    list-style-type: none;
    margin: 0;
    font-size: inherit; }
  #footer .footer-social-item {
    margin: 1em 0; }
  #footer .footer-link-category-links {
    list-style-type: none;
    margin: 0; }
  #footer .footer-social-facebook,
  #footer .footer-social-twitter {
    color: #121212;
    text-transform: uppercase; }
    #footer .footer-social-facebook:before,
    #footer .footer-social-twitter:before {
      color: #bfc0b9;
      font-size: 1.3em;
      vertical-align: middle; }
  #footer .footer-social-facebook:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }
  #footer .footer-social-twitter:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }
  #footer .footer-category-link {
    color: #0397ac;
    text-transform: uppercase;
    font-size: 0.9em; }
    #footer .footer-category-link:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1;
      font-size: 0.8em;
      color: #bfc0b9; }

@media only screen and (min-width: 40.063em) {
  .module-slide-show .modules-block-title {
    width: 50%;
    vertical-align: bottom;
    display: inline-block; } }

.module-slide-show .carousel-container {
  position: relative;
  margin-bottom: 3em; }

.module-slide-show .slideshow-module-slide {
  position: relative; }
  .module-slide-show .slideshow-module-slide:before {
    display: block;
    padding-bottom: 56%;
    content: ""; }
    @media only screen and (max-width: 40em) {
      .module-slide-show .slideshow-module-slide:before {
        padding-bottom: 100%; } }

.module-slide-show .slideshow-module-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.module-slide-show .image-module-text {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  padding: 2em 3em; }
  @media only screen and (max-width: 40em) {
    .module-slide-show .image-module-text {
      bottom: 0;
      right: 5%;
      width: 90%;
      min-width: 0;
      box-sizing: border-box; } }
  @media only screen and (min-width: 40.063em) {
    .module-slide-show .image-module-text {
      bottom: 2em;
      right: 5em;
      min-width: 15rem;
      width: 30%;
      max-width: 80%; } }

.module-slide-show .carousel {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease;
  overflow: hidden;
  box-sizing: content-box; }
  .module-slide-show .carousel.slick-initialized {
    opacity: 1; }
  .module-slide-show .carousel .modules-block-title {
    display: none; }

.module-slide-show .slick-dots {
  bottom: 0.2em; }
  .module-slide-show .slick-dots button:before {
    transition: opacity .3s ease; }

.module-slide-show .slick-list,
.module-slide-show .slick-track {
  height: 100%; }

.module-slide-show .slick-slide,
.module-slide-show .image-slide {
  position: relative;
  height: 100%;
  overflow: hidden; }

.module-slide-show .image-slide img {
  position: relative;
  height: 100%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: none; }

.module-slide-show .module-container,
.module-slide-show .module-block,
.module-slide-show video {
  height: 100%;
  width: 100%;
  padding: 0;
  background: #fff; }

@media only screen and (max-width: 64em) {
  .module-slide-show .object2vr-module-outer, .module-slide-show .pano2vr-module-outer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .module-slide-show .object2vr-module-outer .object2vr-module, .module-slide-show .object2vr-module-outer .pano2vr-module, .module-slide-show .pano2vr-module-outer .object2vr-module, .module-slide-show .pano2vr-module-outer .pano2vr-module {
      width: 100%;
      height: 100%; } }

.module-slide-show .carousel-control-label {
  text-indent: -2000em;
  display: inline-block;
  overflow: hidden;
  font-size: 0.5em; }

.module-slide-show .carousel-control {
  height: 2em;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  display: block;
  padding: 0 0.5em;
  background: rgba(191, 192, 185, 0.6);
  transition: padding .3s ease, color .3s ease, background .3s ease, height .5s ease, top .5s ease, margin .5s ease;
  color: #fdfdfd;
  font-size: 2em; }
  .module-slide-show .carousel-control:hover {
    padding: 0 .8em;
    background: rgba(191, 192, 185, 0.6);
    color: #fff;
    height: 100%;
    top: 0;
    margin: 0; }
  .module-slide-show .carousel-control:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ''; }
  .module-slide-show .carousel-control:before {
    display: inline-block;
    vertical-align: middle; }

.module-slide-show .carousel-control-prev {
  left: 0; }
  .module-slide-show .carousel-control-prev:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }

.module-slide-show .carousel-control-next {
  right: 0; }
  .module-slide-show .carousel-control-next:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1; }

.module-slide-show .slideshow-position-tabs {
  display: block;
  margin: 0;
  text-align: right;
  list-style-type: none; }
  @media only screen and (min-width: 40.063em) {
    .module-slide-show .slideshow-position-tabs {
      width: 50%;
      vertical-align: bottom;
      display: inline-block; } }

.module-slide-show .slideshow-position-tab {
  display: inline-block;
  vertical-align: top; }

.module-slide-show .slideshow-position-button {
  border: none;
  background: #ededed;
  text-indent: -3000em;
  overflow: hidden;
  height: 3em;
  width: 3em;
  font-size: 1.2em;
  color: #292929;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  transition: background .3s ease, color .3s ease; }
  .module-slide-show .slideshow-position-button:hover {
    background: #bfc0b9;
    color: #fff; }
  .module-slide-show .slideshow-position-button:after {
    display: block;
    text-indent: 0;
    font-size: 1.6em; }

.module-slide-show .slideshow-position-button-picto {
  border: none;
  background: #ededed;
  overflow: hidden;
  height: 3em;
  width: 3em;
  font-size: 1.2em;
  color: #292929;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  transition: background .3s ease, color .3s ease; }
  .module-slide-show .slideshow-position-button-picto:hover {
    background: #bfc0b9;
    color: #fff; }
  .module-slide-show .slideshow-position-button-picto:after {
    display: block;
    text-indent: 0;
    font-size: 1.6em; }

.module-slide-show .slideshow-position-tab-image
.slideshow-position-button:after {
  content: "";
  font-family: "webimmo-3";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
  text-transform: none;
  line-height: 1; }

.module-slide-show .slideshow-position-tab-google_maps
.slideshow-position-button:after {
  content: "";
  font-family: "webimmo-3";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
  text-transform: none;
  line-height: 1; }

.module-slide-show .slideshow-position-tab-video
.slideshow-position-button:after {
  content: "";
  font-family: "webimmo-3";
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizelegibility;
  text-transform: none;
  line-height: 1; }

.module-slide-show .slideshow-position-tab-pano_figaro
.slideshow-position-button:after {
  content: '3D';
  font-weight: 800;
  display: block; }

.module-slide-show .slideshow-position-tab-vr
.slideshow-position-button:after {
  content: '3D';
  font-weight: 800;
  display: block; }

.module-slide-show .slideshow-position-tab.active .slideshow-position-button, .module-slide-show .slideshow-position-tab.active .slideshow-position-button-picto {
  background: #292929;
  color: #fff; }

.module-slide-show .slideshow-elements-tabs {
  list-style-type: none;
  position: absolute;
  top: 0%;
  right: 0%;
  margin-top: 4em; }

.module-slide-show .slideshow-elements-tab {
  display: block;
  border-width: 0px;
  margin: 1em;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.65); }
  .module-slide-show .slideshow-elements-tab:hover {
    background: #bfc0b9;
    color: #fff; }

.property-infos {
  background: #ededed;
  padding: 2em 0 2em; }
  @media only screen and (max-width: 64em) {
    .property-infos {
      padding: 5% 0 3%; } }
  .property-infos .property-infos-list {
    margin: 0;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    list-style-type: none; }
    .property-infos .property-infos-list:before, .property-infos .property-infos-list:after {
      content: " ";
      display: table; }
    .property-infos .property-infos-list:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      .property-infos .property-infos-list {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      .property-infos .property-infos-list {
        max-width: 80rem; } }
  .property-infos .property-infos-property {
    text-align: center; }
    @media only screen and (max-width: 40em) {
      .property-infos .property-infos-property {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; }
        .property-infos .property-infos-property:nth-child(2n+1) {
          clear: both; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .property-infos .property-infos-property {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 20%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .property-infos .property-infos-property {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 20%;
        float: left; } }
    @media only screen and (max-width: 64em) {
      .property-infos .property-infos-property {
        margin: 1em 0; } }
    .property-infos .property-infos-property:before {
      display: block;
      font-size: 2.8em;
      color: #bfc0b9; }
    .property-infos .property-infos-property.room-number:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1; }
    .property-infos .property-infos-property.surface:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1; }
    .property-infos .property-infos-property.situation:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1; }
    .property-infos .property-infos-property.exposition:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1; }
    .property-infos .property-infos-property.prestation:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1; }
  .property-infos .property-infos-label {
    display: block;
    margin: 1em 0 0.2em;
    text-transform: uppercase;
    font-size: 0.9em; }
  .property-infos .property-infos-value {
    font-size: 0.9em; }
    .property-infos .property-infos-value ul {
      font-size: 0.9em;
      margin: 0;
      list-style: none; }
      .property-infos .property-infos-value ul li {
        text-align: left; }
  .property-infos .property-description {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 2em 0; }
    .property-infos .property-description:before, .property-infos .property-description:after {
      content: " ";
      display: table; }
    .property-infos .property-description:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      .property-infos .property-description {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      .property-infos .property-description {
        max-width: 80rem; } }
    .property-infos .property-description p {
      margin: 0.2em 0;
      line-height: 1.2;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; }
  .property-infos .property-documents {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .property-infos .property-documents:before, .property-infos .property-documents:after {
      content: " ";
      display: table; }
    .property-infos .property-documents:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      .property-infos .property-documents {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      .property-infos .property-documents {
        max-width: 80rem; } }
    .property-infos .property-documents .property-document {
      display: inline-block; }
    .property-infos .property-documents .property-document-link {
      background: #292929;
      color: white;
      display: inline-block;
      font-size: .9em;
      margin: 0 .3em;
      padding: 0 .5em;
      text-transform: uppercase; }

.module-interactive-image .module-interactive-image-inner {
  position: relative;
  overflow: hidden;
  text-align: center; }

.module-interactive-image .interactive-image-board {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-height: 80vh;
  width: auto; }
  .module-interactive-image .interactive-image-board img {
    max-height: 80vh;
    width: auto; }

.module-interactive-image .interactive-image-point {
  position: absolute;
  top: -3em;
  left: 0;
  border-radius: 4em;
  color: white;
  font-weight: 600;
  text-align: center;
  width: 2.2em;
  height: 2.2em;
  font-size: 1.8em;
  line-height: 1;
  background: #bfc0b9;
  opacity: 0.1;
  transition: background .2s ease, opacity .2s ease, color .2s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 64em) {
    .module-interactive-image .interactive-image-point {
      font-size: 0.9em; } }
  .module-interactive-image .interactive-image-point.ready {
    opacity: 1;
    background: #0397ac; }
  .module-interactive-image .interactive-image-point.active {
    z-index: 2000;
    background: #bfc0b9;
    color: #fff; }
  .module-interactive-image .interactive-image-point:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .module-interactive-image .interactive-image-point:hover {
    background: #bfc0b9;
    opacity: 0.8; }

.module-interactive-image .point-label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  padding-top: .1em; }

.module-interactive-image .interactive-image-text {
  background: #ededed;
  padding: 1em 2em; }
  @media only screen and (max-width: 40em) {
    .module-interactive-image .interactive-image-text {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media only screen and (min-width: 40.063em) {
    .module-interactive-image .interactive-image-text {
      position: absolute;
      width: 100%;
      top: 0;
      background: rgba(255, 255, 255, 0.7);
      font-size: 1.2em;
      z-index: 1; } }

.reveal-modal {
  width: 26em;
  max-width: 100%;
  border-radius: 0;
  opacity: 0;
  transition: opacity .3s ease;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  min-height: 0 !important;
  z-index: 2147483647; }
  .reveal-modal.positioned {
    opacity: 1; }
  .reveal-modal .close-reveal-modal {
    color: #292929; }
  .reveal-modal .reveal-modal-availability {
    font-weight: bold;
    margin: 0.3em 0 1em;
    display: inline-block; }
    .reveal-modal .reveal-modal-availability:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      height: 1.4em;
      width: 1.4em;
      text-align: center;
      background: #292929;
      color: #fff;
      font-size: .8em;
      padding: .2em 0;
      border-radius: 3em; }
  .reveal-modal .action-left {
    text-align: left; }

.breadcrumbs-container {
  position: relative;
  font-size: 1rem; }

@media only screen and (min-width: 40.063em) {
  .floating-breadscrumb .breadcrumbs {
    position: absolute;
    top: 0;
    left: 0; } }

.breadcrumbs {
  min-height: 4.5em;
  position: relative;
  z-index: 80; }
  @media only screen and (max-width: 64em) {
    .breadcrumbs {
      font-size: .8em; } }
  .breadcrumbs .breadcrumbs-inner {
    box-shadow: 1px 0 10px transparent;
    transition: box-shadow .5s ease, margin .5s ease; }
  .breadcrumbs.scrolled .breadcrumbs-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background: #fff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 64em) {
      .breadcrumbs.scrolled .breadcrumbs-inner {
        margin-top: 2.2em; } }
  .breadcrumbs .breadcrumbs-list {
    list-style-type: none;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 1em 0.9375rem;
    font-size: inherit; }
    .breadcrumbs .breadcrumbs-list:before, .breadcrumbs .breadcrumbs-list:after {
      content: " ";
      display: table; }
    .breadcrumbs .breadcrumbs-list:after {
      clear: both; }
    @media only screen and (min-width: 64.063em) and (max-width: 85em) {
      .breadcrumbs .breadcrumbs-list {
        max-width: 60rem; } }
    @media only screen and (min-width: 85.063em) {
      .breadcrumbs .breadcrumbs-list {
        max-width: 80rem; } }
  .breadcrumbs .breadcrumbs-item {
    display: inline-block;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    height: 3em; }
  .breadcrumbs .breadcrumb-link,
  .breadcrumbs .breadcrumb-title {
    height: 100%;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    padding: 1em 1em 1em 1em;
    transition: background .3s ease; }
  .breadcrumbs .breadcrumbs-item:nth-child(1n + 2) .breadcrumb-link,
  .breadcrumbs .breadcrumbs-item:nth-child(1n + 2) .breadcrumb-title {
    margin: 0 0 0 1.8em; }
    .breadcrumbs .breadcrumbs-item:nth-child(1n + 2) .breadcrumb-link:before,
    .breadcrumbs .breadcrumbs-item:nth-child(1n + 2) .breadcrumb-title:before {
      content: '';
      position: absolute;
      left: auto;
      right: 100%;
      margin-right: -0.08em;
      top: 0;
      height: 100%;
      width: 2em;
      background-size: auto 100%;
      background-position: right top;
      background-repeat: no-repeat;
      display: inline-block;
      transition: background .3s ease; }
  .breadcrumbs .breadcrumbs-item:nth-child(1n + 2) .breadcrumb-link:before {
    background-image: url("/images/back.svg"); }
  .breadcrumbs .breadcrumbs-item:nth-child(1n + 2) .breadcrumb-title:before {
    background-image: url("/images/back-grey.svg"); }
  .breadcrumbs .breadcrumb-link {
    background: #0397ac;
    color: #fdfdfd;
    overflow: visible;
    line-height: 1; }
    .breadcrumbs .breadcrumb-link:after {
      content: "";
      position: absolute;
      right: -1.92em;
      top: 0;
      z-index: 1;
      height: 100%;
      width: 2em;
      display: inline-block;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-image: url("/images/front.svg");
      transition: background .3s ease; }
  .breadcrumbs .breadcrumb-title {
    background: #ededed;
    color: #292929;
    font-weight: bold; }
  .breadcrumbs .breadcrumb-item-value {
    display: block;
    position: relative;
    z-index: 2; }
  .breadcrumbs .first .breadcrumb-link,
  .breadcrumbs .first .breadcrumb-title {
    padding: 1em 0.5em 1em 1em; }
    .breadcrumbs .first .breadcrumb-link .breadcrumb-item-value:before,
    .breadcrumbs .first .breadcrumb-title .breadcrumb-item-value:before {
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      line-height: .5;
      padding-bottom: .2em;
      font-size: 1.6em;
      color: #fff;
      margin-right: .2em; }
  @media only screen and (max-width: 64em) {
    .breadcrumbs .last {
      display: none; } }

.properties-inline-list,
.wishlist {
  margin: 0 auto;
  max-width: none;
  width: 100%; }
  .properties-inline-list:before, .properties-inline-list:after,
  .wishlist:before,
  .wishlist:after {
    content: " ";
    display: table; }
  .properties-inline-list:after,
  .wishlist:after {
    clear: both; }
  @media only screen and (min-width: 64.063em) and (max-width: 85em) {
    .properties-inline-list,
    .wishlist {
      max-width: 60rem; } }
  @media only screen and (min-width: 85.063em) {
    .properties-inline-list,
    .wishlist {
      max-width: 80rem; } }
  .properties-inline-list .properties-inline-list-header,
  .properties-inline-list .wishlist-header,
  .wishlist .properties-inline-list-header,
  .wishlist .wishlist-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .properties-inline-list .properties-line-list-inner,
  .wishlist .properties-line-list-inner {
    margin: 0 auto;
    max-width: none;
    width: 100%; }
    .properties-inline-list .properties-line-list-inner:before, .properties-inline-list .properties-line-list-inner:after,
    .wishlist .properties-line-list-inner:before,
    .wishlist .properties-line-list-inner:after {
      content: " ";
      display: table; }
    .properties-inline-list .properties-line-list-inner:after,
    .wishlist .properties-line-list-inner:after {
      clear: both; }
  .properties-inline-list .wishlist-heading,
  .wishlist .wishlist-heading {
    font-size: 2.4em;
    font-weight: bold;
    color: #333;
    margin-top: 2em;
    text-transform: uppercase; }
    @media only screen and (max-width: 64em) {
      .properties-inline-list .wishlist-heading,
      .wishlist .wishlist-heading {
        font-size: 1.8em;
        text-align: center; } }
  .properties-inline-list .property-list,
  .wishlist .property-list {
    list-style-type: none;
    margin: 0; }
  .properties-inline-list .properties-line-list-item,
  .wishlist .properties-line-list-item {
    margin: 0.9375rem 0; }
    @media only screen and (min-width: 64.063em) {
      .properties-inline-list .properties-line-list-item,
      .wishlist .properties-line-list-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .properties-inline-list .properties-line-list-item,
      .wishlist .properties-line-list-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
    @media only screen and (max-width: 40em) {
      .properties-inline-list .properties-line-list-item,
      .wishlist .properties-line-list-item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left; } }
  .properties-inline-list .property-media,
  .wishlist .property-media {
    background: #ededed;
    min-height: 8rem;
    position: relative; }
    .properties-inline-list .property-media:before,
    .wishlist .property-media:before {
      position: absolute;
      margin-top: -.5em;
      top: 50%;
      left: 50%;
      margin-left: -.5em;
      content: "";
      font-family: "webimmo-3";
      font-variant: normal;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizelegibility;
      text-transform: none;
      line-height: 1;
      font-size: 3em;
      color: #555;
      opacity: .2; }
    .properties-inline-list .property-media img,
    .wishlist .property-media img {
      width: 100%;
      position: relative;
      z-index: 1; }
  .properties-inline-list .wish-list-no-result,
  .wishlist .wish-list-no-result {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.2em; }

.module-google-maps-inner {
  position: relative;
  padding-top: 56%; }
  @media only screen and (max-width: 40em) {
    .module-google-maps-inner {
      padding-top: 100%; } }
  .module-google-maps-inner .gm-style {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .module-google-maps-inner img, .module-google-maps-inner object, .module-google-maps-inner embed {
    max-width: none;
    height: auto; }

.logout {
  display: block;
  background: #0397ac;
  color: #fff;
  transition: background .3s ease, color .3s ease;
  padding: 0.2em 1em;
  text-transform: uppercase;
  text-align: center;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto; }
  .logout a {
    color: #fff; }
  @media only screen and (max-width: 64em) {
    .logout {
      display: block;
      border: 1px solid #bfc0b9; } }
  .logout:hover, .logout:focus {
    background: #6ad551;
    color: #fff; }
  .logout:before {
    color: #fff; }

.obj3d-button {
  top: -3em;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 130px; }
  .obj3d-button button {
    border: none;
    background-color: rgba(255, 255, 255, 0); }

.obj3d-previous {
  display: inline;
  width: 38px;
  height: 38px;
  background-image: url("/vr/batiment-a/images/svg_1.svg"); }

.obj3d-next {
  display: inline;
  width: 38px;
  height: 38px;
  background-image: url("/vr/batiment-a/images/svg_4.svg"); }

.obj3d-full {
  display: inline;
  width: 38px;
  height: 38px;
  background-image: url("/vr/batiment-a/images/svg_7.svg"); }

.object3d-module {
  margin-bottom: -3em; }

sup.square {
  font-size: 10px; }

.property-infos {
  padding-bottom: 0px; }
  .property-infos .property-documents {
    margin-top: 20px; }
  .property-infos .property-infos-value ul li {
    text-align: center; }

.reveal-modal.property-modal.open.positioned {
  top: 450px; }

.module-interactive-image .interactive-image-point {
  font-size: 2.8em; }

.module-slide-show .slideshow-position-tabs {
  display: none; }

body {
  font-family: 'Questrial', "montserrat", sans-serif; }

.property-header {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding: 0.5em 0; }
  .property-header:before, .property-header:after {
    content: " ";
    display: table; }
  .property-header:after {
    clear: both; }
  @media only screen and (min-width: 64.063em) and (max-width: 85em) {
    .property-header {
      max-width: 60rem; } }
  @media only screen and (min-width: 85.063em) {
    .property-header {
      max-width: 80rem; } }
  .property-header .property-heading {
    font-size: 2.4em;
    font-weight: bold;
    color: #0397ac; }
    @media only screen and (min-width: 40.063em) {
      .property-header .property-heading {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
    @media only screen and (max-width: 40em) {
      .property-header .property-heading {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .property-header .price {
    text-align: right;
    font-size: 2.4em;
    font-weight: bold;
    color: #0397ac; }
    @media only screen and (min-width: 40.063em) {
      .property-header .price {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
    @media only screen and (max-width: 40em) {
      .property-header .price {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }

.property .property-block:first-child .modules-block-title {
  display: none; }

.project-header-go-to-wishlist {
  position: absolute;
  top: 0;
  right: 0; }
  @media only screen and (max-width: 64em) {
    .project-header-go-to-wishlist {
      display: none; } }

.project-wishlist-action {
  display: inline-block;
  background: #0397ac;
  color: #fff;
  transition: background .3s ease, color .3s ease;
  padding: 0.2em 1em;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 64em) {
    .project-wishlist-action {
      display: block;
      border: 1px solid #bfc0b9; } }
  .project-wishlist-action:hover, .project-wishlist-action:focus {
    background: #6ad551;
    color: #bfc0b9; }
  .project-wishlist-action:before {
    content: "";
    font-family: "webimmo-3";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    line-height: 1;
    color: #bfc0b9; }

.module-block:-webkit-full-screen {
  margin: 0;
  padding: 0; }

.module-block:-moz-full-screen {
  margin: 0;
  padding: 0; }

.module-block:-ms-fullscreen {
  margin: 0;
  padding: 0; }

.module-block:fullscreen {
  margin: 0;
  padding: 0; }
  .module-block:-webkit-full-screen .module-block {
    max-width: 100%;
    width: 100%; }
  .module-block:-moz-full-screen .module-block {
    max-width: 100%;
    width: 100%; }
  .module-block:-ms-fullscreen .module-block {
    max-width: 100%;
    width: 100%; }
  .module-block:fullscreen .module-block {
    max-width: 100%;
    width: 100%; }
  .module-block:-webkit-full-screen .module-container {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%; }
  .module-block:-moz-full-screen .module-container {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%; }
  .module-block:-ms-fullscreen .module-container {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%; }
  .module-block:fullscreen .module-container {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%; }
  .module-block:-webkit-full-screen .interactive-image-board {
    width: 100%; }
  .module-block:-moz-full-screen .interactive-image-board {
    width: 100%; }
  .module-block:-ms-fullscreen .interactive-image-board {
    width: 100%; }
  .module-block:fullscreen .interactive-image-board {
    width: 100%; }
  .module-block:-webkit-full-screen .breadcrumbs-container {
    position: absolute; }
  .module-block:-moz-full-screen .breadcrumbs-container {
    position: absolute; }
  .module-block:-ms-fullscreen .breadcrumbs-container {
    position: absolute; }
  .module-block:fullscreen .breadcrumbs-container {
    position: absolute; }
  .module-block:-webkit-full-screen h3 {
    display: none; }
  .module-block:-moz-full-screen h3 {
    display: none; }
  .module-block:-ms-fullscreen h3 {
    display: none; }
  .module-block:fullscreen h3 {
    display: none; }
  .module-block:-webkit-full-screen img, .module-block:-webkit-full-screen canvas {
    width: 100%;
    max-width: 100%; }
  .module-block:-moz-full-screen img, .module-block:-moz-full-screen canvas {
    width: 100%;
    max-width: 100%; }
  .module-block:-ms-fullscreen img, .module-block:-ms-fullscreen canvas {
    width: 100%;
    max-width: 100%; }
  .module-block:fullscreen img, .module-block:fullscreen canvas {
    width: 100%;
    max-width: 100%; }


/* --------- POPUP ----------- */
.popup {
    background: #fff;
    cursor: pointer;
    border: 1px solid #0397ac;
}
.popup .provider-id {
    width: 80px;
    height: 100%;
    background: #0397ac;
    color: #fff;
    text-align: center;
    float: left;
}
.popup .provider-id span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.popup .property-details {
    display: block;
    float: left;
    width: 130px;
    height: 80px;
    padding: 15px 10px 15px 20px;
    color: #0397ac;
}
.popup .property-details .property-area {
    font-weight:  bold;
    font-size: 26px;
}
.popup .property-details .property-rooms {
    font-size: 12px;
}