/**
*
* @package com_spbooking
*
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2018 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/

 .spbooking :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

.spbooking hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.spbooking h1, .spbooking h2, .spbooking h3, .spbooking h4, .spbooking h5, .spbooking h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.spbooking p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.spbooking abbr[title],
.spbooking abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

.spbooking address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.spbooking ol,
.spbooking ul,
.spbooking dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.spbooking ol ol,
.spbooking ul ul,
.spbooking ol ul,
.spbooking ul ol {
  margin-bottom: 0;
}

.spbooking dt {
  font-weight: 700;
}

.spbooking dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.spbooking blockquote {
  margin: 0 0 1rem;
}

.spbooking dfn {
  font-style: italic;
}

.spbooking b,
.spbooking strong {
  font-weight: bolder;
}

.spbooking small {
  font-size: 80%;
}

.spbooking sub,
.spbooking sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.spbooking sub {
  bottom: -.25em;
}

.spbooking sup {
  top: -.5em;
}

.spbooking a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.spbooking a:hover {
  color: #0056b3;
}

.spbooking a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.spbooking a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

.spbooking a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.spbooking pre,
.spbooking code,
.spbooking kbd,
.spbooking samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.spbooking pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

.spbooking figure {
  margin: 0 0 1rem;
}

.spbooking img {
  vertical-align: middle;
  border-style: none;
}

.spbooking svg:not(:root) {
  overflow: hidden;
}

.spbooking table {
  border-collapse: collapse;
}

.spbooking caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

.spbooking th {
  text-align: inherit;
}

.spbooking label {
  display: inline-block;
  margin-bottom: .5rem;
}

.spbooking input,
.spbooking button,
.spbooking select,
.spbooking optgroup,
.spbooking textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.spbooking button,
.spbooking input {
  overflow: visible;
}

.spbooking button,
.spbooking html [type="button"],
.spbooking [type="reset"],
.spbooking [type="submit"] {
  -webkit-appearance: button;
}

.spbooking button::-moz-focus-inner,
.spbooking [type="button"]::-moz-focus-inner,
.spbooking [type="reset"]::-moz-focus-inner,
.spbooking [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.spbooking input[type="radio"],
.spbooking input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.spbooking input[type="date"],
.spbooking input[type="time"],
.spbooking input[type="datetime-local"],
.spbooking input[type="month"] {
  -webkit-appearance: listbox;
}

.spbooking textarea {
  overflow: auto;
  resize: vertical;
}

.spbooking fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.spbooking legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.spbooking progress {
  vertical-align: baseline;
}

.spbooking [type="number"]::-webkit-inner-spin-button,
.spbooking [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.spbooking [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.spbooking [type="search"]::-webkit-search-cancel-button,
.spbooking [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.spbooking ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.spbooking output {
  display: inline-block;
}

.spbooking summary {
  display: list-item;
  cursor: pointer;
}

.spbooking template {
  display: none;
}

.spbooking [hidden] {
  display: none !important;
}

.spbooking h1, .spbooking h2, .spbooking h3, .spbooking h4, .spbooking h5, .spbooking h6,
.spbooking .h1, .spbooking .h2, .spbooking .h3, .spbooking .h4, .spbooking .h5, .spbooking .h6 {
  margin-bottom: 0.5rem;
  /* font-family: inherit; */
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.spbooking h1, .spbooking .h1 {
  font-size: 2.5rem;
}

.spbooking h2, .spbooking .h2 {
  font-size: 2rem;
}

.spbooking h3, .spbooking .h3 {
  font-size: 1.75rem;
}

.spbooking h4, .spbooking .h4 {
  font-size: 1.5rem;
}

.spbooking h5, .spbooking .h5 {
  font-size: 1.25rem;
}

.spbooking h6, .spbooking .h6 {
  font-size: 1rem;
}

.spbooking .spbooking-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.spbooking .spbooking-display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.spbooking .spbooking-display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.spbooking .spbooking-display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.spbooking .spbooking-display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.spbooking hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.spbooking small,
.spbooking .spbooking-small {
  font-size: 80%;
  font-weight: 400;
}

.spbooking mark,
.spbooking .spbooking-mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.spbooking .spbooking-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.spbooking .spbooking-list-inline {
  padding-left: 0;
  list-style: none;
}

.spbooking .spbooking-list-inline-item {
  display: inline-block;
}

.spbooking .spbooking-list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.spbooking .spbooking-initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.spbooking .spbooking-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.spbooking .spbooking-blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.spbooking .spbooking-blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.spbooking .spbooking-img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.spbooking .spbooking-figure {
  display: inline-block;
}

.spbooking .spbooking-figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.spbooking .spbooking-figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.spbooking code,
.spbooking kbd,
.spbooking pre,
.spbooking samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.spbooking code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

.spbooking a > code {
  color: inherit;
}

.spbooking kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.spbooking kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

.spbooking pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

.spbooking pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.spbooking .spbooking-re-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/*** Bootstrap grid ***/
.spbooking .spbooking-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .spbooking .spbooking-container {
	max-width: 540px;
  }
}

@media (min-width: 768px) {
  .spbooking .spbooking-container {
	max-width: 720px;
  }
}

