body {
  background-color: #F6E3DA;
}
.display_none{
  display:none;
}
.overflow__visible{
  display:block!important;
}
.bannner--landingpage--voucher {
  margin-top: 150px;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=checkbox], textarea, select {
  border-radius: 0;
}

a {
  transition: opacity .25s ease-in-out;
}

  a:hover {
    opacity: 0.7;
  }

html.overflow--hidden {
  overflow-y: hidden;
}
.tns-visually-hidden{
  display:none;
}
#choose__shoting__booking-iw{
  overflow:hidden;
}
.voucher--container {
  margin-bottom: 60px;
}
#book_appointment {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 100000;
  cursor: pointer;
  background-color: #B02E60;
  padding: 15px;
  /*padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 30px;*/
  border: solid 1px #fff;
  border-left: none;
  transition: opacity .25s ease-in-out;
  color: #fff;
  /*height:180px;*/
  padding: 10px 5px;
}

  #book_appointment div {
    transform: rotate(-90deg);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
  }

  #book_appointment:hover {
    opacity: 0.75;
  }

  #book_appointment span {
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 3px;
  }

/*#book_appointment img {
    height: 25px;
  }*/

.slimScroll {
  border-right: solid 1px #000;
  margin-top: 20px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bookingWizzardScroll .ss-wrapper {
  display: flex;
  justify-content: center;
}

.bookingWizzardScroll .ss-content {
  display: flex;
  height: 100%;
  width: 95%;
  overflow-x: scroll;
  overflow-y: hidden;
  align-items: center;
  min-height: 150px;
}

.booking-shooting {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  height: calc(70vh/5);
  width: 90%;
  cursor: pointer;
}

#shootings__container {
  border-left: solid 1px #555;
}

/* custom stylings */
.wrapper, .scroll-wrapper, [data-slimscroll] > div.scroll-wrapper {
  overflow: hidden !important;
}

  .scroll-wrapper.mac + .scrollBarContainer {
    background-color: transparent;
  }

.scrollBarContainer.animate .scroll {
  transition: 2s opacity ease;
  -ms-transition: 2s opacity ease;
  opacity: 0.75;
}

.scrollBarContainer:hover .scroll {
  opacity: 0.5;
  transition: none;
  -ms-transition: none;
}

.unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.scroll {
  border-radius: 10px;
  background-color: #F6E3DA;
}

.wrapper + .scrollBarContainer {
  background-color: #B02E60;
}

.scrollBar {
  background-color: #B02E60;
  border-radius: 10px;
  opacity: 0.5;
}

.scroll-bar {
  background-color: #B02E60;
}

#floating_booking_container {
  position: fixed;
  z-index: 100001;
  width: 100%;
  top: 5vh;
  min-height: 90vh;
}

  #floating_booking_container .leaflet-popup-content {
    min-width: 230px;
  }

  #floating_booking_container h2 {
    font-size: 48px;
    margin-top: 0px;
    text-align: center;
    display: none;
  }

#map-booking {
  min-height: 40vh;
}

.studio-result-header {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
}

  .studio-result-header.studio-result-header-first {
    margin-top: 0;
    text-wrap: pretty;
  }

#floating_booking_container .studio-result {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}

  #floating_booking_container .studio-result:first-child {
    padding-top: 0;
  }

  #floating_booking_container .studio-result:last-child {
    padding-bottom: 0;
  }

  #floating_booking_container .studio-result img {
    width: 100%;
  }

#search__studio__booking #section__map__booking {
  width: 65%;
  padding-bottom: 20px;
}

.studio--booking--image--container {
  width: 39%;
  margin-right: 4%;
  text-align: left;
  display: none;
}

#search__studio__booking {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-right: 20px;
  align-items: center;
}

#buttons-bw {
  max-height: 20px;
}

.left-bw {
  margin-left: 0 !important;
  position: absolute;
  left: 0;
  color: white;
  top: 25%;
  font-size: 65px;
  background-color: transparent;
  border: 0px;
  z-index: 999999;
  padding: 0;
}

.right-bw {
  padding: 0;
  position: absolute;
  right: 0;
  color: white;
  top: 25%;
  font-size: 65px;
  background-color: transparent;
  border: 0px;
  z-index: 999999;
}

.ss-content::-webkit-scrollbar {
  height: 8px;
}

.ss-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.ss-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #B02E60;
}

#search__studio__booking .studio-details h5, #search__studio__booking .studio-details p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
}

  #search__studio__booking .studio-details h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
  }

#search__studio__booking .studio-details a {
  color: #fff;
}

#search__studio__booking .studio-details {
  text-align: left;
  padding-bottom: 5px;
}

#floating_booking_container .studio-ctas a {
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

#floating_booking_container .studio-result.selected .studio-ctas a, #floating_booking_container .choose-shooting.selected {
  background: #BD1860;
}

#search__studio__booking #search-results-number {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.section--studios--booking {
  width: 100%;
}

.location-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-right: 2%;
  width: 250px;
  flex: 0 0 10em;
  cursor: pointer;
  padding: 10px;
  height: calc(70vh/5);
  border: 1px solid white;
  margin: 0 5px 5px;
  justify-content: space-evenly;
  background-color: rgba(112,112,112, 0.3);
}

  .location-card.selected {
    background-color: rgba(176,46,96,0.5);
  }

.section--studios--booking .container {
  height: 100%;
}

#section__search__wizard {
  padding: 30px;
  position: relative;
}

#search-results-booking {
  position: relative;
  margin: 0;
  max-height: 788px;
  height: 100%;
}

#floating_booking_container.booking--hidden {
  visibility: hidden;
  min-height: 65vh;
  width: 100vw;
  left: -100%;
}

#floating_booking_container .section--search input[type=text] {
  border: none;
  padding: 13px 0 13px 23px;
  font-family: brandon_grotesqueregular;
  font-size: 24px;
  /*border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
  width: 76%;
  float: left;
  color: #000;
  outline: none;
}

#floating_booking_container .section--search a#searchStudioTriggerBooking {
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  width: 24%;
  display: inline-block;
  text-decoration: none;
  background-color: #BD1860;
  height: 100%;
  height: 60px;
  padding-top: 13px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

#booking_main_actions {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

  #booking_main_actions li:first-child, #booking_main_actions li:nth-child(2), #booking_main_actions li:nth-child(3) {
    transition: width .25s ease-in-out;
  }

  #booking_main_actions.section--three--columns li:nth-child(3) {
    /*margin-left: 60px;*/
    margin-top: -59px;
    width: calc(100% - 330px);
    clear: none;
  }

  #booking_main_actions.section--three--columns li:first-child, #booking_main_actions.section--three--columns li:nth-child(2),
  #booking_main_actions.section--four--columns li:nth-child(3), #booking_main_actions.section--five--columns li:nth-child(4) {
    width: 330px;
  }

  #booking_main_actions.section--four--columns li:nth-child(3) {
    margin-top: 0;
  }

  #booking_main_actions.section--three--columns li {
    float: left;
  }

    #booking_main_actions.section--three--columns li:nth-child(2), #booking_main_actions.section--four--columns li:nth-child(3), #booking_main_actions.section--five--columns li:nth-child(4) {
      clear: left;
      padding-left: 0 !important;
    }

  #booking_main_actions.section--four--columns li:nth-child(4) {
    margin-top: -99px;
    margin-left: 60px;
  }

  #booking_main_actions.section--five--columns li:nth-child(4) {
    margin-top: 0;
    margin-left: 0;
  }

  #booking_main_actions.section--five--columns li:nth-child(5) {
    margin-top: -160px;
    margin-left: 60px;
  }

  #booking_main_actions .two__columns__more {
    border-bottom: solid 1px #fff;
    font-family: brandon_grotesquemedium;
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 13px;
    margin-top: 25px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    cursor: pointer;
  }

    #booking_main_actions .two__columns__more.action--hidden img {
      transition: transform .25s ease-in-out;
    }

    #booking_main_actions .two__columns__more:not(.action--hidden):not(.selected--studio) img {
      transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transition: transform .25s ease-in-out;
    }

  #booking_main_actions #toggle__date__time {
    margin-left: 270px;
  }

    #booking_main_actions #toggle__date__time.action--hidden {
      margin-left: 0;
    }

#close__booking__wizard {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: opacity .25s ease-in-out;
}

  #close__booking__wizard:hover {
    opacity: 0.75;
  }

#floating_booking_container {
  transition: all 1s ease;
}

  #floating_booking_container:not(.booking--hidden) {
    right: 100%;
    transform: translate(100%, 0);
  }

  #floating_booking_container.booking--hidden {
    transform: translate(-100%, 0);
  }

#booking_main_actions .two__columns__more img {
  float: right;
  cursor: pointer;
}

#booking_main_actions .col-lg-6 {
  text-align: center;
}

  #booking_main_actions .col-lg-6 .btn-action {
  }

#floating_booking_container .section--purple {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100vh;
}

.gm-style .gm-style-iw-c {
  padding: 16px 18px !important;
}

  .gm-style .gm-style-iw-c .c-google-maps-iw__title {
    display: block;
    color: #B02E60;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 7px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .gm-style .gm-style-iw-c .map-address, .gm-style .gm-style-iw-c .map-phone {
    display: block;
    color: #707070;
    font-family: brandon_grotesquemedium;
    font-size: 15px;
    line-height: 22px;
  }

  .gm-style .gm-style-iw-c .map-phone {
    padding-bottom: 16px;
    padding-top: 8px;
  }

    .gm-style .gm-style-iw-c .map-phone a {
      font-family: brandon_grotesquemedium;
      color: #707070;
      text-decoration: none;
      font-weight: 500;
    }

  .gm-style .gm-style-iw-c .c-button-feature--ghost {
    display: inline-block;
    color: #fff;
    font-family: brandon_grotesqueblack;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    border: solid 1px #BE2062;
    padding: 6px 12px;
    transition: background-color .25s ease-in-out;
    margin-right: 11px;
    font-weight: 500;
    font-family: brandon_grotesquemedium;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    /*padding: 13px 46px;*/
    text-decoration: none;
    font-weight: 500;
    border: solid 1px #929292;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    text-align: center;
  }

  /*.gm-style .gm-style-iw-c .c-button-feature--ghost:hover {
      color: #fff;
      background-color: #BE2062;
      opacity: 1;
    }*/

  .gm-style .gm-style-iw-c .c-button-feature--appointment {
    display: inline-block;
    color: #fff;
    font-family: brandon_grotesqueblack;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    border: solid 1px #85BDD4;
    background-color: #85BDD4;
    padding: 6px 12px;
    transition: background-color .25s ease-in-out;
    font-weight: 500;
    font-family: brandon_grotesquemedium;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    /*padding: 13px 46px;*/
    text-decoration: none;
    font-weight: 500;
    border: solid 1px #929292;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }

.ui-autocomplete {
  z-index: 200000 !important;
}

  .ui-autocomplete li {
    font-family: brandon_grotesqueregular;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    background-color: #F6E3DA;
    border: none;
  }

    .ui-autocomplete li:hover {
      outline: none;
      border: none !important;
      color: #000 !important;
    }

    .ui-autocomplete li .ui-menu-item-wrapper {
      padding: 12px 0 18px 22px !important;
      outline: none;
      border: none;
    }

      .ui-autocomplete li .ui-menu-item-wrapper:hover, .ui-autocomplete li .ui-menu-item-wrapper:focus, .ui-autocomplete .ui-state-focus, .ui-autocomplete .ui-state-active {
        background-color: #fff !important;
        color: #000 !important;
        border: none !important;
        padding: 12px 0 18px 22px !important;
        margin: 0 !important;
      }

    .ui-autocomplete li:first-child .ui-menu-item-wrapper {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    .ui-autocomplete li:last-child .ui-menu-item-wrapper {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }

  .ui-autocomplete.empty li {
    font-family: brandon_grotesqueregular;
    /*color: #BD1860;*/
    text-align: center;
    font-weight: 200;
    /*text-transform:uppercase;*/
    /*font-size:18px;*/
  }

    .ui-autocomplete.empty li .ui-menu-item-wrapper:hover, .ui-autocomplete.empty li .ui-menu-item-wrapper:focus, .ui-autocomplete.empty .ui-state-focus, .ui-autocomplete.empty .ui-state-active {
      color: #000 !important;
      padding: 46px 0 46px 0 !important;
      background-color: transparent !important;
    }

    .ui-autocomplete.empty li .ui-menu-item-wrapper {
      width: 75%;
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 46px 0 46px 0 !important;
    }

/*#floating_booking_container .section--purple{
    back
  }*/

#choose__shoting__booking {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  flex-wrap: wrap;
}

#choose__shoting__booking__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#choose__shoting__booking .booking-shooting--split {
  width: 30%;
}

