html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0; /*font-family: Inter, Sans-serif, helvetica, arial;*/
	font: 16px / 28px 'Inter', sans-serif, helvetica, arial !important;
}

form, td, span, div, table {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	border: 0;
}

.cnt {
	text-align: center;
}

img.cnt {
	display: block;
	margin: 0 auto;
}

.top {
	vertical-align: top;
}

.rgt {
	text-align: right;
}

.b, b {
	font-family: Inter, Sans-serif;
	font-weight: bold;
}

.rt {
	text-align: right;
}

.i {
	font-style: italic;
}

.req {
	font-weight: normal;
	color: red;
}

.red {
	color: red;
}

.clr, .break, .brk {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.wht {
	color: #fff;
}

.darkblue {
	color: #005899;
}

.brightblue {
	color: #0096D2;
}

.darkred {
	color: #D2242B;
}

/* Form Element Styles */
.textbox {
	padding: 4px;
	border: 1px solid #999;
	width: 300px;
	font-size: 16px;
	background: #DCDCDC;
}

.textarea {
	padding: 4px;
	border: 1px solid #999;
	width: 98%;
	font-size: 16px;
	background: #DCDCDC;
}

.btn_submit {
	background: #333;
	color: #fff;
	border: 0;
	padding: 10px 10px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

	.btn_submit:hover {
		cursor: pointer;
		color: #79B94A;
		background: #444;
	}

/* Remove Form and Element Styling for Safari, iOS */
input[type=text], input[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.imgr {
	float: right;
	margin: 0 0 40px 20px;
}

.normal {
	font-weight: normal;
}

select optgroup {
	font-weight: normal;
}

.f10, .fs10 {
	font-size: 10px;
}

.f11, .fs11 {
	font-size: 11px;
}

.f12, .fs12 {
	font-size: 12px;
}

.f13, .fs13 {
	font-size: 13px;
}

.f14, .fs14 {
	font-size: 14px;
}

.f15, .fs15 {
	font-size: 15px;
}

.f16, .fs16 {
	font-size: 16px;
}

.f17, .fs17 {
	font-size: 17px;
}

.f18, .fs18 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6, h7 {
	display: block;
	font-weight: bold;
	font-family: Inter, Sans-serif;
	position: relative;
}

h1 {
	font-size: 34px;
	line-height: 34px;
	color: #333;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	color: #0096D2;
}

h3 {
	font: bold 30px / 36px 'Inter', sans-serif !important;
	margin-bottom: 5px;
	color: #031222;
	/*font-size: 28px;
line-height: 28px;
color: #0096D2;*/
}

h4 {
	font-size: 26px;
	line-height: 26px;
	color: #0096D2;
}

h5 {
	font-size: 26px;
	line-height: 26px;
	color: #0096D2;
}

h6 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #0096D2;
}

h7 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #0096D2;
	font-weight: bold;
}

.new {
	color: #00C800;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.img_r {
	float: right;
	margin: 0 0 0 20px;
}

.img_l {
	float: left;
	margin: 0 20px 0 0;
}

img.shadow {
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

img.border {
	border: 5px solid #fff;
}

.hr, hr {
	font-size: 0;
	height: 2px;
	line-height: 2px;
	border-bottom: 2px solid #D4DEDB;
}
/* Table */
.tbl {
	display: table;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
	vertical-align: middle;
}
/* Youtube Video Embeds */
.ytVideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

	.ytVideoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

#holderouter {
	width: 100%;
}

header {
	position: relative;
	z-index: 300;
	width: 100%;
	/*height: 90px;
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);*/
}

.headerouter {
	border-bottom: 1px solid #035296;
}

.headerinner {
	max-width: 1400px;
	margin: 0 auto;
}

.headerblock1, .headerblock2 {
	width: 49%;
	display: inline-block;
}

	.headerblock1 a, .headerblock2 a {
		text-decoration: underline;
		color: #06264D;
		-webkit-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}

		.headerblock1 a:hover, .headerblock2 a:hover {
			color: #013F87;
		}

.headerblock2 {
	text-align: right;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.headerlogo {
	width: 100%;
	max-width: 350px;
	padding-top: 10px;
	vertical-align: bottom;
}

.headerwifi {
	display: inline-block;
	padding-left: 12px;
}
#ff, #wifi{display:inline-block;}
#fragrancefree{width:175px;}
#ff #popup {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 280px;
	font-weight: bold;
	
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	border: solid 1px #000;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

#ff:hover #popup {
	opacity: 0.9;
	background-color: #fff;
}

#footerlogo {
	width: 100%;
	max-width: 500px;
	min-width: 250px;
}

.tophreflogin {
	color: #035296;
	font-weight: bold;
	text-decoration: none;
}

#logobar {
	width: 100%;
	margin-top: 60px;
}

#logobarlt {
	position: absolute;
	left: 5%;
	background: #f6881f;
	width: 33%;
	height: 50px;
	max-width: 250px;
}

#logobarrt {
	position: absolute;
	right: 0;
	background: #D2242B;
	width: 33%;
	height: 50px;
}

#logobarlt2 {
	position: absolute;
	left: 0;
	background: #ec4c93;
	width: 33%;
	height: 50px;
}

#logobarcnt2 {
	position: absolute;
	left: 33%;
	background: #005899;
	width: 33%;
	height: 50px;
}

#logobarrt2 {
	position: absolute;
	right: 0;
	background: #d2232a;
	width: 33%;
	height: 50px;
}


#topbar {
	position: relative;
	z-index: 330;
	top: -50px;
}

#topbarlt {
	position: absolute;
	left: 25px;
	top: 12px;
	font-style: italic;
	font-size: 20px;
	width: 66%;
}

#topbarrt {
	position: absolute;
	right: 25px;
	top: 2px;
	width: 33%;
}

	#topbarrt a {
		text-decoration: none;
		-webkit-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		display: inline-block;
		font-family: CalibriBold;
		font-size: 18px;
		color: #333;
	}

		#topbarrt a#tophrefhome {
			margin-right: 15px;
			opacity: 1;
			-webkit-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
			position: relative;
			top: 2px;
		}

			#topbarrt a#tophrefhome:hover {
				opacity: 0.6;
			}

		#topbarrt a#tophreflogin { /*padding-left:12px; background:url(/vimages/icon_signin_arrow.png) no-repeat left 5px;*/
		}

		#topbarrt a:hover {
			color: #D2242B;
		}

#headerinner {
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	display: none;
}

#isllogo {
	position: absolute;
	bottom: -4px;
	left: 20px;
}

#islexpresslogo {
	position: absolute;
	bottom: -4px;
	top: -1px;
	right: 20px;
}

#tofinoexpresslogo {
	position: absolute;
	top: -1px;
	right: 20px;
}

#isllogo2 {
	position: absolute;
	bottom: -4px;
	left: 20px;
}

#islexpresslogo2 {
	position: absolute;
	top: 0;
	right: 20px;
}

#tofinoexpresslogo2 { /*position:absolute; right:2px;*/
}

.welcomeheader {
	display: inline-block;
	padding-right: 15px;
	font-weight: bold;
	text-align: left;
}

.accountheader {
	display: inline-block;
	text-align: right;
}

#logobardivider {
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-left: -31px;
	background: url(/vimages/logobar_divider.png) no-repeat;
	width: 62px;
	height: 51px;
}

#logobarleftdivider {
	position: absolute;
	z-index: 5;
	left: 33%;
	margin-left: -31px;
	background: url(/vimages/logobar_divider.png) no-repeat;
	width: 62px;
	height: 51px;
}

#logobarrightdivider {
	position: absolute;
	z-index: 5;
	left: 66%;
	margin-left: -31px;
	background: url(/vimages/logobar_divider.png) no-repeat;
	width: 62px;
	height: 51px;
}

