#facilityLandingPageModelContainer {
  -webkit-overflow-scrolling: touch;
}

.bm-facility-landing-page-content {
  font-family: Open Sans;
  position: relative;
}

.bm-content-wrapper {
  min-width: 0;
  overflow-x: hidden;
}

.col-panel-md {
  border-left: solid 1px #dfe2e2;
  overflow: hidden;
  min-height: 50px;
  margin-top: 0px;
  top: 0;
  right: 0;
  width: 24.9%;
  float: right;
}
.col-panel-md .external-link-container {
  display: flex;
}
.col-panel-md .external-link-container a {
  display: flex;
  flex: 1;
  font-family: var(--xpl-font-family-default);
  border: 1px solid #eaebef;
  border-radius: 50px;
  padding: 11px 23px;
  margin: 20px;
  text-align: center;
  vertical-align: unset;
  justify-content: center;
  align-items: center;
}
.col-panel-md .external-link-container a:hover {
  border-color: #6923f4;
}
.col-panel-md .external-link-container a img {
  margin-left: 5px;
}

.facility-info .col-panel-md {
  bottom: auto;
}

.col-md {
  width: 75%;
  display: inline-block;
  float: left;
}

.additional-data-wrapper {
  width: 75%;
  background-color: #f5f5f5;
  float: left;
}
.additional-data-wrapper .item-circle {
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #4a4a4a;
  padding: 4px 12px;
  background-color: #fbfbfd;
  border: solid 2px #edeff2;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
  line-height: 35px;
}

.additional-data-wrapper-info-page {
  width: 75%;
  float: left;
}

.bm-content-wrapper .col-md select {
  width: 198px;
  height: 32px;
  padding: 0px;
  border-color: #ccc;
  font-size: 14px;
}

.facility-image {
  width: 100%;
}

.facility-image-carousel {
  width: 450px;
  height: 337.5px;
}

.col-img-md {
  width: 25%;
  float: right;
}

.bm-body-center {
  margin: 0 10px;
}

.bm-map-canvas {
  margin-top: 18px;
  width: 100%;
}

.mainMargin {
  margin-left: 0;
  margin-right: 0;
}

.facility-header {
  position: relative;
  padding: 25px 0 10px 45px;
}
.facility-header .facility-name {
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  margin: 20px 0 20px 27px;
  color: #4a4a4a;
  padding: 0;
}
.facility-header .facility-location {
  margin-left: 40px;
}
.facility-header .facility-location:before {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #ebba16;
  content: '';
  top: 1.4em;
  right: .58em;
  position: relative;
}
.facility-header .facility-location:after {
  width: 6px;
  display: block;
  border-radius: 50%;
  position: relative;
  height: 6px;
  bottom: 26px;
  left: -.6em;
  content: '';
  border: 6px solid #ebba16;
}
.facility-header a.back-url {
  font-size: 18px;
  border-bottom: 1px dashed #3c7eb7;
  color: #3c7eb7;
}
.facility-header a.back-url:focus {
  outline: auto;
}
.facility-header img.back-img {
  background-image: url("/Content/ScheduleView/images/left-arrow.png");
  display: inline-block;
  padding: 10px 13px 10px 13px;
  outline: none;
  position: relative;
  top: 3px;
  background-repeat: no-repeat;
  height: 0px;
}
.facility-header .back-action {
  position: relative;
  top: 5px;
}

.description-wrapper {
  padding: 16px 30px 20px;
  margin-bottom: 0;
  margin-left: 50px;
  border-top: solid 1px #dfe2e2;
}
.description-wrapper .facility-name {
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  margin-top: 20px;
  margin-left: 30px;
  line-height: 27px;
  font-size: 15px;
  margin-bottom: 0;
}
.description-wrapper .jump-to-book {
  display: none;
}

.scheduler-wrapper {
  margin-left: 60px;
  min-width: inherit !important;
}
.scheduler-wrapper .error-label {
  color: #69696b;
  font-size: 14px;
  cursor: pointer;
  margin: 5px 0px 20px 10px;
}