/*  #choose__shoting__booking .booking-shooting--split:first-child {
    margin-right: 2%;
  }*/

.booking-shooting img {
  width: 120px;
  float: left;
  margin-right: 15px;
}

.booking-shooting a {
  position: absolute;
  bottom: 0;
  left: 0;
}

.booking-shooting {
  clear: both;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #aaa;
}

  .booking-shooting .shooting--name {
    text-transform: uppercase;
  }

#choose__shoting__booking .booking-shooting--split .booking-shooting:last-child {
  /*padding-bottom: 0;*/
  border-bottom: none;
}

.booking-shooting .shooting--price {
  width: 78px;
  height: 38px;
  background-color: #BD1860;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 19px;
  padding-top: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px #fff;
  text-align: center;
}

#booking__shootings__header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 20px;
}

.booking-shooting a:not(.shooting--info) {
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
}

.booking-shooting a.shooting--info {
  top: 5px;
  right: 0;
  height: 25px;
  display: inline-block;
}

  .booking-shooting a.shooting--info img {
    width: 25px;
    position: absolute;
    right: 5px;
    cursor: pointer;
  }

.shooting-container {
  float: left;
  text-align: left;
}

.colored--container a {
  color: #fff;
  font-family: brandon_grotesqueblack;
  font-weight: 500;
  text-decoration: none;
}

  .colored--container a:hover {
    opacity: 1;
    text-decoration: underline;
  }

.white--container a {
  color: #B02E60;
  font-family: brandon_grotesquemedium;
  font-weight: 500;
  text-decoration: none;
}

  .white--container a:hover {
    opacity: 1;
    text-decoration: underline;
  }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.pull-right-container {
  float: right;
}

.red__link {
  /*border-radius: 4px;
  background-color: #BD1860;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesqueblack;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  width: 350px;
  display: block;
  font-weight: 500;*/
  display: inline-block;
  background-color: #F1B520;
  /* border-radius: 4px; */
  text-align: center;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 18px;
  text-transform: uppercase;
  padding: 13px 46px;
  text-decoration: none;
  font-weight: 500;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.7px;
}

.medium--font {
  font-family: brandon_grotesquemedium !important;
}

.final__title {
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  color: #000;
  margin-bottom: 124px;
}

.section--purple {
  color: #fff;
  background: #707070;
}

.section--purple--light {
  color: #fff;
  background: #9A1558;
}

.mobile-only {
  display: none;
}

  .mobile-only .nav-link {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

/* Content */
.subtitle {
  /*font-family: brandon_grotesquemedium;
  color: #888888;
  font-size: 20px;
  line-height: 20px;*/
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  color: #707070;
  margin-top: 47px;
  margin-bottom: 20px;
  /* color: #000; */
  text-transform: uppercase;
}

.title {
  /*font-family: brandon_grotesqueblack;
  color: #000;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;*/
  font-family: brandon_grotesquemedium;
  font-size: 60px;
  color: #BD1860;
  text-transform: none;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 64px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.content {
  font-family: brandon_grotesqueregular;
  /*color: #707070;*/
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.middle--section {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

/* Sub Navigation */
.nav-container {
  position: relative;
  float: left;
  padding-right: 35px;
}

.submenu-trigger svg {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  cursor: pointer;
  width: 17px;
  stroke: #fff;
}

.nav-link--active svg {
  stroke: #BD1860;
}

.submenu-trigger:hover svg {
  stroke: #BD1860 !important;
}

.submenu-expanded {
  font-family: brandon_grotesqueblack;
  color: #BD1860 !important;
  font-weight: 500;
}

  .submenu-expanded svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    stroke: #BD1860 !important;
  }

    .submenu-expanded svg path {
      stroke: #BD1860 !important;
    }

  .submenu-expanded a.nav-link {
    color: #BD1860 !important;
    /*font-family: brandon_grotesqueblack;*/
  }

.nav-child-menu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 27px;
  padding-top: 20px;
  overflow: visible;
  z-index: 9999;
}

  .nav-child-menu .nav-child-menu-container {
    display: flex;
    border: solid 1px #484848;
    background-color: #F6E3DA;
    border: none;
    /*box-shadow: #cdcdcd 0px 3px 6px;*/
    padding: 20px;
  }

  .nav-child-menu .subnavigation__column:last-child a {
    padding-left: 20px;
  }

  .nav-child-menu a {
    padding-top: 10px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    font-family: brandon_grotesquemedium;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 29px;
    color: #000;
    transition: color .25s ease-in-out;
  }

    .nav-child-menu a:hover {
      /*font-family: brandon_grotesqueblack;*/
      color: #B02E60;
      opacity: 1;
    }

  .nav-child-menu .subnavigation__column a:first-child {
    padding-top: 0;
  }

  .nav-child-menu .subnavigation__column__border {
    padding-right: 20px;
    border-right: solid 1px #AAAAAA;
  }

  .nav-child-menu .subnavigation__column__without__secondary a {
    padding-left: 0 !important;
  }

.nav-child-link {
  cursor: pointer;
}

  .nav-child-link.nav-link--active {
    color: #484848 !important;
  }

    .nav-child-link.nav-link--active:hover {
      color: #BD1860 !important;
    }

/* Header */
header {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.mobile-nav {
  display: none;
}

#online__world__link {
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  /*border: solid 1px #BD1860;
  border-radius: 4px;*/
  text-decoration: none;
  padding-left: 20px;
  padding-right: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  /*max-width: 224px;
  display: block;*/
  /*transition: background-color .25s ease-in-out;*/
  /*transition: color .25s ease-in-out;*/
  transition: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.7px;
}

  #online__world__link:hover {
    opacity: 1;
    color: #B02E60;
  }

    #online__world__link:hover svg path {
      fill: #B02E60;
    }

  #online__world__link svg, #online__world__link svg path {
    /*float: right;*/
    margin-bottom: -3px;
    margin-right: 7px;
    fill: #fff;
    stroke-width: 0;
  }

.loading--booking {
  width: 100%;
  height: calc(100% - 150px);
  position: absolute;
  left: 0;
  top: 150px;
  background-color: #666666;
  opacity: 0.4;
  text-align: center;
  z-index: 9999;
}

  .loading--booking img {
    max-width: 30px;
    display: inline-block;
    margin-top: 12%;
  }

.c-calendar__wrapper {
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: 40px;
  min-width: 800px;
  float: left;
}

  .c-calendar__wrapper:last-child {
    margin-bottom: 0
  }

.c-calendar__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.6rem
}

.c-calendar__title {
  font-size: 1.6rem;
  text-transform: uppercase;
}

#calendar__container {
  padding-top: 30px;
}

#possible__appointments {
  float: left;
  margin-left: 40px;
  margin-top: 80px;
  min-width: 450px;
  display: none;
}

#info__boxes {
  margin-left: 20px;
  padding: 15px;
  border: solid 1px #fff;
  background-color: #707070;
  font-size: 18px;
  position: relative;
}

  #info__boxes #info__boxes__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
  }

  #info__boxes p {
    margin-bottom: 0;
  }

#calendar__items__wrapper {
  display: flex;
}

@media (min-width:951px) {
  .c-calendar__title {
    font-size: 2rem
  }
 
}
<<<<<<<

.location-card {
  flex: 0 0 13em;
}
=======

>>>>>>>

.c-calendar__next, .c-calendar__prev {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: .3;
  cursor: default;
  width: 1.6rem;
  height: 1.6rem
}

  .c-calendar__next.is-active, .c-calendar__prev.is-active {
    transition: opacity;
    opacity: .8;
    cursor: pointer
  }

    .c-calendar__next.is-active:active, .c-calendar__next.is-active:focus, .c-calendar__next.is-active:hover, .c-calendar__prev.is-active:active, .c-calendar__prev.is-active:focus, .c-calendar__prev.is-active:hover {
      opacity: 1
    }

  .c-calendar__next svg, .c-calendar__prev svg {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    fill: #860036
  }

.c-calendar__days {
  margin-bottom: 0;
  width: 100%;
  border-collapse: separate;
  text-transform: uppercase;
  font-weight: 300
}

  .c-calendar__days:last-child {
    margin-bottom: auto
  }

@media (max-width:480px) {
  .c-calendar__days {
    display: table
  }
  .slimScroll {
    margin-top: 0;
  }
  #search__studio__booking #section__map__booking{
    padding-bottom:0;
  }
}

.c-calendar__days tbody td {
  border-top: 0;
  cursor: default;
  text-align: center
}

.c-calendar__frame {
  width: 100%;
  border-collapse: separate
}

@media (max-width:480px) {
  .c-calendar__frame {
    display: table
  }
}

.c-calendar__frame tbody td {
  position: relative;
  border-top: 0;
  cursor: default;
  font-size: 25px;
  font-weight: bold;
}

