.dp {
	/*.input.textbox {
			background-color: #f4f4f4;
	}*/
}

.dp.page {
	padding: 0 0 40px 0;
}

.dp.page.booking {
	padding: 0;
}

.dp * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.dp .container {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.showing-cards #hero .container {
	width: 100%;
	max-width: calc(100vw - ((100% - 1360px) / 2));
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0px;
}
@media screen and (max-width: 1440px) {
	.showing-cards #hero .container {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 0px;
	}
}

.dp .px-2 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.dp .w-100 {
	width: 100%;
}

.dp .mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.dp #hero {
	/*background-color: dodgerblue;*/
	padding: 60px 0;
	position: relative;
}

@media screen and (min-width: 1000px) {
	.dp #hero {
		padding: 80px 0;
	}
}

.dp #hero:not(.account-page--section):after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("../images/booking/summer.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.dp #hero > .container > * + * {
	margin-top: 30px;
}

@media screen and (min-width: 1000px) {
	.dp #hero > .container > * + * {
		margin-top: unset;
	}
}

.dp .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
.dp align-items-start {
	align-items: flex-start;
}
.pink-back {
	width: 2.9em;
}
.dp .flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.dp .flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	   -ms-flex-direction: row;
	       flex-direction: row;
}

.dp .align-items-center {
	-webkit-box-align: top;
	   -ms-flex-align: top;
	      align-items: top;
}

.dp .justify-content-between {
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	 justify-content: space-between;
}

.dp .hero-left {
	width: calc(100%);
	order: 2;
	/* -webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; */
}

@media screen and (min-width: 1000px) {
	.dp .hero-left {
		width: calc(400px);
		/* -webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; */
	}
}

.dp .hero-left > * + * {
	margin-top: 20px;
}

.dp .hero-left .usp-block {
	display: none;
}