.facility-service-details {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
  margin-left: 5px;
  margin-right: 13px;
}
.facility-service-details .k-widget.k-dropdown .k-dropdown-wrap {
  height: 40px;
  border-radius: 4px;
}
.facility-service-details .num-of-spots,
.facility-service-details select {
  border-radius: 4px;
  font-family: Open Sans !important;
  font-size: 14px;
}
.facility-service-details .facility-selected-items {
  margin-left: 55px;
}
.facility-service-details .first-row {
  display: inline-block;
  width: 100%;
  margin-left: 55px;
  padding-top: 20px;
  height: 58px;
}
.facility-service-details .first-row .first-row-element {
  vertical-align: middle;
  display: inline-block;
}
.facility-service-details .first-row .first-row-element .k-input {
  padding-top: 6px;
}
.facility-service-details .first-row .first-row-element .k-select {
  padding-top: 4px;
}
.facility-service-details .second-row {
  height: 40px;
}
.facility-service-details .second-row .k-input {
  padding-top: 6px;
}
.facility-service-details .second-row .k-select {
  padding-top: 4px;
}
.facility-service-details .k-input {
  height: 30px;
  font-size: 15px;
}
.facility-service-details .k-input::-webkit-input-placeholder {
  font-size: 12px;
}
.facility-service-details .k-input::-moz-placeholder {
  font-size: 12px;
}
.facility-service-details .k-input:-ms-input-placeholder {
  font-size: 12px;
}
.facility-service-details .k-input:-moz-placeholder {
  font-size: 12px;
}
.facility-service-details .selected-duration-text {
  display: inline-block;
  vertical-align: middle;
}
.facility-service-details .nights-number {
  display: inline-block;
  margin-left: 55px;
}
.facility-service-details .nights-number .k-widget .k-numeric-wrap .k-select .k-link {
  height: 50%;
}
.facility-service-details .validation-message {
  position: absolute;
  color: red;
  font-size: 12px;
}
.facility-service-details .k-numerictextbox {
  width: 150px;
}

.num-of-spots {
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  padding: 0.38em 0.5em;
  box-sizing: border-box;
}
.num-of-spots.invalid {
  border-color: #d0021b;
}

.num-of-spots-validation-error {
  font-style: italic;
  color: #d0021b !important;
}

.number-of-people-caption {
  padding-top: 30px;
  padding-top: 12px;
}

.number-of-people-input {
  padding-top: 15px;
  margin-left: 55px;
}
.number-of-people-input .k-numerictextbox {
  padding: 0;
  border-radius: 4px;
}
.number-of-people-input .k-numerictextbox .k-numeric-wrap {
  border-radius: 4px;
  height: 100%;
  border: none;
  background: white;
}
.number-of-people-input .k-numerictextbox .k-numeric-wrap input {
  position: absolute;
  top: 0;
  max-width: 80%;
  height: 32px;
}
.number-of-people-input .k-numerictextbox .k-numeric-wrap .k-select {
  border: none;
}
.number-of-people-input .k-numerictextbox .k-numeric-wrap .k-select .k-link {
  height: 50%;
}

.border-require {
  border: 1px solid red !important;
}

.disabledBookButton {
  pointer-events: none;
  opacity: 0.2;
}

.back-to-facilities-list {
  border-radius: 4px;
  width: 140px;
  margin-top: 10px;
  margin-left: 17px;
  background: #3c7eb7;
  color: #ffffff;
  height: 40px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
}
.back-to-facilities-list img {
  margin-right: 6px;
}

.facility-service {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 6px;
  display: inline-block;
  padding: 0;
}

.facility-service-margin-bottom {
  margin-bottom: 28px;
  display: inline-block;
}

.service-select {
  height: 40px;
  width: 260px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 28px;
}
.service-select.small {
  width: 150px;
  min-width: 150px;
  max-width: 25%;
}
.service-select.first {
  margin-left: 50px;
}
.service-select .k-i-arrow-s {
  background-position: 0;
  transform: scale(1.3, 1);
  height: 9px;
  width: 11px;
  background-image: url("/../Content/Images/arrow-icon.png");
  background-size: auto;
}

