/*! CSS Used from: https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css */



:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 6px;
	--bs-border-radius-sm: 4px;
	--bs-border-radius-lg: 8px;
	--bs-border-radius-xl: 16px;
	--bs-border-radius-2xl: 32px;
	--bs-border-radius-pill: 800px;
	--bs-link-color: #0d6efd;
	--bs-link-hover-color: #0a58ca;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: calc(22px + 1.5vw);
}

@media (min-width:1200px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: calc(21.2px + .9vw);
}

@media (min-width:1200px) {
	h2 {
		font-size: 32px;
	}
}

h3 {
	font-size: calc(20.8px + .6vw);
}

@media (min-width:1200px) {
	h3 {
		font-size: 28px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 16px;
}

ul {
	padding-left: 32px;
}

ul {
	margin-top: 0;
	margin-bottom: 16px;
}

a {
	color: var(--bs-link-color);
	text-decoration: underline;
}

a:hover {
	color: var(--bs-link-hover-color);
}

img {
	vertical-align: middle;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button {
	text-transform: none;
}

button {
	-webkit-appearance: button;
}

button:not(:disabled) {
	cursor: pointer;
}

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

#header .container, #footer .container {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	#atb-header .container, #atb-footer .container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	#atb-header .container, #atb-footer .container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	#atb-header .container, #atb-footer .container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	#header .container, #atb-footer .container {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	#atb-header .container, #atb-footer .container {
		max-width: 1320px;
	}
}

#atb-header .row, #atb-footer .row {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

#atb-header .row>*, #atb-footer .row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

@media (min-width:768px) {
	#atb-header .col-md-2, #atb-footer .col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
		margin-bottom: 0px;
	}
	#atb-header .col-md-3, #atb-footer .col-md-3 {
		flex: 0 0 auto;
		width: 25%;
		margin-bottom: 0px;
	}
	#atb-header .col-md-4, #atb-footer .col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
		margin-bottom: 0px;
	}
	#atb-header .col-md-5, #atb-footer .col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
		margin-bottom: 0px;
	}
	#atb-header .col-md-6, #atb-footer .col-md-6 {
		flex: 0 0 auto;
		width: 50%;
		margin-bottom: 0px;
	}
	#atb-header .col-md-10, #atb-footer .col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
		margin-bottom: 0px;
	}
	#atb-header .col-md-12, #atb-footer .col-md-12 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 0px;
	}
}

.justify-content-center {
	justify-content: center!important;
}

/*! CSS Used from: https://holidays-4you.co.uk/html/styles.css */

html {
	scroll-behavior: smooth;
}

html body {
	font-family: 'Sen', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3 {
	font-family: 'Sen', sans-serif;
	font-weight: 700;
}

#atb-header .container, #atb-footer .container {
	max-width: 1270px;
	width: 100%;
}

:root {
	--brand: #5C8B73;
	--brand-alt: #3E6C54;
	--accent: #F9AF15;
	--light: #FFFFFF;
	--dark: #434343;
}

#header {
	background: var(--brand);
	padding: 30px 0px 30px 0px;
}

#header .col-md-6 {
	padding-left: 90px;
	padding-right: 90px;
}

#header ul {
	list-style-type: none;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

#header ul.main-nav {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

#header ul.main-nav li {
	font-family: 'Sen';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
}

#header ul.main-nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

#header ul li {
	display: inline-block;
}

#header ul.buttons {
	text-align: right;
	margin-top: 15px;
}

#header ul.buttons li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Sen';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
	padding: 8px 12px 8px 12px;
	border: 1px solid #ffffff;
	border-radius: 3px;
}

#header ul.buttons li:last-child a {
	color: var(--brand);
	text-decoration: none;
	font-family: 'Sen';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
	padding: 8px 12px 8px 12px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	background: #ffffff;
}

#hero {
	background: url('../images/hero-background.jpg') no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 200px 0px 325px 0px;
	text-align: center;
}

#hero h1 {
	font-family: 'Sen';
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	line-height: 65px;
	letter-spacing: -0.055em;
	color: #FFFFFF;
	text-shadow: 0px 2px 19px rgba(0, 0, 0, 0.46);
}

#hero .searchWidget {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	margin-top: 40px;
	padding: 30px;
}

#hero .searchWidget p {
	font-family: 'Sen';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
	color: #434343;
	margin-bottom: 0px;
}

#hero .searchWidget p span {
	color: #21A56E;
}

#hero .searchWidget img {
	width: 233px;
	height: auto;
	margin-top: -5px;
}