@media screen and (min-width: 1000px) {
	.dp .hero-left .usp-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.dp .hero-left .title-welcome-message {
	display: none;
	min-height: 140px;
}

@media screen and (min-width: 1000px) {
	.dp .hero-left .title-welcome-message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (max-width: 999px) {
	.dp .hero-left .title-welcome-message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: none !important;
	}
}

.dp .hero-right {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media screen and (min-width: 1000px) {
	.dp .hero-right {
		width: calc(100% - 400px - 20px);
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.dp .hero-right h1 {
	text-align: center;
}

.dp .hero-mobile-only--header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (min-width: 1000px) {
	.dp .hero-mobile-only--header {
		display: none;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.dp .hero-mobile-only--footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

@media screen and (min-width: 1000px) {
	.dp .hero-mobile-only--footer {
		display: none;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}

.dp .text-white {
	color: white;
}

.dp .text-purple {
	color: #1e0a55;
}

.dp .text-pink {
	color: #ff007a;
}

.dp .text-orange {
	color: #ef7900;
}

.dp .text-greyfade {
	color: #ccc;
}

.dp .text-center {
	text-align: center;
}

.dp .text-dark {
	color: #222;
}

.dp .bg-white {
	background-color: white;
}

.dp .bg-purple {
	background-color: #1e0a55;
}

.dp .bg-pink {
	background-color: #ff007a;
}

.dp .bg-orange {
	background-color: #ef7900;
}

.dp .chooseyourdate--container {
	background-color: white;
	padding: 30px;
	width: 100%;
	/*min-height: 100px;*/
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
					box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.dp #show-checkout .chooseyourdate--container {
	width: calc(100% - 4em);
	transition: right 2s;
}

div#show-checkout {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: flex-start;
		position: relative;
		left: 100vw;
		flex-wrap: wrap;
}

.dp button.cta {
	background-color: #ff007a;
	color: white;
	width: 100%;
	border: 0;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
	border-radius: 4px;
}

.dp h1 {
	font-weight: 800;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	font-size: 2.1em;
	line-height: 1;
}

.dp .noticecard {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	padding: 10px 14px;
	max-width: 500px;
	margin: auto;
	margin-bottom: 30px;
	padding: 17px 50px;
	box-shadow: 0 4px 8px rgba(0,0,0, 0.2);
}

.dp .noticecard p {
	font-size: 0.9em;
	line-height: 1.2;
}

.dp .usp-block {
	width: 100%;
}

.dp .usp-block > div {
	background-size: 36px auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 50px;
}

.dp.booking .usp-block {
	display: none !important;
}

@media screen and (min-width: 1000px) {
	.dp.booking .usp-block {
		display: block !important;
	}
}

.dp .usp1 {
	width: 100%;
	background-image: url("../furniture/booking-clock.png");
}

.dp .usp2 {
	width: 100%;
	background-image: url("../furniture/booking-star.png");
}

.dp .usp3 {
	width: 100%;
	background-image: url("../furniture/booking-people.png");
}

/*.dp .map {
	background-image: url("../images/map.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.dp .map:after {
	padding-top: 60%;
	content: "";
}
*/
.dp .cta {
	background-color: #ff007a;
	color: white;
	width: 100%;
	border: 0;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
	border-radius: 4px;
	text-align: center;
}

.dp .cta.mini {
	background-color: #ff007a;
	color: white;
	width: 100px;
	border: 0;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.2;
	border-radius: 4px;
	text-align: center;
}

.dp .usp-block h4 {
	font-weight: 900;
	font-size: 1.2em;
	padding: 20px 0px 0px 0px;
}

.dp .usp-block p {
	font-size: 0.9em;
}

.dp .usp-block > * + * {
	margin-top: 10px;
}

.dp h2 {
	font-weight: 800;
	color: #222;
	font-size: 2.2em;
	letter-spacing: 0.01em;
	line-height: 1;
}

.dp #locations {
	padding: 60px 0;
}

.dp .col-12 {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.dp .col-md-6 {
		width: calc(50% - 15px);
	}
}

.dp .map {
	background-color: #f4f4f4;
}

.dp .map:after {
	content: "";
	padding-top: 66%;
	display: block;
}

.dp .container-fluid {
	width: 100;
	max-width: 1840px;
	margin: auto;
	padding: 0 20px;
}

.dp .card {
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
					box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	padding: 30px;
	max-width: 400px;
}

.dp .margin-top-minus {
	margin-top: -190px;
}

.dp .ml-auto {
	margin-left: auto;
}

.dp .mr-20 {
	margin-right: 10%;
}

.dp .card.text-block {
	min-height: 200px;
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

.dp .card.text-block > * + * {
	margin-top: 30px;
}

.dp .flex-grow {
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

.dp .text-block .flex-grow {
	margin-top: 0;
}


.dp .text-block-cta {
	max-width: 300px;
}

.dp .mr-2 {
	margin-right: 20px;
}

.dp .padded.padding > option {
	padding-top: 10px;
	padding-bottom: 10px;
}

.dp .chooseyourdate--form > * + * {
	margin-top: 15px;
}

.dp .icon-airport {
	background-image: url("../furniture/booking-plane.png");
	background-size: 20px auto;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

.dp .icon-date {
	background-image: url("../furniture/booking-calendar.png");
	background-size: 20px auto;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

.dp .icon-promo {
	background-image: url("../furniture/booking-voucher.png");
	background-size: 20px auto;
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

.dp #airport-list {
	padding: 10px 40px;
}

.dp .gap30 {
	gap: 30px;
}

.dp .spaced > * + * {
	margin-top: 30px;
}

.dp .py-6 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.dp .scrollable-cards--card {
	background-color: rgba(255, 255, 255, 0.9);
	width: 275px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-backdrop-filter: blur(2px);
					backdrop-filter: blur(2px);
}

.dp .space10 > * + * {
	margin-top: 10px;
}

.dp .space20 > * + * {
	margin-top: 20px;
}

.dp .space25 > * + * {
	margin-top: 25px;
}

/*.dp .scrollable-cards--image {
	background-image: url("../images/products/cophallparkingproduct.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f4f4f4;
}*/

.dp .scrollable-cards--image:after {
  content: "";
  display: block;
}

.dp .scrollable-cards--price {
	color: #ff007a;
	font-weight: 900;
	font-size: 30px;
}

.dp .scrollable-card--usps > * {
	margin-top: 5px;
	margin-bottom: 5px;
}

.dp .scrollable-card--usps .icon {
	padding-left: 40px;
	background-size: 26px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.dp .scrollable-card--usps .icon-price {
	background-image: url("../furniture/booking-currency.webp");
}

.dp .scrollable-card--usps .icon-location {
	background-image: url("../furniture/booking-mapmarker.png");
}

.dp .scrollable-card--usps .icon-secure {
	background-image: url("../furniture/booking-security.webp");
}

.dp .scrollable-card--usps .icon-on-demand {
	background-image: url("../furniture/booking-transfers.webp");
}

.dp .scrollable-card--usps .icon-time {
	background-image: url("../furniture/booking-clocksmall.png");
}

.dp .scrollable-card--usps .icon-key {
	background-image: url("../furniture/booking-keys.webp");
}

.dp .scrollable-card--usps p {
	color: #aaadb1;
}

.dp .more-info--p {
	color: #848383;
	text-transform: uppercase;
}

.dp .d-block {
	display: block;
}

.dp .scrollable-cards--container.w-100 > .d-flex > * + * {
	margin-left: 20px;
}

.dp .scrollable-cards--container.w-100 {
	overflow-x: scroll;
}

.dp .scrollable-cards--container.w-100 > .d-flex {
	width: calc(275px * 5 + ((5 - 1) * 20px));
}

.dp .scrollable-cards--service {
	color: #1e0a55;
	font-weight: 900;
	font-size: 1.2em;
}

.dp .scrollable-cards--company {
	color: #1e0a55;
	font-size: 0.9em;
}

.dp .price-box.has-discount > span {
	color: #1e0a55;
	padding-right: 22px;
	background-image: url("../furniture/booking-currency.webp");
	background-position: 100% 50%;
	background-size: 16px auto;
	background-repeat: no-repeat;
	text-decoration: line-through;
}

.dp .price-box.has-discount > span + span {
	margin-left: 20px;
}

.dp .mt-0 {
	margin-top: 0 !important;
}

.dp .edit-date--container h2 {
	padding-right: 40px;
	background-image: url("https://assets.codepen.io/2198035/bi-chevron-down+copy.png");
	background-position: 100% 50%;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.dp .booking-sidebar-info--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
				 /* align-items: flex-start;*/
}

.dp .booking-sidebar-info--container > * {
	width: calc(50% - 10px);
}

.dp .booking-sidebar-info--image {
	background-image: url(https://assets.codepen.io/2198035/Screenshot+2022-01-04+at+09.23.37.png);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.dp.booking .chosen-details {
	display: none;
}

@media screen and (min-width: 1000px) {
	.dp.booking .chosen-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.dp .superfast-checkout {
	background-color: rgba(255, 255, 255, 0.92);
}

.dp .superfast-checkout .image-block--container {
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

@media screen and (min-width: 1000px) {
	.dp .superfast-checkout .image-block--container {
		-webkit-box-pack: unset;
				-ms-flex-pack: unset;
						justify-content: unset;
	}
}

@media screen and (max-width: 999px) {
	.dp .superfast-checkout .side-details {
		width: calc(50% - 10px);
	}
}

.dp .superfast-checkout .image-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 10px);
	background-color: teal;
	border-radius: 6px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
}

.dp .superfast-checkout .image-block:after {
	padding-top: 60%;
	content: "";
	display: block;
}

@media screen and (min-width: 1000px) {
	.dp .superfast-checkout .image-block {
		width: 200px;
	}
}

.dp .chosen-details > * {
	background-color: rgba(255, 255, 255, 0.92) !important;
}

@media screen and (min-width: 1000px) {
	.dp .w-lg-50 {
		width: calc(50% - 10px);
	}
}

.dp .w-100px {
	width: 150px;
}

.dp .w-200px {
	width: 150px;
}

@media screen and (min-width: 1000px) {
	.dp .hide-lg {
		display: none !important;
	}
}

@media screen and (min-width: 1000px) {
	.dp .w-lg-33 {
		width: calc((100% / 3) - 20px);
	}
}

.dp .promo-code-apply-container {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dp .promo-code-apply-container > input {
	max-width: 260px;
}

.dp .promo-code-apply-container > button {
	max-width: 110px;
}

.dp .lowercase {
	text-transform: unset !important;
}

@media screen and (min-width: 1000px) {
	.dp .primary-large {
		max-width: 500px;
	}
}

.dp .mt-2 {
	margin-top: 1rem;
}

.dp h5 {
	font-weight: 800;
	padding: 0px;
}

.dp p.small {
	font-size: 0.7em;
}

/*.dp .superfast-checkout input {
}
*/
.dp .total-price {
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1;
}

.dp * {
	line-height: 1.6;
}

.dp .align-items-top {
	-webkit-box-align: flex-top;
			-ms-flex-align: flex-top;
					align-items: flex-top;
}

.dp .subheading {
	font-size: 1.1em;
}

.dp .mt-0 {
	margin-top: 0rem !important;
}

.dp .mt-1 {
	margin-top: 0.5rem !important;
}

.dp .mt-2 {
	margin-top: 1rem;
}

.dp .mt-3 {
	margin-top: 1.5rem;
}

.dp .mt-4 {
	margin-top: 2rem;
}

.dp .mt-5 {
	margin-top: 2.5rem !important;
}

.dp .mb-3 {
	margin-bottom: 1.5rem !important;
}

.dp .mr-1 {
	margin-right: 0.5rem !important;
}

.dp .ml-1 {
	margin-left: 0.5rem !important;
}

.dp.booking h2 {
	font-size: 1.9rem;
}

.dp .confirmation-price {
	font-weight: 600;
}

.dp .weight-900 {
	font-weight: 900;
}

.dp .side-details .price {
	font-size: 1.4rem !important;
}

@media screen and (min-width: 1000px) {
	.dp .side-details .service {
		font-size: 1.4rem !important;
	}
}

@media screen and (min-width: 1000px) {
	.dp .side-details .location {
		font-size: 1rem !important;
		margin-top: -5px;
	}
}

.dp .hero-mid {
	display: none;
	width: 60px;
}

@media screen and (min-width: 1000px) {
	.dp .hero-mid {
		display: block;
		margin-bottom: auto;
	}
}

.dp .pink-circle {
	width: 100%;
	border-radius: 50%;
	background-image: url(https://assets.codepen.io/2198035/chevron-left.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.dp .pink-circle:after {
	padding-top: 100%;
	content: "";
	display: block;
}

@media screen and (min-width: 1000px) {
	.dp.booking .hero-right {
		width: calc(100% - 400px - 120px) !important;
	}
}

@media screen and (min-width: 1000px) {
	.dp.confirm .hide-lg {
		display: none !important;
	}
}

.dp .thankyou--container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.dp .superfast-checkout > * {
	-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
					order: 1;
}

.dp .grid-sidebar--left {
	width: 100%;
	-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
					order: 2;
}

@media screen and (min-width: 1000px) {
	.dp .grid-sidebar--left {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}
}

.dp .grid-sidebar--left > * > * {
	width: 100% !important;
}

.dp .grid-sidebar--left > * + * {
	margin-top: 20px;
}

@media screen and (min-width: 1000px) {
	.dp .grid-sidebar--left {
		width: calc(300px);
	}
}

.dp .grid-sidebar--left .w-100 > .image-block {
	display: none !important;
}

@media screen and (min-width: 1000px) {
	.dp .grid-sidebar--left .w-100 > .image-block {
		display: block !important;
	}
}

.dp .grid-sidebar--right {
	width: 100%;
	-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
					order: 1;
}

@media screen and (min-width: 1000px) {
	.dp .grid-sidebar--right {
		width: calc(100% - 300px - 30px);
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
	}
}

.dp .grid-sidebar--right .w-lg-50 {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.dp .grid-sidebar--right .w-lg-50 {
		width: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

.dp .align-items-start {
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: start;
}

.dp .your-booking--container > .your-booking {
	margin-top: 30px !important;
}

.dp .your-booking--container > .your-booking + .your-booking {
	margin-top: 60px !important;
	border-top: 10px solid #ff007a;
	padding-top: 60px;
}

.dp .booking-reference {
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.dp .cta.small {
	width: unset !important;
	padding: 4px 20px;
	text-transform: unset;
}

.dp .justify-content-end {
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end;
}

.dp .side-details .price {
	font-size: 2.5em !important;
	font-weight: 900;
}

.dp .save-details input {
	padding-left: 15px;
	padding-right: 15px;
}

.dp.account-page h1 {
	text-shadow: none !important;
}

.dp.account-page .image-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 10px);
	background-color: teal;
	border-radius: 6px;
	background-image: url(../images/icons/Skyport-electric-logo_border.webp);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
}

.dp.account-page .image-block:after {
	padding-top: 60%;
	content: "";
	display: block;
}

@media screen and (min-width: 1000px) {
	.dp.account-page .image-block {
		width: 200px;
	}
}

.dp.account-page #airport-list {
	margin-top: 15px;
}

@media screen and (min-width: 1000px) {
  .dp.account-page #chooseyourdateform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dp.account-page #editbookingform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

}

.dp.account-page form {
	width: 100%;
}

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

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

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

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

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

@media screen and (min-width: 1000px) {
	.dp .order-lg-1 {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}
}

@media screen and (min-width: 1000px) {
	.dp .order-lg-2 {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
	}
}

@media screen and (min-width: 1000px) {
	.dp .order-lg-3 {
		-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
						order: 3;
	}
}

@media screen and (min-width: 1000px) {
	.dp .order-lg-4 {
		-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
						order: 4;
	}
}

.dp .placeholdersection {
	margin-bottom: 100px;
	margin-top: 100px !important;
}

.dp .controls {
	gap: 20px;
}
.showing-cards #show-prices-prices .controls--container {
	margin-top: 69px;
	max-width: calc(100% - ((100vw - 1360px) / 2));
	margin-left: 0;
	margin-right: auto;
}
.controls--container .controls--refine {
margin-left: auto;
}
@media screen and (max-width: 1440px) {
.showing-cards #show-prices-prices .controls--container {
	margin-top: 69px;
	max-width: calc(100% - 60px);
	margin-left: 0px;
	margin-right: 60px;
}
}
@media screen and (max-width: 999px) {
 .showing-cards #show-prices-prices .controls--container {
		height: unset !important;
		margin-bottom: 60px;
		margin-top: -40px;
		margin-left: 0px;
		margin-right: 40px;
	}

	.controls--container .controls--refine {
		margin-left: unset !important;
		margin-right: auto !important;
	}
	#show-prices-blurb {
		height: unset !important;
	}
	/*checkout-page hide items*/
	.hero-left #checkout-summary {
		display: none !important;
	}
	.superfast-checkout--container, .pink-circle {
		display: none !important;
	}
}


.dp .controls > * {
	cursor: pointer;
}

.dp .controls--refine {
	min-height: 50px;
	max-width: 240px;
	width:100%;
	position: relative;
	font-size: 1.1em;
	background-image: url(../images/icons/white-arrow.webp);
	background-size: 20px auto;
	background-position: calc(100% - 20px) 50%;
	background-repeat: no-repeat;
	z-index: 1;
}

.dp .controls--refine .dropdown {
	display: none;
	background-color: #352072;
	min-height: 100px;
	padding: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 2;
}

.dp .controls--refine .dropdown.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dp .controls--refine .dropdown .refine-label {
	margin-left: 10px;
}

.dp .controls--refine .dropdown .custom-checkbox {
	display: -ms-grid;
	display: grid;
	font-size: 2rem;
	-ms-grid-columns: 1em auto;
			grid-template-columns: 1em auto;
	line-height: 1.1;
}

.dp .controls--refine .dropdown .custom-checkbox:checked {
	background-color: #fe017a !important;
	border-color: white;
}

.dp .controls--refine .dropdown .custom-checkbox:checked span.checkbox-checked {
	background-color: pink;
	width: 40px;
	height: 40px;
	display: block;
}

.dp .controls--refine:hover .dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dp .controls--left {
	width: 50px;
	height: 50px !important;
	background-image: url(../images/icons/white-arrow.webp);
	background-size: 20px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}

.dp .controls--right {
	width: 50px;
	height: 50px;
	margin-left: -10px;
	background-image: url(../images/icons/white-arrow.webp);
	background-size: 20px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
}

html {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}

body:nth-of-type(1) {
	-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
					order: 2;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	color: white !important;
}

.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: #352072;
	-webkit-box-shadow: 0 0 0 1px white;
					box-shadow: 0 0 0 1px white;
	border-radius: 2px;
}

.styled-checkbox:hover + label:before {
	background: #fe017a;
}

.styled-checkbox:focus + label:before {
	-webkit-box-shadow: 0 0 0 1px white;
					box-shadow: 0 0 0 1px white;
}

.styled-checkbox:checked + label:before {
	background: #fe017a;
	-webkit-box-shadow: 0 0 0 1px #fe017a;
					box-shadow: 0 0 0 1px #fe017a;
}

.styled-checkbox:disabled + label {
	color: white;
	cursor: auto;
}

.styled-checkbox:disabled + label:before {
	-webkit-box-shadow: none;
					box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked + label:after {
	position: absolute;
	left: 5px;
	top: 9px;
	background: #fe017a;
	width: 2px;
	height: 2px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}

.dp .controls .unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dp .align-items-end {
	align-items:flex-end;
}
.dp .controls li {
	margin: 10px 0;
}

.dp .controls .centered {
	width: 300px;
	margin: auto;
}

.dp .controls .title {
	text-align: center;
	color: #4571ec;
}

.dp #locations > .container-fluid > div:nth-of-type(1) {
	-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
					order: 1;
}

@media screen and (min-width: 1000px) {
	.dp #locations > .container-fluid > div:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
						order: 1;
	}
}

.dp #locations > .container-fluid > div:nth-of-type(2) {
	-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
					order: 3;
}

@media screen and (min-width: 1000px) {
	.dp #locations > .container-fluid > div:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
				-ms-flex-order: 2;
						order: 2;
	}
}

.dp #locations > .container-fluid > div:nth-of-type(3) {
	-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
					order: 2;
	margin-bottom: 30px;
}

@media screen and (min-width: 1000px) {
	.dp #locations > .container-fluid > div:nth-of-type(3) {
		-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
						order: 3;
		margin-bottom: unset;
	}
}

.dp #locations > .container-fluid > div:nth-of-type(4) {
	-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
					order: 4;
}

@media screen and (min-width: 1000px) {
	.dp #locations > .container-fluid > div:nth-of-type(4) {
		-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
						order: 4;
	}
}

