/*
	GLOBAL
*/
.dp__homepage__widget__container,
.dp__products,
.dp__bookingform,
.dp__thankyou,
.dp__wrapper,
.dp__wrapper ul,
.dp__wrapper ul li,
.dp__wrapper h1, 
.dp__wrapper h2, 
.dp__wrapper h3, 
.dp__wrapper h4, 
.dp__wrapper h5, 
.dp__wrapper h6 {
	font-family: "Open Sans 2", Sans-serif !important;
}

.hidden {
	display: none;
}

.show-mobile {
	display: none;
}

/*
	HOMEPAGE FORM
*/
.dp__homepage__widget__container {
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
}

.dp__homepage__widget {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px #99999980;
	padding: 32px 24px;
	font-size: 16px;
	line-height: 22px;
}

.dp__homepage__widget .form-group {
	margin-bottom: 0;
}

.dp__homepage__widget label {
	font-size: 14px;
	margin-bottom: 0 !important;
	color: rgba(0, 0, 0, 0.5) !important;
	font-weight: normal;
}

.dp__homepage__widget input {
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	background-color: #FFF !important;
	color: #2F2F2F !important;
	font-weight: 500;
	cursor: pointer;
}

	.dp__bookingform input[type=text]:focus, 
	.dp__homepage__widget input[type=text]:focus,
	.dp__bookingform input[type=email]:focus, 
	.dp__homepage__widget input[type=email]:focus,
	.dp__bookingform input[type=url]:focus, 
	.dp__homepage__widget input[type=url]:focus,
	.dp__bookingform input[type=password]:focus,
	.dp__homepage__widget input[type=password]:focus
	.dp__bookingform input[type=search]:focus, 
	.dp__homepage__widget input[type=search]:focus,
	.dp__bookingform input[type=number]:focus, 
	.dp__homepage__widget input[type=number]:focus,
	.dp__bookingform input[type=tel]:focus, 
	.dp__homepage__widget input[type=tel]:focus,
	.dp__bookingform input[type=date]:focus, 
	.dp__homepage__widget input[type=date]:focus,
	.dp__bookingform input[type=month]:focus, 
	.dp__homepage__widget input[type=month]:focus,
	.dp__bookingform input[type=week]:focus, 
	.dp__homepage__widget input[type=week]:focus,
	.dp__bookingform input[type=time]:focus, 
	.dp__homepage__widget input[type=time]:focus,
	.dp__bookingform input[type=datetime]:focus, 
	.dp__homepage__widget input[type=datetime]:focus,
	.dp__bookingform input[type=datetime-local]:focus, 
	.dp__homepage__widget input[type=datetime-local]:focus,
	.dp__bookingform input[type=color]:focus, 
	.dp__homepage__widget input[type=color]:focus,
	.dp__bookingform textarea:focus,
	.dp__homepage__widget textarea:focus {
	    outline: none !important;
	}

.dp__homepage__widget select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgb(255, 255, 255);
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	color: #2F2F2F !important;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

	.dp__homepage__widget select:after {
		content: " ";
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		top: 15px;
		right: 0;
		background-color: black;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;

		-webkit-mask-image: url('../img/icon-down-new.svg');
		mask-image: url('../img/icon-down-new.svg');
	}

	.dp__homepage__widget ::-webkit-input-placeholder {
		color: #2F2F2F !important;
	}

	.dp__homepage__widget :-moz-placeholder {
	   color: #2F2F2F !important;
	   opacity:  1;
	}

	.dp__homepage__widget ::-moz-placeholder {
	   color: #2F2F2F !important;
	   opacity:  1;
	}

	.dp__homepage__widget :-ms-input-placeholder {
	   color: #2F2F2F !important;
	}

	.dp__homepage__widget ::-ms-input-placeholder {
	   color: #2F2F2F !important;
	}

	.dp__homepage__widget ::placeholder {
	   color: #2F2F2F !important;
	}

.date__input__wrapper,
.airport__input__wrapper {
	position: relative;
}
	
	.date__input__wrapper input,
	.airport__input__wrapper input {
		padding-left: 23px !important;
		padding-right: 0 !important;
	}

	.airport__input__wrapper input {
		background-position: right 10px top 50% !important;
	}

	.date__input__wrapper:after,
	.airport__input__wrapper:before,
	.airport__input__wrapper:after {
		content: " ";
		display: block;
		position: absolute;
		background-color: black;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
	}
	
		.date__input__wrapper:after {
			top: 12px;
			left: 2px;
			width: 15px;
			height: 15px;
			-webkit-mask-image: url('../img/icon-calendar-new.svg');
			mask-image: url('../img/icon-calendar-new.svg');
		}

		.airport__input__wrapper:before {
			top: 10px;
			left: 0;
			width: 16px;
			height: 24px;
			-webkit-mask-image: url('../img/icon-location-new.svg');
			mask-image: url('../img/icon-location-new.svg');
		}

		.airport__input__wrapper:after {
		    top: 15px;
		    right: 0;
		    width: 12px;
		    height: 12px;
			-webkit-mask-image: url('../img/icon-down-new.svg');
			mask-image: url('../img/icon-down-new.svg');
		}

.dp__homepage__widget .btn.btn-block.btn-primary {
	margin-top: 22px !important;
	padding: 5px 0;
	border-radius: 10px !important;
	color: #fff;
	font-weight: 500;
	line-height: 1.7;
	border: none;
	width: 120%;
    float: right;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

	.dp__homepage__widget .btn.btn-block.btn-primary.disabled, 
	.dp__homepage__widget .btn.btn-block.btn-primary:disabled {
		opacity: 1;
	}

	.dp__homepage__widget .btn.btn-block.btn-primary:hover {
		opacity: 0.75;
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 25%);
	}

.dp__homepage__widget .btn-primary.disabled, 
.dp__homepage__widget .btn-primary:disabled {
	color: #fff;
}