.c-calendar__day {
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
  text-align: center;
  padding: 10px;
  border: solid 2px transparent;
  cursor: pointer;
}

  .c-calendar__day.is-alternate span, .c-calendar__day.is-available span {
    cursor: pointer;
  }

  .c-calendar__day.is-alternate .tooltiptext, .c-calendar__day:hover.is-alternate .tooltiptext {
    visibility: hidden;
  }
  .c-calendar__day:hover .tooltiptext {
    visibility: visible;
    opacity: 1 !important;
  }

  .c-calendar__day .tooltiptext {
    transition: none;
  }


  .c-calendar__day.is-alternate span:hover, .c-calendar__day.is-available span:hover {
    opacity: 0.75;
  }
  .c-calendar__day .tooltiptext:hover {
    opacity: 1;
  }


  .c-calendar__day span {
    border-radius: 50px;
    width: 45px;
    display: block;
    height: 45px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-calendar__day.is-available span {
    background-color: #F6E3DA;
    color: #707070;
  }

    .c-calendar__day.is-available span:hover {
    }

  .c-calendar__day.is-available.is-selected span {
    background-color: #B02E60;
  }

    .c-calendar__day.is-available.is-selected span div {
      display: none;
    }

    .c-calendar__day.is-available.is-selected span img {
      display: block !important;
      width: 35px;
      width: 40px;
      margin-left: 3px;
      margin-top: -3px;
    }

  .c-calendar__day.is-alternate span {
    background-color: #707070;
    border-radius: 50px;
  }

  /*.c-calendar__day.is-alternate:active span, .c-calendar__day.is-alternate:focus span{
      background-color: #eebb07
    }*/

  .c-calendar__day.is-blocked {
    /*background-color: #e0e0e0*/
  }

  .c-calendar__day.is-active {
    background-color: #860036;
    color: #fff
  }

    .c-calendar__day.is-active:active span div, .c-calendar__day.is-active:focus span div {
      display: none;
    }

    .c-calendar__day.is-active:active span img, .c-calendar__day.is-active:focus span img {
      display: block !important;
    }

.c-calendar__legend {
  padding-top: 20px;
  padding-left: 43px;
}

.c-calendar__legend-icon {
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: baseline;
  float: left;
}

  .c-calendar__legend-icon.is-available {
    background-color: #F6E3DA;
    border-radius: 50px;
  }

  .c-calendar__legend-icon.is-alternate {
    background-color: #707070;
    border-radius: 50px;
  }

  .c-calendar__legend-icon.is-blocked {
    background-color: #e0e0e0
  }

.c-calendar__legend-line {
  clear: left;
  padding-bottom: 15px;
}

.c-calendar__legend-text {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 1.6rem;
  vertical-align: baseline
}

.c-calendar-days td {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal !important;
}

#time__intervals div:not(.time--interval--split) {
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 200px;
  margin-top: 10px;
  text-decoration: none;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: opacity .25s ease-in-out;
  display: flex;
  justify-content: space-between;
}

  #time__intervals div:not(.time--interval--split):hover {
    opacity: 0.75;
  }

#time__intervals div.time--interval--split {
  float: left;
  margin-right: 20px;
}

  #time__intervals div.time--interval--split h5 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    margin-top: 20px;
  }

.photo__appointmens__link {
  font-family: brandon_grotesquemedium;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 34px;
  color: #FFFFFF;
  /*background-color: #707070;*/
  /*border-radius: 4px;*/
  text-decoration: none;
  /*padding-left: 20px;*/
  /*padding-right: 13px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  width: 224px;
  display: block;
  /*transition: background-color .25s ease-in-out;*/
  font-weight: 200;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  float: right;
  margin-right: 16px;
  border: solid 1px #707070;
  letter-spacing: 0.7px;
}

  .photo__appointmens__link svg {
    margin-top: 6px;
    /*margin-bottom: -5px;*/
    margin-right: 12px;
    width: 18px;
  }

    .photo__appointmens__link svg, .photo__appointmens__link svg path, .photo__appointmens__link svg rect,
    .vouchers__link svg, .vouchers__link svg path {
      stroke-width: 0;
      fill: #fff;
    }

  .photo__appointmens__link:hover {
    opacity: 1;
    /*background-color: #fff;
    color: #68ACC7;
    border: solid 2px #68ACC7;*/
    /*padding: 6px 11px 6px 18px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #707070;
    color: #fff;
    border: solid 1px transparent;
  }

    .photo__appointmens__link:hover svg, .photo__appointmens__link:hover svg path,
    .photo__appointmens__link:hover svg rect {
      fill: #fff;
    }

.vouchers__link {
  font-family: brandon_grotesquemedium;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  /*background-color: #707070;*/
  /*background-color: #72253d;*/
  /*border-radius: 4px;*/
  text-decoration: none;
  /*padding-left: 20px;*/
  /*padding-right: 13px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  width: 224px;
  display: block;
  /*transition: background-color .25s ease-in-out;*/
  font-weight: 200;
  text-align: center;
  margin-top: 10px;
  float: right;
  border: solid 1px #707070;
  letter-spacing: 0.7px;
}

  .vouchers__link svg {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-right: 12px;
    width: 18px;
  }

  .vouchers__link:hover {
    opacity: 1;
    /*background-color: #fff;*/
    /*color: #B02E60;*/
    /*color: #72253d;*/
    border: solid 1px transparent;
    /*border: solid 2px #72253d;*/
    /*padding: 5px 11px 6px 18px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #707070;
  }

    .vouchers__link:hover svg path {
      fill: #fff;
      /*fill: #72253d;*/
    }

#custom__header__links {
  height: 49px;
  text-align: center;
}

#header__links .pull-right-container:first-child {
  margin-left: 16px;
}

.orange-link {
  font-family: brandon_grotesquemedium;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  cursor: pointer;
  /*transition: opacity .25s ease-in-out;*/
  /*padding-top: 5px;*/
  display: inline-block;
  text-decoration: none;
  font-weight: 200;
  letter-spacing: 0.7px;
}

  .orange-link svg, .orange-link svg path {
    fill: #fff;
    margin-right: 7px;
    stroke-width: 0;
  }

  .orange-link svg {
    margin-bottom: -3px;
  }

  .orange-link:hover {
    opacity: 1;
    color: #B02E60;
  }

    .orange-link:hover svg, .orange-link:hover svg path {
      fill: #B02E60;
    }

.pull-right-container.secondary {
  clear: right;
}

.language-link {
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  color: #BD1860;
  cursor: pointer;
  transition: opacity .25s ease-in-out;
  float: right;
  padding-top: 9px;
}

/* Search */
.search__container {
  margin-left: auto;
  clear: left;
  display: inline-block;
  float: left;
  margin-top: 10px;
}

  .search__container input[type=text] {
    border: none;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 20px;
    width: 464px;
    color: #707070;
    background-color: #fff;
    border: solid 2px #fff;
    /*border-radius: 4px;*/
    outline: none;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    float: left;
  }

    .search__container input[type=text]::-webkit-input-placeholder {
      color: #707070 !important;
    }

    .search__container input[type=text]::-moz-placeholder {
      color: #707070 !important;
    }

    .search__container input[type=text]::-ms-placeholder {
      color: #707070 !important;
    }

    .search__container input[type=text]::placeholder {
      color: #707070 !important;
    }

  .search__container input[type=submit] {
    border: none;
    background: url('../Content/Images/Search-Icon-Red.svg') no-repeat left top;
    width: 38px;
    height: 37px;
    margin-top: 6px;
    margin-left: -30px;
    float: right;
    margin-top: 17px;
  }

/* Footer */
footer {
  color: #fff;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 55px;
}

  footer a {
    transition: opacity .25s ease-in-out;
    color: #fff;
    text-decoration: none;
  }

    footer a:hover {
      opacity: 0.7;
    }

  footer .footer--left--column {
    float: left;
    width: 53.4059%;
  }

  footer .footer--newsletter {
    float: right;
    display: flex;
    flex-direction: row;
    width: 46.5941%;
  }

}

footer #footer--top {
  text-align: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  display: flex;
}

  footer #footer--top a {
    font-family: brandon_grotesquemedium;
    font-size: 30px;
    line-height: 30px;
    white-space: nowrap;
  }

footer #footer--bottom .footer--link {
  padding-right: 5px;
  text-align: center;
}

footer #footer--bottom {
  padding-top: 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap:wrap;
  border-top: solid 1px #fff;
}

  footer #footer--bottom a {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
  }

footer #footer--top .footer--link {
  width: 33.3333%;
  float: left;
  padding-bottom: 30px
}

  footer #footer--top .footer--link a {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
  }

  footer #footer--top .footer--link:first-child {
    text-align: left;
    /*width: 45%;*/
  }

  footer #footer--top .footer--link:nth-child(3) {
    text-align: right !important;
    /*width: 45%;*/
  }

  footer #footer--top .footer--link:nth-child(2) {
    text-align: center !important;
    /*width: 45%;*/
  }

#footer__social__media__container {
  margin-top: -5px;
}

#footer__social__media {
  /*float: right;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
}

  #footer__social__media a {
    width: 45px;
    padding-bottom: 7px;
  }

    #footer__social__media a img {
      width: 30px;
      margin-left: 15px;
    }

      #footer__social__media a img:last-child {
        margin-left: 12px;
      }

footer .footer--newsletter .footer--header {
  font-family: brandon_grotesqueblack;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-weight: 500;
}

footer .footer--newsletter .footer--subheader {
  font-family: brandon_grotesquemedium;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 12px;
}

.footer--newsletter input[type=text] {
  /*border-radius: 4px;*/
  padding: 9px 0 9px 14px;
  color: #707070;
  font-family: brandon_grotesquemedium;
  font-size: 14px;
  border: none;
  width: 364px;
  float: left;
}

  .footer--newsletter input[type=text]::-webkit-input-placeholder {
    color: #707070 !important;
  }

  .footer--newsletter input[type=text]::-moz-placeholder {
    color: #707070 !important;
  }

  .footer--newsletter input[type=text]::-ms-placeholder {
    color: #707070 !important;
  }

  .footer--newsletter input[type=text]::placeholder {
    color: #707070 !important;
  }

.footer--newsletter input[type=submit] {
  border: none;
  background: url('../Content/Images/Send Icon Grey.svg') no-repeat left top;
  width: 19px;
  height: 17px;
  margin-left: -29px;
  margin-top: 10px;
  transition: opacity .25s ease-in-out;
}

/* 404 */
#page__not__found {
  font-family: brandon_grotesquebold;
  font-size: 70px;
  color: #A2A2A2;
}

/* Breadcrumb */
.breadcrumbs {
  color: #000;
  margin-top: 20px;
}

  .breadcrumbs ol {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    padding-left: 10px;
  }

    .breadcrumbs ol li {
      display: inline-block;
      font-family: brandon_grotesquelight;
      font-size: 16px;
    }

      .breadcrumbs ol li a {
        text-decoration: none;
        font-family: brandon_grotesquemedium;
        transition: opacity .25s ease-in-out;
        color: #707070;
      }

        .breadcrumbs ol li a:hover {
          opacity: 0.7;
        }

        .breadcrumbs ol li a span {
          padding: 0;
        }

      .breadcrumbs ol li.current a span {
        color: #000;
      }

#help {
  display: none;
  position: fixed;
  bottom: 8.57872%;
  right: 0;
  padding: 25px 13px;
  background-color: #E3690B;
  z-index: 9999;
}

  #help a {
    font-family: brandon_grotesquemedium;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    transition: opacity .25s ease-in-out;
  }

    #help a:hover {
      opacity: 0.7;
    }

/* Mobile menu */

