@font-face {
	font-family: 'proxima_nova';
	src: url('/library/fonts/proximanova-regular-webfont.eot');
	src: url('/library/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/library/fonts/proximanova-regular-webfont.woff2') format('woff2'),
		url('/library/fonts/proximanova-regular-webfont.woff') format('woff'),
		url('/library/fonts/proximanova-regular-webfont.ttf') format('truetype'),
		url('/library/fonts/proximanova-regular-webfont.svg#proxima_nova') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_nova';
	src: url('/library/fonts/proximanova-semibold-webfont.eot');
	src: url('/library/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/library/fonts/proximanova-semibold-webfont.woff2') format('woff2'),
		url('/library/fonts/proximanova-semibold-webfont.woff') format('woff'),
		url('/library/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
		url('/library/fonts/proximanova-semibold-webfont.svg#proxima_nova') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova';
	src: url('/library/fonts/proximanova-black-webfont.eot');
	src: url('/library/fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
		url('/library/fonts/proximanova-black-webfont.woff2') format('woff2'),
		url('/library/fonts/proximanova-black-webfont.woff') format('woff'),
		url('/library/fonts/proximanova-black-webfont.ttf') format('truetype'),
		url('/library/fonts/proximanova-black-webfont.svg#proxima_nova') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* provisional style until the booking form is online */
/*
#quickbook_form h1, #quickbook_form .heading {
	display: table-cell!important;
	vertical-align: middle!important;
}
#quickbook_form {
	display: table!important;
}
#quickbook_form .quickbook_form {
	display: none;
}
*/

/* general  */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-size: 18px;
	font-family: proxima_nova, sans-serif;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto!important
}

.img_right {
	float: right;
	clear: both;
	margin-left: 10px;
}
.img_left {
	float: left;
	clear: both;
	margin-right: 10px;
}
h2 {
	clear: both;
}
h1, h2, h3, h4, h5, h6, form, p {
	margin: 0px;
}
p, h2, h3, h4, h5, h6{
	line-height: 1.5em;
}
a {
	color: #004e4d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
.clear{
	clear: both;
}
.no-float{
	float: none!important;
}
.left{
	float: left;
}
.right{
	float: right;
}
.outer_wrapper{
	width: 100%;
	overflow-x: hidden;
}
.inner_wrapper,
.sub_content{
	max-width: 1360px;
	width: 90%;
	height: auto;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}
.main_content {
	margin-bottom: 40px;
}
.clm2{
	width: 50%;
	position: relative;
	box-sizing: border-box;
}
.clm3{
	width: 33.33%;
	position: relative;
	box-sizing: border-box;
}
.clm4{
	width: 25%;
	position: relative;
	box-sizing: border-box;
}
.img-background{
	background-image:url(/images/airlink-express/background.png);
	background-position: center center;
}


/* core  */

/* navigation/header */
header{
	background-color: #fff;
}
.header_top_bar{
	background-color:#fff;
}
.header_top_bar #logo{
	margin-top: 48px;
}
.header_top_bar #logo img{
	width: 100%;
}
.top-navigation{
	margin-top: 65px;
}
#airlink_top_nav{
	letter-spacing: -0.6px;
}
#airlink_top_nav a{
	color:#757575;
}
#airlink_top_nav a:hover{
	color:#373737;
	text-decoration: none;
}
.buy-now{
	display: block;
	padding: 10px 33px;
	background-color: #00b6af;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
	margin-top: 26px;
}

/* drop-down menu */

.level1.drop-down li ul {
	position: relative;
}
.level1.drop-down li ul.level2 {
	position: absolute;
	padding: 21px 5px 5px 60px;
	text-align: right;
	font-size: 18px;
	left: 100%;
	width: auto;
	transform: translateX(-100%);
	min-width: 170px;
}
.level1.drop-down li:hover li ul,
.level1.drop-down li.over li ul{
	display: block;
}
.drop-down li > ul{
	background-color: #e6e6e6;
	width: 100%;
}
.level1.drop-down li li > ul {
	top: 100%;
	left: 0;
}
	/* level 1 */