.btn.disabled, .btn:disabled {
	opacity: .75;
	box-shadow: none;
}

.flatpickr-calendar {
	font-family: "Open Sans 2", Sans-serif !important;
	border-radius: 7px;
	padding: 16px 35px 35px 35px;
	-wekbit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3), -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgb(0 0 0 / 8%);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3), -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgb(0 0 0 / 8%);
}
	
	.flatpickr-calendar:before {
		border-width: 10px;
		margin: 0 -10px;
	}

	.flatpickr-calendar.arrowTop:before {
		border-bottom-color: #cccbcb;
	}

	.flatpickr-calendar:after {
		border-width: 7px;
		margin: 0px -7px;
	}

	.flatpickr-calendar .dayContainer,
	.flatpickr-weekdaycontainer {
		padding: 0 15px;
	}

	.flatpickr-current-month,
	.flatpickr-day {
		font-weight: 700;
		font-size: 14px;
	}

	.flatpickr-day {
		border-radius: 7px;
	}

	.flatpickr-day.selected.startRange, 
	.flatpickr-day.startRange.startRange, 
	.flatpickr-day.endRange.startRange {
		border-radius: 7px 0 0 7px;
	}

	.flatpickr-day.selected.endRange, 
	.flatpickr-day.startRange.endRange, 
	.flatpickr-day.endRange.endRange {
		border-radius: 0 7px 7px 0;
	}

	.flatpickr-day.today {
		border-color: rgba(0, 0, 0, 0.2);
	}

	.flatpickr-monthDropdown-months,
	.flatpickr-calendar .flatpickr-current-month span.cur-month,
	.flatpickr-current-month input.cur-year {
		font-weight: bold !important;
		font-size: 14px !important;
	}

	.flatpickr-day.hidden {
		display: inline-block;
	}

	.flatpickr-months .flatpickr-prev-month, 
	.flatpickr-months .flatpickr-next-month {
		top: 10px;
	}

	.flatpickr-calendar .btn-calendar-mobile,
	.flatpickr-calendar .calendar-header-mobile {
		display: none !important;
	}

	.flatpickr-calendar .calendar-dates-mobile {
		display: none;
	}

	.flatpickr-calendar.open {
		margin-top: 38px;
	}

.dp__homepage__widget .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

.select2-container .select2-selection--single {
	height: calc(1.5em + .75rem + 2px);
	cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5;
	padding: 7px 0.0rem;
	font-size: 1rem;
	font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #2F2F2F !important;
}

.parsley-error .select2-container--default .select2-selection--single .select2-selection__rendered, 
.parsley-error .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #ff0f0f !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 15px;
	right: 11px;
	width: 12px;
	height: 12px;
	background-color: black;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url('../img/icon-down-new.svg');
	mask-image: url('../img/icon-down-new.svg');
}

	.dp__bookingform__section .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 22px;
	}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent;
}

.select2-container--open .select2-dropdown {
	top: 71px;
	width: 289px !important;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 7px;
	overflow: hidden;
}

	.select2-container--default .select2-results>.select2-results__options {
    	max-height: 456px;
    }

	body.home .select2-container--open .select2-dropdown,
	body.page-id-18672 .select2-container--open .select2-dropdown{
		width: 113px !important;
		left: 6px !important;
	}

	body:not(.home) .select2-container--open .select2-dropdown {
		top: 32px;
	}

.select2-search--dropdown {
    padding: 9px 12px 9px 9px;
    display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c1c2c3;
}

.select2-container--default .select2-results>.select2-results__options {
    font-family: 'Open Sans 2';
    font-weight: bold;
}

	body.home .select2-container--default .select2-results>.select2-results__options {
		text-align: center;
	}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: rgba(0, 0, 0, 0.15) !important;
	color: black !important;
}

.dp__homepage__widget__airport__overlay {
	background-color: #FFF;
	border-radius: 7px;
	padding: 20px 26px;
	margin-top: 7px;
	box-shadow: 0px 4px 4px 0px #99999980;
	position: absolute;
	left: 12px;
	right: 470px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0, -50%) scale(1, 0.1);
	transform: translate(0, -50%) scale(1, 0.1);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

	.dp__homepage__widget__airport__overlay.visible {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
	}