#logobargradlt {
	left: 5%;
	position: absolute;
	width: 33%;
	max-width: 250px;
	height: 50px;
	background: #f6881f; /*#005899; */ /* Old browsers */
	/*background: -moz-linear-gradient(left, #005899 0%, #00a3bc 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #005899 0%,#00a3bc 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #005899 0%,#00a3bc 100%);
*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005899', endColorstr='#00a3bc',GradientType=1 );
*/ /* IE6-9 */
	background: -moz-linear-gradient(left, #f6881f 0%, #d2232a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6881f 0%,#d2232a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6881f 0%,#d2232a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6881f', endColorstr='#d2232a',GradientType=1 ); /* IE6-9 */
}

#logobargradcnt {
	left: 33%;
	position: absolute;
	width: 33%;
	height: 50px;
	background: #f6881f; /* Old browsers */
	background: -moz-linear-gradient(left, #f6881f 0%, #d2232a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6881f 0%,#d2232a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6881f 0%,#d2232a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6881f', endColorstr='#d2232a',GradientType=1 ); /* IE6-9 */
}

#logobargradrt {
	right: 0;
	position: absolute;
	width: 50%;
	height: 50px;
	background: #ec4c93; /* Old browsers */
	background: -moz-linear-gradient(left, #ec4c93 0%, #d2242b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ec4c93 0%,#d2242b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ec4c93 0%,#d2242b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4c93', endColorstr='#d2242b',GradientType=1 ); /* IE6-9 */
}



#logobargradrt2 {
	right: 13px;
	position: absolute;
	width: 33%;
	height: 50px;
	background: #f6881f; /* Old browsers */
	background: -moz-linear-gradient(left, #f6881f 0%, #d2232a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6881f 0%,#d2232a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6881f 0%,#d2232a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6881f', endColorstr='#d2232a',GradientType=1 ); /* IE6-9 */
}

#logobargradlt2 {
	left: 0%;
	position: absolute;
	width: 33%;
	height: 50px;
	background: #d2242b; /* Old browsers */
	background: -moz-linear-gradient(left,#ec4c93 100%, #d2242b 0%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,#ec4c93 100%, #d2242b 0%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,#ec4c93 100%, #d2242b 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec4c93', endColorstr='#d2242b',GradientType=1 ); /* IE6-9 */
}

#logobargradcnt2 {
	left: 33%;
	position: absolute;
	width: 33%;
	height: 50px;
	background: #005899; /* Old browsers */
	background: -moz-linear-gradient(left, #005899 0%, #00a3bc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #005899 0%,#00a3bc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #005899 0%,#00a3bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005899', endColorstr='#00a3bc',GradientType=1 ); /* IE6-9 */
}




#navholder {
	width: 100%;
	/*margin: 0 auto;*/
	transition: all 300ms ease-in-out;
	z-index: 1001;
}

nav {
	z-index: 1000;
	/*padding: 5px 0 5px 10%;
box-sizing: border-box;*/
	position: relative;
	/*top: 7px;
left: 0;*/
	width: 100%;
	height: 50px;
	/*margin: 0 auto;*/
	/*background: #035296;*/
	background: #fff;
	border-bottom: solid 4px #035296;
}

	nav a {
		color: #fff;
		text-decoration: none;
		padding-top: 5px;
	}

	nav.fixed {
	}

	nav.original {
	}

#navinner {
	width: 100%;
	z-index: 320;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.bookingheader {
	text-align: center;
}

	.bookingheader h1 {
		color: #af1408;
		font-weight: bold;
		font-size: 55px;
		margin: 45px 0 20px;
		padding: 0;
		font-family: CalibriBold, Sans-serif;
	}

	.bookingheader h2 {
		color: #af1408;
		font-weight: bold;
		font-size: 55px;
		margin: 45px 0 20px;
		padding: 0;
		font-family: CalibriBold, Sans-serif;
	}

	.bookingheader h3 {
		color: #064173;
		font-weight: bold;
		font-size: 35px;
		font-style: italic;
		margin: 0 0 15px;
		padding: 0;
	}

.nav-open #navholder {
	transform: translateY(0);
	bottom: 100%;
}

.nav-open nav {
	transform: translateY(0);
	background: #fff;
	/*padding-top: 50px;*/
}

.nav-open .hamburger {
	transform: rotate(45deg);
}

	.nav-open .hamburger::before {
		opacity: 0;
	}

	.nav-open .hamburger::after {
		transform: rotate(90deg) translate(-6px);
	}

.nav__toggle {
	position: absolute;
	right: 0;
	transform: translateX(-100%);
	background: #000;
	padding: 1em .5em;
	border: 0;
	border-radius: .25em;
	transition: background 300ms ease-in-out;
	cursor: pointer;
	top: 10px;
}

	.nav__toggle:focus {
		outline: none;
		box-shadow: none;
	}

	.nav__toggle:hover {
		background: #000;
	}

.hamburger {
	display: block;
	position: relative;
}

	.hamburger,
	.hamburger::before,
	.hamburger::after {
		width: 2em;
		height: 2px;
		background: #fff;
		transition: transform 300ms ease-in-out, opacity 300ms linear;
	}

		.hamburger::before,
		.hamburger::after {
			content: '';
			position: absolute;
			left: 0;
		}

		.hamburger::before {
			bottom: 6px;
		}

		.hamburger::after {
			top: 6px;
		}

#mobilemenubtn {
	display: none;
	position: absolute;
	z-index: 200;
	top: 72px;
	right: 35px;
}

	#mobilemenubtn a {
		display: block;
		background: url(/vimages/menu_btn_mobile.png) no-repeat right center;
		width: 38px;
		height: 38px;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

		#mobilemenubtn a.init {
			background: url(/vimages/menu_btn_mobile_on.png) no-repeat right center;
		}

#holder {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#toplinks {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 20px;
}

	#toplinks a {
		color: #000;
		font-size: 12px;
		text-decoration: none;
		margin-left: 15px;
		text-transform: uppercase;
	}

		#toplinks a:hover {
			color: #007B9C;
		}

#logo {
	display: block;
	width: 293px;
	height: 33px;
	position: absolute;
	left: 10px;
	top: 24px;
}

#bannerholder {
	position: relative;
}

#contentouter {
	margin: 0 auto;
}

#contentinner {
	padding: 0px;
	margin: 0 auto;
	background: #f0f3f7;
}

#content {
	padding: 0px 4%;
	margin: 0 auto;
	max-width: 1280px;
	min-height: 60vh;
}

.contentheader {
	padding: 10px 20px 14px 20px;
	text-align: center;
	font-variant: Small-Caps;
}

.contentheadertxtlrg {
	font-size: 38px;
	line-height: 38px;
	letter-spacing: -1px;
	margin: 0;
	color: #333;
	font-family: CalibriBold;
}

.contentheadertxtsml {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	color: #0096D2;
	font-family: CalibriBold;
}

.contentrowwrapper {
	position: relative;
	width: 100%;
	background: #F5F5F5;
}

.contentrowinner {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	padding: 20px 20px;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}

	.contentrowinner a {
		text-decoration: none;
		font-family: CalibriBold;
		font-weight: normal;
		color: #007B9C;
	}

.bubblecontent {
	margin: 0 auto 50px;
	padding: 30px 50px;
	box-sizing: border-box;
	box-shadow: 0px 10px 60px #0000001D;
	background-color: rgba(252, 253, 255, 1);
	max-width: 900px;
	border-style: solid;
	border-width: 2px;
	border-radius: 33px;
	border-color: rgba(213, 220, 227, 1);
}

	.bubblecontent h3 {
		color: #035296;
	}