.hamburger {
  width: 30px;
  height: 26px;
  background: url('../Content/Images/menu icon.svg') no-repeat left top;
  transition: transform .25s linear;
}

  .hamburger.active {
    transform: rotate(90deg);
    background: url('../Content/Images/X.svg') no-repeat left top;
  }

#mobile__header__links a {
  float: left;
  font-family: brandon_grotesqueBlack;
  font-size: 18px;
  line-height: 26px;
  width: 19.5vw;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  font-weight: 500;
}

/* Cookie Agreement */
#cookie__agreement__wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0,0, 0.5);
  z-index: 10000;
}

#cookie__agreement, #cookie__agreement__details {
  background: #F6E3DA;
  max-width: 841px;
  /*border-radius: 5px;*/
  /*box-shadow: 0px 0px 10px rgba(0,0,0,0.16);*/
  position: fixed;
  top: 40vh;
  z-index: 9999;
  color: #707070;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
  left: 0;
  right: 0;
  margin: auto
}

  #cookie__agreement p {
    margin: 0;
  }

  #cookie__agreement #cookie__agreement__content {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

    #cookie__agreement #cookie__agreement__content a {
      color: white;
    }

#cookie__agreement__link {
  width: 274px;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  display: block;
  text-align: center;
  /*border-radius: 4px;*/
  padding: 8px 0;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-weight: 200;
  border: solid 1px #fff;
  background-color: #B02E60;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

#cookie__agreement__manage__link, #cookie__necessary__agreement__link {
  width: 274px;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 13px;
  line-height: 34px;
  display: block;
  text-align: center;
  /*border-radius: 4px;*/
  padding: 8px 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

#cookie__agreement__details {
  max-height: 50vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  top: 20vh;
  text-align: left;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

  #cookie__agreement__details::-webkit-scrollbar {
    width: 5px;
  }

  #cookie__agreement__details::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
  }

  #cookie__agreement__details::-webkit-scrollbar-track {
    background: #ffffff25;
  }

  #cookie__agreement__details .cookie--section {
    padding: 15px;
  }

    #cookie__agreement__details .cookie--section h2 {
      font-size: 30px;
      color: #000;
    }

      #cookie__agreement__details .cookie--section h2 img {
        margin-bottom: -2px;
      }

    #cookie__agreement__details .cookie--section p a {
      color: #B02E60;
      font-weight: 600;
      text-decoration: none;
    }

#cookie__global__agreement__link {
  position: sticky;
  bottom: 0px;
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  background-color: #B02E60;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  font-family: brandon_grotesquemedium;
}

#cookie__global__agreement__close {
  color: #000;
  position: sticky;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 35px;
  left: auto;
  float: right;
}

@media (max-width:768px) {
  .title {
    font-size: 50px;
  }

  .location-card {
    flex: 0 0 10em;
  }
  /* Header */

  .logo img {
    max-height: 100px;
  }

  .nav-link--home {
    margin-right: 30px;
  }

  .photo__appointmens__link {
    background-color: #68ACC7;
  }

  .vouchers__link {
    padding-top: 8px;
    margin-left: 20px;
  }

  .search__container {
    float: left;
    clear: none;
    margin-top: 10px;
    margin-left: 20px;
  }

    .search__container input[type=text] {
      width: 24.2vw;
      font-family: brandon_grotesquemedium;
      font-size: 16px;
      line-height: 23px;
      color: #940B56;
      background-color: #fff;
      border: solid 1px #940B56;
      padding-top: 9px;
      padding-bottom: 10px;
      padding-left: 10px;
    }

      .search__container input[type=text]::-webkit-input-placeholder {
        color: #940B56 !important;
      }

      .search__container input[type=text]::-moz-placeholder {
        color: #940B56 !important;
      }

      .search__container input[type=text]::-ms-placeholder {
        color: #940B56 !important;
      }

      .search__container input[type=text]::placeholder {
        color: #940B56 !important;
      }

    .search__container input[type=submit] {
      background: url('../Content/Images/Search-Icon-Red.svg') no-repeat left top;
    }

    .search__container #search {
      margin-top: 13px;
    }

  /* Content */
  .breadcrumbs {
    margin-top: 10px;
  }

  #help {
    bottom: 32.97872%;
  }

  .container__mobile {
    margin: 0;
    max-width: 100% !important;
  }

  /* Footer */
  footer {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  #footer__social__media {
    /*position: absolute;*/
    top: 50px;
    width: 37.2%;
  }

    #footer__social__media a img {
      width: 43px;
    }

  footer .footer--left--column {
    width: 100%;
    float: none;
    margin-top: 82px;
    max-width: 79.166%;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer--newsletter {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 80px;
    /*padding-bottom: 100px;*/
  }

  footer #footer--top .footer--link:nth-child(3) {
    text-align: left !important;
  }

  .footer--newsletter input[type=text] {
    float: none;
    width: 100%;
    font-size: 18px;
    padding: 12px 0 11px 18px;
    float: left;
  }

  .footer--newsletter input[type=submit] {
    width: 39px;
    height: 24px;
    background-size: 26px 24px;
    padding: 0;
    margin-left: -42px;
    margin-top: 0;
    float: right;
    margin-top: 12px;
  }

  footer #footer--top .footer--link:nth-child(2) {
    float: right;
    text-align: right;
  }

  footer #footer--bottom {
    display: flex;
  }

  footer #footer--newsletter--container {
    /*display: inline-block;*/
    /*width: 60.266%;*/
  }

  footer .footer--newsletter .footer--header {
    padding-bottom: 0;
  }

  footer .footer--newsletter .footer--subheader {
    padding-bottom: 30px;
  }

  /* Cookie Agreement */

  #cookie__agreement {
    max-width: 608px;
    padding-top: 46px;
    padding-bottom: 47px;
    bottom: 80px;
  }
}

@media (max-width:709px) {
  /* Footer */

  footer {
    padding-bottom: 60px;
    padding-top: 0;
  }

    footer #footer--top .footer--link, footer #footer--top .footer--link:nth-child(2) {
      float: none;
      text-align: center !important;
      width: 100%;
      margin-bottom: 10px;
    }

      footer #footer--top .footer--link:nth-child(2) {
        margin-bottom: 0;
      }

    footer #footer--top br.clearfix {
      display: none;
    }

    footer #footer--bottom a {
      font-size: 14px;
      line-height: 30px;
    }

    footer #footer--bottom {
      padding-top: 17px;
    }

    footer .footer--newsletter .footer--subheader {
      font-size: 14px;
    }

    footer .footer--newsletter {
      padding-top: 30px;
      padding-bottom: 0px;
    }

      footer .footer--newsletter .footer--subheader {
        padding-bottom: 20px;
      }

  #footer--newsletter--container {
    width: 93.33% !important;
  }

  footer #footer--top .footer--link:nth-child(3) {
    text-align: center !important;
  }

  footer #footer--bottom a {
    font-size: 14px !important;
  }

  #footer__social__media__container {
    width: 55%;
  }
}

@media (max-width:480px) {
  .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }


  #help {
    bottom: 7%;
  }

  /* Content */
  .breadcrumbs, .breadcrumbs ol li {
    font-size: 12px;
  }

  .breadcrumbs {
    margin-top: 4px;
  }

  /* Cookie Agreement */

  #cookie__agreement {
    max-width: 302px;
    padding-top: 30px;
    padding-bottom: 42px;
    bottom: 30px;
  }

  #cookie__agreement__link, #cookie__agreement__manage__link, #cookie__necessary__agreement__link {
    width: 224px;
  }

  footer #footer--bottom a {
    font-size: 12px !important;
  }
}

@media (max-width:480px) {
  footer #footer--bottom a {
    font-size: 10px !important;
  }

  footer .footer--newsletter {
    flex-direction: column;
  }

  #footer__social__media {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }

    #footer__social__media a:nth-child(1) {
      margin-right: 10px;
    }

    #footer__social__media a:nth-child(2) {
      margin-right: 10px;
    }

  #footer__social__media__container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer--newsletter--container {
    width: 100% !important;
  }

  #floating_booking_container {
    top: 10px;
  }

    #floating_booking_container .section.section--map {
      display: none;
    }
}

/* Responsive */

@media(max-width: 2238px) {
  .two__columns__item__payment {
    width: calc(100% - 390px) !important;
  }
}


@media(max-width: 1836px) {
  .nav-link--home {
    margin-right: 40px;
  }

  .nav-bar {
    padding-right: 40px;
  }

  #customer__info {
    min-width: 300px;
  }
}

/*@media(max-width: 1800px) {
  .nav-bar {
    padding-right: 43px;
  }

  #header__links {
    position: absolute;
    right: 43px;
    top: 27px;
  }

    #header__links .pull-right-container:last-child {
      display: flex;
      flex-direction: row-reverse;
      padding-top: 35px;
    }

  #online__world__link, .photo__appointmens__link, .vouchers__link {
    width: 224px;
  }

  #online__world__link {
    margin-top: 10px;
    margin-left: 16px;
  }

  .vouchers__link {
    margin-top: -4px;
  }

  .orange-link, .language-link {
    padding-top: 0;
  }
}*/
@media(max-width: 1691px) {
  .top-nav .col-lg-7, .top-nav .col-lg-5 {
    /*width: 100%;*/
    pointer-events: none;
  }

    .top-nav .col-lg-7 a, .top-nav .col-lg-7 img, .top-nav .col-lg-7 input[type=text], .top-nav .col-lg-7 input[type=submit], .top-nav .col-lg-5 a {
      pointer-events: all;
    }

  #header__links {
    right: 42px;
  }
}