.dp__homepage__widget__inputs__info {
	color: #FFF;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-top: 8px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

	.dp__homepage__widget__inputs__info:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

.dp__homepage__widget__inputs__underlined {
	position: relative;
}

	.dp__homepage__widget__inputs__underlined:after {
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
		height: 1px;
		background-color: rgba(0, 0, 0, 0.2);
	}

		.dp__homepage__widget__inputs__underlined.no-gutters:after {
			left: 0;
			right: 30px;	
		}

	.dp__homepage__widget__airport__container {
		list-style: none;
		margin: 0 0 -17px 0;
		padding: 0 0 50px 0;
		max-height: calc(5 * 81px);
		overflow-y: scroll;
		position: relative;
	}

		.dp__homepage__widget__airport__container:after {
			display: block;
		    position: fixed;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    content: "⌄";
		    width: 48%;
		    height: 90px;
		    background: linear-gradient(0deg, white, transparent);
		    line-height: 120px;
		    text-align: center;
		    font-weight: bold;
		    color: rgba(0, 0, 0, 0.8);
		    pointer-events: none;
		    font-size: 30px;
    		text-shadow: 0px 0px 2px #9c9c9c;
		}

	.dp__homepage__widget__airport {
		display: flex;
		flex-direction: row;
		margin-bottom: 17px;
		margin-right: 10px;
		cursor: pointer;
		border-radius: 7px;
		background-color: rgba(0, 0, 0, 0);
		-webit-transition: background 200ms ease-in-out;
		transition: background 200ms ease-in-out;	
	}

		.dp__homepage__widget__airport:hover {
			background-color: rgba(0, 0, 0, 0.2);
		}

	.dp__homepage__widget__airport__image {
		width: 60px;
		height: 60px;
		overflow: hidden;
		border-radius: 7px;
		background-color: rgba(0, 0, 0, 0.2);
		border: none;
		-webkit-transition: border 200ms ease-in-out;
		transition: border 200ms ease-in-out;
	}

		.dp__homepage__widget__airport__image img {
			width: 100%;
			max-width: 100%;
		}

		.dp__homepage__widget__airport:hover .dp__homepage__widget__airport__image {
			border: 2px solid rgb(204 204 204);
		}

	.dp__homepage__widget__airport__info {
		margin-left: 15px;
		padding-top: 7px;
	}

		.dp__homepage__widget__airport__info h5,
		.dp__homepage__widget__airport__info h6 {
			color: #434343;
			font-size: 15px;
			line-height: 20px;
			font-weight: normal;
		}
		
		.dp__homepage__widget__airport__info h5 {
			font-weight: bold;
			margin-bottom: 3px;
		}

	.dp__homepage__widget__airports__filter ul {
		list-style: none;
		margin: 0;
		padding: 8px 0 0 0;
	}

		.dp__homepage__widget__airports__filter__option {
			color: rgba(67, 67, 67, 0.4);
			font-weight: bold;
			margin-bottom: 10px;
			cursor: pointer;
			-webkit-transition: color 250ms ease-in-out;
			transition: color 250ms ease-in-out;
		}

		.dp__homepage__widget__airports__filter__option.active,
		.dp__homepage__widget__airports__filter__option:hover {
			color: rgba(67, 67, 67, 1);
		}

	.dp__homepage__widget__column__line:before {
		content: " ";
		display: block;
		position: absolute;
		width: 1px;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		top: 0;
		left: -12px;
		bottom: 0;
	}

.dp__homepage__widget__locations__filter {
	margin-top: 70px;
	color: #FFFFFF;
}

	.dp__homepage__widget__locations__filter h3 {
		font-weight: bold;
		font-size: 16px;
		margin-top: 7px;
	}

	.dp__homepage__widget__filter__button {
		border: none;
		border-radius: 10px;
		font-weight: bold;
		font-size: 16px;
		height: 34px;
		line-height: 16px;
		padding: 0 40px 0 13px;
		display: inline-block;
		background-image: url('../img/icon-down-white-new.svg') !important;
		background-repeat: no-repeat;
		background-position: right 10px top 50%;
		background-size: 12px;
		color: #FFF !important;
		cursor: pointer;
		max-width: 49%;
	}

	.dp__homepage__widget__filter__button ::-webkit-input-placeholder {
		color: #FFFFFF !important;
	}

	.dp__homepage__widget__filter__button :-moz-placeholder {
	   color: #FFFFFF !important;
	   opacity:  1;
	}

	.dp__homepage__widget__filter__button ::-moz-placeholder {
	   color: #FFFFFF !important;
	   opacity:  1;
	}

	.dp__homepage__widget__filter__button :-ms-input-placeholder {
	   color: #FFFFFF !important;
	}

	.dp__homepage__widget__filter__button ::-ms-input-placeholder {
	   color: #FFFFFF !important;
	}

	.dp__homepage__widget__filter__button ::placeholder {
	   color: #FFFFFF !important;
	}

.dp__homepage__widget__booking__navigation {
	background: #FFFFFF;
	border-radius: 10px;
	height: 86px;
	padding: 0 14px;
	margin-top: 27px;
	position: relative;
}
	
	.dp__homepage__widget__booking__navigation:before {
		content: " ";
		display: block;
		position: absolute;
		left: 24px;
		right: 24px;
		height: 1px;
		top: 50%;
	}

	.dp__homepage__widget__booking__navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.dp__homepage__widget__booking__navigation li {
		display: inline-block;
		font-weight: bold;
		font-size: 18px;
		line-height: 86px;
		background: #FFFFFF;
		z-index: 1;
		padding-left: 10px;
		padding-right: 10px;
	}

	.dp__homepage__widget__booking__navigation__circle {
		width: 50px;
		height: 50px;
		border-radius: 50px;
		color: #FFFFFF;
		text-align: center;
		font-weight: 800;
		font-size: 20px;
		line-height: 50px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
	}

	.dp__homepage__widget__booking__navigation__circle.done:after {
		content: " ";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent url('../img/icon-check-white.svg') no-repeat center center;
	}

.dp__homepage__widget .parsley-errors-list {
	display: none;
}

.dp__homepage__widget .dp__homepage__widget__airport__input.parsley-error::placeholder,
.dp__homepage__widget input.parsley-error::placeholder,
.dp__homepage__widget select.parsley-error {
	color: #ff0f0f !important;
}

.dp__homepage__widget select {
	min-width: 108px;
}

.dp__homepage__widget .form-group select,
.dp__homepage__widget .form-group option { 
	-webkit-appearance: none;
	background-color: #FFFFFF !important;
}


/*
	PRODUCT SELECTION PAGE
*/
.dp__products {
	background: #F8F9FA;
	border-radius: 10px;
	padding: 34px 0 34px 48px;
}

	.dp__products h2 {
		color: #434343;
		font-weight: bold;
		font-size: 20px;
	}
	
.dp__products__list {
	margin-top: 22px;
}

.dp__products__location {
	box-shadow: 0px 2px 4px 6px #DFDFDF33;
	display: inline-block;
	margin-right: 48px;
	margin-bottom: 48px;
	background-color: #FFF;
	color: #000;
	border-radius: 10px;
	width: 318px;
}

	.dp__products__location__top {
		padding: 15px 20px;
	}

		.dp__products__location__top__times {
			color: #9A9A9A;
			font-size: 13px;
			margin-bottom: 6px;
		}

		.dp__products__location__top__image {
			overflow: hidden;
			border: 2px solid black;
			border-radius: 7px;
			color: #FFF;
			margin-top: 10px;
			margin-bottom: 10px;
			position: relative;
		}

			.dp__products__location__top__image img { 
				width: 100%;
				max-width: 100%;
				max-height: 155px;
			}

			.dp__products__location__top__image h4 {
				font-weight: bold;
				text-align: center;
				font-size: 20px;
				margin: 3px 0;
			}

			.dp__products__location__top__image__label {
				position: absolute;
				top: 8px;
				left: 4px;
				font-size: 12px;
				border-radius: 7px;
				padding: 3px 6px;
				text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
			}

		.dp__products__location__top__usps {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.dp__products__location__top__usps li {
			padding-left: 36px;
			margin-bottom: 10px;
			font-weight: bold;
			font-size: 14px;
			position: relative;
		}

		.dp__products__location__top__usps .key:before,
		.dp__products__location__top__usps .distance:before,
		.dp__products__location__top__usps .duration:before,
		.dp__products__location__top__usps .shuttle:before,
		.dp__products__location__top__usps .valet:before,
		.dp__products__location__top__usps .valet_abgabe:before,
		.dp__products__location__top__usps .public_transport:before {
			content: " ";
			width: 22px;
			height: 22px;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			background-color: black;
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
		}

		.dp__products__location__top__usps .key:before {
			-webkit-mask-image: url('../img/icon-key-new.svg');
		    mask-image: url('../img/icon-key-new.svg');
		}

			.dp__products__location__top__usps .key--false:before {
				-webkit-mask-image: url('../img/icon-key-new.svg');
			    mask-image: url('../img/icon-key-new.svg');
			}		

		.dp__products__location__top__usps .distance:before {
			-webkit-mask-image: url('../img/icon-plane-new.svg');
		    mask-image: url('../img/icon-plane-new.svg');
		    width: 20px;
			height: 20px;
		}

		.dp__products__location__top__usps .duration:before {
		    -webkit-mask-image: url('../img/icon-bus-new.svg');
		    mask-image: url('../img/icon-bus-new.svg');
		    width: 20px;
			height: 20px;
		}

		.dp__products__location__top__usps .shuttle:before {
			-webkit-mask-image: url('../img/icon-shuttle.svg');
		    mask-image: url('../img/icon-shuttle.svg');
		    top: 4px;
		}

		.dp__products__location__top__usps .valet:before {
			-webkit-mask-image: url('../img/icon-valet2.svg');
		    mask-image: url('../img/icon-valet2.svg');
		}

		.dp__products__location__top__usps .valet_abgabe:before {
			-webkit-mask-image: url('../img/icon-valet-time.svg');
		    mask-image: url('../img/icon-valet-time.svg');
		}

		.dp__products__location__top__usps .public_transport:before {
			-webkit-mask-image: url('../img/icon-info.svg');
		    mask-image: url('../img/icon-info.svg');
		}

	.dp__products__location__bottom {
		position: relative;
		color: #FFF;
		padding: 20px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

		.dp__products__location__bottom__label {
		    position: absolute;
		    top: -11px;
		    right: 20px;
		    max-width: calc(100% - 40px);
		    font-weight: bold;
		    font-size: 14px;
		    border-radius: 7px;
		    padding: 0 10px;
		    height: 22px;
		    line-height: 20px;
		    white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.dp__products__location__bottom__price {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: baseline;
		}

			.dp__products__location__bottom__price__label {
				font-size: 16px;
				font-weight: bold;
			}

			.dp__products__location__bottom__price__value {
				font-weight: 900;
				font-size: 26px;
			}

		.dp__products__location__bottom__select__btn,
		.dp__products__location__bottom__info__btn {
			width: 100% !important;
			display: inline-block !important;
			border-radius: 7px;
			text-transform: uppercase;
			font-weight: bold;
			text-align: center;
			font-size: 15px;
			margin-top: 10px;
			padding: 0 !important;
			height: 43px;
			line-height: 43px;
			cursor: pointer;
			border: 0;
			-webkit-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
		}

		.dp__products__location__bottom__select__btn {
			color: white !important;
		}

		.dp__products__location__bottom__select__btn:hover,
		.dp__products__location__bottom__info__btn:hover {
			opacity: 0.75;
			-webkit-transform: translateY(-2px);
			transform: translateY(-2px);
			box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%);
		}

		.dp__products__location__bottom__info__btn {
			background: #FFFFFF !important;
			color: #434343 !important;
		}

	.dp__products__location--unavailable .dp__products__location__bottom__select__btn {
		opacity: 0.5;
		cursor: not-allowed;
		margin-top: 0;
	}

	.dp__products__location--unavailable .dp__products__location__top__usps {
		opacity: 0.5;
	}

	.dp__products__location--unavailable .dp__products__location__bottom,
	.dp__products__location--unavailable .dp__products__location__top__image,
	.dp__products__location--unavailable .dp__products__location__top__image__label {
		background: #9BA6B0 !important;
	}

	.dp__products__location--unavailable .dp__products__location__top__image {
		border-color: #9BA6B0 !important;
	}

	.dp__products__location--unavailable .dp__products__location__bottom__select__btn {
		background: #696969 !important;
	}

	.dp__products__location--unavailable .dp__products__location__bottom__price {
		justify-content: center;
	}

/*
	BOOKING FORM
*/
.dp__bookingform h2,
.dp__thankyou h2 {
	font-weight: 700;
	font-size: 20px;
}

.dp__bookingform label {
	font-size: 16px;
	font-weight: 500;
	color: #434343;
}

.dp__bookingform input {
	border: 1px solid rgba(67, 67, 67, 0.3) !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	background-color: #FFFFFF !important;
	color: #2F2F2F !important;
	font-weight: 800;
	cursor: pointer;
	color: #434343;
	height: 48px;
	line-height: 48px;
}

.dp__bookingform select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFFFFF url('../img/icon-select.svg') no-repeat right 10px top 70% !important;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(67, 67, 67, 0.3) !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #2F2F2F !important;
	font-weight: 800;
	cursor: pointer;
	color: #434343;
	height: 48px;
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

	.dp__bookingform input.parsley-error,
	.dp__bookingform select.parsley-error {
		border-color: #ff0f0f !important;
	}

	.dp__bookingform .parsley-error {
		color: #ff0f0f !important;
	}

	.dp__bookingform ::-webkit-input-placeholder {
		color: #434343 !important;
	}

	.dp__bookingform :-moz-placeholder {
	   color: #434343 !important;
	   opacity:  1;
	}

	.dp__bookingform ::-moz-placeholder {
	   color: #434343 !important;
	   opacity:  1;
	}

	.dp__bookingform :-ms-input-placeholder {
	   color: #434343 !important;
	}

	.dp__bookingform ::-ms-input-placeholder {
	   color: #434343 !important;
	}

	.dp__bookingform ::placeholder {
	   color: #434343 !important;
	}

.dp__bookingform__section {
	background: #F8F9FA;
	border-radius: 7px;
	padding: 24px;
	margin-bottom: 15px;
}

.dp__bookingform__options {

}

.dp__bookingform__option {
	font-size: 17px;
	font-weight: 400px;
	color: #434343;
	width: 150px;
	display: inline-block;
	margin-right: 24px;
	text-align: center;
}

	.dp__bookingform__option.active {
		background: transparent url('../img/icon-check-green.svg') no-repeat top 10% right;
	}

.dp__bookingform__option__name {
	font-size: 16px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: center;
}

.dp__bookingform__option__info {
	color: #FFF;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-top: 8px;
	margin-left: 5px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

	.dp__bookingform__option__info:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

.dp__bookingform__option__image {
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	text-align: center;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 12px auto;
}

.dp__bookingform__option__amount {
	margin-bottom: 12px;
}

.dp__bookingform__option__button {
	color: #FFFFFF;
	border-radius: 7px;
	font-weight: bold;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out !important;
	transition: all 200ms ease-in-out !important;
}

	.dp__bookingform__option__button:hover {
		opacity: 0.75 !important;
		-webkit-transform: translateY(-2px) !important;
		transform: translateY(-2px) !important;
		box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%) !important;
	}

	.active .dp__bookingform__option__button {
		background-color: #26BF00 !important;
	}

.dp__bookingform__submit {
	width: 100%;
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 18px !important;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border: none !important;
	border-radius: 10px !important;
	-webkit-transition: all 200ms ease-in-out !important;
	transition: all 200ms ease-in-out !important;
}

	.dp__bookingform__submit:hover {
		color: #FFFFFF !important;
		opacity: 0.75 !important;
		-webkit-transform: translateY(-2px) !important;
		transform: translateY(-2px) !important;
		box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 45%) !important;
	}

.dp__bookingform__section label {
	cursor: pointer;
	display: block;
}

.dp__bookingform input[type=checkbox] {
	-webkit-appearance: none;
  	appearance: none;
  	background-color: #fff;
  	margin: 0;

  	font: inherit;
	color: currentColor;
	width: 20px;
	height: 20px;

  	border: 1px solid white !important;
	border-radius: 0 !important;
}

	.dp__bookingform__section label:hover input[type=checkbox] {
		border-color: rgba(0, 0, 0, 0.25) !important;
	}

	.dp__bookingform input[type="checkbox"]:checked::after {
		content: " ";
		display: block;
		background: transparent url(../img/icon-check-green.svg) no-repeat center center;
		border: 0;
		top: 0px;
		left: -1px;
		width: 20px;
		height: 20px;
		transform: none;
		background-size: cover;
	}

.dp__bookingform__ssl {
	text-align: center;
	color: #434343;
	margin-top: 24px;
	margin-bottom: 70px;
}

	.dp__bookingform__ssl__text {
		display: inline-block;
		height: 40px;
		line-height: 30px;
		padding-left: 54px;
		text-align: left;
		background: transparent url('../img/icon-ssl.svg') no-repeat left 0 top 50% !important;
	}

.dp__bookingform__sidebar__section {
	border-radius: 10px;
	padding: 15px;
	background: #FFFFFF;
	color: #434343;
	border: 1px solid rgba(67, 67, 67, 0.5);
	margin-bottom: 10px;
}

	.dp__bookingform__sidebar__section.blue {
		border: none;
		color: #FFFFFF;
	}

	.dp__bookingform__sidebar__section.orange {
		border: none;
		color: #FFFFFF;
	}

	.dp__bookingform__sidebar__section.blue h4,
	.dp__bookingform__sidebar__section.orange h4 {
		font-size: 16px;
		font-weight: 700;
	}

	.dp__bookingform__sidebar__section label {
		color: #FFFFFF;
		font-size: 14px;
		margin-bottom: 12px;
	}

.dp__bookingform__sidebar__bookingdates {
	font-size: 16px;
	color: #434343;
	margin-top: 12px;
	position: relative;
}

	.dp__bookingform__sidebar__bookingdates:after {
		content: " ";
		display: block;
		position: absolute;
		left: 49%;
		height: 60%;
		width: 1px;
		background: rgba(67, 67, 67, 0.5);
		top: 6px;
	}

	.dp__bookingform__sidebar__bookingdates h4 {
		font-size: 18px;
		font-weight: 500;
		color: #434343;
	}

	.dp__bookingform__sidebar__duration {
		margin-top: 12px;
		font-weight: 400;
	}

.dp__bookingform__sidebar__location h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
}

.dp__bookingform__sidebar__location__image {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

	.dp__bookingform__sidebar__location__image img {
		width: 100%;
		max-width: 100%;
		border-radius: 7px !important;
		overflow: hidden;
	}

.dp__bookingform__pricing {
	color: #FFFFFF;
	font-weight: 400;
}

	.dp__bookingform__pricing__row {
		font-size: 14px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: baseline;
	}

		.dp__bookingform__pricing__row.total {
			font-weight: bold;
			font-size: 16px;
		}

	.dp__bookingform__pricing__line {
		width: 100%;
		height: 1px;
		background: #FFFFFF;
		margin: 12px 0;
	}

.dp__bookingform__discount__column {
	margin-top: -140px;
}

.parsley-errors-list {
	list-style: none;
	color: #ff0f0f;
	margin: 0;
	padding: 0;
}

#discountcode.invalid {
	color: #ff0f0f !important;
	border-color: #ff0f0f !important;
	background-color: #ffeded !important;
}

#discountcode.valid {
	background: transparent url('../img/icon-check-green.svg') no-repeat right center;
}