.dp #show-prices-blurb .text-white {
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
}

.dp div#show-prices-blurb {
	width: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dp .scrollable-cards--container.w-100::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.dp .scrollable-cards--container.w-100 {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

/*.dp #homepage-text .gap30 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}*/

@media screen and (min-width: 1000px) {
	.dp #homepage-text .gap30 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
	}
}

@media screen and (max-width: 999px) {
	.dp .title-welcome-message {
		/*margin-bottom: min(max(calc(100vh - 600px), 30px), 440px);*/
	}
}

.dp #locations h2 {
	margin-bottom: 30px;
}

@media screen and (max-width: 649px) {
	.dp h2 {
		font-size: 1.6em;
	}
}

@media screen and (max-width: 649px) {
	.dp .margin-top-minus {
		margin-top: -190px;
		margin-top: -100px;
	}
}

@media screen and (max-width: 649px) {
	.dp .mr-20 {
		margin-right: 10%;
		margin-right: 30px;
	}
}

@media screen and (max-width: 649px) {
	.dp .ml-auto {
		margin-left: auto;
		margin-left: 30px;
	}
}

@media screen and (max-width: 649px) {
	.dp .card.text-block {
		width: 100%;
		min-height: unset;
	}
}

@media screen and (max-width: 649px) {
	.dp .text-block-cta {
		max-width: 300px;
		max-width: 215px;
	}
}