@media (min-width: 992px) {
  .spbooking .spbooking-container {
	max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .spbooking .spbooking-container {
	max-width: 1140px;
  }
}

.spbooking .spbooking-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.spbooking .spbooking-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.spbooking .spbooking-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.spbooking .spbooking-no-gutters > .spbooking .spbooking-col,
.spbooking .spbooking-no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.spbooking .spbooking-col-1, .spbooking .spbooking-col-2, .spbooking .spbooking-col-3, .spbooking .spbooking-col-4, .spbooking .spbooking-col-5, .spbooking .spbooking-col-6, .spbooking .spbooking-col-7, .spbooking .spbooking-col-8, .spbooking .spbooking-col-9, .spbooking .spbooking-col-10, .spbooking .spbooking-col-11, .spbooking .spbooking-col-12, .spbooking .spbooking-col,
.spbooking .spbooking-col-auto, .spbooking .spbooking-col-sm-1, .spbooking .spbooking-col-sm-2, .spbooking .spbooking-col-sm-3, .spbooking .spbooking-col-sm-4, .spbooking .spbooking-col-sm-5, .spbooking .spbooking-col-sm-6, .spbooking .spbooking-col-sm-7, .spbooking .spbooking-col-sm-8, .spbooking .spbooking-col-sm-9, .spbooking .spbooking-col-sm-10, .spbooking .spbooking-col-sm-11, .spbooking .spbooking-col-sm-12, .spbooking .spbooking-col-sm,
.spbooking .spbooking-col-sm-auto, .spbooking .spbooking-col-md-1, .spbooking .spbooking-col-md-2, .spbooking .spbooking-col-md-3, .spbooking .spbooking-col-md-4, .spbooking .spbooking-col-md-5, .spbooking .spbooking-col-md-6, .spbooking .spbooking-col-md-7, .spbooking .spbooking-col-md-8, .spbooking .spbooking-col-md-9, .spbooking .spbooking-col-md-10, .spbooking .spbooking-col-md-11, .spbooking .spbooking-col-md-12, .spbooking .spbooking-col-md,
.spbooking .spbooking-col-md-auto, .spbooking .spbooking-col-lg-1, .spbooking .spbooking-col-lg-2, .spbooking .spbooking-col-lg-3, .spbooking .spbooking-col-lg-4, .spbooking .spbooking-col-lg-5, .spbooking .spbooking-col-lg-6, .spbooking .spbooking-col-lg-7, .spbooking .spbooking-col-lg-8, .spbooking .spbooking-col-lg-9, .spbooking .spbooking-col-lg-10, .spbooking .spbooking-col-lg-11, .spbooking .spbooking-col-lg-12, .spbooking .spbooking-col-lg,
.spbooking .spbooking-col-lg-auto, .spbooking .spbooking-col-xl-1, .spbooking .spbooking-col-xl-2, .spbooking .spbooking-col-xl-3, .spbooking .spbooking-col-xl-4, .spbooking .spbooking-col-xl-5, .spbooking .spbooking-col-xl-6, .spbooking .spbooking-col-xl-7, .spbooking .spbooking-col-xl-8, .spbooking .spbooking-col-xl-9, .spbooking .spbooking-col-xl-10, .spbooking .spbooking-col-xl-11, .spbooking .spbooking-col-xl-12, .spbooking .spbooking-col-xl,
.spbooking .spbooking-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.spbooking .spbooking-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.spbooking .spbooking-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.spbooking .spbooking-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.spbooking .spbooking-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.spbooking .spbooking-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.spbooking .spbooking-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.spbooking .spbooking-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.spbooking .spbooking-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.spbooking .spbooking-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.spbooking .spbooking-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.spbooking .spbooking-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.spbooking .spbooking-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.spbooking .spbooking-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.spbooking .spbooking-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.spbooking .spbooking-order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.spbooking .spbooking-order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.spbooking .spbooking-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.spbooking .spbooking-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.spbooking .spbooking-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.spbooking .spbooking-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.spbooking .spbooking-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.spbooking .spbooking-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.spbooking .spbooking-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.spbooking .spbooking-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.spbooking .spbooking-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.spbooking .spbooking-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.spbooking .spbooking-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.spbooking .spbooking-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.spbooking .spbooking-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.spbooking .spbooking-offset-1 {
  margin-left: 8.333333%;
}

.spbooking .spbooking-offset-2 {
  margin-left: 16.666667%;
}

.spbooking .spbooking-offset-3 {
  margin-left: 25%;
}

.spbooking .spbooking-offset-4 {
  margin-left: 33.333333%;
}

.spbooking .spbooking-offset-5 {
  margin-left: 41.666667%;
}

.spbooking .spbooking-offset-6 {
  margin-left: 50%;
}

.spbooking .spbooking-offset-7 {
  margin-left: 58.333333%;
}

.spbooking .spbooking-offset-8 {
  margin-left: 66.666667%;
}

.spbooking .spbooking-offset-9 {
  margin-left: 75%;
}

.spbooking .spbooking-offset-10 {
  margin-left: 83.333333%;
}

.spbooking .spbooking-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .spbooking .spbooking-col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .spbooking .spbooking-col-sm-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .spbooking .spbooking-col-sm-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .spbooking .spbooking-col-sm-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .spbooking .spbooking-col-sm-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .spbooking .spbooking-col-sm-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .spbooking .spbooking-col-sm-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .spbooking .spbooking-col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .spbooking .spbooking-col-sm-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .spbooking .spbooking-col-sm-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .spbooking .spbooking-col-sm-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .spbooking .spbooking-col-sm-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .spbooking .spbooking-col-sm-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .spbooking .spbooking-col-sm-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .spbooking .spbooking-order-sm-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
  }
  .spbooking .spbooking-order-sm-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
  }
  .spbooking .spbooking-order-sm-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
  }
  .spbooking .spbooking-order-sm-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  .spbooking .spbooking-order-sm-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  .spbooking .spbooking-order-sm-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
  }
  .spbooking .spbooking-order-sm-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
  }
  .spbooking .spbooking-order-sm-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
  }
  .spbooking .spbooking-order-sm-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
  }
  .spbooking .spbooking-order-sm-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
  }
  .spbooking .spbooking-order-sm-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
  }
  .spbooking .spbooking-order-sm-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
  }
  .spbooking .spbooking-order-sm-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
  }
  .spbooking .spbooking-order-sm-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
  }
  .spbooking .spbooking-order-sm-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
  }
  .spbooking .spbooking-offset-sm-0 {
	margin-left: 0;
  }
  .spbooking .spbooking-offset-sm-1 {
	margin-left: 8.333333%;
  }
  .spbooking .spbooking-offset-sm-2 {
	margin-left: 16.666667%;
  }
  .spbooking .spbooking-offset-sm-3 {
	margin-left: 25%;
  }
  .spbooking .spbooking-offset-sm-4 {
	margin-left: 33.333333%;
  }
  .spbooking .spbooking-offset-sm-5 {
	margin-left: 41.666667%;
  }
  .spbooking .spbooking-offset-sm-6 {
	margin-left: 50%;
  }
  .spbooking .spbooking-offset-sm-7 {
	margin-left: 58.333333%;
  }
  .spbooking .spbooking-offset-sm-8 {
	margin-left: 66.666667%;
  }
  .spbooking .spbooking-offset-sm-9 {
	margin-left: 75%;
  }
  .spbooking .spbooking-offset-sm-10 {
	margin-left: 83.333333%;
  }
  .spbooking .spbooking-offset-sm-11 {
	margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .spbooking .spbooking-col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .spbooking .spbooking-col-md-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .spbooking .spbooking-col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .spbooking .spbooking-col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .spbooking .spbooking-col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .spbooking .spbooking-col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .spbooking .spbooking-col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .spbooking .spbooking-col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .spbooking .spbooking-col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .spbooking .spbooking-col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .spbooking .spbooking-col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .spbooking .spbooking-col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .spbooking .spbooking-col-md-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .spbooking .spbooking-col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .spbooking .spbooking-order-md-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
  }
  .spbooking .spbooking-order-md-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
  }
  .spbooking .spbooking-order-md-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
  }
  .spbooking .spbooking-order-md-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  .spbooking .spbooking-order-md-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  .spbooking .spbooking-order-md-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
  }
  .spbooking .spbooking-order-md-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
  }
  .spbooking .spbooking-order-md-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
  }
  .spbooking .spbooking-order-md-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
  }
  .spbooking .spbooking-order-md-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
  }
  .spbooking .spbooking-order-md-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
  }
  .spbooking .spbooking-order-md-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
  }
  .spbooking .spbooking-order-md-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
  }
  .spbooking .spbooking-order-md-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
  }
  .spbooking .spbooking-order-md-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
  }
  .spbooking .spbooking-offset-md-0 {
	margin-left: 0;
  }
  .spbooking .spbooking-offset-md-1 {
	margin-left: 8.333333%;
  }
  .spbooking .spbooking-offset-md-2 {
	margin-left: 16.666667%;
  }
  .spbooking .spbooking-offset-md-3 {
	margin-left: 25%;
  }
  .spbooking .spbooking-offset-md-4 {
	margin-left: 33.333333%;
  }
  .spbooking .spbooking-offset-md-5 {
	margin-left: 41.666667%;
  }
  .spbooking .spbooking-offset-md-6 {
	margin-left: 50%;
  }
  .spbooking .spbooking-offset-md-7 {
	margin-left: 58.333333%;
  }
  .spbooking .spbooking-offset-md-8 {
	margin-left: 66.666667%;
  }
  .spbooking .spbooking-offset-md-9 {
	margin-left: 75%;
  }
  .spbooking .spbooking-offset-md-10 {
	margin-left: 83.333333%;
  }
  .spbooking .spbooking-offset-md-11 {
	margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .spbooking .spbooking-col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .spbooking .spbooking-col-lg-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .spbooking .spbooking-col-lg-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .spbooking .spbooking-col-lg-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .spbooking .spbooking-col-lg-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .spbooking .spbooking-col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .spbooking .spbooking-col-lg-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .spbooking .spbooking-col-lg-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .spbooking .spbooking-col-lg-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .spbooking .spbooking-col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .spbooking .spbooking-col-lg-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .spbooking .spbooking-col-lg-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .spbooking .spbooking-col-lg-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .spbooking .spbooking-col-lg-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .spbooking .spbooking-order-lg-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
  }
  .spbooking .spbooking-order-lg-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
  }
  .spbooking .spbooking-order-lg-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
  }
  .spbooking .spbooking-order-lg-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  .spbooking .spbooking-order-lg-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  .spbooking .spbooking-order-lg-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
  }
  .spbooking .spbooking-order-lg-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
  }
  .spbooking .spbooking-order-lg-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
  }
  .spbooking .spbooking-order-lg-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
  }
  .spbooking .spbooking-order-lg-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
  }
  .spbooking .spbooking-order-lg-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
  }
  .spbooking .spbooking-order-lg-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
  }
  .spbooking .spbooking-order-lg-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
  }
  .spbooking .spbooking-order-lg-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
  }
  .spbooking .spbooking-order-lg-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
  }
  .spbooking .spbooking-offset-lg-0 {
	margin-left: 0;
  }
  .spbooking .spbooking-offset-lg-1 {
	margin-left: 8.333333%;
  }
  .spbooking .spbooking-offset-lg-2 {
	margin-left: 16.666667%;
  }
  .spbooking .spbooking-offset-lg-3 {
	margin-left: 25%;
  }
  .spbooking .spbooking-offset-lg-4 {
	margin-left: 33.333333%;
  }
  .spbooking .spbooking-offset-lg-5 {
	margin-left: 41.666667%;
  }
  .spbooking .spbooking-offset-lg-6 {
	margin-left: 50%;
  }
  .spbooking .spbooking-offset-lg-7 {
	margin-left: 58.333333%;
  }
  .spbooking .spbooking-offset-lg-8 {
	margin-left: 66.666667%;
  }
  .spbooking .spbooking-offset-lg-9 {
	margin-left: 75%;
  }
  .spbooking .spbooking-offset-lg-10 {
	margin-left: 83.333333%;
  }
  .spbooking .spbooking-offset-lg-11 {
	margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .spbooking .spbooking-col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  .spbooking .spbooking-col-xl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  .spbooking .spbooking-col-xl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  .spbooking .spbooking-col-xl-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  .spbooking .spbooking-col-xl-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  .spbooking .spbooking-col-xl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  .spbooking .spbooking-col-xl-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  .spbooking .spbooking-col-xl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  .spbooking .spbooking-col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  .spbooking .spbooking-col-xl-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  .spbooking .spbooking-col-xl-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  .spbooking .spbooking-col-xl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  .spbooking .spbooking-col-xl-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  .spbooking .spbooking-col-xl-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .spbooking .spbooking-order-xl-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
  }
  .spbooking .spbooking-order-xl-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
  }
  .spbooking .spbooking-order-xl-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
  }
  .spbooking .spbooking-order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  .spbooking .spbooking-order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  .spbooking .spbooking-order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
  }
  .spbooking .spbooking-order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
  }
  .spbooking .spbooking-order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
  }
  .spbooking .spbooking-order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
  }
  .spbooking .spbooking-order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
  }
  .spbooking .spbooking-order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
  }
  .spbooking .spbooking-order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
  }
  .spbooking .spbooking-order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
  }
  .spbooking .spbooking-order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
  }
  .spbooking .spbooking-order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
  }
  .spbooking .spbooking-offset-xl-0 {
	margin-left: 0;
  }
  .spbooking .spbooking-offset-xl-1 {
	margin-left: 8.333333%;
  }
  .spbooking .spbooking-offset-xl-2 {
	margin-left: 16.666667%;
  }
  .spbooking .spbooking-offset-xl-3 {
	margin-left: 25%;
  }
  .spbooking .spbooking-offset-xl-4 {
	margin-left: 33.333333%;
  }
  .spbooking .spbooking-offset-xl-5 {
	margin-left: 41.666667%;
  }
  .spbooking .spbooking-offset-xl-6 {
	margin-left: 50%;
  }
  .spbooking .spbooking-offset-xl-7 {
	margin-left: 58.333333%;
  }
  .spbooking .spbooking-offset-xl-8 {
	margin-left: 66.666667%;
  }
  .spbooking .spbooking-offset-xl-9 {
	margin-left: 75%;
  }
  .spbooking .spbooking-offset-xl-10 {
	margin-left: 83.333333%;
  }
  .spbooking .spbooking-offset-xl-11 {
	margin-left: 91.666667%;
  }
}

.spbooking .spbooking-d-none {
  display: none !important;
}

.spbooking .spbooking-d-inline {
  display: inline !important;
}

.spbooking .spbooking-d-inline-block {
  display: inline-block !important;
}

.spbooking .spbooking-d-block {
  display: block !important;
}

.spbooking .spbooking-d-table {
  display: table !important;
}

.spbooking .spbooking-d-table-row {
  display: table-row !important;
}

.spbooking .spbooking-d-table-cell {
  display: table-cell !important;
}

.spbooking .spbooking-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spbooking .spbooking-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .spbooking .spbooking-d-sm-none {
	display: none !important;
  }
  .spbooking .spbooking-d-sm-inline {
	display: inline !important;
  }
  .spbooking .spbooking-d-sm-inline-block {
	display: inline-block !important;
  }
  .spbooking .spbooking-d-sm-block {
	display: block !important;
  }
  .spbooking .spbooking-d-sm-table {
	display: table !important;
  }
  .spbooking .spbooking-d-sm-table-row {
	display: table-row !important;
  }
  .spbooking .spbooking-d-sm-table-cell {
	display: table-cell !important;
  }
  .spbooking .spbooking-d-sm-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  }
  .spbooking .spbooking-d-sm-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .spbooking .spbooking-d-md-none {
	display: none !important;
  }
  .spbooking .spbooking-d-md-inline {
	display: inline !important;
  }
  .spbooking .spbooking-d-md-inline-block {
	display: inline-block !important;
  }
  .spbooking .spbooking-d-md-block {
	display: block !important;
  }
  .spbooking .spbooking-d-md-table {
	display: table !important;
  }
  .spbooking .spbooking-d-md-table-row {
	display: table-row !important;
  }
  .spbooking .spbooking-d-md-table-cell {
	display: table-cell !important;
  }
  .spbooking .spbooking-d-md-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  }
  .spbooking .spbooking-d-md-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .spbooking .spbooking-d-lg-none {
	display: none !important;
  }
  .spbooking .spbooking-d-lg-inline {
	display: inline !important;
  }
  .spbooking .spbooking-d-lg-inline-block {
	display: inline-block !important;
  }
  .spbooking .spbooking-d-lg-block {
	display: block !important;
  }
  .spbooking .spbooking-d-lg-table {
	display: table !important;
  }
  .spbooking .spbooking-d-lg-table-row {
	display: table-row !important;
  }
  .spbooking .spbooking-d-lg-table-cell {
	display: table-cell !important;
  }
  .spbooking .spbooking-d-lg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  }
  .spbooking .spbooking-d-lg-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .spbooking .spbooking-d-xl-none {
	display: none !important;
  }
  .spbooking .spbooking-d-xl-inline {
	display: inline !important;
  }
  .spbooking .spbooking-d-xl-inline-block {
	display: inline-block !important;
  }
  .spbooking .spbooking-d-xl-block {
	display: block !important;
  }
  .spbooking .spbooking-d-xl-table {
	display: table !important;
  }
  .spbooking .spbooking-d-xl-table-row {
	display: table-row !important;
  }
  .spbooking .spbooking-d-xl-table-cell {
	display: table-cell !important;
  }
  .spbooking .spbooking-d-xl-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  }
  .spbooking .spbooking-d-xl-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
  }
}