#phone__parent .select2 {
	width: 100px !important;
}

	#phone__parent ul.parsley-errors-list {
		display: block;
		width: 100%;
	}

.dp__bookingform .input-group input.form-control {
	border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-color: #c1c2c3 !important;
}

.dp__bookingform .input-group select.form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

	.dp__bookingform .parsley-error .input-group .form-control,
	.dp__bookingform .parsley-error .select2-container--default .select2-selection--single {
		border-color: #ff0f0f !important;
	}

.dp__bookingform .select2-container {
	margin-left: 2px;
}

	.dp__bookingform .select2-container--default .select2-selection--single,
	.dp__bookingform .select2-container--default .select2-selection--single .select2-selection__rendered,
	.dp__bookingform .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 48px;
	}

	.dp__bookingform .select2-container--default .select2-selection--single {
		background-color: #fff; 
		border: 1px solid #c1c2c3 !important; 
		border-radius: 7px;
		border-right: none !important;
		margin-right: -10px;
	}

	.dp__bookingform .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #2F2F2F !important;
		font-weight: 800;
	    line-height: 1.7;
	    padding: calc(0.5 * var(--global--spacing-unit));
	}

/*
	THANK YOU
*/
.dp__thankyou {
	margin-top: 15px;
}

	.dp__thankyou__header {
		margin-bottom: 25px;
		display: inline-block;
		position: relative;
	}

	.dp__thankyou__header:after {
		content: " ";
		display: block;
		position: absolute;
		top: -10px;
		right: -45px;
		width: 40px;
		height: 40px;
		background: transparent url('../img/icon-check-green.svg') no-repeat center center;
	}