@media screen and (max-width: 649px) {
	#locations .text-block-cta {
		margin-top: 0;
	}
}

@media screen and (max-width: 649px) {
	#locations .cta {
		padding: 4px 0;
	}
}


body {
	width: 100vw;
	overflow-x: hidden;
}

.dp #show-prices-blurb {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	
}
.showing-cards #show-prices-prices, .showing-cards .scrollable-cards--container {
	width: 100%;
}
.noticecard ~ div {
	margin: 0 auto auto auto;
}
.superfast-checkout--container {
	max-height: 115px;
}
@media screen and (max-width: 999px) {
body:not(.showing-cards, .showingcheckout) .hero-mobile-only--header {
 margin-bottom: 125px;
}

body.showing-cards .hero-left{
	order: 2 !important;
}
body.showing-cards .hero-right{
	order: 1 !important;
}
body.showing-cards .hero-mobile-only--footer {
	order: 3 !important;
}
body.showing-cards .hero-mobile-only--header {
	display: none !important;
}
}


@media screen and (max-width: 500px) {
	.dp #hero > .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.showing-cards #hero > .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.showing-cards #hero .hero-left {
		padding-left: 20px;
		padding-right: 20px;
	}
	.showing-cards #hero .hero-right {
		padding-left: 20px;
	}
	.showing-cards #hero .hero-mobile-only--footer {
		padding-left: 20px;
		padding-right: 20px;
		width:100%;
	}
	.showing-cards #show-prices-prices .controls--container {
		padding-left: 20px !important;
	}
}