@media(max-width: 1520px) {
  .nav-bar {
    display: none;
  }

  .header {
    height: 100px;
  }
  .bannner--landingpage--voucher {
    margin-top: 100px;
  }
  .mobile-only {
    display: block;
  }

  .mobile-nav-handler.active span {
    color: #fff;
  }

  .mobile-only .online__world__link img {
    float: none !important;
    margin-left: 10px;
    margin-bottom: -2px;
  }

  .mobile-only .orange-link {
    color: #E3690B;
  }

  .search__container {
    margin-left: 0;
  }

  .nav-link--home {
    margin-right: 41px;
  }

  .logo-image {
    height: 100px;
  }

  #section__search__wizard {
    padding: 20px;
  }

  #mobile__header__links {
    display: flex;
    flex-direction: row;
  }

  .nav-child-menu .nav-child-menu-container {
    display: flex;
    border: none;
    background-color: #F6E3DA;
    box-shadow: none;
    padding: 0;
  }

  .nav-child-menu .subnavigation__column:last-child a:first-child {
    padding-top: 10px;
  }

  .photo__appointmens__link, .vouchers__link, .search__container {
    float: none;
  }

  #mobile__header__links .photo__appointmens__link {
    order: 2;
    margin-top: 0;
    max-height: 50px;
    margin-top: 5px;
    margin-right: 16px;
    font-family: brandon_grotesquemedium;
    font-weight: 200;
  }

  #mobile__header__links .vouchers__link {
    order: 3;
    margin-top: 0;
    max-height: 50px;
    margin-top: 5px;
    font-family: brandon_grotesquemedium;
    font-weight: 200;
  }

    #mobile__header__links .photo__appointmens__link svg, #mobile__header__links .vouchers__link svg {
      margin-bottom: -2px;
    }

  .search__container {
    order: 1;
    margin-top: 5px;
    padding-right: 27px;
  }

    .search__container input[type=text] {
      width: 34.45vw;
    }

  /* Menu */

  .mobile-nav {
    display: block;
    height: auto;
    position: fixed;
    top: 100px;
    background-color: #fff;
    display: block;
    background-color: transparent;
  }

  .mobile-nav--open {
    height: 100%;
    overflow-y: scroll;
  }

  .mobile-nav .nav-bar {
    position: absolute;
    transition: all 0.5s linear;
    top: 0;
    right: -1520px;
  }

  .mobile-nav .nav-bar {
    padding-right: 0;
    display: inline-block;
    width: auto;
    background-color: #F6E3DA;
    width: 50%;
    box-shadow: #cdcdcd 0px 3px 6px;
    border-right: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mobile-nav--open .nav-bar {
    right: 0;
    transition: all 0.5s linear;
    padding-bottom: 120px;
  }

  .mobile-nav .nav-container {
    float: none;
  }

  .submenu-trigger:hover svg {
    stroke: #484848 !important;
  }

  .mobile-nav .nav-bar .nav-container {
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 30px;
    /*border-bottom: solid 1px #d4d4d4;*/
    clear: both;
    float: left;
    width: 100%;
  }

    .mobile-nav .nav-bar .nav-container img {
      float: right;
    }

    .mobile-nav .nav-bar .nav-container a {
      font-family: brandon_grotesquemedium;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 34px;
      color: #000;
    }

  .mobile-nav .nav-child-link {
    float: left;
    clear: both;
  }

  .mobile-nav-handler {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 20px;
    top: 38px;
  }

    .mobile-nav-handler span {
      font-family: brandon_grotesquemedium;
      font-size: 16px;
      line-height: 23px;
      color: #fff;
      float: left;
      padding-right: 10px;
    }

  .nav-child-menu {
    display: none;
    list-style-type: none;
    position: static;
    padding-left: 0;
    border: none;
    background-color: #F6E3DA;
    overflow: visible;
    padding-top: 10px;
  }

    .nav-child-menu li a {
      font-family: brandon_grotesquemedium;
      color: #484848;
      text-decoration: none;
      font-size: 20px;
      line-height: 29px;
    }

  .mobile-nav-handler {
    display: block;
  }

  .mobile-nav .submenu-trigger svg {
    stroke: #000;
  }

  .mobile-nav .orange-link svg, .mobile-nav .orange-link svg path {
    fill: #B02E60;
  }

  .nav-child-menu {
    box-shadow: none;
  }

    .nav-child-menu .nav-child-menu-container {
      display: block;
    }

    .nav-child-menu .subnavigation__column__border {
      border-right: none;
    }

  .mobile-nav .nav-link {
    margin-left: 0 !important;
  }

  .nav-child-menu .subnavigation__column a {
    padding-left: 36px !important;
  }

  .nav-link.online__world__link {
    color: #BD1860;
  }

    .nav-link.online__world__link svg, .nav-link.online__world__link svg path {
      fill: #B02E60;
    }

    .nav-link.online__world__link svg {
      margin-right: 6px;
    }

  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 1470px) {
  .search__container input[type=text] {
    width: 28.84vw;
  }
}

@media(max-width: 1343px) {
  .search__container input[type=text] {
    width: 26.84vw;
  }
}

@media(max-width: 1398px) {
  .nav-link--home {
    margin-right: 30px;
  }

  #header__links {
    right: 30px;
  }
}

@media(max-width: 1300px) {
  .search__container input[type=text] {
    width: 24.84vw;
  }
}

@media(max-width: 1276px) {
  .search__container input[type=text] {
    width: 263px;
  }
}

@media(max-width: 1199px) {
  footer .container {
    max-width: 100% !important;
  }


  footer #footer--top .footer--link a {
    font-size: 20px;
  }

  footer #footer--bottom a {
    font-size: 18px;
  }
}

@media(max-width: 1120px) {
  .nav-link--home {
    margin-right: 20px;
  }

  .search__container {
    padding-right: 10px;
  }

    .search__container input[type=text] {
      width: 29.79vw;
    }

  #mobile__header__links a {
    width: 18.88vw;
  }

  .mobile-nav .nav-bar {
    width: 100%;
  }
}

@media(max-width: 1090px) {
  .search__container input[type=text] {
    width: 24.22vw;
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .vouchers__link {
    margin-left: 0;
  }

  #mobile__header__links a {
    width: 19.53vw;
  }

  .photo__appointmens__link, .vouchers__link {
    max-height: 40px;
  }

  .photo__appointmens__link {
    padding-top: 2px;
    padding-bottom: 13px;
    background-color: #707070;
  }

  .vouchers__link {
    padding-top: 3px;
    padding-bottom: 13px;
  }

  .search__container, .photo__appointmens__link, .vouchers__link {
    margin-top: 10px;
  }

  .mobile-nav .nav-bar .nav-container {
    padding-left: 30px;
  }

  .search__container input[type=text] {
    width: 24.2vw;
    font-family: brandon_grotesquemedium;
    font-size: 16px;
    line-height: 23px;
    color: #707070;
    background-color: #fff;
    border: solid 2px #fff;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 10px;
  }

    .search__container input[type=text]::-webkit-input-placeholder {
      color: #707070 !important;
    }

    .search__container input[type=text]::-moz-placeholder {
      color: #707070 !important;
    }

    .search__container input[type=text]::-ms-placeholder {
      color: #707070 !important;
    }

    .search__container input[type=text]::placeholder {
      color: #707070 !important;
    }

  .search__container input[type=submit] {
    margin-top: 12px;
  }

  #mobile__header__links .photo__appointmens__link {
    max-height: 40px;
    margin-top: 10px;
    font-size: 14px;
  }

  .photo__appointmens__link svg, #mobile__header__links .vouchers__link svg {
    margin-right: 6px;
    width: 15px;
  }

  #mobile__header__links .vouchers__link {
    max-height: 40px;
    margin-top: 10px;
    font-size: 14px;
  }

  .mobile-nav-handler span {
    display: none;
  }

  .mobile-nav .nav-bar .nav-container a {
    font-size: 14px;
  }

  .mobile-nav .nav-bar {
    box-shadow: none;
  }
}

@media(max-width: 840px) {
  /* Header */
  .header {
    display: block;
    height: 180px;
  }
  .bannner--landingpage--voucher {
    margin-top: 195px;
  }
  .logo img {
    max-height: 80px;
  }

  #mobile__header__links .search__container {
    clear: both;
    margin: 0;
    width: 100%;
    position: relative;
  }

  .search__container input[type=text] {
    width: 100%;
    border: none;
    font-size: 20px;
    line-height: 29px;
    padding-left: 20px;
    padding-top: 11px;
    border-radius: unset;
  }

  .search__container input[type=submit] {
    position: absolute;
    right: 20px;
    top: 18px;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  #mobile__header__links .photo__appointmens__link {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  #mobile__header__links .photo__appointmens__link, #mobile__header__links .vouchers__link {
    width: 50%;
    max-width: 50%;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    padding-left: 20px;
  }

  #mobile__header__links .vouchers__link {
    padding-top: 10px;
    padding-bottom: 11px;
  }

  #mobile__header__links {
    display: flex;
    flex-wrap: wrap;
  }

    #mobile__header__links .photo__appointmens__link {
      order: 1;
      margin-right: 0;
      max-height: 60px;
      border: solid 5px #000;
      border-right: 0;
      padding-left: 10px;
    }

    #mobile__header__links .vouchers__link {
      order: 2;
      max-height: 60px;
      border: solid 5px #000;
      padding-left: 10px;
      background-color: #707070;
    }

    #mobile__header__links .search__container {
      order: 3;
      padding-right: 0;
      border: solid 5px #000;
      border-top: none;
      background: #000;
    }

  .photo__appointmens__link, .vouchers__link {
    float: left;
    margin: 0;
    max-height: 50px;
  }

  .search__container {
    width: 100%;
    clear: both;
  }

    .search__container input[type=text] {
      height: 50px;
    }



  .photo__appointmens__link img, .vouchers__link img {
    margin-left: 18px;
  }

  .mobile-nav {
    top: 80px;
    z-index: 10000;
  }

  .mobile-nav-handler {
    top: 28px;
  }

  .mobile-nav .nav-bar .nav-container {
    padding-left: 27px;
  }
}

}

@media(max-width: 375px) {
  .mobile-nav {
    z-index: 10000;
    top: 80px;
  }

    .mobile-nav .nav-bar .nav-container {
      padding-left: 27px;
    }
}

@media (max-width:991px) {
  #gutschein-form {
    height: auto !important;
  }

  #voucher__example img {
    max-width: 270px !important;
  }

  #choose__shoting__booking {
    height: auto !important;
  }
}

@media (min-width:769px) and (max-width:991px) {
  footer {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  #footer__social__media {
    /*position: absolute;
    top: 50px;*/
    width: 37.2%;
  }

    #footer__social__media a img {
      width: 43px;
    }

  footer .footer--left--column {
    width: 100%;
    float: none;
    margin-top: 82px;
    max-width: 79.166%;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer--newsletter {
    float: none;
    width: 79.166%;
    text-align: center;
    clear: both;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

    footer .footer--newsletter .footer--header {
      font-family: brandon_grotesquemedium;
      font-weight: 200;
    }

  #footer__social__media__container {
    margin-left: auto;
    margin-right: auto;
  }

  .footer--newsletter input[type=text] {
    float: none;
    width: 100%;
    font-size: 18px;
    padding: 12px 0 11px 18px;
    float: left;
  }

  .footer--newsletter input[type=submit] {
    width: 39px;
    height: 24px;
    background-size: 26px 24px;
    padding: 0;
    margin-left: -42px;
    margin-top: 0;
    float: right;
    margin-top: 12px;
  }

  footer #footer--top .footer--link:nth-child(2) {
    float: right;
    text-align: right;
  }

  footer #footer--bottom {
    display: flex;
  }

  footer #footer--newsletter--container {
    display: inline-block;
    width: 100%;
  }

  footer .footer--newsletter .footer--header {
    padding-bottom: 0;
  }

  footer .footer--newsletter .footer--subheader {
    padding-bottom: 30px;
  }

  footer #footer--top .footer--link:nth-child(3) {
    text-align: left !important;
  }
}

.submenu-trigger * {
  pointer-events: all !important;
}

  @media(max-width: 542px) {
    #cookie__agreement__details .cookie--section h2 {
      font-size: 20px;
    }
  
    #cookie__agreement__details .cookie--section p {
      font-size: 16px;
    }
  }

  #cookie__agreement__details .cookie--section p {
    font-size: 16px;
  }
}

@media(max-width: 382px) {
  #cookie__agreement__details .cookie--section h2 {
    font-size: 18px;
  }
}

