@font-face {
				font-family: swiper-icons;
				src: url(/assets/extracted-data/data-c239fbd2387ceff0.woff)
					format('woff');
				font-weight: 400;
				font-style: normal;
			}
			:root {
				--swiper-theme-color: #007aff;
			}
			.swiper-container {
				margin-left: auto;
				margin-right: auto;
				position: relative;
				overflow: hidden;
				list-style: none;
				padding: 0;
				z-index: 1;
			}
			.swiper-container-vertical > .swiper-wrapper {
				flex-direction: column;
			}
			.swiper-wrapper {
				position: relative;
				width: 100%;
				height: 100%;
				z-index: 1;
				display: flex;
				transition-property: transform;
				box-sizing: content-box;
			}
			.swiper-container-android .swiper-slide,
			.swiper-wrapper {
				transform: translateZ(0);
			}
			.swiper-container-multirow > .swiper-wrapper {
				flex-wrap: wrap;
			}
			.swiper-container-multirow-column > .swiper-wrapper {
				flex-wrap: wrap;
				flex-direction: column;
			}
			.swiper-container-free-mode > .swiper-wrapper {
				transition-timing-function: ease-out;
				margin: 0 auto;
			}
			.swiper-container-pointer-events {
				touch-action: pan-y;
			}
			.swiper-container-pointer-events.swiper-container-vertical {
				touch-action: pan-x;
			}
			.swiper-slide {
				flex-shrink: 0;
				width: 100%;
				height: 100%;
				position: relative;
				transition-property: transform;
			}
			.swiper-slide-invisible-blank {
				visibility: hidden;
			}
			.swiper-container-autoheight,
			.swiper-container-autoheight .swiper-slide {
				height: auto;
			}
			.swiper-container-autoheight .swiper-wrapper {
				align-items: flex-start;
				transition-property: transform, height;
			}
			.swiper-container-3d {
				perspective: 1200px;
			}
			.swiper-container-3d .swiper-cube-shadow,
			.swiper-container-3d .swiper-slide,
			.swiper-container-3d .swiper-slide-shadow-bottom,
			.swiper-container-3d .swiper-slide-shadow-left,
			.swiper-container-3d .swiper-slide-shadow-right,
			.swiper-container-3d .swiper-slide-shadow-top,
			.swiper-container-3d .swiper-wrapper {
				transform-style: preserve-3d;
			}
			.swiper-container-3d .swiper-slide-shadow-bottom,
			.swiper-container-3d .swiper-slide-shadow-left,
			.swiper-container-3d .swiper-slide-shadow-right,
			.swiper-container-3d .swiper-slide-shadow-top {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				pointer-events: none;
				z-index: 10;
			}
			.swiper-container-3d .swiper-slide-shadow-left {
				background-image: linear-gradient(to left, #00000080, #0000);
			}
			.swiper-container-3d .swiper-slide-shadow-right {
				background-image: linear-gradient(to right, #00000080, #0000);
			}
			.swiper-container-3d .swiper-slide-shadow-top {
				background-image: linear-gradient(to top, #00000080, #0000);
			}
			.swiper-container-3d .swiper-slide-shadow-bottom {
				background-image: linear-gradient(to bottom, #00000080, #0000);
			}
			.swiper-container-css-mode > .swiper-wrapper {
				overflow: auto;
				scrollbar-width: none;
				-ms-overflow-style: none;
			}
			.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
				display: none;
			}
			.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
				scroll-snap-align: start start;
			}
			.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
				scroll-snap-type: x mandatory;
			}
			.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
				scroll-snap-type: y mandatory;
			}
			:root {
				--swiper-navigation-size: 44px;
			}
			.swiper-button-next,
			.swiper-button-prev {
				position: absolute;
				top: 50%;
				width: calc(var(--swiper-navigation-size) / 44 * 27);
				height: var(--swiper-navigation-size);
				margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
				z-index: 10;
				cursor: pointer;
				display: flex;
				align-items: center;
				justify-content: center;
				color: var(--swiper-navigation-color, var(--swiper-theme-color));
			}
			.swiper-button-next.swiper-button-disabled,
			.swiper-button-prev.swiper-button-disabled {
				opacity: 0.35;
				cursor: auto;
				pointer-events: none;
			}
			.swiper-button-next:after,
			.swiper-button-prev:after {
				font-family: swiper-icons;
				font-size: var(--swiper-navigation-size);
				text-transform: none !important;
				letter-spacing: 0;
				text-transform: none;
				font-variant: initial;
				line-height: 1;
			}
			.swiper-button-prev,
			.swiper-container-rtl .swiper-button-next {
				left: 10px;
				right: auto;
			}
			.swiper-button-prev:after,
			.swiper-container-rtl .swiper-button-next:after {
				content: 'prev';
			}
			.swiper-button-next,
			.swiper-container-rtl .swiper-button-prev {
				right: 10px;
				left: auto;
			}
			.swiper-button-next:after,
			.swiper-container-rtl .swiper-button-prev:after {
				content: 'next';
			}
			.swiper-button-next.swiper-button-white,
			.swiper-button-prev.swiper-button-white {
				--swiper-navigation-color: #ffffff;
			}
			.swiper-button-next.swiper-button-black,
			.swiper-button-prev.swiper-button-black {
				--swiper-navigation-color: #000000;
			}
			.swiper-button-lock {
				display: none;
			}
			.swiper-pagination {
				position: absolute;
				text-align: center;
				transition: 0.3s opacity;
				transform: translateZ(0);
				z-index: 10;
			}
			.swiper-pagination.swiper-pagination-hidden {
				opacity: 0;
			}
			.swiper-container-horizontal > .swiper-pagination-bullets,
			.swiper-pagination-custom,
			.swiper-pagination-fraction {
				bottom: 10px;
				left: 0;
				width: 100%;
			}
			.swiper-pagination-bullets-dynamic {
				overflow: hidden;
				font-size: 0;
			}
			.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
				transform: scale(0.33);
				position: relative;
			}
			.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
			.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
				transform: scale(1);
			}
			.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
				transform: scale(0.66);
			}
			.swiper-pagination-bullets-dynamic
				.swiper-pagination-bullet-active-prev-prev {
				transform: scale(0.33);
			}
			.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
				transform: scale(0.66);
			}
			.swiper-pagination-bullets-dynamic
				.swiper-pagination-bullet-active-next-next {
				transform: scale(0.33);
			}
			.swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				display: inline-block;
				border-radius: 50%;
				background: #000;
				opacity: 0.2;
			}
			button.swiper-pagination-bullet {
				border: none;
				margin: 0;
				padding: 0;
				box-shadow: none;
				appearance: none;
			}
			.swiper-pagination-clickable .swiper-pagination-bullet {
				cursor: pointer;
			}
			.swiper-pagination-bullet:only-child {
				display: none !important;
			}
			.swiper-pagination-bullet-active {
				opacity: 1;
				background: var(--swiper-pagination-color, var(--swiper-theme-color));
			}
			.swiper-container-vertical > .swiper-pagination-bullets {
				right: 10px;
				top: 50%;
				transform: translate3d(0, -50%, 0);
			}
			.swiper-container-vertical
				> .swiper-pagination-bullets
				.swiper-pagination-bullet {
				margin: 6px 0;
				display: block;
			}
			.swiper-container-vertical
				> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
				top: 50%;
				transform: translateY(-50%);
				width: 8px;
			}
			.swiper-container-vertical
				> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
				.swiper-pagination-bullet {
				display: inline-block;
				transition:
					0.2s transform,
					0.2s top;
			}
			.swiper-container-horizontal
				> .swiper-pagination-bullets
				.swiper-pagination-bullet {
				margin: 0 4px;
			}
			.swiper-container-horizontal
				> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
				left: 50%;
				transform: translate(-50%);
				white-space: nowrap;
			}
			.swiper-container-horizontal
				> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
				.swiper-pagination-bullet {
				transition:
					0.2s transform,
					0.2s left;
			}
			.swiper-container-horizontal.swiper-container-rtl
				> .swiper-pagination-bullets-dynamic
				.swiper-pagination-bullet {
				transition:
					0.2s transform,
					0.2s right;
			}
			.swiper-pagination-progressbar {
				background: #00000040;
				position: absolute;
			}
			.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
				background: var(--swiper-pagination-color, var(--swiper-theme-color));
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				transform: scale(0);
				transform-origin: left top;
			}
			.swiper-container-rtl
				.swiper-pagination-progressbar
				.swiper-pagination-progressbar-fill {
				transform-origin: right top;
			}
			.swiper-container-horizontal > .swiper-pagination-progressbar,
			.swiper-container-vertical
				> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
				width: 100%;
				height: 4px;
				left: 0;
				top: 0;
			}
			.swiper-container-horizontal
				> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
			.swiper-container-vertical > .swiper-pagination-progressbar {
				width: 4px;
				height: 100%;
				left: 0;
				top: 0;
			}
			.swiper-pagination-white {
				--swiper-pagination-color: #ffffff;
			}
			.swiper-pagination-black {
				--swiper-pagination-color: #000000;
			}
			.swiper-pagination-lock {
				display: none;
			}
			.swiper-scrollbar {
				border-radius: 10px;
				position: relative;
				-ms-touch-action: none;
				background: #0000001a;
			}
			.swiper-container-horizontal > .swiper-scrollbar {
				position: absolute;
				left: 1%;
				bottom: 3px;
				z-index: 50;
				height: 5px;
				width: 98%;
			}
			.swiper-container-vertical > .swiper-scrollbar {
				position: absolute;
				right: 3px;
				top: 1%;
				z-index: 50;
				width: 5px;
				height: 98%;
			}
			.swiper-scrollbar-drag {
				height: 100%;
				width: 100%;
				position: relative;
				background: #00000080;
				border-radius: 10px;
				left: 0;
				top: 0;
			}
			.swiper-scrollbar-cursor-drag {
				cursor: move;
			}
			.swiper-scrollbar-lock {
				display: none;
			}
			.swiper-zoom-container {
				width: 100%;
				height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;
				text-align: center;
			}
			.swiper-zoom-container > canvas,
			.swiper-zoom-container > img,
			.swiper-zoom-container > svg {
				max-width: 100%;
				max-height: 100%;
				object-fit: contain;
			}
			.swiper-slide-zoomed {
				cursor: move;
			}
			.swiper-lazy-preloader {
				width: 42px;
				height: 42px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin-left: -21px;
				margin-top: -21px;
				z-index: 10;
				transform-origin: 50%;
				animation: swiper-preloader-spin 1s infinite linear;
				box-sizing: border-box;
				border: 4px solid
					var(--swiper-preloader-color, var(--swiper-theme-color));
				border-radius: 50%;
				border-top-color: transparent;
			}
			.swiper-lazy-preloader-white {
				--swiper-preloader-color: #fff;
			}
			.swiper-lazy-preloader-black {
				--swiper-preloader-color: #000;
			}
			@keyframes swiper-preloader-spin {
				to {
					transform: rotate(360deg);
				}
			}
			.swiper-container .swiper-notification {
				position: absolute;
				left: 0;
				top: 0;
				pointer-events: none;
				opacity: 0;
				z-index: -1000;
			}
			.swiper-container-fade.swiper-container-free-mode .swiper-slide {
				transition-timing-function: ease-out;
			}
			.swiper-container-fade .swiper-slide {
				pointer-events: none;
				transition-property: opacity;
			}
			.swiper-container-fade .swiper-slide .swiper-slide {
				pointer-events: none;
			}
			.swiper-container-fade .swiper-slide-active,
			.swiper-container-fade .swiper-slide-active .swiper-slide-active {
				pointer-events: auto;
			}
			.swiper-container-cube {
				overflow: visible;
			}
			.swiper-container-cube .swiper-slide {
				pointer-events: none;
				backface-visibility: hidden;
				z-index: 1;
				visibility: hidden;
				transform-origin: 0 0;
				width: 100%;
				height: 100%;
			}
			.swiper-container-cube .swiper-slide .swiper-slide {
				pointer-events: none;
			}
			.swiper-container-cube.swiper-container-rtl .swiper-slide {
				transform-origin: 100% 0;
			}
			.swiper-container-cube .swiper-slide-active,
			.swiper-container-cube .swiper-slide-active .swiper-slide-active {
				pointer-events: auto;
			}
			.swiper-container-cube .swiper-slide-active,
			.swiper-container-cube .swiper-slide-next,
			.swiper-container-cube .swiper-slide-next + .swiper-slide,
			.swiper-container-cube .swiper-slide-prev {
				pointer-events: auto;
				visibility: visible;
			}
			.swiper-container-cube .swiper-slide-shadow-bottom,
			.swiper-container-cube .swiper-slide-shadow-left,
			.swiper-container-cube .swiper-slide-shadow-right,
			.swiper-container-cube .swiper-slide-shadow-top {
				z-index: 0;
				backface-visibility: hidden;
			}
			.swiper-container-cube .swiper-cube-shadow {
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 100%;
				opacity: 0.6;
				z-index: 0;
			}
			.swiper-container-cube .swiper-cube-shadow:before {
				content: '';
				background: #000;
				position: absolute;
				inset: 0;
				filter: blur(50px);
			}
			.swiper-container-flip {
				overflow: visible;
			}
			.swiper-container-flip .swiper-slide {
				pointer-events: none;
				backface-visibility: hidden;
				z-index: 1;
			}
			.swiper-container-flip .swiper-slide .swiper-slide {
				pointer-events: none;
			}
			.swiper-container-flip .swiper-slide-active,
			.swiper-container-flip .swiper-slide-active .swiper-slide-active {
				pointer-events: auto;
			}
			.swiper-container-flip .swiper-slide-shadow-bottom,
			.swiper-container-flip .swiper-slide-shadow-left,
			.swiper-container-flip .swiper-slide-shadow-right,
			.swiper-container-flip .swiper-slide-shadow-top {
				z-index: 0;
				backface-visibility: hidden;
			}
			booking-layout article,
			booking-layout aside,
			booking-layout details,
			booking-layout figcaption,
			booking-layout figure,
			booking-layout footer,
			booking-layout header,
			booking-layout hgroup,
			booking-layout main,
			booking-layout menu,
			booking-layout nav,
			booking-layout section,
			booking-layout summary {
				display: block;
			}
			booking-layout audio,
			booking-layout canvas,
			booking-layout progress,
			booking-layout video {
				display: inline-block;
				vertical-align: baseline;
			}
			booking-layout audio:not([controls]) {
				display: none;
				height: 0;
			}
			booking-layout [hidden],
			booking-layout template {
				display: none;
			}
			booking-layout a {
				background-color: transparent;
			}
			booking-layout a:active,
			booking-layout a:hover {
				outline: 0;
			}
			booking-layout abbr[title] {
				border-bottom: 1px dotted;
			}
			booking-layout b,
			booking-layout strong {
				font-weight: 700;
			}
			booking-layout dfn {
				font-style: italic;
			}
			booking-layout h1 {
				margin: 0.67em 0;
				font-size: 2em;
			}
			booking-layout mark {
				color: #000;
				background: #ff0;
			}
			booking-layout small {
				font-size: 80%;
			}
			booking-layout sub,
			booking-layout sup {
				position: relative;
				font-size: 75%;
				line-height: 0;
				vertical-align: baseline;
			}
			booking-layout sup {
				top: -0.5em;
			}
			booking-layout sub {
				bottom: -0.25em;
			}
			booking-layout img {
				border: 0;
			}
			booking-layout svg:not(:root) {
				overflow: hidden;
			}
			booking-layout figure {
				margin: 1em 40px;
			}
			booking-layout hr {
				height: 0;
				box-sizing: content-box;
			}
			booking-layout pre {
				overflow: auto;
			}
			booking-layout code,
			booking-layout kbd,
			booking-layout pre,
			booking-layout samp {
				font-family: monospace, monospace;
				font-size: 1em;
			}
			booking-layout button,
			booking-layout input,
			booking-layout optgroup,
			booking-layout select,
			booking-layout textarea {
				margin: 0;
				font: inherit;
				color: inherit;
			}
			booking-layout button {
				overflow: visible;
			}
			booking-layout button,
			booking-layout select {
				text-transform: none;
			}
			booking-layout select::-ms-value {
				background: none;
				color: inherit;
			}
			booking-layout button,
			booking-layout html input[type='button'],
			booking-layout input[type='reset'],
			booking-layout input[type='submit'] {
				-webkit-appearance: button;
				cursor: pointer;
			}
			booking-layout button[disabled],
			booking-layout html input[disabled] {
				cursor: default;
			}
			booking-layout button::-moz-focus-inner,
			booking-layout input::-moz-focus-inner {
				padding: 0;
				border: 0;
			}
			booking-layout input {
				line-height: normal;
			}
			booking-layout input[type='checkbox'],
			booking-layout input[type='radio'] {
				box-sizing: border-box;
				padding: 0;
			}
			booking-layout input[type='number']::-webkit-inner-spin-button,
			booking-layout input[type='number']::-webkit-outer-spin-button {
				height: auto;
			}
			booking-layout input[type='search'] {
				box-sizing: content-box;
				-webkit-appearance: textfield;
			}
			booking-layout input[type='search']::-webkit-search-cancel-button,
			booking-layout input[type='search']::-webkit-search-decoration {
				-webkit-appearance: none;
			}
			booking-layout fieldset {
				padding: 0.35em 0.625em 0.75em;
				margin: 0 2px;
				border: 1px solid #c0c0c0;
			}
			booking-layout legend {
				padding: 0;
				border: 0;
			}
			booking-layout textarea {
				overflow: auto;
			}
			booking-layout optgroup {
				font-weight: 700;
			}
			booking-layout table {
				border-spacing: 0;
				border-collapse: collapse;
			}
			booking-layout td,
			booking-layout th {
				padding: 0;
			}
			@media print {
				booking-layout *,
				booking-layout *:before,
				booking-layout *:after {
					color: #000 !important;
					text-shadow: none !important;
					background: transparent !important;
					box-shadow: none !important;
				}
				booking-layout a,
				booking-layout a:visited {
					text-decoration: underline;
				}
				booking-layout a[href]:after {
					content: ' (' attr(href) ')';
				}
				booking-layout abbr[title]:after {
					content: ' (' attr(title) ')';
				}
				booking-layout a[href^='#']:after,
				booking-layout a[href^='javascript:']:after {
					content: '';
				}
				booking-layout pre,
				booking-layout blockquote {
					border: 1px solid #999;
					page-break-inside: avoid;
				}
				booking-layout thead {
					display: table-header-group;
				}
				booking-layout tr,
				booking-layout img {
					page-break-inside: avoid;
				}
				booking-layout img {
					max-width: 100% !important;
				}
				booking-layout p,
				booking-layout h2,
				booking-layout h3 {
					text-wrap: balance;
				}
				booking-layout h2,
				booking-layout h3 {
					page-break-inside: avoid;
				}
				booking-layout .navbar {
					display: none;
				}
				booking-layout .btn > .caret,
				booking-layout .dropup > .btn > .caret {
					border-top-color: #000 !important;
				}
				booking-layout .label {
					border: 1px solid #000;
				}
				booking-layout .table {
					border-collapse: collapse !important;
				}
				booking-layout .table td,
				booking-layout .table th {
					background-color: #fff !important;
				}
				booking-layout .table-bordered th,
				booking-layout .table-bordered td {
					border: 1px solid #ddd !important;
				}
			}
			@font-face {
				font-family: Glyphicons Halflings;
				src:url("/assets/newbooking.azds.com/be20-app/2026-06-23/a7604f4fe7308899/glyphicons-halflings-regular.eot");
				src:url("/assets/newbooking.azds.com/be20-app/2026-06-23/a7604f4fe7308899/glyphicons-halflings-regular.eot") format('embedded-opentype'),
					url("/assets/newbooking.azds.com/be20-app/2026-06-23/a7604f4fe7308899/glyphicons-halflings-regular.woff2") format('woff2'),
					url("/assets/newbooking.azds.com/be20-app/2026-06-23/a7604f4fe7308899/glyphicons-halflings-regular.woff") format('woff'),
					url("/assets/newbooking.azds.com/be20-app/2026-06-23/a7604f4fe7308899/glyphicons-halflings-regular.ttf") format('truetype'),
					url("/assets/newbooking.azds.com/be20-app/2026-06-23/a7604f4fe7308899/glyphicons-halflings-regular.svg") format('svg');
			}
			modal-container .glyphicon,
			booking-layout .glyphicon {
				position: relative;
				top: 1px;
				display: inline-block;
				font-family: Glyphicons Halflings !important;
				font-style: normal;
				font-weight: 400;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
			}
			booking-layout .glyphicon-asterisk:before {
				content: '*';
			}
			booking-layout .glyphicon-plus:before {
				content: '+';
			}
			booking-layout .glyphicon-euro:before,
			booking-layout .glyphicon-eur:before {
				content: '\20ac';
			}
			booking-layout .glyphicon-minus:before {
				content: '\2212';
			}
			booking-layout .glyphicon-cloud:before {
				content: '\2601';
			}
			booking-layout .glyphicon-envelope:before {
				content: '\2709';
			}
			booking-layout .glyphicon-pencil:before {
				content: '\270f';
			}
			booking-layout .glyphicon-glass:before {
				content: '\e001';
			}
			booking-layout .glyphicon-music:before {
				content: '\e002';
			}
			booking-layout .glyphicon-search:before {
				content: '\e003';
			}
			booking-layout .glyphicon-heart:before {
				content: '\e005';
			}
			booking-layout .glyphicon-star:before {
				content: '\e006';
			}
			booking-layout .glyphicon-star-empty:before {
				content: '\e007';
			}
			booking-layout .glyphicon-user:before {
				content: '\e008';
			}
			booking-layout .glyphicon-film:before {
				content: '\e009';
			}
			booking-layout .glyphicon-th-large:before {
				content: '\e010';
			}
			booking-layout .glyphicon-th:before {
				content: '\e011';
			}
			booking-layout .glyphicon-th-list:before {
				content: '\e012';
			}
			booking-layout .glyphicon-ok:before {
				content: '\e013';
			}
			modal-container .glyphicon-remove:before,
			booking-layout .glyphicon-remove:before {
				content: '\e014';
			}
			booking-layout .glyphicon-zoom-in:before {
				content: '\e015';
			}
			booking-layout .glyphicon-zoom-out:before {
				content: '\e016';
			}
			booking-layout .glyphicon-off:before {
				content: '\e017';
			}
			booking-layout .glyphicon-signal:before {
				content: '\e018';
			}
			booking-layout .glyphicon-cog:before {
				content: '\e019';
			}
			booking-layout .glyphicon-trash:before {
				content: '\e020';
			}
			booking-layout .glyphicon-home:before {
				content: '\e021';
			}
			booking-layout .glyphicon-file:before {
				content: '\e022';
			}
			booking-layout .glyphicon-time:before {
				content: '\e023';
			}
			booking-layout .glyphicon-road:before {
				content: '\e024';
			}
			booking-layout .glyphicon-download-alt:before {
				content: '\e025';
			}
			booking-layout .glyphicon-download:before {
				content: '\e026';
			}
			booking-layout .glyphicon-upload:before {
				content: '\e027';
			}
			booking-layout .glyphicon-inbox:before {
				content: '\e028';
			}
			booking-layout .glyphicon-play-circle:before {
				content: '\e029';
			}
			booking-layout .glyphicon-repeat:before {
				content: '\e030';
			}
			booking-layout .glyphicon-refresh:before {
				content: '\e031';
			}
			booking-layout .glyphicon-list-alt:before {
				content: '\e032';
			}
			booking-layout .glyphicon-lock:before {
				content: '\e033';
			}
			booking-layout .glyphicon-flag:before {
				content: '\e034';
			}
			booking-layout .glyphicon-headphones:before {
				content: '\e035';
			}
			booking-layout .glyphicon-volume-off:before {
				content: '\e036';
			}
			booking-layout .glyphicon-volume-down:before {
				content: '\e037';
			}
			booking-layout .glyphicon-volume-up:before {
				content: '\e038';
			}
			booking-layout .glyphicon-qrcode:before {
				content: '\e039';
			}
			booking-layout .glyphicon-barcode:before {
				content: '\e040';
			}
			booking-layout .glyphicon-tag:before {
				content: '\e041';
			}
			booking-layout .glyphicon-tags:before {
				content: '\e042';
			}
			booking-layout .glyphicon-book:before {
				content: '\e043';
			}
			booking-layout .glyphicon-bookmark:before {
				content: '\e044';
			}
			booking-layout .glyphicon-print:before {
				content: '\e045';
			}
			booking-layout .glyphicon-camera:before {
				content: '\e046';
			}
			booking-layout .glyphicon-font:before {
				content: '\e047';
			}
			booking-layout .glyphicon-bold:before {
				content: '\e048';
			}
			booking-layout .glyphicon-italic:before {
				content: '\e049';
			}
			booking-layout .glyphicon-text-height:before {
				content: '\e050';
			}
			booking-layout .glyphicon-text-width:before {
				content: '\e051';
			}
			booking-layout .glyphicon-align-left:before {
				content: '\e052';
			}
			booking-layout .glyphicon-align-center:before {
				content: '\e053';
			}
			booking-layout .glyphicon-align-right:before {
				content: '\e054';
			}
			booking-layout .glyphicon-align-justify:before {
				content: '\e055';
			}
			booking-layout .glyphicon-list:before {
				content: '\e056';
			}
			booking-layout .glyphicon-indent-left:before {
				content: '\e057';
			}
			booking-layout .glyphicon-indent-right:before {
				content: '\e058';
			}
			booking-layout .glyphicon-facetime-video:before {
				content: '\e059';
			}
			booking-layout .glyphicon-picture:before {
				content: '\e060';
			}
			booking-layout .glyphicon-map-marker:before {
				content: '\e062';
			}
			booking-layout .glyphicon-adjust:before {
				content: '\e063';
			}
			booking-layout .glyphicon-tint:before {
				content: '\e064';
			}
			booking-layout .glyphicon-edit:before {
				content: '\e065';
			}
			booking-layout .glyphicon-share:before {
				content: '\e066';
			}
			booking-layout .glyphicon-check:before {
				content: '\e067';
			}
			booking-layout .glyphicon-move:before {
				content: '\e068';
			}
			booking-layout .glyphicon-step-backward:before {
				content: '\e069';
			}
			booking-layout .glyphicon-fast-backward:before {
				content: '\e070';
			}
			booking-layout .glyphicon-backward:before {
				content: '\e071';
			}
			booking-layout .glyphicon-play:before {
				content: '\e072';
			}
			booking-layout .glyphicon-pause:before {
				content: '\e073';
			}
			booking-layout .glyphicon-stop:before {
				content: '\e074';
			}
			booking-layout .glyphicon-forward:before {
				content: '\e075';
			}
			booking-layout .glyphicon-fast-forward:before {
				content: '\e076';
			}
			booking-layout .glyphicon-step-forward:before {
				content: '\e077';
			}
			booking-layout .glyphicon-eject:before {
				content: '\e078';
			}
			booking-layout .glyphicon-chevron-left:before {
				content: '\e079';
			}
			booking-layout .glyphicon-chevron-right:before {
				content: '\e080';
			}
			booking-layout .glyphicon-plus-sign:before {
				content: '\e081';
			}
			booking-layout .glyphicon-minus-sign:before {
				content: '\e082';
			}
			booking-layout .glyphicon-remove-sign:before {
				content: '\e083';
			}
			booking-layout .glyphicon-ok-sign:before {
				content: '\e084';
			}
			booking-layout .glyphicon-question-sign:before {
				content: '\e085';
			}
			booking-layout .glyphicon-info-sign:before {
				content: '\e086';
			}
			booking-layout .glyphicon-screenshot:before {
				content: '\e087';
			}
			booking-layout .glyphicon-remove-circle:before {
				content: '\e088';
			}
			booking-layout .glyphicon-ok-circle:before {
				content: '\e089';
			}
			booking-layout .glyphicon-ban-circle:before {
				content: '\e090';
			}
			booking-layout .glyphicon-arrow-left:before {
				content: '\e091';
			}
			booking-layout .glyphicon-arrow-right:before {
				content: '\e092';
			}
			booking-layout .glyphicon-arrow-up:before {
				content: '\e093';
			}
			booking-layout .glyphicon-arrow-down:before {
				content: '\e094';
			}
			booking-layout .glyphicon-share-alt:before {
				content: '\e095';
			}
			booking-layout .glyphicon-resize-full:before {
				content: '\e096';
			}
			booking-layout .glyphicon-resize-small:before {
				content: '\e097';
			}
			booking-layout .glyphicon-exclamation-sign:before {
				content: '\e101';
			}
			booking-layout .glyphicon-gift:before {
				content: '\e102';
			}
			booking-layout .glyphicon-leaf:before {
				content: '\e103';
			}
			booking-layout .glyphicon-fire:before {
				content: '\e104';
			}
			booking-layout .glyphicon-eye-open:before {
				content: '\e105';
			}
			booking-layout .glyphicon-eye-close:before {
				content: '\e106';
			}
			booking-layout .glyphicon-warning-sign:before {
				content: '\e107';
			}
			booking-layout .glyphicon-plane:before {
				content: '\e108';
			}
			booking-layout .glyphicon-calendar:before {
				content: '\e109';
			}
			booking-layout .glyphicon-random:before {
				content: '\e110';
			}
			booking-layout .glyphicon-comment:before {
				content: '\e111';
			}
			booking-layout .glyphicon-magnet:before {
				content: '\e112';
			}
			booking-layout .glyphicon-chevron-up:before {
				content: '\e113';
			}
			booking-layout .glyphicon-chevron-down:before {
				content: '\e114';
			}
			booking-layout .glyphicon-retweet:before {
				content: '\e115';
			}
			booking-layout .glyphicon-shopping-cart:before {
				content: '\e116';
			}
			booking-layout .glyphicon-folder-close:before {
				content: '\e117';
			}
			booking-layout .glyphicon-folder-open:before {
				content: '\e118';
			}
			booking-layout .glyphicon-resize-vertical:before {
				content: '\e119';
			}
			booking-layout .glyphicon-resize-horizontal:before {
				content: '\e120';
			}
			booking-layout .glyphicon-hdd:before {
				content: '\e121';
			}
			booking-layout .glyphicon-bullhorn:before {
				content: '\e122';
			}
			booking-layout .glyphicon-bell:before {
				content: '\e123';
			}
			booking-layout .glyphicon-certificate:before {
				content: '\e124';
			}
			booking-layout .glyphicon-thumbs-up:before {
				content: '\e125';
			}
			booking-layout .glyphicon-thumbs-down:before {
				content: '\e126';
			}
			booking-layout .glyphicon-hand-right:before {
				content: '\e127';
			}
			booking-layout .glyphicon-hand-left:before {
				content: '\e128';
			}
			booking-layout .glyphicon-hand-up:before {
				content: '\e129';
			}
			booking-layout .glyphicon-hand-down:before {
				content: '\e130';
			}
			booking-layout .glyphicon-circle-arrow-right:before {
				content: '\e131';
			}
			booking-layout .glyphicon-circle-arrow-left:before {
				content: '\e132';
			}
			booking-layout .glyphicon-circle-arrow-up:before {
				content: '\e133';
			}
			booking-layout .glyphicon-circle-arrow-down:before {
				content: '\e134';
			}
			booking-layout .glyphicon-globe:before {
				content: '\e135';
			}
			booking-layout .glyphicon-wrench:before {
				content: '\e136';
			}
			booking-layout .glyphicon-tasks:before {
				content: '\e137';
			}
			booking-layout .glyphicon-filter:before {
				content: '\e138';
			}
			booking-layout .glyphicon-briefcase:before {
				content: '\e139';
			}
			booking-layout .glyphicon-fullscreen:before {
				content: '\e140';
			}
			booking-layout .glyphicon-dashboard:before {
				content: '\e141';
			}
			booking-layout .glyphicon-paperclip:before {
				content: '\e142';
			}
			booking-layout .glyphicon-heart-empty:before {
				content: '\e143';
			}
			booking-layout .glyphicon-link:before {
				content: '\e144';
			}
			booking-layout .glyphicon-phone:before {
				content: '\e145';
			}
			booking-layout .glyphicon-pushpin:before {
				content: '\e146';
			}
			booking-layout .glyphicon-usd:before {
				content: '\e148';
			}
			booking-layout .glyphicon-gbp:before {
				content: '\e149';
			}
			booking-layout .glyphicon-sort:before {
				content: '\e150';
			}
			booking-layout .glyphicon-sort-by-alphabet:before {
				content: '\e151';
			}
			booking-layout .glyphicon-sort-by-alphabet-alt:before {
				content: '\e152';
			}
			booking-layout .glyphicon-sort-by-order:before {
				content: '\e153';
			}
			booking-layout .glyphicon-sort-by-order-alt:before {
				content: '\e154';
			}
			booking-layout .glyphicon-sort-by-attributes:before {
				content: '\e155';
			}
			booking-layout .glyphicon-sort-by-attributes-alt:before {
				content: '\e156';
			}
			booking-layout .glyphicon-unchecked:before {
				content: '\e157';
			}
			booking-layout .glyphicon-expand:before {
				content: '\e158';
			}
			booking-layout .glyphicon-collapse-down:before {
				content: '\e159';
			}
			booking-layout .glyphicon-collapse-up:before {
				content: '\e160';
			}
			booking-layout .glyphicon-log-in:before {
				content: '\e161';
			}
			booking-layout .glyphicon-flash:before {
				content: '\e162';
			}
			booking-layout .glyphicon-log-out:before {
				content: '\e163';
			}
			booking-layout .glyphicon-new-window:before {
				content: '\e164';
			}
			booking-layout .glyphicon-record:before {
				content: '\e165';
			}
			booking-layout .glyphicon-save:before {
				content: '\e166';
			}
			booking-layout .glyphicon-open:before {
				content: '\e167';
			}
			booking-layout .glyphicon-saved:before {
				content: '\e168';
			}
			booking-layout .glyphicon-import:before {
				content: '\e169';
			}
			booking-layout .glyphicon-export:before {
				content: '\e170';
			}
			booking-layout .glyphicon-send:before {
				content: '\e171';
			}
			booking-layout .glyphicon-floppy-disk:before {
				content: '\e172';
			}
			booking-layout .glyphicon-floppy-saved:before {
				content: '\e173';
			}
			booking-layout .glyphicon-floppy-remove:before {
				content: '\e174';
			}
			booking-layout .glyphicon-floppy-save:before {
				content: '\e175';
			}
			booking-layout .glyphicon-floppy-open:before {
				content: '\e176';
			}
			booking-layout .glyphicon-credit-card:before {
				content: '\e177';
			}
			booking-layout .glyphicon-transfer:before {
				content: '\e178';
			}
			booking-layout .glyphicon-cutlery:before {
				content: '\e179';
			}
			booking-layout .glyphicon-header:before {
				content: '\e180';
			}
			booking-layout .glyphicon-compressed:before {
				content: '\e181';
			}
			booking-layout .glyphicon-earphone:before {
				content: '\e182';
			}
			booking-layout .glyphicon-phone-alt:before {
				content: '\e183';
			}
			booking-layout .glyphicon-tower:before {
				content: '\e184';
			}
			booking-layout .glyphicon-stats:before {
				content: '\e185';
			}
			booking-layout .glyphicon-sd-video:before {
				content: '\e186';
			}
			booking-layout .glyphicon-hd-video:before {
				content: '\e187';
			}
			booking-layout .glyphicon-subtitles:before {
				content: '\e188';
			}
			booking-layout .glyphicon-sound-stereo:before {
				content: '\e189';
			}
			booking-layout .glyphicon-sound-dolby:before {
				content: '\e190';
			}
			booking-layout .glyphicon-sound-5-1:before {
				content: '\e191';
			}
			booking-layout .glyphicon-sound-6-1:before {
				content: '\e192';
			}
			booking-layout .glyphicon-sound-7-1:before {
				content: '\e193';
			}
			booking-layout .glyphicon-copyright-mark:before {
				content: '\e194';
			}
			booking-layout .glyphicon-registration-mark:before {
				content: '\e195';
			}
			booking-layout .glyphicon-cloud-download:before {
				content: '\e197';
			}
			booking-layout .glyphicon-cloud-upload:before {
				content: '\e198';
			}
			booking-layout .glyphicon-tree-conifer:before {
				content: '\e199';
			}
			booking-layout .glyphicon-tree-deciduous:before {
				content: '\e200';
			}
			booking-layout .glyphicon-cd:before {
				content: '\e201';
			}
			booking-layout .glyphicon-save-file:before {
				content: '\e202';
			}
			booking-layout .glyphicon-open-file:before {
				content: '\e203';
			}
			booking-layout .glyphicon-level-up:before {
				content: '\e204';
			}
			booking-layout .glyphicon-copy:before {
				content: '\e205';
			}
			booking-layout .glyphicon-paste:before {
				content: '\e206';
			}
			booking-layout .glyphicon-alert:before {
				content: '\e209';
			}
			booking-layout .glyphicon-equalizer:before {
				content: '\e210';
			}
			booking-layout .glyphicon-king:before {
				content: '\e211';
			}
			booking-layout .glyphicon-queen:before {
				content: '\e212';
			}
			booking-layout .glyphicon-pawn:before {
				content: '\e213';
			}
			booking-layout .glyphicon-bishop:before {
				content: '\e214';
			}
			booking-layout .glyphicon-knight:before {
				content: '\e215';
			}
			booking-layout .glyphicon-baby-formula:before {
				content: '\e216';
			}
			booking-layout .glyphicon-tent:before {
				content: '\26fa';
			}
			booking-layout .glyphicon-blackboard:before {
				content: '\e218';
			}
			booking-layout .glyphicon-bed:before {
				content: '\e219';
			}
			booking-layout .glyphicon-apple:before {
				content: '\f8ff';
			}
			booking-layout .glyphicon-erase:before {
				content: '\e221';
			}
			booking-layout .glyphicon-hourglass:before {
				content: '\231b';
			}
			booking-layout .glyphicon-lamp:before {
				content: '\e223';
			}
			booking-layout .glyphicon-duplicate:before {
				content: '\e224';
			}
			booking-layout .glyphicon-piggy-bank:before {
				content: '\e225';
			}
			booking-layout .glyphicon-scissors:before {
				content: '\e226';
			}
			booking-layout .glyphicon-bitcoin:before {
				content: '\e227';
			}
			booking-layout .glyphicon-btc:before {
				content: '\e227';
			}
			booking-layout .glyphicon-xbt:before {
				content: '\e227';
			}
			booking-layout .glyphicon-yen:before {
				content: '\a5';
			}
			booking-layout .glyphicon-jpy:before {
				content: '\a5';
			}
			booking-layout .glyphicon-ruble:before {
				content: '\20bd';
			}
			booking-layout .glyphicon-rub:before {
				content: '\20bd';
			}
			booking-layout .glyphicon-scale:before {
				content: '\e230';
			}
			booking-layout .glyphicon-ice-lolly:before {
				content: '\e231';
			}
			booking-layout .glyphicon-ice-lolly-tasted:before {
				content: '\e232';
			}
			booking-layout .glyphicon-education:before {
				content: '\e233';
			}
			booking-layout .glyphicon-option-horizontal:before {
				content: '\e234';
			}
			booking-layout .glyphicon-option-vertical:before {
				content: '\e235';
			}
			booking-layout .glyphicon-menu-hamburger:before {
				content: '\e236';
			}
			booking-layout .glyphicon-modal-window:before {
				content: '\e237';
			}
			booking-layout .glyphicon-oil:before {
				content: '\e238';
			}
			booking-layout .glyphicon-grain:before {
				content: '\e239';
			}
			booking-layout .glyphicon-sunglasses:before {
				content: '\e240';
			}
			booking-layout .glyphicon-text-size:before {
				content: '\e241';
			}
			booking-layout .glyphicon-text-color:before {
				content: '\e242';
			}
			booking-layout .glyphicon-text-background:before {
				content: '\e243';
			}
			booking-layout .glyphicon-object-align-top:before {
				content: '\e244';
			}
			booking-layout .glyphicon-object-align-bottom:before {
				content: '\e245';
			}
			booking-layout .glyphicon-object-align-horizontal:before {
				content: '\e246';
			}
			booking-layout .glyphicon-object-align-left:before {
				content: '\e247';
			}
			booking-layout .glyphicon-object-align-vertical:before {
				content: '\e248';
			}
			booking-layout .glyphicon-object-align-right:before {
				content: '\e249';
			}
			booking-layout .glyphicon-triangle-right:before {
				content: '\e250';
			}
			booking-layout .glyphicon-triangle-left:before {
				content: '\e251';
			}
			booking-layout .glyphicon-triangle-bottom:before {
				content: '\e252';
			}
			booking-layout .glyphicon-triangle-top:before {
				content: '\e253';
			}
			booking-layout .glyphicon-console:before {
				content: '\e254';
			}
			booking-layout .glyphicon-superscript:before {
				content: '\e255';
			}
			booking-layout .glyphicon-subscript:before {
				content: '\e256';
			}
			booking-layout .glyphicon-menu-left:before {
				content: '\e257';
			}
			booking-layout .glyphicon-menu-right:before {
				content: '\e258';
			}
			booking-layout .glyphicon-menu-down:before {
				content: '\e259';
			}
			booking-layout .glyphicon-menu-up:before {
				content: '\e260';
			}
			booking-layout * {
				box-sizing: border-box;
			}
			booking-layout *:before,
			booking-layout *:after {
				box-sizing: border-box;
			}
			booking-layout html {
				font-size: 10px;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			}
			booking-layout body {
				font-family:
					Helvetica Neue,
					Helvetica,
					Arial,
					sans-serif;
				font-size: 14px;
				line-height: 1.42857143;
				color: #333;
				background-color: #fff;
			}
			booking-layout input,
			booking-layout button,
			booking-layout select,
			booking-layout textarea {
				font-family: inherit;
				font-size: inherit;
				line-height: inherit;
			}
			booking-layout a {
				color: #337ab7;
				text-decoration: none;
			}
			booking-layout a:hover,
			booking-layout a:focus-visible {
				color: #23527c;
				text-decoration: underline;
			}
			booking-layout a:focus {
				outline: 5px auto -webkit-focus-ring-color;
				outline-offset: -2px;
			}
			booking-layout figure {
				margin: 0;
			}
			booking-layout img {
				vertical-align: middle;
			}
			booking-layout .img-responsive,
			booking-layout .thumbnail > img,
			booking-layout .thumbnail a > img,
			booking-layout .carousel-inner > .item > img,
			booking-layout .carousel-inner > .item > a > img {
				display: block;
				max-width: 100%;
				height: auto;
			}
			booking-layout .img-rounded {
				border-radius: 6px;
			}
			booking-layout .img-thumbnail {
				display: inline-block;
				max-width: 100%;
				height: auto;
				padding: 4px;
				line-height: 1.42857143;
				background-color: #fff;
				border: 1px solid #ddd;
				border-radius: 4px;
				transition: all 0.2s ease-in-out;
			}
			booking-layout .img-circle {
				border-radius: 50%;
			}
			booking-layout hr {
				margin-top: 20px;
				margin-bottom: 20px;
				border: 0;
				border-top: 1px solid #eee;
			}
			booking-layout .sr-only {
				position: absolute;
				width: 1px;
				height: 1px;
				padding: 0;
				margin: -1px;
				overflow: hidden;
				clip: rect(0, 0, 0, 0);
				border: 0;
			}
			booking-layout .sr-only-focusable:active,
			booking-layout .sr-only-focusable:focus {
				position: static;
				width: auto;
				height: auto;
				margin: 0;
				overflow: visible;
				clip: auto;
			}
			booking-layout [role='button'] {
				cursor: pointer;
			}
			booking-layout h1,
			booking-layout h2,
			booking-layout h3,
			booking-layout h4,
			booking-layout h5,
			booking-layout h6,
			booking-layout .h1,
			booking-layout .h2,
			booking-layout .h3,
			booking-layout .h4,
			booking-layout .h5,
			booking-layout .h6 {
				font-family: inherit;
				font-weight: 500;
				line-height: 1.1;
				color: inherit;
			}
			booking-layout h1 small,
			booking-layout h2 small,
			booking-layout h3 small,
			booking-layout h4 small,
			booking-layout h5 small,
			booking-layout h6 small,
			booking-layout .h1 small,
			booking-layout .h2 small,
			booking-layout .h3 small,
			booking-layout .h4 small,
			booking-layout .h5 small,
			booking-layout .h6 small,
			booking-layout h1 .small,
			booking-layout h2 .small,
			booking-layout h3 .small,
			booking-layout h4 .small,
			booking-layout h5 .small,
			booking-layout h6 .small,
			booking-layout .h1 .small,
			booking-layout .h2 .small,
			booking-layout .h3 .small,
			booking-layout .h4 .small,
			booking-layout .h5 .small,
			booking-layout .h6 .small {
				font-weight: 400;
				line-height: 1;
				color: #777;
			}
			booking-layout h1,
			booking-layout .h1,
			booking-layout h2,
			booking-layout .h2,
			booking-layout h3,
			booking-layout .h3 {
				margin-top: 20px;
				margin-bottom: 10px;
			}
			booking-layout h1 small,
			booking-layout .h1 small,
			booking-layout h2 small,
			booking-layout .h2 small,
			booking-layout h3 small,
			booking-layout .h3 small,
			booking-layout h1 .small,
			booking-layout .h1 .small,
			booking-layout h2 .small,
			booking-layout .h2 .small,
			booking-layout h3 .small,
			booking-layout .h3 .small {
				font-size: 65%;
			}
			booking-layout h4,
			booking-layout .h4,
			booking-layout h5,
			booking-layout .h5,
			booking-layout h6,
			booking-layout .h6 {
				margin-top: 10px;
				margin-bottom: 10px;
			}
			booking-layout h4 small,
			booking-layout .h4 small,
			booking-layout h5 small,
			booking-layout .h5 small,
			booking-layout h6 small,
			booking-layout .h6 small,
			booking-layout h4 .small,
			booking-layout .h4 .small,
			booking-layout h5 .small,
			booking-layout .h5 .small,
			booking-layout h6 .small,
			booking-layout .h6 .small {
				font-size: 75%;
			}
			booking-layout h1,
			booking-layout .h1 {
				font-size: 36px;
			}
			booking-layout h2,
			booking-layout .h2 {
				font-size: 30px;
			}
			booking-layout h3,
			booking-layout .h3 {
				font-size: 24px;
			}
			booking-layout h4,
			booking-layout .h4 {
				font-size: 18px;
			}
			booking-layout h5,
			booking-layout .h5 {
				font-size: 14px;
			}
			booking-layout h6,
			booking-layout .h6 {
				font-size: 12px;
			}
			booking-layout p {
				margin: 0 0 10px;
			}
			booking-layout .lead {
				margin-bottom: 20px;
				font-size: 16px;
				font-weight: 300;
				line-height: 1.4;
			}
			@media (min-width: 768px) {
				booking-layout .lead {
					font-size: 21px;
				}
			}
			booking-layout small,
			booking-layout .small {
				font-size: 85%;
			}
			booking-layout mark,
			booking-layout .mark {
				padding: 0.2em;
				background-color: #fcf8e3;
			}
			booking-layout .text-left {
				text-align: left;
			}
			booking-layout .text-right {
				text-align: right;
			}
			booking-layout .text-center {
				text-align: center;
			}
			booking-layout .text-justify {
				text-align: justify;
			}
			booking-layout .text-nowrap {
				white-space: nowrap;
			}
			booking-layout .text-lowercase {
				text-transform: lowercase;
			}
			booking-layout .text-uppercase {
				text-transform: uppercase;
			}
			booking-layout .text-capitalize {
				text-transform: capitalize;
			}
			booking-layout .text-muted {
				color: #777;
			}
			booking-layout .text-primary {
				color: #337ab7;
			}
			booking-layout a.text-primary:hover,
			booking-layout a.text-primary:focus {
				color: #286090;
			}
			booking-layout .text-success {
				color: #3c763d;
			}
			booking-layout a.text-success:hover,
			booking-layout a.text-success:focus {
				color: #2b542c;
			}
			booking-layout .text-info {
				color: #31708f;
			}
			booking-layout a.text-info:hover,
			booking-layout a.text-info:focus {
				color: #245269;
			}
			booking-layout .text-warning {
				color: #8a6d3b;
			}
			booking-layout a.text-warning:hover,
			booking-layout a.text-warning:focus {
				color: #66512c;
			}
			booking-layout .text-danger {
				color: #a94442;
			}
			booking-layout a.text-danger:hover,
			booking-layout a.text-danger:focus {
				color: #843534;
			}
			booking-layout .bg-primary {
				color: #fff;
				background-color: #337ab7;
			}
			booking-layout a.bg-primary:hover,
			booking-layout a.bg-primary:focus {
				background-color: #286090;
			}
			booking-layout .bg-success {
				background-color: #dff0d8;
			}
			booking-layout a.bg-success:hover,
			booking-layout a.bg-success:focus {
				background-color: #c1e2b3;
			}
			booking-layout .bg-info {
				background-color: #d9edf7;
			}
			booking-layout a.bg-info:hover,
			booking-layout a.bg-info:focus {
				background-color: #afd9ee;
			}
			booking-layout .bg-warning {
				background-color: #fcf8e3;
			}
			booking-layout a.bg-warning:hover,
			booking-layout a.bg-warning:focus {
				background-color: #f7ecb5;
			}
			booking-layout .bg-danger {
				background-color: #f2dede;
			}
			booking-layout a.bg-danger:hover,
			booking-layout a.bg-danger:focus {
				background-color: #e4b9b9;
			}
			booking-layout .page-header {
				padding-bottom: 9px;
				margin: 40px 0 20px;
				border-bottom: 1px solid #eee;
			}
			booking-layout ul,
			booking-layout ol {
				margin-top: 0;
				margin-bottom: 10px;
			}
			booking-layout ul ul,
			booking-layout ol ul,
			booking-layout ul ol,
			booking-layout ol ol {
				margin-bottom: 0;
			}
			booking-layout .list-unstyled {
				padding-left: 0;
				list-style: none;
			}
			booking-layout .list-inline {
				padding-left: 0;
				margin-left: -5px;
				list-style: none;
			}
			booking-layout .list-inline > li {
				display: inline-block;
				padding-right: 5px;
				padding-left: 5px;
			}
			booking-layout dl {
				margin-top: 0;
				margin-bottom: 20px;
			}
			booking-layout dt,
			booking-layout dd {
				line-height: 1.42857143;
			}
			booking-layout dt {
				font-weight: 700;
			}
			booking-layout dd {
				margin-left: 0;
			}
			@media (min-width: 768px) {
				booking-layout .dl-horizontal dt {
					float: left;
					width: 160px;
					overflow: hidden;
					clear: left;
					text-align: right;
					text-overflow: ellipsis;
					white-space: nowrap;
				}
				booking-layout .dl-horizontal dd {
					margin-left: 180px;
				}
			}
			booking-layout abbr[title],
			booking-layout abbr[data-original-title] {
				cursor: help;
				border-bottom: 1px dotted #777;
			}
			booking-layout .initialism {
				font-size: 90%;
				text-transform: uppercase;
			}
			booking-layout blockquote {
				padding: 10px 20px;
				margin: 0 0 20px;
				font-size: 17.5px;
				border-left: 5px solid #eee;
			}
			booking-layout blockquote p:last-child,
			booking-layout blockquote ul:last-child,
			booking-layout blockquote ol:last-child {
				margin-bottom: 0;
			}
			booking-layout blockquote footer,
			booking-layout blockquote small,
			booking-layout blockquote .small {
				display: block;
				font-size: 80%;
				line-height: 1.42857143;
				color: #777;
			}
			booking-layout blockquote footer:before,
			booking-layout blockquote small:before,
			booking-layout blockquote .small:before {
				content: '\2014\a0';
			}
			booking-layout .blockquote-reverse,
			booking-layout blockquote.pull-right {
				padding-right: 15px;
				padding-left: 0;
				text-align: right;
				border-right: 5px solid #eee;
				border-left: 0;
			}
			booking-layout .blockquote-reverse footer:before,
			booking-layout blockquote.pull-right footer:before,
			booking-layout .blockquote-reverse small:before,
			booking-layout blockquote.pull-right small:before,
			booking-layout .blockquote-reverse .small:before,
			booking-layout blockquote.pull-right .small:before {
				content: '';
			}
			booking-layout .blockquote-reverse footer:after,
			booking-layout blockquote.pull-right footer:after,
			booking-layout .blockquote-reverse small:after,
			booking-layout blockquote.pull-right small:after,
			booking-layout .blockquote-reverse .small:after,
			booking-layout blockquote.pull-right .small:after {
				content: '\a0\2014';
			}
			booking-layout address {
				margin-bottom: 20px;
				font-style: normal;
				line-height: 1.42857143;
			}
			booking-layout code,
			booking-layout kbd,
			booking-layout pre,
			booking-layout samp {
				font-family:
					Menlo,
					Monaco,
					Consolas,
					Courier New,
					monospace;
			}
			booking-layout code {
				padding: 2px 4px;
				font-size: 90%;
				color: #c7254e;
				background-color: #f9f2f4;
				border-radius: 4px;
			}
			booking-layout kbd {
				padding: 2px 4px;
				font-size: 90%;
				color: #fff;
				background-color: #333;
				border-radius: 3px;
				box-shadow: inset 0 -1px #00000040;
			}
			booking-layout kbd kbd {
				padding: 0;
				font-size: 100%;
				font-weight: 700;
				box-shadow: none;
			}
			booking-layout pre {
				display: block;
				padding: 9.5px;
				margin: 0 0 10px;
				font-size: 13px;
				line-height: 1.42857143;
				color: #333;
				word-break: break-all;
				word-wrap: break-word;
				background-color: #f5f5f5;
				border: 1px solid #ccc;
				border-radius: 4px;
			}
			booking-layout pre code {
				padding: 0;
				font-size: inherit;
				color: inherit;
				white-space: pre-wrap;
				background-color: transparent;
				border-radius: 0;
			}
			booking-layout .pre-scrollable {
				max-height: 340px;
				overflow-y: scroll;
			}
			booking-layout .container {
				padding-right: 15px;
				padding-left: 15px;
				margin-right: auto;
				margin-left: auto;
			}
			@media (min-width: 768px) {
				booking-layout .container {
					width: 750px;
				}
			}
			@media (min-width: 992px) {
				booking-layout .container {
					width: 970px;
				}
			}
			@media (min-width: 1200px) {
				booking-layout .container {
					width: 1170px;
				}
			}
			booking-layout .container-fluid {
				padding-right: 15px;
				padding-left: 15px;
				margin-right: auto;
				margin-left: auto;
			}
			booking-layout .row {
				margin-right: -15px;
				margin-left: -15px;
			}
			booking-layout .col-xs-1,
			booking-layout .col-sm-1,
			booking-layout .col-md-1,
			booking-layout .col-lg-1,
			booking-layout .col-xs-2,
			booking-layout .col-sm-2,
			booking-layout .col-md-2,
			booking-layout .col-lg-2,
			booking-layout .col-xs-3,
			booking-layout .col-sm-3,
			booking-layout .col-md-3,
			booking-layout .col-lg-3,
			booking-layout .col-xs-4,
			booking-layout .col-sm-4,
			booking-layout .col-md-4,
			booking-layout .col-lg-4,
			booking-layout .col-xs-5,
			booking-layout .col-sm-5,
			booking-layout .col-md-5,
			booking-layout .col-lg-5,
			booking-layout .col-xs-6,
			booking-layout .col-sm-6,
			booking-layout .col-md-6,
			booking-layout .col-lg-6,
			booking-layout .col-xs-7,
			booking-layout .col-sm-7,
			booking-layout .col-md-7,
			booking-layout .col-lg-7,
			booking-layout .col-xs-8,
			booking-layout .col-sm-8,
			booking-layout .col-md-8,
			booking-layout .col-lg-8,
			booking-layout .col-xs-9,
			booking-layout .col-sm-9,
			booking-layout .col-md-9,
			booking-layout .col-lg-9,
			booking-layout .col-xs-10,
			booking-layout .col-sm-10,
			booking-layout .col-md-10,
			booking-layout .col-lg-10,
			booking-layout .col-xs-11,
			booking-layout .col-sm-11,
			booking-layout .col-md-11,
			booking-layout .col-lg-11,
			booking-layout .col-xs-12,
			booking-layout .col-sm-12,
			booking-layout .col-md-12,
			booking-layout .col-lg-12 {
				position: relative;
				min-height: 1px;
				padding-right: 15px;
				padding-left: 15px;
			}
			booking-layout .col-xs-1,
			booking-layout .col-xs-2,
			booking-layout .col-xs-3,
			booking-layout .col-xs-4,
			booking-layout .col-xs-5,
			booking-layout .col-xs-6,
			booking-layout .col-xs-7,
			booking-layout .col-xs-8,
			booking-layout .col-xs-9,
			booking-layout .col-xs-10,
			booking-layout .col-xs-11,
			booking-layout .col-xs-12 {
				float: left;
			}
			booking-layout .col-xs-12 {
				width: 100%;
			}
			booking-layout .col-xs-11 {
				width: 91.66666667%;
			}
			booking-layout .col-xs-10 {
				width: 83.33333333%;
			}
			booking-layout .col-xs-9 {
				width: 75%;
			}
			booking-layout .col-xs-8 {
				width: 66.66666667%;
			}
			booking-layout .col-xs-7 {
				width: 58.33333333%;
			}
			booking-layout .col-xs-6 {
				width: 50%;
			}
			booking-layout .col-xs-5 {
				width: 41.66666667%;
			}
			booking-layout .col-xs-4 {
				width: 33.33333333%;
			}
			booking-layout .col-xs-3 {
				width: 25%;
			}
			booking-layout .col-xs-2 {
				width: 16.66666667%;
			}
			booking-layout .col-xs-1 {
				width: 8.33333333%;
			}
			booking-layout .col-xs-pull-12 {
				right: 100%;
			}
			booking-layout .col-xs-pull-11 {
				right: 91.66666667%;
			}
			booking-layout .col-xs-pull-10 {
				right: 83.33333333%;
			}
			booking-layout .col-xs-pull-9 {
				right: 75%;
			}
			booking-layout .col-xs-pull-8 {
				right: 66.66666667%;
			}
			booking-layout .col-xs-pull-7 {
				right: 58.33333333%;
			}
			booking-layout .col-xs-pull-6 {
				right: 50%;
			}
			booking-layout .col-xs-pull-5 {
				right: 41.66666667%;
			}
			booking-layout .col-xs-pull-4 {
				right: 33.33333333%;
			}
			booking-layout .col-xs-pull-3 {
				right: 25%;
			}
			booking-layout .col-xs-pull-2 {
				right: 16.66666667%;
			}
			booking-layout .col-xs-pull-1 {
				right: 8.33333333%;
			}
			booking-layout .col-xs-pull-0 {
				right: auto;
			}
			booking-layout .col-xs-push-12 {
				left: 100%;
			}
			booking-layout .col-xs-push-11 {
				left: 91.66666667%;
			}
			booking-layout .col-xs-push-10 {
				left: 83.33333333%;
			}
			booking-layout .col-xs-push-9 {
				left: 75%;
			}
			booking-layout .col-xs-push-8 {
				left: 66.66666667%;
			}
			booking-layout .col-xs-push-7 {
				left: 58.33333333%;
			}
			booking-layout .col-xs-push-6 {
				left: 50%;
			}
			booking-layout .col-xs-push-5 {
				left: 41.66666667%;
			}
			booking-layout .col-xs-push-4 {
				left: 33.33333333%;
			}
			booking-layout .col-xs-push-3 {
				left: 25%;
			}
			booking-layout .col-xs-push-2 {
				left: 16.66666667%;
			}
			booking-layout .col-xs-push-1 {
				left: 8.33333333%;
			}
			booking-layout .col-xs-push-0 {
				left: auto;
			}
			booking-layout .col-xs-offset-12 {
				margin-left: 100%;
			}
			booking-layout .col-xs-offset-11 {
				margin-left: 91.66666667%;
			}
			booking-layout .col-xs-offset-10 {
				margin-left: 83.33333333%;
			}
			booking-layout .col-xs-offset-9 {
				margin-left: 75%;
			}
			booking-layout .col-xs-offset-8 {
				margin-left: 66.66666667%;
			}
			booking-layout .col-xs-offset-7 {
				margin-left: 58.33333333%;
			}
			booking-layout .col-xs-offset-6 {
				margin-left: 50%;
			}
			booking-layout .col-xs-offset-5 {
				margin-left: 41.66666667%;
			}
			booking-layout .col-xs-offset-4 {
				margin-left: 33.33333333%;
			}
			booking-layout .col-xs-offset-3 {
				margin-left: 25%;
			}
			booking-layout .col-xs-offset-2 {
				margin-left: 16.66666667%;
			}
			booking-layout .col-xs-offset-1 {
				margin-left: 8.33333333%;
			}
			booking-layout .col-xs-offset-0 {
				margin-left: 0;
			}
			@media (min-width: 768px) {
				booking-layout .col-sm-1,
				booking-layout .col-sm-2,
				booking-layout .col-sm-3,
				booking-layout .col-sm-4,
				booking-layout .col-sm-5,
				booking-layout .col-sm-6,
				booking-layout .col-sm-7,
				booking-layout .col-sm-8,
				booking-layout .col-sm-9,
				booking-layout .col-sm-10,
				booking-layout .col-sm-11,
				booking-layout .col-sm-12 {
					float: left;
				}
				booking-layout .col-sm-12 {
					width: 100%;
				}
				booking-layout .col-sm-11 {
					width: 91.66666667%;
				}
				booking-layout .col-sm-10 {
					width: 83.33333333%;
				}
				booking-layout .col-sm-9 {
					width: 75%;
				}
				booking-layout .col-sm-8 {
					width: 66.66666667%;
				}
				booking-layout .col-sm-7 {
					width: 58.33333333%;
				}
				booking-layout .col-sm-6 {
					width: 50%;
				}
				booking-layout .col-sm-5 {
					width: 41.66666667%;
				}
				booking-layout .col-sm-4 {
					width: 33.33333333%;
				}
				booking-layout .col-sm-3 {
					width: 25%;
				}
				booking-layout .col-sm-2 {
					width: 16.66666667%;
				}
				booking-layout .col-sm-1 {
					width: 8.33333333%;
				}
				booking-layout .col-sm-pull-12 {
					right: 100%;
				}
				booking-layout .col-sm-pull-11 {
					right: 91.66666667%;
				}
				booking-layout .col-sm-pull-10 {
					right: 83.33333333%;
				}
				booking-layout .col-sm-pull-9 {
					right: 75%;
				}
				booking-layout .col-sm-pull-8 {
					right: 66.66666667%;
				}
				booking-layout .col-sm-pull-7 {
					right: 58.33333333%;
				}
				booking-layout .col-sm-pull-6 {
					right: 50%;
				}
				booking-layout .col-sm-pull-5 {
					right: 41.66666667%;
				}
				booking-layout .col-sm-pull-4 {
					right: 33.33333333%;
				}
				booking-layout .col-sm-pull-3 {
					right: 25%;
				}
				booking-layout .col-sm-pull-2 {
					right: 16.66666667%;
				}
				booking-layout .col-sm-pull-1 {
					right: 8.33333333%;
				}
				booking-layout .col-sm-pull-0 {
					right: auto;
				}
				booking-layout .col-sm-push-12 {
					left: 100%;
				}
				booking-layout .col-sm-push-11 {
					left: 91.66666667%;
				}
				booking-layout .col-sm-push-10 {
					left: 83.33333333%;
				}
				booking-layout .col-sm-push-9 {
					left: 75%;
				}
				booking-layout .col-sm-push-8 {
					left: 66.66666667%;
				}
				booking-layout .col-sm-push-7 {
					left: 58.33333333%;
				}
				booking-layout .col-sm-push-6 {
					left: 50%;
				}
				booking-layout .col-sm-push-5 {
					left: 41.66666667%;
				}
				booking-layout .col-sm-push-4 {
					left: 33.33333333%;
				}
				booking-layout .col-sm-push-3 {
					left: 25%;
				}
				booking-layout .col-sm-push-2 {
					left: 16.66666667%;
				}
				booking-layout .col-sm-push-1 {
					left: 8.33333333%;
				}
				booking-layout .col-sm-push-0 {
					left: auto;
				}
				booking-layout .col-sm-offset-12 {
					margin-left: 100%;
				}
				booking-layout .col-sm-offset-11 {
					margin-left: 91.66666667%;
				}
				booking-layout .col-sm-offset-10 {
					margin-left: 83.33333333%;
				}
				booking-layout .col-sm-offset-9 {
					margin-left: 75%;
				}
				booking-layout .col-sm-offset-8 {
					margin-left: 66.66666667%;
				}
				booking-layout .col-sm-offset-7 {
					margin-left: 58.33333333%;
				}
				booking-layout .col-sm-offset-6 {
					margin-left: 50%;
				}
				booking-layout .col-sm-offset-5 {
					margin-left: 41.66666667%;
				}
				booking-layout .col-sm-offset-4 {
					margin-left: 33.33333333%;
				}
				booking-layout .col-sm-offset-3 {
					margin-left: 25%;
				}
				booking-layout .col-sm-offset-2 {
					margin-left: 16.66666667%;
				}
				booking-layout .col-sm-offset-1 {
					margin-left: 8.33333333%;
				}
				booking-layout .col-sm-offset-0 {
					margin-left: 0;
				}
			}
			@media (min-width: 992px) {
				booking-layout .col-md-1,
				booking-layout .col-md-2,
				booking-layout .col-md-3,
				booking-layout .col-md-4,
				booking-layout .col-md-5,
				booking-layout .col-md-6,
				booking-layout .col-md-7,
				booking-layout .col-md-8,
				booking-layout .col-md-9,
				booking-layout .col-md-10,
				booking-layout .col-md-11,
				booking-layout .col-md-12 {
					float: left;
				}
				booking-layout .col-md-12 {
					width: 100%;
				}
				booking-layout .col-md-11 {
					width: 91.66666667%;
				}
				booking-layout .col-md-10 {
					width: 83.33333333%;
				}
				booking-layout .col-md-9 {
					width: 75%;
				}
				booking-layout .col-md-8 {
					width: 66.66666667%;
				}
				booking-layout .col-md-7 {
					width: 58.33333333%;
				}
				booking-layout .col-md-6 {
					width: 50%;
				}
				booking-layout .col-md-5 {
					width: 41.66666667%;
				}
				booking-layout .col-md-4 {
					width: 33.33333333%;
				}
				booking-layout .col-md-3 {
					width: 25%;
				}
				booking-layout .col-md-2 {
					width: 16.66666667%;
				}
				booking-layout .col-md-1 {
					width: 8.33333333%;
				}
				booking-layout .col-md-pull-12 {
					right: 100%;
				}
				booking-layout .col-md-pull-11 {
					right: 91.66666667%;
				}
				booking-layout .col-md-pull-10 {
					right: 83.33333333%;
				}
				booking-layout .col-md-pull-9 {
					right: 75%;
				}
				booking-layout .col-md-pull-8 {
					right: 66.66666667%;
				}
				booking-layout .col-md-pull-7 {
					right: 58.33333333%;
				}
				booking-layout .col-md-pull-6 {
					right: 50%;
				}
				booking-layout .col-md-pull-5 {
					right: 41.66666667%;
				}
				booking-layout .col-md-pull-4 {
					right: 33.33333333%;
				}
				booking-layout .col-md-pull-3 {
					right: 25%;
				}
				booking-layout .col-md-pull-2 {
					right: 16.66666667%;
				}
				booking-layout .col-md-pull-1 {
					right: 8.33333333%;
				}
				booking-layout .col-md-pull-0 {
					right: auto;
				}
				booking-layout .col-md-push-12 {
					left: 100%;
				}
				booking-layout .col-md-push-11 {
					left: 91.66666667%;
				}
				booking-layout .col-md-push-10 {
					left: 83.33333333%;
				}
				booking-layout .col-md-push-9 {
					left: 75%;
				}
				booking-layout .col-md-push-8 {
					left: 66.66666667%;
				}
				booking-layout .col-md-push-7 {
					left: 58.33333333%;
				}
				booking-layout .col-md-push-6 {
					left: 50%;
				}
				booking-layout .col-md-push-5 {
					left: 41.66666667%;
				}
				booking-layout .col-md-push-4 {
					left: 33.33333333%;
				}
				booking-layout .col-md-push-3 {
					left: 25%;
				}
				booking-layout .col-md-push-2 {
					left: 16.66666667%;
				}
				booking-layout .col-md-push-1 {
					left: 8.33333333%;
				}
				booking-layout .col-md-push-0 {
					left: auto;
				}
				booking-layout .col-md-offset-12 {
					margin-left: 100%;
				}
				booking-layout .col-md-offset-11 {
					margin-left: 91.66666667%;
				}
				booking-layout .col-md-offset-10 {
					margin-left: 83.33333333%;
				}
				booking-layout .col-md-offset-9 {
					margin-left: 75%;
				}
				booking-layout .col-md-offset-8 {
					margin-left: 66.66666667%;
				}
				booking-layout .col-md-offset-7 {
					margin-left: 58.33333333%;
				}
				booking-layout .col-md-offset-6 {
					margin-left: 50%;
				}
				booking-layout .col-md-offset-5 {
					margin-left: 41.66666667%;
				}
				booking-layout .col-md-offset-4 {
					margin-left: 33.33333333%;
				}
				booking-layout .col-md-offset-3 {
					margin-left: 25%;
				}
				booking-layout .col-md-offset-2 {
					margin-left: 16.66666667%;
				}
				booking-layout .col-md-offset-1 {
					margin-left: 8.33333333%;
				}
				booking-layout .col-md-offset-0 {
					margin-left: 0;
				}
			}
			@media (min-width: 1200px) {
				booking-layout .col-lg-1,
				booking-layout .col-lg-2,
				booking-layout .col-lg-3,
				booking-layout .col-lg-4,
				booking-layout .col-lg-5,
				booking-layout .col-lg-6,
				booking-layout .col-lg-7,
				booking-layout .col-lg-8,
				booking-layout .col-lg-9,
				booking-layout .col-lg-10,
				booking-layout .col-lg-11,
				booking-layout .col-lg-12 {
					float: left;
				}
				booking-layout .col-lg-12 {
					width: 100%;
				}
				booking-layout .col-lg-11 {
					width: 91.66666667%;
				}
				booking-layout .col-lg-10 {
					width: 83.33333333%;
				}
				booking-layout .col-lg-9 {
					width: 75%;
				}
				booking-layout .col-lg-8 {
					width: 66.66666667%;
				}
				booking-layout .col-lg-7 {
					width: 58.33333333%;
				}
				booking-layout .col-lg-6 {
					width: 50%;
				}
				booking-layout .col-lg-5 {
					width: 41.66666667%;
				}
				booking-layout .col-lg-4 {
					width: 33.33333333%;
				}
				booking-layout .col-lg-3 {
					width: 25%;
				}
				booking-layout .col-lg-2 {
					width: 16.66666667%;
				}
				booking-layout .col-lg-1 {
					width: 8.33333333%;
				}
				booking-layout .col-lg-pull-12 {
					right: 100%;
				}
				booking-layout .col-lg-pull-11 {
					right: 91.66666667%;
				}
				booking-layout .col-lg-pull-10 {
					right: 83.33333333%;
				}
				booking-layout .col-lg-pull-9 {
					right: 75%;
				}
				booking-layout .col-lg-pull-8 {
					right: 66.66666667%;
				}
				booking-layout .col-lg-pull-7 {
					right: 58.33333333%;
				}
				booking-layout .col-lg-pull-6 {
					right: 50%;
				}
				booking-layout .col-lg-pull-5 {
					right: 41.66666667%;
				}
				booking-layout .col-lg-pull-4 {
					right: 33.33333333%;
				}
				booking-layout .col-lg-pull-3 {
					right: 25%;
				}
				booking-layout .col-lg-pull-2 {
					right: 16.66666667%;
				}
				booking-layout .col-lg-pull-1 {
					right: 8.33333333%;
				}
				booking-layout .col-lg-pull-0 {
					right: auto;
				}
				booking-layout .col-lg-push-12 {
					left: 100%;
				}
				booking-layout .col-lg-push-11 {
					left: 91.66666667%;
				}
				booking-layout .col-lg-push-10 {
					left: 83.33333333%;
				}
				booking-layout .col-lg-push-9 {
					left: 75%;
				}
				booking-layout .col-lg-push-8 {
					left: 66.66666667%;
				}
				booking-layout .col-lg-push-7 {
					left: 58.33333333%;
				}
				booking-layout .col-lg-push-6 {
					left: 50%;
				}
				booking-layout .col-lg-push-5 {
					left: 41.66666667%;
				}
				booking-layout .col-lg-push-4 {
					left: 33.33333333%;
				}
				booking-layout .col-lg-push-3 {
					left: 25%;
				}
				booking-layout .col-lg-push-2 {
					left: 16.66666667%;
				}
				booking-layout .col-lg-push-1 {
					left: 8.33333333%;
				}
				booking-layout .col-lg-push-0 {
					left: auto;
				}
				booking-layout .col-lg-offset-12 {
					margin-left: 100%;
				}
				booking-layout .col-lg-offset-11 {
					margin-left: 91.66666667%;
				}
				booking-layout .col-lg-offset-10 {
					margin-left: 83.33333333%;
				}
				booking-layout .col-lg-offset-9 {
					margin-left: 75%;
				}
				booking-layout .col-lg-offset-8 {
					margin-left: 66.66666667%;
				}
				booking-layout .col-lg-offset-7 {
					margin-left: 58.33333333%;
				}
				booking-layout .col-lg-offset-6 {
					margin-left: 50%;
				}
				booking-layout .col-lg-offset-5 {
					margin-left: 41.66666667%;
				}
				booking-layout .col-lg-offset-4 {
					margin-left: 33.33333333%;
				}
				booking-layout .col-lg-offset-3 {
					margin-left: 25%;
				}
				booking-layout .col-lg-offset-2 {
					margin-left: 16.66666667%;
				}
				booking-layout .col-lg-offset-1 {
					margin-left: 8.33333333%;
				}
				booking-layout .col-lg-offset-0 {
					margin-left: 0;
				}
			}
			booking-layout table {
				background-color: transparent;
			}
			booking-layout caption {
				padding-top: 8px;
				padding-bottom: 8px;
				color: #777;
				text-align: left;
			}
			booking-layout th {
				text-align: left;
			}
			booking-layout .table {
				width: 100%;
				max-width: 100%;
				margin-bottom: 20px;
			}
			booking-layout .table > thead > tr > th,
			booking-layout .table > tbody > tr > th,
			booking-layout .table > tfoot > tr > th,
			booking-layout .table > thead > tr > td,
			booking-layout .table > tbody > tr > td,
			booking-layout .table > tfoot > tr > td {
				padding: 8px;
				line-height: 1.42857143;
				vertical-align: top;
				border-top: 1px solid #ddd;
			}
			booking-layout .table > thead > tr > th {
				vertical-align: bottom;
				border-bottom: 2px solid #ddd;
			}
			booking-layout .table > caption + thead > tr:first-child > th,
			booking-layout .table > colgroup + thead > tr:first-child > th,
			booking-layout .table > thead:first-child > tr:first-child > th,
			booking-layout .table > caption + thead > tr:first-child > td,
			booking-layout .table > colgroup + thead > tr:first-child > td,
			booking-layout .table > thead:first-child > tr:first-child > td {
				border-top: 0;
			}
			booking-layout .table > tbody + tbody {
				border-top: 2px solid #ddd;
			}
			booking-layout .table .table {
				background-color: #fff;
			}
			booking-layout .table-condensed > thead > tr > th,
			booking-layout .table-condensed > tbody > tr > th,
			booking-layout .table-condensed > tfoot > tr > th,
			booking-layout .table-condensed > thead > tr > td,
			booking-layout .table-condensed > tbody > tr > td,
			booking-layout .table-condensed > tfoot > tr > td {
				padding: 5px;
			}
			booking-layout .table-bordered {
				border: 1px solid #ddd;
			}
			booking-layout .table-bordered > thead > tr > th,
			booking-layout .table-bordered > tbody > tr > th,
			booking-layout .table-bordered > tfoot > tr > th,
			booking-layout .table-bordered > thead > tr > td,
			booking-layout .table-bordered > tbody > tr > td,
			booking-layout .table-bordered > tfoot > tr > td {
				border: 1px solid #ddd;
			}
			booking-layout .table-bordered > thead > tr > th,
			booking-layout .table-bordered > thead > tr > td {
				border-bottom-width: 2px;
			}
			booking-layout .table-striped > tbody > tr:nth-of-type(odd) {
				background-color: #f9f9f9;
			}
			booking-layout .table-hover > tbody > tr:hover {
				background-color: #f5f5f5;
			}
			booking-layout table col[class*='col-'] {
				position: static;
				display: table-column;
				float: none;
			}
			booking-layout table td[class*='col-'],
			booking-layout table th[class*='col-'] {
				position: static;
				display: table-cell;
				float: none;
			}
			booking-layout .table > thead > tr > td.active,
			booking-layout .table > tbody > tr > td.active,
			booking-layout .table > tfoot > tr > td.active,
			booking-layout .table > thead > tr > th.active,
			booking-layout .table > tbody > tr > th.active,
			booking-layout .table > tfoot > tr > th.active,
			booking-layout .table > thead > tr.active > td,
			booking-layout .table > tbody > tr.active > td,
			booking-layout .table > tfoot > tr.active > td,
			booking-layout .table > thead > tr.active > th,
			booking-layout .table > tbody > tr.active > th,
			booking-layout .table > tfoot > tr.active > th {
				background-color: #f5f5f5;
			}
			booking-layout .table-hover > tbody > tr > td.active:hover,
			booking-layout .table-hover > tbody > tr > th.active:hover,
			booking-layout .table-hover > tbody > tr.active:hover > td,
			booking-layout .table-hover > tbody > tr:hover > .active,
			booking-layout .table-hover > tbody > tr.active:hover > th {
				background-color: #e8e8e8;
			}
			booking-layout .table > thead > tr > td.success,
			booking-layout .table > tbody > tr > td.success,
			booking-layout .table > tfoot > tr > td.success,
			booking-layout .table > thead > tr > th.success,
			booking-layout .table > tbody > tr > th.success,
			booking-layout .table > tfoot > tr > th.success,
			booking-layout .table > thead > tr.success > td,
			booking-layout .table > tbody > tr.success > td,
			booking-layout .table > tfoot > tr.success > td,
			booking-layout .table > thead > tr.success > th,
			booking-layout .table > tbody > tr.success > th,
			booking-layout .table > tfoot > tr.success > th {
				background-color: #dff0d8;
			}
			booking-layout .table-hover > tbody > tr > td.success:hover,
			booking-layout .table-hover > tbody > tr > th.success:hover,
			booking-layout .table-hover > tbody > tr.success:hover > td,
			booking-layout .table-hover > tbody > tr:hover > .success,
			booking-layout .table-hover > tbody > tr.success:hover > th {
				background-color: #d0e9c6;
			}
			booking-layout .table > thead > tr > td.info,
			booking-layout .table > tbody > tr > td.info,
			booking-layout .table > tfoot > tr > td.info,
			booking-layout .table > thead > tr > th.info,
			booking-layout .table > tbody > tr > th.info,
			booking-layout .table > tfoot > tr > th.info,
			booking-layout .table > thead > tr.info > td,
			booking-layout .table > tbody > tr.info > td,
			booking-layout .table > tfoot > tr.info > td,
			booking-layout .table > thead > tr.info > th,
			booking-layout .table > tbody > tr.info > th,
			booking-layout .table > tfoot > tr.info > th {
				background-color: #d9edf7;
			}
			booking-layout .table-hover > tbody > tr > td.info:hover,
			booking-layout .table-hover > tbody > tr > th.info:hover,
			booking-layout .table-hover > tbody > tr.info:hover > td,
			booking-layout .table-hover > tbody > tr:hover > .info,
			booking-layout .table-hover > tbody > tr.info:hover > th {
				background-color: #c4e3f3;
			}
			booking-layout .table > thead > tr > td.warning,
			booking-layout .table > tbody > tr > td.warning,
			booking-layout .table > tfoot > tr > td.warning,
			booking-layout .table > thead > tr > th.warning,
			booking-layout .table > tbody > tr > th.warning,
			booking-layout .table > tfoot > tr > th.warning,
			booking-layout .table > thead > tr.warning > td,
			booking-layout .table > tbody > tr.warning > td,
			booking-layout .table > tfoot > tr.warning > td,
			booking-layout .table > thead > tr.warning > th,
			booking-layout .table > tbody > tr.warning > th,
			booking-layout .table > tfoot > tr.warning > th {
				background-color: #fcf8e3;
			}
			booking-layout .table-hover > tbody > tr > td.warning:hover,
			booking-layout .table-hover > tbody > tr > th.warning:hover,
			booking-layout .table-hover > tbody > tr.warning:hover > td,
			booking-layout .table-hover > tbody > tr:hover > .warning,
			booking-layout .table-hover > tbody > tr.warning:hover > th {
				background-color: #faf2cc;
			}
			booking-layout .table > thead > tr > td.danger,
			booking-layout .table > tbody > tr > td.danger,
			booking-layout .table > tfoot > tr > td.danger,
			booking-layout .table > thead > tr > th.danger,
			booking-layout .table > tbody > tr > th.danger,
			booking-layout .table > tfoot > tr > th.danger,
			booking-layout .table > thead > tr.danger > td,
			booking-layout .table > tbody > tr.danger > td,
			booking-layout .table > tfoot > tr.danger > td,
			booking-layout .table > thead > tr.danger > th,
			booking-layout .table > tbody > tr.danger > th,
			booking-layout .table > tfoot > tr.danger > th {
				background-color: #f2dede;
			}
			booking-layout .table-hover > tbody > tr > td.danger:hover,
			booking-layout .table-hover > tbody > tr > th.danger:hover,
			booking-layout .table-hover > tbody > tr.danger:hover > td,
			booking-layout .table-hover > tbody > tr:hover > .danger,
			booking-layout .table-hover > tbody > tr.danger:hover > th {
				background-color: #ebcccc;
			}
			booking-layout .table-responsive {
				min-height: 0.01%;
				overflow-x: auto;
			}
			@media screen and (max-width: 767px) {
				booking-layout .table-responsive {
					width: 100%;
					margin-bottom: 15px;
					overflow-y: hidden;
					-ms-overflow-style: -ms-autohiding-scrollbar;
					border: 1px solid #ddd;
				}
				booking-layout .table-responsive > .table {
					margin-bottom: 0;
				}
				booking-layout .table-responsive > .table > thead > tr > th,
				booking-layout .table-responsive > .table > tbody > tr > th,
				booking-layout .table-responsive > .table > tfoot > tr > th,
				booking-layout .table-responsive > .table > thead > tr > td,
				booking-layout .table-responsive > .table > tbody > tr > td,
				booking-layout .table-responsive > .table > tfoot > tr > td {
					white-space: nowrap;
				}
				booking-layout .table-responsive > .table-bordered {
					border: 0;
				}
				booking-layout
					.table-responsive
					> .table-bordered
					> thead
					> tr
					> th:first-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tbody
					> tr
					> th:first-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tfoot
					> tr
					> th:first-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> thead
					> tr
					> td:first-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tbody
					> tr
					> td:first-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tfoot
					> tr
					> td:first-child {
					border-left: 0;
				}
				booking-layout
					.table-responsive
					> .table-bordered
					> thead
					> tr
					> th:last-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tbody
					> tr
					> th:last-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tfoot
					> tr
					> th:last-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> thead
					> tr
					> td:last-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tbody
					> tr
					> td:last-child,
				booking-layout
					.table-responsive
					> .table-bordered
					> tfoot
					> tr
					> td:last-child {
					border-right: 0;
				}
				booking-layout
					.table-responsive
					> .table-bordered
					> tbody
					> tr:last-child
					> th,
				booking-layout
					.table-responsive
					> .table-bordered
					> tfoot
					> tr:last-child
					> th,
				booking-layout
					.table-responsive
					> .table-bordered
					> tbody
					> tr:last-child
					> td,
				booking-layout
					.table-responsive
					> .table-bordered
					> tfoot
					> tr:last-child
					> td {
					border-bottom: 0;
				}
			}
			booking-layout fieldset {
				min-width: 0;
				padding: 0;
				margin: 0;
				border: 0;
			}
			booking-layout legend {
				display: block;
				width: 100%;
				padding: 0;
				margin-bottom: 20px;
				font-size: 21px;
				line-height: inherit;
				color: #333;
				border: 0;
				border-bottom: 1px solid #e5e5e5;
			}
			booking-layout label {
				display: inline-block;
				max-width: 100%;
				margin-bottom: 5px;
				font-weight: 700;
			}
			booking-layout input[type='search'] {
				box-sizing: border-box;
			}
			booking-layout input[type='radio'],
			booking-layout input[type='checkbox'] {
				margin: 4px 0 0;
				margin-top: 1px \;
				line-height: normal;
			}
			booking-layout input[type='file'] {
				display: block;
			}
			booking-layout input[type='range'] {
				display: block;
				width: 100%;
			}
			booking-layout select[multiple],
			booking-layout select[size] {
				height: auto;
			}
			booking-layout input[type='file']:focus,
			booking-layout input[type='radio']:focus,
			booking-layout input[type='checkbox']:focus {
				outline: 5px auto -webkit-focus-ring-color;
				outline-offset: -2px;
			}
			booking-layout output {
				display: block;
				padding-top: 7px;
				font-size: 14px;
				line-height: 1.42857143;
				color: #555;
			}
			booking-layout .form-control {
				display: block;
				width: 100%;
				height: 34px;
				padding: 6px 12px;
				font-size: 14px;
				line-height: 1.42857143;
				color: #555;
				background-color: #fff;
				background-image: none;
				border: 1px solid #ccc;
				border-radius: 4px;
				box-shadow: inset 0 1px 1px #00000013;
				transition:
					border-color ease-in-out 0.15s,
					box-shadow ease-in-out 0.15s;
			}
			booking-layout .form-control:focus {
				border-color: #66afe9;
				outline: 0;
				box-shadow:
					inset 0 1px 1px #00000013,
					0 0 8px #66afe999;
			}
			booking-layout .form-control::-moz-placeholder {
				color: #999;
				opacity: 1;
			}
			booking-layout .form-control:-ms-input-placeholder {
				color: #999;
			}
			booking-layout .form-control::-webkit-input-placeholder {
				color: #999;
			}
			booking-layout .form-control::-ms-expand {
				background-color: transparent;
				border: 0;
			}
			booking-layout .form-control[disabled],
			booking-layout .form-control[readonly],
			booking-layout fieldset[disabled] .form-control {
				background-color: #eee;
				opacity: 1;
			}
			booking-layout .form-control[disabled],
			booking-layout fieldset[disabled] .form-control {
				cursor: not-allowed;
			}
			booking-layout textarea.form-control {
				height: auto;
			}
			booking-layout input[type='search'] {
				-webkit-appearance: none;
			}
			@media screen and (-webkit-min-device-pixel-ratio: 0) {
				booking-layout input[type='date'].form-control,
				booking-layout input[type='time'].form-control,
				booking-layout input[type='datetime-local'].form-control,
				booking-layout input[type='month'].form-control {
					line-height: 34px;
				}
				booking-layout input[type='date'].input-sm,
				booking-layout input[type='time'].input-sm,
				booking-layout input[type='datetime-local'].input-sm,
				booking-layout input[type='month'].input-sm,
				booking-layout .input-group-sm input[type='date'],
				booking-layout .input-group-sm input[type='time'],
				booking-layout .input-group-sm input[type='datetime-local'],
				booking-layout .input-group-sm input[type='month'] {
					line-height: 30px;
				}
				booking-layout input[type='date'].input-lg,
				booking-layout input[type='time'].input-lg,
				booking-layout input[type='datetime-local'].input-lg,
				booking-layout input[type='month'].input-lg,
				booking-layout .input-group-lg input[type='date'],
				booking-layout .input-group-lg input[type='time'],
				booking-layout .input-group-lg input[type='datetime-local'],
				booking-layout .input-group-lg input[type='month'] {
					line-height: 46px;
				}
			}
			booking-layout .form-group {
				margin-bottom: 15px;
			}
			booking-layout .radio,
			booking-layout .checkbox {
				position: relative;
				display: block;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			booking-layout .radio label,
			booking-layout .checkbox label {
				min-height: 20px;
				padding-left: 20px;
				margin-bottom: 0;
				font-weight: 400;
				cursor: pointer;
			}
			booking-layout .radio input[type='radio'],
			booking-layout .radio-inline input[type='radio'],
			booking-layout .checkbox input[type='checkbox'],
			booking-layout .checkbox-inline input[type='checkbox'] {
				position: absolute;
				margin-top: 4px \;
				margin-left: -20px;
			}
			booking-layout .radio + .radio,
			booking-layout .checkbox + .checkbox {
				margin-top: -5px;
			}
			booking-layout .radio-inline,
			booking-layout .checkbox-inline {
				position: relative;
				display: inline-block;
				padding-left: 20px;
				margin-bottom: 0;
				font-weight: 400;
				vertical-align: middle;
				cursor: pointer;
			}
			booking-layout .radio-inline + .radio-inline,
			booking-layout .checkbox-inline + .checkbox-inline {
				margin-top: 0;
				margin-left: 10px;
			}
			booking-layout input[type='radio'][disabled],
			booking-layout input[type='checkbox'][disabled],
			booking-layout input[type='radio'].disabled,
			booking-layout input[type='checkbox'].disabled,
			booking-layout fieldset[disabled] input[type='radio'],
			booking-layout fieldset[disabled] input[type='checkbox'] {
				cursor: not-allowed;
			}
			booking-layout .radio-inline.disabled,
			booking-layout .checkbox-inline.disabled,
			booking-layout fieldset[disabled] .radio-inline,
			booking-layout fieldset[disabled] .checkbox-inline {
				cursor: not-allowed;
			}
			booking-layout .radio.disabled label,
			booking-layout .checkbox.disabled label,
			booking-layout fieldset[disabled] .radio label,
			booking-layout fieldset[disabled] .checkbox label {
				cursor: not-allowed;
			}
			booking-layout .form-control-static {
				min-height: 34px;
				padding-top: 7px;
				padding-bottom: 7px;
				margin-bottom: 0;
			}
			booking-layout .form-control-static.input-lg,
			booking-layout .form-control-static.input-sm {
				padding-right: 0;
				padding-left: 0;
			}
			booking-layout .input-sm {
				height: 30px;
				padding: 5px 10px;
				font-size: 12px;
				line-height: 1.5;
				border-radius: 3px;
			}
			booking-layout select.input-sm {
				height: 30px;
				line-height: 30px;
			}
			booking-layout textarea.input-sm,
			booking-layout select[multiple].input-sm {
				height: auto;
			}
			booking-layout .form-group-sm .form-control {
				height: 30px;
				padding: 5px 10px;
				font-size: 12px;
				line-height: 1.5;
				border-radius: 3px;
			}
			booking-layout .form-group-sm select.form-control {
				height: 30px;
				line-height: 30px;
			}
			booking-layout .form-group-sm textarea.form-control,
			booking-layout .form-group-sm select[multiple].form-control {
				height: auto;
			}
			booking-layout .form-group-sm .form-control-static {
				height: 30px;
				min-height: 32px;
				padding: 6px 10px;
				font-size: 12px;
				line-height: 1.5;
			}
			booking-layout .input-lg {
				height: 46px;
				padding: 10px 16px;
				font-size: 18px;
				line-height: 1.3333333;
				border-radius: 6px;
			}
			booking-layout select.input-lg {
				height: 46px;
				line-height: 46px;
			}
			booking-layout textarea.input-lg,
			booking-layout select[multiple].input-lg {
				height: auto;
			}
			booking-layout .form-group-lg .form-control {
				height: 46px;
				padding: 10px 16px;
				font-size: 18px;
				line-height: 1.3333333;
				border-radius: 6px;
			}
			booking-layout .form-group-lg select.form-control {
				height: 46px;
				line-height: 46px;
			}
			booking-layout .form-group-lg textarea.form-control,
			booking-layout .form-group-lg select[multiple].form-control {
				height: auto;
			}
			booking-layout .form-group-lg .form-control-static {
				height: 46px;
				min-height: 38px;
				padding: 11px 16px;
				font-size: 18px;
				line-height: 1.3333333;
			}
			booking-layout .has-feedback {
				position: relative;
			}
			booking-layout .has-feedback .form-control {
				padding-right: 42.5px;
			}
			booking-layout .form-control-feedback {
				position: absolute;
				top: 0;
				right: 0;
				z-index: 2;
				display: block;
				width: 34px;
				height: 34px;
				line-height: 34px;
				text-align: center;
				pointer-events: none;
			}
			booking-layout .input-lg + .form-control-feedback,
			booking-layout .input-group-lg + .form-control-feedback,
			booking-layout .form-group-lg .form-control + .form-control-feedback {
				width: 46px;
				height: 46px;
				line-height: 46px;
			}
			booking-layout .input-sm + .form-control-feedback,
			booking-layout .input-group-sm + .form-control-feedback,
			booking-layout .form-group-sm .form-control + .form-control-feedback {
				width: 30px;
				height: 30px;
				line-height: 30px;
			}
			booking-layout .has-success .help-block,
			booking-layout .has-success .control-label,
			booking-layout .has-success .radio,
			booking-layout .has-success .checkbox,
			booking-layout .has-success .radio-inline,
			booking-layout .has-success .checkbox-inline,
			booking-layout .has-success.radio label,
			booking-layout .has-success.checkbox label,
			booking-layout .has-success.radio-inline label,
			booking-layout .has-success.checkbox-inline label {
				color: #3c763d;
			}
			booking-layout .has-success .form-control {
				border-color: #3c763d;
				box-shadow: inset 0 1px 1px #00000013;
			}
			booking-layout .has-success .form-control:focus {
				border-color: #2b542c;
				box-shadow:
					inset 0 1px 1px #00000013,
					0 0 6px #67b168;
			}
			booking-layout .has-success .input-group-addon {
				color: #3c763d;
				background-color: #dff0d8;
				border-color: #3c763d;
			}
			booking-layout .has-success .form-control-feedback {
				color: #3c763d;
			}
			booking-layout .has-warning .help-block,
			booking-layout .has-warning .control-label,
			booking-layout .has-warning .radio,
			booking-layout .has-warning .checkbox,
			booking-layout .has-warning .radio-inline,
			booking-layout .has-warning .checkbox-inline,
			booking-layout .has-warning.radio label,
			booking-layout .has-warning.checkbox label,
			booking-layout .has-warning.radio-inline label,
			booking-layout .has-warning.checkbox-inline label {
				color: #8a6d3b;
			}
			booking-layout .has-warning .form-control {
				border-color: #8a6d3b;
				box-shadow: inset 0 1px 1px #00000013;
			}
			booking-layout .has-warning .form-control:focus {
				border-color: #66512c;
				box-shadow:
					inset 0 1px 1px #00000013,
					0 0 6px #c0a16b;
			}
			booking-layout .has-warning .input-group-addon {
				color: #8a6d3b;
				background-color: #fcf8e3;
				border-color: #8a6d3b;
			}
			booking-layout .has-warning .form-control-feedback {
				color: #8a6d3b;
			}
			booking-layout .has-error .help-block,
			booking-layout .has-error .control-label,
			booking-layout .has-error .radio,
			booking-layout .has-error .checkbox,
			booking-layout .has-error .radio-inline,
			booking-layout .has-error .checkbox-inline,
			booking-layout .has-error.radio label,
			booking-layout .has-error.checkbox label,
			booking-layout .has-error.radio-inline label,
			booking-layout .has-error.checkbox-inline label {
				color: #a94442;
			}
			booking-layout .has-error .form-control {
				border-color: #a94442;
				box-shadow: inset 0 1px 1px #00000013;
			}
			booking-layout .has-error .form-control:focus {
				border-color: #843534;
				box-shadow:
					inset 0 1px 1px #00000013,
					0 0 6px #ce8483;
			}
			booking-layout .has-error .input-group-addon {
				color: #a94442;
				background-color: #f2dede;
				border-color: #a94442;
			}
			booking-layout .has-error .form-control-feedback {
				color: #a94442;
			}
			booking-layout .has-feedback label ~ .form-control-feedback {
				top: 25px;
			}
			booking-layout .has-feedback label.sr-only ~ .form-control-feedback {
				top: 0;
			}
			booking-layout .help-block {
				display: block;
				margin-top: 5px;
				margin-bottom: 10px;
				color: #737373;
			}
			@media (min-width: 768px) {
				booking-layout .form-inline .form-group {
					display: inline-block;
					margin-bottom: 0;
					vertical-align: middle;
				}
				booking-layout .form-inline .form-control {
					display: inline-block;
					width: auto;
					vertical-align: middle;
				}
				booking-layout .form-inline .form-control-static {
					display: inline-block;
				}
				booking-layout .form-inline .input-group {
					display: inline-table;
					vertical-align: middle;
				}
				booking-layout .form-inline .input-group .input-group-addon,
				booking-layout .form-inline .input-group .input-group-btn,
				booking-layout .form-inline .input-group .form-control {
					width: auto;
				}
				booking-layout .form-inline .input-group > .form-control {
					width: 100%;
				}
				booking-layout .form-inline .control-label {
					margin-bottom: 0;
					vertical-align: middle;
				}
				booking-layout .form-inline .radio,
				booking-layout .form-inline .checkbox {
					display: inline-block;
					margin-top: 0;
					margin-bottom: 0;
					vertical-align: middle;
				}
				booking-layout .form-inline .radio label,
				booking-layout .form-inline .checkbox label {
					padding-left: 0;
				}
				booking-layout .form-inline .radio input[type='radio'],
				booking-layout .form-inline .checkbox input[type='checkbox'] {
					position: relative;
					margin-left: 0;
				}
				booking-layout .form-inline .has-feedback .form-control-feedback {
					top: 0;
				}
			}
			booking-layout .form-horizontal .radio,
			booking-layout .form-horizontal .checkbox,
			booking-layout .form-horizontal .radio-inline,
			booking-layout .form-horizontal .checkbox-inline {
				padding-top: 7px;
				margin-top: 0;
				margin-bottom: 0;
			}
			booking-layout .form-horizontal .radio,
			booking-layout .form-horizontal .checkbox {
				min-height: 27px;
			}
			booking-layout .form-horizontal .form-group {
				margin-right: -15px;
				margin-left: -15px;
			}
			@media (min-width: 768px) {
				booking-layout .form-horizontal .control-label {
					padding-top: 7px;
					margin-bottom: 0;
					text-align: right;
				}
			}
			booking-layout .form-horizontal .has-feedback .form-control-feedback {
				right: 15px;
			}
			@media (min-width: 768px) {
				booking-layout .form-horizontal .form-group-lg .control-label {
					padding-top: 11px;
					font-size: 18px;
				}
			}
			@media (min-width: 768px) {
				booking-layout .form-horizontal .form-group-sm .control-label {
					padding-top: 6px;
					font-size: 12px;
				}
			}
			booking-layout .btn {
				display: inline-block;
				padding: 6px 12px;
				margin-bottom: 0;
				font-size: 14px;
				font-weight: 400;
				line-height: 1.42857143;
				text-align: center;
				white-space: nowrap;
				vertical-align: middle;
				touch-action: manipulation;
				cursor: pointer;
				-webkit-user-select: none;
				user-select: none;
				background-image: none;
				border: 1px solid transparent;
				border-radius: 4px;
			}
			booking-layout .btn:focus,
			booking-layout .btn:active:focus,
			booking-layout .btn.active:focus,
			booking-layout .btn.focus,
			booking-layout .btn:active.focus,
			booking-layout .btn.active.focus {
				outline: 5px auto -webkit-focus-ring-color;
				outline-offset: -2px;
			}
			booking-layout .btn:hover,
			booking-layout .btn:focus,
			booking-layout .btn.focus {
				color: #333;
				text-decoration: none;
			}
			booking-layout .btn:active,
			booking-layout .btn.active {
				background-image: none;
				outline: 0;
				box-shadow: inset 0 3px 5px #00000020;
			}
			booking-layout .btn.disabled,
			booking-layout .btn[disabled],
			booking-layout fieldset[disabled] .btn {
				cursor: not-allowed;
				filter: alpha(opacity=65);
				box-shadow: none;
				opacity: 0.65;
			}
			booking-layout a.btn.disabled,
			booking-layout fieldset[disabled] a.btn {
				pointer-events: none;
			}
			booking-layout .btn-default {
				color: #333;
				background-color: #fff;
				border-color: #ccc;
			}
			booking-layout .btn-default:focus,
			booking-layout .btn-default.focus {
				color: #333;
				background-color: #e6e6e6;
				border-color: #8c8c8c;
			}
			booking-layout .btn-default:hover {
				color: #333;
				background-color: #e6e6e6;
				border-color: #adadad;
			}
			booking-layout .btn-default:active,
			booking-layout .btn-default.active,
			booking-layout .open > .dropdown-toggle.btn-default {
				color: #333;
				background-color: #e6e6e6;
				border-color: #adadad;
			}
			booking-layout .btn-default:active:hover,
			booking-layout .btn-default.active:hover,
			booking-layout .open > .dropdown-toggle.btn-default:hover,
			booking-layout .btn-default:active:focus,
			booking-layout .btn-default.active:focus,
			booking-layout .open > .dropdown-toggle.btn-default:focus,
			booking-layout .btn-default:active.focus,
			booking-layout .btn-default.active.focus,
			booking-layout .open > .dropdown-toggle.btn-default.focus {
				color: #333;
				background-color: #d4d4d4;
				border-color: #8c8c8c;
			}
			booking-layout .btn-default:active,
			booking-layout .btn-default.active,
			booking-layout .open > .dropdown-toggle.btn-default {
				background-image: none;
			}
			booking-layout .btn-default.disabled:hover,
			booking-layout .btn-default[disabled]:hover,
			booking-layout fieldset[disabled] .btn-default:hover,
			booking-layout .btn-default.disabled:focus,
			booking-layout .btn-default[disabled]:focus,
			booking-layout fieldset[disabled] .btn-default:focus,
			booking-layout .btn-default.disabled.focus,
			booking-layout .btn-default[disabled].focus,
			booking-layout fieldset[disabled] .btn-default.focus {
				background-color: #fff;
				border-color: #ccc;
			}
			booking-layout .btn-default .badge {
				color: #fff;
				background-color: #333;
			}
			booking-layout .btn-primary {
				color: #fff;
				background-color: #337ab7;
				border-color: #2e6da4;
			}
			booking-layout .btn-primary:focus,
			booking-layout .btn-primary.focus {
				color: #fff;
				background-color: #286090;
				border-color: #122b40;
			}
			booking-layout .btn-primary:hover {
				color: #fff;
				background-color: #286090;
				border-color: #204d74;
			}
			booking-layout .btn-primary:active,
			booking-layout .btn-primary.active,
			booking-layout .open > .dropdown-toggle.btn-primary {
				color: #fff;
				background-color: #286090;
				border-color: #204d74;
			}
			booking-layout .btn-primary:active:hover,
			booking-layout .btn-primary.active:hover,
			booking-layout .open > .dropdown-toggle.btn-primary:hover,
			booking-layout .btn-primary:active:focus,
			booking-layout .btn-primary.active:focus,
			booking-layout .open > .dropdown-toggle.btn-primary:focus,
			booking-layout .btn-primary:active.focus,
			booking-layout .btn-primary.active.focus,
			booking-layout .open > .dropdown-toggle.btn-primary.focus {
				color: #fff;
				background-color: #204d74;
				border-color: #122b40;
			}
			booking-layout .btn-primary:active,
			booking-layout .btn-primary.active,
			booking-layout .open > .dropdown-toggle.btn-primary {
				background-image: none;
			}
			booking-layout .btn-primary.disabled:hover,
			booking-layout .btn-primary[disabled]:hover,
			booking-layout fieldset[disabled] .btn-primary:hover,
			booking-layout .btn-primary.disabled:focus,
			booking-layout .btn-primary[disabled]:focus,
			booking-layout fieldset[disabled] .btn-primary:focus,
			booking-layout .btn-primary.disabled.focus,
			booking-layout .btn-primary[disabled].focus,
			booking-layout fieldset[disabled] .btn-primary.focus {
				background-color: #337ab7;
				border-color: #2e6da4;
			}
			booking-layout .btn-primary .badge {
				color: #337ab7;
				background-color: #fff;
			}
			booking-layout .btn-success {
				color: #fff;
				background-color: #5cb85c;
				border-color: #4cae4c;
			}
			booking-layout .btn-success:focus,
			booking-layout .btn-success.focus {
				color: #fff;
				background-color: #449d44;
				border-color: #255625;
			}
			booking-layout .btn-success:hover {
				color: #fff;
				background-color: #449d44;
				border-color: #398439;
			}
			booking-layout .btn-success:active,
			booking-layout .btn-success.active,
			booking-layout .open > .dropdown-toggle.btn-success {
				color: #fff;
				background-color: #449d44;
				border-color: #398439;
			}
			booking-layout .btn-success:active:hover,
			booking-layout .btn-success.active:hover,
			booking-layout .open > .dropdown-toggle.btn-success:hover,
			booking-layout .btn-success:active:focus,
			booking-layout .btn-success.active:focus,
			booking-layout .open > .dropdown-toggle.btn-success:focus,
			booking-layout .btn-success:active.focus,
			booking-layout .btn-success.active.focus,
			booking-layout .open > .dropdown-toggle.btn-success.focus {
				color: #fff;
				background-color: #398439;
				border-color: #255625;
			}
			booking-layout .btn-success:active,
			booking-layout .btn-success.active,
			booking-layout .open > .dropdown-toggle.btn-success {
				background-image: none;
			}
			booking-layout .btn-success.disabled:hover,
			booking-layout .btn-success[disabled]:hover,
			booking-layout fieldset[disabled] .btn-success:hover,
			booking-layout .btn-success.disabled:focus,
			booking-layout .btn-success[disabled]:focus,
			booking-layout fieldset[disabled] .btn-success:focus,
			booking-layout .btn-success.disabled.focus,
			booking-layout .btn-success[disabled].focus,
			booking-layout fieldset[disabled] .btn-success.focus {
				background-color: #5cb85c;
				border-color: #4cae4c;
			}
			booking-layout .btn-success .badge {
				color: #5cb85c;
				background-color: #fff;
			}
			booking-layout .btn-info {
				color: #fff;
				background-color: #5bc0de;
				border-color: #46b8da;
			}
			booking-layout .btn-info:focus,
			booking-layout .btn-info.focus {
				color: #fff;
				background-color: #31b0d5;
				border-color: #1b6d85;
			}
			booking-layout .btn-info:hover {
				color: #fff;
				background-color: #31b0d5;
				border-color: #269abc;
			}
			booking-layout .btn-info:active,
			booking-layout .btn-info.active,
			booking-layout .open > .dropdown-toggle.btn-info {
				color: #fff;
				background-color: #31b0d5;
				border-color: #269abc;
			}
			booking-layout .btn-info:active:hover,
			booking-layout .btn-info.active:hover,
			booking-layout .open > .dropdown-toggle.btn-info:hover,
			booking-layout .btn-info:active:focus,
			booking-layout .btn-info.active:focus,
			booking-layout .open > .dropdown-toggle.btn-info:focus,
			booking-layout .btn-info:active.focus,
			booking-layout .btn-info.active.focus,
			booking-layout .open > .dropdown-toggle.btn-info.focus {
				color: #fff;
				background-color: #269abc;
				border-color: #1b6d85;
			}
			booking-layout .btn-info:active,
			booking-layout .btn-info.active,
			booking-layout .open > .dropdown-toggle.btn-info {
				background-image: none;
			}
			booking-layout .btn-info.disabled:hover,
			booking-layout .btn-info[disabled]:hover,
			booking-layout fieldset[disabled] .btn-info:hover,
			booking-layout .btn-info.disabled:focus,
			booking-layout .btn-info[disabled]:focus,
			booking-layout fieldset[disabled] .btn-info:focus,
			booking-layout .btn-info.disabled.focus,
			booking-layout .btn-info[disabled].focus,
			booking-layout fieldset[disabled] .btn-info.focus {
				background-color: #5bc0de;
				border-color: #46b8da;
			}
			booking-layout .btn-info .badge {
				color: #5bc0de;
				background-color: #fff;
			}
			booking-layout .btn-warning {
				color: #fff;
				background-color: #f0ad4e;
				border-color: #eea236;
			}
			booking-layout .btn-warning:focus,
			booking-layout .btn-warning.focus {
				color: #fff;
				background-color: #ec971f;
				border-color: #985f0d;
			}
			booking-layout .btn-warning:hover {
				color: #fff;
				background-color: #ec971f;
				border-color: #d58512;
			}
			booking-layout .btn-warning:active,
			booking-layout .btn-warning.active,
			booking-layout .open > .dropdown-toggle.btn-warning {
				color: #fff;
				background-color: #ec971f;
				border-color: #d58512;
			}
			booking-layout .btn-warning:active:hover,
			booking-layout .btn-warning.active:hover,
			booking-layout .open > .dropdown-toggle.btn-warning:hover,
			booking-layout .btn-warning:active:focus,
			booking-layout .btn-warning.active:focus,
			booking-layout .open > .dropdown-toggle.btn-warning:focus,
			booking-layout .btn-warning:active.focus,
			booking-layout .btn-warning.active.focus,
			booking-layout .open > .dropdown-toggle.btn-warning.focus {
				color: #fff;
				background-color: #d58512;
				border-color: #985f0d;
			}
			booking-layout .btn-warning:active,
			booking-layout .btn-warning.active,
			booking-layout .open > .dropdown-toggle.btn-warning {
				background-image: none;
			}
			booking-layout .btn-warning.disabled:hover,
			booking-layout .btn-warning[disabled]:hover,
			booking-layout fieldset[disabled] .btn-warning:hover,
			booking-layout .btn-warning.disabled:focus,
			booking-layout .btn-warning[disabled]:focus,
			booking-layout fieldset[disabled] .btn-warning:focus,
			booking-layout .btn-warning.disabled.focus,
			booking-layout .btn-warning[disabled].focus,
			booking-layout fieldset[disabled] .btn-warning.focus {
				background-color: #f0ad4e;
				border-color: #eea236;
			}
			booking-layout .btn-warning .badge {
				color: #f0ad4e;
				background-color: #fff;
			}
			booking-layout .btn-danger {
				color: #fff;
				background-color: #d9534f;
				border-color: #d43f3a;
			}
			booking-layout .btn-danger:focus,
			booking-layout .btn-danger.focus {
				color: #fff;
				background-color: #c9302c;
				border-color: #761c19;
			}
			booking-layout .btn-danger:hover {
				color: #fff;
				background-color: #c9302c;
				border-color: #ac2925;
			}
			booking-layout .btn-danger:active,
			booking-layout .btn-danger.active,
			booking-layout .open > .dropdown-toggle.btn-danger {
				color: #fff;
				background-color: #c9302c;
				border-color: #ac2925;
			}
			booking-layout .btn-danger:active:hover,
			booking-layout .btn-danger.active:hover,
			booking-layout .open > .dropdown-toggle.btn-danger:hover,
			booking-layout .btn-danger:active:focus,
			booking-layout .btn-danger.active:focus,
			booking-layout .open > .dropdown-toggle.btn-danger:focus,
			booking-layout .btn-danger:active.focus,
			booking-layout .btn-danger.active.focus,
			booking-layout .open > .dropdown-toggle.btn-danger.focus {
				color: #fff;
				background-color: #ac2925;
				border-color: #761c19;
			}
			booking-layout .btn-danger:active,
			booking-layout .btn-danger.active,
			booking-layout .open > .dropdown-toggle.btn-danger {
				background-image: none;
			}
			booking-layout .btn-danger.disabled:hover,
			booking-layout .btn-danger[disabled]:hover,
			booking-layout fieldset[disabled] .btn-danger:hover,
			booking-layout .btn-danger.disabled:focus,
			booking-layout .btn-danger[disabled]:focus,
			booking-layout fieldset[disabled] .btn-danger:focus,
			booking-layout .btn-danger.disabled.focus,
			booking-layout .btn-danger[disabled].focus,
			booking-layout fieldset[disabled] .btn-danger.focus {
				background-color: #d9534f;
				border-color: #d43f3a;
			}
			booking-layout .btn-danger .badge {
				color: #d9534f;
				background-color: #fff;
			}
			booking-layout .btn-link {
				font-weight: 400;
				color: #337ab7;
				border-radius: 0;
			}
			booking-layout .btn-link,
			booking-layout .btn-link:active,
			booking-layout .btn-link.active,
			booking-layout .btn-link[disabled],
			booking-layout fieldset[disabled] .btn-link {
				background-color: transparent;
				box-shadow: none;
			}
			booking-layout .btn-link,
			booking-layout .btn-link:hover,
			booking-layout .btn-link:focus,
			booking-layout .btn-link:active {
				border-color: transparent;
			}
			booking-layout .btn-link:hover,
			booking-layout .btn-link:focus {
				color: #23527c;
				text-decoration: underline;
				background-color: transparent;
			}
			booking-layout .btn-link[disabled]:hover,
			booking-layout fieldset[disabled] .btn-link:hover,
			booking-layout .btn-link[disabled]:focus,
			booking-layout fieldset[disabled] .btn-link:focus {
				color: #777;
				text-decoration: none;
			}
			booking-layout .btn-lg,
			booking-layout .btn-group-lg > .btn {
				padding: 10px 16px;
				font-size: 18px;
				line-height: 1.3333333;
				border-radius: 6px;
			}
			booking-layout .btn-sm,
			booking-layout .btn-group-sm > .btn {
				padding: 5px 10px;
				font-size: 12px;
				line-height: 1.5;
				border-radius: 3px;
			}
			booking-layout .btn-xs,
			booking-layout .btn-group-xs > .btn {
				padding: 1px 5px;
				font-size: 12px;
				line-height: 1.5;
				border-radius: 3px;
			}
			booking-layout .btn-block {
				display: block;
				width: 100%;
			}
			booking-layout .btn-block + .btn-block {
				margin-top: 5px;
			}
			booking-layout input[type='submit'].btn-block,
			booking-layout input[type='reset'].btn-block,
			booking-layout input[type='button'].btn-block {
				width: 100%;
			}
			bs-modal-backdrop.fade,
			modal-container.fade,
			booking-layout .fade {
				opacity: 0;
				transition: opacity 0.15s linear;
			}
			bs-modal-backdrop.fade.in,
			modal-container.fade.in,
			booking-layout .fade.in,
			bs-modal-backdrop.fade.show,
			modal-container.fade.show,
			booking-layout .fade.show {
				opacity: 1;
			}
			booking-layout .collapse {
				display: none;
			}
			booking-layout .collapse.in {
				display: block;
			}
			booking-layout tr.collapse.in {
				display: table-row;
			}
			booking-layout tbody.collapse.in {
				display: table-row-group;
			}
			booking-layout .collapsing {
				position: relative;
				height: 0;
				overflow: hidden;
				transition-timing-function: ease;
				transition-duration: 0.35s;
				transition-property: height, visibility;
			}
			booking-layout .caret {
				display: inline-block;
				width: 0;
				height: 0;
				margin-left: 2px;
				vertical-align: middle;
				border-top: 4px dashed;
				border-top: 4px solid \;
				border-right: 4px solid transparent;
				border-left: 4px solid transparent;
			}
			booking-layout .dropup,
			booking-layout .dropdown {
				position: relative;
			}
			booking-layout .dropdown-toggle:focus {
				outline: 0;
			}
			booking-layout .dropdown-menu {
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 1000;
				display: none;
				float: left;
				min-width: 160px;
				padding: 5px 0;
				margin: 2px 0 0;
				font-size: 14px;
				text-align: left;
				list-style: none;
				background-color: #fff;
				background-clip: padding-box;
				border: 1px solid #ccc;
				border: 1px solid rgba(0, 0, 0, 0.15);
				border-radius: 4px;
				box-shadow: 0 6px 12px #0000002d;
			}
			booking-layout .dropdown-menu.pull-right {
				right: 0;
				left: auto;
			}
			booking-layout .dropdown-menu .divider {
				height: 1px;
				margin: 9px 0;
				overflow: hidden;
				background-color: #e5e5e5;
			}
			booking-layout .dropdown-menu > li > a {
				display: block;
				padding: 3px 20px;
				clear: both;
				font-weight: 400;
				line-height: 1.42857143;
				color: #333;
				white-space: nowrap;
			}
			booking-layout .dropdown-menu > li > a:hover,
			booking-layout .dropdown-menu > li > a:focus {
				color: #262626;
				text-decoration: none;
				background-color: #f5f5f5;
			}
			booking-layout .dropdown-menu > .active > a,
			booking-layout .dropdown-menu > .active > a:hover,
			booking-layout .dropdown-menu > .active > a:focus {
				color: #fff;
				text-decoration: none;
				background-color: #337ab7;
				outline: 0;
			}
			booking-layout .dropdown-menu > .disabled > a,
			booking-layout .dropdown-menu > .disabled > a:hover,
			booking-layout .dropdown-menu > .disabled > a:focus {
				color: #777;
			}
			booking-layout .dropdown-menu > .disabled > a:hover,
			booking-layout .dropdown-menu > .disabled > a:focus {
				text-decoration: none;
				cursor: not-allowed;
				background-color: transparent;
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
			}
			booking-layout .open > .dropdown-menu {
				display: block;
			}
			booking-layout .open > a {
				outline: 0;
			}
			booking-layout .dropdown-menu-right {
				right: 0;
				left: auto;
			}
			booking-layout .dropdown-menu-left {
				right: auto;
				left: 0;
			}
			booking-layout .dropdown-header {
				display: block;
				padding: 3px 20px;
				font-size: 12px;
				line-height: 1.42857143;
				color: #777;
				white-space: nowrap;
			}
			booking-layout .dropdown-backdrop {
				position: fixed;
				inset: 0;
				z-index: 990;
			}
			booking-layout .pull-right > .dropdown-menu {
				right: 0;
				left: auto;
			}
			booking-layout .dropup .caret,
			booking-layout .navbar-fixed-bottom .dropdown .caret {
				content: '';
				border-top: 0;
				border-bottom: 4px dashed;
				border-bottom: 4px solid \;
			}
			booking-layout .dropup .dropdown-menu,
			booking-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
				top: auto;
				bottom: 100%;
				margin-bottom: 2px;
			}
			@media (min-width: 768px) {
				booking-layout .navbar-right .dropdown-menu {
					right: 0;
					left: auto;
				}
				booking-layout .navbar-right .dropdown-menu-left {
					right: auto;
					left: 0;
				}
			}
			booking-layout .btn-group,
			booking-layout .btn-group-vertical {
				position: relative;
				display: inline-block;
				vertical-align: middle;
			}
			booking-layout .btn-group > .btn,
			booking-layout .btn-group-vertical > .btn {
				position: relative;
				float: left;
			}
			booking-layout .btn-group > .btn:hover,
			booking-layout .btn-group-vertical > .btn:hover,
			booking-layout .btn-group > .btn:focus,
			booking-layout .btn-group-vertical > .btn:focus,
			booking-layout .btn-group > .btn:active,
			booking-layout .btn-group-vertical > .btn:active,
			booking-layout .btn-group > .btn.active,
			booking-layout .btn-group-vertical > .btn.active {
				z-index: 2;
			}
			booking-layout .btn-group .btn + .btn,
			booking-layout .btn-group .btn + .btn-group,
			booking-layout .btn-group .btn-group + .btn,
			booking-layout .btn-group .btn-group + .btn-group {
				margin-left: -1px;
			}
			booking-layout .btn-toolbar {
				margin-left: -5px;
			}
			booking-layout .btn-toolbar .btn,
			booking-layout .btn-toolbar .btn-group,
			booking-layout .btn-toolbar .input-group {
				float: left;
			}
			booking-layout .btn-toolbar > .btn,
			booking-layout .btn-toolbar > .btn-group,
			booking-layout .btn-toolbar > .input-group {
				margin-left: 5px;
			}
			booking-layout
				.btn-group
				> .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
				border-radius: 0;
			}
			booking-layout .btn-group > .btn:first-child {
				margin-left: 0;
			}
			booking-layout
				.btn-group
				> .btn:first-child:not(:last-child):not(.dropdown-toggle) {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}
			booking-layout .btn-group > .btn:last-child:not(:first-child),
			booking-layout .btn-group > .dropdown-toggle:not(:first-child) {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}
			booking-layout .btn-group > .btn-group {
				float: left;
			}
			booking-layout
				.btn-group
				> .btn-group:not(:first-child):not(:last-child)
				> .btn {
				border-radius: 0;
			}
			booking-layout
				.btn-group
				> .btn-group:first-child:not(:last-child)
				> .btn:last-child,
			booking-layout
				.btn-group
				> .btn-group:first-child:not(:last-child)
				> .dropdown-toggle {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}
			booking-layout
				.btn-group
				> .btn-group:last-child:not(:first-child)
				> .btn:first-child {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}
			booking-layout .btn-group .dropdown-toggle:active,
			booking-layout .btn-group.open .dropdown-toggle {
				outline: 0;
			}
			booking-layout .btn-group > .btn + .dropdown-toggle {
				padding-right: 8px;
				padding-left: 8px;
			}
			booking-layout .btn-group > .btn-lg + .dropdown-toggle {
				padding-right: 12px;
				padding-left: 12px;
			}
			booking-layout .btn-group.open .dropdown-toggle {
				box-shadow: inset 0 3px 5px #00000020;
			}
			booking-layout .btn-group.open .dropdown-toggle.btn-link {
				box-shadow: none;
			}
			booking-layout .btn .caret {
				margin-left: 0;
			}
			booking-layout .btn-lg .caret {
				border-width: 5px 5px 0;
				border-bottom-width: 0;
			}
			booking-layout .dropup .btn-lg .caret {
				border-width: 0 5px 5px;
			}
			booking-layout .btn-group-vertical > .btn,
			booking-layout .btn-group-vertical > .btn-group,
			booking-layout .btn-group-vertical > .btn-group > .btn {
				display: block;
				float: none;
				width: 100%;
				max-width: 100%;
			}
			booking-layout .btn-group-vertical > .btn-group > .btn {
				float: none;
			}
			booking-layout .btn-group-vertical > .btn + .btn,
			booking-layout .btn-group-vertical > .btn + .btn-group,
			booking-layout .btn-group-vertical > .btn-group + .btn,
			booking-layout .btn-group-vertical > .btn-group + .btn-group {
				margin-top: -1px;
				margin-left: 0;
			}
			booking-layout
				.btn-group-vertical
				> .btn:not(:first-child):not(:last-child) {
				border-radius: 0;
			}
			booking-layout .btn-group-vertical > .btn:first-child:not(:last-child) {
				border-radius: 4px 4px 0 0;
			}
			booking-layout .btn-group-vertical > .btn:last-child:not(:first-child) {
				border-radius: 0 0 4px 4px;
			}
			booking-layout
				.btn-group-vertical
				> .btn-group:not(:first-child):not(:last-child)
				> .btn {
				border-radius: 0;
			}
			booking-layout
				.btn-group-vertical
				> .btn-group:first-child:not(:last-child)
				> .btn:last-child,
			booking-layout
				.btn-group-vertical
				> .btn-group:first-child:not(:last-child)
				> .dropdown-toggle {
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
			}
			booking-layout
				.btn-group-vertical
				> .btn-group:last-child:not(:first-child)
				> .btn:first-child {
				border-top-left-radius: 0;
				border-top-right-radius: 0;
			}
			booking-layout .btn-group-justified {
				display: table;
				width: 100%;
				table-layout: fixed;
				border-collapse: separate;
			}
			booking-layout .btn-group-justified > .btn,
			booking-layout .btn-group-justified > .btn-group {
				display: table-cell;
				float: none;
				width: 1%;
			}
			booking-layout .btn-group-justified > .btn-group .btn {
				width: 100%;
			}
			booking-layout .btn-group-justified > .btn-group .dropdown-menu {
				left: auto;
			}
			booking-layout [data-toggle='buttons'] > .btn input[type='radio'],
			booking-layout
				[data-toggle='buttons']
				> .btn-group
				> .btn
				input[type='radio'],
			booking-layout [data-toggle='buttons'] > .btn input[type='checkbox'],
			booking-layout
				[data-toggle='buttons']
				> .btn-group
				> .btn
				input[type='checkbox'] {
				position: absolute;
				clip: rect(0, 0, 0, 0);
				pointer-events: none;
			}
			booking-layout .input-group {
				position: relative;
				display: table;
				border-collapse: separate;
			}
			booking-layout .input-group[class*='col-'] {
				float: none;
				padding-right: 0;
				padding-left: 0;
			}
			booking-layout .input-group .form-control {
				position: relative;
				z-index: 2;
				float: left;
				width: 100%;
				margin-bottom: 0;
			}
			booking-layout .input-group .form-control:focus {
				z-index: 3;
			}
			booking-layout .input-group-lg > .form-control,
			booking-layout .input-group-lg > .input-group-addon,
			booking-layout .input-group-lg > .input-group-btn > .btn {
				height: 46px;
				padding: 10px 16px;
				font-size: 18px;
				line-height: 1.3333333;
				border-radius: 6px;
			}
			booking-layout select.input-group-lg > .form-control,
			booking-layout select.input-group-lg > .input-group-addon,
			booking-layout select.input-group-lg > .input-group-btn > .btn {
				height: 46px;
				line-height: 46px;
			}
			booking-layout textarea.input-group-lg > .form-control,
			booking-layout textarea.input-group-lg > .input-group-addon,
			booking-layout textarea.input-group-lg > .input-group-btn > .btn,
			booking-layout select[multiple].input-group-lg > .form-control,
			booking-layout select[multiple].input-group-lg > .input-group-addon,
			booking-layout select[multiple].input-group-lg > .input-group-btn > .btn {
				height: auto;
			}
			booking-layout .input-group-sm > .form-control,
			booking-layout .input-group-sm > .input-group-addon,
			booking-layout .input-group-sm > .input-group-btn > .btn {
				height: 30px;
				padding: 5px 10px;
				font-size: 12px;
				line-height: 1.5;
				border-radius: 3px;
			}
			booking-layout select.input-group-sm > .form-control,
			booking-layout select.input-group-sm > .input-group-addon,
			booking-layout select.input-group-sm > .input-group-btn > .btn {
				height: 30px;
				line-height: 30px;
			}
			booking-layout textarea.input-group-sm > .form-control,
			booking-layout textarea.input-group-sm > .input-group-addon,
			booking-layout textarea.input-group-sm > .input-group-btn > .btn,
			booking-layout select[multiple].input-group-sm > .form-control,
			booking-layout select[multiple].input-group-sm > .input-group-addon,
			booking-layout select[multiple].input-group-sm > .input-group-btn > .btn {
				height: auto;
			}
			booking-layout .input-group-addon,
			booking-layout .input-group-btn,
			booking-layout .input-group .form-control {
				display: table-cell;
			}
			booking-layout .input-group-addon:not(:first-child):not(:last-child),
			booking-layout .input-group-btn:not(:first-child):not(:last-child),
			booking-layout
				.input-group
				.form-control:not(:first-child):not(:last-child) {
				border-radius: 0;
			}
			booking-layout .input-group-addon,
			booking-layout .input-group-btn {
				width: 1%;
				white-space: nowrap;
				vertical-align: middle;
			}
			booking-layout .input-group-addon {
				padding: 6px 12px;
				font-size: 14px;
				font-weight: 400;
				line-height: 1;
				color: #555;
				text-align: center;
				background-color: #eee;
				border: 1px solid #ccc;
				border-radius: 4px;
			}
			booking-layout .input-group-addon.input-sm {
				padding: 5px 10px;
				font-size: 12px;
				border-radius: 3px;
			}
			booking-layout .input-group-addon.input-lg {
				padding: 10px 16px;
				font-size: 18px;
				border-radius: 6px;
			}
			booking-layout .input-group-addon input[type='radio'],
			booking-layout .input-group-addon input[type='checkbox'] {
				margin-top: 0;
			}
			booking-layout .input-group .form-control:first-child,
			booking-layout .input-group-addon:first-child,
			booking-layout .input-group-btn:first-child > .btn,
			booking-layout .input-group-btn:first-child > .btn-group > .btn,
			booking-layout .input-group-btn:first-child > .dropdown-toggle,
			booking-layout
				.input-group-btn:last-child
				> .btn:not(:last-child):not(.dropdown-toggle),
			booking-layout
				.input-group-btn:last-child
				> .btn-group:not(:last-child)
				> .btn {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}
			booking-layout .input-group-addon:first-child {
				border-right: 0;
			}
			booking-layout .input-group .form-control:last-child,
			booking-layout .input-group-addon:last-child,
			booking-layout .input-group-btn:last-child > .btn,
			booking-layout .input-group-btn:last-child > .btn-group > .btn,
			booking-layout .input-group-btn:last-child > .dropdown-toggle,
			booking-layout .input-group-btn:first-child > .btn:not(:first-child),
			booking-layout
				.input-group-btn:first-child
				> .btn-group:not(:first-child)
				> .btn {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}
			booking-layout .input-group-addon:last-child {
				border-left: 0;
			}
			booking-layout .input-group-btn {
				position: relative;
				font-size: 0;
				white-space: nowrap;
			}
			booking-layout .input-group-btn > .btn {
				position: relative;
			}
			booking-layout .input-group-btn > .btn + .btn {
				margin-left: -1px;
			}
			booking-layout .input-group-btn > .btn:hover,
			booking-layout .input-group-btn > .btn:focus,
			booking-layout .input-group-btn > .btn:active {
				z-index: 2;
			}
			booking-layout .input-group-btn:first-child > .btn,
			booking-layout .input-group-btn:first-child > .btn-group {
				margin-right: -1px;
			}
			booking-layout .input-group-btn:last-child > .btn,
			booking-layout .input-group-btn:last-child > .btn-group {
				z-index: 2;
				margin-left: -1px;
			}
			booking-layout .nav {
				padding-left: 0;
				margin-bottom: 0;
				list-style: none;
			}
			booking-layout .nav > li {
				position: relative;
				display: block;
			}
			booking-layout .nav > li > a {
				position: relative;
				display: block;
				padding: 10px 15px;
			}
			booking-layout .nav > li > a:hover,
			booking-layout .nav > li > a:focus {
				text-decoration: none;
				background-color: #eee;
			}
			booking-layout .nav > li.disabled > a {
				color: #777;
			}
			booking-layout .nav > li.disabled > a:hover,
			booking-layout .nav > li.disabled > a:focus {
				color: #777;
				text-decoration: none;
				cursor: not-allowed;
				background-color: transparent;
			}
			booking-layout .nav .open > a,
			booking-layout .nav .open > a:hover,
			booking-layout .nav .open > a:focus {
				background-color: #eee;
				border-color: #337ab7;
			}
			booking-layout .nav .nav-divider {
				height: 1px;
				margin: 9px 0;
				overflow: hidden;
				background-color: #e5e5e5;
			}
			booking-layout .nav > li > a > img {
				max-width: none;
			}
			booking-layout .nav-tabs {
				border-bottom: 1px solid #ddd;
			}
			booking-layout .nav-tabs > li {
				float: left;
				margin-bottom: -1px;
			}
			booking-layout .nav-tabs > li > a {
				margin-right: 2px;
				line-height: 1.42857143;
				border: 1px solid transparent;
				border-radius: 4px 4px 0 0;
			}
			booking-layout .nav-tabs > li > a:hover {
				border-color: #eee #eee #ddd;
			}
			booking-layout .nav-tabs > li.active > a,
			booking-layout .nav-tabs > li.active > a:hover,
			booking-layout .nav-tabs > li.active > a:focus {
				color: #555;
				cursor: default;
				background-color: #fff;
				border: 1px solid #ddd;
				border-bottom-color: transparent;
			}
			booking-layout .nav-tabs.nav-justified {
				width: 100%;
				border-bottom: 0;
			}
			booking-layout .nav-tabs.nav-justified > li {
				float: none;
			}
			booking-layout .nav-tabs.nav-justified > li > a {
				margin-bottom: 5px;
				text-align: center;
			}
			booking-layout .nav-tabs.nav-justified > .dropdown .dropdown-menu {
				top: auto;
				left: auto;
			}
			@media (min-width: 768px) {
				booking-layout .nav-tabs.nav-justified > li {
					display: table-cell;
					width: 1%;
				}
				booking-layout .nav-tabs.nav-justified > li > a {
					margin-bottom: 0;
				}
			}
			booking-layout .nav-tabs.nav-justified > li > a {
				margin-right: 0;
				border-radius: 4px;
			}
			booking-layout .nav-tabs.nav-justified > .active > a,
			booking-layout .nav-tabs.nav-justified > .active > a:hover,
			booking-layout .nav-tabs.nav-justified > .active > a:focus {
				border: 1px solid #ddd;
			}
			@media (min-width: 768px) {
				booking-layout .nav-tabs.nav-justified > li > a {
					border-bottom: 1px solid #ddd;
					border-radius: 4px 4px 0 0;
				}
				booking-layout .nav-tabs.nav-justified > .active > a,
				booking-layout .nav-tabs.nav-justified > .active > a:hover,
				booking-layout .nav-tabs.nav-justified > .active > a:focus {
					border-bottom-color: #fff;
				}
			}
			booking-layout .nav-pills > li {
				float: left;
			}
			booking-layout .nav-pills > li > a {
				border-radius: 4px;
			}
			booking-layout .nav-pills > li + li {
				margin-left: 2px;
			}
			booking-layout .nav-pills > li.active > a,
			booking-layout .nav-pills > li.active > a:hover,
			booking-layout .nav-pills > li.active > a:focus {
				color: #fff;
				background-color: #337ab7;
			}
			booking-layout .nav-stacked > li {
				float: none;
			}
			booking-layout .nav-stacked > li + li {
				margin-top: 2px;
				margin-left: 0;
			}
			booking-layout .nav-justified {
				width: 100%;
			}
			booking-layout .nav-justified > li {
				float: none;
			}
			booking-layout .nav-justified > li > a {
				margin-bottom: 5px;
				text-align: center;
			}
			booking-layout .nav-justified > .dropdown .dropdown-menu {
				top: auto;
				left: auto;
			}
			@media (min-width: 768px) {
				booking-layout .nav-justified > li {
					display: table-cell;
					width: 1%;
				}
				booking-layout .nav-justified > li > a {
					margin-bottom: 0;
				}
			}
			booking-layout .nav-tabs-justified {
				border-bottom: 0;
			}
			booking-layout .nav-tabs-justified > li > a {
				margin-right: 0;
				border-radius: 4px;
			}
			booking-layout .nav-tabs-justified > .active > a,
			booking-layout .nav-tabs-justified > .active > a:hover,
			booking-layout .nav-tabs-justified > .active > a:focus {
				border: 1px solid #ddd;
			}
			@media (min-width: 768px) {
				booking-layout .nav-tabs-justified > li > a {
					border-bottom: 1px solid #ddd;
					border-radius: 4px 4px 0 0;
				}
				booking-layout .nav-tabs-justified > .active > a,
				booking-layout .nav-tabs-justified > .active > a:hover,
				booking-layout .nav-tabs-justified > .active > a:focus {
					border-bottom-color: #fff;
				}
			}
			booking-layout .tab-content > .tab-pane {
				display: none;
			}
			booking-layout .tab-content > .active {
				display: block;
			}
			booking-layout .nav-tabs .dropdown-menu {
				margin-top: -1px;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
			}
			booking-layout .navbar {
				position: relative;
				min-height: 50px;
				margin-bottom: 20px;
				border: 1px solid transparent;
			}
			@media (min-width: 768px) {
				booking-layout .navbar {
					border-radius: 4px;
				}
			}
			@media (min-width: 768px) {
				booking-layout .navbar-header {
					float: left;
				}
			}
			booking-layout .navbar-collapse {
				padding-right: 15px;
				padding-left: 15px;
				overflow-x: visible;
				-webkit-overflow-scrolling: touch;
				border-top: 1px solid transparent;
				box-shadow: inset 0 1px #ffffff1a;
			}
			booking-layout .navbar-collapse.in {
				overflow-y: auto;
			}
			@media (min-width: 768px) {
				booking-layout .navbar-collapse {
					width: auto;
					border-top: 0;
					box-shadow: none;
				}
				booking-layout .navbar-collapse.collapse {
					display: block !important;
					height: auto !important;
					padding-bottom: 0;
					overflow: visible !important;
				}
				booking-layout .navbar-collapse.in {
					overflow-y: visible;
				}
				booking-layout .navbar-fixed-top .navbar-collapse,
				booking-layout .navbar-static-top .navbar-collapse,
				booking-layout .navbar-fixed-bottom .navbar-collapse {
					padding-right: 0;
					padding-left: 0;
				}
			}
			booking-layout .navbar-fixed-top .navbar-collapse,
			booking-layout .navbar-fixed-bottom .navbar-collapse {
				max-height: 340px;
			}
			@media (max-device-width: 480px) and (orientation: landscape) {
				booking-layout .navbar-fixed-top .navbar-collapse,
				booking-layout .navbar-fixed-bottom .navbar-collapse {
					max-height: 200px;
				}
			}
			booking-layout .container > .navbar-header,
			booking-layout .container-fluid > .navbar-header,
			booking-layout .container > .navbar-collapse,
			booking-layout .container-fluid > .navbar-collapse {
				margin-right: -15px;
				margin-left: -15px;
			}
			@media (min-width: 768px) {
				booking-layout .container > .navbar-header,
				booking-layout .container-fluid > .navbar-header,
				booking-layout .container > .navbar-collapse,
				booking-layout .container-fluid > .navbar-collapse {
					margin-right: 0;
					margin-left: 0;
				}
			}
			booking-layout .navbar-static-top {
				z-index: 1000;
				border-width: 0 0 1px;
			}
			@media (min-width: 768px) {
				booking-layout .navbar-static-top {
					border-radius: 0;
				}
			}
			booking-layout .navbar-fixed-top,
			booking-layout .navbar-fixed-bottom {
				position: fixed;
				right: 0;
				left: 0;
				z-index: 1030;
			}
			@media (min-width: 768px) {
				booking-layout .navbar-fixed-top,
				booking-layout .navbar-fixed-bottom {
					border-radius: 0;
				}
			}
			booking-layout .navbar-fixed-top {
				top: 0;
				border-width: 0 0 1px;
			}
			booking-layout .navbar-fixed-bottom {
				bottom: 0;
				margin-bottom: 0;
				border-width: 1px 0 0;
			}
			booking-layout .navbar-brand {
				float: left;
				height: 50px;
				padding: 15px;
				font-size: 18px;
				line-height: 20px;
			}
			booking-layout .navbar-brand:hover,
			booking-layout .navbar-brand:focus {
				text-decoration: none;
			}
			booking-layout .navbar-brand > img {
				display: block;
			}
			@media (min-width: 768px) {
				booking-layout .navbar > .container .navbar-brand,
				booking-layout .navbar > .container-fluid .navbar-brand {
					margin-left: -15px;
				}
			}
			booking-layout .navbar-toggle {
				position: relative;
				float: right;
				padding: 9px 10px;
				margin-top: 8px;
				margin-right: 15px;
				margin-bottom: 8px;
				background-color: transparent;
				background-image: none;
				border: 1px solid transparent;
				border-radius: 4px;
			}
			booking-layout .navbar-toggle:focus {
				outline: 0;
			}
			booking-layout .navbar-toggle .icon-bar {
				display: block;
				width: 22px;
				height: 2px;
				border-radius: 1px;
			}
			booking-layout .navbar-toggle .icon-bar + .icon-bar {
				margin-top: 4px;
			}
			@media (min-width: 768px) {
				booking-layout .navbar-toggle {
					display: none;
				}
			}
			booking-layout .navbar-nav {
				margin: 7.5px -15px;
			}
			booking-layout .navbar-nav > li > a {
				padding-top: 10px;
				padding-bottom: 10px;
				line-height: 20px;
			}
			@media (max-width: 767px) {
				booking-layout .navbar-nav .open .dropdown-menu {
					position: static;
					float: none;
					width: auto;
					margin-top: 0;
					background-color: transparent;
					border: 0;
					box-shadow: none;
				}
				booking-layout .navbar-nav .open .dropdown-menu > li > a,
				booking-layout .navbar-nav .open .dropdown-menu .dropdown-header {
					padding: 5px 15px 5px 25px;
				}
				booking-layout .navbar-nav .open .dropdown-menu > li > a {
					line-height: 20px;
				}
				booking-layout .navbar-nav .open .dropdown-menu > li > a:hover,
				booking-layout .navbar-nav .open .dropdown-menu > li > a:focus {
					background-image: none;
				}
			}
			@media (min-width: 768px) {
				booking-layout .navbar-nav {
					float: left;
					margin: 0;
				}
				booking-layout .navbar-nav > li {
					float: left;
				}
				booking-layout .navbar-nav > li > a {
					padding-top: 15px;
					padding-bottom: 15px;
				}
			}
			booking-layout .navbar-form {
				padding: 10px 15px;
				margin: 8px -15px;
				border-top: 1px solid transparent;
				border-bottom: 1px solid transparent;
				box-shadow:
					inset 0 1px #ffffff1a,
					0 1px #ffffff1a;
			}
			@media (min-width: 768px) {
				booking-layout .navbar-form .form-group {
					display: inline-block;
					margin-bottom: 0;
					vertical-align: middle;
				}
				booking-layout .navbar-form .form-control {
					display: inline-block;
					width: auto;
					vertical-align: middle;
				}
				booking-layout .navbar-form .form-control-static {
					display: inline-block;
				}
				booking-layout .navbar-form .input-group {
					display: inline-table;
					vertical-align: middle;
				}
				booking-layout .navbar-form .input-group .input-group-addon,
				booking-layout .navbar-form .input-group .input-group-btn,
				booking-layout .navbar-form .input-group .form-control {
					width: auto;
				}
				booking-layout .navbar-form .input-group > .form-control {
					width: 100%;
				}
				booking-layout .navbar-form .control-label {
					margin-bottom: 0;
					vertical-align: middle;
				}
				booking-layout .navbar-form .radio,
				booking-layout .navbar-form .checkbox {
					display: inline-block;
					margin-top: 0;
					margin-bottom: 0;
					vertical-align: middle;
				}
				booking-layout .navbar-form .radio label,
				booking-layout .navbar-form .checkbox label {
					padding-left: 0;
				}
				booking-layout .navbar-form .radio input[type='radio'],
				booking-layout .navbar-form .checkbox input[type='checkbox'] {
					position: relative;
					margin-left: 0;
				}
				booking-layout .navbar-form .has-feedback .form-control-feedback {
					top: 0;
				}
			}
			@media (max-width: 767px) {
				booking-layout .navbar-form .form-group {
					margin-bottom: 5px;
				}
				booking-layout .navbar-form .form-group:last-child {
					margin-bottom: 0;
				}
			}
			@media (min-width: 768px) {
				booking-layout .navbar-form {
					width: auto;
					padding-top: 0;
					padding-bottom: 0;
					margin-right: 0;
					margin-left: 0;
					border: 0;
					box-shadow: none;
				}
			}
			booking-layout .navbar-nav > li > .dropdown-menu {
				margin-top: 0;
				border-top-left-radius: 0;
				border-top-right-radius: 0;
			}
			booking-layout .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
				margin-bottom: 0;
				border-radius: 4px 4px 0 0;
			}
			booking-layout .navbar-btn {
				margin-top: 8px;
				margin-bottom: 8px;
			}
			booking-layout .navbar-btn.btn-sm {
				margin-top: 10px;
				margin-bottom: 10px;
			}
			booking-layout .navbar-btn.btn-xs {
				margin-top: 14px;
				margin-bottom: 14px;
			}
			booking-layout .navbar-text {
				margin-top: 15px;
				margin-bottom: 15px;
			}
			@media (min-width: 768px) {
				booking-layout .navbar-text {
					float: left;
					margin-right: 15px;
					margin-left: 15px;
				}
			}
			@media (min-width: 768px) {
				booking-layout .navbar-left {
					float: left !important;
				}
				booking-layout .navbar-right {
					float: right !important;
					margin-right: -15px;
				}
				booking-layout .navbar-right ~ .navbar-right {
					margin-right: 0;
				}
			}
			booking-layout .navbar-default {
				background-color: #f8f8f8;
				border-color: #e7e7e7;
			}
			booking-layout .navbar-default .navbar-brand {
				color: #777;
			}
			booking-layout .navbar-default .navbar-brand:hover,
			booking-layout .navbar-default .navbar-brand:focus {
				color: #5e5e5e;
				background-color: transparent;
			}
			booking-layout .navbar-default .navbar-text {
				color: #777;
			}
			booking-layout .navbar-default .navbar-nav > li > a {
				color: #777;
			}
			booking-layout .navbar-default .navbar-nav > li > a:hover,
			booking-layout .navbar-default .navbar-nav > li > a:focus {
				color: #333;
				background-color: transparent;
			}
			booking-layout .navbar-default .navbar-nav > .active > a,
			booking-layout .navbar-default .navbar-nav > .active > a:hover,
			booking-layout .navbar-default .navbar-nav > .active > a:focus {
				color: #555;
				background-color: #e7e7e7;
			}
			booking-layout .navbar-default .navbar-nav > .disabled > a,
			booking-layout .navbar-default .navbar-nav > .disabled > a:hover,
			booking-layout .navbar-default .navbar-nav > .disabled > a:focus {
				color: #ccc;
				background-color: transparent;
			}
			booking-layout .navbar-default .navbar-toggle {
				border-color: #ddd;
			}
			booking-layout .navbar-default .navbar-toggle:hover,
			booking-layout .navbar-default .navbar-toggle:focus {
				background-color: #ddd;
			}
			booking-layout .navbar-default .navbar-toggle .icon-bar {
				background-color: #888;
			}
			booking-layout .navbar-default .navbar-collapse,
			booking-layout .navbar-default .navbar-form {
				border-color: #e7e7e7;
			}
			booking-layout .navbar-default .navbar-nav > .open > a,
			booking-layout .navbar-default .navbar-nav > .open > a:hover,
			booking-layout .navbar-default .navbar-nav > .open > a:focus {
				color: #555;
				background-color: #e7e7e7;
			}
			@media (max-width: 767px) {
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> li
					> a {
					color: #777;
				}
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> li
					> a:hover,
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> li
					> a:focus {
					color: #333;
					background-color: transparent;
				}
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> .active
					> a,
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> .active
					> a:hover,
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> .active
					> a:focus {
					color: #555;
					background-color: #e7e7e7;
				}
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> .disabled
					> a,
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> .disabled
					> a:hover,
				booking-layout
					.navbar-default
					.navbar-nav
					.open
					.dropdown-menu
					> .disabled
					> a:focus {
					color: #ccc;
					background-color: transparent;
				}
			}
			booking-layout .navbar-default .navbar-link {
				color: #777;
			}
			booking-layout .navbar-default .navbar-link:hover {
				color: #333;
			}
			booking-layout .navbar-default .btn-link {
				color: #777;
			}
			booking-layout .navbar-default .btn-link:hover,
			booking-layout .navbar-default .btn-link:focus {
				color: #333;
			}
			booking-layout .navbar-default .btn-link[disabled]:hover,
			booking-layout fieldset[disabled] .navbar-default .btn-link:hover,
			booking-layout .navbar-default .btn-link[disabled]:focus,
			booking-layout fieldset[disabled] .navbar-default .btn-link:focus {
				color: #ccc;
			}
			booking-layout .navbar-inverse {
				background-color: #222;
				border-color: #080808;
			}
			booking-layout .navbar-inverse .navbar-brand {
				color: #9d9d9d;
			}
			booking-layout .navbar-inverse .navbar-brand:hover,
			booking-layout .navbar-inverse .navbar-brand:focus {
				color: #fff;
				background-color: transparent;
			}
			booking-layout .navbar-inverse .navbar-text {
				color: #9d9d9d;
			}
			booking-layout .navbar-inverse .navbar-nav > li > a {
				color: #9d9d9d;
			}
			booking-layout .navbar-inverse .navbar-nav > li > a:hover,
			booking-layout .navbar-inverse .navbar-nav > li > a:focus {
				color: #fff;
				background-color: transparent;
			}
			booking-layout .navbar-inverse .navbar-nav > .active > a,
			booking-layout .navbar-inverse .navbar-nav > .active > a:hover,
			booking-layout .navbar-inverse .navbar-nav > .active > a:focus {
				color: #fff;
				background-color: #080808;
			}
			booking-layout .navbar-inverse .navbar-nav > .disabled > a,
			booking-layout .navbar-inverse .navbar-nav > .disabled > a:hover,
			booking-layout .navbar-inverse .navbar-nav > .disabled > a:focus {
				color: #444;
				background-color: transparent;
			}
			booking-layout .navbar-inverse .navbar-toggle {
				border-color: #333;
			}
			booking-layout .navbar-inverse .navbar-toggle:hover,
			booking-layout .navbar-inverse .navbar-toggle:focus {
				background-color: #333;
			}
			booking-layout .navbar-inverse .navbar-toggle .icon-bar {
				background-color: #fff;
			}
			booking-layout .navbar-inverse .navbar-collapse,
			booking-layout .navbar-inverse .navbar-form {
				border-color: #101010;
			}
			booking-layout .navbar-inverse .navbar-nav > .open > a,
			booking-layout .navbar-inverse .navbar-nav > .open > a:hover,
			booking-layout .navbar-inverse .navbar-nav > .open > a:focus {
				color: #fff;
				background-color: #080808;
			}
			@media (max-width: 767px) {
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> .dropdown-header {
					border-color: #080808;
				}
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					.divider {
					background-color: #080808;
				}
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> li
					> a {
					color: #9d9d9d;
				}
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> li
					> a:hover,
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> li
					> a:focus {
					color: #fff;
					background-color: transparent;
				}
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> .active
					> a,
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> .active
					> a:hover,
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> .active
					> a:focus {
					color: #fff;
					background-color: #080808;
				}
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> .disabled
					> a,
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> .disabled
					> a:hover,
				booking-layout
					.navbar-inverse
					.navbar-nav
					.open
					.dropdown-menu
					> .disabled
					> a:focus {
					color: #444;
					background-color: transparent;
				}
			}
			booking-layout .navbar-inverse .navbar-link {
				color: #9d9d9d;
			}
			booking-layout .navbar-inverse .navbar-link:hover {
				color: #fff;
			}
			booking-layout .navbar-inverse .btn-link {
				color: #9d9d9d;
			}
			booking-layout .navbar-inverse .btn-link:hover,
			booking-layout .navbar-inverse .btn-link:focus {
				color: #fff;
			}
			booking-layout .navbar-inverse .btn-link[disabled]:hover,
			booking-layout fieldset[disabled] .navbar-inverse .btn-link:hover,
			booking-layout .navbar-inverse .btn-link[disabled]:focus,
			booking-layout fieldset[disabled] .navbar-inverse .btn-link:focus {
				color: #444;
			}
			booking-layout .breadcrumb {
				padding: 8px 15px;
				margin-bottom: 20px;
				list-style: none;
				background-color: #f5f5f5;
				border-radius: 4px;
			}
			booking-layout .breadcrumb > li {
				display: inline-block;
			}
			booking-layout .breadcrumb > li + li:before {
				padding: 0 5px;
				color: #ccc;
				content: '/\a0';
			}
			booking-layout .breadcrumb > .active {
				color: #777;
			}
			booking-layout .pagination {
				display: inline-block;
				padding-left: 0;
				margin: 20px 0;
				border-radius: 4px;
			}
			booking-layout .pagination > li {
				display: inline;
			}
			booking-layout .pagination > li > a,
			booking-layout .pagination > li > span {
				position: relative;
				float: left;
				padding: 6px 12px;
				margin-left: -1px;
				line-height: 1.42857143;
				color: #337ab7;
				text-decoration: none;
				background-color: #fff;
				border: 1px solid #ddd;
			}
			booking-layout .pagination > li:first-child > a,
			booking-layout .pagination > li:first-child > span {
				margin-left: 0;
				border-top-left-radius: 4px;
				border-bottom-left-radius: 4px;
			}
			booking-layout .pagination > li:last-child > a,
			booking-layout .pagination > li:last-child > span {
				border-top-right-radius: 4px;
				border-bottom-right-radius: 4px;
			}
			booking-layout .pagination > li > a:hover,
			booking-layout .pagination > li > span:hover,
			booking-layout .pagination > li > a:focus,
			booking-layout .pagination > li > span:focus {
				z-index: 2;
				color: #23527c;
				background-color: #eee;
				border-color: #ddd;
			}
			booking-layout .pagination > .active > a,
			booking-layout .pagination > .active > span,
			booking-layout .pagination > .active > a:hover,
			booking-layout .pagination > .active > span:hover,
			booking-layout .pagination > .active > a:focus,
			booking-layout .pagination > .active > span:focus {
				z-index: 3;
				color: #fff;
				cursor: default;
				background-color: #337ab7;
				border-color: #337ab7;
			}
			booking-layout .pagination > .disabled > span,
			booking-layout .pagination > .disabled > span:hover,
			booking-layout .pagination > .disabled > span:focus,
			booking-layout .pagination > .disabled > a,
			booking-layout .pagination > .disabled > a:hover,
			booking-layout .pagination > .disabled > a:focus {
				color: #777;
				cursor: not-allowed;
				background-color: #fff;
				border-color: #ddd;
			}
			booking-layout .pagination-lg > li > a,
			booking-layout .pagination-lg > li > span {
				padding: 10px 16px;
				font-size: 18px;
				line-height: 1.3333333;
			}
			booking-layout .pagination-lg > li:first-child > a,
			booking-layout .pagination-lg > li:first-child > span {
				border-top-left-radius: 6px;
				border-bottom-left-radius: 6px;
			}
			booking-layout .pagination-lg > li:last-child > a,
			booking-layout .pagination-lg > li:last-child > span {
				border-top-right-radius: 6px;
				border-bottom-right-radius: 6px;
			}
			booking-layout .pagination-sm > li > a,
			booking-layout .pagination-sm > li > span {
				padding: 5px 10px;
				font-size: 12px;
				line-height: 1.5;
			}
			booking-layout .pagination-sm > li:first-child > a,
			booking-layout .pagination-sm > li:first-child > span {
				border-top-left-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			booking-layout .pagination-sm > li:last-child > a,
			booking-layout .pagination-sm > li:last-child > span {
				border-top-right-radius: 3px;
				border-bottom-right-radius: 3px;
			}
			booking-layout .pager {
				padding-left: 0;
				margin: 20px 0;
				text-align: center;
				list-style: none;
			}
			booking-layout .pager li {
				display: inline;
			}
			booking-layout .pager li > a,
			booking-layout .pager li > span {
				display: inline-block;
				padding: 5px 14px;
				background-color: #fff;
				border: 1px solid #ddd;
				border-radius: 15px;
			}
			booking-layout .pager li > a:hover,
			booking-layout .pager li > a:focus {
				text-decoration: none;
				background-color: #eee;
			}
			booking-layout .pager .next > a,
			booking-layout .pager .next > span {
				float: right;
			}
			booking-layout .pager .previous > a,
			booking-layout .pager .previous > span {
				float: left;
			}
			booking-layout .pager .disabled > a,
			booking-layout .pager .disabled > a:hover,
			booking-layout .pager .disabled > a:focus,
			booking-layout .pager .disabled > span {
				color: #777;
				cursor: not-allowed;
				background-color: #fff;
			}
			booking-layout .label {
				display: inline;
				padding: 0.2em 0.6em 0.3em;
				font-size: 75%;
				font-weight: 700;
				line-height: 1;
				color: #fff;
				text-align: center;
				white-space: nowrap;
				vertical-align: baseline;
				border-radius: 0.25em;
			}
			booking-layout a.label:hover,
			booking-layout a.label:focus {
				color: #fff;
				text-decoration: none;
				cursor: pointer;
			}
			booking-layout .label:empty {
				display: none;
			}
			booking-layout .btn .label {
				position: relative;
				top: -1px;
			}
			booking-layout .label-default {
				background-color: #777;
			}
			booking-layout .label-default[href]:hover,
			booking-layout .label-default[href]:focus {
				background-color: #5e5e5e;
			}
			booking-layout .label-primary {
				background-color: #337ab7;
			}
			booking-layout .label-primary[href]:hover,
			booking-layout .label-primary[href]:focus {
				background-color: #286090;
			}
			booking-layout .label-success {
				background-color: #5cb85c;
			}
			booking-layout .label-success[href]:hover,
			booking-layout .label-success[href]:focus {
				background-color: #449d44;
			}
			booking-layout .label-info {
				background-color: #5bc0de;
			}
			booking-layout .label-info[href]:hover,
			booking-layout .label-info[href]:focus {
				background-color: #31b0d5;
			}
			booking-layout .label-warning {
				background-color: #f0ad4e;
			}
			booking-layout .label-warning[href]:hover,
			booking-layout .label-warning[href]:focus {
				background-color: #ec971f;
			}
			booking-layout .label-danger {
				background-color: #d9534f;
			}
			booking-layout .label-danger[href]:hover,
			booking-layout .label-danger[href]:focus {
				background-color: #c9302c;
			}
			booking-layout .badge {
				display: inline-block;
				min-width: 10px;
				padding: 3px 7px;
				font-size: 12px;
				font-weight: 700;
				line-height: 1;
				color: #fff;
				text-align: center;
				white-space: nowrap;
				vertical-align: middle;
				background-color: #777;
				border-radius: 10px;
			}
			booking-layout .badge:empty {
				display: none;
			}
			booking-layout .btn .badge {
				position: relative;
				top: -1px;
			}
			booking-layout .btn-xs .badge,
			booking-layout .btn-group-xs > .btn .badge {
				top: 0;
				padding: 1px 5px;
			}
			booking-layout a.badge:hover,
			booking-layout a.badge:focus {
				color: #fff;
				text-decoration: none;
				cursor: pointer;
			}
			booking-layout .list-group-item.active > .badge,
			booking-layout .nav-pills > .active > a > .badge {
				color: #337ab7;
				background-color: #fff;
			}
			booking-layout .list-group-item > .badge {
				float: right;
			}
			booking-layout .list-group-item > .badge + .badge {
				margin-right: 5px;
			}
			booking-layout .nav-pills > li > a > .badge {
				margin-left: 3px;
			}
			booking-layout .jumbotron {
				padding-top: 30px;
				padding-bottom: 30px;
				margin-bottom: 30px;
				color: inherit;
				background-color: #eee;
			}
			booking-layout .jumbotron h1,
			booking-layout .jumbotron .h1 {
				color: inherit;
			}
			booking-layout .jumbotron p {
				margin-bottom: 15px;
				font-size: 21px;
				font-weight: 200;
			}
			booking-layout .jumbotron > hr {
				border-top-color: #d5d5d5;
			}
			booking-layout .container .jumbotron,
			booking-layout .container-fluid .jumbotron {
				padding-right: 15px;
				padding-left: 15px;
				border-radius: 6px;
			}
			booking-layout .jumbotron .container {
				max-width: 100%;
			}
			@media screen and (min-width: 768px) {
				booking-layout .jumbotron {
					padding-top: 48px;
					padding-bottom: 48px;
				}
				booking-layout .container .jumbotron,
				booking-layout .container-fluid .jumbotron {
					padding-right: 60px;
					padding-left: 60px;
				}
				booking-layout .jumbotron h1,
				booking-layout .jumbotron .h1 {
					font-size: 63px;
				}
			}
			booking-layout .thumbnail {
				display: block;
				padding: 4px;
				margin-bottom: 20px;
				line-height: 1.42857143;
				background-color: #fff;
				border: 1px solid #ddd;
				border-radius: 4px;
				transition: border 0.2s ease-in-out;
			}
			booking-layout .thumbnail > img,
			booking-layout .thumbnail a > img {
				margin-right: auto;
				margin-left: auto;
			}
			booking-layout a.thumbnail:hover,
			booking-layout a.thumbnail:focus,
			booking-layout a.thumbnail.active {
				border-color: #337ab7;
			}
			booking-layout .thumbnail .caption {
				padding: 9px;
				color: #333;
			}
			booking-layout .alert {
				padding: 15px;
				margin-bottom: 20px;
				border: 1px solid transparent;
				border-radius: 4px;
			}
			booking-layout .alert h4 {
				margin-top: 0;
				color: inherit;
			}
			booking-layout .alert .alert-link {
				font-weight: 700;
			}
			booking-layout .alert > p,
			booking-layout .alert > ul {
				margin-bottom: 0;
			}
			booking-layout .alert > p + p {
				margin-top: 5px;
			}
			booking-layout .alert-dismissable,
			booking-layout .alert-dismissible {
				padding-right: 35px;
			}
			booking-layout .alert-dismissable .close,
			booking-layout .alert-dismissible .close {
				position: relative;
				top: -2px;
				right: -21px;
				color: inherit;
			}
			booking-layout .alert-success {
				color: #3c763d;
				background-color: #dff0d8;
				border-color: #d6e9c6;
			}
			booking-layout .alert-success hr {
				border-top-color: #c9e2b3;
			}
			booking-layout .alert-success .alert-link {
				color: #2b542c;
			}
			booking-layout .alert-info {
				color: #31708f;
				background-color: #d9edf7;
				border-color: #bce8f1;
			}
			booking-layout .alert-info hr {
				border-top-color: #a6e1ec;
			}
			booking-layout .alert-info .alert-link {
				color: #245269;
			}
			booking-layout .alert-warning {
				color: #8a6d3b;
				background-color: #fcf8e3;
				border-color: #faebcc;
			}
			booking-layout .alert-warning hr {
				border-top-color: #f7e1b5;
			}
			booking-layout .alert-warning .alert-link {
				color: #66512c;
			}
			booking-layout .alert-danger {
				color: #a94442;
				background-color: #f2dede;
				border-color: #ebccd1;
			}
			booking-layout .alert-danger hr {
				border-top-color: #e4b9c0;
			}
			booking-layout .alert-danger .alert-link {
				color: #843534;
			}
			@keyframes progress-bar-stripes {
				0% {
					background-position: 40px 0;
				}
				to {
					background-position: 0 0;
				}
			}
			booking-layout .progress {
				height: 20px;
				margin-bottom: 20px;
				overflow: hidden;
				background-color: #f5f5f5;
				border-radius: 4px;
				box-shadow: inset 0 1px 2px #0000001a;
			}
			booking-layout .progress-bar {
				float: left;
				width: 0;
				height: 100%;
				font-size: 12px;
				line-height: 20px;
				color: #fff;
				text-align: center;
				background-color: #337ab7;
				box-shadow: inset 0 -1px #00000026;
				transition: width 0.6s ease;
			}
			booking-layout .progress-striped .progress-bar,
			booking-layout .progress-bar-striped {
				background-image: linear-gradient(
					45deg,
					rgba(255, 255, 255, 0.15) 25%,
					transparent 25%,
					transparent 50%,
					rgba(255, 255, 255, 0.15) 50%,
					rgba(255, 255, 255, 0.15) 75%,
					transparent 75%,
					transparent
				);
				background-size: 40px 40px;
			}
			booking-layout .progress.active .progress-bar,
			booking-layout .progress-bar.active {
				animation: progress-bar-stripes 2s linear infinite;
			}
			booking-layout .progress-bar-success {
				background-color: #5cb85c;
			}
			booking-layout .progress-striped .progress-bar-success {
				background-image: linear-gradient(
					45deg,
					rgba(255, 255, 255, 0.15) 25%,
					transparent 25%,
					transparent 50%,
					rgba(255, 255, 255, 0.15) 50%,
					rgba(255, 255, 255, 0.15) 75%,
					transparent 75%,
					transparent
				);
			}
			booking-layout .progress-bar-info {
				background-color: #5bc0de;
			}
			booking-layout .progress-striped .progress-bar-info {
				background-image: linear-gradient(
					45deg,
					rgba(255, 255, 255, 0.15) 25%,
					transparent 25%,
					transparent 50%,
					rgba(255, 255, 255, 0.15) 50%,
					rgba(255, 255, 255, 0.15) 75%,
					transparent 75%,
					transparent
				);
			}
			booking-layout .progress-bar-warning {
				background-color: #f0ad4e;
			}
			booking-layout .progress-striped .progress-bar-warning {
				background-image: linear-gradient(
					45deg,
					rgba(255, 255, 255, 0.15) 25%,
					transparent 25%,
					transparent 50%,
					rgba(255, 255, 255, 0.15) 50%,
					rgba(255, 255, 255, 0.15) 75%,
					transparent 75%,
					transparent
				);
			}
			booking-layout .progress-bar-danger {
				background-color: #d9534f;
			}
			booking-layout .progress-striped .progress-bar-danger {
				background-image: linear-gradient(
					45deg,
					rgba(255, 255, 255, 0.15) 25%,
					transparent 25%,
					transparent 50%,
					rgba(255, 255, 255, 0.15) 50%,
					rgba(255, 255, 255, 0.15) 75%,
					transparent 75%,
					transparent
				);
			}
			booking-layout .media {
				margin-top: 15px;
			}
			booking-layout .media:first-child {
				margin-top: 0;
			}
			booking-layout .media,
			booking-layout .media-body {
				overflow: hidden;
				zoom: 1;
			}
			booking-layout .media-body {
				width: 10000px;
			}
			booking-layout .media-object {
				display: block;
			}
			booking-layout .media-object.img-thumbnail {
				max-width: none;
			}
			booking-layout .media-right,
			booking-layout .media > .pull-right {
				padding-left: 10px;
			}
			booking-layout .media-left,
			booking-layout .media > .pull-left {
				padding-right: 10px;
			}
			booking-layout .media-left,
			booking-layout .media-right,
			booking-layout .media-body {
				display: table-cell;
				vertical-align: top;
			}
			booking-layout .media-middle {
				vertical-align: middle;
			}
			booking-layout .media-bottom {
				vertical-align: bottom;
			}
			booking-layout .media-heading {
				margin-top: 0;
				margin-bottom: 5px;
			}
			booking-layout .media-list {
				padding-left: 0;
				list-style: none;
			}
			booking-layout .list-group {
				padding-left: 0;
				margin-bottom: 20px;
			}
			booking-layout .list-group-item {
				position: relative;
				display: block;
				padding: 10px 15px;
				margin-bottom: -1px;
				background-color: #fff;
				border: 1px solid #ddd;
			}
			booking-layout .list-group-item:first-child {
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
			}
			booking-layout .list-group-item:last-child {
				margin-bottom: 0;
				border-bottom-right-radius: 4px;
				border-bottom-left-radius: 4px;
			}
			booking-layout a.list-group-item,
			booking-layout button.list-group-item {
				color: #555;
			}
			booking-layout a.list-group-item .list-group-item-heading,
			booking-layout button.list-group-item .list-group-item-heading {
				color: #333;
			}
			booking-layout a.list-group-item:hover,
			booking-layout button.list-group-item:hover,
			booking-layout a.list-group-item:focus,
			booking-layout button.list-group-item:focus {
				color: #555;
				text-decoration: none;
				background-color: #f5f5f5;
			}
			booking-layout button.list-group-item {
				width: 100%;
				text-align: left;
			}
			booking-layout .list-group-item.disabled,
			booking-layout .list-group-item.disabled:hover,
			booking-layout .list-group-item.disabled:focus {
				color: #777;
				cursor: not-allowed;
				background-color: #eee;
			}
			booking-layout .list-group-item.disabled .list-group-item-heading,
			booking-layout .list-group-item.disabled:hover .list-group-item-heading,
			booking-layout .list-group-item.disabled:focus .list-group-item-heading {
				color: inherit;
			}
			booking-layout .list-group-item.disabled .list-group-item-text,
			booking-layout .list-group-item.disabled:hover .list-group-item-text,
			booking-layout .list-group-item.disabled:focus .list-group-item-text {
				color: #777;
			}
			booking-layout .list-group-item.active,
			booking-layout .list-group-item.active:hover,
			booking-layout .list-group-item.active:focus {
				z-index: 2;
				color: #fff;
				background-color: #337ab7;
				border-color: #337ab7;
			}
			booking-layout .list-group-item.active .list-group-item-heading,
			booking-layout .list-group-item.active:hover .list-group-item-heading,
			booking-layout .list-group-item.active:focus .list-group-item-heading,
			booking-layout .list-group-item.active .list-group-item-heading > small,
			booking-layout
				.list-group-item.active:hover
				.list-group-item-heading
				> small,
			booking-layout
				.list-group-item.active:focus
				.list-group-item-heading
				> small,
			booking-layout .list-group-item.active .list-group-item-heading > .small,
			booking-layout
				.list-group-item.active:hover
				.list-group-item-heading
				> .small,
			booking-layout
				.list-group-item.active:focus
				.list-group-item-heading
				> .small {
				color: inherit;
			}
			booking-layout .list-group-item.active .list-group-item-text,
			booking-layout .list-group-item.active:hover .list-group-item-text,
			booking-layout .list-group-item.active:focus .list-group-item-text {
				color: #c7ddef;
			}
			booking-layout .list-group-item-success {
				color: #3c763d;
				background-color: #dff0d8;
			}
			booking-layout a.list-group-item-success,
			booking-layout button.list-group-item-success {
				color: #3c763d;
			}
			booking-layout a.list-group-item-success .list-group-item-heading,
			booking-layout button.list-group-item-success .list-group-item-heading {
				color: inherit;
			}
			booking-layout a.list-group-item-success:hover,
			booking-layout button.list-group-item-success:hover,
			booking-layout a.list-group-item-success:focus,
			booking-layout button.list-group-item-success:focus {
				color: #3c763d;
				background-color: #d0e9c6;
			}
			booking-layout a.list-group-item-success.active,
			booking-layout button.list-group-item-success.active,
			booking-layout a.list-group-item-success.active:hover,
			booking-layout button.list-group-item-success.active:hover,
			booking-layout a.list-group-item-success.active:focus,
			booking-layout button.list-group-item-success.active:focus {
				color: #fff;
				background-color: #3c763d;
				border-color: #3c763d;
			}
			booking-layout .list-group-item-info {
				color: #31708f;
				background-color: #d9edf7;
			}
			booking-layout a.list-group-item-info,
			booking-layout button.list-group-item-info {
				color: #31708f;
			}
			booking-layout a.list-group-item-info .list-group-item-heading,
			booking-layout button.list-group-item-info .list-group-item-heading {
				color: inherit;
			}
			booking-layout a.list-group-item-info:hover,
			booking-layout button.list-group-item-info:hover,
			booking-layout a.list-group-item-info:focus,
			booking-layout button.list-group-item-info:focus {
				color: #31708f;
				background-color: #c4e3f3;
			}
			booking-layout a.list-group-item-info.active,
			booking-layout button.list-group-item-info.active,
			booking-layout a.list-group-item-info.active:hover,
			booking-layout button.list-group-item-info.active:hover,
			booking-layout a.list-group-item-info.active:focus,
			booking-layout button.list-group-item-info.active:focus {
				color: #fff;
				background-color: #31708f;
				border-color: #31708f;
			}
			booking-layout .list-group-item-warning {
				color: #8a6d3b;
				background-color: #fcf8e3;
			}
			booking-layout a.list-group-item-warning,
			booking-layout button.list-group-item-warning {
				color: #8a6d3b;
			}
			booking-layout a.list-group-item-warning .list-group-item-heading,
			booking-layout button.list-group-item-warning .list-group-item-heading {
				color: inherit;
			}
			booking-layout a.list-group-item-warning:hover,
			booking-layout button.list-group-item-warning:hover,
			booking-layout a.list-group-item-warning:focus,
			booking-layout button.list-group-item-warning:focus {
				color: #8a6d3b;
				background-color: #faf2cc;
			}
			booking-layout a.list-group-item-warning.active,
			booking-layout button.list-group-item-warning.active,
			booking-layout a.list-group-item-warning.active:hover,
			booking-layout button.list-group-item-warning.active:hover,
			booking-layout a.list-group-item-warning.active:focus,
			booking-layout button.list-group-item-warning.active:focus {
				color: #fff;
				background-color: #8a6d3b;
				border-color: #8a6d3b;
			}
			booking-layout .list-group-item-danger {
				color: #a94442;
				background-color: #f2dede;
			}
			booking-layout a.list-group-item-danger,
			booking-layout button.list-group-item-danger {
				color: #a94442;
			}
			booking-layout a.list-group-item-danger .list-group-item-heading,
			booking-layout button.list-group-item-danger .list-group-item-heading {
				color: inherit;
			}
			booking-layout a.list-group-item-danger:hover,
			booking-layout button.list-group-item-danger:hover,
			booking-layout a.list-group-item-danger:focus,
			booking-layout button.list-group-item-danger:focus {
				color: #a94442;
				background-color: #ebcccc;
			}
			booking-layout a.list-group-item-danger.active,
			booking-layout button.list-group-item-danger.active,
			booking-layout a.list-group-item-danger.active:hover,
			booking-layout button.list-group-item-danger.active:hover,
			booking-layout a.list-group-item-danger.active:focus,
			booking-layout button.list-group-item-danger.active:focus {
				color: #fff;
				background-color: #a94442;
				border-color: #a94442;
			}
			booking-layout .list-group-item-heading {
				margin-top: 0;
				margin-bottom: 5px;
			}
			booking-layout .list-group-item-text {
				margin-bottom: 0;
				line-height: 1.3;
			}
			booking-layout .panel {
				margin-bottom: 20px;
				background-color: #fff;
				border: 1px solid transparent;
				border-radius: 4px;
				box-shadow: 0 1px 1px #0000000d;
			}
			booking-layout .panel-body {
				padding: 15px;
			}
			booking-layout .panel-heading {
				padding: 10px 15px;
				border-bottom: 1px solid transparent;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
			booking-layout .panel-heading > .dropdown .dropdown-toggle {
				color: inherit;
			}
			booking-layout .panel-title {
				margin-top: 0;
				margin-bottom: 0;
				font-size: 16px;
				color: inherit;
			}
			booking-layout .panel-title > a,
			booking-layout .panel-title > small,
			booking-layout .panel-title > .small,
			booking-layout .panel-title > small > a,
			booking-layout .panel-title > .small > a {
				color: inherit;
			}
			booking-layout .panel-footer {
				padding: 10px 15px;
				background-color: #f5f5f5;
				border-top: 1px solid #ddd;
				border-bottom-right-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			booking-layout .panel > .list-group,
			booking-layout .panel > .panel-collapse > .list-group {
				margin-bottom: 0;
			}
			booking-layout .panel > .list-group .list-group-item,
			booking-layout .panel > .panel-collapse > .list-group .list-group-item {
				border-width: 1px 0;
				border-radius: 0;
			}
			booking-layout
				.panel
				> .list-group:first-child
				.list-group-item:first-child,
			booking-layout
				.panel
				> .panel-collapse
				> .list-group:first-child
				.list-group-item:first-child {
				border-top: 0;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
			booking-layout
				.panel
				> .list-group:last-child
				.list-group-item:last-child,
			booking-layout
				.panel
				> .panel-collapse
				> .list-group:last-child
				.list-group-item:last-child {
				border-bottom: 0;
				border-bottom-right-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			booking-layout
				.panel
				> .panel-heading
				+ .panel-collapse
				> .list-group
				.list-group-item:first-child {
				border-top-left-radius: 0;
				border-top-right-radius: 0;
			}
			booking-layout .panel-heading + .list-group .list-group-item:first-child {
				border-top-width: 0;
			}
			booking-layout .list-group + .panel-footer {
				border-top-width: 0;
			}
			booking-layout .panel > .table,
			booking-layout .panel > .table-responsive > .table,
			booking-layout .panel > .panel-collapse > .table {
				margin-bottom: 0;
			}
			booking-layout .panel > .table caption,
			booking-layout .panel > .table-responsive > .table caption,
			booking-layout .panel > .panel-collapse > .table caption {
				padding-right: 15px;
				padding-left: 15px;
			}
			booking-layout .panel > .table:first-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child {
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
			booking-layout
				.panel
				> .table:first-child
				> thead:first-child
				> tr:first-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> thead:first-child
				> tr:first-child,
			booking-layout
				.panel
				> .table:first-child
				> tbody:first-child
				> tr:first-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> tbody:first-child
				> tr:first-child {
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
			booking-layout
				.panel
				> .table:first-child
				> thead:first-child
				> tr:first-child
				td:first-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> thead:first-child
				> tr:first-child
				td:first-child,
			booking-layout
				.panel
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				td:first-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				td:first-child,
			booking-layout
				.panel
				> .table:first-child
				> thead:first-child
				> tr:first-child
				th:first-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> thead:first-child
				> tr:first-child
				th:first-child,
			booking-layout
				.panel
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				th:first-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				th:first-child {
				border-top-left-radius: 3px;
			}
			booking-layout
				.panel
				> .table:first-child
				> thead:first-child
				> tr:first-child
				td:last-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> thead:first-child
				> tr:first-child
				td:last-child,
			booking-layout
				.panel
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				td:last-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				td:last-child,
			booking-layout
				.panel
				> .table:first-child
				> thead:first-child
				> tr:first-child
				th:last-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> thead:first-child
				> tr:first-child
				th:last-child,
			booking-layout
				.panel
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				th:last-child,
			booking-layout
				.panel
				> .table-responsive:first-child
				> .table:first-child
				> tbody:first-child
				> tr:first-child
				th:last-child {
				border-top-right-radius: 3px;
			}
			booking-layout .panel > .table:last-child,
			booking-layout .panel > .table-responsive:last-child > .table:last-child {
				border-bottom-right-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			booking-layout
				.panel
				> .table:last-child
				> tbody:last-child
				> tr:last-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tbody:last-child
				> tr:last-child,
			booking-layout
				.panel
				> .table:last-child
				> tfoot:last-child
				> tr:last-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tfoot:last-child
				> tr:last-child {
				border-bottom-right-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			booking-layout
				.panel
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				td:first-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				td:first-child,
			booking-layout
				.panel
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				td:first-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				td:first-child,
			booking-layout
				.panel
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				th:first-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				th:first-child,
			booking-layout
				.panel
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				th:first-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				th:first-child {
				border-bottom-left-radius: 3px;
			}
			booking-layout
				.panel
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				td:last-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				td:last-child,
			booking-layout
				.panel
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				td:last-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				td:last-child,
			booking-layout
				.panel
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				th:last-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tbody:last-child
				> tr:last-child
				th:last-child,
			booking-layout
				.panel
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				th:last-child,
			booking-layout
				.panel
				> .table-responsive:last-child
				> .table:last-child
				> tfoot:last-child
				> tr:last-child
				th:last-child {
				border-bottom-right-radius: 3px;
			}
			booking-layout .panel > .panel-body + .table,
			booking-layout .panel > .panel-body + .table-responsive,
			booking-layout .panel > .table + .panel-body,
			booking-layout .panel > .table-responsive + .panel-body {
				border-top: 1px solid #ddd;
			}
			booking-layout .panel > .table > tbody:first-child > tr:first-child th,
			booking-layout .panel > .table > tbody:first-child > tr:first-child td {
				border-top: 0;
			}
			booking-layout .panel > .table-bordered,
			booking-layout .panel > .table-responsive > .table-bordered {
				border: 0;
			}
			booking-layout .panel > .table-bordered > thead > tr > th:first-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> thead
				> tr
				> th:first-child,
			booking-layout .panel > .table-bordered > tbody > tr > th:first-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr
				> th:first-child,
			booking-layout .panel > .table-bordered > tfoot > tr > th:first-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tfoot
				> tr
				> th:first-child,
			booking-layout .panel > .table-bordered > thead > tr > td:first-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> thead
				> tr
				> td:first-child,
			booking-layout .panel > .table-bordered > tbody > tr > td:first-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr
				> td:first-child,
			booking-layout .panel > .table-bordered > tfoot > tr > td:first-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tfoot
				> tr
				> td:first-child {
				border-left: 0;
			}
			booking-layout .panel > .table-bordered > thead > tr > th:last-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> thead
				> tr
				> th:last-child,
			booking-layout .panel > .table-bordered > tbody > tr > th:last-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr
				> th:last-child,
			booking-layout .panel > .table-bordered > tfoot > tr > th:last-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tfoot
				> tr
				> th:last-child,
			booking-layout .panel > .table-bordered > thead > tr > td:last-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> thead
				> tr
				> td:last-child,
			booking-layout .panel > .table-bordered > tbody > tr > td:last-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr
				> td:last-child,
			booking-layout .panel > .table-bordered > tfoot > tr > td:last-child,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tfoot
				> tr
				> td:last-child {
				border-right: 0;
			}
			booking-layout .panel > .table-bordered > thead > tr:first-child > td,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> thead
				> tr:first-child
				> td,
			booking-layout .panel > .table-bordered > tbody > tr:first-child > td,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr:first-child
				> td,
			booking-layout .panel > .table-bordered > thead > tr:first-child > th,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> thead
				> tr:first-child
				> th,
			booking-layout .panel > .table-bordered > tbody > tr:first-child > th,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr:first-child
				> th {
				border-bottom: 0;
			}
			booking-layout .panel > .table-bordered > tbody > tr:last-child > td,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr:last-child
				> td,
			booking-layout .panel > .table-bordered > tfoot > tr:last-child > td,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tfoot
				> tr:last-child
				> td,
			booking-layout .panel > .table-bordered > tbody > tr:last-child > th,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tbody
				> tr:last-child
				> th,
			booking-layout .panel > .table-bordered > tfoot > tr:last-child > th,
			booking-layout
				.panel
				> .table-responsive
				> .table-bordered
				> tfoot
				> tr:last-child
				> th {
				border-bottom: 0;
			}
			booking-layout .panel > .table-responsive {
				margin-bottom: 0;
				border: 0;
			}
			booking-layout .panel-group {
				margin-bottom: 20px;
			}
			booking-layout .panel-group .panel {
				margin-bottom: 0;
				border-radius: 4px;
			}
			booking-layout .panel-group .panel + .panel {
				margin-top: 5px;
			}
			booking-layout .panel-group .panel-heading {
				border-bottom: 0;
			}
			booking-layout
				.panel-group
				.panel-heading
				+ .panel-collapse
				> .panel-body,
			booking-layout
				.panel-group
				.panel-heading
				+ .panel-collapse
				> .list-group {
				border-top: 1px solid #ddd;
			}
			booking-layout .panel-group .panel-footer {
				border-top: 0;
			}
			booking-layout .panel-group .panel-footer + .panel-collapse .panel-body {
				border-bottom: 1px solid #ddd;
			}
			booking-layout .panel-default {
				border-color: #ddd;
			}
			booking-layout .panel-default > .panel-heading {
				color: #333;
				background-color: #f5f5f5;
				border-color: #ddd;
			}
			booking-layout
				.panel-default
				> .panel-heading
				+ .panel-collapse
				> .panel-body {
				border-top-color: #ddd;
			}
			booking-layout .panel-default > .panel-heading .badge {
				color: #f5f5f5;
				background-color: #333;
			}
			booking-layout
				.panel-default
				> .panel-footer
				+ .panel-collapse
				> .panel-body {
				border-bottom-color: #ddd;
			}
			booking-layout .panel-primary {
				border-color: #337ab7;
			}
			booking-layout .panel-primary > .panel-heading {
				color: #fff;
				background-color: #337ab7;
				border-color: #337ab7;
			}
			booking-layout
				.panel-primary
				> .panel-heading
				+ .panel-collapse
				> .panel-body {
				border-top-color: #337ab7;
			}
			booking-layout .panel-primary > .panel-heading .badge {
				color: #337ab7;
				background-color: #fff;
			}
			booking-layout
				.panel-primary
				> .panel-footer
				+ .panel-collapse
				> .panel-body {
				border-bottom-color: #337ab7;
			}
			booking-layout .panel-success {
				border-color: #d6e9c6;
			}
			booking-layout .panel-success > .panel-heading {
				color: #3c763d;
				background-color: #dff0d8;
				border-color: #d6e9c6;
			}
			booking-layout
				.panel-success
				> .panel-heading
				+ .panel-collapse
				> .panel-body {
				border-top-color: #d6e9c6;
			}
			booking-layout .panel-success > .panel-heading .badge {
				color: #dff0d8;
				background-color: #3c763d;
			}
			booking-layout
				.panel-success
				> .panel-footer
				+ .panel-collapse
				> .panel-body {
				border-bottom-color: #d6e9c6;
			}
			booking-layout .panel-info {
				border-color: #bce8f1;
			}
			booking-layout .panel-info > .panel-heading {
				color: #31708f;
				background-color: #d9edf7;
				border-color: #bce8f1;
			}
			booking-layout
				.panel-info
				> .panel-heading
				+ .panel-collapse
				> .panel-body {
				border-top-color: #bce8f1;
			}
			booking-layout .panel-info > .panel-heading .badge {
				color: #d9edf7;
				background-color: #31708f;
			}
			booking-layout
				.panel-info
				> .panel-footer
				+ .panel-collapse
				> .panel-body {
				border-bottom-color: #bce8f1;
			}
			booking-layout .panel-warning {
				border-color: #faebcc;
			}
			booking-layout .panel-warning > .panel-heading {
				color: #8a6d3b;
				background-color: #fcf8e3;
				border-color: #faebcc;
			}
			booking-layout
				.panel-warning
				> .panel-heading
				+ .panel-collapse
				> .panel-body {
				border-top-color: #faebcc;
			}
			booking-layout .panel-warning > .panel-heading .badge {
				color: #fcf8e3;
				background-color: #8a6d3b;
			}
			booking-layout
				.panel-warning
				> .panel-footer
				+ .panel-collapse
				> .panel-body {
				border-bottom-color: #faebcc;
			}
			booking-layout .panel-danger {
				border-color: #ebccd1;
			}
			booking-layout .panel-danger > .panel-heading {
				color: #a94442;
				background-color: #f2dede;
				border-color: #ebccd1;
			}
			booking-layout
				.panel-danger
				> .panel-heading
				+ .panel-collapse
				> .panel-body {
				border-top-color: #ebccd1;
			}
			booking-layout .panel-danger > .panel-heading .badge {
				color: #f2dede;
				background-color: #a94442;
			}
			booking-layout
				.panel-danger
				> .panel-footer
				+ .panel-collapse
				> .panel-body {
				border-bottom-color: #ebccd1;
			}
			booking-layout .embed-responsive {
				position: relative;
				display: block;
				height: 0;
				padding: 0;
				overflow: hidden;
			}
			booking-layout .embed-responsive .embed-responsive-item,
			booking-layout .embed-responsive iframe,
			booking-layout .embed-responsive embed,
			booking-layout .embed-responsive object,
			booking-layout .embed-responsive video {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border: 0;
			}
			booking-layout .embed-responsive-16by9 {
				padding-bottom: 56.25%;
			}
			booking-layout .embed-responsive-4by3 {
				padding-bottom: 75%;
			}
			booking-layout .well {
				min-height: 20px;
				padding: 19px;
				margin-bottom: 20px;
				background-color: #f5f5f5;
				border: 1px solid #e3e3e3;
				border-radius: 4px;
				box-shadow: inset 0 1px 1px #0000000d;
			}
			booking-layout .well blockquote {
				border-color: #ddd;
				border-color: #00000026;
			}
			booking-layout .well-lg {
				padding: 24px;
				border-radius: 6px;
			}
			booking-layout .well-sm {
				padding: 9px;
				border-radius: 3px;
			}
			booking-layout .close {
				float: right;
				font-size: 21px;
				font-weight: 700;
				line-height: 1;
				color: #000;
				text-shadow: 0 1px 0 #fff;
				filter: alpha(opacity=20);
				opacity: 0.2;
			}
			booking-layout .close:hover,
			booking-layout .close:focus {
				color: #000;
				text-decoration: none;
				cursor: pointer;
				filter: alpha(opacity=50);
				opacity: 0.5;
			}
			modal-container button.close,
			booking-layout button.close {
				-webkit-appearance: none;
				padding: 0;
				cursor: pointer;
				background: transparent;
				border: 0;
			}
			modal-container.modal-open {
				overflow: hidden;
			}
			modal-container.modal {
				position: fixed;
				inset: 0;
				z-index: 1050;
				display: none;
				overflow: hidden;
				-webkit-overflow-scrolling: touch;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				outline: 0;
			}
			modal-container.modal.fade .modal-dialog {
				transition: transform 0.3s ease-out;
				transform: translateY(-25%);
			}
			modal-container.modal.in .modal-dialog {
				transform: translate(0);
			}
			modal-container.modal-open .modal {
				overflow-x: hidden;
				overflow-y: auto;
			}
			modal-container .modal-dialog {
				position: relative;
				width: auto;
				margin: 10px;
			}
			modal-container .modal-content {
				position: relative;
				background-color: #fff;
				background-clip: padding-box;
				border: 1px solid #999;
				border: 1px solid rgba(0, 0, 0, 0.2);
				border-radius: 6px;
				outline: 0;
				box-shadow: 0 3px 9px #00000080;
			}
			bs-modal-backdrop.modal-backdrop {
				position: fixed;
				inset: 0;
				z-index: 1040;
				background-color: #000;
			}
			bs-modal-backdrop.modal-backdrop.fade {
				filter: alpha(opacity=0);
				opacity: 0;
			}
			bs-modal-backdrop.modal-backdrop.in,
			bs-modal-backdrop.modal-backdrop.show {
				filter: alpha(opacity=50);
				opacity: 0.5;
			}
			modal-container .modal-header {
				padding: 15px;
				border-bottom: 1px solid #e5e5e5;
			}
			modal-container .modal-header .close {
				margin-top: -2px;
			}
			modal-container .modal-title {
				margin: 0;
				line-height: 1.42857143;
			}
			modal-container .modal-body {
				position: relative;
				padding: 15px;
			}
			modal-container .modal-footer {
				padding: 15px;
				text-align: right;
				border-top: 1px solid #e5e5e5;
			}
			modal-container .modal-footer .btn + .btn {
				margin-bottom: 0;
				margin-left: 5px;
			}
			modal-container .modal-footer .btn-group .btn + .btn {
				margin-left: -1px;
			}
			modal-container .modal-footer .btn-block + .btn-block {
				margin-left: 0;
			}
			modal-container .modal-scrollbar-measure {
				position: absolute;
				top: -9999px;
				width: 50px;
				height: 50px;
				overflow: scroll;
			}
			@media (min-width: 768px) {
				modal-container .modal-dialog {
					width: 600px;
					margin: 30px auto;
				}
				modal-container .modal-content {
					box-shadow: 0 5px 15px #00000080;
				}
				modal-container .modal-sm {
					width: 300px;
				}
			}
			@media (min-width: 992px) {
				modal-container.modal-lg {
					width: 900px;
				}
			}
			booking-layout .tooltip {
				position: absolute;
				z-index: 1070;
				display: block;
				font-family:
					Helvetica Neue,
					Helvetica,
					Arial,
					sans-serif;
				font-size: 12px;
				font-style: normal;
				font-weight: 400;
				line-height: 1.42857143;
				text-align: left;
				text-align: start;
				text-decoration: none;
				text-shadow: none;
				text-transform: none;
				letter-spacing: normal;
				word-break: normal;
				word-spacing: normal;
				word-wrap: normal;
				white-space: normal;
				filter: alpha(opacity=0);
				opacity: 0;
				line-break: auto;
			}
			booking-layout .tooltip.in {
				filter: alpha(opacity=90);
				opacity: 0.9;
			}
			booking-layout .tooltip.top {
				padding: 5px 0;
				margin-top: -3px;
			}
			booking-layout .tooltip.right {
				padding: 0 5px;
				margin-left: 3px;
			}
			booking-layout .tooltip.bottom {
				padding: 5px 0;
				margin-top: 3px;
			}
			booking-layout .tooltip.left {
				padding: 0 5px;
				margin-left: -3px;
			}
			booking-layout .tooltip-inner {
				max-width: 200px;
				padding: 3px 8px;
				color: #fff;
				text-align: center;
				background-color: #000;
				border-radius: 4px;
			}
			booking-layout .tooltip-arrow {
				position: absolute;
				width: 0;
				height: 0;
				border-color: transparent;
				border-style: solid;
			}
			booking-layout .tooltip.top .tooltip-arrow {
				bottom: 0;
				left: 50%;
				margin-left: -5px;
				border-width: 5px 5px 0;
				border-top-color: #000;
			}
			booking-layout .tooltip.top-left .tooltip-arrow {
				right: 5px;
				bottom: 0;
				margin-bottom: -5px;
				border-width: 5px 5px 0;
				border-top-color: #000;
			}
			booking-layout .tooltip.top-right .tooltip-arrow {
				bottom: 0;
				left: 5px;
				margin-bottom: -5px;
				border-width: 5px 5px 0;
				border-top-color: #000;
			}
			booking-layout .tooltip.right .tooltip-arrow {
				top: 50%;
				left: 0;
				margin-top: -5px;
				border-width: 5px 5px 5px 0;
				border-right-color: #000;
			}
			booking-layout .tooltip.left .tooltip-arrow {
				top: 50%;
				right: 0;
				margin-top: -5px;
				border-width: 5px 0 5px 5px;
				border-left-color: #000;
			}
			booking-layout .tooltip.bottom .tooltip-arrow {
				top: 0;
				left: 50%;
				margin-left: -5px;
				border-width: 0 5px 5px;
				border-bottom-color: #000;
			}
			booking-layout .tooltip.bottom-left .tooltip-arrow {
				top: 0;
				right: 5px;
				margin-top: -5px;
				border-width: 0 5px 5px;
				border-bottom-color: #000;
			}
			booking-layout .tooltip.bottom-right .tooltip-arrow {
				top: 0;
				left: 5px;
				margin-top: -5px;
				border-width: 0 5px 5px;
				border-bottom-color: #000;
			}
			booking-layout .popover {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1060;
				display: none;
				max-width: 276px;
				padding: 1px;
				font-family:
					Helvetica Neue,
					Helvetica,
					Arial,
					sans-serif;
				font-size: 14px;
				font-style: normal;
				font-weight: 400;
				line-height: 1.42857143;
				text-align: left;
				text-align: start;
				text-decoration: none;
				text-shadow: none;
				text-transform: none;
				letter-spacing: normal;
				word-break: normal;
				word-spacing: normal;
				word-wrap: normal;
				white-space: normal;
				background-color: #fff;
				background-clip: padding-box;
				border: 1px solid #ccc;
				border: 1px solid rgba(0, 0, 0, 0.2);
				border-radius: 6px;
				box-shadow: 0 5px 10px #0003;
				line-break: auto;
			}
			booking-layout .popover.top {
				margin-top: -10px;
			}
			booking-layout .popover.right {
				margin-left: 10px;
			}
			booking-layout .popover.bottom {
				margin-top: 10px;
			}
			booking-layout .popover.left {
				margin-left: -10px;
			}
			booking-layout .popover-title {
				padding: 8px 14px;
				margin: 0;
				font-size: 14px;
				background-color: #f7f7f7;
				border-bottom: 1px solid #ebebeb;
				border-radius: 5px 5px 0 0;
			}
			booking-layout .popover-content {
				padding: 9px 14px;
			}
			booking-layout .popover > .arrow,
			booking-layout .popover > .arrow:after {
				position: absolute;
				display: block;
				width: 0;
				height: 0;
				border-color: transparent;
				border-style: solid;
			}
			booking-layout .popover > .arrow {
				border-width: 11px;
			}
			booking-layout .popover > .arrow:after {
				content: '';
				border-width: 10px;
			}
			booking-layout .popover.top > .arrow {
				bottom: -11px;
				left: 50%;
				margin-left: -11px;
				border-top-color: #999;
				border-top-color: #00000040;
				border-bottom-width: 0;
			}
			booking-layout .popover.top > .arrow:after {
				bottom: 1px;
				margin-left: -10px;
				content: ' ';
				border-top-color: #fff;
				border-bottom-width: 0;
			}
			booking-layout .popover.right > .arrow {
				top: 50%;
				left: -11px;
				margin-top: -11px;
				border-right-color: #999;
				border-right-color: #00000040;
				border-left-width: 0;
			}
			booking-layout .popover.right > .arrow:after {
				bottom: -10px;
				left: 1px;
				content: ' ';
				border-right-color: #fff;
				border-left-width: 0;
			}
			booking-layout .popover.bottom > .arrow {
				top: -11px;
				left: 50%;
				margin-left: -11px;
				border-top-width: 0;
				border-bottom-color: #999;
				border-bottom-color: #00000040;
			}
			booking-layout .popover.bottom > .arrow:after {
				top: 1px;
				margin-left: -10px;
				content: ' ';
				border-top-width: 0;
				border-bottom-color: #fff;
			}
			booking-layout .popover.left > .arrow {
				top: 50%;
				right: -11px;
				margin-top: -11px;
				border-right-width: 0;
				border-left-color: #999;
				border-left-color: #00000040;
			}
			booking-layout .popover.left > .arrow:after {
				right: 1px;
				bottom: -10px;
				content: ' ';
				border-right-width: 0;
				border-left-color: #fff;
			}
			booking-layout .carousel {
				position: relative;
			}
			booking-layout .carousel-inner {
				position: relative;
				width: 100%;
				overflow: hidden;
			}
			booking-layout .carousel-inner > .item {
				position: relative;
				display: none;
				transition: 0.6s ease-in-out left;
			}
			booking-layout .carousel-inner > .item > img,
			booking-layout .carousel-inner > .item > a > img {
				line-height: 1;
			}
			@media all and (transform-3d), (-webkit-transform-3d) {
				booking-layout .carousel-inner > .item {
					transition: transform 0.6s ease-in-out;
					backface-visibility: hidden;
					perspective: 1000px;
				}
				booking-layout .carousel-inner > .item.next,
				booking-layout .carousel-inner > .item.active.right {
					left: 0;
					transform: translate3d(100%, 0, 0);
				}
				booking-layout .carousel-inner > .item.prev,
				booking-layout .carousel-inner > .item.active.left {
					left: 0;
					transform: translate3d(-100%, 0, 0);
				}
				booking-layout .carousel-inner > .item.next.left,
				booking-layout .carousel-inner > .item.prev.right,
				booking-layout .carousel-inner > .item.active {
					left: 0;
					transform: translateZ(0);
				}
			}
			booking-layout .carousel-inner > .active,
			booking-layout .carousel-inner > .next,
			booking-layout .carousel-inner > .prev {
				display: block;
			}
			booking-layout .carousel-inner > .active {
				left: 0;
			}
			booking-layout .carousel-inner > .next,
			booking-layout .carousel-inner > .prev {
				position: absolute;
				top: 0;
				width: 100%;
			}
			booking-layout .carousel-inner > .next {
				left: 100%;
			}
			booking-layout .carousel-inner > .prev {
				left: -100%;
			}
			booking-layout .carousel-inner > .next.left,
			booking-layout .carousel-inner > .prev.right {
				left: 0;
			}
			booking-layout .carousel-inner > .active.left {
				left: -100%;
			}
			booking-layout .carousel-inner > .active.right {
				left: 100%;
			}
			booking-layout .carousel-control {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				width: 15%;
				font-size: 20px;
				color: #fff;
				text-align: center;
				text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
				background-color: #0000;
				filter: alpha(opacity=50);
				opacity: 0.5;
			}
			booking-layout .carousel-control.left {
				background-image: linear-gradient(to right, #00000080, #0000);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
				background-repeat: repeat-x;
			}
			booking-layout .carousel-control.right {
				right: 0;
				left: auto;
				background-image: linear-gradient(to right, #0000, #00000080);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
				background-repeat: repeat-x;
			}
			booking-layout .carousel-control:hover,
			booking-layout .carousel-control:focus {
				color: #fff;
				text-decoration: none;
				filter: alpha(opacity=90);
				outline: 0;
				opacity: 0.9;
			}
			booking-layout .carousel-control .icon-prev,
			booking-layout .carousel-control .icon-next,
			booking-layout .carousel-control .glyphicon-chevron-left,
			booking-layout .carousel-control .glyphicon-chevron-right {
				position: absolute;
				top: 50%;
				z-index: 5;
				display: inline-block;
				margin-top: -10px;
			}
			booking-layout .carousel-control .icon-prev,
			booking-layout .carousel-control .glyphicon-chevron-left {
				left: 50%;
				margin-left: -10px;
			}
			booking-layout .carousel-control .icon-next,
			booking-layout .carousel-control .glyphicon-chevron-right {
				right: 50%;
				margin-right: -10px;
			}
			booking-layout .carousel-control .icon-prev,
			booking-layout .carousel-control .icon-next {
				width: 20px;
				height: 20px;
				font-family: serif;
				line-height: 1;
			}
			booking-layout .carousel-control .icon-prev:before {
				content: '\2039';
			}
			booking-layout .carousel-control .icon-next:before {
				content: '\203a';
			}
			booking-layout .carousel-indicators {
				position: absolute;
				bottom: 10px;
				left: 50%;
				z-index: 15;
				width: 60%;
				padding-left: 0;
				margin-left: -30%;
				text-align: center;
				list-style: none;
			}
			booking-layout .carousel-indicators li {
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px;
				text-indent: -999px;
				cursor: pointer;
				background-color: #000 \;
				background-color: #0000;
				border: 1px solid #fff;
				border-radius: 10px;
			}
			booking-layout .carousel-indicators .active {
				width: 12px;
				height: 12px;
				margin: 0;
				background-color: #fff;
			}
			booking-layout .carousel-caption {
				position: absolute;
				right: 15%;
				bottom: 20px;
				left: 15%;
				z-index: 10;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				text-align: center;
				text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
			}
			booking-layout .carousel-caption .btn {
				text-shadow: none;
			}
			@media screen and (min-width: 768px) {
				booking-layout .carousel-control .glyphicon-chevron-left,
				booking-layout .carousel-control .glyphicon-chevron-right,
				booking-layout .carousel-control .icon-prev,
				booking-layout .carousel-control .icon-next {
					width: 30px;
					height: 30px;
					margin-top: -10px;
					font-size: 30px;
				}
				booking-layout .carousel-control .glyphicon-chevron-left,
				booking-layout .carousel-control .icon-prev {
					margin-left: -10px;
				}
				booking-layout .carousel-control .glyphicon-chevron-right,
				booking-layout .carousel-control .icon-next {
					margin-right: -10px;
				}
				booking-layout .carousel-caption {
					right: 20%;
					left: 20%;
					padding-bottom: 30px;
				}
				booking-layout .carousel-indicators {
					bottom: 20px;
				}
			}
			booking-layout .clearfix:before,
			booking-layout .clearfix:after,
			booking-layout .dl-horizontal dd:before,
			booking-layout .dl-horizontal dd:after,
			booking-layout .container:before,
			booking-layout .container:after,
			booking-layout .container-fluid:before,
			booking-layout .container-fluid:after,
			booking-layout .row:before,
			booking-layout .row:after,
			booking-layout .form-horizontal .form-group:before,
			booking-layout .form-horizontal .form-group:after,
			booking-layout .btn-toolbar:before,
			booking-layout .btn-toolbar:after,
			booking-layout .btn-group-vertical > .btn-group:before,
			booking-layout .btn-group-vertical > .btn-group:after,
			booking-layout .nav:before,
			booking-layout .nav:after,
			booking-layout .navbar:before,
			booking-layout .navbar:after,
			booking-layout .navbar-header:before,
			booking-layout .navbar-header:after,
			booking-layout .navbar-collapse:before,
			booking-layout .navbar-collapse:after,
			booking-layout .pager:before,
			booking-layout .pager:after,
			booking-layout .panel-body:before,
			booking-layout .panel-body:after,
			modal-container .modal-header:before,
			modal-container .modal-header:after,
			modal-container .modal-footer:before,
			modal-container .modal-footer:after {
				display: table;
				content: ' ';
			}
			booking-layout .clearfix:after,
			booking-layout .dl-horizontal dd:after,
			booking-layout .container:after,
			booking-layout .container-fluid:after,
			booking-layout .row:after,
			booking-layout .form-horizontal .form-group:after,
			booking-layout .btn-toolbar:after,
			booking-layout .btn-group-vertical > .btn-group:after,
			booking-layout .nav:after,
			booking-layout .navbar:after,
			booking-layout .navbar-header:after,
			booking-layout .navbar-collapse:after,
			booking-layout .pager:after,
			booking-layout .panel-body:after,
			modal-container .modal-header:after,
			modal-container .modal-footer:after {
				clear: both;
			}
			booking-layout .center-block {
				display: block;
				margin-right: auto;
				margin-left: auto;
			}
			booking-layout .pull-right,
			modal-container .pull-right {
				float: right !important;
			}
			booking-layout .pull-left {
				float: left !important;
			}
			booking-layout .hide {
				display: none !important;
			}
			booking-layout .show {
				display: block !important;
			}
			booking-layout .invisible {
				visibility: hidden;
			}
			booking-layout .text-hide {
				font: 0/0 a;
				color: transparent;
				text-shadow: none;
				background-color: transparent;
				border: 0;
			}
			booking-layout .hidden {
				display: none !important;
			}
			booking-layout .affix {
				position: fixed;
			}
			booking-layout .visible-xs,
			booking-layout .visible-sm,
			booking-layout .visible-md,
			booking-layout .visible-lg {
				display: none !important;
			}
			booking-layout .visible-xs-block,
			booking-layout .visible-xs-inline,
			booking-layout .visible-xs-inline-block,
			booking-layout .visible-sm-block,
			booking-layout .visible-sm-inline,
			booking-layout .visible-sm-inline-block,
			booking-layout .visible-md-block,
			booking-layout .visible-md-inline,
			booking-layout .visible-md-inline-block,
			booking-layout .visible-lg-block,
			booking-layout .visible-lg-inline,
			booking-layout .visible-lg-inline-block {
				display: none !important;
			}
			@media (max-width: 767px) {
				booking-layout .visible-xs {
					display: block !important;
				}
				booking-layout table.visible-xs {
					display: table !important;
				}
				booking-layout tr.visible-xs {
					display: table-row !important;
				}
				booking-layout th.visible-xs,
				booking-layout td.visible-xs {
					display: table-cell !important;
				}
			}
			@media (max-width: 767px) {
				booking-layout .visible-xs-block {
					display: block !important;
				}
			}
			@media (max-width: 767px) {
				booking-layout .visible-xs-inline {
					display: inline !important;
				}
			}
			@media (max-width: 767px) {
				booking-layout .visible-xs-inline-block {
					display: inline-block !important;
				}
			}
			@media (min-width: 768px) and (max-width: 991px) {
				booking-layout .visible-sm {
					display: block !important;
				}
				booking-layout table.visible-sm {
					display: table !important;
				}
				booking-layout tr.visible-sm {
					display: table-row !important;
				}
				booking-layout th.visible-sm,
				booking-layout td.visible-sm {
					display: table-cell !important;
				}
			}
			@media (min-width: 768px) and (max-width: 991px) {
				booking-layout .visible-sm-block {
					display: block !important;
				}
			}
			@media (min-width: 768px) and (max-width: 991px) {
				booking-layout .visible-sm-inline {
					display: inline !important;
				}
			}
			@media (min-width: 768px) and (max-width: 991px) {
				booking-layout .visible-sm-inline-block {
					display: inline-block !important;
				}
			}
			@media (min-width: 992px) and (max-width: 1199px) {
				booking-layout .visible-md {
					display: block !important;
				}
				booking-layout table.visible-md {
					display: table !important;
				}
				booking-layout tr.visible-md {
					display: table-row !important;
				}
				booking-layout th.visible-md,
				booking-layout td.visible-md {
					display: table-cell !important;
				}
			}
			@media (min-width: 992px) and (max-width: 1199px) {
				booking-layout .visible-md-block {
					display: block !important;
				}
			}
			@media (min-width: 992px) and (max-width: 1199px) {
				booking-layout .visible-md-inline {
					display: inline !important;
				}
			}
			@media (min-width: 992px) and (max-width: 1199px) {
				booking-layout .visible-md-inline-block {
					display: inline-block !important;
				}
			}
			@media (min-width: 1200px) {
				booking-layout .visible-lg {
					display: block !important;
				}
				booking-layout table.visible-lg {
					display: table !important;
				}
				booking-layout tr.visible-lg {
					display: table-row !important;
				}
				booking-layout th.visible-lg,
				booking-layout td.visible-lg {
					display: table-cell !important;
				}
			}
			@media (min-width: 1200px) {
				booking-layout .visible-lg-block {
					display: block !important;
				}
			}
			@media (min-width: 1200px) {
				booking-layout .visible-lg-inline {
					display: inline !important;
				}
			}
			@media (min-width: 1200px) {
				booking-layout .visible-lg-inline-block {
					display: inline-block !important;
				}
			}
			@media (max-width: 767px) {
				booking-layout .hidden-xs {
					display: none !important;
				}
			}
			@media (min-width: 768px) and (max-width: 991px) {
				booking-layout .hidden-sm {
					display: none !important;
				}
			}
			@media (min-width: 992px) and (max-width: 1199px) {
				booking-layout .hidden-md {
					display: none !important;
				}
			}
			@media (min-width: 1200px) {
				booking-layout .hidden-lg {
					display: none !important;
				}
			}
			booking-layout .visible-print {
				display: none !important;
			}
			@media print {
				booking-layout .visible-print {
					display: block !important;
				}
				booking-layout table.visible-print {
					display: table !important;
				}
				booking-layout tr.visible-print {
					display: table-row !important;
				}
				booking-layout th.visible-print,
				booking-layout td.visible-print {
					display: table-cell !important;
				}
			}
			booking-layout .visible-print-block {
				display: none !important;
			}
			@media print {
				booking-layout .visible-print-block {
					display: block !important;
				}
			}
			booking-layout .visible-print-inline {
				display: none !important;
			}
			@media print {
				booking-layout .visible-print-inline {
					display: inline !important;
				}
			}
			booking-layout .visible-print-inline-block {
				display: none !important;
			}
			@media print {
				booking-layout .visible-print-inline-block {
					display: inline-block !important;
				}
			}
			@media print {
				booking-layout .hidden-print {
					display: none !important;
				}
			}
			.booking-overlay-open modal-container.modal.in .modal-dialog:not(.image) {
				top: 0;
				left: 0;
			}
			@supports (-webkit-overflow-scrolling: touch) {
				.booking-overlay-open body.modal-open booking-layout {
					height: 100%;
					overflow: hidden;
					width: 100%;
					position: fixed;
					pointer-events: none;
					top: 0;
					left: 0;
					z-index: 150;
				}
			}
			booking-layout .swiper-button-prev svg,
			booking-layout .swiper-button-next svg {
				height: 44px !important;
			}
			@charset "UTF-8";
			.cal-month-view .cal-header {
				text-align: center;
				font-weight: bolder;
			}
			.cal-month-view .cal-header .cal-cell {
				padding: 5px 0;
				overflow: hidden;
				text-overflow: ellipsis;
				display: block;
				white-space: nowrap;
			}
			.cal-month-view .cal-days {
				border: 1px solid;
				border-bottom: 0;
			}
			.cal-month-view .cal-cell-top {
				min-height: 78px;
				flex: 1;
			}
			.cal-month-view .cal-cell-row {
				display: flex;
			}
			.cal-month-view .cal-cell {
				float: left;
				flex: 1;
				display: flex;
				flex-direction: column;
				align-items: stretch;
			}
			.cal-month-view .cal-cell .cal-event {
				pointer-events: all !important;
			}
			.cal-month-view .cal-day-cell {
				min-height: 100px;
			}
			.cal-month-view .cal-day-cell:not(:last-child) {
				border-right: 1px solid;
			}
			[dir='rtl'] .cal-month-view .cal-day-cell:not(:last-child) {
				border-right: initial;
				border-left: 1px solid;
			}
			.cal-month-view .cal-days .cal-cell-row {
				border-bottom: 1px solid;
			}
			.cal-month-view .cal-day-badge {
				margin-top: 18px;
				margin-left: 10px;
				display: inline-block;
				min-width: 10px;
				padding: 3px 7px;
				font-size: 12px;
				font-weight: 700;
				line-height: 1;
				text-align: center;
				white-space: nowrap;
				vertical-align: middle;
				border-radius: 10px;
				float: left;
			}
			.cal-month-view .cal-day-number {
				font-size: 1.2em;
				font-weight: 400;
				opacity: 0.5;
				margin-top: 15px;
				margin-right: 15px;
				float: right;
				margin-bottom: 10px;
			}
			.cal-month-view .cal-events {
				flex: 1;
				align-items: flex-end;
				margin: 3px;
				line-height: 10px;
				display: flex;
				flex-wrap: wrap;
			}
			.cal-month-view .cal-event {
				width: 10px;
				height: 10px;
				border-radius: 50%;
				display: inline-block;
				margin: 2px;
			}
			.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
				cursor: pointer;
			}
			.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
				opacity: 0.1;
				cursor: default;
			}
			.cal-month-view .cal-day-cell.cal-today .cal-day-number {
				font-size: 1.9em;
			}
			.cal-month-view .cal-open-day-events {
				padding: 15px;
			}
			.cal-month-view .cal-open-day-events .cal-event {
				position: relative;
				top: 2px;
			}
			.cal-month-view .cal-out-month .cal-day-badge,
			.cal-month-view .cal-out-month .cal-event {
				opacity: 0.3;
			}
			.cal-month-view .cal-draggable {
				cursor: move;
			}
			.cal-month-view .cal-drag-active * {
				pointer-events: none;
			}
			.cal-month-view .cal-event-title {
				cursor: pointer;
			}
			.cal-month-view .cal-event-title:hover {
				text-decoration: underline;
			}
			.cal-month-view {
				background-color: #fff;
			}
			.cal-month-view .cal-cell-row:hover {
				background-color: #fafafa;
			}
			.cal-month-view .cal-cell-row .cal-cell:hover,
			.cal-month-view .cal-cell.cal-has-events.cal-open {
				background-color: #ededed;
			}
			.cal-month-view .cal-days {
				border-color: #e1e1e1;
			}
			.cal-month-view .cal-day-cell:not(:last-child) {
				border-right-color: #e1e1e1;
			}
			[dir='rtl'] .cal-month-view .cal-day-cell:not(:last-child) {
				border-right-color: initial;
				border-left-color: #e1e1e1;
			}
			.cal-month-view .cal-days .cal-cell-row {
				border-bottom-color: #e1e1e1;
			}
			.cal-month-view .cal-day-badge {
				background-color: #b94a48;
				color: #fff;
			}
			.cal-month-view .cal-event {
				background-color: #1e90ff;
				border-color: #d1e8ff;
				color: #fff;
			}
			.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
				color: #8b0000;
			}
			.cal-month-view .cal-day-cell.cal-today {
				background-color: #e8fde7;
			}
			.cal-month-view .cal-day-cell.cal-drag-over {
				background-color: #e0e0e0 !important;
			}
			.cal-month-view .cal-open-day-events {
				color: #fff;
				background-color: #555;
				box-shadow: inset 0 0 15px #00000080;
			}
			.cal-week-view * {
				box-sizing: border-box;
			}
			.cal-week-view .cal-day-headers {
				display: flex;
				padding-left: 70px;
				border: 1px solid;
			}
			[dir='rtl'] .cal-week-view .cal-day-headers {
				padding-left: initial;
				padding-right: 70px;
			}
			.cal-week-view .cal-day-headers .cal-header {
				flex: 1;
				text-align: center;
				padding: 5px;
			}
			.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
				border-right: 1px solid;
			}
			[dir='rtl'] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
				border-right: initial;
				border-left: 1px solid;
			}
			.cal-week-view .cal-day-headers .cal-header:first-child {
				border-left: 1px solid;
			}
			[dir='rtl'] .cal-week-view .cal-day-headers .cal-header:first-child {
				border-left: initial;
				border-right: 1px solid;
			}
			.cal-week-view .cal-day-headers span {
				font-weight: 400;
				opacity: 0.5;
			}
			.cal-week-view .cal-day-column {
				flex-grow: 1;
				border-left: solid 1px;
			}
			[dir='rtl'] .cal-week-view .cal-day-column {
				border-left: initial;
				border-right: solid 1px;
			}
			.cal-week-view .cal-event {
				font-size: 12px;
				border: 1px solid;
				direction: ltr;
			}
			.cal-week-view .cal-time-label-column {
				width: 70px;
				height: 100%;
			}
			.cal-week-view .cal-current-time-marker {
				position: absolute;
				width: 100%;
				height: 2px;
				z-index: 2;
			}
			.cal-week-view .cal-all-day-events {
				border: solid 1px;
				border-top: 0;
				border-bottom-width: 3px;
				padding-top: 3px;
				position: relative;
			}
			.cal-week-view .cal-all-day-events .cal-day-columns {
				height: 100%;
				width: 100%;
				display: flex;
				position: absolute;
				top: 0;
				z-index: 0;
			}
			.cal-week-view .cal-all-day-events .cal-events-row {
				position: relative;
				height: 31px;
				margin-left: 70px;
			}
			[dir='rtl'] .cal-week-view .cal-all-day-events .cal-events-row {
				margin-left: initial;
				margin-right: 70px;
			}
			.cal-week-view .cal-all-day-events .cal-event-container {
				display: inline-block;
				position: absolute;
			}
			.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
				z-index: 1;
				pointer-events: none;
			}
			.cal-week-view .cal-all-day-events .cal-event {
				padding: 0 5px;
				margin-left: 2px;
				margin-right: 2px;
				height: 28px;
				line-height: 28px;
			}
			.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
				border-top-left-radius: 5px;
				border-bottom-left-radius: 5px;
			}
			[dir='rtl']
				.cal-week-view
				.cal-all-day-events
				.cal-starts-within-week
				.cal-event {
				border-top-left-radius: initial;
				border-bottom-left-radius: initial;
				border-top-right-radius: 5px !important;
				border-bottom-right-radius: 5px !important;
			}
			.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
			}
			[dir='rtl']
				.cal-week-view
				.cal-all-day-events
				.cal-ends-within-week
				.cal-event {
				border-top-right-radius: initial;
				border-bottom-right-radius: initial;
				border-top-left-radius: 5px;
				border-bottom-left-radius: 5px;
			}
			.cal-week-view .cal-all-day-events .cal-time-label-column {
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 14px;
			}
			.cal-week-view .cal-all-day-events .cal-resize-handle {
				width: 6px;
				height: 100%;
				cursor: col-resize;
				position: absolute;
				top: 0;
			}
			.cal-week-view
				.cal-all-day-events
				.cal-resize-handle.cal-resize-handle-after-end {
				right: 0;
			}
			[dir='rtl']
				.cal-week-view
				.cal-all-day-events
				.cal-resize-handle.cal-resize-handle-after-end {
				right: initial;
				left: 0;
			}
			.cal-week-view .cal-event,
			.cal-week-view .cal-header {
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			.cal-week-view .cal-drag-active {
				pointer-events: none;
				z-index: 1;
			}
			.cal-week-view .cal-drag-active * {
				pointer-events: none;
			}
			.cal-week-view .cal-time-events {
				position: relative;
				border: solid 1px;
				border-top: 0;
				display: flex;
			}
			.cal-week-view .cal-time-events .cal-day-columns {
				display: flex;
				flex-grow: 1;
			}
			.cal-week-view .cal-time-events .cal-day-column,
			.cal-week-view .cal-time-events .cal-events-container {
				position: relative;
			}
			.cal-week-view .cal-time-events .cal-event-container {
				position: absolute;
				z-index: 1;
			}
			.cal-week-view .cal-time-events .cal-event {
				width: calc(100% - 2px);
				height: calc(100% - 2px);
				margin: 1px;
				padding: 0 5px;
				line-height: 25px;
			}
			.cal-week-view .cal-time-events .cal-resize-handle {
				width: 100%;
				height: 4px;
				cursor: row-resize;
				position: absolute;
			}
			.cal-week-view
				.cal-time-events
				.cal-resize-handle.cal-resize-handle-after-end {
				bottom: 0;
			}
			.cal-week-view .cal-hour-segment {
				position: relative;
			}
			.cal-week-view .cal-hour-segment:after {
				content: '\a0';
			}
			.cal-week-view .cal-event-container:not(.cal-draggable) {
				cursor: pointer;
			}
			.cal-week-view .cal-draggable {
				cursor: move;
			}
			.cal-week-view mwl-calendar-week-view-hour-segment,
			.cal-week-view .cal-hour-segment {
				display: block;
			}
			.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
			.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
				border-bottom: thin dashed;
			}
			.cal-week-view .cal-time {
				font-weight: 700;
				padding-top: 5px;
				width: 70px;
				text-align: center;
			}
			.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
				display: none;
			}
			.cal-week-view .cal-starts-within-day .cal-event {
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
			}
			.cal-week-view .cal-ends-within-day .cal-event {
				border-bottom-left-radius: 5px;
				border-bottom-right-radius: 5px;
			}
			.cal-week-view {
				background-color: #fff;
				border-top: solid 1px #e1e1e1;
			}
			.cal-week-view .cal-day-headers {
				border-color: #e1e1e1;
				border-top: 0;
			}
			.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
				border-right-color: #e1e1e1;
			}
			[dir='rtl'] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
				border-right-color: initial;
				border-left: solid 1px #e1e1e1 !important;
			}
			.cal-week-view .cal-day-headers .cal-header:first-child {
				border-left-color: #e1e1e1;
			}
			[dir='rtl'] .cal-week-view .cal-day-headers .cal-header:first-child {
				border-left-color: initial;
				border-right-color: #e1e1e1;
			}
			.cal-week-view .cal-day-headers .cal-header:hover,
			.cal-week-view .cal-day-headers .cal-drag-over {
				background-color: #ededed;
			}
			.cal-week-view .cal-day-column {
				border-left-color: #e1e1e1;
			}
			[dir='rtl'] .cal-week-view .cal-day-column {
				border-left-color: initial;
				border-right-color: #e1e1e1;
			}
			.cal-week-view .cal-event {
				background-color: #d1e8ff;
				border-color: #1e90ff;
				color: #1e90ff;
			}
			.cal-week-view .cal-all-day-events {
				border-color: #e1e1e1;
			}
			.cal-week-view .cal-header.cal-today {
				background-color: #e8fde7;
			}
			.cal-week-view .cal-header.cal-weekend span {
				color: #8b0000;
			}
			.cal-week-view .cal-time-events {
				border-color: #e1e1e1;
			}
			.cal-week-view
				.cal-time-events
				.cal-day-columns:not(.cal-resize-active)
				.cal-hour-segment:hover {
				background-color: #ededed;
			}
			.cal-week-view .cal-hour-odd {
				background-color: #fafafa;
			}
			.cal-week-view .cal-drag-over .cal-hour-segment {
				background-color: #ededed;
			}
			.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
			.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
				border-bottom-color: #e1e1e1;
			}
			.cal-week-view .cal-current-time-marker {
				background-color: #ea4334;
			}
			.cal-day-view mwl-calendar-week-view-header {
				display: none;
			}
			.cal-day-view .cal-events-container {
				margin-left: 70px;
			}
			[dir='rtl'] .cal-day-view .cal-events-container {
				margin-left: initial;
				margin-right: 70px;
			}
			.cal-day-view .cal-day-column {
				border-left: 0;
			}
			.cal-day-view .cal-current-time-marker {
				margin-left: 70px;
				width: calc(100% - 70px);
			}
			[dir='rtl'] .cal-day-view .cal-current-time-marker {
				margin-left: initial;
				margin-right: 70px;
			}
			.cal-tooltip {
				position: absolute;
				z-index: 1070;
				display: block;
				font-style: normal;
				font-weight: 400;
				letter-spacing: normal;
				line-break: auto;
				line-height: 1.5;
				text-align: start;
				text-decoration: none;
				text-shadow: none;
				text-transform: none;
				white-space: normal;
				word-break: normal;
				word-spacing: normal;
				font-size: 11px;
				word-wrap: break-word;
				opacity: 0.9;
			}
			.cal-tooltip.cal-tooltip-top {
				padding: 5px 0;
				margin-top: -3px;
			}
			.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
				bottom: 0;
				left: 50%;
				margin-left: -5px;
				border-width: 5px 5px 0;
			}
			.cal-tooltip.cal-tooltip-right {
				padding: 0 5px;
				margin-left: 3px;
			}
			.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
				top: 50%;
				left: 0;
				margin-top: -5px;
				border-width: 5px 5px 5px 0;
			}
			.cal-tooltip.cal-tooltip-bottom {
				padding: 5px 0;
				margin-top: 3px;
			}
			.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
				top: 0;
				left: 50%;
				margin-left: -5px;
				border-width: 0 5px 5px;
			}
			.cal-tooltip.cal-tooltip-left {
				padding: 0 5px;
				margin-left: -3px;
			}
			.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
				top: 50%;
				right: 0;
				margin-top: -5px;
				border-width: 5px 0 5px 5px;
			}
			.cal-tooltip-inner {
				max-width: 200px;
				padding: 3px 8px;
				text-align: center;
				border-radius: 0.25rem;
			}
			.cal-tooltip-arrow {
				position: absolute;
				width: 0;
				height: 0;
				border-color: transparent;
				border-style: solid;
			}
			.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
				border-top-color: #000;
			}
			.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
				border-right-color: #000;
			}
			.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
				border-bottom-color: #000;
			}
			.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
				border-left-color: #000;
			}
			.cal-tooltip-inner {
				color: #fff;
				background-color: #000;
			}
			.ng-select.ng-select-searchable:not(.ng-select-opened)
				.ng-select-container
				.ng-value-container
				.ng-input {
				opacity: 0;
			}
			.ng-select
				.ng-select-container
				.ng-value-container
				.ng-input
				> input[readonly] {
				-webkit-user-select: unset !important;
				user-select: unset !important;
			}
			owl-date-time-calendar
				.owl-dt-control.owl-dt-control-button.owl-dt-control-period-button
				.owl-dt-control-button-arrow {
				display: none;
			}
			boutique-buergenstock-room-gallery .swiper-button-next:after,
			boutique-buergenstock-room-gallery .swiper-button-prev:after,
			boutique-room-gallery .swiper-button-next:after,
			boutique-room-gallery .swiper-button-prev:after,
			lifestyle-room-gallery .swiper-button-next:after,
			lifestyle-room-gallery .swiper-button-prev:after,
			boutique-buergenstock-room-gallery-modal .swiper-button-next:after,
			boutique-buergenstock-room-gallery-modal .swiper-button-prev:after,
			boutique-room-gallery-modal .swiper-button-next:after,
			boutique-room-gallery-modal .swiper-button-prev:after {
				display: none;
			}
			.azds-backdrop-under {
				z-index: 1 !important;
			}
			.cal-month-view,
			.cal-month-view .cal-cell-row:hover,
			.cal-month-view .cal-cell-row .cal-cell:hover,
			.cal-month-view .cal-cell.cal-has-events.cal-open {
				background-color: transparent;
			}
			.cal-month-view .cal-days {
				border-color: transparent;
			}
			.cal-month-view .cal-day-cell:not(:last-child) {
				border-right-color: transparent;
			}
			[dir='rtl'] .cal-month-view .cal-day-cell:not(:last-child) {
				border-right-color: initial;
				border-left-color: transparent;
			}
			.cal-month-view .cal-days .cal-cell-row {
				border-bottom-color: transparent;
			}
			.cal-month-view .cal-day-badge {
				background-color: transparent;
				color: inherit;
			}
			.cal-month-view .cal-event {
				background-color: transparent;
				border-color: transparent;
				color: inherit;
			}
			.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
				color: transparent;
			}
			.cal-month-view .cal-day-cell.cal-today {
				background-color: transparent;
			}
			.cal-month-view .cal-day-cell.cal-drag-over {
				background-color: #0000 !important;
			}
			.cal-month-view .cal-open-day-events {
				color: inherit;
				background-color: transparent;
				box-shadow: inset 0 0 15px #00000080;
			}
			.cal-week-view {
				background-color: transparent;
				border-top: solid 1px transparent;
			}
			.cal-week-view .cal-day-headers {
				border-color: transparent;
				border-top: 0;
			}
			.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
				border-right-color: transparent;
			}
			[dir='rtl'] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
				border-right-color: initial;
				border-left: solid 1px transparent !important;
			}
			.cal-week-view .cal-day-headers .cal-header:first-child {
				border-left-color: transparent;
			}
			[dir='rtl'] .cal-week-view .cal-day-headers .cal-header:first-child {
				border-left-color: initial;
				border-right-color: transparent;
			}
			.cal-week-view .cal-day-headers .cal-header:hover,
			.cal-week-view .cal-day-headers .cal-drag-over {
				background-color: transparent;
			}
			.cal-week-view .cal-day-column {
				border-left-color: transparent;
			}
			[dir='rtl'] .cal-week-view .cal-day-column {
				border-left-color: initial;
				border-right-color: transparent;
			}
			.cal-week-view .cal-event {
				background-color: transparent;
				border-color: transparent;
				color: transparent;
			}
			.cal-week-view .cal-all-day-events {
				border-color: transparent;
			}
			.cal-week-view .cal-header.cal-today {
				background-color: transparent;
			}
			.cal-week-view .cal-header.cal-weekend span {
				color: transparent;
			}
			.cal-week-view .cal-time-events {
				border-color: transparent;
			}
			.cal-week-view
				.cal-time-events
				.cal-day-columns:not(.cal-resize-active)
				.cal-hour-segment:hover {
				background-color: transparent;
			}
			.cal-week-view .cal-hour-odd,
			.cal-week-view .cal-drag-over .cal-hour-segment {
				background-color: transparent;
			}
			.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
			.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
				border-bottom-color: transparent;
			}
			.cal-week-view .cal-current-time-marker {
				background-color: transparent;
			}
			.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
				border-top-color: transparent;
			}
			.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
				border-right-color: transparent;
			}
			.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
				border-bottom-color: transparent;
			}
			.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
				border-left-color: transparent;
			}
			.cal-tooltip-inner {
				color: inherit;
				background-color: transparent;
			}
			.cal-tooltip {
				visibility: hidden;
				top: 0;
			}
			@media screen and (max-width: 700px) {
				.cal-tooltip-inner {
					max-width: 120px;
				}
			}
			@media screen and (max-width: 500px) {
				.calendar-month
					.cal-month-view
					.cal-event
					.cal-cell-top
					div[aria-label]:not(.day),
				.calendar-month .cal-cell-top .price,
				.calendar-month .cal-month-view .cal-cell-top .price {
					width: 100%;
					height: 100%;
					-js-display: flex;
					display: flex;
					align-items: center;
					justify-content: center;
					padding-top: 6px;
				}
				.cal-event-description {
					top: 3px;
				}
				.calendar-month .cal-cell-top,
				.calendar-month .cal-month-view .cal-cell-top {
					padding: 0;
					height: 100%;
				}
				.cal-month-view .cal-events {
					margin: 0;
				}
				.calendar-month .cal-month-view .cal-days .cal-cell {
					min-height: 53px;
				}
			}
			modal-container.fade.show {
				opacity: 1;
			}
			modal-container.modal.fade.show .modal-dialog {
				transform: translate(0);
			}