#tsandcs.invalid {
    background-color: lightgoldenrodyellow;
}

.hand:hover {
    cursor: pointer;
}

.dp .d-flex .save-details {
    display: none;
    margin-top: 1em;
}

.dp .d-flex .save-details.show {
    display: flex;
}
.dp .d-flex .save-details p.formlabel {
    margin: 10px 0px 0px 0px;
}

.your-booking--container h1 {
    margin: 0;
    padding: 0;
}

.your-booking--container h5 {
    margin: 0;
    padding: 0;
}

.your-booking--container {
    max-width: 1200px !important;
    width: 100%;
}

.edit-booking select#airport-list {
    display: none;
}

.edit-booking input#promo-code {
    display: none;
}


.modal-outer {
    background: rgb(0,0,0,0.5);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999;
    display: none;
    align-content: center;
    justify-content: center;
}

.modal-outer.show {
  display: flex;
}

.modal-inner {
    background: white;
    width: 50vw;
    height: 50vh;
    position: relative;
    top: 25vh;
}

.modal-content {
  margin: 2em;
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 2px;
    font-weight: bold;
}

.modal-close:hover {cursor: pointer;}

span.more-info:hover { cursor: pointer; }

#MinimalTip {
	margin-left: -37px;
}

.discount-wrapper{
	margin-top: 15px !important;
}