#airlink_top_nav a.level1{
	font-size: 22px;
	padding: 33px 12px 31px 12px;
	letter-spacing: -0.1px;
	text-decoration: none;
}
	/* level 2 */
#airlink_top_nav li.level2{
	margin-bottom: 24px;
}
#airlink_top_nav a.level2{
	font-size: 18px;
}
	/* Level 3 */
#airlink_top_nav ul.level3{
	margin-top:10px;
}
#airlink_top_nav a.level3{
	font-size: 16px;
	margin-left:5px;
}

/* footer */
.footer{
	background-color: #004e3f;
}
.footer .inner_wrapper{
	padding: 64px 0 70px;
}
.footer-navigation{
	width: auto;
}
.footer-navigation .clm4{
	width: 25%;
	float: left;
	padding-right: 10px;
}
.footer-navigation a {
	text-decoration: none;
}
.footer-navigation a:hover {
	text-decoration: underline;
}
.follow-text,
.clm-header,
.clm-links a,
.copyright span,.alert-text
.copyright a{
	color: #e5e5e5;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin-bottom: 17px;
}
.clm-header{
	margin-bottom: 10px;
}
.clm-links p {
	line-height: 26px;
}
.clm-links a,
.copyright span,
.copyright a{
	font-weight: 200;
	text-transform: none;

}
.footer_social{
	font-size: 0;
}
.tripadvisor-icon{
	position: relative;
	text-align: right;
}
.tripadvisor-icon img{
	width: 189px;
	height: auto;
}
.share-icon{
	height: 25px;
	background-size: auto 25px;
	width:auto;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 8px;
	opacity: 1;
	transition: all 0.1s ease-in;
}
.share-icon:hover{
	opacity: 0.7;
	transition: all 0.1s ease-in;
}
.youtube-icon{
	background-image: url(/images/social_icons/youtube-icon.png);
	width: 35px;
}
.instagram-icon{
	background-image: url(/images/social_icons/instagram-icon.png);
	width: 25px;
}
.facebook-icon{
	background-image: url(/images/social_icons/facebook-icon.png);
	width: 25px;
}
.twitter-icon{
	background-image: url(/images/social_icons/twitter-icon.png);
	width: 29px;
}
.copyright{
	margin-top: 18px;
}
.copyright img{
	width: 84px;
	position: relative;
	top: 3px;
	margin-right: 4px;
}
.copyright span{
	display: inline-block;
	margin: 0;
	letter-spacing: -0.3px;
}
.copyright .bottom-navigation{
	margin-left: 12px;
	top: 3px;
	position: relative;
}
.copyright .bottom-navigation p{
	float: left;
	padding: 0 5px;
	line-height: 16px;
}
.copyright .bottom-navigation a{
	color: #E5E5E5 ;
}
.copyright .bottom-navigation p:not(:first-of-type){
	border-left: 1px solid #fff;
}

/* Home Page */