#points {
	margin-top: -20px;
}

#points .pointsContainer {
	background: #FFFFFF;
	box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	border-top: 10px solid var(--brand);
	padding: 25px;
}

#points .pointsContainer h2 {
	font-family: 'Sen';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
	color: #434343;
	display: inline-block;
}

#points .pointsContainer p {
	font-family: 'Sen';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.03em;
	color: #434343;
	display: inline-block;
	padding-left: 37px;
	padding-right: 30px;
	margin-bottom: 0px;
}

#points .pointsContainer img {
	height: 27px;
	width: 23px;
	margin-right: 10px;
	display: inline-block;
}

#recentlyListed {
	padding: 80px 0px 80px 0px;
}

#recentlyListed h2 {
	text-align: center;
	margin-bottom: 40px;
}

#recentlyListed .listingBlock {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-radius: 12px;
	padding: 10px;
}

#recentlyListed .listingBlock img {
	border-radius: 10px;
	margin-bottom: 15px;
}

#recentlyListed .listingBlock h2 {
	font-family: 'Sen';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	letter-spacing: -0.03em;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #253E71;
}

#recentlyListed .listingBlock p.location {
	font-family: 'Sen';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
	color: #434343;
	margin-left: 15px;
}

#recentlyListed .listingBlock ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 15px;
}

#recentlyListed .listingBlock ul li {
	display: inline-block;
	width: 31%;
}

#recentlyListed .listingBlock ul li img {
	height: 27px;
	width: auto;
	float: left;
	margin-right: 8px;
}

#recentlyListed .listingBlock ul li h3 {
	color: #434343;
	font-size: 9px;
	font-family: Sen;
	font-weight: 700;
	letter-spacing: -0.27px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#recentlyListed .listingBlock ul li p {
	color: #F9AF15;
	font-size: 16px;
	font-family: Sen;
	font-weight: 800;
	letter-spacing: -0.48px;
}

#recentlyListed a.more {
	color: #FFF;
	font-size: 14px;
	font-family: Sen;
	font-weight: 700;
	letter-spacing: -0.42px;
	text-decoration: none;
	border-radius: 4px;
	background: #5C8B73;
	padding: 7px 11px;
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}

#contentBlocks {
	padding: 20px 0px 70px 0px;
}

#contentBlocks .contentBlock {
	background: #FFFFFF;
	border: 1px solid #C1C1C1;
	box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.09);
	border-radius: 12px;
	padding: 60px;
}

#contentBlocks .contentBlock img {
	display: inline-block;
	height: 33px;
	width: auto;
	margin-right: 10px;
	margin-top: -9px;
}

#contentBlocks .contentBlock h2 {
	display: inline-block;
	font-family: 'Sen';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #434343;
	margin-bottom: 20px;
}

#ecologi {
	background: linear-gradient(1deg, #1B3829 0%, rgba(27, 56, 41, 0.00) 100%), #376D51;
	padding: 40px 0px;
}

#ecologi h2 {
	color: #FFF;
	font-size: 18px;
	font-family: Sen;
	font-weight: 700;
	letter-spacing: -0.6px;
}

#ecologi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ecologi ul li {
	display: inline-block;
	padding: 30px 30px 20px 30px;
}

#ecologi ul li img {
	width: 45px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#ecologi ul li h3 {
	color: #FFF;
	font-size: 15px;
	font-family: Sen;
	letter-spacing: -0.48px;
	margin-bottom: 0px;
}

#ecologi ul li p.trees {
	color: #FFF;
	font-size: 32px;
	font-family: Sen;
	font-weight: 700;
	letter-spacing: -0.96px;
	margin-bottom: 0px;
}

#ecologi ul li:first-child {
	border-radius: 12px 0px 0px 12px;
	background: #5C8B73;
	width: 36%;
}

#ecologi ul li:last-child {
	border-radius: 0px 12px 12px 0px;
	background: #5C8B73;
	width: 52%;
}

#newsletter {
	background: #5C8B73;
	border-bottom: solid 5px var(--accent);
	padding: 60px 0px;
}

#newsletter label {
	color: #FFF;
	font-size: 30px;
	font-family: Sen;
	font-weight: 700;
	letter-spacing: -0.9px;
	margin-right: 20px;
}

#newsletter input {
	border-radius: 5.463px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
	font-size: 19.122px;
	padding: 10px 30px;
	width: 40%;
}