@media(max-height: 750px) {
  #cookie__agreement {
    top: 30px;
  }

  .location-card {
    height: calc(72vh/3);
  }
}

@media(max-height: 550px) {
  .location-card {
    height: calc(72vh/4);
  }
}

@media(min-height: 820px) {
  #floating_booking_container {
    top: unset;
  }
}

.recaptcha-wrapper, .agb-wrapper {
  overflow: hidden;
  background-color: #F9F9F9;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  height: 70px;
  position: relative;
  margin-top: 17px;
  border: 1px solid #d3d3d3;
  color: #000;
}

.recaptcha-info {
  background-size: 32px;
  height: 32px;
  margin: 0 13px 0 13px;
  position: absolute;
  right: 8px;
  top: 9px;
  width: 32px;
  background-image: url(../Content/Images/logo_48.png);
  background-repeat: no-repeat;
}

.rc-anchor-logo-text {
  color: #9b9b9b;
  cursor: default;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 37px;
}

.rc-anchor-checkbox-label {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  left: 50px;
  top: 26px;
  position: absolute;
  color: black;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
  border: none;
}

.rc-anchor-pt {
  color: #9b9b9b;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  right: 10px;
  top: 53px;
  position: absolute;
}

  .rc-anchor-pt a:link {
    color: #9b9b9b;
    text-decoration: none;
  }

.g-recaptcha {
  width: 41px;
  /* border: 1px solid red; */
  height: 38px;
  overflow: hidden;
  float: left;
  margin-top: 16px;
  margin-left: 6px;
}

  .g-recaptcha > div {
    width: 46px;
    height: 30px;
    background-color: #F9F9F9;
    overflow: hidden;
    border: 1px solid red;
    transform: translate3d(-8px, -19px, 0px);
  }

  .g-recaptcha div {
    border: 0;
  }

.gRequired {
  background-color: #B02E60;
  border-color: #B02E60;
  color: #fff;
}

.c-form-group {
  margin-bottom: 1.6rem
}

  .c-form-group:last-child {
    margin-bottom: 0
  }

  .c-form-group a {
    color: #fff;
  }

@media (max-width:951px) {
  .step--3 .c-form-group {
    text-align: center
  }
}

.c-form-group__button {
  display: block;
  padding-top: .8rem;
  text-align: right
}

.c-form-label {
  display: block;
  margin-bottom: .3rem;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
}

.c-form-text {
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out;
  padding: 7px 10px !important;
  width: 100%;
  font-size: 16px !important;
  margin-bottom: 7px;
  margin-right: 10px;
  color: #000;
}

  .c-form-text.has-validation--info {
    border-color: #3394d5
  }

  .c-form-text.has-validation--error {
    border-color: #860036;
    background-image: url('data:image/svg+xml;utf8,,%3Csvg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20viewBox%3D"0%200%2019.8%2019.8"%3E%3Cpolygon%20points%3D"16.97%200%209.9%207.07%202.83%200%200%202.83%207.07%209.9%200%2016.97%202.83%2019.8%209.9%2012.73%2016.97%2019.8%2019.8%2016.97%2012.73%209.9%2019.8%202.83%2016.97%200"%20fill%3D"%23860036"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 1.6rem 1.6rem
  }

.c-form-check {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.c-form-check__checkbox[type=checkbox] {
  width: auto;
  height: auto;
  position: relative;
  transition: background-color .2s ease-in-out;
  margin-right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem
}

  .c-form-check__checkbox[type=checkbox]:checked {
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto
  }

  .c-form-check__checkbox[type=checkbox]:after {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease-in-out;
    opacity: 0;
    background-image: url('data:image/svg+xml;utf8,,%3Csvg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20viewBox%3D"0%200%2025%2020"%3E%3Cpolygon%20fill%3D"%23860036"%20points%3D"21.5%200%208.75%2012.88%203.5%207.63%200%2011.13%208.75%2020%2025%203.63%2021.5%200"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 70% 70%;
    width: 100%;
    height: 100%;
    content: ""
  }

  .c-form-check__checkbox[type=checkbox]:checked:after {
    opacity: 1
  }

.c-form-check__text {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.8rem;
  font-weight: 400
}

.c-form-radio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.6rem
}

.c-form-radio__radio[type=radio] {
  border-radius: 0;
  width: auto;
  height: auto;
  position: relative;
  transition: background-color .2s ease-in-out;
  margin-right: 1.6rem;
  border-radius: 3.2rem;
  width: 3.2rem;
  height: 3.2rem
}

  .c-form-radio__radio[type=radio]:checked {
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto
  }

  .c-form-radio__radio[type=radio]:after {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease-in-out;
    opacity: 0;
    background-image: url('data:image/svg+xml;utf8,,%3Csvg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20viewBox%3D"0%200%2025%2025"%3E%3Ccircle%20fill%3D"%23860036"%20cx%3D"12.5"%20cy%3D"12.5"%20r%3D"12.5"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
    width: 100%;
    height: 100%;
    content: ""
  }

  .c-form-radio__radio[type=radio]:checked:after {
    opacity: 1
  }

.c-form-radio__text {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.8rem;
  font-weight: 400
}

.c-form-radio-boxes {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: .8rem
}

  .c-form-radio-boxes:last-child {
    margin-right: 0
  }

.c-form-radio-boxes--list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .8rem
}

.c-form-radio-boxes__radio[type=radio] {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0)
}

  .c-form-radio-boxes__radio[type=radio]:active + .c-form-radio-boxes__text, .c-form-radio-boxes__radio[type=radio]:focus + .c-form-radio-boxes__text, .c-form-radio-boxes__radio[type=radio]:hover + .c-form-radio-boxes__text {
    background-color: #eee
  }

  .c-form-radio-boxes__radio[type=radio]:checked + .c-form-radio-boxes__text {
    background-color: #BD1860;
    color: #fff;
  }

.c-form-radio-boxes__text {
  -ms-flex-item-align: center;
  align-self: center;
  transition: opacity .2s ease-in-out,color .2s ease-in-out;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: .8rem 1.6rem;
  min-width: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400
}

  .c-form-radio-boxes__text:active, .c-form-radio-boxes__text:focus, .c-form-radio-boxes__text:hover {
    color: #000;
    opacity: 0.75;
  }

.c-form-radio-boxes--list .c-form-radio-boxes__text {
  width: 100%
}

.c-form-radio-payment {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: .8rem;
  width: 250px;
  height: 150px
}

.c-form-radio-payment__radio[type=radio] {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0)
}

  .c-form-radio-payment__radio[type=radio]:active + .c-form-radio-payment__label, .c-form-radio-payment__radio[type=radio]:focus + .c-form-radio-payment__label, .c-form-radio-payment__radio[type=radio]:hover + .c-form-radio-payment__label {
    background-color: #eee
  }

  .c-form-radio-payment__radio[type=radio]:checked + .c-form-radio-payment__label {
    background-color: #e0e0e0
  }

.c-form-radio-payment__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
  border: 1px solid #9e9e9e;
  background-color: #fff;
  cursor: pointer;
  padding: .8rem 1.6rem;
  width: 100%;
  color: #860036
}

  .c-form-radio-payment__label:active, .c-form-radio-payment__label:focus, .c-form-radio-payment__label:hover {
    background-color: #eee
  }

.c-form-radio-payment__text {
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0 .4rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.c-form-radio-payment__logo {
  display: block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto .8rem;
  width: 200px;
  height: 80px
}

  .c-form-radio-payment__logo svg {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%
  }

.c-form-validation--error, .c-form-validation--info, .c-form-validation--success {
  margin-bottom: 1.6rem;
  padding: .8rem
}

  .c-form-validation--error:last-child, .c-form-validation--info:last-child, .c-form-validation--success:last-child {
    margin-bottom: 0
  }

.c-form-validation--error {
  background-color: #860036;
  color: #fff
}

.c-form-validation--success {
  background-color: #70b670;
  color: #fff
}

.c-form-validation--info {
  background-color: #3394d5;
  color: #fff
}

#start h1 {
  font-size: 25px;
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
}

.c-button-inline__text {
  color: #fff;
  text-decoration: none;
}

.c-button-inline__icon svg {
  height: 10px;
}

.c-submit {
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #fff;
  background: #BD1860;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.u-visually-hidden {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0)
}

.available__payments a.btn[disabled=disabled] {
  cursor: not-allowed;
}

.c-calendar__day .tooltiptext {
  visibility: hidden;
  font-size: 14px;
  width: auto;
  background-color: #707070 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 999999999999;
  top: -80%;
  left: -80%;
  letter-spacing: 0.5px;
  height:auto;
}

.available__payments {
  float: left;
  margin-left: 30px;
  width: calc(100% - 500px);
}

.available__payments a.btn {
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #fff;
  background: #BD1860;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.l-column-half-view {
  /*width: 49%;*/
  float: left;
}

#floating_booking_container .section--search .l-content input[type=text] {
  width: 347px;
}

#floating_booking_container .section--search .l-content textarea {
  height: 137px;
}

#floating_booking_container .section--search .l-content select, .tippy-content select {
  width: 247px;
  color: #707070;
  margin-bottom: 5px;
  padding: 7px 5px;
  font-family: brandon_grotesqueregular;
}

.tippy-content .c-form-group {
  margin-bottom: 0;
}

.tippy--anchors--container {
  display: flex;
  justify-content: space-between;
}

  .tippy--anchors--container a {
    width: 49%;
    padding-top: 9px !important;
  }

#gutschein-form {
  clear: both;
  height: 80vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}

#gutschein__container {
  width: 100%;
}

#floating_booking_container .section--search .l-content input[type=text]#gutscheincode {
  width: 248px;
  margin-right: 0;
}

  #floating_booking_container .section--search .l-content input[type=text]#gutscheincode:disabled {
    color: #fff;
    border: solid 1px #fff;
    border-right: 0;
    cursor: not-allowed;
    padding: 6px 10px !important;
  }

#voucher__trigger {
  margin-bottom: 0;
  float: left;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  width: 100px;
  text-align: center;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding-top: 5px;
  height: 36px;
}

  #voucher__trigger a {
    text-decoration: none;
  }

  #voucher__trigger .c-button-inline__icon {
    display: none;
  }

#gutschein__info {
  width: 100%;
  float: left;
}

.bw-triggers {
  cursor: pointer;
  transition: opacity .2s ease-in-out,color .2s ease-in-out;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0.3rem 0;
  min-width: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  width: 70%;
}

#gender__container {
  width: 347px;
  display: flex;
  justify-content: space-between;
}

#voucher__example {
  float: left;
}

.voucher__text__container {
  clear: left;
}

#message__container {
  padding-left: 30px;
}

#toggle__personal__info {
  margin-top: 0;
}

#booking_main_actions.section--four--columns li:nth-child(3) .c-calendar__wrapper {
  margin-bottom: 0;
}

#payments_container h1 {
  margin-top: 0;
  font-size: 1.3em;
}

.two__columns__item__payment {
  width: 60%;
}

div#customer__info strong span {
  display: block;
  width: 170px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