#show-checkout span.mintip.discount {
	font-weight: bold;
	width: 100%;
	margin: 0;
}

#show-checkout span.mintip.discount .icon-info {
	font-weight: normal;
	color: grey;
}

form#payment-form {
	margin-bottom: 1em;
}
span.the-discount {
	display: inline-block;
	width: 70px;
}
span.the-discount.strike {
	text-decoration: line-through;
}

.portal-login .your-booking--container p {
	padding: 1em 0 0 !important;
	font-size: 1em;
}

.portal-login .your-booking--container .code-sent {
	color: darkgreen;
	margin-top: 1em;
	display: block;
	font-weight: bold;
}
.portal-login .your-booking--container .code-error {
	color: darkred;
	margin-top: 1em;
	display: block;
	font-weight: bold;
}
.portal-login .your-booking--container input {
	width: 100%;
	max-width: 550px !important;
}

/*.portal-login .your-booking--container button {
    width: 100%;
    max-width: 190px;
}
*/



.hand:hover { cursor: pointer; }
form#chooseyourdateform.amend {
	padding-top: 1em;
}
.hero-left.amend {
	display: flex;
	align-content: flex-start;
}
/*p.error { color: #ff007a;}

.booking-field.invalid, .booking-field.submit-error {
	color: rgb(223, 27, 65);
	border-color: rgb(223, 27, 65);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px rgb(223, 27, 65);
}*/