@media print {
  .spbooking .spbooking-d-print-none {
	display: none !important;
  }
  .spbooking .spbooking-d-print-inline {
	display: inline !important;
  }
  .spbooking .spbooking-d-print-inline-block {
	display: inline-block !important;
  }
  .spbooking .spbooking-d-print-block {
	display: block !important;
  }
  .spbooking .spbooking-d-print-table {
	display: table !important;
  }
  .spbooking .spbooking-d-print-table-row {
	display: table-row !important;
  }
  .spbooking .spbooking-d-print-table-cell {
	display: table-cell !important;
  }
  .spbooking .spbooking-d-print-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  }
  .spbooking .spbooking-d-print-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
  }
}

.spbooking .spbooking-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.spbooking .spbooking-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.spbooking .spbooking-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.spbooking .spbooking-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.spbooking .spbooking-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.spbooking .spbooking-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.spbooking .spbooking-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.spbooking .spbooking-justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.spbooking .spbooking-justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.spbooking .spbooking-justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.spbooking .spbooking-justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.spbooking .spbooking-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.spbooking .spbooking-align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.spbooking .spbooking-align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.spbooking .spbooking-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.spbooking .spbooking-align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.spbooking .spbooking-align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.spbooking .spbooking-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.spbooking .spbooking-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.spbooking .spbooking-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.spbooking .spbooking-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.spbooking .spbooking-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.spbooking .spbooking-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.spbooking .spbooking-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.spbooking .spbooking-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.spbooking .spbooking-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.spbooking .spbooking-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.spbooking .spbooking-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.spbooking .spbooking-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .spbooking .spbooking-flex-sm-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
  }
  .spbooking .spbooking-flex-sm-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
  }
  .spbooking .spbooking-flex-sm-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
  }
  .spbooking .spbooking-flex-sm-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
  }
  .spbooking .spbooking-flex-sm-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
  }
  .spbooking .spbooking-flex-sm-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
  }
  .spbooking .spbooking-flex-sm-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
  }
  .spbooking .spbooking-justify-content-sm-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
  }
  .spbooking .spbooking-justify-content-sm-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
  }
  .spbooking .spbooking-justify-content-sm-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
  }
  .spbooking .spbooking-justify-content-sm-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
  }
  .spbooking .spbooking-justify-content-sm-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
  }
  .spbooking .spbooking-align-items-sm-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
  }
  .spbooking .spbooking-align-items-sm-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
  }
  .spbooking .spbooking-align-items-sm-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
  }
  .spbooking .spbooking-align-items-sm-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
  }
  .spbooking .spbooking-align-items-sm-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
  }
  .spbooking .spbooking-align-content-sm-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
  }
  .spbooking .spbooking-align-content-sm-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
  }
  .spbooking .spbooking-align-content-sm-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
  }
  .spbooking .spbooking-align-content-sm-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
  }
  .spbooking .spbooking-align-content-sm-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
  }
  .spbooking .spbooking-align-content-sm-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
  }
  .spbooking .spbooking-align-self-sm-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
  }
  .spbooking .spbooking-align-self-sm-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
  }
  .spbooking .spbooking-align-self-sm-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
  }
  .spbooking .spbooking-align-self-sm-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
  }
  .spbooking .spbooking-align-self-sm-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
  }
  .spbooking .spbooking-align-self-sm-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .spbooking .spbooking-flex-md-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
  }
  .spbooking .spbooking-flex-md-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
  }
  .spbooking .spbooking-flex-md-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
  }
  .spbooking .spbooking-flex-md-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
  }
  .spbooking .spbooking-flex-md-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
  }
  .spbooking .spbooking-flex-md-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
  }
  .spbooking .spbooking-flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
  }
  .spbooking .spbooking-justify-content-md-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
  }
  .spbooking .spbooking-justify-content-md-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
  }
  .spbooking .spbooking-justify-content-md-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
  }
  .spbooking .spbooking-justify-content-md-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
  }
  .spbooking .spbooking-justify-content-md-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
  }
  .spbooking .spbooking-align-items-md-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
  }
  .spbooking .spbooking-align-items-md-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
  }
  .spbooking .spbooking-align-items-md-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
  }
  .spbooking .spbooking-align-items-md-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
  }
  .spbooking .spbooking-align-items-md-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
  }
  .spbooking .spbooking-align-content-md-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
  }
  .spbooking .spbooking-align-content-md-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
  }
  .spbooking .spbooking-align-content-md-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
  }
  .spbooking .spbooking-align-content-md-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
  }
  .spbooking .spbooking-align-content-md-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
  }
  .spbooking .spbooking-align-content-md-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
  }
  .spbooking .spbooking-align-self-md-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
  }
  .spbooking .spbooking-align-self-md-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
  }
  .spbooking .spbooking-align-self-md-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
  }
  .spbooking .spbooking-align-self-md-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
  }
  .spbooking .spbooking-align-self-md-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
  }
  .spbooking .spbooking-align-self-md-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .spbooking .spbooking-flex-lg-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
  }
  .spbooking .spbooking-flex-lg-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
  }
  .spbooking .spbooking-flex-lg-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
  }
  .spbooking .spbooking-flex-lg-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
  }
  .spbooking .spbooking-flex-lg-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
  }
  .spbooking .spbooking-flex-lg-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
  }
  .spbooking .spbooking-flex-lg-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
  }
  .spbooking .spbooking-justify-content-lg-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
  }
  .spbooking .spbooking-justify-content-lg-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
  }
  .spbooking .spbooking-justify-content-lg-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
  }
  .spbooking .spbooking-justify-content-lg-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
  }
  .spbooking .spbooking-justify-content-lg-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
  }
  .spbooking .spbooking-align-items-lg-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
  }
  .spbooking .spbooking-align-items-lg-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
  }
  .spbooking .spbooking-align-items-lg-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
  }
  .spbooking .spbooking-align-items-lg-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
  }
  .spbooking .spbooking-align-items-lg-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
  }
  .spbooking .spbooking-align-content-lg-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
  }
  .spbooking .spbooking-align-content-lg-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
  }
  .spbooking .spbooking-align-content-lg-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
  }
  .spbooking .spbooking-align-content-lg-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
  }
  .spbooking .spbooking-align-content-lg-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
  }
  .spbooking .spbooking-align-content-lg-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
  }
  .spbooking .spbooking-align-self-lg-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
  }
  .spbooking .spbooking-align-self-lg-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
  }
  .spbooking .spbooking-align-self-lg-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
  }
  .spbooking .spbooking-align-self-lg-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
  }
  .spbooking .spbooking-align-self-lg-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
  }
  .spbooking .spbooking-align-self-lg-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .spbooking .spbooking-flex-xl-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
  }
  .spbooking .spbooking-flex-xl-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
  }
  .spbooking .spbooking-flex-xl-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
  }
  .spbooking .spbooking-flex-xl-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
  }
  .spbooking .spbooking-flex-xl-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
  }
  .spbooking .spbooking-flex-xl-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
  }
  .spbooking .spbooking-flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
  }
  .spbooking .spbooking-justify-content-xl-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
  }
  .spbooking .spbooking-justify-content-xl-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
  }
  .spbooking .spbooking-justify-content-xl-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
  }
  .spbooking .spbooking-justify-content-xl-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
  }
  .spbooking .spbooking-justify-content-xl-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
  }
  .spbooking .spbooking-align-items-xl-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
  }
  .spbooking .spbooking-align-items-xl-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
  }
  .spbooking .spbooking-align-items-xl-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
  }
  .spbooking .spbooking-align-items-xl-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
  }
  .spbooking .spbooking-align-items-xl-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
  }
  .spbooking .spbooking-align-content-xl-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
  }
  .spbooking .spbooking-align-content-xl-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
  }
  .spbooking .spbooking-align-content-xl-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
  }
  .spbooking .spbooking-align-content-xl-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
  }
  .spbooking .spbooking-align-content-xl-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
  }
  .spbooking .spbooking-align-content-xl-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
  }
  .spbooking .spbooking-align-self-xl-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
  }
  .spbooking .spbooking-align-self-xl-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
  }
  .spbooking .spbooking-align-self-xl-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
  }
  .spbooking .spbooking-align-self-xl-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
  }
  .spbooking .spbooking-align-self-xl-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
  }
  .spbooking .spbooking-align-self-xl-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
  }
}

.spbooking .spbooking-float-left {
  float: left !important;
}

.spbooking .spbooking-float-right {
  float: right !important;
}

.spbooking .spbooking-float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .spbooking .spbooking-float-sm-left {
	float: left !important;
  }
  .spbooking .spbooking-float-sm-right {
	float: right !important;
  }
  .spbooking .spbooking-float-sm-none {
	float: none !important;
  }
}

@media (min-width: 768px) {
  .spbooking .spbooking-float-md-left {
	float: left !important;
  }
  .spbooking .spbooking-float-md-right {
	float: right !important;
  }
  .spbooking .spbooking-float-md-none {
	float: none !important;
  }
}

@media (min-width: 992px) {
  .spbooking .spbooking-float-lg-left {
	float: left !important;
  }
  .spbooking .spbooking-float-lg-right {
	float: right !important;
  }
  .spbooking .spbooking-float-lg-none {
	float: none !important;
  }
}

@media (min-width: 1200px) {
  .spbooking .spbooking-float-xl-left {
	float: left !important;
  }
  .spbooking .spbooking-float-xl-right {
	float: right !important;
  }
  .spbooking .spbooking-float-xl-none {
	float: none !important;
  }
}

.spbooking .spbooking-position-static {
  position: static !important;
}

.spbooking .spbooking-position-relative {
  position: relative !important;
}

.spbooking .spbooking-position-absolute {
  position: absolute !important;
}

.spbooking .spbooking-position-fixed {
  position: fixed !important;
}

.spbooking .spbooking-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.spbooking .spbooking-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.spbooking .spbooking-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .spbooking .spbooking-sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
  }
}

.spbooking .spbooking-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.spbooking .spbooking-sr-only-focusable:active, .spbooking .spbooking-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.spbooking .spbooking-w-25 {
  width: 25% !important;
}

.spbooking .spbooking-w-50 {
  width: 50% !important;
}

.spbooking .spbooking-w-75 {
  width: 75% !important;
}

.spbooking .spbooking-w-100 {
  width: 100% !important;
}

.spbooking .spbooking-h-25 {
  height: 25% !important;
}

.spbooking .spbooking-h-50 {
  height: 50% !important;
}

.spbooking .spbooking-h-75 {
  height: 75% !important;
}

.spbooking .spbooking-h-100 {
  height: 100% !important;
}

.spbooking .spbooking-mw-100 {
  max-width: 100% !important;
}

.spbooking .spbooking-mh-100 {
  max-height: 100% !important;
}

.spbooking .spbooking-m-0 {
  margin: 0 !important;
}

.spbooking .spbooking-mt-0,
.spbooking .spbooking-my-0 {
  margin-top: 0 !important;
}

.spbooking .spbooking-mr-0,
.spbooking .spbooking-mx-0 {
  margin-right: 0 !important;
}

.spbooking .spbooking-mb-0,
.spbooking .spbooking-my-0 {
  margin-bottom: 0 !important;
}

.spbooking .spbooking-ml-0,
.spbooking .spbooking-mx-0 {
  margin-left: 0 !important;
}

.spbooking .spbooking-m-1 {
  margin: 0.25rem !important;
}

.spbooking .spbooking-mt-1,
.spbooking .spbooking-my-1 {
  margin-top: 0.25rem !important;
}

.spbooking .spbooking-mr-1,
.spbooking .spbooking-mx-1 {
  margin-right: 0.25rem !important;
}

.spbooking .spbooking-mb-1,
.spbooking .spbooking-my-1 {
  margin-bottom: 0.25rem !important;
}

.spbooking .spbooking-ml-1,
.spbooking .spbooking-mx-1 {
  margin-left: 0.25rem !important;
}

.spbooking .spbooking-m-2 {
  margin: 0.5rem !important;
}