.dp__thankyou h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}

.dp__thankyou h4 {
	color: #434343;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

.dp__thankyou__costs {
	position: relative;
}
	
	.dp__thankyou__costs:before {
		content: " ";
		display: block;
		position: absolute;
		width: 1px;
		top: 0;
		bottom: 0;
		left: -40px;
		background: rgba(67, 67, 67, 0.25);
	}

	.dp__thankyou__costs__row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: baseline;
	}

	.dp__thankyou__costs__row.last {
		padding: 15px 0;
	}

.dp__bookingform__phone,
.dp__bookingform__mail {
	margin-top: 30px;
	height: 40px;
	font-weight: bold;
	position: relative;
}

	.dp__bookingform__mail {
		line-height: 40px;
	}

	.dp__bookingform__phone:before,
	.dp__bookingform__mail:before {
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
    	height: 40px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;

		-webkit-mask-image: url('../img/icon-phone.svg');
		mask-image: url('../img/icon-phone.svg');
	}

	.dp__bookingform__mail:before {
		-webkit-mask-image: url('../img/icon-mail.svg');
		mask-image: url('../img/icon-mail.svg');
		width: 60px;
	}

/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:		 border-box;
}

.tipso_bubble {
	position: absolute;
	text-align: center;
	border-radius: 6px;
	z-index: 9999;
}