#newsletter button {
	border-radius: 5.463px;
	background: #FFF;
	color: #5C8B73;
	font-size: 19.122px;
	font-family: Sen;
	font-weight: 700;
	letter-spacing: -0.574px;
	border: 0px;
	padding: 10px 30px;
	margin-left: 10px;
}

#footer {
	background: #3E6C54;
	padding: 90px 0px;
}

#footer img.logo {
	width: 270px;
	height: auto;
	margin-bottom: 80px;
}

#footer ul.socials {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul.socials li {
	display: inline-block;
	margin-right: 10px;
}

#footer ul.socials li img {
	width: 25px;
	height: auto;
}

#footer ul.main-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul.main-nav li {
	margin-bottom: 10px;
}

#footer ul.main-nav li a {
	color: #FFF;
	font-size: 16px;
	font-family: Sen;
	letter-spacing: -0.48px;
	text-decoration: none;
}

#footer ul.main-nav li.create a {
	color: #3E6C54;
	font-size: 14px;
	font-family: Sen;
	font-weight: 700;
	letter-spacing: -0.42px;
	text-decoration: none;
	border-radius: 4px;
	background: #FFF;
	padding: 7px 11px;
}

#footer p {
	color: #FFF;
	font-size: 16px;
	font-family: Sen;
	letter-spacing: -0.48px;
	margin-bottom: 8px;
}

#footer p a {
	color: var(--accent);
}

/** Anytime Booking **/

:root {
	--body-family-font: "Sen", sans-serif;
	--body-font-size: 16px;
	--body-font-weight: 400;
    --primary-background-color: #5C8B73;
	--primary-font-color: #FFFFFF;
	--secondary-font-color: #212529;
    --button-font-size: 14px;
    --button-color: #FFFFFF;
    --button-background-color: #5C8B73;
	--button-border-color: #5C8B73;
	--button-color-hover: #FFFFFF;
    --button-background-color-hover: #7CA28E;
    --button-border-color-hover: #7CA28E;
	--button-border-width: 0px;
    --button-radius: 4px;
	--container-background-color: #FFFFFF;
}

#atb-body {
	font-family: var(--body-family-font);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	clear: both;
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#atb-loading-box {
	height: auto !important;
}

#atb-loading-content img {
	margin: auto;
}

#atb-visual-calendar-row .atb-visual-calendar-button {
	background-color: var(--button-background-color);
	color: var(--button-color);
	padding-block-start: 0px;
	padding-inline-end: 8px;
	padding-block-end: 0px;
	padding-inline-start: 8px;
}

#atb-visual-calendar-row .atb-visual-calendar-button:hover {
	background-color: var(--button-background-color-hover);
	color: var(--button-color-hover);
}

#atb-container #atb-header {
	margin-bottom: 0;
}

@media only screen and (max-width: 749px) {
	#atb-container #atb-header {
		padding-top: 15px;
	}
}

#atb-logo-mobile {
	padding-left: 10px;
}

#atb-container {
	background-color: var(--container-background-color);
}

#atb-header #atb-process li {
	background-color: var(--primary-background-color);
	border-bottom: 1px solid var(--primary-background-color);
	border-left: 1px solid var(--primary-background-color);
}

#atb-summary-label {
	color: var(--primary-font-color);
	background-color: var(--primary-background-color);
	padding-top: 4px;
}

#atb-main-pane .atb-steps {
	background-color: #E0E0E0;
	padding: 5px;
}

#atb-main-pane .atb-active-step {
	background-color: var(--primary-background-color) !important;
	color: var(--primary-font-color);
}

#atb-main-pane .atb-completed-step {
	background-color: var(--primary-background-color);
	color: var(--primary-font-color);
}

#atb-container #atb-summary .atb-heading {
	color: var(--secondary-font-color);
	border-bottom: 1px solid var(--primary-background-color);
}

#atb-existing-customer h3,
#atb-new-customer h3 {
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 15px;
	padding: 0;
	color: var(--secondary-font-color) !important;
}

#atb-header #atb-process li.atb-selected {
	background: #000E16 none repeat scroll 0 0;
	border-bottom: 1px solid #000E16;
	border-left: 0 none;
	color: #FFFFFF;
}

#atb-summary-label-text {
	padding: 0;
	font-size: 0.8em;
	width: 60%;
	line-height: 18px;
}

#atb-header {
	margin-bottom: 50px;
}

#atb-footer {
	margin-top: 50px;
	padding: 0px;
	border-top: 0px solid #CBD7C6;
}

.cbp-spmenu-bottom #atb-summary-inner {
	background-color: #E0E0E0;
	color: #333333;
}