.container-site-width {
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

	.container-site-width h4 {
		margin-bottom: 0;
		padding-bottom: 5px;
		margin-left: 30px;
		font: 600 20px / 35px 'Inter', sans-serif !important;
		color: #222222;
		border-bottom: 1px solid #D5DCE3;
		padding-right: 40px;
	}

	.container-site-width ul.hide {
		display: none;
	}

.expand_section {
	position: relative;
	overflow: hidden;
	padding: 10px 30px 10px 0px;
	margin: 0;
	max-width: 100%;
	margin: 0 auto 25px;
	background: #FCFDFFD0;
	border: 2px solid #D5DCE3;
	border-radius: 17px;
	transition: all 0.3s;
}

	.expand_section.arrowdown a h4 {
		background: url(/vimages/tnav_arrow.png) no-repeat right 17px;
		display: block;
	}

	.expand_section.arrowup a h4 {
		background: url(/vimages/tnav_arrow_up.png) no-repeat right 17px;
		display: block;
	}

	.expand_section:hover {
		background: #D5DCE3;
	}

	.expand_section ul.hide, .wn_expand_section ul.hide {
		display: none;
	}

.newslink, .newslink a {
	font: 800 35px / 60px 'Inter', sans-serif !important;
	color: #064173 !important;
	font-style: oblique !important;
	padding-bottom: 0px;
	text-decoration: none;
	transition: all 0.3s;
	border-bottom: 3px solid transparent;
}

	.newslink a:hover {
		border-color: #064173;
	}

.newslinkholder {
	padding-bottom: 50px;
}

.newsreleaselink {
	color: #064173 !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

	.newsreleaselink:hover {
		color: #707070 !important;
	}

.strong {
	font: 600 20px / 35px 'Inter', sans-serif !important;
	color: #222222;
}

ul.showsection div.strong {
	padding-bottom: 20px;
}

ul.showsection li {
	font: 18px / 30px 'Inter', sans-serif !important;
}

.readmore {
	margin: 10px 0;
}

	.readmore a {
		background: transparent linear-gradient(180deg, #035396 0%, #044072 100%) 0% 0% no-repeat;
		box-shadow: 0px 10px 40px #00000029;
		border: 1px solid #1564AB;
		border-radius: 1px;
		padding: 10px 40px;
		font: 20px / 35px 'Inter', sans-serif !important;
		color: #FCFDFF !important;
		text-decoration: none !important;
		text-transform: uppercase;
	}

		.readmore a:hover {
			background: transparent linear-gradient(180deg, #006ECB 0%, #035CA8 40%, #0B4A7E 100%) 0% 0% no-repeat;
			color: #fff !important;
		}

.wnroutelink {
	font: 600 18px / 30px 'Inter', sans-serif !important;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	padding: 15px !important;
	text-align: center;
	box-sizing: border-box;
	width: 250px;
	height: 110px;
	background-color: #fff;
	border: 1px solid transparent;
	box-sizing: border-box;
	vertical-align: bottom;
	margin-bottom: 25px;
}

	.wnroutelinkactive, .wnroutelink:hover {
		font: 600 18px / 30px 'Inter', sans-serif !important;
		background: transparent linear-gradient(180deg, #FEFEFE 0%, #FAFCFD 65%, #F0F7FA 100%) 0% 0% no-repeat;
		box-shadow: 6px 6px 35px #045DAD3B;
		border: 1px solid #D5DCE3;
		width: 250px;
		height: 110px;
		color: #064173;
		text-align: center;
		padding: 15px !important;
		box-sizing: border-box;
		vertical-align: bottom;
		margin-bottom: 25px;
	}

.wn_expand_section {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.wnholder {
	width: 100%;
	background-color: #f0f3f7;
	padding: 0px 0px 40px;
}

.wnouter {
	box-sizing: border-box;
	width: 100%;
	max-width: unset;
	margin: 0 auto;
	padding: 0;
}

.wnbookinfo {
	width: 100%;
	background-color: #f0f3f7;
	padding: 50px;
	box-sizing: border-box;
	margin: 0 auto;
}

.schedholder {
	width: 100%;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
}

.schedhead {
	border-top: 1px solid #D5DCE3;
	border-bottom: 1px solid #D5DCE3;
	padding: 30px 0;
	margin: 0 auto;
}

.h1blurb {
	text-align: center;
	font-weight: bold;
	font: 600 20px / 35px 'Inter', sans-serif !important;
	color: #222222;
	margin-top: 0;
}

.h1heading {
}

footer {
	position: relative;
	margin-bottom: -20px
}

	footer .tblflexitem {
		padding: 0;
	}

#footergradientbar {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 0;
	height: 6px;
	background: #035296;
}

#footerinner {
	width: 100%;
	background: #031222;
	margin: 0 auto;
	padding: 30px 20px 0 20px;
	box-sizing: border-box;
}

	#footerinner a {
		-webkit-transition: all 250ms ease-out;
		transition: all 250ms ease-out;
	}

/* Footer Links 
#footerinner .tblflex .tblflexitem:nth-child(1) {width:33%; flex:auto;}*/
/* Footer Contact 
#footerinner .tblflex .tblflexitem:nth-child(2) {width:22%; margin-left:1%; flex:auto;}*/

#footercontactinfo {
	padding: 0px;
	box-sizing: border-box;
	padding: 10px 25px;
	margin: 0 auto;
	width: 60%;
}

	#footercontactinfo h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 15px 0;
		font-family: CalibriBold;
	}

	#footercontactinfo a#footercontactinfolink {
		display: inline-block;
		border-radius: 5px;
		text-decoration: none;
		font-size: 16px;
		line-height: 16px;
		padding: 5px 12px;
		color: #fff;
	}

		#footercontactinfo a#footercontactinfolink:hover {
		}

.locationicon {
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	padding-right: 15px;
	float: left;
}

a#booknow {
	background: #034a85;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

	a#booknow:hover {
		background-color: #025ead;
	}

.booknow {
	text-align: center;
	box-sizing: border-box;
	padding: 10px 25px !important;
}

.footeraddress {
	padding-bottom: 15px;
}

.footerlinks {
	margin: 0 auto;
	max-width: 600px;
}

	.footerlinks a {
		color: #fff;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
		font-style: italic;
		text-decoration: none;
	}

.jumpto {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	padding-left: 25%;
	box-sizing: border-box;
}

.bcol {
	position: relative;
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	width: 16%;
}

.bcolheader {
	text-transform: uppercase;
	margin-bottom: 10px;
}

	.bcolheader a {
		text-decoration: none;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
		font-weight: normal;
		color: #666;
		font-size: 20px;
		font-family: CalibriBold;
	}

		.bcolheader a:hover {
			color: #333;
		}

.bcollinks {
	padding: 5px 0 0 0
}

	.bcollinks a {
		text-decoration: none;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
		font-weight: normal;
		color: #999;
		font-size: 17px;
		display: block;
		padding: 1px;
	}

		.bcollinks a:hover {
			color: #666;
		}

#copyr {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

	#copyr a {
		color: #333;
		text-decoration: none;
		-webkit-transition: all 150ms ease-out;
		transition: all 150ms ease-out;
	}

		#copyr a:hover {
			color: #666;
		}

#rtt {
	position: fixed;
	bottom: 10px;
	transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
}

	#rtt a {
		display: inline-block;
		text-decoration: none;
		background: #005D9B url(/vimages/rtt_arrow.png) no-repeat center center;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

		#rtt a:hover {
			background-color: #333;
		}

	#rtt.normal {
		z-index: 0;
		opacity: 0;
		right: -40px;
	}

	#rtt.fixed {
		z-index: 500;
		opacity: 1;
		right: 10px;
	}

/*covid*/
#tlvl38 {
	background-color: yellow;
	border-radius: 5px 5px 0 0;
	padding: 20px 10px 3px 10px !important;
}

	#tlvl38:hover {
		background-color: #fdfd74;
		color: #000 !important;
	}
/* Sub Menu ///////////////////////////////// */
.mn1 a {
	display: block;
	background: #ddd;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 10px;
	color: #333;
	text-decoration: none;
	margin-bottom: 2px;
}

	.mn1 a:hover {
		background: #ccc;
	}

.mnOn1 a {
	display: block;
	background: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 10px;
	margin-bottom: 2px;
	color: #fff;
	text-decoration: none;
}

.mn2 a {
	display: block;
	padding: 7px 5px 7px 28px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #007B9C
}

	.mn2 a:hover {
		color: #333;
	}