.button-show-available-times {
  border: solid;
  margin-top: 20px;
  background: #ffffff;
  display: inline-block;
  font-size: 18px;
  color: #0277bd;
  height: 45px;
  font-weight: 500;
  border-color: #cccccc;
  border-width: 1px;
  margin-bottom: 40px;
  width: 267px;
}
.button-show-available-times:hover {
  cursor: pointer;
}

.available-times-header {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #4a4a4a;
  margin: 0 0 9px;
  display: inline-block;
  padding: 0;
}

.available-times-ul {
  width: 65%;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}

.available-duration-li {
  font-size: 15px;
  margin-bottom: 10px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  color: #0277bd;
  list-style-type: none;
}
.available-duration-li:hover {
  cursor: pointer;
}

.time-item {
  display: block;
  width: 140px;
  height: 100%;
  margin: 0 auto;
  line-height: 2.8;
}

.checked-available-times-li {
  font-size: 15px;
  margin-bottom: 10px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  background-color: #eeeeee;
  color: #222222;
  list-style-type: none;
}

.button-book {
  border: 1px solid;
  border-radius: 4px;
  background: #0277bd;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  height: 45px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 300px;
  cursor: pointer;
}
.button-book:hover, .button-book:focus {
  background: #29547a;
}

.panel-ul-checked {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 4px;
  padding: 0;
  list-style-image: url(/../Content/Images/icon-checkmark-copy.png);
}

.panel-ul {
  float: left;
  list-style: none;
  margin-left: 5px;
  padding-left: 20px;
}

.text-location {
  margin-left: 35px;
}

.panel-label {
  font-size: 15px;
}

.panel-headers {
  margin-top: 10px;
  font-size: 24px;
  color: #3c7eb7;
  margin-bottom: 14px;
  padding: 0;
  font-weight: 500;
}
.panel-headers.location-header {
  margin-top: 0;
  padding-top: 25px;
}

.proceed-to-book-button {
  border: solid;
  margin-top: 8px;
  background: #0277bd;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  height: 45px;
  font-weight: 500;
  margin-bottom: 8px;
  width: 291px;
  margin-left: 30%;
}

.line {
  margin: 0 auto;
  width: 95%;
  border-top-style: hidden;
  border: solid 1px #dbdbdb;
  margin-top: 27px;
  margin-bottom: 20px;
}

.working-hours {
  overflow: hidden;
  font-size: 15px;
}
.working-hours .item {
  display: inline-block;
}
.working-hours .day {
  width: calc(50% - 30px);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #222222;
}
.working-hours .hours {
  width: 50%;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  color: #000000;
}

.working-hours-ul {
  text-align: right;
  float: left;
  margin-left: 0;
}

.loader {
  position: absolute;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.amenities-container {
  display: inline-block;
  width: 100%;
  border: solid 1px #dfe2e2;
}

.icon-back-top {
  content: url(/../Content/Images/icon-back-top.png);
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.back-to-facility-list:hover {
  cursor: pointer;
}

.bm-content-wrapper label {
  margin: 0;
}

#scheduler div.k-event {
  color: #000000;
  background-color: #ffffff;
  min-width: 14.1% !important;
  border-radius: 0;
}
#scheduler div.k-event.selected:hover {
  border: 1px solid #0277bd;
}
#scheduler div.k-event.selected {
  margin-top: 2px !important;
}
#scheduler div.k-event:not(.selected):not(.all-day) {
  height: 35px !important;
}
#scheduler div.k-event.all-day {
  height: 100% !important;
}
#scheduler div.k-event:focus .placeholder-event, #scheduler div.k-event.k-selected .placeholder-event {
  background-color: #005b98;
  box-shadow: 0 1px 3px #404040;
}
#scheduler div.k-event:focus .placeholder-event.disabled-event, #scheduler div.k-event.k-selected .placeholder-event.disabled-event {
  background-color: #cccccc;
}