/* Banner */
.banner-section{
	position:relative;
	width: 100%;
	height: auto;
	overflow:hidden;
}
#info_alert{
	width:100%;
	z-index:4;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.7);
	visibility: visible;
	opacity: 1;
}
#info_alert.closed{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in;
	position: absolute!important;

}
.alert-icon {
	height: 68px;
	width: 36px;
	margin-left: 43px;
	margin-right: 10px;
	background-image: url(/images/airlink-express/alert-icon.png);
	background-position: center center;
	background-size: 36px;
	background-repeat: no-repeat;
}
span.text {
	display: block;
	padding-bottom: 3px;
}
.alert-text {
	font-size: 16px;
	font-weight: 500;
	color: #004e3f;
	padding-top: 15px;
	letter-spacing: -0.5px;
	padding-right: 70px;
	padding-left: 89px;
	padding-bottom: 10px;

}
#close_alert {
	height: 22px;
	width: 22px;
	position: absolute;
	right: 41.5px;
	border: 1px solid #004E4D;
	top: 22px;
	cursor: pointer;
}
#close_alert:after,
#close_alert:before{
	content: "";
	width: 12px;
	height: 4px;
	background-color: #004E4D;
	position: absolute;
	transform: rotate(45deg);
	margin-top: 9px;
	margin-left: 5px;
}
#close_alert:after{
	transform: rotate(135deg);
}
.alert-text a.link {
	display: inline-block;
	font-size: 13px;
	text-decoration: underline;
	position: relative;
	color: #004e3f;
}
.banner-image{
	position: relative;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	overflow:hidden;
	width:100%;
	height: 482px;
	margin:auto;
	z-index: 1;
}
.banner-image img{
	position: absolute;
	top: 0;
	bottom: 0;
	left:-100%;
	right:-100%;
	margin: auto;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.ticket-booking-outer {
	z-index: 2;
	position: absolute;
	height: 100%;
	top: 0;
}
.ticket-booking-inner {
	position: absolute;
	min-height: 196px;
	width: 100%;
	background-color: #004e3f;
	bottom: 36px;
	border-radius: 20px;
	box-shadow: 0 0 5px 0px black;
}

/* top section left*/
.top-section .left.clm2 {
	margin-top: 3px;
}
.top-section {
	margin-top: 65px;
}
.top-section .introduction {
	margin-bottom:27px;
}
.top-section .introduction,
.top-section .features {
	font-size: 18px;
	line-height: 29px;
	color: #666666;
}
.top-section .features ul {
	padding-left: 10px;
	list-style: none;
}
.top-section .features ul li {
	position: relative;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: 500;
}
.top-section .features ul li:before,
#standard .content ul li:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #666666;
	border-radius: 100%;
	top: 6px;
	left: -9px;
}
#standard .content ul li:before {
	top: 10px;
}
#standard .content .content-bottom {
	margin-top: 40px;
}
.top-section .features ul li ul {
	margin-top: 15px;
}
.top-section .features ul li ul li {
	font-weight: 200;
	margin-bottom: 5px;
	font-size: 16px;
}
.top-section .features ul li ul li .read_more {
	color: #00b6af;
}
.top-section .features ul li ul li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #666666;
	top: 6px;
	left: -9px;
}
.top-section .features ul li ul li:last-of-type:before  {
	display: none;
}
#standard .content .right,
.top-section .clm2:nth-child(even),
.route-section .clm2:nth-child(even) {
	padding-left: 10px;
}
.route-section .clm2:nth-child(even) {
	padding-left: 20px;
}
#standard .content .left,
.top-section .clm2:nth-child(odd),
.route-section .clm2:nth-child(odd) {
	padding-right: 10px;
}
.route-section .clm2:nth-child(odd) {
	padding-right: 20px;
}

/* top section right*/
.home-slider {
	height: 325px;
	border-radius: 20px;
	overflow: hidden;
}
.home-slider .swiper-container{
	height: 100%;
	position: relative;
}
.home-slider .swiper-container .swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #06b5af;
}
.home-slider .swiper-container .swiper-slide.info_gr {
	background-size: contain;
}
.home-slider img.slide-image {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	bottom: 0;
}
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev{
	background-color: #fff;
	height: 90px;
	top: 134px;
	width: 90px;
	border-radius: 100%;
	box-shadow: inset 0 0 0px 0px #838383;
	transition: all 0.1s ease-in;
}
.home-slider .swiper-button-next:hover,
.home-slider .swiper-button-prev:hover{
	box-shadow: inset 0 0 6px 0px #838383;
	transition: all 0.1s ease-in;
}
.home-slider .swiper-button-next:hover:after,
.home-slider .swiper-button-prev:hover:after{
	background-size: 19px auto;
	transition: all 0.1s ease-in;
}
.home-slider .swiper-button-prev{
	left: -45px;
	right: auto;
}
.home-slider .swiper-button-next{
	left: auto;
	right: -45px;
}
.home-slider .swiper-button-next:after,
.home-slider .swiper-button-prev:after{
	content: "";
	position: relative;
	display: block;
	background-image: url(/images/airlink-express/arrow-slider.svg);
	background-position: 47px center;
	background-size: 20px 100%;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	transition: all 0.1s ease-in;
}
.home-slider .swiper-button-next:after{
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/* route section */
.route-section {
	margin-top: 108px;
	margin-bottom: 130px;
	margin-bottom: 20px;
}
.route {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 40px;
}
.route-header {
	background-color: var(--primary-color-hex);
	background-color: #004E4D;
	height: 80px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.route-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0px 0px 40px;
	line-height: 21px;
	color: #fff;
	display: inline-block;
	width: 67%;
}
.book-now-link {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 10px;
}
a.route-link {
	color: #004E4D;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #ffffff;
	padding: 10px;
	display: inline-block;
	width: 120px;
	height: 36px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 2px;
	border-radius: 6px;
	text-decoration: none;
}
a.route-link:hover {
	text-decoration: underline;
}
.route-image {
	height: 245px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.route-image img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.route-image .features {
	position: absolute;
	bottom: 35px;
	left: 40px;
}
.route-image .feature {
	position: relative;
	bottom: 0;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 10px;
	padding: 5px;
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	background-color: #004e4d;
	border-radius: 100%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 26px;
	text-align: center;
}
.route-image .feature:first-of-type {
	margin-left: 0;
}
.route-image .feature span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	position: relative;
}

/* Standard template */
#standard .banner-section {
	min-height: 297px;
	background-color: #00b6af;
}
#standard .ticket-booking-inner {
	bottom: 14px;
}
.page-header {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: -1.7px;
	margin-top: 37px;
	margin-bottom: 10px;
}
#standard .introduction p {
	font-size: 22px;
	color: #666666;
	font-weight: 500;
	line-height: 40px;
}
#standard .content {
	font-size: 18px;
	line-height: 29px;
	margin-top: 26px;
	margin-bottom: 88px;
	color: #666666;
}
#standard .content ul {
	padding-left: 30px;
	margin: 10px 0;
}
#standard .content ul li {
	line-height: 22px;
	margin-bottom: 10px;
	position: relative;
	list-style: none;
}
#standard .img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
table.timetable.c_table {
	border: none;
	border-right: 3px solid #FFF;
	border-top: 3px solid #fff;
	width: 100%!important;
	max-width: 320px;
}
table.timetable.c_table td,
table.timetable.c_table th {
	border: none;
}
table.timetable.c_table th {
	background-color: #004e4d;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px;
	background-image: url('/images/airlink-express/background.png');
	background-position: center center;
	background-size: cover;
}
table.timetable.c_table td {
	background-color: #e0f3f2;
	text-align: center;
	border-top: 3px solid #fff;
	color: #000;
}

/* quick booking form */
#quickbook_form {
	width: 100%;
	padding: 20px 60px;
	box-sizing: border-box;
	margin: auto;
	background-color: #004e4d;
	border-radius: 20px;
	color: #ffffff;
}
#quickbook_form h1,
#quickbook_form .heading {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 32px;
	font-size: 50px;
	letter-spacing: -0.5px;
	line-height: 35px;
	font-weight: bold;
	display: block;
}
#quickbook_form .quickbook_form {
	text-align: center;
}
#quickbook_form .inner-form {
	text-align: left;
}
#quickbook_form form .inner-form > .input_holder {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px;
	min-height: 50px;
	margin-bottom: 15px;
	border-right: none;
}
#quickbook_form .input_holder.buy_start_holder,
#quickbook_form .input_holder.buy_end_holder {
	width: 50% !important;
}
#quickbook_form label {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	min-width: 120px;
	font-size:18px;
}
#quickbook_form .select_input {
	display: block;
	width: 100%;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	background: #00b6af;
	border: none;
}
#quickbook_form .select_input option {
	background: #fff;
	color: #00b6af;
	font-size: 16px;
	min-height: 50px;
	padding: 20px;
	display: block;
}
#quickbook_form .button-wrapper {
	left: 135px;
	top: 3px;
	aspect-ratio: 2/1;
	padding: 10px;
	width: 80px;
}
#quickbook_form .ap_help {
	float: left;
	clear: left;
	max-width: 120px!important;
}
#quickbook_form .ap_radio_label {
	text-transform: uppercase;
	font-weight: bold!important;
	font-size: 24px;
	color: #8CA3A3;
}
#quickbook_form .ap_radio_label:last-of-type {
	float: right;
}
#quickbook_form .radio_input {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 7px;
	border: 3px solid #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
#quickbook_form .radio_input:checked {
	background-color: #00B6AF;
}
#quickbook_form .radio_input:checked ~ span {
	color: #ffffff;
}
#quickbook_form .input_holder.buy_item_id_holder {
	padding: 0!important;
	clear: left;
	width: 100%;
}
#quickbook_form .number_input {
	float: right;
	border: 0;
	text-align: center;
	margin-right: 33px;
	padding: 3.5px 0;
	width: 38px;
	clear: left;
	position: relative;
	z-index: 10;
	font-family: 'proxima_nova', sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	right: -16px;
	top: -9px;
	background-color: inherit;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}
#quickbook_form button {
	cursor: pointer;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #004E4D;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	border: 0;
	padding: 16px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	max-width: 260px;
	font-family: 'proxima_nova', sans-serif;
}
#quickbook_form s {
	color: #8CA3A3;
	font-weight: 500;
	margin-right: 5px;

}
#quickbook_form .ap_pricing {
	font-size: 24px;
	font-weight: normal;
}
input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.number-input,
.number-input * {
	box-sizing: border-box;
	float: left;
}

.number-input .button {
	outline:none;
	-webkit-appearance: none;
	background-color: #00b6af;
	border: none;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 28px;
	cursor: pointer;
	margin: 0 -10px;
	position: relative;
	box-sizing: border-box;
}
.number-input .button:before,
.number-input .button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 12.5px;
	height: 4px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.number-input .button.plus:after {
	transform:rotate(90deg);
}
.buy_tickets_child_holder,
.buy_tickets_adult_holder{
	width: auto;
}
.button.plus{
	float: right;
}
.button.minus{
	float: left;
}
.button-wrapper {
	border: 2px solid #00b6af;
	width: 104px;
	position: absolute;
	right: 20px;
	bottom: 1px;
	border-radius: 4px;
	background-color: #00b6af;
}
#quickbook_form .ticket_type_holder {
	max-width: 300px;
	width: 100%;
}

/* 404 */
.main_content {
	min-height: 60vh;
}
.main_content .heading h1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: -1.7px;
	margin-top: 37px;
	margin-bottom: 10px;
}
.main_content h2.sub_heading  {
	font-size: 22px;
	color: #666666;
	font-weight: 500;
	line-height: 39.6px;
}
.main_content .content {
	font-size: 18px;
	line-height: 28.8px;
	margin-top: 26px;
	margin-bottom: 88px;
	color: #666666;
}


/* booking form resize */
@media screen and (max-width: 1500px) {
	#quickbook_form {
		padding: 20px 30px;
	}
	#quickbook_form form .inner-form > .input_holder:last-of-type {
		text-align: center;
		padding: 0;
		margin-top: 10px;
	}
	#quickbook_form form .inner-form > .input_holder:nth-of-type(3) {
		border-right: 0;
		max-width: 1000px;
	}
}
@media screen and (max-width: 1350px) {
	#quickbook_form form .inner-form > .input_holder {
		width: 50%;
	}
	#quickbook_form form .inner-form > .input_holder:last-of-type {
		width: 50%;
		margin-top: 0;
	}
	#quickbook_form form .inner-form > .input_holder:last-of-type {
		width: 50%;
		margin-top: 0;
	}
	#quickbook_form form .inner-form > .input_holder:nth-last-of-type(-n+2) {
		margin-top: 10px;
	}
	#quickbook_form form .inner-form > .input_holder:nth-of-type(even) {
		border-right: 0;
	}
	#quickbook_form form .inner-form > .input_holder:nth-of-type(3) {
		float: right;
		border-right: 0;
	}
	#quickbook_form form .inner-form .number-input {
		border: none;
	}
	#quickbook_form button {
		float: left;
	}
}
@media screen and (max-width: 750px) {
	#quickbook_form form .inner-form > .input_holder,
	#quickbook_form form .inner-form > .input_holder:last-of-type,
	#quickbook_form form .inner-form > .input_holder:nth-last-of-type(-n+2) {
		width: 100%;
		border-right: 0!important;
		text-align: center;
		margin-top: 0!important;
	}
	#quickbook_form form .inner-form > .input_holder:nth-last-of-type(-n+2) {
		border: 0;
	}
	#quickbook_form form .inner-form > .input_holder:last-of-type {
		padding-bottom: 26px!important;
	}
	.banner-image {
		display: none;
	}
	#info_alert,
	.ticket-booking-outer,
	.ticket-booking-inner {
		position: relative;
	}
	#quickbook_form {
		bottom: 0;
		background-image: none;
		background-color:unset;
		border-radius: 0;
		box-shadow: none;
	}
	.ticket-booking-outer {
		height: auto;
		background-color:#004e4d;
		margin: 0;
		width: 100%;
	}
	#quickbook_form {
		padding: 20px;
	}
	#quickbook_form h1,
	#quickbook_form .heading {
		font-size: 28px;
		line-height: 26px;
	}
	#quickbook_form .input_holder.buy_start_holder, 
	#quickbook_form .input_holder.buy_end_holder {
		width: 100% !important;
	}
	#quickbook_form .ap_radio_label {
		font-size: 20px;
		margin-right: 20px;
	}
	#quickbook_form .radio_input_label {
		display: none;
	}
	#quickbook_form .buy_item_id_holder {
		text-align: center;
	}
	#quickbook_form .ap_radio_label,
	#quickbook_form .input_holder.buy_item_id_holder,
	.number_input_label {
		float: none!important;
	}
	#quickbook_form .ap_help,
	#quickbook_form .number_input {
		clear: none;
	}
	#quickbook_form div.ap_pricing {
		font-size: 20px;
	}
	#quickbook_form label {
		width: auto;
		margin-right: 10px;
		font-size: 20px;
	}
	#quickbook_form .select_input_label {
		width: 100%;
		margin-bottom: 5px;
	}
	#quickbook_form .number_input {
		display: block;
		float: none;
		position: absolute;
		left: 135px;
		right: 0;
		margin: auto;
		top: 19px;
		font-size: 30px;
		background-color: transparent;
		color: #fff;
	}
	.buy_tickets_child_holder,
	.buy_tickets_adult_holder {
		height: 93px;
		padding: 20px;
	}
	.button-wrapper {
		left: 0;
		right: 0;
		margin: auto;
		border: 0;
		background-color: transparent;
		width: 165px;
		bottom: 20px;
	}
	.number-input .button {
		width: 55px;
		height: 55px;
		border-radius: 5px;
	}
	#quickbook_form .ap_help {
		display: block;
		float: none;
		width: auto!important;
		margin-bottom: -5px;
	}
	#quickbook_form form .inner-form > .input_holder {
		padding:0;
		padding-bottom: 12px!important;
		border-bottom: 2px solid #4c8382;
		margin-bottom: 13px;
		text-align: left;
	}
	#quickbook_form button {
		float: none;
		font-size: 32px;
		padding: 25px;
	}
	#quickbook_form .button-wrapper {
		width: fit-content;
	}
}
/* tablet */
@media screen and (max-width: 1300px) {
	a.route-link {
		display: block;
	}
}
@media screen and (max-width: 1190px) {
	.header_top_bar #logo {
		margin-top: 20px;
		margin-bottom: 13px;
		width: 180px;
	}
	.top-navigation {
		margin-top: 0px;
	}
	#airlink_top_nav a.level1 {
		font-size: 20px;
	}
}
@media screen and (max-width: 1000px) {
	/* footer */

	.footer-navigation .clm4 {
		width: 50%;
		text-align: center;
		float: left;
		padding-right: 0;
		padding-top: 10px;
	}
	.copyright {
		text-align: center;
	}
	.copyright img {
		display: block;
		left: 0;
		right: 0;
		margin: auto;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 900px) {
	/* content */
	.clm2 {
		width:100%;
	}
	#standard .content .right,
	.top-section .clm2:nth-child(even),
	.route-section .clm2:nth-child(even),
	#standard .content .left,
	.top-section .clm2:nth-child(odd),
	.route-section .clm2:nth-child(odd) {
		padding: 0;
	}
	a.route-link {
		display: inline-block;
		margin-bottom: 0px;
	}
	.home-slider {
		margin-top: 30px;
	}
	.route-section {
		margin-top: 53px;
		margin-bottom: 23px;
	}
	.route {
		margin-bottom: 50px;
	}
	.route-header {
		height: 85px;
	}
	.route-title {
		max-width: 100%;
		font-size: 19px;
		line-height: 24px;
	}
}

/* mobile large */
/* navigation */
#hamburger-menu {
	display: none;
}
@media screen and (max-width: 950px) {
	#tc-mobile-menu-overlay {
		visibility: hidden;
		position: fixed;
		z-index: 150;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		padding-bottom: 120px;
		background: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: 100%;
		transition: all 0.3s ease-in;
		opacity: 0;
	}
	.open-nav #tc-mobile-menu-overlay {
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease-in;
	}
	#full-nav {
		display: block;
		background-color: #004e4d;
		position: fixed;
		right: -17px;
		top: 0;
		width: 270px;
		height: 100vh;
		z-index: 1000;
		box-sizing: border-box;
		right: -100%;
		transition: right 0.5s ease-in;
	}
	.open-nav #tc-mobile-menu-toggle {
		position: fixed;
		right: 205px;
		transition: right 0.5s ease-in;
		z-index: 10000;

	}
	#tc-mobile-menu-toggle.open-nav:after{
		box-shadow: 0px -7px #00b6af, 0 7px #00b6af;
		background-color: #00b6af;
	}
	header .open-nav #full-nav {
		right: -17px;
		transition: right 0.5s ease-in;
	}
	#tc-mobile-menu-toggle {
		display: block;
		top: 20px;
		right: -10px;
		position: relative;
		height: 37px;
		width: 37px;
	}
	#tc-mobile-menu-toggle:after {
		content: "";
		position: absolute;
		background-color: #6d6d6d;
		width: 20px;
		height: 3px;
		display: block;
		box-shadow: 0px -7px #6d6d6d, 0 7px #6d6d6d;
		top: 50%;
		margin-left: 8px;
		transition: right 0.3s ease-in;
	}
	.level1.drop-down li.level1{
		float: none;
		padding: 10px 0 10px 0px;
		margin-left: 60px;
		border-bottom: 2px solid #00b6af;
	}
	#airlink_top_nav a.level1{
		padding: 17px 0;
	}
	.level1.drop-down li ul.level2{
		position: relative;
		padding: 0;
		text-align: left;
	}
	#airlink_top_nav a.level2{
		padding: 17px 0;
		color: black;
		text-align: center;
	}
	#airlink_top_nav a{
		color:white;
		font-weight: 500;
	}
	#airlink_top_nav li.level2{
		margin: 0;
	}
	#airlink_top_nav ul.level2{
		background-color: #004e4d
	}
	#airlink_top_nav a.level2{
		color: #fff;
	}
	#airlink_top_nav a:hover{
		color:#fff;
	}
	.top-section {
		margin-top: 20px;
	}
	.top-section .introduction p, .top-section .features {
		font-size: 17px;
		line-height: 27.8px;
	}		
}

/* mobile large */
@media screen and (max-width: 750px) {
	.route-header {
		text-align: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.route-title {
		padding: 25px 0 10px 0;
	}
}

@media screen and (max-width: 600px) {
	.footer-navigation div.clm4 {
		width: 100%;
		margin-bottom: 25px;
	}
	.copyright .bottom-navigation {
		display: block;
		top:0;
	}
	.copyright .bottom-navigation p {
		float: none;
		border-left: none!important;
		margin-top: 4px;
	}
	.home-slider {
		height: 325px;
		overflow: hidden;
		margin-left: -5%;
		margin-right: -5%;
		border-radius: 0;
	}
}
@media screen and (max-width: 500px) {
	.route-title {
		font-size: 16px;
		line-height: 20px;
		max-width: 50vw;
		padding: 20px 0 10px 10px;
	}
	.book-now-link {
		max-width: 80px;
	}
	a.route-link {
		width: 100%;
		font-size: 10px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.route-image .feature {
		width: 60px;
		height: 60px;
	}
	.route-image .feature span {
		font-size: 10px;
		line-height: 12px;
	}
}

/* Cookie Box */
#cookiebox_accept {
	background-color: #008939 !important;
}
#cookiebox_settings {
	background-color: #BD5B00 !important;
}
#cookiebox a {

}

#cookiebox {
	bottom: 0!important;
	left:0!important;
	width: 100%!important;
	max-width: 100%!important;
	background: rgba(0, 78, 77, 0.95)!important;
	padding-top: 22px!important;
	min-height: 85px!important;
	border: 1px solid #004e4d!important;
}
#cookiebox_inner {
	max-width: 1400px;
	margin: auto;
	text-align: center;
}
#cookiebox_close,
#cookiebox_moreinfo {
	display: none!important;
}
#cookiebox_accept,
#cookiebox_settings {
	display: inline-block!important;
	position: relative!important;
	height: 40px!important;
	width: 100%!important;
	max-width: 200px;
	margin-left: 10px;
	right: 10px;
	padding-top: 12px!important;
    box-sizing: border-box;
	text-align: center;
	text-decoration: none!important;
}
#cookiebox_settings,
#cookiebox_accept {
	font-family: proxima_nova, sans-serif!important;
	-webkit-font-smoothing: antialiased!important;
	font-size: 16px!important;
	text-align: center!important;
	font-weight: 500!important;
	text-transform: uppercase;
	text-decoration: none;
}
#cookiebox_heading,
#cookiebox_details {
	display: inline-block;
	font-family: proxima_nova, sans-serif!important;
	-webkit-font-smoothing: antialiased!important;
	font-size: 16px!important;
	font-weight: 500!important;
	color: #fff;
	letter-spacing: 1px!important;
	padding-right: 5px!important;
}
#cookiebox_details a {
	color: #00b6af;
}
#_cookie_control {
	top: -150px!important;
}
@media screen and (max-width: 1400px) {
	#cookiebox_inner {
		max-width: 1000px;
	}
}
@media screen and (max-width: 951px) {
	#cookiebox_heading,
	#cookiebox_details {
		display: block!important;
	}
	#cookiebox_settings {
		margin-top: 10px;
	}
}