.mnOn2 a {
	display: block;
	padding: 7px 5px 7px 28px;
	font-weight: bold;
	background: url(/vimages/highlights_arrow.png) no-repeat 7px center;
	font-size: 13px;
	text-decoration: none;
	color: #333
}

.menutd2holder {
	border-top: 1px solid #ACBAB7;
	margin-top: -2px;
	border-bottom: 1px solid #ACBAB7;
	padding: 10px 0;
}

.mn3 a {
	display: block;
	font-size: 13px;
	padding: 6px 20px 6px 42px;
	text-decoration: none;
	color: #007B9C
}

	.mn3 a:hover {
		color: #333;
	}

.mnOn3 a {
	display: block;
	font-size: 13px;
	padding: 6px 20px 6px 42px;
	background: url(/vimages/highlights_arrow.png) no-repeat 20px center;
	text-decoration: none;
	color: #000;
}



/* //////////// Global Table Classes ///////////// */
.tblflex {
	clear: both;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.tblflexitem {
	padding: 5px;
	flex: 1 0; /* flex-grow, flex-shrink and flex-auto */
}

	.tblflexitem.p20 {
		padding: 20px;
	}

	.tblflexitem.p5 {
		padding: 20px;
	}

	.tblflexitem.grow2 {
		flex: 2;
	}

	.tblflexitem.grow3 {
		flex: 3;
	}

	.tblflexitem.auto {
		flex: 0 0 auto;
	}

	.tblflexitem.shrink {
		flex: 0 1 auto;
	}

.tblflex.nowrap {
	-webkit-flex-flow: nowrap;
	flex-flow: nowrap;
}

.tblflex.center {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.tblflex.stretch {
	-webkit-align-items: stretch;
	align-items: stretch;
}

.tblflex.baseline {
	-webkit-align-items: baseline;
	align-items: baseline;
}

.tblflex.inline {
	display: -webkit-inline-flex;
	display: inline-flex;
	width: auto;
}

.tblflex.borders .tblflexitem {
	border-bottom: 1px solid #E6E5D8;
	min-width: 46%
}

	.tblflex.borders .tblflexitem.bordertop {
		border-top: 1px solid #E6E5D8;
	}

	.tblflex.borders .tblflexitem.borderbottom {
		border-top: 1px solid #E6E5D8;
	}

	.tblflex.borders .tblflexitem.borderleft {
		border-left: 1px solid #E6E5D8;
	}

	.tblflex.borders .tblflexitem.borderright {
		border-right: 1px solid #E6E5D8;
	}

.twentyyearblurb {
	padding: 20px 0 0 10px;
	width: 73%;
	float: right;
}

.twentyyearimg {
	width: 25%;
	float: left;
}


.teblogo {
	float: left;
	padding-top: 10px;
}

.tebblurb {
	padding: 0px 0 0px 10px;
	float: right;
}

.whatsnewblurb1 {
	float: left;
	vertical-align: middle;
	width: 33%;
	padding: 0 1%;
	box-sizing: border-box;
}

	.whatsnewblurb1 img {
		margin: 40px 0px;
		text-align: center;
		width: 100%;
		max-width: 289px;
		border-radius: 6px;
	}

.whatsnewblurb2 {
	float: left;
	vertical-align: top;
	width: 33%;
	padding: 0 2%;
	box-sizing: border-box;
}


#ilb {
	font-family: CalibriBold;
	color: #333;
	font-size: 36px;
	letter-spacing: -1px;
}

#celebrates {
	font-family: Calibri;
	font-size: 28px;
	font-style: italic;
}

#pricingimg, #pricingimgnoticket {
	padding-left: 20px;
}

#ana, #anatoday {
	height: 100%;
	width: 15%;
	display: inline-block;
	margin-top: 5px;
	position: relative;
	top: 10px;
}

.availshape {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-color: green;
	position: relative;
	top: -5px;
	color: green;
}

.notavailshape {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-color: red;
	position: relative;
	bottom: 2px;
	color: red;
}

.availablelegend {
	font-size: 12px;
	position: relative;
	left: 25px;
	bottom: 5px;
}

.notavailablelegend {
	font-size: 12px;
	position: relative;
	left: 25px;
	bottom: 5px;
	white-space: nowrap;
}

.optionnodepricingtoday {
	display: inline-block;
	width: 50%;
}

#myaccountouter {
	width: 100%;
	margin: 0 auto;
	background-color: #f5f5f5;
	display: flex;
	padding: 20px 0;
}

#myaccountinnerselect, #myaccountinner {
	border-radius: 10px;
	text-align: center;
	margin: auto;
	padding: 5px 0;
	box-sizing: border-box;
	position: relative;
	top: 4px;
	font-size: 32px;
	background-color: #fff;
	height: 200px;
	width: 200px;
}

#myaccountinner {
	background-color: #f5f5f5;
}

#mytickets, #myprofile, #myipoints {
	width: 33%;
	height: 200px;
	float: left;
}

.myaccountbackground {
	border-radius: 10px;
	text-align: center;
	margin: auto;
	height: 208px;
	width: 208px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);
}

#bookingstepsouter, #accountstepsouter {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	height: 150px;
	padding-top: 20px;
}

#accountstepsouter {
	height: 175px;
}

.step1wrapper {
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	border: 2px solid #666666;
	padding: 5px;
	margin: 0 auto 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
}

#bkgstep1, #bkgstep2, #bkgstep3, #bkgstep4, #bkgstep5 {
	width: 20%;
	height: 115px;
	padding-top: 15px;
	float: left;
}

#accountstep1, #accountstep2, #accountstep3, #accountstep4, #accountstep5 {
	width: 17%;
	height: 160px;
	float: left;
	padding-top: 15px;
}

.bookingstepsholder, .accountstepsholder {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.bookingstepbackground, .accountstepbackground {
	border-radius: 50%;
	text-align: center;
	margin: auto;
	height: 58px;
	width: 58px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);
}

	.bookingstepbackground img {
		width: 60px;
	}

.accountstepbackground {
	height: 120px;
	width: 120px;
	background: unset;
}

#policy {
	color: Red;
	font-size: 20px;
	text-decoration: none;
}

.accountstepactive, .accountstepactive1, .accountstepactive2, .accountstepactive3, .accountstepactive4, .accountstepactive5 {
	border-radius: 50%;
	text-align: center;
	margin: auto;
	height: 112px;
	width: 112px;
	padding: 5px 0;
	box-sizing: border-box;
	position: relative;
	top: 4px;
	font-size: 21px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	font-variant: small-caps;
	color: #333;
	font-weight: bold;
	position: relative;
	top: 4px;
}

	.accountstepactive:hover, .accountstepactive2:hover, .accountstepactive3:hover, .accountstepactive4:hover, .accountstepactive5:hover { /*background-color:#007B9C;color:#fff !important;*/
		color: #007B9C;
		background-color: #fff;
	}

/* HOverBOX */
#hoverbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 680px;
}

#hoverboxtop {
	width: 680px;
	height: 7px;
	font-size: 0;
}

#hoverboxdesc {
	width: 660px;
	color: #000;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #90959B;
	font-family: Arial;
}

#hoverboxbot {
	width: 680px;
	height: 23px;
	font-size: 0;
	background: url(/vimages/hoverbox_pointer2.png) no-repeat
}


#stepspan {
	position: relative;
	top: 15px;
}