.jump-to-container {
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.k-event, .k-more-events {
  overflow: visible;
}

#scheduler {
  border-radius: 0;
}
#scheduler .k-scheduler-header {
  padding-right: 0 !important;
}
#scheduler .k-scheduler-content {
  overflow: hidden;
}
#scheduler .k-scheduler-content tr {
  height: 35px;
}
#scheduler .k-scheduler-times th, #scheduler .k-scheduler-header th {
  font-size: 12px;
}
#scheduler .k-scheduler-times tr {
  height: 35px;
}
#scheduler .k-scheduler-times th {
  background-color: #f1f1f1;
  border: solid 1px #dddddd;
}
#scheduler .k-scheduler-layout .k-scheduler-times:first-child {
  border-right: 1px solid #cccccc;
}
#scheduler .k-scheduler-table tr.k-middle-row td {
  background-color: #ffffff;
  border: 1px solid;
  border: none;
  position: relative;
  box-sizing: border-box;
  height: 37.5px;
}
#scheduler .k-scheduler-table tr.k-middle-row td:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #eee;
  position: absolute;
  border: 2px solid white;
  left: -1%;
  top: -2px;
}
#scheduler .k-scheduler-table tr.k-middle-row td:before {
  content: '';
  width: 1px;
  height: 110%;
  position: absolute;
  background: #eee;
  right: 0;
  top: 0;
}
#scheduler .k-scheduler-table tr.k-middle-row td .not-available {
  background-color: #eeeeee;
  border-radius: 4px;
  height: 100%;
  width: 96%;
}
#scheduler .k-scheduler-table tr.k-middle-row td.k-selected:after {
  background: #aaa;
}
#scheduler .k-scheduler-table.k-scheduler-header-all-day td .disabled-block-background {
  background: #eee;
  border-right: 1px solid white;
  border-left: 1px solid white;
}
#scheduler .k-scheduler-toolbar {
  display: none;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#scheduler .k-event-template {
  text-align: center;
  padding: 0;
  height: 100%;
  width: 100%;
  line-height: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  background-color: #3c7eb7;
}
#scheduler .k-event-template span {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #eeeeee;
  word-wrap: break-word;
}
#scheduler .k-event-template .facility-scheduler-remove-event {
  position: absolute;
  top: -2px;
  right: 6px;
}
#scheduler .k-event-template div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#scheduler .k-event-template:not(.placeholder-event) {
  background-color: #15b805;
  border: none;
  color: #ffffff;
}
#scheduler .k-event-template:not(.placeholder-event) span:before {
  content: "\2713";
  top: .2em;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
}
#scheduler .k-scheduler-table th {
  box-sizing: border-box;
  height: 37.5px;
  vertical-align: middle;
  text-align: center;
  padding: 5px 7px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #222222;
}
#scheduler .k-scheduler-table td {
  box-sizing: border-box;
  height: 37.5px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#scheduler .k-scheduler-header-wrap {
  border-bottom: 1px solid #eeeeee;
}
#scheduler .placeholder-event.disabled-event {
  cursor: default;
  background-color: #e9e9e9;
}
#scheduler .placeholder-event.disabled-event:hover {
  background-color: #cccccc;
}
#scheduler .placeholder-event.disabled-event span {
  color: #515151;
}
#scheduler .placeholder-event:not(.disabled-event):hover {
  background-color: #005b98;
}

#scheduler.fixed-th .k-scheduler-table th {
  border-top: 1px solid white;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #222222;
}

.jump-to-date-wrapper {
  display: inline-block;
  line-height: 46px;
  vertical-align: middle;
  color: #69696b;
  font-size: 14px;
  cursor: pointer;
  margin: 12px 0px 10px 11px;
}
.jump-to-date-wrapper img {
  position: relative;
  top: 4px;
  left: -4px;
  height: 19px;
}