.booking-sidebar-info--container.align-items-top.w-100 {
	margin-bottom: 1em;
}

.dp #hero:not(.account-page--section):after {
	background-image: url("../images/booking/winter.jpg");
	background-position: top;
	background-size: cover;
}
.dp .booking-sidebar-info--image,
.dp .superfast-checkout .image-block {
	background-image: url(../images/products/cophallparkingproduct.png);
}
.p-PaymentDetails-group div.Error {
	display: none !important;
}

.no-top-margin { margin-top: 0 !important; }

.dp .hero-left > * + * {
	transition: margin 1s;
}

#amend-details-toggle {
	display: none;
	transition: display 1s;
}

#amend-details-toggle.visible + #chooseyourdateform {
	margin-top: 20px;
}
div#amend-details-toggle {
	background: url('../furniture/icon-arrow-down-3.png');
	background-size: 1.3em;
	background-repeat: no-repeat;
	background-position: right 10px;
}
div#amend-details-toggle.visible {
	background: url('../furniture/icon-arrow-up-3.png');
	background-size: 1.3em;
	background-repeat: no-repeat;
	background-position: right 10px;
}

div#amend-details-toggle h3 {
	font-weight: bold;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 1; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
/* The toggle on checkout for using/not using customer credit */
span.the-discount { float: left; }
span.discount span { margin-right: 5px; }
.toggle-thing label.cb-disable { margin-right: 1em; }
div#checkout_no_card_spacer {
	height: 1em !important;
	width: 100%;
}
.chooseyourdate--container.superfast-checkout {
	max-width: 868px !important;
}




.dp .superfast-checkout .w-100.w-lg-33.d-flex.flex-wrap {
	justify-content:space-between;
}



.dp #show-checkout > .pink-back {
	@media screen and (max-width: 999px) {
		margin-bottom: 20px;
	  }
}
.dp .w-100.w-lg-33 h5 {
	color: #1e0a55;
	padding: 0px;
}

@media screen and (max-width: 999px) {
	.dp .side-details .price {
		font-size: 2em !important;
	}
	.dp #show-checkout {
		flex-wrap: wrap;
	}
	.dp #show-checkout > .pink-back {
			margin-bottom: 20px;
	}
	.dp #show-checkout > .superfast-checkout {
		width: 100%;
	}
}
.dp .nav-buttons {
	margin-left: auto;
}

.dp .controls--refine {
	align-items: center;
}
#promo-code:placeholder {
	color: 000!important;
}
.dp .cta {
	transition: all 0.2s;
	box-shadow: 0 0px 0px rgba(0,0,0,0.2)
}
.dp .cta:hover {
	/*background-color: #EF0780 !important;*/
	transform: scale(1.01);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2)
}

.usp-block > div:nth-of-type(1) {
	opacity:0;
  animation: entry1 ease 1s forwards;
  animation-delay: 1s;
}

.usp-block > div:nth-of-type(2) {
	opacity:0;
  animation: entry2 ease 1.2s forwards;
  animation-delay: 1.2s;
}
.usp-block > div:nth-of-type(3) {
	opacity:0;
  animation: entry2 ease 1.4s forwards;
  animation-delay: 1.4s;
}