.ipointsimg_buy, .ipointsimg_history, .accountimg {
	max-width: 120px;
	position: relative;
	top: -8px;
	left: -4px;
	opacity: 0.6;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

	.ipointsimg_buy:hover, .ipointsimg_history:hover, .accountimg:hover {
		opacity: 1;
	}

.bookingstepdone, .bookingstepdisabled, .bookingstepactive { /*border-radius: 50%; text-align:center; margin:auto; height: 50px; width: 50px; padding: 5px 0;box-sizing: border-box;position:relative; top: 4px; font-size:32px;*/
}

.bookingstepdone {
	background-color: #000;
	color: #FFF;
}

.bookingstepactive, .bookingstepdisabled, .accountstepactive, .accountstepactive1, .accountstepactive2, .accountstepactive3, .accountstepactive4, .accountstepactive5 {
	background-color: #F5f5f5;
	color: #555555;
}

.bookingstepdisabled {
}

.bookingstepactive {
	color: #007B9C;
	background-color: #fff;
}

.bookingstepdesc, .accountstepdesc {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.accountstepdesc {
	font-size: 15px;
}

.rainbow2 {
	/*background-image: -webkit-linear-gradient(left, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);  For Chrome and Safari */
	/*background-image: -moz-linear-gradient(left, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);  For old Fx (3.6 to 15) */
	/*background-image: -ms-linear-gradient(left, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);  For pre-releases of IE 10*/
	/*background-image: -o-linear-gradient(left, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);  For old Opera (11.1 to 12.0) */
	/*background-image: linear-gradient(to right, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);  Standard syntax; must be last */
	/*color: transparent;
-webkit-background-clip: text;
background-clip: text;*/
	color: #AF1408;
}

.nodesheader {
	text-align: center;
	font-size: 28px;
	padding: 25px;
}

.nodetext, .traveldate {
	font-weight: bold;
}

.nodetext {
	color: #333;
}

	.nodetext checkbox {
		background-color: #fff;
	}

.nodetextsmall {
	font-size: 11px;
	font-weight: bold;
}

.reservebutton {
	border: none;
	border-radius: 5px !important;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 1.1em;
	margin: 4px 2px;
	cursor: pointer;
	background-color: #333;
	color: #fff;
}

.fld {
	max-width: 150px;
}

.formlabel {
	display: inline-block;
	float: left;
	font-weight: bold;
	min-width: 50px;
	text-align: right;
	margin: 10px 10px 10px;
	text-transform: uppercase;
	font-size: 20px;
}

#contactformcontainer { /*padding-bottom:25px;*/
}

#contactinfoside {
	color: #eeeeee;
	background-color: #101e2c;
	box-sizing: border-box;
	padding-top: 100px;
	margin: 0 auto;
}

	#contactinfoside a {
		color: #fff;
	}

	#contactinfoside h1 {
		color: #eee;
	}

#contactformside {
	box-sizing: border-box;
	padding: 50px;
	width: 100%
}

	#contactformside h1 {
		color: #AF1408;
		text-align: center;
	}

	#contactformside input[type=text], #contactformside textarea {
		padding: 10px;
		box-shadow: 0px 3px 10px #B2B1B121;
		border: 1px solid #D5DCE3;
		border-radius: 4px;
		width: 94%;
	}

	#contactformside input[type=text] {
	}

#contactform {
	padding: 50px;
	box-sizing: border-box;
	background: #fff;
	max-width: 500px;
	margin: 0 auto;
}

.contactinfosidediv {
	max-width: 430px;
	margin: 0 auto;
}

.contactlabel {
	/*width: 40%;
display: inline-block;
text-align: right;*/
	/*font-weight: bold;*/
	margin-right: 10px;
	/*text-transform: uppercase;*/
}

.contactfield {
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
}

.step3heading {
	font-variant: small-caps;
}

#reservebuttonholder input[type=submit], #loginbuttonholder input[type=submit], #bookingbuttonholder input[type=submit] {
	background: #333;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: 0;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: CalibriBold;
	font-size: 16px;
	border-radius: 5px;
}

	#reservebuttonholder input[type=submit]:hover, #reviewbutton:hover, #loginbuttonholder input[type=submit]:hover, #bookingbuttonholder input[type=submit]:hover {
		cursor: pointer;
		color: #ddd;
		background: #444;
	}

#loginbuttonholder {
	text-align: center;
	margin: 15px 5px 5px 5px;
	position: relative;
}

#bookingbuttonholder {
	text-align: center;
	margin: 0px 5px 0px 5px;
	position: relative;
	bottom: 10px;
}

#nextdayform {
	display: inline-block;
	margin-left: 25px;
}

.cancelbutton {
	background: #333;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: 0;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: CalibriBold;
	font-size: 16px;
	border-radius: 5px;
	margin: 10px 0;
}

	.cancelbutton:hover {
		cursor: pointer;
		color: #ddd;
		background: #444;
	}

#loginusernamelabel, #loginpasswordlabel, #newuserlabel {
	width: 45%;
	display: inline-block;
	text-align: right;
	font-weight: bold;
	margin: 10px;
	text-transform: uppercase;
}

#loginusername, #loginpassword {
	width: 45%;
	display: inline-block;
	text-align: left;
}

#newuserfield {
	width: 45%;
	display: inline-block;
	text-align: left;
}

#newsletterlabel {
	width: 35%;
	display: inline-block;
	text-align: right;
	bottom: 20px;
	position: relative;
	margin-right: 10px;
	height: 40px;
	font-weight: bold;
	font-variant: small-caps;
}

#newslettercheck {
	width: 50%;
	display: inline-block;
	text-align: left;
}

.routepickup, .routedropoff {
	width: 100%;
}

.cancelbutton:disabled {
	background-color: grey;
}

	.cancelbutton:disabled:hover {
		cursor: default;
		color: #fff;
		background: grey;
	}

.traveldate {
	color: #d2242b;
}

.routeoptions {
	text-align: center;
	font-size: 22px;
	padding: 10px 0;
}

.optionnumber {
	color: #666666;
}

.routeavail, .routeavailtoday, .routenoavail, .ticketroute {
	border-radius: 50%;
	border: solid 2px #666666;
	color: #FFF;
	text-align: center;
	margin: auto;
	height: 70px;
	width: 70px;
	padding: 23px 0;
	box-sizing: border-box;
	font-size: 16px;
}

.routeavail, .routeavailtoday, .ticketroute {
	background-color: #09950c;
}

.step3 {
	position: relative;
	top: 33px;
}

#nodesholder {
	width: 69%;
	display: flex;
	margin: 0 auto;
}

#routeavailholder {
	width: 20%;
	min-width: 75px;
	display: inline-block;
	margin: auto;
}

.routenoavail {
	background-color: #d2242b;
}

.optionfont, .optionfonttoday {
	font-size: 22px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 10px 5px;
	font-variant: small-caps;
	border: solid 2px #21629e;
	border-radius: 3px;
	text-align: center;
	background-color: #a4dae2;
}

.optioninput {
	height: 30px;
	padding: 0;
	font-size: 16px;
}

.routetime {
	font-weight: bold;
	color: #000;
}

#optholder, #optlabels {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}

#optholder {
	height: 56px;
}

#feeblurb {
	width: 55%;
	display: inline-block;
	position: relative;
	text-align: left;
	top: 5px;
	font-size: 11px;
}

.numseats, .boxbike, .reservefront {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-family: CalibriBold;
}

#routesheader {
	color: #666666;
	width: 10%;
	display: none;
	text-align: left;
	margin-top: 5px;
}

#reservebuttonholder {
	position: absolute;
	bottom: 0;
	right: 0;
}

.reservecheck {
	width: 85px;
	display: inline-block;
	vertical-align: top;
}

.boxbike {
	float: right;
}

#opt1holder {
	box-sizing: border-box;
	width: 35%;
}

#opt2holder {
	position: relative;
	top: -53px;
	left: 30%;
	width: 65%;
}

tr:nth-child(even) {
	background-color: #fff;
}
/* Tables //////////////////////////////// */
.tbldefault {
	width: 100%;
	border-collapse: collapse;
}

	.tbldefault td {
		padding: 5px 5px 5px 0;
		font-size: 14px;
		border-bottom: 1px solid #ddd;
	}

	.tbldefault th {
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
	}

	.tbldefault tr.row1 td {
		background: #E4E9EE
	}

	.tbldefault tr.row2 td {
		background: #FFFFFF
	}

	.tbldefault tr:last-child td {
		border: 0
	}
/*Login*/
.loginwrapper {
	border: 2px solid #666666;
	padding: 5px;
	margin: 0 auto 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
	max-width: 500px;
	height: 100%;
}