.tipso_style{
	cursor: help;
	border-bottom: 1px solid !important;
}

.tipso_title {
	border-radius: 6px 6px 0 0;
}

.tipso_content {
  	word-wrap: break-word;
	padding: 0.5em;
}

/*
	TIPSO TOOLTIPS
*/
.tipso_bubble.tiny {
	font-size: 0.6rem;
}
.tipso_bubble.small {
	font-size: 0.8rem;
}
.tipso_bubble.default {
	font-size: 1rem;
}
.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}
.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}

.tipso_bubble .top_right_corner, 
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner, 
.tipso_bubble.bottom_right_corner  {
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner, 
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner, 
.tipso_bubble.bottom_left_corner  {
	border-top-right-radius: 0;
}

@media screen and (max-width: 1140px) {

	.dp__homepage__widget__airport__overlay {;
		right: 270px;
	}

}

/* TABLET  */
@media screen and (max-width: 991px) {
	
	/*
		HOMEPAGE FORM
	*/
	.dp__homepage__widget__container,
	.dp__products,
	.dp__bookingform,
	.dp__thankyou,
	.dp__homepage__widget label {
		font-size: 13px !important;
	}

	.dp__homepage__widget .btn-primary,
	.dp__homepage__widget input,
	.dp__homepage__widget select {
		font-size: 16px !important;
	}

	.dp__homepage__widget {
		padding: 20px 25px;
	}

	.dp__homepage__widget .col-lg-3,
	.dp__homepage__widget .col-lg-7,
	.dp__homepage__widget .col-lg-2,
	.dp__homepage__widget .col-lg-6 {
		padding-left: 0;
		padding-right: 0;
	}

	.dp__homepage__widget__inputs__underlined .col-md-1 {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: flex-start;
	}

	.dp__homepage__widget > .row {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dp__homepage__widget .btn.btn-block.btn-primary {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
    	float: none;
	}

	.dp__homepage__widget__inputs__underlined:after {
		left: 0;
		right: 0;
	}

	.dp__homepage__widget__inputs__underlined.no-gutters:after {
	    left: 0;
	    right: 0;
	}

	.airport__input__wrapper input {
		background-position: right 5px top 50% !important;
	}

	.date__input__wrapper input {
		background-position: right 0 top 50% !important;
	}

	.flatpickr-calendar.open {
		margin-top: 0;
	}

	.dp__homepage__widget__airport__overlay {
		right: 12px;
	}

	/*
		PRODUCT SELECTION PAGE
	*/
	.dp__products h2 {
		font-size: 16px;
	}

	.dp__homepage__widget__locations__filter h3,
	.dp__homepage__widget__filter__button {
		font-size: 13px !important;
	}

	.dp__homepage__widget__filter__button {
		height: 24px;
		padding: 0 30px 0 10px;
	}

	.dp__products {
		padding: 30px 0 30px 30px;
	}

	.dp__products__location {
		width: 275px;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.dp__products__location__top__image h4,
	.dp__products__location__top__usps li,
	.dp__products__location__bottom__price__label,
	.dp__products__location__bottom__price__value,
	.dp__products__location__bottom__select__btn, 
	.dp__products__location__bottom__info__btn {
		font-size: 12px;
	}

	/*
		BOOKING FORM
	*/
	.dp__bookingform {

	}

	.dp__homepage__widget__booking__navigation li,
	.dp__bookingform__sidebar__section.orange h4 {
		font-size: 14px;
	}

	.dp__homepage__widget__booking__navigation {
		height: auto;
		padding: 15px;
	}

	.dp__homepage__widget__booking__navigation__circle {
		margin-left: 5px;
		margin-right: 5px;
	}

	.dp__homepage__widget__booking__navigation li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		padding-left: 5px;
		padding-right: 5px;
		line-height: 1.7;
	}

	.dp__bookingform h2, 
	.dp__thankyou h2,
	.dp__bookingform label,
	.dp__bookingform input,
	.dp__bookingform select,
	.dp__bookingform textarea,
	.dp__bookingform__option__button,
	.dp__bookingform__option__name,
	.dp__bookingform__option__amount,
	.dp__bookingform__submit {
		font-size: 13px !important;
	}

	.dp__bookingform label {
		margin-bottom: 2px;
	}

	.dp__bookingform__sidebar__section h2,
	.dp__bookingform__ssl__text,
	.dp__bookingform__sidebar__bookingdates,
	.dp__bookingform__sidebar__bookingdates h4,
	.dp__bookingform__sidebar__location h4,
	.dp__bookingform__sidebar__section.blue h4 {
		font-size: 12px !important;
	}

	.dp__bookingform input,
	.dp__bookingform select {
		height: 38px;
		line-height: 38px;
	}

	.dp__bookingform__discount__column {
		margin-top: 0;
	}

	.dp__bookingform .select2-container--default .select2-selection--single,
	.dp__bookingform .select2-container--default .select2-selection--single .select2-selection__rendered,
	.dp__bookingform .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 38px;
		line-height: 16px;
	}

	.select2-container--open .select2-dropdown,
	body:not(.home) .select2-container--open .select2-dropdown {
	    top: 46px;
	}

	.dp__bookingform__sidebar__location__image {
		justify-content: flex-start;
		align-items: flex-end;
	}

		.dp__bookingform__sidebar__location__image img {
			max-width: 250px !important;
		}

	.dp__bookingform__section .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 15px;
	}

	/*
		THANK YOU
	*/
	.dp__thankyou h2 {
		font-size: 15px !important;
	}

	.dp__thankyou h3,
	.dp__thankyou h4 {
		font-size: 13px !important;
	}
}

