/* generated with grunt-sass-globbing */
.content-page-addthis {
  margin: 1em 0;
  text-align: center; }
  .content-page-addthis p {
    margin-bottom: 0; }
  @media all and (min-width: 581px) and (max-width: 1024px) {
    .content-page-addthis {
      text-align: right;
      float: right; } }

.content-page-booking {
  display: block;
  background-color: #f1f1f1;
  margin: 1em 0;
  padding: 1.625em;
  position: relative;
  color: #272727; }
  .content-page-booking:before, .content-page-booking:after {
    content: " ";
    display: table; }
  .content-page-booking:after {
    clear: both; }
  .content-page-booking:focus, .content-page-booking:hover {
    color: #272727;
    text-decoration: none; }
  .content-page-booking .logo {
    background: transparent url("/assets/images/card_booking_logo.svg") center no-repeat;
    background-size: 7.875em 1.3125em;
    width: 7.875em;
    height: 1.3125em; }
  .content-page-booking .rating {
    color: #2ea7de;
    font-size: 1.845em;
    font-weight: bold; }
    @media all and (max-width: 580px) {
      .content-page-booking .rating {
        display: block; } }
  .content-page-booking .reviewers {
    font-size: 1.1875em;
    margin-left: 1em; }
    @media all and (max-width: 580px) {
      .content-page-booking .reviewers {
        display: block;
        margin-left: 0;
        margin-bottom: 1em; } }
  @media all and (min-width: 581px) {
    .content-page-booking .button {
      position: absolute;
      right: 1.625em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

.content-page-calendar-detail-dates,
.content-page-calendar-detail-venue-name {
  font-size: 1.1875em; }

.card-stars {
  display: inline-block;
  background: transparent url("/assets/images/card_star.svg") center left repeat-x;
  background-size: 16px 13px;
  height: 13px;
  width: 16px; }

.card-stars-2 {
  width: 32px; }

.card-stars-3 {
  width: 48px; }

.card-stars-4 {
  width: 64px; }

.card-stars-5 {
  width: 80px; }

.content-page-contacts {
  margin: 2em 0 1em;
  padding: 1.5em;
  border: 1px solid #dbdbdb; }
  .content-page-contacts address {
    margin: 0; }
  .content-page-contacts p {
    padding-left: 40px;
    margin-bottom: 1em; }
    .content-page-contacts p:last-child {
      margin-bottom: 0; }
    .content-page-contacts p:before {
      display: block;
      width: 27px;
      height: 27px;
      content: '';
      position: absolute;
      margin-left: -40px; }
    .content-page-contacts p.contact-address:before {
      background: url("/assets/images/icon_content_page_address.svg") no-repeat center; }
    .content-page-contacts p.contact-phone:before {
      background: url("/assets/images/icon_content_page_phone.svg") no-repeat center; }
    .content-page-contacts p.contact-email:before {
      background: url("/assets/images/icon_content_page_email.svg") no-repeat center; }
    .content-page-contacts p.contact-web:before {
      background: url("/assets/images/icon_content_page_web.svg") no-repeat center; }
    .content-page-contacts p.contact-facebook:before {
      background: url("/assets/images/icon_content_page_facebook.svg") no-repeat center; }

.content-page-content h1 {
  margin-top: 0;
  font-size: 2.5em; }
.content-page-content .address:before, .content-page-content .address:after {
  content: " ";
  display: table; }
.content-page-content .address:after {
  clear: both; }
.content-page-content .address .map {
  float: left;
  margin-right: 1.5em; }
.content-page-content .address .text {
  color: #4a4a4a;
  font-size: 1.375em; }
  @media all and (max-width: 1024px) {
    .content-page-content .address .text {
      font-size: 1.23em; } }
  @media all and (max-width: 580px) {
    .content-page-content .address .text {
      font-size: .85em; } }
.content-page-content .address .map-link {
  color: #4a4a4a;
  text-decoration: underline;
  position: relative;
  padding-left: 24px;
  float: left;
  margin-top: .8em; }
  .content-page-content .address .map-link:before {
    content: '';
    width: 14px;
    height: 21px;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: transparent url("/assets/images/card_map_pin.svg") center no-repeat;
    background-size: 14px 21px; }

.content-page-content-wrapper {
  margin-top: 3em; }
  @media all and (max-width: 1024px) {
    .content-page-content-wrapper {
      margin-top: 2em; } }
  @media all and (max-width: 580px) {
    .content-page-content-wrapper {
      margin-top: 1em; } }
  .content-page-content-wrapper .lead {
    font-size: 1.1875em; }
    .content-page-content-wrapper .lead strong {
      font-size: 1.158em; }
  .content-page-content-wrapper img {
    height: auto !important;
    max-width: 100%; }

.content-page-content-bottom {
  position: relative; }
  .content-page-content-bottom:before, .content-page-content-bottom:after {
    content: " ";
    display: table; }
  .content-page-content-bottom:after {
    clear: both; }
  @media all and (min-width: 581px) and (max-width: 1024px) {
    .content-page-content-bottom {
      padding-top: 3em; }
      .content-page-content-bottom .button {
        position: absolute;
        top: 0; }
      .content-page-content-bottom .button-red-bordered {
        right: 0; }
      .content-page-content-bottom .button-grey-bordered {
        left: 0; } }

.content-page-facility {
  margin-bottom: 2em; }
  .content-page-facility h2 {
    margin-top: 2em;
    margin-bottom: 1em; }
  .content-page-facility ul {
    padding-left: 0;
    list-style: none; }
    @media all and (min-width: 581px) {
      .content-page-facility ul {
        columns: 2;
        padding-right: 25%; } }
  .content-page-facility li {
    background: transparent left center no-repeat;
    background-size: 2em 2em;
    min-height: 2em;
    padding-left: 2.5em;
    margin: .8em 0;
    line-height: 2; }
    .content-page-facility li:first-child {
      margin-top: 0; }
  .content-page-facility li[data-icon="restaurant"] {
    background-image: url("/assets/images/icon_facility_rastaurant.svg"); }
  .content-page-facility li[data-icon="wifi"] {
    background-image: url("/assets/images/icon_facility_wifi.svg"); }
  .content-page-facility li[data-icon="free-parking"] {
    background-image: url("/assets/images/icon_facility_parking.svg"); }
  .content-page-facility li[data-icon="wellness"] {
    background-image: url("/assets/images/icon_facility_wellness.svg"); }
  .content-page-facility li[data-icon="family"] {
    background-image: url("/assets/images/icon_facility_family.svg"); }
  .content-page-facility li[data-icon="pets"] {
    background-image: url("/assets/images/icon_facility_pets.svg"); }
  .content-page-facility li[data-icon="handicap"] {
    background-image: url("/assets/images/icon_facility_handicap.svg"); }

.content-page-gallery {
  margin: 5em -.5px 0 -.5px; }
  .content-page-gallery:before, .content-page-gallery:after {
    content: " ";
    display: table; }
  .content-page-gallery:after {
    clear: both; }
  @media all and (max-width: 1560px) {
    .content-page-gallery {
      margin-top: 3em; } }
  @media all and (max-width: 1024px) {
    .content-page-gallery {
      margin-top: 2em; } }
  @media all and (max-width: 580px) {
    .content-page-gallery {
      margin-top: 1em; } }

.content-page-gallery-main-image {
  display: block;
  position: relative;
  overflow: hidden;
  float: left; }
  .content-page-gallery-main-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  @media all and (min-width: 581px) {
    .content-page-gallery-main-image {
      padding: 0 .5px 45.1% .5px;
      width: 68.5833%; } }
  @media all and (max-width: 580px) {
    .content-page-gallery-main-image {
      padding-bottom: 65%;
      width: 100%; } }

.content-page-gallery-secondary-images {
  float: left; }
  @media all and (min-width: 581px) {
    .content-page-gallery-secondary-images {
      padding: 0 .5px;
      width: 31.4167%; } }
  @media all and (max-width: 580px) {
    .content-page-gallery-secondary-images {
      margin-top: 1px;
      min-width: 100%;
      display: flex; } }

.content-page-gallery-secondary-image {
  display: block;
  position: relative;
  overflow: hidden;
  float: left; }
  .content-page-gallery-secondary-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  @media all and (min-width: 581px) {
    .content-page-gallery-secondary-image {
      padding-bottom: 71.8%;
      width: 100%; }
      .content-page-gallery-secondary-image + .content-page-gallery-secondary-image {
        margin-top: 1px; } }
  @media all and (max-width: 580px) {
    .content-page-gallery-secondary-image {
      padding-bottom: 36%;
      width: 50%; }
      .content-page-gallery-secondary-image + .content-page-gallery-secondary-image {
        margin-left: 1px; } }

.content-page-gallery-secondary-image-plus {
  position: absolute;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6); }
  .content-page-gallery-secondary-image-plus .icon {
    display: inline-block;
    background: transparent url("/assets/images/content_page_gallery_photo.svg") center no-repeat;
    background-size: 1.5em 1.25em;
    width: 1.5em;
    height: 1.25em;
    position: relative;
    top: .1em;
    margin-right: .5em; }
  @media all and (min-width: 581px) {
    .content-page-gallery-secondary-image-plus {
      width: 100%;
      padding: 1.125em 1.5em; } }
  @media all and (max-width: 580px) {
    .content-page-gallery-secondary-image-plus {
      right: 0;
      padding: .25em 1em; }
      .content-page-gallery-secondary-image-plus .icon {
        top: .2em; }
      .content-page-gallery-secondary-image-plus .text {
        display: none; } }

.content-page-line {
  margin: 5em 0;
  background-color: #dbdbdb; }
  @media all and (max-width: 1024px) {
    .content-page-line {
      margin: 4em 0; } }
  @media all and (max-width: 580px) {
    .content-page-line {
      margin: 3em 0; } }

.content-page-open-map {
  position: relative; }
  .content-page-open-map a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.parking-map {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden; }
  .parking-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.personality-card {
  margin-bottom: 3em; }

.personality-card-image.col {
  max-width: 160px; }
  .personality-card-image.col img {
    display: block;
    width: 100%;
    height: auto; }
  @media all and (max-width: 480px) {
    .personality-card-image.col {
      margin-bottom: 1.5em;
      max-width: 100px; } }

.personality-card-focus {
  margin-bottom: .5em; }

.personality-card-header {
  margin: 0; }

.personality-dates {
  margin: 0; }

.personality-category-menu {
  display: block;
  float: left;
  width: 100%;
  padding-left: 0;
  list-style: none; }
  .personality-category-menu li {
    float: left; }
    .personality-category-menu li + li {
      margin-left: 1em; }

.content-page-search-item {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1.2em; }
  .content-page-search-item img {
    float: left;
    margin-right: 1em; }
  .content-page-search-item .title {
    font-size: 1.4em;
    color: black; }

.sidebar-section-entry {
  margin-top: 5.67em; }

.section-entry-card {
  display: block;
  text-align: center;
  margin-bottom: 1.5384em; }
  .section-entry-card:hover, .section-entry-card:focus, .section-entry-card:active {
    text-decoration: none;
    color: black; }

.section-entry-image {
  display: block;
  position: relative;
  width: 100%; }
  .section-entry-image img {
    width: 100%; }

.section-entry-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 4em;
  height: auto;
  margin: -3em auto .125em auto; }

.section-entry-header {
  color: black;
  font-weight: bold;
  font-size: 1.125em; }

.content-page-tips {
  margin: 2em 0 1em;
  padding: 1.5em;
  border: 1px solid #dbdbdb; }
  .content-page-tips h2 {
    font-size: 1.1875em;
    margin-top: 0; }
  .content-page-tips ul {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    .content-page-tips ul li {
      margin-bottom: .5em; }
      .content-page-tips ul li a {
        color: black;
        text-decoration: underline; }
        .content-page-tips ul li a:hover, .content-page-tips ul li a:active, .content-page-tips ul li a:focus {
          color: #bf0d0d; }

.content-page-tripadvisor {
  display: block;
  background-color: #f1f1f1;
  margin: 1em 0;
  padding: 1.625em;
  position: relative;
  color: #272727; }
  .content-page-tripadvisor:before, .content-page-tripadvisor:after {
    content: " ";
    display: table; }
  .content-page-tripadvisor:after {
    clear: both; }
  .content-page-tripadvisor:focus, .content-page-tripadvisor:hover {
    color: #272727;
    text-decoration: none; }
  .content-page-tripadvisor .logo {
    background: transparent url("/assets/images/tripadvisor_logo.svg") center no-repeat;
    background-size: 5em 3.25em;
    width: 5em;
    height: 3.25em;
    margin-right: 4em; }
  .content-page-tripadvisor .logo,
  .content-page-tripadvisor .wrapper {
    float: left; }
  .content-page-tripadvisor .rating {
    background: transparent url("/assets/images/tripadvisor_rating_circle.svg") center left repeat-x;
    background-size: 1.625em 1.5em;
    width: 8.1em;
    height: 1.5em;
    margin-bottom: .25em; }
  .content-page-tripadvisor .rating-value {
    background: transparent url("/assets/images/tripadvisor_rating_inner.svg") center left repeat-x;
    background-size: 1.625em 1.5em;
    width: 0;
    height: 1.5em; }
  .content-page-tripadvisor .reviewers {
    font-size: 1.1875em; }
    @media all and (max-width: 580px) {
      .content-page-tripadvisor .reviewers {
        display: block;
        margin-left: 0;
        margin-bottom: 1em; } }

.content-page-wrapper {
  margin-top: 5em; }
  .content-page-wrapper:before, .content-page-wrapper:after {
    content: " ";
    display: table; }
  .content-page-wrapper:after {
    clear: both; }
  .content-page-wrapper.padding-bottom {
    padding-bottom: 5em; }
  @media all and (max-width: 1560px) {
    .content-page-wrapper {
      margin-top: 3em; }
      .content-page-wrapper.padding-bottom {
        padding-bottom: 3em; } }
  @media all and (max-width: 1024px) {
    .content-page-wrapper {
      margin-top: 2em; }
      .content-page-wrapper.padding-bottom {
        padding-bottom: 2em; } }
  @media all and (max-width: 580px) {
    .content-page-wrapper {
      margin-top: 1em; }
      .content-page-wrapper.padding-bottom {
        padding-bottom: 1em; } }

/*# sourceMappingURL=content-page.css.map */