.newuserwrapper, .existinguserwrapper {
	border: 2px solid #666666;
	padding: 5px;
	background-color: #f5f5f5;
	border-radius: 10px;
	height: 100%;
	margin: 0 0 10px;
	float: left;
	width: 45%;
	max-width: 475px;
}

.newuserwrapper {
	float: right;
}
/*Step 1*/


/*Step 3*/

/*Step 4*/
#loginwrapperouter {
	width: 100%;
	max-width: 1080px;
	margin: 5px auto;
	height: 100%;
	overflow: auto;
}

#conflrg {
	display: table-cell;
	padding: 10px;
}

#conf {
	padding: 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

#conflabel, #tnlabel {
	padding: 10px;
	display: inline-block;
	font-weight: bold;
	width: 45%;
	box-sizing: border-box;
	text-align: right;
	text-transform: uppercase;
}

#tnlabel {
	width: 100%;
	text-align: left;
	padding-left: 25%;
	box-sizing: border-box;
}

#tnarea {
	width: 50%;
	margin: 0 25%;
}

#confmsg {
	padding: 10px;
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
}

#confinput {
	padding: 10px;
	display: inline-block;
	font-weight: bold;
	width: 45%;
	box-sizing: border-box;
}

.passengerinforow {
	width: 100%;
	box-sizing: border-box;
}

/*Step 5*/
#step5outer {
	width: 100%;
	max-width: 555px;
	margin: 0px auto;
}

/*Admin Tickets*/
.report {
	font-weight: bold;
	color: #666666;
	font-variant: small-caps;
	text-align: center;
}

#reportspan {
	color: #000;
}

#reviewbutton {
	background: #333;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: 0;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: CalibriBold;
	font-size: 16px;
	border-radius: 5px;
}

#viewbutton {
	background: #333;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: 0;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: CalibriBold;
	font-size: 14px;
	border-radius: 5px;
}

.admintickets {
	width: 33%;
	box-sizing: border-box;
}

#ticketoptionholder {
	width: 100%;
	box-sizing: border-box;
	max-width: 675px;
	margin: 0 auto;
}

.ticketoption, .ipointoption {
	width: 30%;
	display: inline-block;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	padding: 5px 0;
	text-align: center;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: 0;
	min-width: 200px;
	margin: 5px;
}

	.ticketoption:hover, .ipointoption:hover {
		background-color: #fff;
		color: #007B9C;
	}

/*iPoints*/
.ipointoption {
	width: 48%;
}

.ipointrow {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	display: inline-block;
}

	.ipointrow:hover {
		background-color: #fff;
	}

.ipointrow65 {
	box-sizing: border-box;
	width: 65%;
	display: inline-block;
}

.ipointrow35 {
	box-sizing: border-box;
	width: 33%;
	display: inline-block;
}

#ipointdateheading, #ipointdescheading, #ipointtransheading, #ipointamountheading {
	color: #555;
	font-weight: bold;
	display: inline-block;
	font-variant: small-caps;
}

#ipointdateheading {
	width: 25%;
}

#ipointdescheading {
	width: 40%;
}

#ipointtransheading, #ipointamountheading {
	width: 15%;
}

#ipointdate, #ipointdesc, #ipointtrans, #ipointamount, #ipointamountred {
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
}

#ipointdate {
	width: 25%;
}

#ipointdesc {
	width: 40%;
}

#ipointtrans, #ipointamount, #ipointamountred {
	width: 15%;
}

#ipointamountred {
	color: red;
}

.ipointsearned {
	width: 55%;
	float: right;
}

.stepheading, .routenodes, .ticketheading {
	padding: 5px;
	font-family: CalibriBold;
	color: #333;
	font-size: 22px;
	text-align: center;
	border-bottom: 0;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.routenodes {
	width: 85%;
	background: #fff;
}

.ticketheading {
	background-color: #fff;
}

.stepheading {
	margin: 0 auto;
	width: 360px;
	padding: 20px 0 10px;
}

.step4heading {
	margin: 0 auto;
	text-align: center;
	max-width: 600px;
	padding: 20px 0 10px;
}

.step2heading {
	text-align: center;
	font-size: 28px;
	border-bottom: 0;
	display: inline-block;
	box-sizing: border-box;
}

.h1heading {
	text-align: center;
	font-size: 44px;
	border-bottom: 0;
	/*display: inline-block;*/
	box-sizing: border-box;
}

.h3heading {
	font: bold 30px / 36px 'Inter', sans-serif !important;
	margin-bottom: 5px;
	color: #031222;
}

.faqtop {
	width: 100%;
	text-align: center;
	padding: 80px 0;
	line-height: 28px;
}

#pp_reservations, #pp_pets {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D5DCE3;
}

#nodeholder {
	width: 75%;
	box-sizing: border-box;
	display: inline-block;
}

.pickupnode, .dropoffnode {
	width: 48%;
	display: inline-block;
	color: #555555;
	padding: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	vertical-align: text-top;
}

.yourpriceholder, .standbypriceholder {
	width: 15%;
	color: #555555;
	padding: 10px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.yourpriceholder {
	background-color: #fff;
}

.yourprice {
	font-size: 1.2em;
	position: relative;
	top: 40%;
}

.receiptprice {
	position: relative;
	top: 40%;
}

#ticketnumber, #routenumber, .receiptlabel {
	text-align: left;
	padding: 10px;
	margin: 0 auto;
	vertical-align: text-top;
	display: inline-block;
	color: #555555;
	font-weight: bold;
}

.receiptlabel {
	padding: 2px;
	width: 100%;
	color: #555555;
	border-bottom: solid 1px #fff;
}

#routenumberholder, #ticketnumberholder {
	width: 45%;
	display: inline-block;
}

.blackfont {
	color: #000;
	padding: 2px;
	border-bottom: solid 1px #fff;
}