.spbooking .spbooking-mt-2,
.spbooking .spbooking-my-2 {
  margin-top: 0.5rem !important;
}

.spbooking .spbooking-mr-2,
.spbooking .spbooking-mx-2 {
  margin-right: 0.5rem !important;
}

.spbooking .spbooking-mb-2,
.spbooking .spbooking-my-2 {
  margin-bottom: 0.5rem !important;
}

.spbooking .spbooking-ml-2,
.spbooking .spbooking-mx-2 {
  margin-left: 0.5rem !important;
}

.spbooking .spbooking-m-3 {
  margin: 1rem !important;
}

.spbooking .spbooking-mt-3,
.spbooking .spbooking-my-3 {
  margin-top: 1rem !important;
}

.spbooking .spbooking-mr-3,
.spbooking .spbooking-mx-3 {
  margin-right: 1rem !important;
}

.spbooking .spbooking-mb-3,
.spbooking .spbooking-my-3 {
  margin-bottom: 1rem !important;
}

.spbooking .spbooking-ml-3,
.spbooking .spbooking-mx-3 {
  margin-left: 1rem !important;
}

.spbooking .spbooking-m-4 {
  margin: 1.5rem !important;
}

.spbooking .spbooking-mt-4,
.spbooking .spbooking-my-4 {
  margin-top: 1.5rem !important;
}

.spbooking .spbooking-mr-4,
.spbooking .spbooking-mx-4 {
  margin-right: 1.5rem !important;
}

.spbooking .spbooking-mb-4,
.spbooking .spbooking-my-4 {
  margin-bottom: 1.5rem !important;
}

.spbooking .spbooking-ml-4,
.spbooking .spbooking-mx-4 {
  margin-left: 1.5rem !important;
}

.spbooking .spbooking-m-5 {
  margin: 3rem !important;
}

.spbooking .spbooking-mt-5,
.spbooking .spbooking-my-5 {
  margin-top: 3rem !important;
}

.spbooking .spbooking-mr-5,
.spbooking .spbooking-mx-5 {
  margin-right: 3rem !important;
}

.spbooking .spbooking-mb-5,
.spbooking .spbooking-my-5 {
  margin-bottom: 3rem !important;
}

.spbooking .spbooking-ml-5,
.spbooking .spbooking-mx-5 {
  margin-left: 3rem !important;
}

.spbooking .spbooking-p-0 {
  padding: 0 !important;
}

.spbooking .spbooking-pt-0,
.spbooking .spbooking-py-0 {
  padding-top: 0 !important;
}

.spbooking .spbooking-pr-0,
.spbooking .spbooking-px-0 {
  padding-right: 0 !important;
}

.spbooking .spbooking-pb-0,
.spbooking .spbooking-py-0 {
  padding-bottom: 0 !important;
}

.spbooking .spbooking-pl-0,
.spbooking .spbooking-px-0 {
  padding-left: 0 !important;
}

.spbooking .spbooking-p-1 {
  padding: 0.25rem !important;
}

.spbooking .spbooking-pt-1,
.spbooking .spbooking-py-1 {
  padding-top: 0.25rem !important;
}

.spbooking .spbooking-pr-1,
.spbooking .spbooking-px-1 {
  padding-right: 0.25rem !important;
}

.spbooking .spbooking-pb-1,
.spbooking .spbooking-py-1 {
  padding-bottom: 0.25rem !important;
}

.spbooking .spbooking-pl-1,
.spbooking .spbooking-px-1 {
  padding-left: 0.25rem !important;
}

.spbooking .spbooking-p-2 {
  padding: 0.5rem !important;
}

.spbooking .spbooking-pt-2,
.spbooking .spbooking-py-2 {
  padding-top: 0.5rem !important;
}

.spbooking .spbooking-pr-2,
.spbooking .spbooking-px-2 {
  padding-right: 0.5rem !important;
}

.spbooking .spbooking-pb-2,
.spbooking .spbooking-py-2 {
  padding-bottom: 0.5rem !important;
}

.spbooking .spbooking-pl-2,
.spbooking .spbooking-px-2 {
  padding-left: 0.5rem !important;
}

.spbooking .spbooking-p-3 {
  padding: 1rem !important;
}

.spbooking .spbooking-pt-3,
.spbooking .spbooking-py-3 {
  padding-top: 1rem !important;
}

.spbooking .spbooking-pr-3,
.spbooking .spbooking-px-3 {
  padding-right: 1rem !important;
}

.spbooking .spbooking-pb-3,
.spbooking .spbooking-py-3 {
  padding-bottom: 1rem !important;
}

.spbooking .spbooking-pl-3,
.spbooking .spbooking-px-3 {
  padding-left: 1rem !important;
}

.spbooking .spbooking-p-4 {
  padding: 1.5rem !important;
}

.spbooking .spbooking-pt-4,
.spbooking .spbooking-py-4 {
  padding-top: 1.5rem !important;
}

.spbooking .spbooking-pr-4,
.spbooking .spbooking-px-4 {
  padding-right: 1.5rem !important;
}

.spbooking .spbooking-pb-4,
.spbooking .spbooking-py-4 {
  padding-bottom: 1.5rem !important;
}

.spbooking .spbooking-pl-4,
.spbooking .spbooking-px-4 {
  padding-left: 1.5rem !important;
}

.spbooking .spbooking-p-5 {
  padding: 3rem !important;
}

.spbooking .spbooking-pt-5,
.spbooking .spbooking-py-5 {
  padding-top: 3rem !important;
}

.spbooking .spbooking-pr-5,
.spbooking .spbooking-px-5 {
  padding-right: 3rem !important;
}

.spbooking .spbooking-pb-5,
.spbooking .spbooking-py-5 {
  padding-bottom: 3rem !important;
}

.spbooking .spbooking-pl-5,
.spbooking .spbooking-px-5 {
  padding-left: 3rem !important;
}

.spbooking .spbooking-m-auto {
  margin: auto !important;
}

.spbooking .spbooking-mt-auto,
.spbooking .spbooking-my-auto {
  margin-top: auto !important;
}

.spbooking .spbooking-mr-auto,
.spbooking .spbooking-mx-auto {
  margin-right: auto !important;
}

.spbooking .spbooking-mb-auto,
.spbooking .spbooking-my-auto {
  margin-bottom: auto !important;
}