.sheduler-nav {
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #cccccc;
  border-bottom: none;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
}
.sheduler-nav div {
  display: inline-block;
  margin-top: 2px;
}
.sheduler-nav .sheduler-nav-btn {
  text-align: center;
  cursor: pointer;
  padding: 2px 13px 8px 13px;
  width: 9%;
  font-size: 28px;
  box-sizing: border-box;
}
.sheduler-nav .sheduler-nav-btn.prev {
  text-align: left;
  order: 1;
}
.sheduler-nav .sheduler-nav-btn.next {
  text-align: right;
  order: 3;
}
.sheduler-nav .sheduler-nav-status {
  color: #69696B;
  white-space: nowrap;
  padding: 10px 27px;
  width: 80%;
  box-sizing: border-box;
  text-align: center;
  order: 2;
}

.booking-summary {
  margin-top: 50px;
}
.booking-summary h2 {
  font-size: 18px;
  font-weight: 600;
}
.booking-summary .bm-facility-landing-page-summary {
  font-size: 15px;
}
.booking-summary .bm-facility-landing-page-summary div {
  line-height: 2;
  position: relative;
  padding-left: 30px;
}
.booking-summary .bm-facility-landing-page-summary div:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #69696b;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 8px;
}
.booking-summary .pm-secondary-button {
  position: absolute;
  bottom: 97px;
  left: 227px;
}
.booking-summary .pm-secondary-button:focus {
  background: #eeeeee;
}

h4 {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #3c7eb7;
}

.fees-container {
  border-top: solid 1px #dfe2e2;
  border-right: solid 1px #dfe2e2;
  border-bottom: solid 1px #dfe2e2;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #3c7eb7;
  padding: 15px 10px 25px 20px;
}
.fees-container .fees-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.fees-container .fees-list .fee-item .name {
  display: inline-block;
  width: 55%;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #222222;
}
.fees-container .fees-list .fee-item .amount {
  display: inline-block;
  width: 40%;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  color: #000000;
}
.fees-container .fees-list .fee-item .tax-info {
  text-align: right;
  width: 96%;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  margin-top: -5px;
}

.features-container {
  border-top: solid 1px #dfe2e2;
  border-right: solid 1px #dfe2e2;
  border-bottom: solid 1px #dfe2e2;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #3c7eb7;
  padding: 10px 10px 25px 20px;
}
.features-container .features-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
  margin-top: 0px;
}
.features-container .features-list .feature-item .key {
  display: inline-block;
  width: 70%;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #222222;
}
.features-container .features-list .feature-item .value {
  display: inline-block;
  width: 25%;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  color: #000000;
}

.working-hours-info-wrapper {
  padding: 10px 0 20px 20px;
}

.map-container {
  padding-left: 20px;
  border-top: solid 1px #dfe2e2;
  border-right: solid 1px #dfe2e2;
}

.amenities-info-wrapper {
  padding: 15px 0 20px 20px;
  border-right: solid 1px #dfe2e2;
}
.amenities-info-wrapper #amenitiesList li {
  display: inline-block;
  width: 40%;
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
.amenities-info-wrapper #amenitiesList li:before {
  content: "\2713";
  margin-right: 5px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #8BC34A;
  padding: 1px 3px;
}