#atb-summary {
	color: #969696;
}

#atb-visual-calendar-row .atb-visual-calendar-month-name {
	color: var(--secondary-font-color);
}

#atb-container .btn {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color) !important;
	background-color: var(--button-background-color) !important;
	border-color: var(--button-border-color) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#atb-container .btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color-hover) !important;
	background-color: var(--button-background-color-hover) !important;
	border-color: var(--button-border-color-hover) !important;
}

#atb-terms-panel .btn {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color) !important;
	background-color: var(--button-background-color) !important;
	border-color: var(--button-border-color) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#atb-terms-panel .btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color-hover) !important;
	background-color: var(--button-background-color-hover) !important;
	border-color: var(--button-border-color-hover) !important;
}

#atb-place-booking-panel .btn {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color) !important;
	background-color: var(--button-background-color) !important;
	border-color: var(--button-border-color) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#atb-place-booking-panel .btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color-hover) !important;
	background-color: var(--button-background-color-hover) !important;
	border-color: var(--button-border-color-hover) !important;
}

#atb-warning-panel .btn {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color) !important;
	background-color: var(--button-background-color) !important;
	border-color: var(--button-border-color) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#atb-warning-panel .btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color-hover) !important;
	background-color: var(--button-background-color-hover) !important;
	border-color: var(--button-border-color-hover) !important;
}

#atb-refund-protection-terms-panel .btn {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color) !important;
	background-color: var(--button-background-color) !important;
	border-color: var(--button-border-color) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#atb-refund-protection-terms-panel .btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color-hover) !important;
	background-color: var(--button-background-color-hover) !important;
	border-color: var(--button-border-color-hover) !important;
}

#booking_payment_panel .btn {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color) !important;
	background-color: var(--button-background-color) !important;
	border-color: var(--button-border-color) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#booking_payment_panel .btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color-hover) !important;
	background-color: var(--button-background-color-hover) !important;
	border-color: var(--button-border-color-hover) !important;
}

#atb-visual-calendar-row .atb-visual-calendar-dates .atb-visual-calendar-start {
	text-decoration: underline;
}

/** Anytime Booking - My Account **/

.bookings-header {
	background-color: var(--primary-background-color) !important;
	color: var(--primary-font-color);
	padding: 7px;
	font-size: 12px;
	border-bottom: solid 1px;
}

#bookings_container {
	background-color: #FFFFFF;
	border: solid 1px #DEE2E6;
}

.booking_container_body:nth-child(4n-1),
.booking_container_body:nth-child(4n-2) {
	background: #ECECEC;
	border-left: solid 0px;
	border-right: solid 0px;
}

.booking_container_body:nth-child(4n-2) {
	border-top: solid 0px;
}

.booking_container_body:last-child {
	border-bottom: solid 0px;
}

#atb-booking-details {
	padding-bottom: 40px;
}

.nav-tabs.nav-justified>li>a {
	border-bottom: 0px solid #DDDDDD;
	border-radius: 10px 10px 0 0;
	background: var(--button-background-color);
	color: var(--button-color);
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	background: var(--button-background-color-hover);
	color: var(--button-color-hover);
	border: 0px;
}

#bookings_container .nav-tabs>li>a {
	border: 0px;
}

.tab-content {
	padding: 20px;
}

#bookings_container .btn {
	font-size: var(--button-font-size);
	font-weight: normal;
	padding: 3px 8px 3px 8px;
	margin-top: 0px;
	color: var(--button-color) !important;
	background-color: var(--button-background-color) !important;
	border-color: var(--button-border-color) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#bookings_container .btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
	font-size: var(--button-font-size);
	margin-top: 0px;
	color: var(--button-color-hover) !important;
	background-color: var(--button-background-color-hover) !important;
	border-color: var(--button-border-color-hover) !important;
	border-radius: var(--button-radius);
	border-width: var(--button-border-width);
}

#atb-login-pane h2 {
	color: var(--primary-background-color);
}

/** Anytime Booking - Search Results **/

.atb-close-match {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	background-color: var(--primary-background-color);
	padding: 10px;
	color: var(--primary-font-color);;
}

#atb-container .exact_row,
#atb-container .close_row {
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #CCC;
	padding: 15px;
	font-style: normal;
}

#atb-container .search_unitname {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--secondary-font-color) !important;
}

#atb-container .exact_row img,
#atb-container .close_row img {
	width: 100%;
}

#atb-container .search_rate {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--secondary-font-color) !important;
}