.spbooking .spbooking-ml-auto,
.spbooking .spbooking-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .spbooking .spbooking-m-sm-0 {
	margin: 0 !important;
  }
  .spbooking .spbooking-mt-sm-0,
  .spbooking .spbooking-my-sm-0 {
	margin-top: 0 !important;
  }
  .spbooking .spbooking-mr-sm-0,
  .spbooking .spbooking-mx-sm-0 {
	margin-right: 0 !important;
  }
  .spbooking .spbooking-mb-sm-0,
  .spbooking .spbooking-my-sm-0 {
	margin-bottom: 0 !important;
  }
  .spbooking .spbooking-ml-sm-0,
  .spbooking .spbooking-mx-sm-0 {
	margin-left: 0 !important;
  }
  .spbooking .spbooking-m-sm-1 {
	margin: 0.25rem !important;
  }
  .spbooking .spbooking-mt-sm-1,
  .spbooking .spbooking-my-sm-1 {
	margin-top: 0.25rem !important;
  }
  .spbooking .spbooking-mr-sm-1,
  .spbooking .spbooking-mx-sm-1 {
	margin-right: 0.25rem !important;
  }
  .spbooking .spbooking-mb-sm-1,
  .spbooking .spbooking-my-sm-1 {
	margin-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-ml-sm-1,
  .spbooking .spbooking-mx-sm-1 {
	margin-left: 0.25rem !important;
  }
  .spbooking .spbooking-m-sm-2 {
	margin: 0.5rem !important;
  }
  .spbooking .spbooking-mt-sm-2,
  .spbooking .spbooking-my-sm-2 {
	margin-top: 0.5rem !important;
  }
  .spbooking .spbooking-mr-sm-2,
  .spbooking .spbooking-mx-sm-2 {
	margin-right: 0.5rem !important;
  }
  .spbooking .spbooking-mb-sm-2,
  .spbooking .spbooking-my-sm-2 {
	margin-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-ml-sm-2,
  .spbooking .spbooking-mx-sm-2 {
	margin-left: 0.5rem !important;
  }
  .spbooking .spbooking-m-sm-3 {
	margin: 1rem !important;
  }
  .spbooking .spbooking-mt-sm-3,
  .spbooking .spbooking-my-sm-3 {
	margin-top: 1rem !important;
  }
  .spbooking .spbooking-mr-sm-3,
  .spbooking .spbooking-mx-sm-3 {
	margin-right: 1rem !important;
  }
  .spbooking .spbooking-mb-sm-3,
  .spbooking .spbooking-my-sm-3 {
	margin-bottom: 1rem !important;
  }
  .spbooking .spbooking-ml-sm-3,
  .spbooking .spbooking-mx-sm-3 {
	margin-left: 1rem !important;
  }
  .spbooking .spbooking-m-sm-4 {
	margin: 1.5rem !important;
  }
  .spbooking .spbooking-mt-sm-4,
  .spbooking .spbooking-my-sm-4 {
	margin-top: 1.5rem !important;
  }
  .spbooking .spbooking-mr-sm-4,
  .spbooking .spbooking-mx-sm-4 {
	margin-right: 1.5rem !important;
  }
  .spbooking .spbooking-mb-sm-4,
  .spbooking .spbooking-my-sm-4 {
	margin-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-ml-sm-4,
  .spbooking .spbooking-mx-sm-4 {
	margin-left: 1.5rem !important;
  }
  .spbooking .spbooking-m-sm-5 {
	margin: 3rem !important;
  }
  .spbooking .spbooking-mt-sm-5,
  .spbooking .spbooking-my-sm-5 {
	margin-top: 3rem !important;
  }
  .spbooking .spbooking-mr-sm-5,
  .spbooking .spbooking-mx-sm-5 {
	margin-right: 3rem !important;
  }
  .spbooking .spbooking-mb-sm-5,
  .spbooking .spbooking-my-sm-5 {
	margin-bottom: 3rem !important;
  }
  .spbooking .spbooking-ml-sm-5,
  .spbooking .spbooking-mx-sm-5 {
	margin-left: 3rem !important;
  }
  .spbooking .spbooking-p-sm-0 {
	padding: 0 !important;
  }
  .spbooking .spbooking-pt-sm-0,
  .spbooking .spbooking-py-sm-0 {
	padding-top: 0 !important;
  }
  .spbooking .spbooking-pr-sm-0,
  .spbooking .spbooking-px-sm-0 {
	padding-right: 0 !important;
  }
  .spbooking .spbooking-pb-sm-0,
  .spbooking .spbooking-py-sm-0 {
	padding-bottom: 0 !important;
  }
  .spbooking .spbooking-pl-sm-0,
  .spbooking .spbooking-px-sm-0 {
	padding-left: 0 !important;
  }
  .spbooking .spbooking-p-sm-1 {
	padding: 0.25rem !important;
  }
  .spbooking .spbooking-pt-sm-1,
  .spbooking .spbooking-py-sm-1 {
	padding-top: 0.25rem !important;
  }
  .spbooking .spbooking-pr-sm-1,
  .spbooking .spbooking-px-sm-1 {
	padding-right: 0.25rem !important;
  }
  .spbooking .spbooking-pb-sm-1,
  .spbooking .spbooking-py-sm-1 {
	padding-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-pl-sm-1,
  .spbooking .spbooking-px-sm-1 {
	padding-left: 0.25rem !important;
  }
  .spbooking .spbooking-p-sm-2 {
	padding: 0.5rem !important;
  }
  .spbooking .spbooking-pt-sm-2,
  .spbooking .spbooking-py-sm-2 {
	padding-top: 0.5rem !important;
  }
  .spbooking .spbooking-pr-sm-2,
  .spbooking .spbooking-px-sm-2 {
	padding-right: 0.5rem !important;
  }
  .spbooking .spbooking-pb-sm-2,
  .spbooking .spbooking-py-sm-2 {
	padding-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-pl-sm-2,
  .spbooking .spbooking-px-sm-2 {
	padding-left: 0.5rem !important;
  }
  .spbooking .spbooking-p-sm-3 {
	padding: 1rem !important;
  }
  .spbooking .spbooking-pt-sm-3,
  .spbooking .spbooking-py-sm-3 {
	padding-top: 1rem !important;
  }
  .spbooking .spbooking-pr-sm-3,
  .spbooking .spbooking-px-sm-3 {
	padding-right: 1rem !important;
  }
  .spbooking .spbooking-pb-sm-3,
  .spbooking .spbooking-py-sm-3 {
	padding-bottom: 1rem !important;
  }
  .spbooking .spbooking-pl-sm-3,
  .spbooking .spbooking-px-sm-3 {
	padding-left: 1rem !important;
  }
  .spbooking .spbooking-p-sm-4 {
	padding: 1.5rem !important;
  }
  .spbooking .spbooking-pt-sm-4,
  .spbooking .spbooking-py-sm-4 {
	padding-top: 1.5rem !important;
  }
  .spbooking .spbooking-pr-sm-4,
  .spbooking .spbooking-px-sm-4 {
	padding-right: 1.5rem !important;
  }
  .spbooking .spbooking-pb-sm-4,
  .spbooking .spbooking-py-sm-4 {
	padding-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-pl-sm-4,
  .spbooking .spbooking-px-sm-4 {
	padding-left: 1.5rem !important;
  }
  .spbooking .spbooking-p-sm-5 {
	padding: 3rem !important;
  }
  .spbooking .spbooking-pt-sm-5,
  .spbooking .spbooking-py-sm-5 {
	padding-top: 3rem !important;
  }
  .spbooking .spbooking-pr-sm-5,
  .spbooking .spbooking-px-sm-5 {
	padding-right: 3rem !important;
  }
  .spbooking .spbooking-pb-sm-5,
  .spbooking .spbooking-py-sm-5 {
	padding-bottom: 3rem !important;
  }
  .spbooking .spbooking-pl-sm-5,
  .spbooking .spbooking-px-sm-5 {
	padding-left: 3rem !important;
  }
  .spbooking .spbooking-m-sm-auto {
	margin: auto !important;
  }
  .spbooking .spbooking-mt-sm-auto,
  .spbooking .spbooking-my-sm-auto {
	margin-top: auto !important;
  }
  .spbooking .spbooking-mr-sm-auto,
  .spbooking .spbooking-mx-sm-auto {
	margin-right: auto !important;
  }
  .spbooking .spbooking-mb-sm-auto,
  .spbooking .spbooking-my-sm-auto {
	margin-bottom: auto !important;
  }
  .spbooking .spbooking-ml-sm-auto,
  .spbooking .spbooking-mx-sm-auto {
	margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .spbooking .spbooking-m-md-0 {
	margin: 0 !important;
  }
  .spbooking .spbooking-mt-md-0,
  .spbooking .spbooking-my-md-0 {
	margin-top: 0 !important;
  }
  .spbooking .spbooking-mr-md-0,
  .spbooking .spbooking-mx-md-0 {
	margin-right: 0 !important;
  }
  .spbooking .spbooking-mb-md-0,
  .spbooking .spbooking-my-md-0 {
	margin-bottom: 0 !important;
  }
  .spbooking .spbooking-ml-md-0,
  .spbooking .spbooking-mx-md-0 {
	margin-left: 0 !important;
  }
  .spbooking .spbooking-m-md-1 {
	margin: 0.25rem !important;
  }
  .spbooking .spbooking-mt-md-1,
  .spbooking .spbooking-my-md-1 {
	margin-top: 0.25rem !important;
  }
  .spbooking .spbooking-mr-md-1,
  .spbooking .spbooking-mx-md-1 {
	margin-right: 0.25rem !important;
  }
  .spbooking .spbooking-mb-md-1,
  .spbooking .spbooking-my-md-1 {
	margin-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-ml-md-1,
  .spbooking .spbooking-mx-md-1 {
	margin-left: 0.25rem !important;
  }
  .spbooking .spbooking-m-md-2 {
	margin: 0.5rem !important;
  }
  .spbooking .spbooking-mt-md-2,
  .spbooking .spbooking-my-md-2 {
	margin-top: 0.5rem !important;
  }
  .spbooking .spbooking-mr-md-2,
  .spbooking .spbooking-mx-md-2 {
	margin-right: 0.5rem !important;
  }
  .spbooking .spbooking-mb-md-2,
  .spbooking .spbooking-my-md-2 {
	margin-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-ml-md-2,
  .spbooking .spbooking-mx-md-2 {
	margin-left: 0.5rem !important;
  }
  .spbooking .spbooking-m-md-3 {
	margin: 1rem !important;
  }
  .spbooking .spbooking-mt-md-3,
  .spbooking .spbooking-my-md-3 {
	margin-top: 1rem !important;
  }
  .spbooking .spbooking-mr-md-3,
  .spbooking .spbooking-mx-md-3 {
	margin-right: 1rem !important;
  }
  .spbooking .spbooking-mb-md-3,
  .spbooking .spbooking-my-md-3 {
	margin-bottom: 1rem !important;
  }
  .spbooking .spbooking-ml-md-3,
  .spbooking .spbooking-mx-md-3 {
	margin-left: 1rem !important;
  }
  .spbooking .spbooking-m-md-4 {
	margin: 1.5rem !important;
  }
  .spbooking .spbooking-mt-md-4,
  .spbooking .spbooking-my-md-4 {
	margin-top: 1.5rem !important;
  }
  .spbooking .spbooking-mr-md-4,
  .spbooking .spbooking-mx-md-4 {
	margin-right: 1.5rem !important;
  }
  .spbooking .spbooking-mb-md-4,
  .spbooking .spbooking-my-md-4 {
	margin-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-ml-md-4,
  .spbooking .spbooking-mx-md-4 {
	margin-left: 1.5rem !important;
  }
  .spbooking .spbooking-m-md-5 {
	margin: 3rem !important;
  }
  .spbooking .spbooking-mt-md-5,
  .spbooking .spbooking-my-md-5 {
	margin-top: 3rem !important;
  }
  .spbooking .spbooking-mr-md-5,
  .spbooking .spbooking-mx-md-5 {
	margin-right: 3rem !important;
  }
  .spbooking .spbooking-mb-md-5,
  .spbooking .spbooking-my-md-5 {
	margin-bottom: 3rem !important;
  }
  .spbooking .spbooking-ml-md-5,
  .spbooking .spbooking-mx-md-5 {
	margin-left: 3rem !important;
  }
  .spbooking .spbooking-p-md-0 {
	padding: 0 !important;
  }
  .spbooking .spbooking-pt-md-0,
  .spbooking .spbooking-py-md-0 {
	padding-top: 0 !important;
  }
  .spbooking .spbooking-pr-md-0,
  .spbooking .spbooking-px-md-0 {
	padding-right: 0 !important;
  }
  .spbooking .spbooking-pb-md-0,
  .spbooking .spbooking-py-md-0 {
	padding-bottom: 0 !important;
  }
  .spbooking .spbooking-pl-md-0,
  .spbooking .spbooking-px-md-0 {
	padding-left: 0 !important;
  }
  .spbooking .spbooking-p-md-1 {
	padding: 0.25rem !important;
  }
  .spbooking .spbooking-pt-md-1,
  .spbooking .spbooking-py-md-1 {
	padding-top: 0.25rem !important;
  }
  .spbooking .spbooking-pr-md-1,
  .spbooking .spbooking-px-md-1 {
	padding-right: 0.25rem !important;
  }
  .spbooking .spbooking-pb-md-1,
  .spbooking .spbooking-py-md-1 {
	padding-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-pl-md-1,
  .spbooking .spbooking-px-md-1 {
	padding-left: 0.25rem !important;
  }
  .spbooking .spbooking-p-md-2 {
	padding: 0.5rem !important;
  }
  .spbooking .spbooking-pt-md-2,
  .spbooking .spbooking-py-md-2 {
	padding-top: 0.5rem !important;
  }
  .spbooking .spbooking-pr-md-2,
  .spbooking .spbooking-px-md-2 {
	padding-right: 0.5rem !important;
  }
  .spbooking .spbooking-pb-md-2,
  .spbooking .spbooking-py-md-2 {
	padding-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-pl-md-2,
  .spbooking .spbooking-px-md-2 {
	padding-left: 0.5rem !important;
  }
  .spbooking .spbooking-p-md-3 {
	padding: 1rem !important;
  }
  .spbooking .spbooking-pt-md-3,
  .spbooking .spbooking-py-md-3 {
	padding-top: 1rem !important;
  }
  .spbooking .spbooking-pr-md-3,
  .spbooking .spbooking-px-md-3 {
	padding-right: 1rem !important;
  }
  .spbooking .spbooking-pb-md-3,
  .spbooking .spbooking-py-md-3 {
	padding-bottom: 1rem !important;
  }
  .spbooking .spbooking-pl-md-3,
  .spbooking .spbooking-px-md-3 {
	padding-left: 1rem !important;
  }
  .spbooking .spbooking-p-md-4 {
	padding: 1.5rem !important;
  }
  .spbooking .spbooking-pt-md-4,
  .spbooking .spbooking-py-md-4 {
	padding-top: 1.5rem !important;
  }
  .spbooking .spbooking-pr-md-4,
  .spbooking .spbooking-px-md-4 {
	padding-right: 1.5rem !important;
  }
  .spbooking .spbooking-pb-md-4,
  .spbooking .spbooking-py-md-4 {
	padding-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-pl-md-4,
  .spbooking .spbooking-px-md-4 {
	padding-left: 1.5rem !important;
  }
  .spbooking .spbooking-p-md-5 {
	padding: 3rem !important;
  }
  .spbooking .spbooking-pt-md-5,
  .spbooking .spbooking-py-md-5 {
	padding-top: 3rem !important;
  }
  .spbooking .spbooking-pr-md-5,
  .spbooking .spbooking-px-md-5 {
	padding-right: 3rem !important;
  }
  .spbooking .spbooking-pb-md-5,
  .spbooking .spbooking-py-md-5 {
	padding-bottom: 3rem !important;
  }
  .spbooking .spbooking-pl-md-5,
  .spbooking .spbooking-px-md-5 {
	padding-left: 3rem !important;
  }
  .spbooking .spbooking-m-md-auto {
	margin: auto !important;
  }
  .spbooking .spbooking-mt-md-auto,
  .spbooking .spbooking-my-md-auto {
	margin-top: auto !important;
  }
  .spbooking .spbooking-mr-md-auto,
  .spbooking .spbooking-mx-md-auto {
	margin-right: auto !important;
  }
  .spbooking .spbooking-mb-md-auto,
  .spbooking .spbooking-my-md-auto {
	margin-bottom: auto !important;
  }
  .spbooking .spbooking-ml-md-auto,
  .spbooking .spbooking-mx-md-auto {
	margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .spbooking .spbooking-m-lg-0 {
	margin: 0 !important;
  }
  .spbooking .spbooking-mt-lg-0,
  .spbooking .spbooking-my-lg-0 {
	margin-top: 0 !important;
  }
  .spbooking .spbooking-mr-lg-0,
  .spbooking .spbooking-mx-lg-0 {
	margin-right: 0 !important;
  }
  .spbooking .spbooking-mb-lg-0,
  .spbooking .spbooking-my-lg-0 {
	margin-bottom: 0 !important;
  }
  .spbooking .spbooking-ml-lg-0,
  .spbooking .spbooking-mx-lg-0 {
	margin-left: 0 !important;
  }
  .spbooking .spbooking-m-lg-1 {
	margin: 0.25rem !important;
  }
  .spbooking .spbooking-mt-lg-1,
  .spbooking .spbooking-my-lg-1 {
	margin-top: 0.25rem !important;
  }
  .spbooking .spbooking-mr-lg-1,
  .spbooking .spbooking-mx-lg-1 {
	margin-right: 0.25rem !important;
  }
  .spbooking .spbooking-mb-lg-1,
  .spbooking .spbooking-my-lg-1 {
	margin-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-ml-lg-1,
  .spbooking .spbooking-mx-lg-1 {
	margin-left: 0.25rem !important;
  }
  .spbooking .spbooking-m-lg-2 {
	margin: 0.5rem !important;
  }
  .spbooking .spbooking-mt-lg-2,
  .spbooking .spbooking-my-lg-2 {
	margin-top: 0.5rem !important;
  }
  .spbooking .spbooking-mr-lg-2,
  .spbooking .spbooking-mx-lg-2 {
	margin-right: 0.5rem !important;
  }
  .spbooking .spbooking-mb-lg-2,
  .spbooking .spbooking-my-lg-2 {
	margin-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-ml-lg-2,
  .spbooking .spbooking-mx-lg-2 {
	margin-left: 0.5rem !important;
  }
  .spbooking .spbooking-m-lg-3 {
	margin: 1rem !important;
  }
  .spbooking .spbooking-mt-lg-3,
  .spbooking .spbooking-my-lg-3 {
	margin-top: 1rem !important;
  }
  .spbooking .spbooking-mr-lg-3,
  .spbooking .spbooking-mx-lg-3 {
	margin-right: 1rem !important;
  }
  .spbooking .spbooking-mb-lg-3,
  .spbooking .spbooking-my-lg-3 {
	margin-bottom: 1rem !important;
  }
  .spbooking .spbooking-ml-lg-3,
  .spbooking .spbooking-mx-lg-3 {
	margin-left: 1rem !important;
  }
  .spbooking .spbooking-m-lg-4 {
	margin: 1.5rem !important;
  }
  .spbooking .spbooking-mt-lg-4,
  .spbooking .spbooking-my-lg-4 {
	margin-top: 1.5rem !important;
  }
  .spbooking .spbooking-mr-lg-4,
  .spbooking .spbooking-mx-lg-4 {
	margin-right: 1.5rem !important;
  }
  .spbooking .spbooking-mb-lg-4,
  .spbooking .spbooking-my-lg-4 {
	margin-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-ml-lg-4,
  .spbooking .spbooking-mx-lg-4 {
	margin-left: 1.5rem !important;
  }
  .spbooking .spbooking-m-lg-5 {
	margin: 3rem !important;
  }
  .spbooking .spbooking-mt-lg-5,
  .spbooking .spbooking-my-lg-5 {
	margin-top: 3rem !important;
  }
  .spbooking .spbooking-mr-lg-5,
  .spbooking .spbooking-mx-lg-5 {
	margin-right: 3rem !important;
  }
  .spbooking .spbooking-mb-lg-5,
  .spbooking .spbooking-my-lg-5 {
	margin-bottom: 3rem !important;
  }
  .spbooking .spbooking-ml-lg-5,
  .spbooking .spbooking-mx-lg-5 {
	margin-left: 3rem !important;
  }
  .spbooking .spbooking-p-lg-0 {
	padding: 0 !important;
  }
  .spbooking .spbooking-pt-lg-0,
  .spbooking .spbooking-py-lg-0 {
	padding-top: 0 !important;
  }
  .spbooking .spbooking-pr-lg-0,
  .spbooking .spbooking-px-lg-0 {
	padding-right: 0 !important;
  }
  .spbooking .spbooking-pb-lg-0,
  .spbooking .spbooking-py-lg-0 {
	padding-bottom: 0 !important;
  }
  .spbooking .spbooking-pl-lg-0,
  .spbooking .spbooking-px-lg-0 {
	padding-left: 0 !important;
  }
  .spbooking .spbooking-p-lg-1 {
	padding: 0.25rem !important;
  }
  .spbooking .spbooking-pt-lg-1,
  .spbooking .spbooking-py-lg-1 {
	padding-top: 0.25rem !important;
  }
  .spbooking .spbooking-pr-lg-1,
  .spbooking .spbooking-px-lg-1 {
	padding-right: 0.25rem !important;
  }
  .spbooking .spbooking-pb-lg-1,
  .spbooking .spbooking-py-lg-1 {
	padding-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-pl-lg-1,
  .spbooking .spbooking-px-lg-1 {
	padding-left: 0.25rem !important;
  }
  .spbooking .spbooking-p-lg-2 {
	padding: 0.5rem !important;
  }
  .spbooking .spbooking-pt-lg-2,
  .spbooking .spbooking-py-lg-2 {
	padding-top: 0.5rem !important;
  }
  .spbooking .spbooking-pr-lg-2,
  .spbooking .spbooking-px-lg-2 {
	padding-right: 0.5rem !important;
  }
  .spbooking .spbooking-pb-lg-2,
  .spbooking .spbooking-py-lg-2 {
	padding-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-pl-lg-2,
  .spbooking .spbooking-px-lg-2 {
	padding-left: 0.5rem !important;
  }
  .spbooking .spbooking-p-lg-3 {
	padding: 1rem !important;
  }
  .spbooking .spbooking-pt-lg-3,
  .spbooking .spbooking-py-lg-3 {
	padding-top: 1rem !important;
  }
  .spbooking .spbooking-pr-lg-3,
  .spbooking .spbooking-px-lg-3 {
	padding-right: 1rem !important;
  }
  .spbooking .spbooking-pb-lg-3,
  .spbooking .spbooking-py-lg-3 {
	padding-bottom: 1rem !important;
  }
  .spbooking .spbooking-pl-lg-3,
  .spbooking .spbooking-px-lg-3 {
	padding-left: 1rem !important;
  }
  .spbooking .spbooking-p-lg-4 {
	padding: 1.5rem !important;
  }
  .spbooking .spbooking-pt-lg-4,
  .spbooking .spbooking-py-lg-4 {
	padding-top: 1.5rem !important;
  }
  .spbooking .spbooking-pr-lg-4,
  .spbooking .spbooking-px-lg-4 {
	padding-right: 1.5rem !important;
  }
  .spbooking .spbooking-pb-lg-4,
  .spbooking .spbooking-py-lg-4 {
	padding-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-pl-lg-4,
  .spbooking .spbooking-px-lg-4 {
	padding-left: 1.5rem !important;
  }
  .spbooking .spbooking-p-lg-5 {
	padding: 3rem !important;
  }
  .spbooking .spbooking-pt-lg-5,
  .spbooking .spbooking-py-lg-5 {
	padding-top: 3rem !important;
  }
  .spbooking .spbooking-pr-lg-5,
  .spbooking .spbooking-px-lg-5 {
	padding-right: 3rem !important;
  }
  .spbooking .spbooking-pb-lg-5,
  .spbooking .spbooking-py-lg-5 {
	padding-bottom: 3rem !important;
  }
  .spbooking .spbooking-pl-lg-5,
  .spbooking .spbooking-px-lg-5 {
	padding-left: 3rem !important;
  }
  .spbooking .spbooking-m-lg-auto {
	margin: auto !important;
  }
  .spbooking .spbooking-mt-lg-auto,
  .spbooking .spbooking-my-lg-auto {
	margin-top: auto !important;
  }
  .spbooking .spbooking-mr-lg-auto,
  .spbooking .spbooking-mx-lg-auto {
	margin-right: auto !important;
  }
  .spbooking .spbooking-mb-lg-auto,
  .spbooking .spbooking-my-lg-auto {
	margin-bottom: auto !important;
  }
  .spbooking .spbooking-ml-lg-auto,
  .spbooking .spbooking-mx-lg-auto {
	margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .spbooking .spbooking-m-xl-0 {
	margin: 0 !important;
  }
  .spbooking .spbooking-mt-xl-0,
  .spbooking .spbooking-my-xl-0 {
	margin-top: 0 !important;
  }
  .spbooking .spbooking-mr-xl-0,
  .spbooking .spbooking-mx-xl-0 {
	margin-right: 0 !important;
  }
  .spbooking .spbooking-mb-xl-0,
  .spbooking .spbooking-my-xl-0 {
	margin-bottom: 0 !important;
  }
  .spbooking .spbooking-ml-xl-0,
  .spbooking .spbooking-mx-xl-0 {
	margin-left: 0 !important;
  }
  .spbooking .spbooking-m-xl-1 {
	margin: 0.25rem !important;
  }
  .spbooking .spbooking-mt-xl-1,
  .spbooking .spbooking-my-xl-1 {
	margin-top: 0.25rem !important;
  }
  .spbooking .spbooking-mr-xl-1,
  .spbooking .spbooking-mx-xl-1 {
	margin-right: 0.25rem !important;
  }
  .spbooking .spbooking-mb-xl-1,
  .spbooking .spbooking-my-xl-1 {
	margin-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-ml-xl-1,
  .spbooking .spbooking-mx-xl-1 {
	margin-left: 0.25rem !important;
  }
  .spbooking .spbooking-m-xl-2 {
	margin: 0.5rem !important;
  }
  .spbooking .spbooking-mt-xl-2,
  .spbooking .spbooking-my-xl-2 {
	margin-top: 0.5rem !important;
  }
  .spbooking .spbooking-mr-xl-2,
  .spbooking .spbooking-mx-xl-2 {
	margin-right: 0.5rem !important;
  }
  .spbooking .spbooking-mb-xl-2,
  .spbooking .spbooking-my-xl-2 {
	margin-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-ml-xl-2,
  .spbooking .spbooking-mx-xl-2 {
	margin-left: 0.5rem !important;
  }
  .spbooking .spbooking-m-xl-3 {
	margin: 1rem !important;
  }
  .spbooking .spbooking-mt-xl-3,
  .spbooking .spbooking-my-xl-3 {
	margin-top: 1rem !important;
  }
  .spbooking .spbooking-mr-xl-3,
  .spbooking .spbooking-mx-xl-3 {
	margin-right: 1rem !important;
  }
  .spbooking .spbooking-mb-xl-3,
  .spbooking .spbooking-my-xl-3 {
	margin-bottom: 1rem !important;
  }
  .spbooking .spbooking-ml-xl-3,
  .spbooking .spbooking-mx-xl-3 {
	margin-left: 1rem !important;
  }
  .spbooking .spbooking-m-xl-4 {
	margin: 1.5rem !important;
  }
  .spbooking .spbooking-mt-xl-4,
  .spbooking .spbooking-my-xl-4 {
	margin-top: 1.5rem !important;
  }
  .spbooking .spbooking-mr-xl-4,
  .spbooking .spbooking-mx-xl-4 {
	margin-right: 1.5rem !important;
  }
  .spbooking .spbooking-mb-xl-4,
  .spbooking .spbooking-my-xl-4 {
	margin-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-ml-xl-4,
  .spbooking .spbooking-mx-xl-4 {
	margin-left: 1.5rem !important;
  }
  .spbooking .spbooking-m-xl-5 {
	margin: 3rem !important;
  }
  .spbooking .spbooking-mt-xl-5,
  .spbooking .spbooking-my-xl-5 {
	margin-top: 3rem !important;
  }
  .spbooking .spbooking-mr-xl-5,
  .spbooking .spbooking-mx-xl-5 {
	margin-right: 3rem !important;
  }
  .spbooking .spbooking-mb-xl-5,
  .spbooking .spbooking-my-xl-5 {
	margin-bottom: 3rem !important;
  }
  .spbooking .spbooking-ml-xl-5,
  .spbooking .spbooking-mx-xl-5 {
	margin-left: 3rem !important;
  }
  .spbooking .spbooking-p-xl-0 {
	padding: 0 !important;
  }
  .spbooking .spbooking-pt-xl-0,
  .spbooking .spbooking-py-xl-0 {
	padding-top: 0 !important;
  }
  .spbooking .spbooking-pr-xl-0,
  .spbooking .spbooking-px-xl-0 {
	padding-right: 0 !important;
  }
  .spbooking .spbooking-pb-xl-0,
  .spbooking .spbooking-py-xl-0 {
	padding-bottom: 0 !important;
  }
  .spbooking .spbooking-pl-xl-0,
  .spbooking .spbooking-px-xl-0 {
	padding-left: 0 !important;
  }
  .spbooking .spbooking-p-xl-1 {
	padding: 0.25rem !important;
  }
  .spbooking .spbooking-pt-xl-1,
  .spbooking .spbooking-py-xl-1 {
	padding-top: 0.25rem !important;
  }
  .spbooking .spbooking-pr-xl-1,
  .spbooking .spbooking-px-xl-1 {
	padding-right: 0.25rem !important;
  }
  .spbooking .spbooking-pb-xl-1,
  .spbooking .spbooking-py-xl-1 {
	padding-bottom: 0.25rem !important;
  }
  .spbooking .spbooking-pl-xl-1,
  .spbooking .spbooking-px-xl-1 {
	padding-left: 0.25rem !important;
  }
  .spbooking .spbooking-p-xl-2 {
	padding: 0.5rem !important;
  }
  .spbooking .spbooking-pt-xl-2,
  .spbooking .spbooking-py-xl-2 {
	padding-top: 0.5rem !important;
  }
  .spbooking .spbooking-pr-xl-2,
  .spbooking .spbooking-px-xl-2 {
	padding-right: 0.5rem !important;
  }
  .spbooking .spbooking-pb-xl-2,
  .spbooking .spbooking-py-xl-2 {
	padding-bottom: 0.5rem !important;
  }
  .spbooking .spbooking-pl-xl-2,
  .spbooking .spbooking-px-xl-2 {
	padding-left: 0.5rem !important;
  }
  .spbooking .spbooking-p-xl-3 {
	padding: 1rem !important;
  }
  .spbooking .spbooking-pt-xl-3,
  .spbooking .spbooking-py-xl-3 {
	padding-top: 1rem !important;
  }
  .spbooking .spbooking-pr-xl-3,
  .spbooking .spbooking-px-xl-3 {
	padding-right: 1rem !important;
  }
  .spbooking .spbooking-pb-xl-3,
  .spbooking .spbooking-py-xl-3 {
	padding-bottom: 1rem !important;
  }
  .spbooking .spbooking-pl-xl-3,
  .spbooking .spbooking-px-xl-3 {
	padding-left: 1rem !important;
  }
  .spbooking .spbooking-p-xl-4 {
	padding: 1.5rem !important;
  }
  .spbooking .spbooking-pt-xl-4,
  .spbooking .spbooking-py-xl-4 {
	padding-top: 1.5rem !important;
  }
  .spbooking .spbooking-pr-xl-4,
  .spbooking .spbooking-px-xl-4 {
	padding-right: 1.5rem !important;
  }
  .spbooking .spbooking-pb-xl-4,
  .spbooking .spbooking-py-xl-4 {
	padding-bottom: 1.5rem !important;
  }
  .spbooking .spbooking-pl-xl-4,
  .spbooking .spbooking-px-xl-4 {
	padding-left: 1.5rem !important;
  }
  .spbooking .spbooking-p-xl-5 {
	padding: 3rem !important;
  }
  .spbooking .spbooking-pt-xl-5,
  .spbooking .spbooking-py-xl-5 {
	padding-top: 3rem !important;
  }
  .spbooking .spbooking-pr-xl-5,
  .spbooking .spbooking-px-xl-5 {
	padding-right: 3rem !important;
  }
  .spbooking .spbooking-pb-xl-5,
  .spbooking .spbooking-py-xl-5 {
	padding-bottom: 3rem !important;
  }
  .spbooking .spbooking-pl-xl-5,
  .spbooking .spbooking-px-xl-5 {
	padding-left: 3rem !important;
  }
  .spbooking .spbooking-m-xl-auto {
	margin: auto !important;
  }
  .spbooking .spbooking-mt-xl-auto,
  .spbooking .spbooking-my-xl-auto {
	margin-top: auto !important;
  }
  .spbooking .spbooking-mr-xl-auto,
  .spbooking .spbooking-mx-xl-auto {
	margin-right: auto !important;
  }
  .spbooking .spbooking-mb-xl-auto,
  .spbooking .spbooking-my-xl-auto {
	margin-bottom: auto !important;
  }
  .spbooking .spbooking-ml-xl-auto,
  .spbooking .spbooking-mx-xl-auto {
	margin-left: auto !important;
  }
}

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

.spbooking .spbooking-text-nowrap {
  white-space: nowrap !important;
}

.spbooking .spbooking-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .spbooking .spbooking-text-sm-left {
	text-align: left !important;
  }
  .spbooking .spbooking-text-sm-right {
	text-align: right !important;
  }
  .spbooking .spbooking-text-sm-center {
	text-align: center !important;
  }
}

@media (min-width: 768px) {
  .spbooking .spbooking-text-md-left {
	text-align: left !important;
  }
  .spbooking .spbooking-text-md-right {
	text-align: right !important;
  }
  .spbooking .spbooking-text-md-center {
	text-align: center !important;
  }
}

@media (min-width: 992px) {
  .spbooking .spbooking-text-lg-left {
	text-align: left !important;
  }
  .spbooking .spbooking-text-lg-right {
	text-align: right !important;
  }
  .spbooking .spbooking-text-lg-center {
	text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .spbooking .spbooking-text-xl-left {
	text-align: left !important;
  }
  .spbooking .spbooking-text-xl-right {
	text-align: right !important;
  }
  .spbooking .spbooking-text-xl-center {
	text-align: center !important;
  }
}

.spbooking .spbooking-text-lowercase {
  text-transform: lowercase !important;
}

.spbooking .spbooking-text-uppercase {
  text-transform: uppercase !important;
}

.spbooking .spbooking-text-capitalize {
  text-transform: capitalize !important;
}

.spbooking .spbooking-font-weight-light {
  font-weight: 300 !important;
}

.spbooking .spbooking-font-weight-normal {
  font-weight: 400 !important;
}

.spbooking .spbooking-font-weight-bold {
  font-weight: 700 !important;
}

.spbooking .spbooking-font-italic {
  font-style: italic !important;
}

.spbooking .spbooking-text-white {
  color: #fff !important;
}

.spbooking .spbooking-text-primary {
  color: #007bff !important;
}

.spbooking a.spbooking-text-primary:hover, .spbooking a.spbooking-text-primary:focus {
  color: #0062cc !important;
}

.spbooking .spbooking-text-secondary {
  color: #6c757d !important;
}

.spbooking a.spbooking-text-secondary:hover, .spbooking a.spbooking-text-secondary:focus {
  color: #545b62 !important;
}

.spbooking .spbooking-text-success {
  color: #28a745 !important;
}

.spbooking a.spbooking-text-success:hover, .spbooking a.spbooking-text-success:focus {
  color: #1e7e34 !important;
}

.spbooking .spbooking-text-info {
  color: #17a2b8 !important;
}

.spbooking a.spbooking-text-info:hover, .spbooking a.spbooking-text-info:focus {
  color: #117a8b !important;
}

.spbooking .spbooking-text-warning {
  color: #ffc107 !important;
}

.spbooking a.spbooking-text-warning:hover, .spbooking a.spbooking-text-warning:focus {
  color: #d39e00 !important;
}

.spbooking .spbooking-text-danger {
  color: #dc3545 !important;
}

.spbooking a.spbooking-text-danger:hover, .spbooking a.spbooking-text-danger:focus {
  color: #bd2130 !important;
}

.spbooking .spbooking-text-light {
  color: #f8f9fa !important;
}

.spbooking a.spbooking-text-light:hover, .spbooking a.spbooking-text-light:focus {
  color: #dae0e5 !important;
}

.spbooking .spbooking-text-dark {
  color: #343a40 !important;
}

.spbooking a.spbooking-text-dark:hover, .spbooking a.spbooking-text-dark:focus {
  color: #1d2124 !important;
}

.spbooking .spbooking-text-muted {
  color: #6c757d !important;
}

.spbooking .spbooking-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.spbooking .spbooking-visible {
  visibility: visible !important;
}

.spbooking .spbooking-invisible {
  visibility: hidden !important;
}

.spbooking-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .spbooking-btn {
	transition: none;
  }
}

.spbooking-btn:hover {
  color: #212529;
  text-decoration: none;
}

.spbooking-btn:focus, .spbooking-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.spbooking-btn.disabled, .spbooking-btn:disabled {
  opacity: 0.65;
}

a.spbooking-btn.disabled,
fieldset:disabled a.spbooking-btn {
  pointer-events: none;
}

.spbooking-btn.spbooking-btn-primary {
  color: #fff;
  background-color: #56BD97;
  border-color: #56BD97;
}

.spbooking-btn.spbooking-btn-primary:hover {
  color: #fff;
  background-color: rgb(62, 139, 111);
  border-color: rgb(62, 139, 111);
}

.spbooking-btn.spbooking-btn-primary:focus,
.spbooking-btn.spbooking-btn-primary.focus,
.spbooking-btn.spbooking-btn-primary:focus:active,
.spbooking-btn.spbooking-btn-primary:active{
  background-color: rgb(62, 139, 111) !important;
}

.spbooking-btn-primary.disabled, .spbooking-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.spbooking-btn-primary:not(:disabled):not(.disabled):active, .spbooking-btn-primary:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.spbooking-btn-primary:not(:disabled):not(.disabled):active:focus, .spbooking-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.spbooking-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.spbooking-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.spbooking-btn-secondary:focus, .spbooking-btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.spbooking-btn-secondary.disabled, .spbooking-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.spbooking-btn-secondary:not(:disabled):not(.disabled):active, .spbooking-btn-secondary:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.spbooking-btn-secondary:not(:disabled):not(.disabled):active:focus, .spbooking-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.spbooking-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.spbooking-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.spbooking-btn-success:focus, .spbooking-btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.spbooking-btn-success.disabled, .spbooking-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.spbooking-btn-success:not(:disabled):not(.disabled):active, .spbooking-btn-success:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.spbooking-btn-success:not(:disabled):not(.disabled):active:focus, .spbooking-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.spbooking-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.spbooking-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.spbooking-btn-info:focus, .spbooking-btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.spbooking-btn-info.disabled, .spbooking-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.spbooking-btn-info:not(:disabled):not(.disabled):active, .spbooking-btn-info:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.spbooking-btn-info:not(:disabled):not(.disabled):active:focus, .spbooking-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.spbooking-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.spbooking-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.spbooking-btn-warning:focus, .spbooking-btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.spbooking-btn-warning.disabled, .spbooking-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.spbooking-btn-warning:not(:disabled):not(.disabled):active, .spbooking-btn-warning:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.spbooking-btn-warning:not(:disabled):not(.disabled):active:focus, .spbooking-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.spbooking-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.spbooking-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.spbooking-btn-danger:focus, .spbooking-btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.spbooking-btn-danger.disabled, .spbooking-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.spbooking-btn-danger:not(:disabled):not(.disabled):active, .spbooking-btn-danger:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.spbooking-btn-danger:not(:disabled):not(.disabled):active:focus, .spbooking-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.spbooking-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.spbooking-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.spbooking-btn-light:focus, .spbooking-btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.spbooking-btn-light.disabled, .spbooking-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.spbooking-btn-light:not(:disabled):not(.disabled):active, .spbooking-btn-light:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.spbooking-btn-light:not(:disabled):not(.disabled):active:focus, .spbooking-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.spbooking-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.spbooking-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.spbooking-btn-dark:focus, .spbooking-btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.spbooking-btn-dark.disabled, .spbooking-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.spbooking-btn-dark:not(:disabled):not(.disabled):active, .spbooking-btn-dark:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.spbooking-btn-dark:not(:disabled):not(.disabled):active:focus, .spbooking-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.spbooking-btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.spbooking-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.spbooking-btn-outline-primary:focus, .spbooking-btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.spbooking-btn-outline-primary.disabled, .spbooking-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.spbooking-btn-outline-primary:not(:disabled):not(.disabled):active, .spbooking-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.spbooking-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.spbooking-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.spbooking-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.spbooking-btn-outline-secondary:focus, .spbooking-btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.spbooking-btn-outline-secondary.disabled, .spbooking-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.spbooking-btn-outline-secondary:not(:disabled):not(.disabled):active, .spbooking-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.spbooking-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.spbooking-btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.spbooking-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.spbooking-btn-outline-success:focus, .spbooking-btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.spbooking-btn-outline-success.disabled, .spbooking-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.spbooking-btn-outline-success:not(:disabled):not(.disabled):active, .spbooking-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.spbooking-btn-outline-success:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.spbooking-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.spbooking-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.spbooking-btn-outline-info:focus, .spbooking-btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.spbooking-btn-outline-info.disabled, .spbooking-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.spbooking-btn-outline-info:not(:disabled):not(.disabled):active, .spbooking-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.spbooking-btn-outline-info:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.spbooking-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.spbooking-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.spbooking-btn-outline-warning:focus, .spbooking-btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.spbooking-btn-outline-warning.disabled, .spbooking-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.spbooking-btn-outline-warning:not(:disabled):not(.disabled):active, .spbooking-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.spbooking-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.spbooking-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.spbooking-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.spbooking-btn-outline-danger:focus, .spbooking-btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.spbooking-btn-outline-danger.disabled, .spbooking-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.spbooking-btn-outline-danger:not(:disabled):not(.disabled):active, .spbooking-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.spbooking-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.spbooking-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.spbooking-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.spbooking-btn-outline-light:focus, .spbooking-btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.spbooking-btn-outline-light.disabled, .spbooking-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.spbooking-btn-outline-light:not(:disabled):not(.disabled):active, .spbooking-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.spbooking-btn-outline-light:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.spbooking-btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.spbooking-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.spbooking-btn-outline-dark:focus, .spbooking-btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.spbooking-btn-outline-dark.disabled, .spbooking-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.spbooking-btn-outline-dark:not(:disabled):not(.disabled):active, .spbooking-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .spbooking-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.spbooking-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .spbooking-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .spbooking-btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.spbooking-btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.spbooking-btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.spbooking-btn-link:focus, .spbooking-btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.spbooking-btn-link:disabled, .spbooking-btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.spbooking-btn-lg, .spbooking-btn-group-lg > .spbooking-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.spbooking-btn-sm, .spbooking-btn-group-sm > .spbooking-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.spbooking-btn-block {
  display: block;
  width: 100%;
}

.spbooking-btn-block + .spbooking-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].spbooking-btn-block,
input[type="reset"].spbooking-btn-block,
input[type="button"].spbooking-btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media print {
  .spbooking *,
  .spbooking *::before,
  .spbooking *::after {
	text-shadow: none !important;
	box-shadow: none !important;
  }
  .spbooking a:not(.spbooking-btn) {
	text-decoration: underline;
  }
  .spbooking abbr[title]::after {
	content: " (" attr(title) ")";
  }
  .spbooking pre {
	white-space: pre-wrap !important;
  }
  .spbooking pre,
  .spbooking blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
  }
  .spbooking thead {
	display: table-header-group;
  }
  .spbooking tr,
  .spbooking img {
	page-break-inside: avoid;
  }
  .spbooking p,
  .spbooking h2,
  .spbooking h3 {
	orphans: 3;
	widows: 3;
  }
  .spbooking h2,
  .spbooking h3 {
	page-break-after: avoid;
  }
  .spbooking @page {
	size: a3;
  }
  .spbooking body {
	min-width: 992px !important;
  }
  .spbooking .spbooking-container {
	min-width: 992px !important;
  }
  .spbooking .spbooking-navbar {
	display: none;
  }
  .spbooking .spbooking-badge {
	border: 1px solid #000;
  }
  .spbooking .spbooking-table {
	border-collapse: collapse !important;
  }
  .spbooking .spbooking-table td,
  .spbooking .spbooking-table th {
	background-color: #fff !important;
  }
  .spbooking .spbooking-table-bordered th,
  .spbooking .spbooking-table-bordered td {
	border: 1px solid #ddd !important;
  }
}

/* New Added */
.spbooking .spbooking-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.spbooking .spbooking-table th,
.spbooking .spbooking-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.spbooking .spbooking-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.spbooking .spbooking-table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.spbooking .spbooking-table .table {
  background-color: #fff;
}

.spbooking .spbooking-table-sm th,
.spbooking .spbooking-table-sm td {
  padding: 0.3rem;
}

.spbooking .spbooking-table-bordered {
  border: 1px solid #dee2e6;
}

.spbooking .spbooking-table-bordered th,
.spbooking .spbooking-table-bordered td {
  border: 1px solid #dee2e6;
}

.spbooking .spbooking-table-bordered thead th,
.spbooking .spbooking-table-bordered thead td {
  border-bottom-width: 2px;
}

.spbooking .spbooking-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.spbooking .spbooking-table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.spbooking .spbooking-table-primary,
.spbooking .spbooking-table-primary>th,
.spbooking .spbooking-table-primary>td {
  background-color: #b8daff;
}

.spbooking .spbooking-table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.spbooking .spbooking-table-hover .table-primary:hover>td,
.spbooking .spbooking-table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.spbooking .spbooking-table-secondary,
.spbooking .spbooking-table-secondary>th,
.spbooking .spbooking-table-secondary>td {
  background-color: #d6d8db;
}

.spbooking .spbooking-table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.spbooking .spbooking-table-hover .table-secondary:hover>td,
.spbooking .spbooking-table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.spbooking .spbooking-table-success,
.spbooking .spbooking-table-success>th,
.spbooking .spbooking-table-success>td {
  background-color: #c3e6cb;
}

.spbooking .spbooking-table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.spbooking .spbooking-table-hover .table-success:hover>td,
.spbooking .spbooking-table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.spbooking .spbooking-table-info,
.spbooking .spbooking-table-info>th,
.spbooking .spbooking-table-info>td {
  background-color: #bee5eb;
}

.spbooking .spbooking-table-hover .table-info:hover {
  background-color: #abdde5;
}

.spbooking .spbooking-table-hover .table-info:hover>td,
.spbooking .spbooking-table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.spbooking .spbooking-table-warning,
.spbooking .spbooking-table-warning>th,
.spbooking .spbooking-table-warning>td {
  background-color: #ffeeba;
}

.spbooking .spbooking-table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.spbooking .spbooking-table-hover .table-warning:hover>td,
.spbooking .spbooking-table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.spbooking .spbooking-table-danger,
.spbooking .spbooking-table-danger>th,
.spbooking .spbooking-table-danger>td {
  background-color: #f5c6cb;
}

.spbooking .spbooking-table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.spbooking .spbooking-table-hover .table-danger:hover>td,
.spbooking .spbooking-table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.spbooking .spbooking-table-light,
.spbooking .spbooking-table-light>th,
.spbooking .spbooking-table-light>td {
  background-color: #fdfdfe;
}

.spbooking .spbooking-table-hover .table-light:hover {
  background-color: #ececf6;
}

.spbooking .spbooking-table-hover .table-light:hover>td,
.spbooking .spbooking-table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.spbooking .spbooking-table-dark,
.spbooking .spbooking-table-dark>th,
.spbooking .spbooking-table-dark>td {
  background-color: #c6c8ca;
}

.spbooking .spbooking-table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.spbooking .spbooking-table-hover .table-dark:hover>td,
.spbooking .spbooking-table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.spbooking .spbooking-table-active,
.spbooking .spbooking-table-active>th,
.spbooking .spbooking-table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.spbooking .spbooking-table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.spbooking .spbooking-table-hover .table-active:hover>td,
.spbooking .spbooking-table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.spbooking .spbooking-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.spbooking .spbooking-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.spbooking .spbooking-table-dark {
  color: #fff;
  background-color: #212529;
}

.spbooking .spbooking-table-dark th,
.spbooking .spbooking-table-dark td,
.spbooking .spbooking-table-dark thead th {
  border-color: #32383e;
}

.spbooking .spbooking-table-dark.table-bordered {
  border: 0;
}

.spbooking .spbooking-table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.spbooking .spbooking-table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .spbooking .spbooking-table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .spbooking .spbooking-table-responsive-sm>.table-bordered {
	border: 0;
  }
}

@media (max-width: 767.98px) {
  .spbooking .spbooking-table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .spbooking .spbooking-table-responsive-md>.table-bordered {
	border: 0;
  }
}

@media (max-width: 991.98px) {
  .spbooking .spbooking-table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .spbooking .spbooking-table-responsive-lg>.table-bordered {
	border: 0;
  }
}

@media (max-width: 1199.98px) {
  .spbooking .spbooking-table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .spbooking .spbooking-table-responsive-xl>.table-bordered {
	border: 0;
  }
}

.spbooking .spbooking-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.spbooking .spbooking-table-responsive>.table-bordered {
  border: 0;
}
.spbooking.spbooking-view-package{
  margin-top: 30px;
}

/* Custom Select box */
.spbooking-select {
  position: relative;
  cursor: pointer;
  padding: 0 20px 11px 10px;
  width: 100%;
  border-bottom: 1px solid #EBEBF1;
  font-size: 18px;
  font-weight: 300;
  color: #A1A1A1;
}
.spbooking-select .spbooking-select-result {
}
.spbooking-select .spbooking-select-result i.fa {
  font-size: 16px;
  margin-left: 20px;
  margin-top: 4px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.spbooking-select ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 39px;
  left: 0;
  min-width: 80px;
  background: #fff;
  z-index: 100;
  font-size: 14px !important;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.spbooking-select ul > li {
  display: block;
  height: auto;
  line-height: normal;
  padding: 7px 15px;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}
.spbooking-select ul > li:last-child {
  margin-bottom: 0;
}
.spbooking-select ul > li:hover, .spbooking-select ul > li.active {
  background-color: #fafafa;
  color: #000;
}
.spbooking-select .spbooking-select-dropdown {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  min-width: 140px;
  font-size: 14px;
}
.accommodation-checkout-additionalService-title{
	float: left;
}

.accomodation-images, .transport-images{
  margin-left: auto;
}

.room-images{
  margin-right: auto;
}