/* TABLET small  */
@media screen and (max-width: 767px) {
	.select2-container--open .select2-dropdown {
	    width: calc(100vw - 30px - 38px) !important;
	}
}

/* MOBILE  */
@media screen and (max-width: 576px) {
	
	.show-mobile {
		display: block;
	}

	/*
		HOMEPAGE FORM
	*/
	.dp__homepage__widget {
		padding: 10px 35px 25px 35px;
	}

	/*.dp__homepage__widget .row .col-lg-3,
	.dp__homepage__widget .row .col-lg-7,
	.dp__homepage__widget .row .col-lg-2,
	.dp__homepage__widget .row .col-lg-6 {
		padding-left: 15px;
		padding-right: 15px;
	}*/

	.dp__homepage__widget > .row {
		padding-left: 0;
		padding-right: 0;
	}

	.dp__homepage__widget label {
		margin-top: 15px;
	}

	.dp__homepage__widget__inputs__underlined {
		margin-bottom: 10px;
	}


		.dp__homepage__widget__inputs__underlined > .col-2 {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: flex-end;
		}

		.dp__homepage__widget__inputs__underlined:after {
			left: 15px;
			right: 15px;
		}

		.no-gutters.dp__homepage__widget__inputs__underlined:after {
			left: 2px;
			right: 0px;
		}

		.dp__homepage__widget > .row > .dp__homepage__widget__inputs__underlined:after {
			left: 0;
			right: 0;
		}

	.dp__homepage__widget .btn.btn-block.btn-primary {
		height: 60px;
		line-height: 50px;
		font-weight: bold;
	}

	.dp__homepage__widget__airports__close {
		display: block !important;
		background: transparent url('../img/icon-close.svg') no-repeat center left !important;
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 15px;
	}

	.dp__homepage__widget__airport__overlay {
		position: fixed;
		top: 64px;
		left: 0;
		right: 0;
		bottom: 0;
	}

		body.admin-bar .dp__homepage__widget__airport__overlay {
			top: 110px;
		}

	.dp__homepage__widget__airport__overlay .row {
		display: flex;
		flex-flow: column;
		flex-direction: column-reverse;
	}

		.dp__homepage__widget__airports__filter__option {
			display: inline-block;
		}

	.flatpickr-calendar {
		padding: 60px 15px 35px 15px;
	}

	.flatpickr-calendar.open {
		left: 0 !important;
		right: 0 !important;
		top: 75px !important;
		bottom: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
		border-radius: 0;
		max-height: none !important;
		position: fixed;
	}

		body.admin-bar .flatpickr-calendar.open {
			top: 120px !important;
		}

		.flatpickr-months .flatpickr-prev-month, 
		.flatpickr-months .flatpickr-next-month {
			top: 55px;
		}

		.flatpickr-calendar.arrowTop:before,
		.flatpickr-calendar.arrowTop:after {
			display: none !important;
		}

		.flatpickr-calendar .flatpickr-days,
		.flatpickr-calendar .dayContainer {
			width: calc(100vw - 15px - 15px) !important;
			min-width: calc(100vw - 15px - 15px) !important;
			max-width: calc(100vw - 15px - 15px) !important;
		}

		.flatpickr-calendar .dayContainer, 
		.flatpickr-weekdaycontainer {
	 		padding: 0; 
		}

		.flatpickr-calendar .flatpickr-day {
			max-width: 14.2857143vw !important;
			width: 14.2857143vw !important;
			height: 12vw !important;
			line-height: 12vw !important;
		}

		.flatpickr-calendar .btn-calendar-mobile {
			color: white !important;
			border: none;
			font-weight: bold;
			width: 70%;
			display: inline-block;
			height: 48px;
			margin-top: 0;
			display: inline-block !important;
		}

		.flatpickr-calendar .calendar-header-mobile {
			background: transparent url('../img/icon-close.svg') no-repeat 10px 12px !important;
			height: 48px;
			color: black;
			display: inline-block !important;
			width: 100%;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			line-height: 48px;
			text-align: left;
			padding-left: 40px;
			font-size: 16px;
		}

		.flatpickr-calendar .calendar-dates-mobile { 
			display: block;
			text-align: left;
			padding: 15px;
			margin-top: 15px;
			border-top: 1px solid rgba(0, 0, 0, 0.2);
    		margin-left: -15px;
    		margin-right: -15px;
		}

			.flatpickr-calendar .calendar-dates-mobile .col-1.bordered {
				border-left: 1px solid rgba(0, 0, 0, 0.2);
			}

		.flatpickr-monthDropdown-months, 
		.flatpickr-calendar .flatpickr-current-month span.cur-month, 
		.flatpickr-current-month input.cur-year {
			font-weight: bold !important;
			font-size: 16px !important;
		}

		.flatpickr-months .flatpickr-next-month,
		.flatpickr-months .flatpickr-prev-month {
			width: 50px;
			height: 50px;
		}

		.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
			fill: black;
		}

	.dp__homepage__widget__airport__overlay {
		border-radius: 0;
	}

	.dp__homepage__widget__airport__container {
		overflow-y: scroll;
		max-height: calc(100vh - 280px);
	}

		.dp__homepage__widget__airport {
			margin-right: 0;
			margin-bottom: 0;
			padding-bottom: 10px;
		}

		.dp__homepage__widget__airport__image {
			width: 50px;
			height: 50px;
		}

		.dp__homepage__widget__airport__info h5 {
			margin-bottom: 0;
		}

		.dp__homepage__widget__airport__info {
			padding-top: 4px;
		}

		.dp__homepage__widget__airports__filter__option {
			font-size: 16px;
			padding-right: 10px;
			padding-bottom: 10px;
		}

	/*
		PRODUCT SELECTION PAGE
	*/
	.dp__products__description__mobile {
		display: block;
		font-size: 12px;
	}

	.dp__products {
		padding: 18px;
		border-radius: 0;
		margin-top: -20px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.dp__products__location {
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
	}

	.dp__products__location__top__image h4 {
		font-size: 20px;
	}

	.dp__products__location__top__usps li {
		font-size: 14px;
	}

	.dp__products__location__bottom__price__label {
		font-size: 16px;
	}

	.dp__products__location__bottom__price__value {
		font-size: 26px;
	}

	.dp__products__location__bottom__select__btn,
	.dp__products__location__bottom__info__btn {
		font-size: 15px;
	}

	.dp__homepage__widget__filter__button {
		width: 100%;
		min-width: 100%;
		margin-top: 15px;
		font-size: 15px !important;
	}
	
	.dp__homepage__widget__booking__navigation {
		display: none;
	}

	.hide-mobile {
		display: none;
	}

	.mobile-custom-order {
		display: flex;
		flex-flow: column;
	}

		.mobile-order-1 {
			order: 1;
		}

		.mobile-order-2 {
			order: 2;
		}

	/*
		BOOKING FORM
	*/
	.dp__bookingform__section,
	.dp__bookingform__sidebar__section {
		padding: 12px 12px 1px 12px;
	}

	.dp__bookingform h2 {
		font-size: 16px !important;
	}

	.dp__bookingform__sidebar__section h2,
	.dp__bookingform__ssl__text,
	.dp__bookingform__sidebar__bookingdates,
	.dp__bookingform__sidebar__bookingdates h4,
	.dp__bookingform__sidebar__location h4,
	.dp__bookingform__sidebar__section.blue h4 {
		font-size: 14px !important;
	}

	.dp__bookingform__pricing__row.total {
		margin-bottom: 20px;
	}

	.dp__bookingform__submit {
		font-size: 16px !important;
	}

	#phone__parent .select2 {
		max-width: 95px !important;
		white-space: normal;
	}

	/*
		THANK YOU
	*/
	.dp__thankyou h2 {
		font-size: 16px !important;
	}

	.dp__thankyou h3, 
	.dp__thankyou h4 {
		font-size: 14px !important;
	}

	.dp__bookingform__phone, 
	.dp__bookingform__mail {
		background-size: 24px;
		background-position: 13% 50%;
	}

}

/* iPhone only CSS  */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width:1024px) {
	select,
	textarea,
	input,
	select:focus,
  	textarea:focus,
  	input:focus {
		font-size: 16px !important;
	}
}