.receipttally, .receipttotal {
	width: 80%;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

.receipttally {
	color: #555555;
}

/* Routes Lookup Page Front size */
.bookingswrapper {
	border: 2px solid #555555;
	padding: 5px;
	margin: 0 auto 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
	max-width: 1080px;
	height: 100%;
	position: relative;
}

.bookingsheader, .bookingsheadertoday {
	font-size: 22px;
	height: 50px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 10px 0;
	border-radius: 7px 7px 0 0;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	font-variant: small-caps;
	height: auto;
}

.bookingheadertype-l {
	position: absolute;
	width: 25px;
	top: 12px;
	left: 15px;
}
/*.bookingheadertype {position:absolute; width:25px; top:2px; right:5px;}
.bookingheadertype img {margin:0; width:25px; height:auto;}
.ieb {display:inline-block; background:url(/vimages/icon_route_ieb.png); width:35px; height:25px;}
.isl {display:inline-block; background:url(/vimages/icon_route_isl.png); width:35px; height:25px;}
.islholder{width:80%; min-width:105px;display:inline-block; text-align:right;}*/
.bookingheadereb {
	position: relative;
	text-align: right;
	height: 0px;
	top: -25px;
	left: 7px;
}

.bookingheadertype {
	position: absolute;
	width: 25px;
	top: 5px;
	right: 10px;
}

	.bookingheadertype img {
		margin: 0;
		width: 25px;
		height: auto;
	}

.ieb {
	display: inline-block;
	background: url(/vimages/icon_route_ieb.png);
	width: 35px;
	height: 35px;
}

.isl {
	display: inline-block;
	background: url(/vimages/icon_route_isl.png);
	width: 35px;
	height: 35px;
}

.teb {
	display: inline-block;
	background: url(/vimages/icon_route_teb.png);
	width: 35px;
	height: 35px;
}

.pheb {
	display: inline-block;
	background: url(/vimages/icon_route_pheb.png);
	width: 35px;
	height: 35px;
}

.veb {
	display: inline-block;
	background: url(/vimages/icon_route_veb.png);
	width: 35px;
	height: 35px;
}

.islholder {
	width: 80%;
	min-width: 105px;
	display: inline-block;
	text-align: right;
}

.ticketheadertype {
	float: right;
	margin: 5px;
}

.tblbookingroutes {
	width: 100%;
	border-collapse: collapse;
}

	.tblbookingroutes input, .tblbookingroutes select {
	}

	.tblbookingroutes td {
		padding: 5px;
	}

		.tblbookingroutes td table td {
			padding: 5px;
		}

	.tblbookingroutes .routes_rname {
		text-align: right;
		border-right: 1px solid #fff;
		font-family: CalibriBold;
		width: 75px;
	}

		.tblbookingroutes .routes_rname a {
		}

	.tblbookingroutes .routes_availability {
		font-family: CalibriBold;
		background: #f5f5f5;
	}

	.tblbookingroutes .routes_pickupdropoff, .tblbookingroutes .routes_pickupdropoff_today {
		text-align: left;
		font-family: CalibriBold;
		color: #555;
	}

	.tblbookingroutes .routes_pickupdropoff_today {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	.tblbookingroutes .routes_rtblue {
		text-align: left;
		font-family: CalibriBold;
		color: #013F87;border:solid 1px #d22128;border-radius:7px;border-right:none; border-bottom-right-radius:0; border-top-right-radius:0;
	}

	.tblbookingroutes .routes_riderinfo, .tblbookingroutes td table .routes_riderinfo {font-weight:bold;line-height:18px;font-size:12px;
		padding: 0 15px;border: solid 1px #d22128;border-radius: 7px;border-left: none;border-bottom-left-radius: 0;border-top-left-radius: 0;
	}

	.tblbookingroutes .available {
		color: #0D6F2B;
	}

	.tblbookingroutes .soldout {
		color: red;
	}

.reservefs {
	padding-top: 30px !important;
}

.tblbookingroutes tr:nth-child(2n+3) td {
}

.tblbookingroutes .selectroute {
	background: #D8E6F3;
}

.tblbookingroutes .routes_pickupdropoff select:focus {
	box-shadow: 0 0 3pt 2pt #719ECE;
}

.numseats input[type=number]:focus {
	box-shadow: 0 0 3pt 2pt #719ECE;
}

.tblbooking {
	width: 100%;
	border-collapse: collapse;
}

	.tblbooking input, .tblbooking select {
	}

	.tblbooking td {
		padding: 3px;
		background: #DFEBF7;
	}

	.tblbooking th {
		padding: 5px;
		font-family: CalibriBold;
		background: #fff;
		color: #333;
		font-size: 22px;
	}

	.tblbooking .rt {
		text-align: right;
		font-family: CalibriBold;
	}

	.tblbooking .routes_rname {
		text-align: right;
		color: red;
		border-right: 1px solid #fff;
		padding: 6px 10px 6px 3px;
		font-family: CalibriBold;
		background: #D8E6F3;
	}

		.tblbooking .routes_rname a {
		}

	.tblbooking .routes_availability {
		padding: 4px 3px 4px 10px;
		font-family: CalibriBold;
		background: #D8E6F3;
	}

	.tblbooking .routes_pickupdropoff {
		padding: 4px 2px 4px 2px
	}

	.tblbooking .routes_rtblue {
		text-align: right;
		font-family: CalibriBold;
		padding: 4px 4px 4px 2px;
		color: #013F87
	}

	.tblbooking .routes_riderinfo {
		padding: 0px
	}

	.tblbooking .available {
		color: #0D6F2B;
	}

	.tblbooking .soldout {
		color: red;
	}

	.tblbooking .th2 {
		padding: 3px;
		text-align: center;
		color: red;
		background: #D8E6F3;
	}

	.tblbooking .th3 {
		padding: 3px;
		background: #DAE9F8;
		font-weight: normal;
	}


/* New Table Classes */
.routetbl_2009 {
	margin: 0 auto;
	border-collapse: collapse;
}

	.routetbl_2009 td {
		padding: 6px;
		background: #FFFFFF;
		border: 1px solid #E6F1FC;
	}

	.routetbl_2009 .td2 {
		padding: 6px;
		background: #004890;
		text-align: right;
		font-family: CalibriBold;
		border-bottom: 1px solid #000000;
	}

	.routetbl_2009 th {
		padding: 2px 2px 2px 2px;
		font-family: CalibriBold;
		color: #CEE1F0;
		border-bottom: 1px solid #E6F1FC;
		background: #013F87;
	}

	.routetbl_2009 .th2 {
		padding: 2px;
		text-align: center;
		color: red;
		background: #fff;
		font-family: CalibriBold;
	}

	.routetbl_2009 .th4 {
		padding: 2px;
		font-family: CalibriBold;
		color: #FFFFFF;
		background: #fff;
	}

	.routetbl_2009 .th5 {
		padding: 2px;
		font-family: CalibriBold;
		color: #000000;
		background: #fff;
	}

	.routetbl_2009 .rght {
		padding: 3px;
		text-align: right;
		background: #fff;
		font-family: CalibriBold;
	}

	.routetbl_2009 .th3 {
		padding: 3px;
		background: #fff;
		font-weight: normal;
	}

	.routetbl_2009 td.offLine {
		padding: 2px;
		background: #DAE9F8;
		text-align: center;
	}

	.routetbl_2009 th.offLine {
		padding: 2px;
		font-family: CalibriBold;
		color: #FFFFFF;
		background: #0099ff;
		text-align: center;
	}

	.routetbl_2009 input, .routetbl_2009 select {
	}

	.routetbl_2009 .pickupdropoff_select {
	}

.routetblinner {
	width: 100%;
}

	.routetblinner td {
		padding: 4px 1px 4px 1px;
		border: 0px
	}

.routetblselect_2009 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #8E8D8D;
}

	.routetblselect_2009 input[type=text] {
		padding: 3px;
		font-size: 18px;
	}

	.routetblselect_2009 select {
		padding: 7px 3px;
		display: inline-block;
		font-size: 18px;
	}

	.routetblselect_2009 input[type=text] {
		border: 1px solid #8E8D8D;
	}

	.routetblselect_2009 td {
		padding: 4px;
		background: #DFEBF7;
	}

	.routetblselect_2009 th {
		padding: 4px;
		font-family: CalibriBold;
		background: #C4D9E5;
		color: #013F87
	}
	/* 013F87 */
	.routetblselect_2009 .th2 {
		padding: 2px;
		text-align: center;
		color: red;
		background: #DAE9F8;
		font-family: CalibriBold;
	}

	.routetblselect_2009 .rght {
		padding: 3px;
		text-align: right;
		background: #DAE9F8;
		font-family: CalibriBold;
	}

	.routetblselect_2009 .th3 {
		padding: 3px;
		background: #DAE9F8;
		font-weight: normal;
	}


/* Mini Calendar */
#minicalendarholder {
	min-height: 200px;
}

.caltable {
	width: 100%;
}

	.caltable th {
		padding: 4px 2px 4px 2px;
		color: #378371;
		font-size: 10px;
	}

#caleventbullets {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.calinactive {
	color: #666;
}

.dayevent {
	color: #000;
	background: #fff;
	text-align: center;
	text-decoration: none
}

	.dayevent a {
		color: #000;
		background: #B3C3BE;
		padding: 8px 5px;
		font-size: 12px;
		font-weight: bold;
		display: block;
		text-decoration: none
	}

		.dayevent a:hover {
			color: #000;
			background: #C8D3D0;
		}

.day {
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #000;
	padding: 8px 5px;
}

.dayblank {
	background: #ddd;
}