@media (max-width: 2150px) {
  #scheduler div.k-event:not(.all-day) {
    width: 13.9% !important;
  }
  #scheduler div.k-event:not(.all-day):not(.selected):not(.all-day) {
    height: 36px !important;
  }
}
@media (max-width: 1440px) {
  #scheduler div.k-event:not(.all-day) {
    width: 19.8% !important;
  }

  .col-md {
    width: 100%;
  }

  .col-panel-md {
    width: 100%;
    position: relative;
  }

  .additional-data-wrapper {
    width: 100%;
  }

  .additional-data-wrapper-info-page {
    width: 100%;
  }

  .facility-image {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
  }

  .working-hours-info-wrapper {
    width: 50%;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }

  .facility-name {
    margin-left: 17px;
  }

  .facility-description {
    margin: 18px;
    line-height: 27px;
    margin-left: 25px;
  }

  .facility-service-details {
    margin-top: 25px;
    padding-left: 0;
    padding-bottom: 1.5em;
    margin-left: 20px;
    border: 0;
  }

  .available-times-ul {
    width: initial;
    height: initial;
  }

  .text-location {
    margin-bottom: 17px;
    margin-left: 60px;
    margin-top: 50px;
  }

  .panel-ul {
    float: left;
    margin-left: 20px;
    padding-left: 0px;
  }

  .panel-ul-checked {
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    margin-left: 10px;
  }

  .panel-label {
    font-size: 15px;
    margin-bottom: 8px;
  }

  #workingHours {
    margin-left: 33px;
  }

  .fees-container .fees-list,
  .fees-container .panel-headers {
    margin-left: 33px;
  }

  .amenities-line {
    width: 100%;
    margin-top: 100px;
    position: absolute;
    border: solid 1px #dbdbdb;
  }

  .bm-map-canvas {
    width: 100%;
    height: 282px;
  }

  .hours-of-operation-header {
    float: left;
    font-size: 24px;
    color: #3c7eb7;
    font-weight: bold;
    margin-left: 20px;
  }

  .time-item {
    font-size: 14px;
    line-height: 3;
  }

  .working-hours {
    margin-left: 25px;
  }
  .working-hours .day {
    margin-left: 8px;
  }

  .img-hours-container {
    line-height: 250px;
  }

  .working-hours-ul {
    list-style-type: none;
    text-align: right;
    float: left;
    margin-left: 0;
  }

  .amenity-header {
    font-size: 24px;
    color: #3c7eb7;
    font-weight: bold;
  }

  .amenity-label {
    font-size: 15px;
    margin-left: 30px;
    padding-right: 30px;
    padding-bottom: 19px;
  }

  .location-header {
    font-size: 24px;
    color: #3c7eb7;
    font-weight: bold;
    margin-top: 12px !important;
    margin-left: 20px !important;
  }

  #locationDiv {
    margin-left: 20px;
  }

  .description-wrapper {
    padding: 16px 40px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .facility-header {
    padding-left: 15px;
  }

  #scheduler div.k-event:not(.all-day) {
    width: 49.3% !important;
  }

  .jump-to-button .jump-to-date-span {
    display: none;
  }

  .description-wrapper {
    padding: 16px 16px;
  }

  .sheduler-nav {
    width: initial;
  }

  .facility-service-details {
    margin-left: 10px;
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
  }

  #workingHours {
    margin-left: 10px;
  }

  .fees-container .panel-headers {
    margin-left: 10px;
  }
  .fees-container .fees-list {
    margin-left: 0;
  }

  .booking-summary .pm-secondary-button {
    bottom: 72px;
    left: 217px;
  }

  .facility-image {
    width: 100%;
  }

  .working-hours-info-wrapper {
    width: 100%;
  }

  .img-hours-container {
    line-height: normal;
  }

  .button-show-available-times {
    width: 300px;
    margin-bottom: 10px;
  }

  .available-times-ul {
    width: 100%;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }

  .available-duration-li {
    height: 40px;
  }

  .panel-ul-checked {
    display: block;
    margin-left: 0;
  }
  .panel-ul-checked .panel-label {
    margin-left: 0;
    font-size: 15px;
  }

  .panel-ul {
    margin-left: 0;
  }

  .working-hours-ul {
    margin-right: 10px;
    float: right;
    text-align: right;
  }

  .working-hours {
    display: inherit;
    position: inherit;
    float: left;
    width: 340px;
    margin-left: -10px;
    margin-top: 0;
  }

  .hours-of-operation-header {
    float: left;
    font-size: 24px;
    color: #3c7eb7;
    font-weight: bold;
    margin-top: 10px !important;
    margin-left: 10px !important;
  }

  .amenity-header {
    font-size: 24px;
    color: #3c7eb7;
    font-weight: bold;
    margin-top: 10px !important;
    margin-left: 10px !important;
    display: initial;
  }

  .amenity-label {
    font-size: 15px;
    margin-left: 30px;
    padding-bottom: 10px;
  }

  .location-header {
    font-size: 24px;
    color: #3c7eb7;
    font-weight: bold;
    margin-top: 10px !important;
    margin-left: 10px !important;
  }

  .text-location:first-child {
    margin-left: 10px !important;
  }

  .bm-map-canvas {
    margin-top: 10px;
    height: 282px;
  }

  .panel-headers {
    margin: 10px 0 0 10px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #3c7eb7;
  }

  .proceed-to-book-button {
    border: solid;
    margin-top: 8px;
    background: #0277bd;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    width: 290px;
    margin-left: 15px;
    margin-right: 15px;
    position: fixed;
    top: 88%;
    height: 45px;
  }

  .invisible {
    margin: 0;
    border: 0;
  }

  .icon-back-top {
    margin-right: 0;
    margin-left: 150px;
  }

  #locationDiv {
    margin-left: 0;
  }

  .panel-ul-checked {
    padding-left: 0;
  }

  .sheduler-nav .sheduler-nav-status {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .img-hours-container {
    margin-right: 20px;
    border-right: solid 1px #dfe2e2;
    border-top: solid 1px #dfe2e2;
  }

  .fees-container,
  .features-container,
  .map-container,
  .amenities-info-wrapper {
    margin-right: 20px;
  }
}
@media (max-width: 470px) {
  .available-times-header,
  .facility-service {
    width: 76%;
    margin-top: -1px;
  }

  .available-times-header {
    padding-top: 0;
  }

  .item-circle {
    vertical-align: top;
  }
}
@media (max-width: 375px) {
  .working-hours {
    width: 310px;
  }
  .working-hours .hours {
    width: 60%;
  }
  .working-hours .day {
    width: calc(40% - 30px);
  }
}
.additional-occupancies-section {
  border: none;
  padding: 0;
  margin: 0;
}