.title-welcome-message {
	opacity:0;
  animation: entry1 ease 1.4s forwards;
  animation-delay: 0.2s;
}
.chooseyourdate--container {
	opacity:0;
	  animation: entry2 ease 1.6s forwards;
	  animation-delay: 0.4s;
}
#show-checkout .chooseyourdate--container {
	opacity:0;
	  animation: entryright ease 1.4s forwards;
	  animation-delay: 0s;
	  @media screen and (min-width: 1000px) {
		  animation-delay: 0.4s;
	  }
}
/*.card.scrollable-cards--card:nth-child(1) {
	opacity: 0;
	animation: entryright ease-out 0.8s forwards;
    animation-delay: 0.4s;
}
.card.scrollable-cards--card:nth-child(2) {
	opacity: 0;
	animation: entryright ease-out 0.8s forwards;
	animation-delay: 0.8s;
}*/
#show-prices-blurb > div:nth-of-type(1) {
	opacity:0;
	  animation: entry1 ease 1.4s forwards;
	  animation-delay: 1s;
}
#show-prices-blurb > div:nth-of-type(2) {
	opacity:0;
	  animation: entry2 ease 1.6s forwards;
	  animation-delay: 1.2s;
}

.controls--container > .controls > div:nth-of-type(1) {
	opacity: 0;
	animation: entrystatic ease 1.4s forwards;
	animation-delay: 0.4s;
}
.controls--container > .controls > div:nth-of-type(2) {
	opacity: 0;
	animation: entrystatic ease 1.8s forwards;
	animation-delay: 0.6s;
}
.controls--container > .controls > div:nth-of-type(3) {
	opacity: 0;
	animation: entrystatic ease 2.2s forwards;
	animation-delay: 0.8s;
}


.card.scrollable-cards--card > *:nth-child(1) {
	opacity:0;
	  animation: entry1 ease 0.6s forwards;
	  animation-delay: 0s;
}
.card.scrollable-cards--card > *:nth-child(2) {
	opacity:0;
	  animation: entry1 ease 0.7s forwards;
	  animation-delay: 0.1s;
}
.card.scrollable-cards--card > *:nth-child(4) {
	opacity:0;
	  animation: entry2 ease 0.8s forwards;
	  animation-delay: 0.2s;
}
.card.scrollable-cards--card > *:nth-child(5) {
	opacity:0;
	  animation: entry2 ease 0.9s forwards;
	  animation-delay: 0.3s;
}
.card.scrollable-cards--card > *:nth-child(6) {
	opacity:0;
	  animation: entry3 ease 1s forwards;
	  animation-delay: 0.4s;
}
.card.scrollable-cards--card > *:nth-child(7) {
	opacity:0;
	  animation: entry3 ease 1.1s forwards;
	  animation-delay: 0.5s;
}
.controls--container {
	padding: 0 !important;
	width: 100%;
}
.controls--container .controls--refine {
margin-left: auto;
}
/*
.scrollable-cards--container > div > .scrollable-cards--card:nth-of-type(1)  {
	opacity:0;
	  animation: entry1 ease 1s forwards;
	  animation-delay: 1s;
	}
	
.scrollable-cards--container > div > .scrollable-cards--card:nth-of-type(2)  {
		opacity:0;
	  animation: entry2 ease 1.2s forwards;
	  animation-delay: 1.2s;
	}
.scrollable-cards--container > div > .scrollable-cards--card:nth-of-type(3)  {
		opacity:0;
	  animation: entry2 ease 1.4s forwards;
	  animation-delay: 1.4s;
	}
*/


@keyframes entry1 {
  0% {
	transform: translateY(30px);
	opacity: 0;
  }
  100% {
	transform: translatey(0);
	opacity: 1;
  }  
}

@keyframes entrystatic {
  0% {
	opacity: 0;
  }
  100% {

	opacity: 1;
  }  
}


@keyframes entry2 {
  0% {
	transform: translateY(60px);
	opacity: 0;
  }
  100% {
	transform: translatey(0);
	opacity: 1;
  }  
}
@keyframes entry3 {
  0% {
	transform: translateY(90px);
	opacity: 0;
  }
  100% {
	transform: translatey(0);
	opacity: 1;
  }  
}


@keyframes entryright {
  0% {

	transform: translateX(300px);
	opacity: 0;
  }
  100% {

	transform: translatey(0);
	opacity: 1;
  }  
}


.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(switch.gif) repeat-x;  display: block; float: left;  }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }
