@font-face {
	font-family: 'Droid Serif';
	src: url('/library/fonts/DroidSerif-Regular-webfont.eot');
	src: url('/library/fonts/DroidSerif-Regular-webfont.woff') format('woff'),
	url('/library/fonts/DroidSerif-Regular-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: auto;
}
@font-face {
	font-family: 'Droid Serif';
	src: url('/library/fonts/DroidSerif-Bold-webfont.eot');
	src: url('/library/fonts/DroidSerif-Bold-webfont.woff') format('woff'),
	url('/library/fonts/DroidSerif-Bold-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
	font-display: auto;
}
@font-face {
	font-family: 'Raleway';
	src: url('/library/fonts/raleway-regular-webfont.eot');
	src: url('/library/fonts/raleway-regular-webfont.woff') format('woff'),
	url('/library/fonts/raleway-regular-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: auto;
}
@font-face {
	font-family: 'Raleway';
	src: url('/library/fonts/raleway-bold-webfont.eot');
	src: url('/library/fonts/raleway-bold-webfont.woff') format('woff'),
	url('/library/fonts/raleway-bold-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
	font-display: auto;
}
@font-face {
	font-family: 'Raleway';
	src: url('/library/fonts/raleway-extrabold-webfont.eot');
	src: url('/library/fonts/raleway-extrabold-webfont.woff') format('woff'),
	url('/library/fonts/raleway-extrabold-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 800;
	font-display: auto;
}
@font-face {
	font-family: 'Vera Sans Mono';
	src: url('/library/fonts/VeraMono-webfont.eot');
	src: url('/library/fonts/VeraMono-webfont.woff') format('woff'), url('/library/fonts/VeraMono-webfont.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: auto;
}
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: 'Droid Serif', serif;
	line-height: 1.5;
	color: #2E334C;
	font-size: 14px;
}

img {
	border: 0px;
}
.img {
	max-width: 100%;
	height: auto!important;
}
h1, h2, h3, h4, h5, h6, form, p {
	margin: 0px;
}

a {
	color: #0066CC;
}
a:hover {
	text-decoration: none;
}

.reverse_link {
	text-decoration: none;
}
.reverse_link:hover {
	text-decoration: underline;
}
.stick #outer-wrapper {
	padding-top: 60px;
}
#outer-wrapper {
	padding-top: 100px;
	overflow: auto;
	transition: padding .4s ease;
}
.inner-wrapper {
	width: 1170px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.column {
	width: 33.333%;
	float: left;
	box-sizing: border-box;
}
.col_last {
	margin-right: 0 !important;
}
.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	height: 40px;
	line-height: 40px;
	background-color: #FFD700;
	color: #000624;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	text-shadow: 1px 1px 1px rgba(232, 196, 0, 1);
}
.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button.three_d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0,0,0,0.15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.button.three_d:hover {
	background-color: #1ABC9C !important;
	opacity: 0.9;
}

/* .alert-banner styling moved from core.php - LD 26/09/25 */
.alert-banner {
	width: 100%;
	min-height: 34px;
	background-color: #FFD700;
	z-index: 9999;
	position: fixed;
	top: 0;
	padding: 5px 0;
	box-sizing: border-box;
}
.alert-banner #alert-exit {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000624;
	font-weight: bold;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}
.alert-inner {
	max-width: 100%;
	margin: 0 auto;
	font-family: 'lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 135%;
	color: #000624;
	box-sizing: border-box;
}
.alert-banner p {
	margin: 0;
}
.alert-banner a {
	color: #000624;
	text-decoration: underline;
}


/* Auto-Complete Input Below */
.ap_autocomplete {
	display: none;
	width: 500px;
	padding-top: 3px;
	text-align: left;
	z-index: 500;
}
.ap_autocomplete dl {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);
}
.ap_autocomplete dt {
	cursor: pointer;
	padding: 4px;
	border-bottom: 1px solid #E2E2E2;
}
.ap_autocomplete dd {
	display: none;
}
.ap_autocomplete dt:hover, .ap_autocomplete .ac_select {
	background:#3399FF;
	color:#fff;
}
.ap_autocomplete_trigger {
	display: inline-block;
	width: 0;
	cursor: pointer;
	margin-top: 14px;
	margin-left: -21px;
	float:left;
	border: 5px solid transparent;
	border-top: 6px solid #666666;
}
/* Auto-Complete Input Above */

.inner-wrapper.search-page {
	padding: 0 30px;
}

/* Pagination */
.pagination {
	list-style: none;
	padding: 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
	padding: 0;
	margin: 0 10px;
}
.pagination li a {
	color: #000733;
	font-size: 16px;
	text-decoration: none;
}
.pagination li.current a {
	font-weight: bold;
	text-decoration: none;
}

/* Standard content */
.main-content .content-tabs {
	width: auto;
	list-style-type: none;
	padding: 0;
	font-size: 0;
	margin: 20px 0;
}
.main-content .content-tabs li {
	display: inline;
}
.main-content .content-tabs .content-tab {
	display: inline-block;
	position: relative;
	height: 41px;
	line-height: 41px;
	background-color: #000624;
	padding: 0 15px;
	color: #FFD700;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	border: 1px solid #ffffff;
	border-right: none;
	text-decoration: none;
}
.main-content .content-tabs li:first-child .content-tab {
	padding-left: 41px;
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left 10px center;
}
.main-content .content-tabs .content-tab.active {
	text-decoration: underline;
	color: white;
}
.main-content .content-tabs .content-tab svg {
	width: 20px;
	height:100%;
	position: absolute;
	left: 10px;
}
.main-content .content-tabs .content-tab.active svg path {
	fill: #fff;
}
.main-content .content-tabs .content-tab:hover {
	cursor: pointer;
	text-decoration: underline;
}
.main-content .content-text {
	display: none;
}
.main-content .content-text.active {
	position: relative;
	display: block;
	overflow-x: auto;
}
.book-this-now-button {
	display: inline-block;
	position: relative;
	height: 60px;
	height: auto;
	width: 320px;
	margin-right: 10px;
	background-color: #FFD700;
	margin-bottom: 30px;
	padding: 25px 0px;
	padding: 25px 35px 25px 65px;
	border-radius: 8px;
}
.book-this-now-button.galway {
	background-color: #A2A201;
}
.book-this-now-button a {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	vertical-align: middle;
	text-align: center;
	text-align: left;
	font-size: 14px;
	font-size: 18px;
	line-height: 60px;
	line-height: 20px;
	font-weight: 800;
	text-decoration: none;
	text-transform: capitalize;
	color: #000624;
	padding: 20px 10px 21px 0px;
	padding: 0px;
	/* overflow: auto; */
}
.book-this-now-button a:hover {
	text-decoration: underline;
}
.book-this-now-button a .btn-left {
	display: inline-flex;
}
.book-this-now-button a .btn-left, .book-this-now-link .arrow-right {
	align-items: center;
	/* padding: 8px 0px; */
}
.book-this-now-link:before /*ferry-icon*/ {
	content: '';
	position: absolute;
	width: 38px;
	height: 29px;
	height: 100%;
	top: 0px;
	left: 15px;
	background: url('/images/aran-book-ticket-blue@2x.png');
	background-size: 38px 29px;
	background-position: center;
	background-repeat: no-repeat;
}
.book-this-now-link .ferry-icon {
	width: 38px;
	height: 29px;
	margin-right: 7px;
}
.book-this-now-link:after, .book-this-now-link .arrow-right span /*arrow-right*/ {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-left: 20px solid #000624;
	border-bottom: 10px solid transparent;
	top: 20px;
	top: 35%;
	right: 15px;
	background-size: cover;
	background-repeat: no-repeat;
}
.book-this-now-link .arrow-right {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid rgba(0, 8, 52, 0.2);
	margin-left: 5px;
}
.book-this-now-link .arrow-right span {
	position: relative;
	top: unset;
	right: unset;
	width: 13px;
	height: 22px;
	border: 0;
	margin-left: 20px;
	background-image: url('/images/aran-book-ticket-blue-arrow-right.png');
}
@media only screen and (max-width: 1200px) {
	.book-this-now-button {
		/* height: 43px; */
		/* width: 250px; */
	}
	.book-this-now-link:before {
		width: 33px;
		height: 24px;
		top: 8px;
		left: 5px;
	}
	.book-this-now-button a {
		/* margin-left: 41px; */
		/* font-size: 12px; */
		/* line-height: 43px; */
	}
	.book-this-now-link {
		line-height: 43px;
		padding: 0pc 5px 0px 0px;
	}
	.book-this-now-link:after {
		border-top: 7px solid transparent;
		border-left: 14px solid #000624;
		border-bottom: 7px solid transparent;
		top: 15px;
		right: 5px;
	}
}
@media only screen and (max-width: 991px) {
	.book-this-now-button a {
		font-size: 18px;
	}
	.book-this-now-button a .btn-left, .book-this-now-link .arrow-right {
		padding: 0;
	}
	.book-this-now-link .ferry-icon {
		margin-right: 6px;
	}
}
@media only screen and (max-width: 767px) {
	.book-this-now-button {
		display: inline-block;
		float: none;
		margin: 20px 0px 10px 0px;
	}
	.book-this-now-button.galway {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.book-this-now-button a {
		font-size: 14px;
		line-height: 16px;
		padding: 11px 10px 12px 0px;
	}
}
@media only screen and (max-width: 480px) {
	.book-this-now-button {
		margin-top: 10px;
	}
}

/* Standard Content Text styles */
.main-content {
	position: relative;
	z-index: 10;
	background-color: white;
	padding: 30px 0 130px 0;
}
.main-content p {
	margin: 0 0 1em 0;
}
.main-content h1, 
.main-content h2, 
.main-content h3, 
.main-content h4, 
.main-content h5, 
.main-content h6 {
	color: #2E334C;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 15px 0;
	font-family: 'Droid Serif', serif;
}
h2.heading2, h3.heading3, h4.heading4 {
	font-family: inherit;
	font-size: inherit;
	display: inline;
	font-weight: inherit;
}
.main-content h1 { font-size: 36px; }
.main-content h2:not(.heading2) { font-size: 30px; }
.main-content h3:not(.heading3) { font-size: 24px; line-height: 24px }
.main-content h4:not(.heading4) { font-size: 18px; }
.main-content h5:not(.heading5) { font-size: 14px; }
.main-content h6:not(.heading6) { font-size: 12px; }

.main-content p {
	line-height: 1.8;
}

.main-content table {
	margin-bottom: 20px;
}
.main-content table,
.main-content table td {
	border: none;
}
.main-content table td,
.main-content table th {
	padding: 8px;
	text-align: left;
}
.main-content table > thead > tr > th {
	vertical-align: bottom;
	border: none;
	border-bottom: 2px solid #000834;
}
.main-content table tr {
	background-color: initial;
}
.main-content table tr:nth-child(even) {
	background-color: rgba(146,192,225,0.20);
}
.main-content table thead tr {
	background-color: initial;
}

/* Timetable styling */
.timetable ~ table tr td:first-child,
.timetable td:first-child,
.timetable td:last-child,
.timetable ~ table tr td:last-child {
	background-color: #f5d002;
	color:#000000;
}
.timetable ~ table tr td,
.timetable tr td {
	background-color: #26173c;
	color:white;
}
.timetable ~ table td,
table.timetable td{
	width: 25%;
}

table.timetable,
.timetable ~ table{
	margin-bottom: 0;
}
.timetable ~ table tr td:nth-child(2),
table.timetable  tr td:nth-child(2){
	border-right:2px solid white;
}
.timetable ~ table caption{
	color: white;
	background-color: #000000;
	border: 0px; 
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: white;
}
.timetable ~ table td strong{
	background-color: rgba(255, 255, 255, 0.3607843137254902);
	padding:2px;
}

/* New Timetable Styling */

h1.timetable-heading {
	font-size: 30px;
	margin-top: 30px;
	letter-spacing: 1px;
	font-weight: 800;
	margin-bottom: 30px;
}
.journey-card {
	width: 529px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
}
.journey-card-header {
	width: 400px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #2E334C;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.left-journey-card {
	float: left;
}
.right-journey-card {
	float: right;
}
.outbound_journey, .inbound_journey {
	color: #2E334C;
	background-color: #E9F2F9;
	font-size: 16px;
	padding: 16px 0px 0px 0px;
}
.border-point {
	width: 0px;
	border-top: 30px solid #E9F2F9;
	border-left: 264.5px solid transparent;
	border-right: 264.5px solid transparent;
	border-bottom: 0px solid transparent;
}
.bus_journey {
	line-height: 23px;
	color: #666600;
}
.ferry_journey {
	line-height: 23px;
	color: #000834;
}
.date-set {
	height: 40px;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 40px;
	font-weight: 800;
	font-family: Vera Sans Mono;
	text-transform: uppercase;
	margin: 0px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	color: #000834;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 20px;
}
.current-date-set {
	background-color: #000834;
	color: #FFFFFF;
}
.no-tours-date-set {
	border: 1px solid #FF0000;
	color: #FF3A3A;
}
.no-tours-current-date-set {
	background-color: #FF3A3A;
	color: #FFFFFF;
}

/* ---------------------Timetable Grid---------------------*/

.timetable-output {
	margin-bottom: 20px;
}
.outbound-journey-times .ferry-time, .inbound-journey-times .ferry-time {
	margin-right: 25px;
	text-align: center;
}
.outbound-journey-times .ferry-time {
	margin-right: 0px;
	margin-left: 25px;
}
.inbound-journey-times .bus-time, .outbound-journey-times .bus-time{
	text-align: center;
}
.inbound-journey-times .inbound {
	text-align: right;
}
.outbound-journey-times, .inbound-journey-times {
	line-height: 32px;
	border-bottom: 10px solid #fff;
	display: inline-block;
	font-family: Vera Sans Mono;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 1000;
	color: #2E334C;
}
.outbound-journey-times {
	margin-right: 33px;
	padding-left: 21px;
}
.inbound-journey-times {
	margin-left: 33px;
	padding-right: 21px;
}
.middle-border {
	border-right: 1px solid #CCCCCC;
	height: 45px;
	position: absolute;
}
.journey-notes {
	text-transform: uppercase;
	font-size: 12px;
}
.journey-notes-highlight {
	background-color: #E9F2F9;
}
.outbound, .inbound {
	display: inline-block;
	width: 289px;
}
.bus-time, .ferry-time {
	display: inline-block;
	width: 90px;
}
.bus-time {
	color: #666600;
}
.bus-display, .ferry-display {
	font-size: 18px;
	letter-spacing: 0px;
}

/*---------------Responsive Timetable------------------*/

@media only screen and (max-width: 1200px) {
	.journey-card {
		width: 47%;
	}
	.journey-card-header {
		width: 88%;
	}
	.bus_journey, .ferry_journey {
		padding: 0px 5px 0px 5px;
		line-height: 18px;
	}
	.border-point {
		border-left: 220.5px solid transparent;
		border-right: 220.5px solid transparent;
	}
	.date-set {
		font-size: 14px;
	}
	.outbound-journey-times, .inbound-journey-times {
		font-size: 10px;
	}
	.outbound, .inbound {
		width: 203px;
	}
	.journey-notes {
		font-size: 10px;
	}
	.outbound-journey-times {
		margin-right: 25px;
		padding-left: 15px
	}
	.inbound-journey-times {
		margin-left: 25px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.border-point {
		border-left: 168.5px solid transparent;
		border-right: 168.5px solid transparent;
	}
	.bus-time, .ferry-time {
		width: 80px;
	}
	.outbound, .inbound {
		width: 130px;
	}
	.outbound-journey-times .ferry-time {
		margin-left: 15px;
	}
	.inbound-journey-times .ferry-time {
		margin-right: 15px;
	}
	.outbound-journey-times {
		margin-right: 20px;
	}
	.inbound-journey-times {
		margin-left: 20px;
	}
	.journey-notes {
		line-height: 16px;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 767px) {
	h1.timetable-heading {
		font-size: 24px;
		text-align: center;
	}
	.outbound_journey, .inbound_journey {
		font-size: 11px;
	}
	.border-point {
		border-left: 103.5px solid transparent;
		border-right: 103.5px solid transparent;
	}
	.no-tours-date-set {
		line-height: 20px;
		padding: 0% 11%;
		letter-spacing: 1px;
	}
	.bus-time, .ferry-time {
		font-size: 12px;
		width: 86px;
	}
	.bus-display, .ferry-display {
		font-size: 14px;
	}
	.outbound-journey-times {
		line-height: 20px;
		margin-right: 17px;
		padding-left: 7px;
	}
	.inbound-journey-times {
		width: 196px;
		line-height: 20px;
		margin-left: 17px;
		padding-right: 7px;
	}
	.outbound, .inbound {
		width: 196px;
		display: block;
		font-size: 8px;
		text-align: center;
		margin-left: 0%;
	}
	.outbound-journey-times .ferry-time {
		margin-left: 0px;
	}
	.outbound-journey-times .ferry-time, .inbound-journey-times .ferry-time {
   		width: 85px;
		margin-right: 10px;
	}
	.inbound-journey-times {
		display: inline-table;
		position: absolute;
	}
	span.inbound-journey-times span:last-child {
		display: table-header-group;
		text-align: center;
	}
	.middle-border {
		height: 53px;
	}
	.outbound-journey-times, .inbound-journey-times {
		height: 35px;
	}
	.no-notes span.ferry-time, .no-notes span.bus-time {
		position: relative;
		top: 15px;
	}
}
@media only screen and (max-width: 480px) {
	.journey-card {
		width: 49%;
	}
	.journey-card-header {
		width: 78%;
		letter-spacing: 0.18px;
	}
	.outbound_journey, .inbound_journey {
		line-height: 14px;
		padding-bottom: 20%;
	}
	.outbound_journey .bus_journey {
		margin-bottom: 3%;
	}
	.inbound_journey .bus_journey {
		margin-top: 3%;
	}
	.bus_journey, .ferry_journey {
		padding: 0px 5px 0px 5px;
		line-height: 14px;
	}
	.border-point {
		border-top: 20px solid #E9F2F9;
		border-left: 70.5px solid transparent;
		border-right: 70.5px solid transparent;
	}
	.date-set {
		margin-top: 11px;
		margin-bottom: 10px;
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.no-tours-date-set {
		height: auto;
		padding: 0% 6%;
	}
	.outbound, .inbound {
		width: 115px;
		margin-left: 0%;
		font-size: 9px;
	}
	.journey-notes {
		margin-top: 2px;
		line-height: 10px;
	}
	.journey-notes-highlight .ferry-display, .journey-notes-highlight .bus-display {
		vertical-align: middle;
	}
	.inbound-journey-times.journey-notes-highlight {
		padding-top: 2px;
		height: 48px;
	}
	.bus-time, .ferry-time {
		width: 45px;
	}
	.outbound-journey-times .bus-display {
		margin-left: 4%;
	}
	.outbound-journey-times {
		margin-right: 17px;
		padding: 0px 5px 0px 5px;
	}
	.inbound-journey-times {
		margin-left: 17px;
		padding: 0px 10px 0px 10px;
		line-height: 16px;
		width: 105px;
	}
	.outbound-journey-times, .inbound-journey-times {
		height: 50px;
		line-height: 14px;
	}
	.middle-border {
		height: 67px;
	}
	.outbound-journey-times .ferry-time, .inbound-journey-times .ferry-time {
   		width: 45px;
	}
	.inbound-journey-times .bus-time, .outbound-journey-times .bus-time {
		margin-right: 0.3%;
	}
	.outbound-journey-times .ferry-time, .inbound-journey-times .ferry-time, .inbound-journey-times .bus-time, .outbound-journey-times .bus-time {
		position: relative;
		top: 10px;
	}
	.no-notes span.ferry-time, .no-notes span.bus-time {
		top: 20px;
	}
}
@media only screen and (max-width: 303px) {
	#timetable-page .inner-wrapper {
		width: 280px;
		padding: 0px 10px;
	}
	.border-point {
		border-top: 20px solid #E9F2F9;
		border-left: 63.5px solid transparent;
		border-right: 63.5px solid transparent;
	}
	.journey-card-header {
		width: 78%;
	}
	.date-set {
		font-size: 11px;
		letter-spacing: 0px;
	}
	.outbound-journey-times, .inbound-journey-times {
		text-align: center;
		width: 102px;
		height: 55px;
		line-height: 9px;
	}
	.inbound-journey-times{
		margin: 0px 0px 0px 10px;
		padding: 0px 5px 0px 5px;
		width: 102px;
		min-height: 53px;
		max-height: 53px;
	}
	.outbound-journey-times {
		margin-right: 10px;
		padding-right: 18px;
	}
	.outbound-journey-times .ferry-time, .inbound-journey-times .ferry-time {
		margin-right: 0px;
		width: 40px;
	}
	.inbound-journey-times .bus-time, .inbound-journey-times .ferry-time {
		top: 22px;
	}
	.outbound-journey-times .ferry-time, .outbound-journey-times .bus-time {
		top: 13px;
	}
	.inbound-journey-times .ferry-time {
   		margin-right: 12px;
	}
	.bus-time, .ferry-time {
		width: 40px;
	}
	.middle-border {
		height: 42px;
	}
	span.inbound-journey-times span:last-child {
    	display: block;
    	position: relative;
    	text-align: center;
   		top: -10px;
	}
	.outbound-journey-times.no-notes span.ferry-time, .outbound-journey-times.no-notes span.bus-time {
		top: 17px;
	}
	.no-notes span.ferry-time, .no-notes span.bus-time {
    	top: 23px;
	}
	.middle-border {
		height: 75px;
	}
	.inbound .journey-notes {
		text-align: right;
	}
	.outbound .journey-notes {
		text-align: left;
	}
}
@media only screen and (max-width: 280px) {
	.bus-time, .ferry-time {
		width: 45px;
	}
	.outbound-journey-times, .inbound-journey-times {
		width: 39%;
	}
}


/* Components */
/* Component - Social buttons */
.social-component.twitter {
	background-color: #55ACEE;
}
.social-component.twitter:hover{
	background-color: #3B78A6;	
}
.social-component.facebook {
	background-color: #3C5A99;
}
.social-component.facebook:hover {
	background-color: #2A3F6B;
}
.social-component.youtube {
	background-color: #FF0000;
}
.social-component.youtube:hover {
	background-color: #B20000;
}
.social-component.instagram {
	background-color: #F00075;
}
.social-component.instagram:hover {
	background-color: #A80052;
}
.social-component {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 4px;
	transition: all .3s ease;
}
.social-component img {
	position: absolute;
	transition: all .3s ease;
	top: 0;
}
.social-component:hover img {
	transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
}

/* Component - Go to top button */
#go_to_top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: grey;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
	border-radius: 2px;
	transition: opacity 0.5s linear;
	opacity: 0;
	background-image: url(/images/aran-slider-arrow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
	transform: rotate(90deg);
	z-index: 20
}
#go_to_top.visible {
	opacity: 1;
}
#go_to_top:hover {
	transition: background-color .2s linear;
	background-color: #1ABC9C;
}


/* Header */
header {
	height: 100px;
	transition: height .4s ease, opacity .3s ease;
	background-color: #000834;
	width: 100%;
	z-index: 100;
	position: fixed;
}
header .inner-wrapper {
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
header .logo {
	height: 100%;
	position: relative;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 100%;
	margin-right: 8px;
	padding-right: 10px;
	border-right: 1px solid #1f264c;
}
header .logo img {
	height: 100px;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}
header .logo .retina {
	display: none;
}
header #hamburger-menu {
	display: none;
}
header #nav {
	float: right;
	position: relative;
	z-index: 1;
	max-width: calc(100% - 370px);
}
header #nav ul.level1#top_nav {
	display: flex;
}
header #nav ul li {
	margin-left: 5px;
	cursor: pointer;
	transition: all .3s ease-in;
}
header #nav ul li a {
	line-height: 14px;
	border-top: 2px solid transparent;
	box-sizing: border-box;
	display: block;
	height: 100px;
	line-height: 100px;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease, font-size .4s ease;
	text-decoration: none;
}
header #nav ul li a:hover {
	text-decoration: underline;
	color: #ffd700;
}
header #nav ul li.level1 {
	max-width: 100px;
	height: 100px;
	line-height: 100px;
}
header #nav ul li.level1 a.level1 {
	overflow: hidden;
	white-space: break-spaces;
	word-wrap: break-word;
	display: inline-block;
	width: 100%;
	height: auto;
	line-height: normal;
	vertical-align: middle;
}
header #nav ul li.level1:last-child {
	padding-left: 10px;
	padding-left: 8px;
	border-left: 1px solid #1f264c;
	border-radius: 4px;
	width: auto;
	max-width: none;
	box-sizing: border-box;
	height: 100px;
	line-height: 100px;
}
header #nav ul li.level1:last-child #nav-booking-btn {
	overflow: auto;
	display: inline-block;
	height: auto;
	line-height: normal;
	vertical-align: middle;
}
header #nav ul li #nav-booking-btn, div.level1#top_nav #nav-booking-btn {
	position: relative;
	display: inline;
	background-color: #FFD700;
	color: #000834;
	border-radius: 4px;
	padding: 8px 15px 8px 30px!important;
}
div.level1#top_nav #nav-booking-btn {
	transition: all .4s ease;
	width: 88px;
	height: 27px;
	text-decoration: none;
	position: absolute;
	margin-top: 0px;
	line-height: 24px;
	top: 38px;
}
div.level1#top_nav #nav-booking-btn:hover {
	text-decoration: underline;
}
header #nav ul li #nav-booking-btn:before, div.level1#top_nav #nav-booking-btn:before /*ferry-icon*/ {
	content: '';
	position: absolute;
	width: 25px;
	height: 19px;
	top: 6px;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	background: url('/images/aran-book-ticket-blue@2x.png');
	background-size: cover;
	background-repeat: no-repeat;
}
div.level1#top_nav #nav-booking-btn:before {
	/* top: 2px; */
}
header #nav ul li #nav-booking-btn:after, div.level1#top_nav #nav-booking-btn:after /*arrow-right*/ {
	content: '';
	position: absolute;
	width: 7px;
	height: 13px;
	background-image: url('/images/right-arrow.png');
	top: 11px;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	background-repeat: no-repeat;
}
div.level1#top_nav #nav-booking-btn:after {
	/* top: 8px; */
}
div.level1#top_nav.book {
	transition: all .4s ease;
	display: none;
}

/* Dropdown section */
.drop-down li a {
	padding-left: 3px !important;
	padding-right: 3px !important;
}
header #nav ul.level2 {
	background-color: white;
	border: 1px solid #EEE;
	border-top: 2px solid #000624;
	min-width: 220px;
}
header #nav ul.level2 li {
	transition: all .4s ease;
}
.stick header #nav ul.level2 li a,
header #nav ul.level2 li a {
	color: #000624;
	font-size: 14px;
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	color: #000624;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 18px;
	border: 0;
	letter-spacing: 0;
	font-family: 'Droid Serif', serif;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header #nav ul.level2 li:last-child {
	border: none;
	padding-left: 0;
}
header #nav ul.level2 li.level2 {
	margin-left: 0px;
	padding-left: 12px;
}
header #nav ul.level2 li:hover {
	background-color: rgba(79,83,106,0.95);
}
header #nav ul.level2 li a:hover {
	color: white;
}

/* Language select */
.language_holder,
.language_holder ul {
	font-family: 'Raleway';
	padding: 4px;
	line-height: 20px;
	width: 80px;
	width: 88px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	border: 1px solid #f7f7f7;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 5px 20px rgb(0 0 0 / 40%);
}
nav#main-nav {
	position: relative;
	display: block;
}
.language_holder {
	height: 30px;
	left: 270px;
	top: 0;
	z-index: 10;
	padding: 0px 5px;
	line-height: 30px;
	border: 1px solid rgba(247, 247, 247, 0.2);
	border-radius: 4px;
	color: #f7f7f7;
	top: 3px;
	font-size: 14px;
	text-align: left;
	margin-top: 33px;
	transition: all .4s ease;
}
.language_holder li.current_lang:after {
	content: "";
	position: absolute;
	top: 12px;
	margin-left: 5px;
	height: 0px;
	width: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f7f7f7;
}
.stick .language_holder {
	left: 200px;
	margin-top: 12px;
}
.language_holder img {
	float: none;
	margin-top: 3px;
}
.language_holder .language_select {
	display: none;
	left: 0;
	background-color: #f7f7f7;
}
.language_holder:hover .language_select {
	display: block;
}
.language_holder .language_select a {
	color: #000000;
}
@media only screen and (max-width: 1200px) {
	header #nav {
		max-width: calc(100% - 330px);
	}
	header #nav ul li {
		margin-left: 3px;
	}
	header #nav ul li.level1 {
		max-width: 85px;
	}
	div.level1#top_nav #nav-booking-btn {
		width: 102px;
		line-height: 24px;
		line-height: 16px;
		top: 34px;
		left: 30px;
		text-align: center;
	}
	div.level1#top_nav #nav-booking-btn:after {
		/* top: 10px; */
	}
	.language_holder {
		height: 25px;
		left: 220px;
		font-size: 12px;
	}
	.language_holder, .language_holder ul {
		width: 80px;
	}
	.stick .language_holder {
		top: 5px;
		left: 135px;
	}
}


/* Sticky header rules */
.stick header {
	height: 60px;
	position: fixed;
}
.stick header #nav ul li, .stick header #nav ul li.level1:last-child, .stick header #nav ul li a {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
.stick header .logo img {
	height: 60px;
}
.stick header #nav ul li {
	margin-left: 2px;
}

/* Footer */
footer {
	width: 100%;
	height: auto;
	background-color: #000834;
	position: relative;
	z-index: 10;
}
#footer .main {
	font-size: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .main * {
	color: white;
}
#footer .footer-logo {
	margin-bottom: 23px;
}

#footer .column {
	width: 22%;
	display: inline-block;
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
	font-size: 14px;
}
#footer .column address {
	font-style: normal;
	line-height: 1.42857143;
}
#footer .column.contact a {
	text-decoration: none;
}
#footer .column.contact a:hover {
	text-decoration: underline;
	color: #ffd700;
}
#footer .column .footer-heading, #footer h3.heading3 {
	margin: 18px 0 24px 0;
	color: #FFD700;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}
#footer .column .footer-heading a, #footer .column .footer-heading {
	white-space: pre-wrap;
}
#footer .column abbr {
	font-weight: bold;
}

#footer .footer_nav_links.column ul > li {
	display: block;
	width: 100%;
}
#footer .footer_nav_links.column ul > li.level1 {
	padding: 10px 0;
}
#footer .footer_nav_links.column ul li.level1:first-of-type {
	padding-top: 0;
}
#footer .footer_nav_links.column .footer-heading {
	margin: 0 auto;
	padding: 0;
}
#footer .footer_nav_links.column .footer-heading a {
	color: #FFD700;
}
#footer .footer_nav_links.column li a {
	text-decoration: none;
	width: max-content;
	max-width: 100%;
	text-wrap: auto;
}
#footer .footer_nav_links.column li:not(.footer-heading) a:hover {
	text-decoration: underline;
	color: #ffd700;
}

footer .sub {
	width: 100%;
	background-color: #2E334C;
	padding: 40px 0;
}
footer .sub .sub-inner {
	color: rgba(255,255,255,0.50)!important;
	font-size: 12px;
}
footer .sub .sub-inner .left {
	width: 50%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
footer .sub .sub-inner .right {
	width: 50%;
	float: left;
	text-align: right;
}
footer .sub .sub-inner a {
	color: rgba(255,255,255,0.50);
}
.search-page-footer-text {
	color: #FFF;
	padding-left: 80px;
	box-sizing: border-box;
}

/* Homepage */
.banner-slider {
	width: 100%;
	height: 500px;
	position: fixed;
	z-index: 1;
}
.banner-slider.extra-margin,
.banner-divider.extra-margin {
	margin-top: 44px;
}
.banner-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; bottom: 0;
	right: 0; left: 0;
	background-color: #2E334C;
}
.banner-slider.no-slides,
.banner-divider.no-slides {
	height: 140px;
	padding: 0;
	background: #fff9d9;
}
.banner-slider .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner-slider .swiper-container .swiper-wrapper iframe{
	width: 100%;
	height: 100%;
	margin:0;
	border: 0;
	overflow: hidden;

}
.banner-slider .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.banner-slider .swiper-container .swiper-slide .slide-image {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	height: auto;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}
.banner-slider .swiper-slide .caption {
	position: absolute;
	top: 50%;
	left: 0; right: 0;
	margin: auto;
	text-align: center;
	color: white;
	max-width: 800px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.banner-slider .swiper-button-prev:after,
.banner-slider .swiper-button-next:after {
	content: '';
}
.banner-slider .swiper-container .swiper-button-next,
.banner-slider .swiper-container .swiper-button-prev {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	margin-top: -26px;
	background-color: rgba(0,0,0,0.3);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	background-image: url(/images/aran-slider-arrow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
}
.banner-slider .swiper-container .swiper-button-next {
	right: 0;
	border-radius: 0 3px 3px 0;
	transform: rotate(180deg);
}
.banner-slider .swiper-container .swiper-button-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.banner-slider .swiper-container .swiper-button-next:hover,
.banner-slider .swiper-container .swiper-button-prev:hover {
	background-color: rgba(0,0,0,0.6) !important;
}
.banner-slider .button_style .caption {
	transition: opacity 1.5s ease, transform 1.5s ease;
}
.banner-slider .button_style .caption-inner {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
}
.banner-slider .caption .slide-heading {
	color: #EEE;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.65);
	font-size: 71px;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	transition: opacity 1.5s ease, transform 1.5s ease;
}
.banner-slider .button_style .caption .slide-heading {
	color: #000834;
	text-shadow: none;
	font-size: 42px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.banner-slider .caption .slide-text {
	margin-bottom: 10px;
	font-size: 24px;
	border-top: 1px #ffffff solid;
	padding-top: 5px;
	transition: opacity 1.8s ease, transform 1.8s ease;
}
.banner-slider .button_style .caption .slide-text {
	color: #000834;
	font-size: 24px;
	border-top: 2px #000834 solid;
	display: inline-block;
	padding-top: 5px;
	line-height: 25px;
	font-style: italic;
}
.banner-slider .button_style .slide-button {
	background-color: #000834;
	transition: opacity 1.8s ease, transform 1.8s ease;
	color: #ffffff;
	min-height: 80px;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
}
/* IE9, IE10, IE11 fallback for justify-content */
@media screen and (min-width:0\0) {
	.banner-slider .button_style .slide-button  { padding-top: 25px;}
}
.banner-slider .button_style .slide-button br {
	display: none;
}
.banner-slider .button_style .slide-button:before {
	content: "";
	height: 30px;
	width: 20px;
	background: url('/images/banner_button_icon.png');
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.banner-slider .button_style .slide-button:after {
	content: "";
	height: 20px;
	width: 13px;
	background: url('/images/banner_button_arrow.png');
	display: inline-block;
	background-size: contain;
	margin-left: 10px;
	background-repeat: no-repeat;
}

.banner-slider .caption .slide-text,
.banner-slider .caption .slide-heading,
.banner-slider .button_style.swiper-slide div.caption,
.banner-slider .button_style .slide-button {
	transform: translateY(100px);
	-ms-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transition-delay: 0.5s;
	opacity: 0;
}
.banner-slider .swiper-slide-active .caption .slide-heading,
.banner-slider .swiper-slide-active .caption .slide-text,
.banner-slider .swiper-slide-active.button_style .slide-button {
	transform: none;
	opacity: 1;
}
.banner-slider .swiper-slide-active.button_style div.caption {
	opacity: 1;
	transform: translateY(-50%);
}
.banner-divider {
	height: 500px;
}
.heading-links {
	width: 100%;
	height: 122px;
	z-index: 10;
	position: relative;
}
.heading-links .col {
	width: 33.3333%;
	height: 100%;
	float: left;
	margin: 0;
	
	text-align: center;
	box-sizing: border-box;
	padding: 25px 10px;
	text-decoration: none;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.heading-links .col:nth-child(1) {
	background-color: #666600;
}
.heading-links .col:nth-child(2) {
	background-color: #FFD700;
}
.heading-links .col:nth-child(3) {
	background-color: #A2A201;
}
.heading-links .col:hover {
	background-color: #ffffff!important;
}
.heading-links .col:hover .main-text {
	color: #000624;
}
.heading-links .col .main-text {
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1em;
	padding-left: 35px;
}
.heading-links .col .main-text,
.heading-links .col .sub-text {
	color: #ffffff;
	display: inline-block;
}
.heading-links .col .sub-text {
	display: block;
	font-size: 14px;
	font-family: 'raleway';
	margin-top: 4px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}
.heading-links .col:hover .sub-text {
	color: #000624;
}
.heading-links .col:nth-child(2) .main-text,
.heading-links .col:nth-child(2) .sub-text {
	color: #000624;
}
.heading-links .col .main-text:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('/images/aran-timetable-icon-white@2x.png') 0 0 no-repeat;
	background-size: 25px auto;
	background-position: center left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.heading-links .col:nth-child(1):hover .main-text:before {
	background-image: url('/images/aran-timetable-icon-blue@2x.png');
}
.heading-links .col:nth-child(2) .main-text {
	padding-left: 43px;
}
.heading-links .col:nth-child(2) .main-text:before {
	width: 38px;
	height: 29px;
	background: url('/images/aran-book-ticket-blue@2x.png') 0 0 no-repeat;
	background-size: 38px;
	background-position: center left;
}
.heading-links .col:nth-child(3) .main-text {
	padding-left: 43px;
}
.heading-links .col:nth-child(3) .main-text:before {
	width: 38px;
	height: 29px;
	background: url('/images/aran-book-tickets-white@2x.png') 0 0 no-repeat;
	background-size: 38px auto;
	background-position: center left;
}
.heading-links .col:nth-child(3):hover .main-text:before {
	background: url('/images/aran-book-ticket-blue@2x.png') 0 0 no-repeat;
	background-size: 38px auto;
	background-position: center left;
}
@media only screen and (max-width: 1200px) {
	.heading-links .col .main-text {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.019em;
	}
}
@media only screen and (max-width: 991px) {
	.heading-links .col {
		padding: 15px 5px;
	}
	.heading-links .col .sub-text {
		margin: 4px auto 0 auto;
	}
	.heading-links .col .main-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 75%;
		min-height: 52px;
		font-size: 17px;
		line-height: 22px;
		letter-spacing: -0.02em;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 781px) {
	.heading-links .col {
		padding: 10px 5px;
	}
	.heading-links .col .main-text {
		width: min-content;
		width: 82%;
		min-height: 48px;
		font-size: 18px;
		line-height: 20px;
		line-height: 17px;
	}
	.heading-links .col:nth-child(2) .main-text, .heading-links .col:nth-child(3) .main-text {
		padding-left: 40px;
	}
	.heading-links .col:nth-child(3) .main-text {
		width: 85%;
	}
	.heading-links .col .sub-text {
		line-height: 16px;
	}
}
@media only screen and (max-width: 580px) {
	.heading-links {
		height: auto;
	}
	.heading-links .col {
		width: 100%;
		height: 80px;
		padding: 5px;
	}
	.heading-links .col .main-text {
		min-height: 34px;
		font-size: 18px;
		letter-spacing: 0;
	}
	.heading-links .col .main-text, .heading-links .col:nth-child(3) .main-text {
		width: fit-content;
	}
	.heading-links .col .sub-text {
		margin-top: 4px;
		font-size: 12px;
	}
}
.panels {
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 60px 0;
	background-color: #2e334c;
	background-image: url(/images/stone_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}
.panels h2,
.panels h3,
.panels h4 {
	color: #FFD700;
	font-weight: 300;
}
.panels .text {
	font-size: 26px;
	font-weight: 400;
	text-transform: none;
	color: #FFF;
	margin-bottom: 50px;
	word-break: break-word;
}
.panels .text a {
	color: #FFD700;
	text-decoration: none;
	letter-spacing: 1px;
}
.panels .col_heading {
	color: #FFD700;
	font-weight: 400;
	font-size: 30px;
	font-family: 'Droid Serif', serif;
	text-align: center;
}
.panels .hr {
	border: 0;
	border-top: 1px solid rgba(255,255,255,0.9);
	width: 40%;
	color: #ffffff;
	margin-bottom: 25px;
	margin-top: 5px;
}
.panels .column {
	color: white;
	padding: 0 20px;
	text-align: left;
}
.panels .column h3,
.panels .heading {
	color: #FFD700;
	font-weight: 300;
	font-size: 21px;
}
.panels .heading_link {
	color: #FFD700;
	font-family: 'Droid Serif', serif;
	font-weight: 300;
}
.panels .heading {
	font-weight: 300;
}
.panels .item {
	margin-bottom: 10px;
}
.panels .item .intro {
	position: relative;
	height: 42px;
	overflow: hidden;
}
.panels .item .intro:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(46, 51, 76) 80%);
}

/* Standard */
.page-heading {
	background-color: rgba(255,255,255,0.6);
	z-index: 2;
	width: 100%;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	color: #000733;
	font-size: 40px;
	text-transform: uppercase;
	text-decoration: none;
	height: 140px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	display: table;
}
.page-heading span {
	display: table-cell;
	vertical-align: middle;
}
.other-pages {
	position: fixed;
	z-index: 11;
	width: 100%;
	background-color: #FFD700;
	height: 44px;
	line-height: 44px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	transition: all .4s ease;
}
.other-pages nav {
	display: inline-block;
	float: right;
	font-size: 0;
}
.other-pages nav .page {
	display: inline-block;
	transition: all .2s ease-in-out;
	height: 44px;
	line-height: 44px;
	padding: 0 17px;
	color: #000834;
	font-size: 14px;
	border-right: 1px solid #6c718b;
	cursor: pointer;
	text-decoration: none;
}
.other-pages nav .page:hover,
.other-pages nav .page.current {
	background-color: rgba(79,83,106,0.95);
	color: #FFF;
}

/* Search Page START */
.inner-wrapper.search-page {
	margin: 0 0 0 65px;
}
.other-pages.search-page, .header-outer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.other-pages.search-page {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: unset;
	padding-left: 95px;
	height: 80px;
	line-height: 30px;
	font-family: 'Droid Serif';
    font-size: 20px;
    color: #2e334c;
	box-sizing: border-box;
	width: 100%;
}
.other-pages.search-page.manifest-page {
	height: auto;
	padding-top: 20px;
	padding-bottom: 25px;
}
.other-pages.search-page .booking-number, .other-pages.search-page .departure-date, .other-pages.search-page .lead-name {
	font-weight: 800;
}
.other-pages.search-page .booking-number {
	margin-top: 20px;
}
.header-outer {
	padding-left: 95px;
    color: #ffd900;
    font-weight: 400;
    font-size: 34px;
	letter-spacing: 0.03em;
	font-family: 'Droid Serif';
    line-height: 1.5;
	background-color: #2e334c;
	height: 78px;
}
.search-form-wrapper, .manifest-details-wrapper {
	box-sizing: border-box;
	margin: 15px 0 20px 80px;
	border: 2px solid #00544c;
	width: 100%;
	max-width: 730px;
}
.search-form, .manifest-details {
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.search-form .input_holder, .manifest-details .input_holder {
	width: 100%;
	margin-left:5px;
	margin-bottom: 20px;
	padding-right: 9px;
}
.manifest-details .input_holder {
	margin-bottom: 30px;
}
.search-form .input_holder label, .search-form .input_holder label.calendar_input_label, .manifest-details .input_holder label, .manifest-details .dob_input_label.ap_label {
	color: #00544c;
	font-size: 15px;
	height: 25px;
	font-family: "Raleway";
	letter-spacing: 0.03em;
}
.search-form .input_holder label, .manifest-details .input_holder label, .manifest-details .dob_input_label.ap_label {
	display: inline-flex;
}
.manifest-details .dob_input_label.ap_label {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.manifest-details .dob_input_label.ap_label::after {
	content: "*";
	color: #a2a201;
	font-size: 40px;
	position: relative;
	top: -12px;
}
.search-form .input_holder label.calendar_input_label {
	font-weight: 700;
}
.search-form-wrapper .input_holder .booking-number-input, .search-form-wrapper .input_holder .departure-date-input, .search-form-wrapper .input_holder .passenger-first-name-input, .manifest-details .input_holder .text_input, .manifest-details .input_holder .select_input, .manifest-details .input_holder .nationality_input, .manifest-details .dob_input input, .manifest-details .dob_input select, .manifest-details .ap_input.textarea_input {
	border-radius: 5px!important;
	height: 48px;
	border-color: #00544c99;
}
.manifest-details .input_holder .select_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('/images/input_arrow.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) center;
}
.ap_autocomplete_trigger {
	position: absolute;
	top: 33px;
	right: 10px;
	background-image: url('/images/input_arrow.png');
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	border: unset;
	border-top: unset;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: calc(100% - 8px) center;
}
.search-page-form-heading, .manifest-page-form-heading, .search-page-button {
	background-color: #00544c;
	box-sizing: border-box;
}
.search-page-form-heading, .manifest-page-form-heading {
	width: 100%;
	height: 83px;
	text-align: justify;
	color: #FFF;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Droid Serif';
}
.search-page-button {
	height: 76px;
	max-width: 705px;
	font-size: 22px;
	font-family: "Raleway";
	font-weight: 900;
	color: #fff;
	border-radius: 5px;
	text-shadow: 2px 2px #00000080;
	margin: 5px 3px;
}
.manifest-details-wrapper .search-page-button {
	width: 100%;
	max-width: 697px;
	margin: 0 0 30px 15px;
}
.search-form .required_label, .search-form .required_label::before, .manifest-details-wrapper .required_label, .manifest-details-wrapper .required_label::before {
	color: #a2a201;
	font-family: "Raleway";
}
.search-form .required_label, .manifest-details-wrapper .required_label {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 15px;
	padding-right: 5px;
}
.checkin-label {
	color: #a2a201;
	font-size: 40px;
	position: relative;
	top: -12px;
}
.search-form .required_label::before, .manifest-details-wrapper .required_label::before {
	position: relative;
	top: 6px;
	content: "*";
	font-size: 40px;
}
.search-form-wrapper .cds {
	width: 48px;
	position: relative;
	top: -19px;
	border-radius: 10px!important;
}
.search-form-wrapper .calendar_input_holder .departure-date-input {
	width: calc(100% - 55px);
	margin-left: 8px;
	font-size: 19px;
}
.search-form .calendar_input_holder {
	height: 80px;
}
.search-form .calendar_input_holder .cds {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	top: -19px;
	background-image: url(/images/calendar4.png)!important;
	background-color: #00544c;
	background-size: 26px 26px;
}
.search-form .booking_customer_pax_first_name_holder, .manifest-details .booking_customer_pax_first_name_holder {
	margin-bottom: 5px;
}
.search-form .booking_search_name_holder {
	margin-bottom: 10px;
}
.information-icon-holder {
	display: inline-flex;
	width: 100%;
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 40px;
}
.information-icon-holder > p {
	font-size: 14px;
	font-family: 'Raleway';
	color: #00544c99;
	line-height: 14px;
	margin: 3px 0 0 3px;
}
.information-icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: 1px;
}
.bottom-section {
	max-width: 697px;
	margin: 0 0 50px 95px;
	font-size: 14px;
	font-family: 'Droid Serif';
	color:#00544c;
	text-align: left;
}
.bottom-section > p {
	margin-bottom: 15px;
}
/* Search Page END */

/* Manifest Page START */
.manifest-details .input_holder {
	width: 100%;
	display: block;
	position: relative;
}
.manifest-details .input_holder:last-of-type {
	margin-bottom: 0;
}
.manifest-details .delimiter {
	width: calc(100% - 11px);
	border: 1px solid #00544c;
	margin: 20px 0 0 5px;
}
#first-manifest-delimiter {
	margin-bottom: 20px;
}
.manifest-details > h3 {
	font-size: 32px;
	font-weight: 500;
	font-family: 'Droid Serif';
	color: #00544c;
	margin-left: 5px;
}
.manifest-details .ap_input.dob_input {
	display: flex;
	justify-content: space-between;
}
.search-form-wrapper .input_holder input, .manifest-details .input_holder input, .manifest-details .input_holder select, .manifest-details .ap_input.textarea_input {
	font-size: 19px;
	color: #000;
}
.manifest-details .input_holder.dob_day, .manifest-details .input_holder.dob_month, .manifest-details .input_holder.dob_year {
	max-width: 225px;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.manifest-details .ap_dob_input_holder {
	margin-left: 5px;
	width: 100%;
}
.manifest-details .ap_autocomplete_clear {
	/* position: relative; */
	/* top: 0; */
	display: none; /* For now */
}
.manifest-details-wrapper .required_label {
	margin: 10px 10px 0 0;
}
.boarding-selection-field {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #cccccc;
	height: 62px;
	width: calc(100% - 9px);
	margin:0 0 20px 5px;
	padding-left: 15px;
	box-sizing: border-box;
}
.boarding-selection-field.ticked {
	background-color: #00544C;
}
.boarding-selection-field .text {
	color: #fff;
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 800;
	max-width: 276px;
	text-transform: uppercase;
}
.boarding-selection-field .manifest-checkbox {
	align-self: center;
	width: 60px;
	height: 34px;
	margin-right: 15px;
	background-image: url('/images/manifest-boarding-switch.png');
}
.boarding-selection-field.ticked .manifest-checkbox {
	background-image: url('/images/manifest-boarding-switch-ticked.png');
	height: 35px;
}
.manifest-details.ticked .input_holder, .manifest-details.ticked .ap_dob_input_holder {
	display: none;
}
/* Manifest Page END */

/* Success Page START */
.success-page-container {
	box-sizing: border-box;
	width: 100%;
	background-color: #FFD700;
	min-height: calc(100vh - 178px);
	padding: 0 10px 0 95px;
	background-image: url('/images/ferry_white.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	/* background-size: 35em auto; */
	background-size: 380px 287px;
}
.success-message {
	color: #2E334C;
	font-family: 'Droid Serif';
	font-weight: 800;
	padding-top: 27px;
}
.success-message .top-message, .success-message p:nth-of-type(1), .success-message p:nth-of-type(2), .success-message p:nth-of-type(3) {
	display: block;
}
.success-message .top-message {
	font-size: 50px;
}
.success-message p:nth-of-type(1) {
	font-size: 20px;
	margin: 15px 0 25px 0;
}
.success-message p:nth-of-type(2), .success-message p:nth-of-type(3) {
	font-size: 16px;
	margin-bottom: 10px;
}
/* Success Page END */

/* Island Info Pages */
#island_info .banner-slider.extra-margin, #island_info .banner-divider.extra-margin {
	margin-top: -32px;
}
#anchor.main-content {
	/* padding: 0px; */
}
#anchor.page-heading {
	/* transition: all 1s ease; */
	left: 0px;
	z-index: 20;
	padding: 15px 0px 15px 0px;
	text-transform: capitalize;
	position: relative;
	margin-top: -140px;
}
.island_info #anchor.page-heading {
	height: auto;
}
#anchor .inner-wrapper {
	position: relative;
	padding: 30px 15px 0px 15px;
}
#anchor.page-heading h1 {
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	text-align: -webkit-center;
}
#anchor .page-heading span {
	display: block;
}
#anchor.page-heading #hamburger-island-menu {
	display: none;
}
#anchor.page-heading .content-tabs {
	margin: 0px 0px;
}
#anchor.page-heading .content-tabs .content-tab {
	background-color: transparent;
	border: none;
	color: #000624;
	text-decoration: none;
	font-size: 18px;
	font-weight: 800;
	height: auto;
	line-height: 28px;
}
#anchor.page-heading .content-tabs.drop-down li {
	display: inline-block;
	vertical-align: middle;
	border-left: 1.5px solid #000624;
	padding: 0px 3px;
}
#anchor.page-heading .content-tabs li:first-child {
	border-left: none;
}
#anchor.page-heading .content-tabs .content-tab.active {
	text-decoration: underline;
}
#anchor.page-heading .content-tabs li:first-child .content-tab {
	padding-left: 5px;
}
.stick #outer-wrapper .outer-wrapper.island_info {
	padding-top: 0px;
}
#anchor.page-heading.main-content.sticky {
	transition: all 0.5s ease;
	position: fixed;
	z-index: 20;
	top: 60px;
	height: 60px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	background-color: rgba(255,255,255, 1);
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%), 0 6px 20px 0 rgb(0 0 0 / 25%);
}
#anchor.page-heading.main-content.sticky.sticky-alert {
	transition: all 0s ease;
	top: 112px;
}
#anchor.page-heading.main-content.sticky.sticky-alert-closed {
	transition: all 0s ease;
	top: 60px;
}
@media only screen and (max-width: 991px) {
	#anchor.page-heading.main-content.sticky.sticky-alert {
		top: 132px;
	}
}
@media only screen and (max-width: 768px) {
	#anchor.page-heading.main-content.sticky.sticky-alert {
	top: 152px;
	}
}
@media only screen and (max-width: 480px) {
	#anchor.page-heading.main-content.sticky.sticky-alert {
	top: 192px;
	}
}
#anchor.page-heading.main-content.sticky h1 {
	line-height: 0px;
	display: inline;
}
#anchor.page-heading.main-content.sticky .heading span {
	font-weight: 800;
	font-size: 16px;
}
#anchor.page-heading.main-content.sticky .heading span:after {
	content:"::";
	margin: 0px 5px;
}
#anchor.page-heading.main-content.sticky .content-tabs {
	display: inline;
}
#anchor.page-heading.main-content.sticky .content-tabs a {
	font-weight: 400;
	font-size: 16px;
}
#anchor.page-heading.main-content.sticky #hamburger-island-menu {
	display: none;
}
@media only screen and (max-width: 1200px) {
	#anchor.page-heading {
		height: 130px;
		margin-top: -155px;
		padding: 5px 0px;
	}
	#anchor.page-heading.main-content.sticky .heading span {
		font-size: 14px;
	}
	#anchor.page-heading.main-content.sticky .content-tabs a {
		font-size: 13px;
		line-height: 20px;
		padding: 0px 1px;
	}
}
@media only screen and (max-width: 991px) {
	#ancho.main-content h1 {
		font-size: 30px;
	}
	#anchor.page-heading .content-tabs .content-tab {
		line-height: 24px;
	}
	#anchor.page-heading.main-content.sticky {
		height: 43px;
	}
	#anchor.page-heading.main-content.sticky h1 {
		display: inline-block;
		margin: 0px 40px 0px 0px;
		line-height: 34px;
		position: relative;
		left: -6%;
	}
	#anchor.page-heading.main-content.sticky #hamburger-island-menu {
		display: inline-block;
		color: #000834;
		font-size: 14px;
		line-height: 34px;
		height: 20px;
		width: 100px;
		position: absolute;
		right: 28%;
		transition: top .4s ease;
	}
	#anchor.page-heading #hamburger-island-menu:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #000624;
		bottom: -3px;
		right: 5px;
	}
	#anchor.page-heading.main-content.sticky #island-tabs {
		display: none;
	}
	#anchor.page-heading.main-content.sticky #island-tabs.open {
		display: block;
		position: absolute;
		top: 42px;
		width: auto;
		background-color: rgba(255,255,255, 1);
		box-shadow: 0 8px 8px 0 rgb(0 0 0 / 25%), 0 17px 10px 0 rgb(0 0 0 / 25%);
		text-align: left;
		font-size: 14px;
	}
	#anchor.page-heading.main-content.sticky #hamburger-island-menu, #anchor.page-heading.main-content.sticky #island-tabs.open {
		right: 200px;
	}
	#anchor.page-heading.main-content.sticky #island-tabs.open li {
		border-left: none;
		display: block;
		padding: 10px 0px;
		margin: 0px 10px;
		border-top: 1px solid #000624;
	}
	#anchor.page-heading.main-content.sticky #island-tabs.open li:first-of-type {
		border-top: none;
	}
	#anchor.page-heading.main-content.sticky #island-tabs.open li a {
		font-size: 16px;
	}
	#anchor.page-heading.main-content.sticky .heading span:after {
	content:"";
	margin: 0px 0px;
	}
}
@media only screen and (max-width: 767px) {
	#anchor.page-heading .content-tabs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
		padding: 0px
	}
	#anchor.page-heading {
		margin-top: -80px;
		height: 115px;
	}
	#anchor.page-heading .content-tabs.drop-down li {
		border-left: none;
	}
	.category_explore_pages.island_info .main-content {
		padding: 5px 0 130px 0;
	}
	#anchor.page-heading h1 {
		font-size: 28px;
	}
	#anchor.page-heading .content-tabs .content-tab {
		white-space: normal;
		font-size: 16px;
	}
	#anchor.page-heading.main-content.sticky #hamburger-island-menu, #anchor.page-heading.main-content.sticky #island-tabs.open {
		right: 20%;
	}
}
@media only screen and (max-width: 480px) {
	#anchor.page-heading {
		margin-top: -75px;
	}
	#anchor.page-heading h1 {
		font-size: 24px;
	}
	#anchor.page-heading.main-content.sticky .heading span {
		position: relative;
		left: 0%;
	}
	#anchor.page-heading.main-content.sticky #hamburger-island-menu, #anchor.page-heading.main-content.sticky #island-tabs.open {
		right: 17%;
	}
}
@media only screen and (max-width: 410px) {
	#anchor.page-heading.main-content.sticky .heading span {
		left: -15%;
	}
	#anchor.page-heading.main-content.sticky #hamburger-island-menu, #anchor.page-heading.main-content.sticky #island-tabs.open {
		right: 10%;
	}
	
}

/* Island Info Events Table */
.category_explore_pages.island_info table {
	width: 100%;
	color: #2E334C;
	margin-bottom: 30px;
}
.category_explore_pages.island_info table tr:first-of-type {
	border: none !important;
	color: #000733;
	font-size: 14px;
	font-weight: 800;
	background-color: #B3B5C2;
}
.category_explore_pages.island_info table tr:nth-of-type(even) {
	background-color: transparent;
}
.category_explore_pages.island_info table tr {
	border-bottom: 1px solid #B3B5C2;
}
.category_explore_pages.island_info table tr td:first-of-type {
	font-size: 18px;
	font-weight: 800;
}
.category_explore_pages.island_info table tr:first-of-type td:first-of-type {
	font-size: 14px;
}
.category_explore_pages.island_info table td a {
	margin-left: 5px;
}
.category_explore_pages.island_info table td:last-of-type .book-this-now-button {
	position: relative;
	margin-bottom: 0px;
	border-radius: 4px;
	height: 28px;
	width: 150px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0 20px;
	color: #000834;
	text-decoration: none;
	line-height: 28px;
	text-align: center;
	float: right;
}
.category_explore_pages.island_info table td:last-of-type .book-this-now-button:before /*ferry-icon*/ {
	content: '';
	position: absolute;
	width: 18px;
	height: 14px;
	top: 7px;
	left: 10px;
	background: url('/images/aran-book-ticket-blue@2x.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.category_explore_pages.island_info table td:last-of-type .book-this-now-button:after /*arrow-right*/ {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-left: 12px solid #000624;
	border-bottom: 6px solid transparent;
	top: 8px;
	right: 10px;
	background-size: cover;
	background-repeat: no-repeat;
}
.category_explore_pages.island_info table tr {
	clear: both;
}
.category_explore_pages.island_info table tr:first-of-type td:last-of-type {
	background-color: transparent;
}
/* ----------------------- */
@media only screen and (max-width: 991px) {
	/* Island Info Events Table */
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button {
		width: 120px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:before {
		left: 3px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:after {
		right: 5px;
	}
	/* ----------------------- */
}
@media only screen and (max-width: 767px) {
	/* Island Info Events Table */
	.category_explore_pages.island_info table tr tr, .category_explore_pages.island_info table tr td {
		padding: 6px;
	}
	.category_explore_pages.island_info table tr td:first-of-type {
		font-size: 14px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button {
		width: 110px;
		font-size: 12px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:before {
		width: 15px;
		height: 11px;
		top: 8px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:after {
		border-top: 5px solid transparent;
		border-left: 9px solid #000624;
		border-bottom: 5px solid transparent;
		top: 9px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button {
		height: 50px;
		width: 40px;
		line-height: 15px;
		padding: 3px 0px 0px 0px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:before {
		top: 36px;
		left: 5px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:after {
		top: 36px;
	}
	/* ----------------------- */
}
@media only screen and (max-width: 480px) {
	/* Island Info Events Table */
	.category_explore_pages.island_info table tr {
		position: relative;
		display: inline-block;
		padding-bottom: 38px;
	}
	.category_explore_pages.island_info table tr td {
		display: inline-block;
		width: 284px;
	}
	.category_explore_pages.island_info table tr td:last-of-type {
		display: block;
	}
	.category_explore_pages.island_info table tr:first-of-type td {
		display: none;
	}
	.category_explore_pages.island_info table tr:first-of-type {
		padding-bottom: 0px;
	}
	.category_explore_pages.island_info table tr:first-of-type td:first-of-type {
		display: block;
		font-size: 22px;
	}
	.category_explore_pages.island_info table tr:first-of-type td:first-of-type:after {
		content: "s";
	}
	.category_explore_pages.island_info table tr td:first-of-type {
	font-size: 14px;
	}
	.category_explore_pages.island_info.main-content table td {
		font-size: 12px;
		padding: 3px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button {
		position: absolute;
		bottom: 10px;
		height: 28px;
		width: 120px;
		line-height: 28px;
		padding: 0px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:before {
		top: 8px;
		left: 5px;
	}
	.category_explore_pages.island_info table td:last-of-type .book-this-now-button:after {
		top: 8px;
	}
	/* ----------------------- */
}

/* FAQ Hub and Pages */
.faq_pages_section {
	padding-top: 33px;
	border-top: 1px solid rgba(46, 51, 76, 0.3);
	margin-top: 30px;
}
.faq_pages_section .faq_pages.faq_page_boxes {
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.faq_pages_section .faq_page_boxes_inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.faq_pages_section .faq_page_card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 272px;
	width: 368px;
	min-height: 188px;
	margin-right: 18px;
	margin-bottom: 16px;
	justify-content: flex-start;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	box-sizing: border-box;
}
.faq_pages_section .faq_page_card:nth-of-type(3n) {
	margin-right: 0;
}
.faq_pages_section .faq_page_card .faq_img {
	position: relative;
	height: 153px;
	background-color: #000834;
	background-size: cover;
	background-position: center;
}
.faq_pages_section .faq_page_card .heading {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 25%;
	padding: 15px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 8, 52, 0.6);
	font-size: 20px;
	line-height: 18px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.faq_pages_section .faq_page_card .sub_heading {
	display: inline-block;
	height: auto;
	line-height: 26px;
	background-color: #ffffff;
	padding: 0px;
	flex: 1;
	flex-direction: row;
	flex-wrap: nowrap;
	text-align: left;
	justify-content: space-between;
	align-items: center;
}
.faq_pages_section .faq_page_card .buttons_container {
	position: unset;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	bottom: 20px;
	text-align: right;
	clear: both;
}
.faq_pages_section .faq_page_card .buttons_container .book {
	position: unset;
	display: block;
	width: 100%;
	height: 100%;
	min-width: unset;
	max-width: 100%;
	padding: 20px 12px;
	background-color: #ffffff;
	color: #0066CC;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
	text-shadow: none;
	text-align: center;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	cursor: pointer;
	white-space: unset;
}
.faq_pages_section .faq_page_card .buttons_container .book:hover {
	text-decoration: none;
}
.faqs_search_section {
	font-size: 18px;
	margin-top: 10px;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.faqs_search_section #_search_bar_anchor {
	position: relative;
	top: -200px;
}
.faqs_search_section .faqs_search_bar, .faqs_search_section .faqs_section {
	padding: 0px 30px;
}
.faqs_search_section .faqs_search_bar {
	font-size: 24px;
	line-height: 28px;
	padding: 36px 30px 27px 30px;
}
.faqs_search_section .faqs_search_outer.has_faq_results .faqs_section {
	padding: 0 30px 22px 30px;
}
.faqs_search_section .faqs_search_bar .search_form {
	border-bottom: 1px solid #C0C1C9;
}
.faqs_search_bar .input_holder .ap_input, .faqs_search_bar .search_button {
	font-family: 'Droid Serif', serif;
}
.faqs_search_bar .input_holder {
	width: calc(100% - 200px);
	margin: 0 auto 22px auto;
}
.faqs_search_bar .input_holder .ap_input {
	width: 100%!important;
	border: none;
	padding: 20px 10px;
}
.faqs_search_bar .input_holder .ap_input, .faqs_search_bar .input_holder .ap_input::placeholder {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #2E334C;
}
.faqs_search_bar .input_holder .ap_input:focus-visible {
	outline: 1px solid #CCCCCC;
	border-radius: 4px;
}
.faqs_search_bar .search_button {
	position: relative;
	width: 170px;
	height: 42px;
	color: #ffffff;
	font-size: 14px;
	line-height: 12px;
	text-transform: uppercase;
	background-color: #C0C1C9;
	border: none;
	border-radius: 8px;
	padding: 15px 40px 15px 20px;
	margin-left: 20px;
	cursor: pointer;
	transition: background-color .4s ease-in-out;
}
.faqs_search_bar .search_button:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 19px;
	margin-left: 5px;
	height: 0px;
	width: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f7f7f7;
}
.faqs_search_bar .search_button:hover {
	background-color: #0066CC;
}
.faqs_search_section .faqs_section .faq-container .faq:first-of-type {
	border-top: 0;
}
.faqs_search_section .faqs_section .no-results-message {
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px 30px 10px;
}

.faqs_section .faq_block:not(:first-of-type) .category_subheading {
	margin-top: 40px;
}
.faqs_section .category_subheading .heading {
	font-size: 24px;
	line-height: 25px;
}
.faqs_section .faq {
	position: relative;
	font-size: 14px;
	line-height: 23px;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
	transition: max-height .4s ease-in-out;
}
#faq_page .main-content .catgory_subheading .anchor, .faqs_section .faq > .anchor {
	top: -150px;
}
.faqs_section .faq .question {
	position: relative;
	font-size: 18px;
	line-height: 60px;
	font-weight: 700;
	cursor: pointer;
	padding-right: 55px;
	margin: 10px auto;
}
.faqs_section .faq .question .arrow-toggle {
	display: inline-block;
	width: 50px;
	height: 26px;
	padding: 9px 15px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 27px;
	top: 23px;
	right: 0;
	transition: border .4s ease-in-out;
}
.faqs_section .faq.open .question .arrow-toggle {
	border: 1px solid #2E334C;
}
.faqs_section .faq .question .arrow-toggle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: opacity .4s ease-in-out;
}
.faqs_section .faq .question .arrow-toggle img.navy-x {
	opacity: 0;
}
.faqs_section .faq.open .question .arrow-toggle img.grey-arrow  {
	opacity: 0;
}
.faqs_section .faq.open .question .arrow-toggle img.navy-x {
	opacity: 1;
}
.faqs_section .faq .answer-outer {
	transition: max-height .4s ease-in-out;
}
.faqs_section .faq:not(.open) .answer-outer {
	max-height: 0px!important;
}
.faqs_section .faq.open .answer-outer {
	/* max-height: none; */
	transition: max-height .4s ease-in-out;
}
.faqs_section .faq .answer {
	transition: max-height .4s ease-in-out;
}
.faqs_section .faq .answer .map {
	margin-bottom: 14px;
}
.faqs_section .faq .answer .map img, .faqs_section .faq .answer .map .ap_map {
	max-width: 560px;
	height: auto;
	max-height: 315px;
}
/* ----------------- */

/* Contact */
.input_holder {
	width: 33.3333%;
	display: inline-block;
	padding-right: 30px;
	box-sizing: border-box;
	margin-bottom: 25px;
	vertical-align: top;
}
.input_holder label {
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 10px;
}
.input_holder .ap_input {
	box-sizing: border-box;
	width: 100%;
	display: block;
	width: 100%;
	height: 35px;
	padding: 0px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #b3b5c2;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
#details_outbound_departure_date_display,
#details_outbound_departure_id,
#details_return_departure_date_display,
#details_return_departure_id{
	border-color: #000834;
	margin-top: 12px;
}


.input_holder.enquiry_subject_holder,
.input_holder.enquiry_message_holder {
	width: 100%;
}
.contact-form {
	width: 80%;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 20px;
}
.contact-form h3 {
	font-size: 20px;
}
.sidebar {
	width: 20%;
	display: inline-block;
	float: right;
	margin-top: 50px;
}
.ap_errors {
	color: #cc0000;
	padding: 10px 40px;
	border: 3px solid #CC0000;
}
.errors-container {
	padding: 0 4px;
}
.errors-container .ap_errors {
	color: #2E334C;
	padding: 10px 40px;
	border: 2px solid #FF0000;
	border-radius: 5px;
	font-size: 20px;
	margin: 5px 0 10px 0;
}
.errors-container .ap_errors ul {
	list-style-type: none;
	padding-left: 0;
}	
.errors-container .icon {
	color: #FF0000;
	text-transform: uppercase;
	margin-bottom: 20px;
	background-image: url('/images/error_icon.png');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position-y: center;
	padding: 2px 0 0 20px;
}

@media only screen and (max-width: 786px) {
	.ap_errors {
		padding: 10px;
	}
	.ap_errors div.ap_legend {
		text-align: center;
	}
}

/* News Article */
.articles,
.article-content {
	width: 80%;
	display: inline-block;
	margin-bottom: 20px;
	padding-right: 5%;
	box-sizing: border-box;
}
.article-sidebar {
	width: 20%;
	display: inline-block;
	float: right;
}
.article-content .article-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.article-sidebar {
	padding-left: 30px;
	box-sizing: border-box;
}
.article-sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.article-sidebar ul li {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.article-sidebar ul li a {
	text-decoration: none;
	padding: 0px 0;
	margin: 0px 0;
	font-size: 16px;
	color: #000733;
}
.article-sidebar ul li a:hover {
	text-decoration: underline;
}
.article-sidebar ul li a.highlighted {
	font-weight: bold;
}
.articles .heading_link {
	color: #2E334C;
	text-transform: uppercase;
}
.articles .article {
	padding: 0px 0 30px 0;
	background-color: unset;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.article .button {
	margin: 0;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
/* tour page */
#tour .main-content {
	padding-bottom: 93px;
	padding-top: 40px;
}

#tour .heading-features {
	background-color: #a2a201;
	width: 100%;
	/* height: 122px; */
	z-index: 10;
	position: relative;
	margin-top: -44px;
}
#tour .heading-features ul {
	list-style:none;
	margin: 0;
	padding: 13px 0 19px;
}
#tour .heading-features li {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	line-height: 30px;
}
#tour .heading-features li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
	display: inline-block;
	left: -5px;
	bottom: 5px;
}
#tour .left-content {
	float:left;
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding-right: 60px;
}
#tour .main-content .content-tabs {
	margin: 0 0 38px;
	display: flex;
	flex-wrap: wrap;
}
#tour .main-content .content-tabs li {
	flex: 2 1 auto;
}
#tour .main-content .content-tabs li .content-tab {
	font-size: 14px;
	font-weight: 800;
	height: 43px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	border-left-width: 2px;
}
#tour .main-content .content-tabs .content-tab.active {
	text-decoration: none;
}
#tour .right-content {
	float: right;
	max-width: 400px;
	background-color: #e6e7ea;
	width: 100%;
	font-family: 'Raleway', sans-serif;
}
#tour .tour-heading {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding: 18px 0px 0px 0px;
	background-color: #000733;
	text-align: center;
}
#tour .tour-heading img {
	width: 100%;
	height: 100%;
	margin-top: 18px;
	margin-bottom: -12px;
}
#tour .tour-info {
	background-color: #ffd700;
	margin-top: 13px;
	font-size: 16px;
	text-align: center;
	padding: 14px 0;
}
#tour .tour-info p {
	line-height: 25px;
	margin: 0;
	color: #000;
}
#tour .input-wrapper{
	padding: 0 40px;
}
#tour .input_holder .ap_input {
	font-size: 14px;
	padding: 1px;
	height: 100%;
	cursor: pointer;
	background-color: #e6e7ea;
	border-color: #B3B5C2;
	color: #000 ;
	margin-top: 0;
}
#tour .date-time-holder {
	width: 100%;
	margin-top: 32px;
	border-top: 1px solid #000733;
	border-bottom: 1px solid #000733;
	padding-top: 7px;
	padding-bottom: 5px;
	position: relative;
}
#tour .date-time-holder.no-date-time {
	border-top: none;
	margin-top: 0px;
}
#tour .date-time-holder .header,
#tour .ticket_holder .header {
	font-size: 18px;
	margin-bottom: 5px;
	color: #000733;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
	width: 100%;
	display: block;
	clear: both;
}
#tour .date-time-holder .calendar_input_holder {
	margin-bottom: 0;
	width: 195px;
}
#tour .date-time-holder .calendar_input_holder .cds {
	background-image: url(/images/calendar3.png) !important;
	background-size: auto;
	background-color: #a2a201;
}
#tour .date-time-holder .calendar_input_holder .calendar_input {
	width: 152px;
	height: 38px;
	margin: 0;
	left: 42px;
	top: -1px;
	padding: 3px;
}
#tour .date-time-holder .input_holder.times_selector {
	margin: 0;
	height: 38px;
	width: 124px;
	padding: 0 3px;
	top: -1px!important;
	float: right;
	position: relative;
	right: 0;
	bottom: 0!important;
}
#tour .itinerary {
	height: auto;
	width: 100%;
	padding-bottom: 9px;
}
#tour .itinerary table {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	padding-bottom: 150px;
}
#tour .itinerary .header {
	padding: 7px 0px 5px 8px;
	font-size: 14px;
	font-weight: 800;
	background-color: #B3B5C2;
}
#tour .itinerary table td {
	padding: 2px 2px 2px 20px;
}
#tour .itinerary table td.bold {
	font-weight: 600;
}
#tour .itinerary table tr {
	height: 30px;
	border-bottom: 1px solid #B3B5C2;
}
#tour .itinerary table tr:last-of-type {
	border-bottom: none;
}
#tour .itinerary table tr td:nth-of-type(odd) {
	padding-left: 10px;
}
#tour .itinerary table tr td:nth-of-type(even) {
	padding-left: 20px;
}
#tour .itinerary table tr:nth-child(even) {
	background-color: transparent;
}
#tour .ticket_holder {
	border-top: 1px solid #000733;
	padding-top: 15px;
}
#tour .ticket_holder .row {
	margin-bottom: 10px;
}
#tour .ticket_holder .input_holder {
	width: auto;
	padding: 0;
	margin: 0;
}
#tour .ticket_holder label {
	float: right;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	letter-spacing: 0;
	color: #000733;
	margin-left: 10px;
}
#tour .ticket_holder #child_u5_dob {
	margin-top: 10px;
}
#tour .ticket_holder #child_u5_dob #ap_calendar .month em {
	font-family: 'Droid Serif', serif;
	line-height: 1.5;
	color: #2E334C;
	font-size: 14px;
	letter-spacing: 0;
}
#tour .ticket_holder #child_u5_dob label {
	float: unset;
	font-size: 14px;
	margin-left: 0;
	margin-right: 10px;
}
#tour .ticket_holder #child_u5_dob .input_holder {
	float: unset;
	width: 228px;
}
#tour .ticket_holder #child_u5_dob .input_holder .ap_input {
	width: 186px;
	height: 35px;
	padding: 0px 14px;
}
#tour .ticket_holder #child_u5_dob .input_holder .ap_input .calendar_input_holder .cds {
	top: 0;
}
#tour .ticket_holder .ap_input.select_input {
	float: left;
	width: 50px;
	height: 34px;
}
#tour .ticket_holder .price-wrapper {
	float: right;
	margin-top: 5px;
	font-size: 16px;
	color: #000733 ;
}
#tour .input-wrapper .submit {
	width: 100%;
	padding: 26px;
	margin-top: 31px;
	margin-bottom: 50px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	border-radius: 5px;
	border: none;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
	background-color: #a2a201;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	box-sizing: border-box;
	height: 77px;
}
#tour .input-wrapper .submit:hover {
	text-shadow: unset;
}
@media screen and (max-width: 991px) {
	#tour .left-content,
	#tour .right-content {
		float: unset;
		width: 100%;
		margin: auto;
		padding-right: 0;
	}
	#category .tourcard-route-map img {
		margin-top: 5px;
	}
	#tour .tour-heading {
		margin-top: 18px;
	}
}
@media screen and (max-width: 767px) {
	#tour .right-content .ticket_holder .tooltip .details {
		left: -112px;
		/* 24/03/2025 10:55:23
		display: inline-block; */
	}
	#tour .right-content .ticket_holder .tooltip .details:after {
		left: 109px;
	}
}
@media screen and (max-width: 480px) {
	#tour .right-content .input-wrapper {
		padding: 0 25px;
	}
	#tour .date-time-holder .calendar_input_holder .calendar_input {
		width: 168px;
	}
	#tour .date-time-holder .details_outbound_departure_id_holder {
		float: unset;
		top: 0!important;
		width: 100%;
		padding: 0;
	}
	#tour .ticket_holder #pax_adult {
		margin-bottom: 20px;
	}
	#tour .right-content .ticket_holder #pax_u5 .tooltip .details, #tour .right-content .ticket_holder .details_bike_transfer_holder ~ .tooltip .details {
		left: -171px;
	}
	#tour .right-content .ticket_holder #pax_u5 .tooltip .details:after, #tour .right-content .ticket_holder .details_bike_transfer_holder ~ .tooltip .details:after {
		left: 171px;
	}
	#tour .right-content .ticket_holder .tooltip .details:after {
		left: 110px;
	}
	#tour .ticket_holder .price-wrapper {
		float: unset;
	}
}

/* category page */
#category .main-content, .category_explore_pages .main-content {
	padding-bottom: 40px;
}
#category .content, .category_explore_pages .content {
	margin-bottom: 60px;
	margin-top: 12px;
	text-align: center;
}
#category .tour-wrapper, .category_explore_pages .tour-wrapper, .category_explore_pages .info-cards-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
}
.island_info.category_explore_pages .tour-wrapper {
	/* margin: 20px auto 20px auto; */
}
.island_info_inc_cards.category_explore_pages .content {
	text-align: unset;
}
.island_info_inc_cards.category_explore_pages .content-text {
	position: relative;
	display: block;
}
#category .cat-tour-image, .category_explore_pages .cat-tour-image, .island_info_boxes .island_info_card .cat-tour-image {
	position: relative;
	background-size: cover;
	background-position: center;
}
#category .cat-tour-image {
	height: 174px;
}
#category .tour, .category_explore_pages .tour, .island_info_boxes .island_info_card {
	width: 50%;
	width: calc(50% - 30px);
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.3);
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-position: 0px -120px; */
	margin-bottom: 50px;
	min-height: 188px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#category .tour:nth-of-type(odd) {
	/* border-right: 30px solid #fff; */
	margin-right: 30px;
}
#category .tour:nth-of-type(even) {
	/* border-left: 30px solid #fff; */
	margin-left: 30px;
}
#category .tour .heading, .category_explore_pages .tour .heading, .island_info_boxes .island_info_card .heading {
	min-height: 25%;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0, 8, 52, 0.5);
	text-align: center;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#category .tourcard-route-map, .category_explore_pages .tourcard-route-map {
	float: right;
	width: 40%;
	height: 100%;
}
#category .tourcard-route-map img {
	width: 100%;
	height: 100%;
}
#category .tour .sub_heading, .category_explore_pages .tour .sub_heading, .island_info_boxes .island_info_card .sub_heading {
	display: inline-block;
	flex-direction: row;
	flex-wrap: nowrap;
	text-align: left;
	padding: 0px;
	justify-content: space-between;
	align-items: center;
	background-color: #000834;
}
#category .tour .departure, .category_explore_pages .tour .departure {
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	width: 54%;
	position: absolute;
	bottom: 104px;
	left: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 3px #000000;
	line-height: 100%;
}
#category .tour .book, .category_explore_pages .tour .book, .island_info_boxes .island_info_card .book {
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	background-color: #6FBE44;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 46px;
	left: 30px;
	padding-top: 8px;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	width: 120px;
	font-weight: 900;
	text-decoration: none;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.category_explore_pages .tour .book {
	width: auto;
	min-width: 120px;
	/* max-width: 49%; */
}
#category .tour .book:hover, .category_explore_pages .tour .book:hover, .island_info_boxes .island_info_card .book:hover {
	text-decoration: underline;
}

/* category explore pages */
.category_explore_pages .content {
	text-align: left;
}
.category_explore_pages .anchor {
	position: relative;
	top: -100px;
}
.category_explore_pages#category_explore .anchor, .category_explore_pages .anchor.intro_anchor {
	top: -200px;
}
.island_info_boxes .island_info_card .sub_heading {
	background-color: #ffffff;
}
.category_explore_pages .tour, .island_info_boxes .island_info_card {
	width: 360px;
	margin-right: 30px;
}
.category_explore_pages#category_explore .tour:nth-of-type(3n) {
	margin-right: 0px;
}
.category_explore_pages#category_explore .tour .heading {
	display: block;
}
.category_explore_pages .cat-tour-image, .island_info_boxes .island_info_card .cat-tour-image {
	position: relative;
	height: 270px;
}

/* --------category more detail pages (four cards per row)-------- */
.island_info_boxes {
	position: relative;
	overflow-x: hidden;
}
.island_info_boxes .swiper-container, .island_info_boxes .island_info_boxes_inner.swiper-wrapper {
	width: 100%;
	overflow: unset;
}
.island_info_boxes .swiper-container {
	width: 94%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	overflow-x: hidden;
}
.island_info_boxes.not_a_desktop_swiper .swiper-container {
	width: 100%;
}
.island_info_boxes .island_info_boxes_inner {
	display: flex;
	justify-content: flex-start;
}
.island_info_boxes .island-info-swiper-prev, .island_info_boxes .island-info-swiper-next {
	position: absolute;
	left: 0;
	color: #ffffff;
	background-color: rgba(0, 8, 52, 0.6);
	padding: 10px 8px 10px 3px;
	transition: background-color .4s ease-in-out;
}
.island_info_boxes .island-info-swiper-prev {
	left: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.island_info_boxes .island-info-swiper-next {
	left: unset;
	right: 0;
	padding: 10px 3px 10px 8px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.island_info_boxes .island-info-swiper-prev::after, .island_info_boxes .island-info-swiper-next::after {
	font-size: 32px;
	line-height: 1;
	/* position: relative; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
}
.island_info_boxes .island-info-swiper-prev:hover, .island_info_boxes .island-info-swiper-next:hover {
	background-color: rgba(0, 8, 52, 1);
}
.island_info_boxes.not_a_desktop_swiper .island-info-swiper-prev, .island_info_boxes.not_a_desktop_swiper .island-info-swiper-next {
	display: none;
}
.island_info_boxes .island_info_card {
	width: 272px;
	margin-right: 17px;
	margin-bottom: 16px;
	justify-content: flex-start;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.category_explore_pages#category_explore_more_info .tour:nth-of-type(4n), .island_info_boxes .island_info_card:nth-of-type(4n) {
	margin-right: 0px;
}
.category_explore_pages#category_explore_more_info .tour .heading, .island_info_boxes .island_info_card .heading {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	font-size: 20px;
	font-size: 19px;
	background-color: rgba(0, 8, 52, 0.6);
}
.category_explore_pages#category_explore_more_info .tour .subheading, .island_info_boxes .island_info_card .subheading {
	font-size: 16px;
	line-height: 16px;
	margin-top: 5px;
}

/* Intro - Category Explore + Island Info pages */
.category_explore_pages .intro-outer.full_width_intro .intro-left {
	width: 100%;
	margin-bottom: 28px;
}
.category_explore_pages .intro-outer .intro-left {
	width: calc(100% - 400px);
	float: left;
	margin-bottom: 48px;
}
.category_explore_pages#category_explore_more_info .intro-outer .intro-left {
	margin-bottom: 20px;
}
.category_explore_pages .intro {
	margin-bottom: 0px;
}
.category_explore_pages .intro-outer .book-buttons-outer {
	float: right;
}
.category_explore_pages .book-this-now-link:before {
	content: none;
}
.category_explore_pages .book-this-now-button {
	display: block;
	padding: 20px 12px;
	margin-bottom: 20px;
}
.category_explore_pages.island_info_template .book-this-now-button {
	display: inline-block;
	width: 360px;
}
.category_explore_pages .book-this-now-link:after {
	content: none;
}
/* -------------------------------------------- */


.island_info_boxes .island_info_card .sub_heading {
	height: auto;
	line-height: 26px;
	background-color: #ffffff;
	flex: 1;
	align-content: center;
}
.category_explore_pages .main-content .subheading, .island_info_inc_cards.category_explore_pages .content-text .heading {
	font-size: 20px;
	line-height: 28px;
}
.category_explore_pages .tourcard-route-map {
	position: relative;
	width: 100%;
	height: 100%;
	height: 202px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.category_explore_pages .tourcard-route-map img {
	position: absolute;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: unset;
	min-height: 100%;
	transform: none;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	height: auto;
	width: 100%;
}
.category_explore_pages .tour .buttons_container {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 20px;
	text-align: right;
	clear: both;
}
.category_explore_pages .tour .book {
	z-index: 1;
	background-color: #FFD700;
	color: #000834;
	text-shadow: none;
	letter-spacing: normal;
	position: unset;
	left: unset;
	right: unset;
	bottom: unset;
	padding: 11px 6px 6px 6px;
	font-size: 17px;
	line-height: 17px;
	text-transform: none;
	margin: 0;
	cursor: pointer;
	white-space: unset;
}
.category_explore_pages .tour .book.second_button {
	margin-left: 12px;
}

.category_explore_pages#category_explore_more_info .content-outer, .category_explore_pages#category_explore_more_info .bottom-content-outer, .island_info_inc_cards.category_explore_pages .island_info_boxes_outer {
	padding-top: 33px;
	border-top: 1px solid rgba(46, 51, 76, 0.3);
	margin-top: 30px;
}
.category_explore_pages#category_explore_more_info .content-outer .content, .category_explore_pages#category_explore_more_info .bottom-content-outer .content {
	margin: 20px 0;
}
.category_explore_pages#category_explore_more_info .feature_map {
	margin-bottom: 39px;
}
.category_explore_pages#category_explore_more_info .feature_map .map_img {
	max-width: 100%;
	height: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.category_explore_pages#category_explore_more_info .feature_map .map_link {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	padding: 25px 0px;
	width: 100%;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.category_explore_pages#category_explore_more_info .feature_map .map_link a {
	color: #0066CC;
	text-decoration: underline;
	padding: 10px 20px;
}
.category_explore_pages#category_explore_more_info .feature_map .map_link a:hover {
	text-decoration: none;
}
.category_explore_pages#category_explore_more_info .tourcard-route-map {
	height: 148px;
	top: 20px;
}
.category_explore_pages#category_explore_more_info .tourcard-route-map img {
	min-height: unset;
}
.category_explore_pages .info-cards-wrapper {
	margin-bottom: 40px;
}


.island_info_boxes .island_info_card .cat-tour-image {
	height: 153px;
	background-color: #000834;
}
.island_info_boxes .island_info_card .buttons_container {
	position: unset;
	padding: 0px;
}
.island_info_boxes .island_info_card .book {
	position: unset;
	display: block;
	width: 100%;
	height: 100%;
	min-width: unset;
	max-width: 100%;
	padding: 25px 12px;
	background-color: #ffffff;
	color: #0066CC;
	font-size: 17px;
	line-height: 17px;
	text-decoration: underline;
	text-shadow: none;
	letter-spacing: normal;
	text-transform: none;
	margin: 0;
	cursor: pointer;
	white-space: unset;
}
.island_info_boxes .island_info_card .book:hover {
	text-decoration: none;
}

.category_explore_pages .main-content .island_info_boxes_outer .other_islands_bottom_heading {
	font-size: 24px;
	line-height: 28px;
}
/* ---------------- */

@media screen and (max-width: 1200px) {
	#category .tour, .category_explore_pages .tour {
		/* background-position: 0px -40px; */
	}
	.category_explore_pages .tour {
		width: 296px;
		margin-right: 25px;
	}
	#category .tour .heading {
		top: 0;
		bottom: unset;
	}
	.category_explore_pages .tourcard-route-map img {
		min-height: unset;
	}
	.category_explore_pages .tour .book.second_button {
		margin-left: 3px;
	}
	
	.island_info_boxes .island_info_card {
		width: 226px;
		margin-right: 12px;
	}
	.island_info_boxes .island_info_card .heading {
		padding: 6px;
	}
	.island_info_boxes .island_info_card .book {
		padding: 20px 12px;
	}
	
	/* FAQ Hub and Pages */
	.faq_pages_section .faq_page_card {
		width: 298px;
		margin-right: 15px;
		margin-bottom: 20px;
	}
	/* ----------------- */
}
@media screen and (max-width: 991px) {
	#category .tour-wrapper, .category_explore_pages .tour-wrapper, .category_explore_pages .info-cards-wrapper {
		justify-content: center;
		text-align: center;
	}
	#category .tour, .category_explore_pages .tour {
		/* background-position: 0px -80px; */
		width: 100%;
		max-width: 510px;
		left: 0;
		right: 0;
		float: unset;
		border: none!important;
	}
	.category_explore_pages#category_explore .tour {
		margin: auto 0px 50px 0px!important;
	}
	.island_info_boxes.not_a_desktop_swiper .island-info-swiper-prev, .island_info_boxes.not_a_desktop_swiper .island-info-swiper-next {
		display: flex;
	}
	.island_info_boxes .swiper-container, .island_info_boxes.not_a_desktop_swiper .swiper-container {
		width: 92%;
	}
	
	/* category explore pages */
	.category_explore_pages .tour {
		max-width: 420px;
		max-width: 361px;
	}
	.category_explore_pages .anchor {
		top: -200px;
	}
	.category_explore_pages#category_explore .anchor, .category_explore_pages .anchor.intro_anchor {
		top: -200px;
	}
	.category_explore_pages .cat-tour-image {
		height: 216px;
		font-size: 22px;
		line-height: 22px;
	}
	.category_explore_pages .tour .heading {
		padding: 18px 12px 16px 12px;
	}
	.category_explore_pages .main-content .subheading, .island_info_inc_cards.category_explore_pages .content-text .heading {
		/* font-size: 14px; */
		/* line-height: 14px; */
		font-size: 20px;
		line-height: 28px;
	}
	.category_explore_pages .intro-outer .intro-left, .category_explore_pages .intro-outer .book-buttons-outer {
		float: none;
		width: 100%;
	}
	
	.category_explore_pages .main-content .intro-outer {
		display: grid;
	}
	.category_explore_pages .main-content .subheading {
		order: 2;
	}
	.category_explore_pages .intro-outer .intro-left {
		order: 3;
	}
	.category_explore_pages .intro-outer .book-buttons-outer {
		order: 1;
	}
	
	.category_explore_pages .book-this-now-button {
		display: inline-block;
		width: 45%;
		max-width: 352px;
		margin-right: 0;
	}
	.category_explore_pages .book-this-now-button:first-of-type {
		margin-right: 10px;
	}
	.category_explore_pages.island_info_template .book-this-now-button {
		width: 270px;
	}
	.category_explore_pages .book-this-now-button:last-of-type {
		margin-right: 0;
	}
	
	.category_explore_pages .tourcard-route-map {
		height: 162px;
	}
	.category_explore_pages .tourcard-route-map img {
		max-height: 100%;
		min-width: unset;
		width: auto;
	}
	.category_explore_pages .tour .book {
		font-size: 14px;
		line-height: 14px;
		width: 96px;
		height: 32px;
		right: 16px;
		bottom: 16px;
		padding: 10px 6px 6px 6px;
	}
	.category_explore_pages .tour .book.second_button {
		right: 127px;
	}
	
	.island_info_boxes .island_info_card {
		width: 352px;
		height: auto;
		/* margin: 0 16px 16px 0!important; */
	}
	.island_info_boxes .island_info_card .heading {
		padding: 19px 12px!important;
		padding: 12px 10px!important;
	}
	.category_explore_pages#category_explore_more_info .tour .heading, .island_info_boxes .island_info_card .heading {
		font-size: 16px;
	}
	.island_info_boxes .island_info_card .book {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
		height: 100%;
		padding: 25px 12px;
	}
	
	/* FAQ Hub and Pages */
	.faq_pages_section .faq_page_card, .faq_pages_section .faq_page_card:nth-of-type(3n) {
		margin-right: 14px;
	}
	.faq_pages_section .faq_page_card {
		width: 353px;
	}
	.faq_pages_section .faq_page_card:nth-of-type(even) {
		margin-right: 0;
	}
	.faqs_search_section .faqs_search_bar {
		padding: 30px 20px 12px 20px;
	}
	.faqs_search_bar .input_holder {
		width: calc(100% - 180px);
	}
	.faqs_search_bar .input_holder .ap_input, .faqs_search_bar .input_holder .ap_input::placeholder {
		font-size: 20px;
		line-height: 24px;
	}
	.faqs_search_bar .search_button {
		width: 160px;
		padding: 15px 35px 15px 15px;
	}
	#faq_page .category_explore_pages.island_info .main-content {
		padding: 5px 0 80px 0;
	}
	.faqs_section .faq .question {
		font-size: 16px;
		line-height: 30px;
		margin: 15px auto;
	}
	.faqs_section .faq .question .arrow-toggle {
		top: 3px;
	}
	/* ----------------- */
}
@media screen and (max-width: 767px) {
	.island_info_boxes .island_info_card {
		max-width: unset;
		width: 100%;
		min-height: 230px;
		/* margin: 0 0 16px 0!important; */
	}
	.island_info_boxes .island_info_card .cat-tour-image {
		height: 163px;
	}
	
	.category_explore_pages .page-heading {
		line-height: 25px;
	}
	.category_explore_pages .intro-outer .book-buttons-outer {
		text-align: center;
	}
	.category_explore_pages .book-this-now-button {
		width: 100%;
		box-sizing: border-box;
		padding: 19px 12px;
		margin: 0 auto 18px auto;
	}
	.category_explore_pages .book-this-now-button a {
		padding: 0;
	}
	.category_explore_pages .book-this-now-button:first-of-type {
		margin-right: 0;
	}
	.category_explore_pages.island_info_template .book-this-now-button {
		width: 320px;
	}
	
	.island_info_boxes .swiper-container, .island_info_boxes.not_a_desktop_swiper .swiper-container {
		width: 90%;
	}
	.island_info_boxes .island-info-swiper-prev {
		padding: 8px 5px 8px 1px;
	}
	.island_info_boxes .island-info-swiper-next {
		padding: 8px 1px 8px 5px;
	}
	.island_info_boxes .island-info-swiper-prev::after, .island_info_boxes .island-info-swiper-next::after {
		font-size: 26px;
	}
	
	
	/* FAQ Hub and Pages */
	.faqs_search_section .faqs_search_bar .search_form {
		border: none;
		text-align: center;
	}
	.faqs_search_section .faqs_search_bar {
		padding: 30px 10px 12px 10px;
	}
	.faqs_search_bar .input_holder, .faqs_search_bar .search_button {
		display: block;
	}
	.faqs_search_bar .input_holder {
		width: calc(100% - 190px);
		width: 100%;
		margin: 0 auto 15px auto;
		border-bottom: 1px solid #C0C1C9;
	}
	.faqs_search_bar .input_holder .ap_input, .faqs_search_bar .input_holder .ap_input::placeholder {
		font-size: 18px;
		line-height: 24px;
	}
	.faqs_search_bar .input_holder .ap_input {
		padding: 20px 10px 30px 10px;
	}
	.faqs_search_bar .search_button {
		width: 170px;
		margin: 0 auto;
	}
	.faqs_search_section .faqs_search_outer.has_faq_results .faqs_section {
		padding: 12px 10px 22px 10px;
	}
	
	.faq_pages_section .faq_page_boxes_inner {
		justify-content: center;
	}
	.faq_pages_section .faq_page_card, .faq_pages_section .faq_page_card:nth-of-type(3n), .faq_pages_section .faq_page_card:nth-of-type(even) {
		margin-right: 0;
	}
	.faq_pages_section .faq_page_card {
		width: 368px;
	}
	.faq_pages_section .faq_page_card .heading {
		padding: 9px;
	}
	.faqs_section .faq .answer .map img, .faqs_section .faq .answer .map .ap_map {
		max-width: 100%;
		max-height: 405px;
	}
	/* ----------------- */
}
@media screen and (max-width: 480px) {
	#category .tour, .category_explore_pages .tour {
		/* background-position: 0px -50px; */
	}
	#category .tour .departure, .category_explore_pages .tour .departure {
		font-size: 15px;
		position: relative;
		bottom: unset;
		left: unset;
	}
	#category .tour .book {
		font-size: 12px;
		bottom: 15px;
		left: 15px;
		padding-top: 5px;
		height: 27px;
		width: 90px;
	}
	.category_explore_pages .tour {
		max-width: 290px;
	}
	.category_explore_pages .tourcard-route-map {
		height: 170px;
	}
	.category_explore_pages .tour .book {
		font-size: 14px;
		height: 32px;
		width: 96px;
	}
	.category_explore_pages .tour .book.second_button {
		margin-left: 6px;
	}
	.island_info_boxes .island_info_card .book {
		width: 100%;
		height: auto;
	}
	#category .tour .sub_heading, .category_explore_pages .tour .subheading {
		padding-left: 5px;
	}
	.category_explore_pages .main-content .subheading, .island_info_inc_cards.category_explore_pages .content-text .heading {
		font-size: 22px;
		line-height: 26px;
	}
	.category_explore_pages .tourcard-route-map img {
		max-width: 100%;
	}
	.category_explore_pages.island_info_template .book-this-now-button {
		width: 100%;
		box-sizing: border-box;
	}
	
	.island_info_boxes .swiper-container {
		padding: 0 0 5px 0;
	}
	.island_info_boxes .swiper-container, .island_info_boxes.not_a_desktop_swiper .swiper-container {
		width: 83%;
	}
	.island_info_boxes .island-info-swiper-prev, .island_info_boxes .island-info-swiper-next {
		max-width: 20px;
		height: 36px;
	}
	.island_info_boxes .island-info-swiper-prev {
		padding: 4px 3px 4px 1px;
	}
	.island_info_boxes .island-info-swiper-next {
		padding: 4px 1px 4px 3px;
	}
	.island_info_boxes .island-info-swiper-prev::after, .island_info_boxes .island-info-swiper-next::after {
		font-size: 18px;
	}
	
	/* FAQ Hub and Pages */
	.faqs_search_section .faqs_search_bar {
		padding: 12px 10px;
	}
	.faqs_search_bar .input_holder .ap_input::placeholder {
		text-wrap: auto;
		text-align: center;
		height: auto;
	}
	.faqs_search_bar .input_holder .ap_input {
		height: auto;
		padding: 10px 10px 30px 10px;
	}
	.faqs_search_bar .search_button {
		width: 100%;
	}
	.faq_pages_section .faq_page_card {
		width: 290px;
	}
	.faqs_section .faq .answer .map img, .faqs_section .faq .answer .map  {
		max-width: 100%;
		width: auto;
		max-height: 170px;
	}
	/* ----------------- */
}



/* Tablet */
@media screen and (max-width: 1200px) {
	/* Header */
	.inner-wrapper {
		width: 970px;
	}
	header .inner-wrapper {
		width: 100%;
	}
	header .logo {
		padding-top: 10px;
		padding-right: 10px;
 		box-sizing: border-box;
	}
	header .logo img {
		height: 80px;
	}
	header #nav ul li a {
		font-size: 12px;
	}
	.stick header .logo img {
		height: 40px;
	}

	/* Footer */
	#footer .footer-logo {
		margin: 0 0 15px 15px;
		margin: 0 0 15px 0;
		height: 32px;
	}
	#footer .column .footer-heading a {
		white-space: pre-wrap;
	}

	/* Homepage */
	.banner-slider {
		height: 0;
		padding-top: 40%;
		margin: 0 auto;
	}
	.banner-divider {
		height: auto;
		padding-top: 40%;
		margin: 0 auto;
	}
	
	.inner-wrapper .route_type_wrapper {
		width: 59%;
	}
	/* .route_type_wrapper .details_outbound_foreign_key_holder .checkmark,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark{
		padding: 20px 11px !important;
	} */
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.direction {
		width: 60px;
		height: 60px;
	}
	.promo_section .input_holder label.calendar_input_label,
	.promo_section .ap_errors .ap_legend {
		white-space: normal;
		width: auto;
		padding-right: 10px;
	}
	.promo_section .details_outbound_departure_id_holder, 
	.promo_section .details_return_departure_id_holder {
		top: 0px;
		margin-left: 41px;
	}
	div.calendar_input_holder {
		width: 100%;
		margin: 0;
	}

	/* booking */
	.details_outbound_departure_id_holder, .details_return_departure_id_holder {
		right: 60px;
		bottom: -15px !important;
		top: auto !important;
	}
}

/* Large Mobile */
@media screen and (max-width: 991px) {
	/* .route_type_wrapper .details_outbound_foreign_key_holder .checkmark,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark{
		padding: 20px 21px !important;
	} */
	#outer-wrapper {
		padding-top: 105px;
	}
	.stick #outer-wrapper {
		padding-top: 56px;
	}
	.inner-wrapper {
		width: 750px;
	}
	header,
	.stick header {
		height: auto;
		overflow: inherit;
		min-height: 60px;
		max-height: 100%;
	}
	header {
		min-height: 106px;
	}
	header #nav {
		float: none;
		display: none;
		transition: padding .4s ease;
		max-width: none;
	}
	header #nav.open {
		display: block;
		background-color: #000834;
		padding-top: 0px;
		height: 100vh;
		padding-bottom: 30%;
		box-sizing: border-box;
		overflow: scroll;
	}
	header #nav ul li {
		float: none;
		border-bottom: 1px solid #12193E;
	}
	header #nav ul li.level1 {
		max-width: none;
		line-height: normal;
		height: auto;
	}
	header #nav ul li a {
		font-size: 18px;
		height: 50px !important;
		line-height: 50px;
	}
	
	div.level1#top_nav #nav-booking-btn:before {
		/* top: 8px; */
	}
	div.level1#top_nav #nav-booking-btn:after {
		/* top: 13px; */
	}
	#nav #top_nav .has_sub ul.level2 a.level2 {
		text-decoration: none;
		font-size: 16px;
	}
	.stick #nav #top_nav .has_sub ul.level2 a.level2 {
		font-size: 18px;
	}
	header #nav #top_nav li.level1.priority-link {
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
	}
	header #nav #top_nav li.level1.has_sub.priority-link:hover a:after {
		top: 24px;
		border-top: 9px solid #f1f1f1;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: none;
	}
	header #nav #top_nav li.level1.priority-link a {
		border-radius: 4px;
		padding-left: 30px;
		margin: 5px 0px;
		line-height: 38px;
	}
	#nav #top_nav .has_sub.priority-link ul.level2 li.level2 {
		padding: 0px!important;
		width: 75%;
		margin: 10px auto!important;
	}
	header #nav #top_nav li.level1.priority-link a:after {
		transition: all 0s ease;
		position: absolute;
		top: 20px;
		margin-left: 15px;
		content: "";
		border-top: 7px solid transparent;
		border-left: 9px solid #f1f1f1;
		border-bottom: 7px solid transparent;
	}
	header #nav #top_nav li.level1.has_sub.priority-link ul a:after {
		content: none;
	}
	.stick header #nav #top_nav li.level1.priority-link ul a:after {
		top: 35px;
	}
	.stick header #nav ul li a {
		font-size: 20px;
	}
	header #nav ul li #nav-booking-btn {
		display: block;
		font-size: 18px;
		font-weight: 900;
		text-align: left;
		border: 0px;
		margin: 5px 0px;
	}
	.stick header #nav ul li #nav-booking-btn {
		font-size: 20px;
		line-height: 45px;
	}
	header #nav ul li #nav-booking-btn:before {
		width: 21px;
		height: 17px;
		top: 15px;
		left: 5px;
	}
	header #nav ul li #nav-booking-btn:after {
		border-top: 7px solid transparent;
		border-left: 9px solid #000624;
		border-bottom: 7px solid transparent;
		top: 18px;
		right: 35px;
	}
	div.level1#top_nav.book {
		display: block;
		position: absolute;
		z-index: 110;
		width: 140px;
		right: 105px;
	}
	.stick div.level1#top_nav.book {
		position: fixed;
	}
	.stick div.level1#top_nav #nav-booking-btn {
		top: 12px;
		align-content: center;
	}
	header #nav ul.level2 {
		position: static;
	}
	header .drop-down li.item2 ul.level2 {
		display: block;
	}
	header #nav .drop-down .item2.has_sub a.level1 {
		display: none;
	}
	header #nav #top_nav .item2.has_sub a.level2:after {
		content: ": Info";
	}
	#nav #top_nav .item2.has_sub ul.level2 {
		margin-bottom: 0px;
	}
	#nav #top_nav .item2 ul.level2 li.level2 {
		padding: 0px!important;
	}
	#nav #top_nav .item2 ul.level2 li.item1.level2 {
		border-top: none;
	}
	header #nav ul.level2 li:hover {
		background: transparent;
	}
	header .logo {
		width: 100%;
		border: none;
		text-align: center;
		padding: 0;
		margin-right: 0;
		height: auto;
	}
	header .logo img {
		height: 100px;
	}
	.stick header .logo img {
		height: 60px;
	}
	header #hamburger-menu {
		display: block;
		background-image: url(/images/hamburger-menu.png);
		background-size: 34px;
		background-repeat: no-repeat;
		height: 28px;
		width: 28px;
		background-position: center center;
		position: absolute;
		right: 0px;
		top: 38px;
		transition: top .4s ease;
		margin-right: 10px;
	}
	header #hamburger-menu.hamburger_close{
		background-image: url(/images/svg/times-solid.svg);
		background-size:14px;
	}
	.stick header #hamburger-menu {
		top: 14px;
	}
	#footer .column {
		width: 46%;
		margin-bottom: 20px;
	}
	#footer .column.social {
		float: right;
		padding-right: 0;
	}
	#footer .column.company {
		/* clear: both; */
	}
	#footer .footer_nav_links.column {
		padding-top: 30px;
		padding-top: 12px;
		clear: right;
	}
	.banner-slider .swiper-slide .caption {
		max-width: 750px;
	}
	.contact-form {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
	.input_holder {
		width: 100%;
		padding-right: 0;
	}
	header #nav ul li.level1:last-child {
		position: absolute;
		display: none;
		width: 100%;
		height: auto;
		padding-left: 0;
		border-left: none;
		border-bottom: none;
	}
	header .inner-wrapper {
		overflow-y: initial;
	}
	#top_nav.drop-down {
		padding: 130px 0 88px 0;
		text-align: center;
	}
	.open #top_nav.drop-down {
		flex-direction: column;
	}
	.open #top_nav.drop-down li.level1.item9 {
		border-bottom: none;
	}
	#nav #top_nav ul.level2 {
		margin-bottom: 10px;
		border: none;
		background-color: rgba(0, 8, 52, 1);
	}
	#nav #top_nav ul.level2 li.level2 {
		padding:0 0 0 50px !important;
		margin: 0 0 0 0 !important;
	}
	#nav #top_nav ul.level2 a.level2 {
		color: white;
		font-weight: lighter;
		text-decoration: underline; 
		padding:0;
		margin:0;
	}
	#top_nav .level1.has_sub a.level1:after{
		content: "+";
		float: right;
	}
	header .logo {
		text-align: left;
		width: 100vw;
		left: 0;
		position: absolute;
		padding-left: 20px;
		background-color: #000834;
		z-index: 100;
	}
	header #hamburger-menu {
		position: fixed;
		z-index: 111;
		right: 20px;
	}
	nav#main-nav {
		width: 100%;
	}
	.language_holder {
		position: absolute;
		float: left;
		margin-left: 50px;
		right: 0px;
		z-index: 100;
		transition: all .4s ease;
	}
	.stick .language_holder {
		top: 16px;
		margin-top: 0px;
	}
	.stick .language_holder:hover ul {
		line-height: 14px;
	}
	#outer-wrapper .other-pages nav {
		width: 214px;
		display: grid;
		position: absolute;
		top: 44px;
		right: 52px;
		background-color: gold;
	}
	#outer-wrapper .other-pages nav:before{
		content: "";
		width: 44px;
		height: 44px;
		background-image: url(/images/bars-solid.svg);
		background-repeat: no-repeat;
		background-size: 17px;
		/* float: right; */
		position: absolute;
		background-position: center center;
		right: 0px;
		top: -44px;
		cursor: pointer;
	}
	#outer-wrapper .other-pages nav.open a {
		display: block;
	}
	#outer-wrapper .other-pages nav.open::before {
		background-color: rgba(128, 128, 128, 0.49);
	}
	#outer-wrapper .other-pages nav a  {
		display: none;
		border:none;
	}

	.inner-wrapper #map_holder{
		margin-left: 167px;
		margin-top: 0px;
	}
	.inner-wrapper .route_type_wrapper {
		width: 100%;
		/* text-align: center; */
		margin-left: 5px;
	}
	.inner-wrapper .route_type_wrapper .details_outbound_foreign_key_holder {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.promo_section .details_outbound_departure_id_holder,
	.promo_section .details_return_departure_id_holder{
		margin-right: 130px;
		position: inherit;
		width: 114px;
		float: left;
		text-align: center;
		margin-top: 28px;
	}
	.promo_section .calendar_input_holder{
		margin: 0;
	}
	.promo_code_area {
		text-align: center;
	}
	.promo_code_holder {
		width: 250px;
		display: inline-block;
		text-align: center;
	}
	.promo_code_holder .promo_code_input {
		width: 250px;
	}
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.direction {
		width: 70px;
		height: 70px;
	}
	.details_outbound_departure_id_holder, .details_return_departure_id_holder {
		right: auto;
		bottom: 0 !important;
		top: auto !important;
		margin-top: 0 !important;
	}
	#details_outbound_departure_date_display, #details_outbound_departure_id, #details_return_departure_date_display, #details_return_departure_id {
		margin-top: 0;
	}
	/* Search & Manifest Pages */
	.inner-wrapper.search-page {
		margin-left: 10px;
	}
	.header-outer, .other-pages.search-page {
		padding-left: 35px;
	}
	.search-form-wrapper, .manifest-details-wrapper, .bottom-section {
		width: unset;
		margin: 15px 15px 20px 20px;
	}
	.other-pages.search-page {
		line-height: 30px;
		font-size: 20px;
		padding-right: 10px;
	}
	.header-outer {
		font-size: 34px;
	}
	.search-page-form-heading, .manifest-page-form-heading {
		padding-top: 5px;
		font-size: 15px;
		line-height: 18px;
	}
	.search-form .required_label, .manifest-details-wrapper .required_label {
		font-size: 12px;
	}
	.bottom-section {
		max-width: 730px;
	}
	.success-page-container {
		padding: 0 10px 0 35px;
	}
}

/* Normal Mobile */
@media screen and (max-width: 767px) {
	.inner-wrapper {
		width: 470px;
	}
	.page-heading {
		text-align: center;
		height: 81px;
		line-height: 1.5;
		font-size: 24px;
	}
	#footer {
		padding-bottom: 20px;
	}
	#footer .column {
		margin: 0;
		padding-right: 15px;
	}
	#footer .footer_nav_links.column {
		width: 100%;
		padding-right: 0;
	}
	#footer .footer_nav_links.column ul#footer_nav > li:not(.footer-heading) {
		width: 50%;
	}
	#footer .column.address {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	#footer .column.address .addr-inner {
		width: 50%;
		padding-right: 15px;
	}
	#footer .column.address .addr-inner:last-of-type {
		padding-right: 0px;
	}
	#footer .footer-logo {
		margin-left: 0;
		height: 30px;
	}

	/* Homepage */
	.banner-slider .swiper-container .swiper-button-next,
	.banner-slider .swiper-container .swiper-button-prev {
		width: 25px;
	}
	.banner-slider .button_style .slide-button {
		margin-top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner-slider .swiper-slide.button_style .caption {
		max-width: 470px;
	}
	.banner-slider .button_style .caption-inner {
		padding: 5px;
	}
	.banner-slider .caption .slide-heading {
		font-size: 36px;
	}
	.banner-slider .button_style .caption .slide-heading {
		font-size: 24px;
		letter-spacing: 0;
	}
	.banner-slider .button_style .caption .slide-text,
	.banner-slider .button_style .slide-button {
		font-size: 18px;
		line-height: 18px;
	}
	.banner-slider .caption .slide-text,
	.banner-slider .swiper-slide .caption br,
	.banner-slider .caption .slide-heading br {
		display: none;
	}
	.banner-slider .button_style .caption .slide-text {
		border-width: 1px;
		display: block;
	}
	.banner-slider .swiper-slide.button_style .slide-button span br {
		display: inline-block;
	}
	.banner-slider .button_style .slide-button {
		min-height: 60px;
	}
	.banner-slider .button_style .slide-button span {
		max-width: 70%;
	}
	.banner-slider .button_style .slide-button:before {
		position: absolute;
		left: 15px;
	}
	.banner-slider .button_style .slide-button:after {
		position: absolute;
		right: 15px;
	}
	.banner-slider.no-slides,
	.banner-divider.no-slides {
		height: 81px;
		padding-top: 0;
	}
	.panels .column {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.article-content,
	.article-sidebar {
		width: 100%;
	}
	.articles {
		width: 100%;
		padding-right: 0;
	}
	.article-sidebar {
		padding-left: 0;
	}
	header .logo{
		text-align: left;
	}
	.inner-wrapper .route_type_wrapper {
		margin-left: 0px;
		width: 100%;
	}
	#checkout_map_svg{
		object-fit: scale-down;
		transform-origin: top left;
		transform: scale(1.16);
	}
	.input_holder .details_outbound_foreign_key_holder{
		padding: 0 !important;
	}
	.route_type_wrapper .input_holder.details_outbound_foreign_key_holder .ap_radio_label{
		width: 100% !important;

	}
	/* .ticket_type_wrapper .details_trip_type_holder label:last-child{
		transform: translate(-216px, 236px);
		-ms-transform: translate(-216px, 236px);
		-webkit-transform: translate(-216px, 236px);
	} */
	.promo_section .outbound_info,
	.promo_section .return_info{
		width: 100%;
	}
	.promo_section .pickup_holder,
	.promo_section .pickup_holder .input_holder{
		width: 100%;
	}
	.promo_section .form .form_wrapper{
		text-align: center;
		line-height: 37px;
		padding: 0;
		float: none;
		margin-left: 0;
	}
	/*.promo_section .form .form_wrapper span.information{
		display: block;
	}*/
	.inner-wrapper .total_price ~ .step-wrapper .submit{
		float: left;
		margin-top: 25px;
		width: 100%;
	}
	.inner-wrapper .total_price ~ .step-wrapper .submit:before{
		content: unset;
	}
	#customer_title{
		margin-right: 100%;
	}
	.inner-wrapper .contact-details-holder :not(.customer_title_holder).input_holder:before{
		float: right;
		top:18px;
		right: 70px;
	}
	.inner-wrapper .contact-details-holder .customer_title_holder.input_holder:before{
		float: none;
		margin-left: -133px;
		top:18px;
	}
	.inner-wrapper .route_type_wrapper .details_outbound_foreign_key_holder .details_outbound_foreign_key_holder{
		column-count: 1;
	}
	/* .inner-wrapper .ticket_type_wrapper .details_trip_type_holder .ap_radio_label:last-child{
		padding: 0;
	} */
	iframe#worldnet_wrapper{
		height: 900px !important;
		width: 100% !important;
	}
	.inner-wrapper #map_holder{
		margin-left: 0;
	}
	#mc_embed_signup #mc_embed_signup_scroll div.indicates-required{
		bottom: 1px;
	}
	#mc_embed_signup #mc_embed_signup_scroll label span.asterisk{
		float: none;
		left: 195px;
		top: 14px;
		transform: none;
	}
	#mc_embed_signup #mc_embed_signup_scroll input.button{
		box-shadow: none;
		position: absolute;
		transform: translateY(105px);
		width: 100%;
	}
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.direction {
		width: 60px;
		height: 60px;
	}
	.route_type_wrapper .route-type-header span.to,
	.route_type_wrapper .route-type-header span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark span.to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover span.to{
		width:40%;
	}
	.route_type_wrapper div.route-type-header{
		margin-right: 0;
	}
	span.selected_route{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 767px) {
	header .logo img {
		height: 95px;
	}
	header #nav.open {
		padding-bottom: 40%;
	}
	.language_holder {
		margin-left: 35px;
		top: 3%;
	}
	.stick .language_holder {
		margin-left: 30px;
	}
	/* Search & Manifest Pages */
	.search-page-form-heading, .manifest-page-form-heading {
		padding-top: 10px;
		font-size: 13px;
		line-height: 16px;
	}
	.manifest-details .input_holder.dob_day, .manifest-details .input_holder.dob_month, .manifest-details .input_holder.dob_year {
		max-width: 30%;
	}
	.manifest-details-wrapper .search-page-button {
		max-width: calc(100% - 28px);
	}
	.header-outer {
		font-size: 32px;
	}
}
@media only screen and (max-width: 630px) {
	.language_holder {
		margin-left: 5px;
		top: 10px;
	}
	.stick .language_holder {
		top: 24px;
	}
	.stick .language_holder, .stick .language_select {
		width: 73px;
		width: 80px;
	}
	.stick header .logo img {
		margin-top: 0px;
	}
	.stick header .logo img {
		margin-top: 7px;
	}
	header .logo img {
		height: 80px;
		margin-top: 15px;
	}
	div.level1#top_nav.book {
		width: 100px;
	}
	div.level1#top_nav #nav-booking-btn {
		width: 60px;
		width: 80px;
		left: 24px;
		height: auto;
		line-height: 16px;
		padding: 6px 12px 8px 26px!important;
		align-content: center;
	}
	div.level1#top_nav #nav-booking-btn:before {
		/* top: 10px; */
	}
	div.level1#top_nav #nav-booking-btn:after {
		/* top: 14px; */
	}
	.stick div.level1#top_nav.book {
		width: 140px;
		top: 76px;
	}
	.stick div.level1#top_nav #nav-booking-btn {
		width: 88px;
		padding: 6px 16px 8px 30px!important;
		padding: 4px 16px 4px 30px!important;
		text-align: center;
		top: 45px;
		top: 40px;
		left: 41px;
		height: 20px;
		height: 30px;
	}
	.stick div.level1#top_nav #nav-booking-btn:before {
		/* top: 5px; */
	}
	.stick div.level1#top_nav #nav-booking-btn:after {
		/* top: 8px; */
	}
	.stick header #hamburger-menu {
		top: 24px;
	}
	header #hamburger-menu {
		right: 0;
	}
	/* Search & Manifest Pages */
	.search-page-form-heading, .manifest-page-form-heading {
		padding-top: 5px;
		font-size: 12px;
		line-height: 15px;
	}
	.manifest-details .ap_dob_input_holder .dob_input .dob_month select {
		font-size: 18px;
	}
	.manifest-details .input_holder .textarea_input_label {
		font-size: 16px;
		line-height: 20px;
		height: 34px;
	}
	.other-pages.search-page {
		font-size: 18px;
		line-height: 21px;
	}
	.header-outer {
		font-size: 31px;
		line-height: 34px;
	}
}
@media only screen and (max-width: 550px) {
	header .logo img {
		height: 70px;
	}
	div.level1#top_nav.book {
		right: 90px;
	}
	.language_holder {
		margin-left: -25px;
		top: 6px;
	}
	header #nav.open {
		padding-bottom: 50%;
	}
	div.level1#top_nav #nav-booking-btn:before {
		width: 22px;
		height: 17px;
	}
	
	/* Search & Manifest Pages */
	.header-outer {
		font-size: 29px;
		line-height: 35px;
	}
	.other-pages.search-page {
		font-size: 18px;
		line-height: 22px;
	}
	.manifest-details .ap_dob_input_holder .dob_input .dob_month select {
		font-size: 15px;
	}
}
/* Small Mobile */
@media screen and (max-width: 480px) {
	#outer-wrapper {
		padding-top: 98px;
	}
	.inner-wrapper {
		width: 320px;
	}
	header .logo img {
		margin-top: 10px;
		height: 70px;
	}
	header {
		min-height: 98px;
	}
	header #nav.open {
		padding-bottom: 80%;
	}
	header #nav ul li.level1:last-child #nav-booking-btn {
		height: 50px!important;
		line-height: 47px;
		background-color: transparent;
		color: #FFD700;
		font-weight: normal;
		text-align: center;
		margin: 5px 0px;
		padding: 1px 5px!important;
	}
	header #nav #top_nav li.level1.timetable-link {
		border-top: 0px solid transparent;
	}
	header #nav ul li #nav-booking-btn:before, header #nav ul li #nav-booking-btn:after {
		content: none;
	}
	#top_nav.drop-down {
		padding: 90px 0 88px 0;
	}
	div.level1#top_nav.book {
		display: none;
		top: -5px;
		right: 60px;
	}
	header #nav ul li.level1:last-child {
		display: block;
		border-top: 1px solid #FFD700;
		border-bottom: 1px solid #FFD700;
		line-height: normal;
		border-radius: 0;
		margin: 0 auto;
	}
	.stick div.level1#top_nav.book {
		top: 7px;
	}
	div.level1#top_nav #nav-booking-btn:before {
		/* top: -1px; */
		left: -27px;
	}
	div.level1#top_nav #nav-booking-btn:after {
		/* top: 5px; */
	}
	div.level1#top_nav #nav-booking-btn {
		width: 88px;
		height: unset;
		line-height: 20px;
		text-align: center;
		right: 0px;
	}
	header #hamburger-menu {
		top: 32px;
	}
	.language_holder {
		top: 0%;
		border: none;
		height: 100px;
		padding: 0px;
		width: 88px;
		box-shadow: none;
	}
	.language_holder li.current_lang {
		width: 82px;
		width: 85px;
		border: 1px solid rgba(247, 247, 247, 0.2);
		border-radius: 4px;
	}
	.language_holder ul {
		width: 73px;
	}
	.language_holder img {
		margin-left: 3px;
	}
	header #nav ul li a, header #nav ul li #nav-booking-btn {
		font-size: 16px;
	}
	.stick header #nav ul li a, .stick header #nav ul li #nav-booking-btn {
		font-size: 18px;
	}
	header #nav #top_nav li.level1.priority-link:first-of-type {
		border-top: none;
		margin-top: 60px;
	}
	.banner-slider,
	.banner-divider {
		padding-top: 50%;
	}
	.banner-slider.no-slides,
	.banner-divider.no-slides {
		height: 81px;
		padding-top: 0;
	}
	#footer .column {
		width: 280px;
		padding-right: 15px;
		padding-right: 0;
	}
	#footer .column.address {
		display: block;
	}
	#footer .column.address .addr-inner {
		width: 100%;
		padding-right: 0;
	}
	footer .sub .sub-inner .left,
	footer .sub .sub-inner .right {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	footer .sub .sub-inner .right {
		margin-top: 10px;
	}
	#footer .column .footer-heading, #footer h3.heading3 {
		padding: 26px 0 10px 0;
	}
	#footer .footer_nav_links.column ul li.level1:first-of-type {
		padding: 0px 0 10px 0;
	}
	#footer .footer_nav_links.column ul li.level1.footer-heading {
		padding: 26px 0 10px 0;
		margin: 0px 0 24px 0;
	}
	#footer .footer_nav_links.column ul#footer_nav > li:not(.footer-heading) {
		width: 100%;
	}
	
	
	/* Homepage */
	.banner-slider .swiper-slide .caption {
		max-width: 310px;
	}
	.banner-slider .caption .slide-heading {
		font-size: 28px;
	}
	.banner-slider .button_style .caption .slide-heading {
		font-size: 18px;
		letter-spacing: 0;
	}
	.banner-slider .button_style .caption .slide-text,
	.banner-slider .button_style .slide-button {
		font-size: 14px;
		line-height: 14px;
	}
	.banner-slider .button_style .slide-button {
		min-height: 50px;
	}
	header #hamburger-menu{
		right: 20px;
	}
	#outer-wrapper .other-pages nav{
		right: 23px;
	}
	.panels .text {
		font-size: 20px;
	}
	.ticket_type_wrapper .details_trip_type_holder label.ap_radio_label:last-child {
	/* transform: translate(-141px, 285px);
	-ms-transform: translate(-141px, 285px);
	-webkit-transform: translate(-141px, 285px); */
	padding-left:4px;
	}
	.tickets_holder .row .price,
	.tickets_holder .row .price + span{
		display: block;
	}
	.promo_section .tickets_holder .row span.calculated_price{
		top: -55px;
	}
	.form .form_wrapper .details_promo_holder .text_input{
		margin-bottom: 15px;
	}
	.step-wrapper .step{
		width: 72.5px;
		padding: 16px 0px;
	}
	.inner-wrapper .total_price ~ .step-wrapper .submit{
		padding: 11.5px 32px;
	}
	.promo_section .form .form_wrapper .submit{
		display: block;
		margin-left: -14px;
		margin: auto;
	}
	.inner-wrapper .contact-details-holder :not(.customer_title_holder).input_holder:before{
		right: 0px;
	}
	.inner-wrapper #map_holder{
		width: 291px;
		overflow: hidden;
		position: relative;
	}
	#checkout_map_svg{
		object-fit: scale-down;
		transform-origin: top left;
		transform: scale(0.8);
	}
	#mc_embed_signup #mc_embed_signup_scroll label span.asterisk{
   		left: 103px;
	}
	.route_type_wrapper .route-type-header span.to,
	.route_type_wrapper .route-type-header span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark span.to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover span.from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover span.to {
		width: 37%;
		font-size: 18px;
	}
	.route_type_wrapper div.route-type-header,
	.route_type_wrapper div.route-type-header span.to,
	.route_type_wrapper div.route-type-header span.from{
		font-size: 10px;
	}
	span.selected_route{
		margin-top: -35px;
	}
	/* Search & Manifest Pages */
	.search-page-form-heading, .manifest-page-form-heading {
		font-size: 2.5vw;
		line-height: 3.1vw;
	}
	.search-form .required_label, .manifest-details-wrapper .required_label {
		font-size: 11px;
		margin-bottom: 5px;
	}
	.manifest-details .ap_dob_input_holder .dob_input .dob_month select {
		font-size: 12px;
		padding: 0 5px;
	}
	.manifest-details .input_holder .textarea_input_label {
		font-size: 12px;
		line-height: 16px;
		height: 25px;
	}
	.other-pages.search-page {
		font-size: 17px;
		line-height: 19px;
	}
	.boarding-selection-field .text {
		font-size: 12px;
		max-width: 145px;
	}
	.header-outer {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 360px) {
	header .header-inner {
		margin-bottom: 10px;
	}
	header #hamburger-menu {
		top: 18px;
		right: 0px;
	}
	header .logo img {
		margin-top: 0px;
		height: 60px;
	}
	.language_holder {
		margin-left: -50px;
		top: -15px;
	}
	.stick .language_holder {
		top: 23px;
	}
	/* Search & Manifest Pages */
	.inner-wrapper.search-page {
		padding-top: 15px;
	}
	.search-page-form-heading, .manifest-page-form-heading {
		font-size: 0.65em;
		line-height: 1.2em;
	}
	.other-pages.search-page {
		font-size: 16px;
		line-height: 19px;
	}
	.search-form .input_holder label, .search-form .input_holder label.calendar_input_label, .manifest-details .input_holder label, .manifest-details .dob_input_label.ap_label {
		font-size: 13px;
	}
	.manifest-details .input_holder label {
		font-size: 12px;
	}
	.manifest-details .input_holder .textarea_input_label {
		font-size: 10px;
		line-height: 14px;
	}
	.header-outer {
		font-size: 27px;
		line-height: 36px;
	}
	.success-page-container {
		background-size: 300px 208px;
		padding: 0 10px 0 20px;
	}
}

/* Cookie box Styling */
div#cookiebox {
	background-color: #000834 !important;
	color: white !important;
	font-family: 'Droid Serif', serif !important;
}
#cookiebox_heading,
#cookiebox_details {
	font: 15px 'Droid Serif', serif !important;
	padding-right: 5px!important;
}
#cookiebox_accept, #cookiebox_settings {
	display: inline-block !important;
	padding: 6px 4px !important;
	font-size: 14px !important;
	font-family: 'Droid Serif', serif !important;
	background-color: #FFD700 !important;
	color: #000624 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	/* text-transform: uppercase !important; */
	border-bottom: 3px solid rgba(0,0,0,0.15) !important;
}
#cookiebox_moreinfo {
	position: relative !important;
	right: -6px !important;
	margin: 0px !important;
}

/* Booking */
.step-wrapper {
	background-color: #e6e7ea;
	font-size: 0;
	margin-bottom: 10px;
}
.step-wrapper.top {
	border-bottom: 2px solid #000834;
}
.step {
	display: inline-block;
	padding: 21px 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 82px;
	text-align: center;
	line-height: 19px;
	font-size: 16px;
	border-right: 1.5px solid #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	box-sizing: border-box;
}

.step span{
	font-size: 36px;
	display: block;
}
.step.active {
	background-color: #000834;
}
h1.book-heading {
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	margin-bottom: -2px;
	color: #000733;
}
.promo_section h2,
#mc_embed_signup #mc_embed_signup_scroll h2 {
	margin: 26px 0 11px 0;
	font-family: raleway;
	font-size: 26px;
	padding: 10px 0;
	font-weight: 800;
	border-top: 1px solid #000834;
	border-bottom: 1px solid #000834;
	color: #000834;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.direction-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url(/images/direction-text-icon.png);
	background-size: 100%;
	background-position: center center;
	margin-bottom: -2px;
}
.direction-text {
	margin-top: -18px;
	display: block;
	font-family: 'raleway', san-serif;
	font-size: 16px;
	margin-bottom: 17px;
}
.route_type_wrapper {
	width: 66%;
	display: inline-block;
	vertical-align: top;
}
.route_type_wrapper .route-type-header {
	margin-right: 15px ;
	text-align: center;
	font-size: 12px;
	font-family: 'raleway', san-serif;
	margin-bottom: 13px;
} 
.route_type_wrapper .route-type-header .from,
.route_type_wrapper .route-type-header .direction,
.route_type_wrapper .route-type-header .to {
	display: inline-block;
	border-bottom: 1px solid #9A9A9A;
	font-weight: 800;
	color: #000834;;
}
.route_type_wrapper .route-type-header .from {
	float: left;
	text-align: left;
	width: 43.5%;

}
.route_type_wrapper .route-type-header .to {
	float: right;
	text-align: right;
	width: 43.5%;
}
.route_type_wrapper .details_outbound_foreign_key_holder {
	width: 100%;
	padding:0;
	margin: 0;
	user-select: none;
}
.route_type_wrapper .details_outbound_foreign_key_holder .details_outbound_foreign_key_holder{
	column-count: 1;
}
.selected_route{
	font-family: 'Raleway',sans-serif;
	font-size: 20px;
	color: #000834;
	text-transform: uppercase;
	padding-top: 20px;
	margin-top: 3px;
	display: block;
	border-top: 1px solid #9a9a9a;
	margin-bottom: 50px;
}
#selected_route{
	font-weight: 900;
	color: #000834;

}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label {
	padding: 20px 21px;
	display: block;
	width: 99% !important;
	height: 60px;
	line-height: 15px;
	box-sizing: border-box;
	font-size: 17px;
	margin-right: 17px;
	font-weight: 800;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 3px;
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .checkmark {
	/* background-color: #000834; */
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:after {
	content: "";
	/* top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	position: absolute;
	background-image: url(/images/arrow-right@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px; */
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span {
	color: #ffffff;
	font-weight: bold;
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.from,
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label span.to {
	background-color: #b3b5c2;
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .from {
	float: left;
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .to {
	float: right;
}
.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark .from,
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .from,
.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark .to,
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .to,
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .from,
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .to {
	background-color: #000834;
	width: 43.5%;
	padding: 22px 0;
	text-align: center;
	font-size: 30px;
	letter-spacing: -1px;
}
.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark .green {
	color: #a2a201;
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .direction {
	width: 70px;
	display: inline-block;
	position: absolute;
	height: 70px;
	background-color: #b3b5c2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image:url(/images/direction-icon-oneway.png);
	background-size: 100%;
	
}
.route_type_wrapper.return .details_outbound_foreign_key_holder .ap_radio_label .direction {
	background-image:url(/images/direction-icon.png);
}
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label input:checked ~ .checkmark .direction,
.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .checkmark .direction {
	background-color: #a2a201;
}
.route_type_wrapper .details_outbound_foreign_key_holder input {
	visibility: hidden;
	height: 60px;
	margin-top: -21px;
}
.route_type_wrapper .details_outbound_foreign_key_holder .checkmark,
.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-color: #b3b5c2; */
	z-index: 0;
	/* padding: 20px 21px; */
	box-sizing: border-box;
	margin-top: -58px;
	margin-left: -21px;
}
.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark {
	/* background-color: #000834; */
}
#map_holder {
	width: 33%;
	display: inline-block;
	height: 270px;
	vertical-align: top;
}
#map_holder + h2.book-heading {
	margin-top: -6px;
}
.pickup_holder {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.ticket_type_wrapper {
	border-bottom: 1px solid #999cad;
}
.ticket_type_wrapper .details_trip_type_holder {
	width: 100%;
	margin-bottom:0;
	padding: 0;
	padding-bottom: 4px;
}
.ticket_type_wrapper label.ap_radio_label:first-of-type {
	text-align: right;
	padding-right: 108px;
	border-right: 1px solid #999cad ;
	box-sizing: border-box;
	position: relative;
}
.ticket_type_wrapper label.ap_radio_label:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: 5px;
	background-image: url(/images/one-way-arrow.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.ticket_type_wrapper label.ap_radio_label:first-of-type:after {
	background-image: url(/images/return-arrow.png);
}

.ticket_type_wrapper label.ap_radio_label {
	padding:13px 0 25px;
	margin: 0!important;
}

.details_departure_time_holder,
.details_return_time_holder {
	width: 150px;
}

.ticket_type_wrapper .details_trip_type_holder .ap_radio_label,
.details_bus_transfer_holder .ap_checkbox_label,
.book-sub-heading {
	width: 50% !important;
	display: inline-block;
	font-size: 20px;
	font-weight: 800 !important;
	color: #000834;
	margin-top: 18px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0px;
	white-space: nowrap;
}
.details_bus_transfer_holder .ap_checkbox_label {
	width: 100%!important;
	white-space: normal;
}
.promo_section .ap_errors .ap_legend {
	margin: 0;
	display: block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	font-size: 20px;
	font-weight: 900;
	overflow: visible;
	color: #cc0000;
}
.promo_section .ap_errors ul {
	margin: 0;
}
.ticket_type_wrapper .details_trip_type_holder .ap_radio_label .checkmark,
.details_bus_transfer_holder .ap_checkbox_label .checkmark  {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:1px solid #000834;
	position: absolute;
	transform: translate(-25px, 0px);
	-ms-transform: translate(-25px, 0px);
	-webkit-transform: translate(-25px, 0px);
	visibility: visible;
	text-align: left;
	display: inline-block;
	margin-top: 2px;
}
.details_trip_type_holder .ap_radio_label:first-of-type .checkmark {
}
.details_bus_transfer_holder .ap_checkbox_label .checkmark {
	border-radius: unset;
}
.ticket_type_wrapper .details_trip_type_holder .ap_radio_label:last-child {
	padding-left: 70px;
	box-sizing: border-box;
}
.ticket_type_wrapper .details_trip_type_holder .ap_radio_label input:checked ~ .checkmark:after {
	content: "";
	border-radius: 50%;
	transform: translate(3px, 3px);
	-ms-transform: translate(3px, 3px);
	-webkit-transform: translate(3px, 3px);
	width: 14px;
	height: 14px;
	position: absolute;
	background-color: #000834;
	visibility: visible;
}
/* Tick checkbox */
.details_bus_transfer_holder .ap_checkbox_label input:checked ~ .checkmark:after {
	content: "\2714";
	transform: translate(3px, 0px);
	-ms-transform: translate(3px, 0px);
	-webkit-transform: translate(3px, 0px);
	width: 14px;
	height: 14px;
	position: absolute;
	visibility: visible;
}
.ticket_type_wrapper .radio_input,
.details_bus_transfer_holder .checkbox_input {
	/* float: left; */
	width: 17px;
	height: 17px;
	visibility: hidden;
	display: inline-block;
}
.input_holder label.calendar_input_label {
	font-size: 20px;
	font-weight: 900;
	white-space: pre-wrap;
	width: 530px;
	overflow: visible;
	margin-bottom: 12px;
	color: #000834;
}
.outbound_info,
.return_info {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 0;
}
.details_outbound_departure_date_holder,
.details_return_departure_date {
	float: left;
	padding:0;
}
.return_info {
	float: right;
}

.calendar_input_holder {
	width: 50%;
	float:left;
	padding: 0;
}
.calendar_input_holder .cds {
	margin:0;
	margin-top: -31px;
	position: relative;
	top: -8px;
	background-size: 44px;
	width: 38px;
	height: 38px;
	background-image: url(/images/calendar2.png);
	border:none;
	background-image: url(/images/calendar2.png) !important;
	background-position: center !important;
}
.calendar_input_holder .calendar_input {
	left: 47px;
	top: -2px;
	height: 35px;
	position: relative;
	margin-left: -6px;
	width: 199px;
}
.details_outbound_departure_id_holder,
.details_return_departure_id_holder {
	position: absolute;
	width: 150px;
	bottom: 9px;
	margin-left: -20px;
	display: inline-block !important;
}
.details_bus_transfer_holder {
	padding-top: 0!important;
	width: 100%;
	margin-bottom: 0;
}

/* New styling for bus messages on booking page when date & time is picked 13/10/21 */
.disabled_bus_transfer #no_bus_transfers, #bus_transfers #bus_transfer_warning,
.disabled_bike_transfer #no_bike_transfers, #bike_transfers #bike_transfer_warning {
	display: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: 'Raleway';
	color: #CC0000;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid red;
}
#bus_transfers #bus_transfer_warning,
#bike_transfers #bike_transfer_warning {
	clear: both;
	font-family: 'Raleway', sans-serif;
}
.disabled_bus_transfer #bus_transfer_wrapper .information {
	font-family: 'Droid Serif';
}
.disabled_bus_transfer .details_bus_transfer_holder .ap_checkbox_label {
	transition: all 0.5s ease;
	color: #B3B5C2;
}
.disabled_bus_transfer .details_bus_transfer_holder .ap_checkbox_label .checkmark {
	border: 1px solid #B3B5C2;
}
@media only screen and (max-width: 767px) {
	#bus_transfers #bus_transfer_warning,
	#bike_transfers #bike_transfer_warning {
		height: 50px;
		line-height: 25px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.disabled_bus_transfer #no_bus_transfers,
	.disabled_bike_transfer #no_bike_transfers {
		height: 46px;
		line-height: 23px;
	}
	#bus_transfers #bus_transfer_warning,
	#bike_transfers #bike_transfer_warning {
		height: 60px;
		line-height: 20px;	
	}
}

.details_bus_transfer_pickup_holder{
	width: 100%;
	padding-right: 20px;
	max-width: 500px;
}
.details_bus_transfer_pickup_holder .ap_input_label,
.label_return  {
	font-weight: 100;
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #555;
	text-transform: uppercase;
}
.pickup_holder .information{
	color: #000834;
	padding-left: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.pickup_holder + hr + .book-sub-heading{
	margin-top: 8px;
	margin-bottom: 5px;
}
.promo_section .information:before {
	content: "i";
	font-weight: 700;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	background-color: #000834;
	color: white;
	margin-top: 3px;
	text-align: center;
	position: absolute;
	text-transform: lowercase;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	display: inline-block;
}
/* New Tooltips for Booking Page Oct 21 */
.tickets_holder .row .input_holder {
	padding-right: 0px;
}
.tickets_holder .row.pax-info .price {
	margin-left: 30px;
}
.promo_section span.tooltip {
	position: relative;
	height: auto;
	z-index: 2;
	top: 0px;
}
.promo_section span.information.tooltip .details {
	position: absolute;
	width: 350px;
	top: -65px;
	left: -110px;
	height: auto;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-family: 'Raleway';
	text-transform: initial;
	font-weight: normal;
	padding: 5px;
	background-color: #fff;	
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%), 0 10px 25px 0 rgb(0 0 0 / 25%);
	display: none;
}
.promo_section span.information.tooltip .details:after /*Triangle to make tooltip look like speech bubble */{
	position: absolute;
	bottom: -20px;
	left: 29%;
	width: 0;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	z-index: 11;
}
.promo_section #pax_senior span.information.tooltip .details /* Smaller box for one-line senior tip */ {
	width: 250px;
	top: -48px;
	left: -82px;
}
.promo_section #pax_child span.information.tooltip .details /* Smaller box for two-line child tip */ {	
	width: 250px;
	right: unset;
	left: -80px;
}
.promo_section .information.tooltip:before {
	display: none;
}
.promo_section span.information.tooltip {
	font-weight: 700;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	background-color: #0066CC;
	color: white;
	padding-left: 0px;
	margin-left: 20px;
	text-align: center;
	position: absolute;
	text-transform: lowercase;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	display: inline-block;
}
.book-sub-heading .promo_code_area .information.tooltip:before {
	content:"?";
	background-color: #0066CC;
}
.promo_section span.information.tooltip:hover {
	cursor: help;
}
.promo_section span.information.tooltip:hover, .promo_section span.information.tooltip span.details:hover {
	cursor: help;
}
.promo_section span.information.tooltip:hover span.details {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.promo_section span.information.tooltip .details {
		width: 300px;
		left: -96px;
	}
	.promo_section #pax_student .information.tooltip .details {
		width: 250px;
		top: -80px;
		right: unset;
	}
	.promo_section #pax_student .information.tooltip .details:after {
		left: 40%;
	}
}
@media only screen and (max-width: 480px) {
	.promo_section span.information.tooltip .details {
		width: 160px;
		left: -140px;
	}
	.promo_section span.information.tooltip .details:after {
		left: 75%;
	}
	.promo_section #pax_student .information.tooltip .details {
		width: 200px;
		top: -95px;
	}
	.promo_section #pax_student .information.tooltip .details:after {
		left: 61%;
	}
	.promo_section #bike_transfer_wrapper .information.tooltip .details {
		top: -77px;
	}
	.promo_section #bike_transfer_wrapper .information.tooltip .details:after {
		left: 77%;
	}
	.promo_section #pax_senior span.information.tooltip .details {
		width: 150px;
		top: -63px;
		left: -82px;
	}
	.promo_section #pax_senior span.information.tooltip .details:after {
		left: 47%;
	}
	.promo_section #pax_child span.information.tooltip .details {
		width: 200px;
	}
	.promo_section #pax_child span.information.tooltip .details:after {
		left: 35%;
	}
}
/* New Tooltips for Galway Tour Pages 6/10/21 */
#tour .ticket_holder .input_holder {
	padding-right: 0px;
}
.ticket_holder span.tooltip {
	position: relative;
}
.ticket_holder span.details {
	position: absolute;
	bottom: 25px;
	left: -60px;
	display: none;
	width: 250px;
	padding: 5px;
	background-color: #fff;	
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%), 0 10px 25px 0 rgb(0 0 0 / 25%);
	z-index: 1;
}
.ticket_holder .details:after /*Triangle to make tooltip look like speech bubble */{
	position: absolute;
	bottom: -20px;
	left: 57px;
	width: 0;
	border-top: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	z-index: 2;
}
.ticket_holder span.tooltip {
	font-weight: 700;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	background-color: #0066CC;
	color: white;
	margin-top: -5px;
	text-align: center;
	position: relative;
	left: 20px;
	text-transform: lowercase;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	display: inline-block;
	z-index: 0;
}
.ticket_holder .tooltip .details {
	color: #000;
	font-family: 'Raleway';
	text-transform: initial;
	font-weight: normal;
}
.ticket_holder span.tooltip:hover, .ticket_holder span.details:hover {
	cursor: help;
}
.ticket_holder span.tooltip:hover span {
	display: inline-block;
}
.ticket_holder #pax_adult span.tooltip /* To hide adult tooltips because there are none set */ {
	display: none;
}
.ticket_holder #pax_adult span.tooltip .details /* To hide adult tooltips because there are none set */ {
	display: none;
}
.tickets_holder #has_bikes {
	width: 22px;
	float: left;
	margin-top: -6px;
	margin-right: 6px;
}
.tickets_holder #bike_transfers .information {
	margin-left: 20px;
}
.tickets_holder .has_bikes_holder {
	width: 100%;
}
#no_bikes_on_bus_transfers, #no_bus_on_bike_transfers {
	display: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Raleway;
	color: rgb(204, 0, 0);
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: red;
	border-image: initial;
	z-index: 10;
}
.disabled_bike_transfer .has_bikes_holder .ap_checkbox_label {
	transition: all 0.5s ease;
	color: #B3B5C2;
}

@media only screen and (max-width: 480px) {
	.ticket_holder span.tooltip {
		width: 20px;
		height: 20px;
		line-height: 20px;
		left: 30px;
	}
	.ticket_holder span.details {
		width: 200px;
		bottom: 30px;
		left: -95px;
	}
	.ticket_holder span.details:after {
		left: 45%;
	}
	#tour .ticket_holder #child_u5_dob .input_holder .ap_input {
		width: 168px;
	}
}
/*---------------------------------------*/


.book-sub-heading {
	padding: 16px 0;
	margin:0;
	white-space: normal;
	width: 100% !important;
}
.tickets_holder {
	width: 100%;
}
.review-tickets {
	text-transform: uppercase;
	margin-top: -10px;
}
.tickets_holder.review-tickets .row {
	font-size: 19px;
	line-height: 33px;
	padding: 2px 0 5px 0 ;
	line-height: 37px;
}
.review-tickets + .book-sub-heading {
	margin-top: 32px;
	padding-bottom: 4px;
}
.review-tickets + .book-sub-heading + .tickets_holder .row {
	padding: 9px 0;
	font-size: 19px;
}
.tickets_holder .row {
	width: 100%;
	padding: 6px 0;
	border-bottom: 1px solid #e6e7eb;
	display: block;
	font-size: 16px;
	font-weight: 100;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
}
.tickets_holder .row #ap_calendar .month em {
	font-family: 'Droid Serif', serif;
	line-height: 1.5;
	color: #2E334C;
	font-size: 14px;
	letter-spacing: 0;
}
.tickets_holder :not(.review-tickets) .row:first-child {
	border-bottom: 1px solid #e6e7eb;
}
.payment-page-ticket-overview .tickets_holder .row.selected_route {
	border: 0;
	margin-bottom: 10px;
}
.payment-page-ticket-overview .tickets_holder .row.selected_route strong {
	font-weight: 900;
	color: #000834;
}
.payment-page-ticket-overview .tickets_holder .row.selected_route span {
	position: unset;
	top: unset;
	font-size: inherit;
}
.tickets_holder .row .input_holder {
	width: auto;
	margin-bottom: 0;
}
.tickets_holder .row .input_holder .select_input {
	float: left;
	width: 57px;
	padding: 0 0 0 7px;
}
.tickets_holder .row .input_holder .select_input_label, .tickets_holder .row #child_u5_dob .calendar_input_label {
	float: right;
	/* width: 100px; */
	max-width: 200px;
	margin: 5px 0 0 10px;
	font-size: 20px;
	font-weight: 100;
	color: #000000;
}
.tickets_holder .row .calculated_price {
	float: right;
}
.tickets_holder .row #child_u5_dob {
	margin: 10px 0 0 0;
}
.tickets_holder .row #child_u5_dob .calendar_input_label {
	margin: 5px 10px 5px 0px;
	font-size: 16px;
	vertical-align: sub;
}
.tickets_holder .row #child_u5_dob .calendar_input_holder, .tickets_holder .row #child_u5_dob .calendar_input_label {
	float: none;
}
.tickets_holder .row span {
	top: 8px;
	position: relative;
	font-size: 15px;
}
.tickets_holder .row span.calculated_price {
	font-size: 20px;
	top: 5px;
}
.tickets_holder.review-tickets .row span.calculated_price {
	top: -4px;
}
#promotions_holder {
	position: relative;
	margin-bottom: 10px;
}
.form.book-sub-heading {
	width: 100% !important;
	margin: 0;
	background-color: #e6e7eb;
	margin-top: 60px;
	padding: 12px 0;
	border-top: 1px solid #000834;
}
.form .form_wrapper {
	float: right;
	padding-right: 20px;
	margin-left: 14px;
}
.form .form_wrapper .details_promo_holder {
	margin: 0;
	width: auto;
	padding-right: 8px;
}
.form .form_wrapper .details_promo_holder input {
	width: 200px !important;
}
.form .form_wrapper .details_promo_holder .text_input {
	width: 250px;
	font-weight: 600;
	text-transform: uppercase;
}
.form .form_wrapper .details_promo_holder input[type="text"]::placeholder { /* Firefox, Chrome, Opera */
	color: #e6e7eb;
	opacity: 1; /* Firefox */
}
.form .form_wrapper .details_promo_holder input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #e6e7eb;
}
.form .form_wrapper .details_promo_holder input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
	color: #e6e7eb;
}
.form .form_wrapper .submit {
	background-color: #000834;
	color: white;
	padding: 8px 44px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 800;
	font-family: 'raleway', sans-serif;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
.promo_section span.information {
	font-size: 15px;
	font-weight: 100;
	text-transform: none;
	padding-left: 20px;
}
.form.book-sub-heading .information:before {
	transform: translate(-20px, 9px);
	-ms-transform: translate(-20px, 9px);
	-webkit-transform: translate(-20px, 9px);
}
.total_price {
	font-family: 'raleway', sans-serif;
	width: 100%;
	border-top: 1px solid #000834;
	border-bottom: 1px solid #000834;
	font-size: 26px;
	font-weight: 800 ;
	text-align: right;
	padding: 29px 0;
	margin-top: 54px;
	margin-bottom: 28px;
	color: #000834;
}

.total_price ~ .step-wrapper .submit {
	background-color: #000834;
	float: right;
	padding: 28.5px 35px;
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0;
	border: none;
	border-radius: 10px;
	box-shadow: -10px 0px white;
	cursor: pointer;
	font-weight: 800;
	font-family: 'raleway', sans-serif;
	letter-spacing: -0.3px;
		height: 80px;
	box-sizing: border-box;
	top: 0;
	right: 0;
}
.total_price ~ .step-wrapper .submit:before {
	content: "";
	position: absolute;
	width: 20px;
	background-color: white;
	height: 90px;
	transform: translate(-56px, -30px);
	-ms-transform: translate(-56px, -30px);
	-webkit-transform: translate(-56px, -30px);
}
.contact-details-holder .input_holder {
	width: 100%;
	margin-bottom: 13px;
	line-height: 22px;
}
.contact-details-holder .input_holder label,
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
	float: left;
	width: 200px;
	font-size: 20px;
	font-weight: 100;
	color: #000000;
	margin-top: 5px;
	letter-spacing: 0px;
	font-family: 'raleway', sans-serif;
	text-transform: uppercase;
}
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
	padding-bottom: 0;
}
#customer_title {
	max-width: 77px !important;
}
#customer_nationality,
#customer_title,
.contact-details-holder .input_holder .text_input,
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
	width: 100% !important;
	max-width: 369px;
	float: left;
	height: 36px;
	margin-top: -1px;
	padding: 7px 14px;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #b3b5c2;

}
#mc_embed_signup #mc_embed_signup_scroll .asterisk,
.contact-details-holder .input_holder:before,
.contact-details-holder.customer_title_holder .input_holder:before,
.required-info:before {
	content: "*";
	font-size: 25px;
	color: #b4b6c3;
	font-weight: 700;
	position: relative;
	top: -1px;
	margin-left: 2px;
	font-family: 'Droid Serif', sans-serif;
}
#mc_embed_signup #mc_embed_signup_scroll h2 {
	margin-bottom: 26px;
}
#mc_embed_signup #mc_embed_signup_scroll label .asterisk {
	float: right;
	transform: translate(384px, -10px);
}
#mc_embed_signup_scroll {
	position: relative;
	margin-bottom: 20px;
}
#mc_embed_signup #mc_embed_signup_scroll .indicates-required {
	text-align: right;
	position: absolute;
	bottom: 5px;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #b4b6c3;
	font-size: 16px;
	text-transform: capitalize;
}
#mc_embed_signup #mc_embed_signup_scroll .indicates-required .asterisk {
	top: 8px;
}
#mc_embed_signup #mc_embed_signup_scroll .button {
	background-color: #000834;
	float: right;
	height: 80px;
	width: 242px;
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 5px 0px 0 30px white;
	cursor: pointer;
	font-weight: 800;
	font-family: 'raleway', sans-serif;
	letter-spacing: -0.3px;
	margin: 20px 0 0 0;
	text-shadow: none;
	transition: none;
	-webkit-appearance: none;
}
#mc_embed_signup #mc_embed_signup_scroll div#mce-responses {
	margin-bottom: 34px;
}
.required-info {
	font-family: 'Raleway', sans-serif;
	color: #b4b6c3;
	font-size: 16px;
	position: relative;
	top: -16px;
	margin-bottom: 37px;
}
.required-info:before {
	float:none;
	top: 8px;
	margin-right: 4px;
}
.customer_terms_holder {
	margin:0;
	width: 100%;
}
.customer_terms_holder .checkbox_input {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}
.customer_terms_holder .ap_checkbox_label {
	text-align: right;
	text-transform: none;
	margin: 0;
}
#worldnet_wrapper {
	height: 700px !important;
	width: 100% !important;
}

@media screen and (max-width: 767px) {
	.ticket_type_wrapper .details_trip_type_holder .ap_radio_label:last-child {
		padding-left: 20px;
	}
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark .from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .from,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark .to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .to {
		padding: 5px 0;
		line-height: 25px;
		min-height: 50px;
	}
	
	
	.payment-page-ticket-overview .tickets_holder .row.selected_route .label {
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 480px) {
	.ticket_type_wrapper label.ap_radio_label:first-of-type {
		/* padding-right: 30px; */
		white-space: pre-wrap;
		padding-left: 15px;
		padding-right: 0px;
		text-align:left;
	}
	.ticket_type_wrapper .details_trip_type_holder .ap_radio_label:last-child {
		white-space: pre-wrap;
		padding-left: 25px;
	}
	.ticket_type_wrapper label.ap_radio_label:after {
		display: block;
	}
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark .from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .from,
	.route_type_wrapper .details_outbound_foreign_key_holder input:checked ~ .checkmark .to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label .to,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .from,
	.route_type_wrapper .details_outbound_foreign_key_holder .ap_radio_label:hover .to {
		padding: 17px 0;
		line-height: 25px;
		min-height: 0;
	}
		.details_trip_type_holder .ap_radio_label:first-of-type span.checkmark{
		right: auto;
	}
	#category .tour .heading {
		font-size: 20px;
	}
}