.additional-occupancies-inputs-section {
  display: flex;
  flex-flow: row wrap;
  padding-left: 55px;
}
.additional-occupancies-inputs-section .validation-border {
  border: solid 1px #ff9800;
}
.additional-occupancies-inputs-section .additional-occupancies-input {
  position: relative;
  padding-top: 15px;
  margin-right: 10px;
  min-width: 250px;
  width: 18%;
}
.additional-occupancies-inputs-section .additional-occupancies-input .control-label {
  display: block;
  margin-bottom: 5px;
}
.additional-occupancies-inputs-section .additional-occupancies-input .maximum-capacity {
  position: absolute;
  top: 50px;
  right: 35px;
  font-style: italic;
  font-size: 14px;
  color: #696969;
}
.additional-occupancies-inputs-section .additional-occupancies-input .k-numerictextbox {
  padding: 0;
  border-radius: 4px;
  width: 100%;
}
.additional-occupancies-inputs-section .additional-occupancies-input .k-numerictextbox .k-numeric-wrap {
  border-radius: 4px;
  height: 100%;
  border: none;
  background: white;
}
.additional-occupancies-inputs-section .additional-occupancies-input .k-numerictextbox .k-numeric-wrap input {
  position: relative;
  top: 0;
  max-width: 100%;
}
.additional-occupancies-inputs-section .additional-occupancies-input .k-numerictextbox .k-numeric-wrap .k-select {
  border: none;
}
.additional-occupancies-inputs-section .additional-occupancies-input .k-numerictextbox .k-numeric-wrap .k-select .k-link {
  height: 50%;
}
.additional-occupancies-inputs-section .additional-occupancies-input .k-numerictextbox .k-numeric-wrap .k-select .k-link .k-i-arrow-n {
  background-position: -3px -256px;
}
.additional-occupancies-inputs-section .additional-occupancies-input .k-numerictextbox .k-numeric-wrap .k-select .k-link .k-i-arrow-s {
  background-position: -3px -290px;
}