.calmonth {
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

	.calmonth a {
		color: #666;
		line-height: 12px;
		text-transform: uppercase;
		text-decoration: none;
	}

		.calmonth a:hover {
			text-decoration: underline;
		}

.calprev {
	font-size: 12px;
}

.calnext {
	font-size: 12px;
	text-align: right;
}

	.calprev a, .calnext a {
		text-decoration: none;
		display: block;
		font-weight: normal;
		padding: 5px;
		color: #000;
	}

		.calprev a:hover, .calnext a:hover {
			color: #ACD154;
		}

/* //////////////////////////////////////////////// Admin / OLD Site Calendar  /////////////////////////  */
.displayCalStart {
	position: absolute;
	z-index: 500;
	background: #ffffff;
	border: 1px solid red;
	vertical-align: top;
	visibility: hidden;
	width: 210px;
	height: 180px;
	padding: 0px;
	margin: 0px 0px 0px 100px;
	top: -173px;
	left: -100px;
}

.displayCalEnd {
	position: absolute;
	background: #ffffff;
	border: 1px solid black;
	vertical-align: top;
	visibility: hidden;
	width: 210px;
	padding: 0px;
	margin: 0px 0px 0px 100px;
	top: 0px;
	left: 43px;
}

#dselStart {
	position: absolute;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	visibility: hidden;
	top: -203px;
	width: 210px;
	height: 200px;
	border: 1px solid #ccc;
}



/* Highlights ///////////////////// */
#highlights {
	position: absolute;
	top: 199px;
	right: 2px;
	z-index: 15;
	width: 244px;
	height: 280px;
	background: url(/vimages/highlights_bg.png) no-repeat
}

#highlightsinner {
	padding: 10px 10px 10px 10px;
	position: relative;
	z-index: 901;
}

#highlights h2 {
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 18px;
	height: 18px;
}

#highlightfeatures {
	padding: 0 0px;
	font-size: 12px;
}

.hlitem {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

.hltitle a, .hltitle span {
	text-decoration: none;
	color: #333;
	display: block;
	padding-left: 22px;
	padding-bottom: 2px;
	font-weight: bold;
	line-height: 16px;
	font-size: 14px;
	background: url(/vimages/highlights_arrow.png) no-repeat left center
}

	.hltitle a:hover {
		color: #666;
	}

.hldate {
	color: #666;
	font-size: 10px;
	padding-left: 22px;
}

.hldesc {
	font-size: 10px;
	line-height: 11px;
	padding-left: 22px;
	color: #666;
}

	.hldesc a {
		text-decoration: none;
		color: #666
	}

		.hldesc a:hover {
			color: #000;
			text-decoration: underline;
		}

#highlightsmore {
	position: absolute;
	z-index: 3;
	right: 10px;
	bottom: 10px;
	font-size: 11px;
}

	#highlightsmore a {
		text-decoration: none;
		position: relative;
		cursor: pointer;
		display: block;
		z-index: 3;
		color: #666;
		font-weight: bold;
		text-transform: uppercase;
	}

		#highlightsmore a:hover {
			color: #000;
			text-decoration: underline
		}

.hlmrow {
	padding: 20px 0;
	width: 48%;
	float: left;
	border-top: 1px solid #ddd
}

	.hlmrow h3 {
		font-size: 18px;
		color: #333;
		margin: 0 0 10px 0;
	}

		.hlmrow h3 a {
			font-weight: bold;
			color: #333;
			text-decoration: none;
		}

			.hlmrow h3 a:hover {
				color: #000;
			}

.hlmmsg {
	color: #666;
}

#highlightfeatures .hlmrow:nth-child(odd) {
	margin-right: 4%;
	clear: both;
}

#highlightfeatures .hlmrow:nth-child(even) {
}

#highlightfeatures a {
	text-decoration: none;
	font-weight: bold;
	color: #007B9C;
}

	#highlightfeatures a:hover {
		color: #378371
	}

#highlightfeatures h3 a {
	color: #333
}

.hlpaging {
	font-size: 12px;
}

	.hlpaging a {
		text-decoration: none;
		position: relative;
		cursor: pointer;
		display: block;
		z-index: 1000;
		color: #333;
		font-weight: bold;
		text-transform: uppercase;
	}

		.hlpaging a:hover {
			color: #007B9C;
		}

/*Alerts*/
#emergencyalert {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 555;
	width: 100%;
	padding-bottom: 13px;
	background-color: #ffff00;
	font-weight: bold;
	text-align: center;
	transition: all 250ms ease-out;
}

#alerton {
	margin-bottom: 150px;
}

#alertx {
	font-size: 16px;
	padding: 5px 10px;
	margin: 5px;
	border: 2px solid #52616F;
}

	#alertx:hover {
		cursor: pointer;
	}

#alertsholder {
	margin: 13px;
	border: 1px solid red;
	padding: 13px;
	border-radius: 5px;
	width: 80%;
}

.displaymessage {
	padding: 25px 10px;
	border: 1px solid #0eb4e1;
	border-radius: 5px;
	text-align: center;
	max-width: 350px;
	font-weight: bold;
	margin-bottom: 1rem;
	background-color: #0eb4e1;
	color: #fff;
}

/* ///////// NAV /////////////////// */
#nav, #nav ul {
	position: relative;
	list-style: none;
	/*padding: 0 0 0 200px;*/
	float: right;
	margin: 0;
}

	#nav ul {
		margin: 0 auto;
	}

	#nav a.tlvl {
		position: relative;
		font-family: Inter, Sans-serif;
		/*text-transform: uppercase;
font-variant: small-caps;*/
		letter-spacing: -1px;
		color: #333;
		padding: 10px 10px 3px 20px;
		margin-right: 10px;
		font-size: 22px;
		line-height: 26px;
		z-index: 340;
		display: block;
		text-decoration: none;
		transition: all 200ms ease-out;
		-webkit-transition: all 200ms ease-out;
		font-weight: 500;
	}

		#nav a.tlvl.hc {
			transition: all 250ms ease-out;
		}

		#nav a.tlvl:hover {
			color: #007B9C;
		}

	#nav li a.tlvl.hc {
		background: transparent no-repeat left 26px;
	}

	#nav li a:hover.tlvl.hc, #nav li.sfhover a.tlvl.hc {
		background: url(/vimages/tnav_arrow.png) no-repeat left 17px;
	}



	#nav li a {
		display: block;
		transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
		margin-right: 0;
		text-decoration: none;
		text-decoration: none;
		color: #333;
		padding: 7px 10px 7px 10px;
		font-size: 18px;
		font-weight: 500;
	}

		#nav li a:hover {
			color: #007B9C;
		}

	#nav li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}

		#nav li ul {
			position: absolute;
			opacity: 0;
			left: -999em;
			width: 225px;
			z-index: 1000;
			background: #fff;
			padding: 15px 10px;
			font-weight: normal;
			-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
			border-top: 0;
			-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
			-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
			box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
		}

nav li.sfhover ul#m12, nav li.sfhover ul#m10 {
	position: absolute;
	opacity: 1;
	left: 0em;
	/*overflow: auto;*/
	-webkit-transition: opacity 325ms ease-out;
	transition: opacity 325ms ease-out;
}

nav li.sfhover ul#m32 {
	position: absolute;
	opacity: 1;
	left: 0 !important;
	overflow: auto;
	-webkit-transition: opacity 325ms ease-out;
	transition: opacity 325ms ease-out;
}


#navgradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0;
	height: 3px;
	background: #035296;
	/*background: -moz-linear-gradient(left, #d2242b 0%, #005899 25%, #2fb4c8 50%, #005899 75%, #d2242b 100%);
background: -webkit-linear-gradient(left, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);
background: linear-gradient(to right, #d2242b 0%,#005899 25%,#2fb4c8 50%,#005899 75%,#d2242b 100%);
*/
}

@font-face {
	font-family: 'Calibri';
	src: url('/fonts/Calibri.eot');
	src: url('/fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('/fonts/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CalibriBold';
	src: url('/fonts/Calibrib.eot');
	src: url('/fonts/Calibrib.eot?#iefix') format('embedded-opentype'), url('/fonts/Calibrib.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* ///////// GENERAL BUTTON /////////////////// */

.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 19px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 6px;
}

.button3 {
	background-color: white;
	color: black;
	border: 2px solid #f44336;
}

	.button3:hover {
		background-color: #f44336;
		color: white;
	}

.checkout {
	height: 1020px;
}