#customer__info {
  float: left;
  min-width: 450px;
}

div#customer__info img {
  margin-left: -28px;
  margin-bottom: 0;
  cursor: pointer;
  width: 20px;
  transition: opacity .25s ease-in-out;
}

  div#customer__info img:hover {
    opacity: 0.75;
  }

.available__payments {
  float: left;
}

#voucher__result__container {
  float: left;
  margin-top: 10px;
  width: 100%;
}

  #voucher__result__container a {
    color: red;
    cursor: pointer;
  }

  #voucher__result__container #voucher__response div, #next__response .error {
    background: #F6E3DA;
    color: #000;
    padding: 6px;
    padding-top: 7px;
    padding-left: 10px;
  }

div#payments_container strong {
  border: solid 1px #fff;
  width: 190px;
  display: inline-block;
  padding-left: 10px;
  padding: 5px 10px;
  height: 30px;
  box-sizing: content-box;
  padding-bottom: 3px;
  background-color: #707070;
  cursor: not-allowed;
}

div#payments_container label {
  min-width: 160px;
}

div#customer__info div.editable--info {
  padding-bottom: 10px;
}

.edit--info {
  display: none;
  margin-bottom: 6px;
}

div#customer__info label {
  float: left;
}

#floating_booking_container .section--search .edit--info input[type=text] {
  width: 175px;
  height: 40px;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 8px;
}

#floating_booking_container .section--search .edit--info textarea {
  float: left;
  margin-bottom: 10px;
  width: 175px;
}

#floating_booking_container .section--search .edit--info img {
  margin-left: 10px;
  margin-top: 8px;
}

#floating_booking_container .section--search .edit--info.edit--info--textarea img {
  margin-top: 0;
  color: #000;
}

div#payments_container .edit--info label {
  min-width: 50px;
  font-size: 10px;
  padding: 10px 7px;
}

div#payments_container .edit--info .c-form-radio-boxes {
  margin-right: 5px;
}

div#payments_container .edit--info #gender__container__edit {
  float: left;
}

div[id^="tippy-"] {
  z-index: 999999 !important;
  height: 60%;
}
.tippy-content ul li span {
  font-size:10px !important;
}
.tippy-content p {
  margin: 0 !important;
  padding-left: 10px !important;
}
.tippy-box {
  background-color: #707070;
  font-size: 10px !important;
  line-height: unset !important;
}

.tippy-box {
  background-color: #707070;
}

  .tippy-box ul li, .tippy-box ul li span, .tippy-box ul li, .tippy-box ul li a, .tippy-box a {
    color: #fff !important;
  }

  .tippy-box > .tippy-arrow::before {
    border-top-color: #707070 !important;
  }
    .tippy-box ul li, .tippy-box ul li span, .tippy-box ul li, .tippy-box ul li a, .tippy-box a {
      color: #fff !important;
    }

.col-lg-4.step--4 {
  width: auto;
}

@media(max-height: 1169px) {
  #floating_booking_container {
    top: 0;
    min-height: 100vh;
  }

    #floating_booking_container .section--purple {
      min-height: 100vh;
      margin-top: 0;
    }
}

@media(max-width: 2160px) {
  #booking_main_actions li.col-lg-6.two__columns__item:first-child {
    padding-left: 10px;
    width: 40%;
  }

  #booking_main_actions li.col-lg-6.two__columns__item:last-child {
    width: 60%;
  }

  #search__studio__booking .studio-details .phone{
    display: none;
  }

  .studio--booking--image--container {
    width: 100%;
  }

  #floating_booking_container .studio-result {
    flex-direction: column;
  }

  #floating_booking_container .studio-ctas a {
    width: calc(100% - 20px);
  }

  .booking-shooting {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-calendar__wrapper {
    min-width: initial;
    max-width: initial;
    margin-bottom: 0;
  }

  #info__boxes {
    margin-top: 20px;
  }
}

@media(max-width: 1810px) {
  .booking-shooting {
    position: relative;
  }

  .shooting--info {
    position: absolute;
    top: 15px;
    left: 5px;
  }

  .booking-shooting a.choose-shooting {
    position: absolute;
    left: 0;
    right: 0;
  }

  .booking-shooting {
    padding-bottom: 30px;
    border-bottom: none;
  }

    .booking-shooting img {
      width: 180px;
    }

  #choose__shoting__booking .booking-shooting--split {
    width: 25%;
  }

  #time__intervals div:not(.time--interval--split) {
    font-size: 12px;
    width: 160px;
  }

  #possible__appointments {
    min-width: 290px;
  }

  .c-calendar__frame tbody td {
    font-size: 17px;
  }

  .c-calendar__day span {
    width: 35px;
    height: 35px;
  }

  #time__intervals div.time--interval--split h5 {
    font-size: 17px;
  }

  #info__boxes {
    font-size: 14px;
  }

  .c-calendar__day.is-available.is-selected span img {
    width: 30px;
  }
}

@media(max-width: 1677px) {
  .available__payments {
    float: left;
    margin-left: 30px;
    width: calc(100% - 410px);
  }

  .c-form-radio-payment {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.8rem;
    width: 150px;
    height: 150px;
  }

  .c-form-radio-payment__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    border: 1px solid #9e9e9e;
    background-color: #F6E3DA;
    cursor: pointer;
    padding: 0.8rem 1.6rem;
    width: 100px;
    color: #860036;
    height: 150px;
  }

  .c-form-radio-payment__logo {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 auto 0.8rem;
    width: 120px;
    height: 65px;
  }

  .c-form-radio-payment__text {
    font-size: 15px;
  }

  .c-form-radio-payment__radio[type=radio]:checked + .c-form-radio-payment__label {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #B02E60;
  }

    .c-form-radio-payment__radio[type=radio]:checked + .c-form-radio-payment__label :before {
      border: 2px solid #B02E60;
    }

  #customer__info {
    width: 300px;
    min-width: 380px;
  }
}

@media(max-width: 1500px) {

  #booking_main_actions li.col-lg-6.two__columns__item:first-child {
    padding-right: 10px;
  }

  #floating_booking_container .section--search a#searchStudioTriggerBooking {
    font-size: 15px;
  }

  #floating_booking_container h2 {
    font-size: 33px;
  }

  #search__studio__booking #section__map__booking {
    width: 100%;
  }

  .section--studios--booking {
    width: 100%;
    padding-left: 0;
  }

  #search__studio__booking {
    flex-direction: column;
    padding-right: 10px;
  }

  #map-booking {
    min-height: 25vh;
  }

  .studio--booking--image--container {
    width: 35%;
    float: left;
  }

  #floating_booking_container .studio-ctas a {
    width: auto;
  }

  #search__studio__booking .studio-details {
    float: left;
  }

  #floating_booking_container .studio-result {
    flex-direction: row;
  }

  #calendar__items__wrapper {
    flex-wrap: wrap;
  }

  .step-3-visible {
    overflow-y: scroll;
  }
}

@media(max-width: 1355px) {
  .available__payments {
    float: none;
    clear: both;
    margin-left: 0;
    width: 100%;
    padding-top: 30px;
  }
}

@media(max-width: 1320px) {
  #booking_main_actions li.col-lg-4.two__columns__item:first-child {
    width: 30%;
  }

  #booking_main_actions li.col-lg-6.two__columns__item:last-child {
    width: 70%;
  }
}

@media(max-width: 1202px) {
  .two__columns__item__payment {
    width: calc(100% - 450px) !important;
  }
}

@media(max-width: 1199px) {
  #choose__shoting__booking {
    height: 100%;
    align-items: center;
  }
  .c-calendar__day:hover .tooltiptext {
    visibility: hidden;
    opacity: 1 !important;
  }

  .booking-shooting {
    height: calc(50vh/3);
    min-height: 120px;
  }

  #choose__shoting__booking__parent {
    height: 50%;
  }

  #booking_main_actions:not(.section--three--columns) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: scroll;
    height: 100%;
  }

  div[id^="tippy-"] {
    position: fixed !important;

  }
  #vouchers--list--new div[id^="tippy-"]{
    position:absolute!important;
  }
  #choose__shoting__booking {
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  #shootings__container {
    border: none;
  }

  #floating_booking_container .section--search input[type=text] {
    font-size: 20px;
    padding: 16px 0 15px 23px;
  }

  #booking_main_actions.section--three--columns li:first-child, #booking_main_actions.section--three--columns li:nth-child(2), #booking_main_actions.section--four--columns li:nth-child(3), #booking_main_actions.section--five--columns li:nth-child(4),
  #booking_main_actions.section--three--columns li:first-child .two__columns__more, #booking_main_actions.section--three--columns li:nth-child(2) .two__columns__more, #booking_main_actions.section--four--columns li:nth-child(3) .two__columns__more, #booking_main_actions.section--five--columns li:nth-child(4) .two__columns__more {
    width: 270px;
  }

  #booking_main_actions.section--three--columns:not(.section--four--columns) li:nth-child(3) {
    width: calc(100% - 270px);
  }
}

@media(max-height: 950px) {
  #booking__shootings__header {
    display: none;
  }
  .tippy--anchors--container a{
    bottom:-60% !important;
  }
}

@media(max-width: 1202px) {
  #booking_main_actions.section--four--columns li.step--4 {
    width: 370px;
  }

    #booking_main_actions.section--four--columns li.step--4 .l-content {
      padding-top: 20px;
    }

  .section--four--columns:not(.section--five--columns):not(.section--four--columns) #toggle__personal__info {
    width: 350px !important;
    margin-left: 0px !important;
  }

  #message__container {
    padding-left: 0;
  }

  #floating_booking_container .section--search .l-content textarea {
    width: 350px;
  }

  #voucher__example {
    padding-left: 0;
  }

  #booking_main_actions.section--five--columns li:nth-child(5) {
    margin-left: 20px;
  }
}

@media(max-width: 1199px) {
  /*  #choose__shoting__booking {
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }*/

  /*#choose__shoting__booking .booking-shooting--split:first-child {
      margin-right: 0;
    }*/

  #choose__shoting__booking .booking-shooting--split {
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }

  #choose__shoting__booking h5 {
    display: none;
  }

  #choose__shoting__booking .slick-list.draggable {
    min-height: 48vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*width: 182px;*/
    top: 6vh;
    overflow-x: visible;
  }

  .tns-outer {
    position: relative;
  }

  .booking-shooting img {
    margin-right: 0;
  }

  #choose__shoting__booking .slick-next, .tns-controls button[data-controls=next] {
    background: url(../Content/Images/Arrow-right.svg) no-repeat left top;
    top: 25%;
    position: absolute;
    margin-top: auto !important;
    margin-bottom: auto;
    border: none;
    width: 25px;
    height: 48px;
    right: 10px;
    padding: 0;
    z-index: 99999999;
  }

  #choose__shoting__booking .slick-prev, .tns-controls button[data-controls=prev] {
    background: url(../Content/Images/Arrow-right.svg) no-repeat left top;
    position: absolute;
    top: 25%;
    transform: rotate( 180deg);
    margin-top: auto !important;
    margin-bottom: auto;
    border: none;
    padding: 0;
    width: 25px;
    height: 48px;
    left: 0;
    margin-left: 0 !important;
    z-index: 99999999;
  }

  #booking_main_actions li.col-lg-6.two__columns__item:first-child, #booking_main_actions li.col-lg-6.two__columns__item:last-child {
    width: 50%;
  }

  #possible__appointments {
    margin-top: 0;
  }

  #time__intervals div.time--interval--split {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 250px;
  }

    #time__intervals div.time--interval--split h5 {
      width: 250px;
    }

  #booking_main_actions #toggle__date__time {
    margin-left: auto;
    margin-right: auto;
  }

  #possible__appointments, .c-calendar__wrapper, #time__intervals div.time--interval--split {
    margin-left: auto;
    margin-right: auto;
  }

  #time__intervals .time--interval--split:nth-child(2) {
    padding-left: 10px;
    width: 260px;
  }

  #info__boxes {
    margin-left: 0;
  }

  #choose__shoting__booking .booking-shooting--split .booking-shooting:last-child {
    padding-bottom: 0;
  }
}

@media(max-width: 1005px) {
  #booking_main_actions.section--five--columns li, #booking_main_actions.section--five--columns .two__columns__more {
    width: 100% !important;
  }

  #choose__shoting__booking {
    height: 100%;
  }

  #choose__shoting__booking__parent {
    height: 100%;
  }

  #booking_main_actions.section--five--columns li:nth-child(5) {
    margin-top: 30px;
    margin-left: 0 !important;
  }

  #customer__info {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .available__payments {
    text-align: center;
  }
}

@media(max-width: 839px) {
  #time__intervals div.time--interval--split {
    float: none;
  }

  #time__intervals .time--interval--split:nth-child(2) {
    padding-left: 0px;
    width: 250px;
  }
}

@media(max-width: 759px) {
  #section__search__wizard {
    padding: 10px;
  }

  #booking_main_actions .two__columns__more {
    width: 100%;
  }

  #booking_main_actions.section--three--columns li, #booking_main_actions .two__columns__more {
    width: 100% !important;
  }

    #booking_main_actions.section--three--columns li:nth-child(3) {
      width: 100%;
      margin-top: 0;
    }

  #possible__appointments, .c-calendar__wrapper, #info__boxes {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }

  #info__boxes {
    margin-top: 20px;
  }

  #calendar__items__wrapper {
    display: block;
  }

  #booking_main_actions.section--four--columns li:nth-child(4) {
    margin-top: 0;
    margin-left: 0;
  }

  #booking_main_actions.section--four--columns li.step--4 .l-content {
    padding-top: 20px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 600px) {
  #floating_booking_container .section--search a#searchStudioTriggerBooking {
    font-size: 12px;
  }

  .studio-result-header {
    font-size: 15px;
  }

  .studio-result .studio-details {
    font-size: 14px;
  }

  #floating_booking_container .section--search input[type=text] {
    font-size: 15px;
    padding-left: 10px;
  }

  #floating_booking_container .section--search a#searchStudioTriggerBooking {
    height: 52px;
    padding-top: 10px;
  }

  #floating_booking_container h2 {
    font-size: 24px;
  }
}

/*@media(max-width: 559px) {
    #possible__appointments {
      width: 560px;
    }
  }*/

@media(max-width: 550px) {
  #booking_main_actions {
    flex-direction: column;
  }

    #booking_main_actions li.col-lg-6.two__columns__item:first-child, #booking_main_actions li.col-lg-6.two__columns__item:last-child {
      width: 100%;
    }

    #booking_main_actions li.col-lg-6.two__columns__item:first-child {
      order: 2;
      margin-top: 0px;
      max-height: 500px;
      overflow: auto;}
      #booking_main_actions li.col-lg-6.two__columns__item:first-child, #booking_main_actions li.col-lg-6.two__columns__item:last-child {
        width: 100%;
      }
      #booking_main_actions li.col-lg-6.two__columns__item:first-child {
        order: 2;
        margin-top: 0px;
        max-height: 500px;
        overflow: auto;
      }
        margin-top: 30px;
    }

    #booking_main_actions li.col-lg-6.two__columns__item:last-child {
      order: 3;
      padding-left: 0 !important;
      border-left: none;
      margin-top: 50px;
      max-height: 500px;
      overflow: auto;
    }

    #booking_main_actions .two__columns__more#toggle__booking__studios:not(.action--hidden) {
      margin-top: 30px;
    }

  #floating_booking_container .section--purple:not(.hidden--overflow) {
    overflow-y: scroll;
    padding-bottom: 30px;
  }

  #booking_main_actions:not(.section--three--columns) {
    flex-wrap: wrap;
  }

  .studio-result-header {
    text-align: center;
  }

  #search__studio__booking .studio-details {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media(max-width: 515px) {
  #booking_main_actions.section--five--columns .c-form-radio-payment {
    display: inline-block;
    margin-bottom: 10px;
  }

  #booking_main_actions.section--five--columns .c-form-group {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 390px) {
  div#payments_container label {
    min-width: 140px;
  }
}

@media(max-width: 375px) {
  #voucher__example {
    padding-right: 12px;
  }

    #voucher__example img {
      width: 100%;
    }
}

@media(min-width: 1501px) {
  .only--alternative--studios {
    height: 50vh;
    overflow-y: scroll;
  }
}

.alternative--studio h4 {
  width: 100%;
}

.info--error {
  background-color: #BD1860;
  color: #fff;
}

.book-appointment {
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  border: solid 1px #fff;
  background: #BD1860;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-top: 20px;
}

/* Custom Slider */
#choose__shoting__booking-mw {
  height: 100% !important;
}

/* Customize the label (the container) */
.container-agb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  /* Hide the browser's default checkbox */
.container-agb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-agb {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #b2b2b2;
  background-color: #fff;
  left: 12px;
  top: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.container-agb input:checked ~ .checkmark-agb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAYAAADsAfBvAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAmAAAE7AAx5U8eAAAGSElEQVR42u3dMWicZQDG8dRo0FIrgqFFVCxWQaFD6VDnqiBCJ3NK1UVQsaOQQsAiKIoF7eLSwfLh0lXaKmZTEBQLgkNXRxHUqUvX+l6+7/guSQOXL5fLk9zvB++iwz0kl1zeP+llZgYAAAAAAGBHVb3T5TycNuqFcp5KG3VPOc94ygAAAADRqt7Zcs6ljXqrnH/LeTppVL/2XCvnmKcNAAAAEKuuPZ+ljerXnjvNOZ8yql97fm1G3cqqPlXvoXJ+KOek5zQAAABMt11Qe74oZ1/CqOHaMziXUsb1a88va8a9kfLp3F/Oj82oyxkfsdXjPihn1ncDAAAA9ga1Z/RRu672fJPRMFbXnsG5Us59KeO+WzPuejlzCePmyrk6NOz3cg6mfJXONp/Gm+XMp30Lmc17PzIAAIAJ3orUnlFHqT1dx6k9XcetrT39s1zOws4/79racyfvi6Ied/ku4xYTPq37mo/SYNTPK1/BQd+ALzRfsfsTX7LmZgAAgBF+dFZ7Rh21h2pP1ft85VM/oXGj1Z76jjn4/xMdt3HtWT2qf36bXEPbuPZ8uea/3Zh8Lti49uzgqNXjLmeNasepPVv7ogAAAEb40blb7al6H5dzartGdas97c389vjHda0963PBT9vxEdts7bkwuUtwt9ozoZv55mvPBHOB2rO1cWpP14FqDwAAW/qZ7YHEUUt5b0NR9T4auheMeVz32rP2EvzH+IZtvfZsw9VufLVnG+6bao/ao/aoPWoPAMAUhpWllZ/fAkcNftq9kDhqEFcOJNWeMRcftUftUXvUHrVH7VF7AICsF/3jqWFlgm870a1hnEkNK/NGqT1qj9qj9qg9ao/ao/YAwIReXxfyXmPbm/n1nHHrc8FFYcUotUftUXvUHrVH7VF71B4Apj2sPJ84anAJXkocNTjvCCtGqT1qj9qj9qg9ao/ao/YAMO1h5f7UsBL3PrFLWRdgucAotUftUXvUHrVH7VF71B4AuOurxvvlPJZYe/o/APyZM279Jfiq2mOUUWqP2qP2qD1qj9qj9qg9ANMeVmYTRy3lvaStvm+GjLv7JfgRN3OjjFJ71B61R+1Re9QetUftAZjm2nMstfbE//2k11Jrj5u5UUapPWqP2qP2qD1qj9qj9gBMde15Ne+Vo73aBb2srb9vXlJ7jDJK7VF71B61R+1Re9QetQeAwG/Qb3uLnI73zatqj1FGqT1qj9qj9qg9ao/ao/YAEPgN+r28f83VXu3+Kedoau1ZVnuMMkrtUXvUHrVH7VF71B61BwC1R+1xMzfKKLVH7VF71B61R+1Re9QeANQetcfN3Cijpqr2HCvnw7Ta82w5/2XVnvoBvlV71B61R+1Re9QeANQetccoo4yKrj31AxzOqj31Axxtik9U7TlSzl9qj9qj9qg9ao/aA4Dao/YYZZRR0bWn+31gG2tP+0CHcmpP+0CPN9UnpPbUD/Ro8xcH1B61R+1Re9QeANQetcfN3Cij1J7c2rO1URFXux0aVfVez6g9qx/4k6zaUz/wgtqj9qg9ag8Aao/a42ZulFFqj9pjlFGTH/NKOdcyak876lQ5t/PCStX7Su1RewBQe9QeN3OjjFJ71B6jjNolo17OG7X+I3Yjq2HU487mjQKAPUDt6X7fVHuMMmqqR6k9csG4R802/14pMhfMNeMic0F/3EE/0wEADP+IpPZ0vW+qPUYZNdWjImvPgWZIUO1px8034yJzwbzfLgAAYA9Re7rfN9Ueo/bkqMW8UfWw4behuJnTMNpxN7JGteP2zQAAANNF7el+M1d7jBrHsEt5owaJoB53M69h1OP8sw0AAICNbk1qT9dcoPZsNGohNazMDb0nRtwvh/THXcz85RAAAAB2FbVn86Oias/xzLBSjzubGVbqcWeEFQAAAPYmtWf0Uafzak89rP9XXK6k/sZKf9ynwgoAAABM8DYeWXsW82pPPWz4fWKX0z5q3icWAAAASK09h8u5lVd76nEnm3HLiZ/OE36NBgAAAKZb1Xs3r/bUw94s5++82tOO+z71U3qv5zUAAABMr6r3Umrt6f+Joq9Ta09/3DlPHwAAACBO1XuinOdSx71YzpHUcSc8fQAAAIA4Ve/BleITOu7J3HehqXqHPH0AAAAAAAAAALr5H72AWmG4R73sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  border: none;
  height: 30px;
  left: 4px;
  outline: 0;
  width: 38px;
  background-position: 0 -600px;
  background-color: #F9F9F9;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow:none;
}
