/* Copyright (C) Damon Vaughan Design Pty Ltd - All Rights Reserved
 * Unauthorized copying of files, via any medium, is strictly prohibited
 * Proprietary and confidential
 * Lead programmer Sue-Anne Hocking <hosting@dvdesign.com.au>, May 2016
 */
body {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
html, body {
	background: #fff;
	color: #252525;
}

.HelvNeueThin {
	font-family: 'HelveticaNeueW02-Thin';
}
.HelvNeueLight {
	font-family: 'HelveticaNeueW02-45Ligh';
}
.HelvNeueRoman {
	font-family: 'HelveticaNeueW01-55Roma';
}
.HelvNeueMedium {
	font-family: 'HelveticaNeueW01-65Medi';
}
.HelvNeueBold {
	font-family: 'HelveticaNeueW02-75Bold';
}


/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	line-height: 1.1;
	color: inherit;
	margin: 1.6em 0 0.3em 0;
	color: #ee3124;
}
h1 {
	font-size: 30px;
	margin-top: 0.5em;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
	margin-bottom: 0.78em;
}
h3 + h4 {
	margin-top: .8em;
}
h5 {
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h6 {
	font-size: 16px;
}
h6.alt {
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: .4em;
	margin-bottom: .4em;
}
@media all and (min-width: 768px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
}
@media all and (min-width: 992px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 22px;
	}
	h6 {
		font-size: 18px;
	}
	h6.alt {
		font-size: 1em;
	}
}
@media all and (min-width: 1200px) {
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
	}
}

/* tags */
p,
table {
	margin: 1em 0;
}
p.last {
	margin-bottom: 0;
}
p.first,
h6 + p {
	margin-top: 0;
}
strong,
th {
	font-weight: normal;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
a,
a:visited {
	color: #ee3124;
}
a:hover {
	color: #252525;
}
table {
	border-bottom: 2px solid #404040;
}
td {
	padding: 10px 10px 9px;
}
th,
.form-blocktitle {
	text-align: left;
	background-color: #363636;
	color: #fff;
	padding: 10px 10px 9px;
	font-size: 1em;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
.secondary th {
	background: transparent;
	color: #404040;
}
td {
	border-top: 1px solid #f0f0f0;
}
.secondary tr:first-child td {
	border-top: 2px solid #404040;
}
tr:nth-child(even) {
	background: #fafafa;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
select {
	border: 1px solid #bbb;
	height: 28px;
}
figure {
	margin: 0;
}
iframe,
video,
embed,
object {
	max-width: 100% !important;
}
.hoverable {
	cursor: pointer;
}
hr {
	border: none;
	border-top: 2px solid #ee3124;
	margin: 30px 0;
}
hr.grey {
	border-top: 1px solid #ddd;
}


/* buttons */
a.btn {
	display: inline-block;
	width: 100%;
	height: 36px;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
	padding: 8px 15px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a.btn.midtext {
	font-size: 16px;
	padding-top: 7px;
}
a.btn.lrgtext,
a.btn.lrgbtn {
	font-size: 18px;
	padding-top: 10px;
	height: 45px;
	width: 100%;
}
a.btn,
a.btn:visited,
button.btn {
	color: #252525;
	background: transparent;
	border: 1px solid #252525;
}
a.btn:hover,
a.btn:active,
button.btn:hover {
	text-decoration: none;
	color: #fff;
	background: #252525;
}
a.btn.primary,
a.btn.primary:visited,
button.btn.primary {
	background: #ee3124;
	border-color: #ee3124;
	color: #fff;
}
a.btn.primary:hover,
a.btn.primary:active,
button.btn.primary:hover {
	background: #252525;
	border-color: #252525;
}
a.btn.secondary,
a.btn.secondary:visited {
	color: #fff;
	border-color: #fff;
}
a.btn.secondary:hover,
a.btn.secondary:active {
	color: #252525;
	background-color: #fff;
}
a.btn.tertiary,
a.btn.tertiary:visited {
	color: #bbb;
	border-color: #bbb;
}
a.btn.tertiary:hover,
a.btn.tertiary:active {
	color: #252525;
	background: #bbb;
}
a.btn.moreinfo,
a.btn.moreinfo:visited {
	border-color: #f1f1f1;
	background-color: #f1f1f1;
	color: #888;
}
a.btn.moreinfo:hover,
a.btn.moreinfo:active {
	border-color: #ddd;
	background-color: #ddd;
	color: #252525;
}
a.btn.sparse {
	border-color: #ccc;
	color: #252525;
}
a.btn.sparse:hover {
	border-color: #ee3124;
	background-color: #ee3124;
	color: #fff;
}
a.btn.btn-with-icon,
.btn-with-icon {
	border: 2px solid #ccc;
	color: #404040;
	font-size: 16px;
	height: 40px;
	width: 100%;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
a.btn.btn-with-icon:hover,
.btn-with-icon:hover {
	border-color: #252525;
	color: #fff;
}
.btn-with-icon i,
a.btn-with-icon i {
	color: #999;
	margin-right: 3px;
	font-size: 1.1em;
}
.btn-with-icon:hover i,
a.btn-with-icon:hover i {
	color: #fff;
}
@media all and (min-width: 768px) {
	a.btn.btn-with-icon,
	.btn-with-icon {
		font-size: 18px;
		height: 44px;
	}
}
button,
input[type="reset"],
input[type="submit"] {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0 10px;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	color: #252525;
	background-color: rgba(187,187,187,0.2);
}
button,
input[type="reset"],
input[type="submit"] {
	height: 45px;
	font-size: 16px;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: rgba(187,187,187,0.5);
}
button.full,
.btn.full {
	width: 100%;
	text-align: center;
}
button.contrast,
a.btn.contrast,
.btn.contrast,
input[type="reset"].primary,
input[type="submit"].primary {
	background: #ee3124;
	color: #fff;
	border: 1px solid #fff;
}
button.contrast.disabled,
a.btn.contrast.disabled,
.btn.contrast.disabled,
input[type="reset"].primary.disabled,
input[type="submit"].primary.disabled {
    /*
    background: #f1f1f1;
    color: #999;
    border: 1px solid transparent;
    */
    
    opacity: 0.5;
}
.buy-now-holder button.contrast,
.buy-now-holder a.btn.contrast {
	border-color: #ee3124;
}
.buy-now-holder .btn {
	max-width: 100%;
}
button.contrast:hover,
a.btn.contrast:hover,
.btn.contrast:hover {
	background: #fff;
	color: #ee3124;
	border: 1px solid #ee3124;
}
button.contrast.flat,
a.contrast.flat,
.contrast.flat {
	border-color: #ee3124;
}
button.contrast.flat:hover,
a.contrast.flat:hover,
.contrast.flat:hover {
	border-color: #fff;
}
button.spare {
	background: #fff;
	border: 2px solid #ccc;
	color: #909090;
}
button.tertiary,
a.btn.tertiary,
a.btn.tertiary:visited {
	color: #707070;
}
button.tertiary:hover,
a.btn.tertiary:hover {
	color: #252525;
}
.btn.light:hover {
	border-color: #ee3124;
	color: #ee3124;
	background-color: transparent;
}
.btn.light.disabled,
.btn.light.disabled:hover {
	border-color: #ccc;
	color: #888;
	cursor: default;
}
.btn.outline,
.btn.outline:visited {
	border-color: #ee3124;
	color: #ee3124;
}
.btn.outline:hover {
	border-color: #ee3124;
	color: #fff;
	background-color: #ee3124;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
textarea {
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input.full,
textarea.full {
	width: 100%;
}
input.half {
	width: 50%;
}
.btn.singleln,
.btn.multiln {
	padding-top: 0;
	font-size: 16px;
}
.btn.singleln {
	height: 44px;
}
.btn.multiln {
	height: 90px;
}
.singleln span,
.multiln span,
span.block-holder {
	display: block;
}
.btn-note {
	font-size: 80%;
	color: #bbb;
}
.relpos {
	position: relative;
}
.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer .btn .middleme {
	padding-top: 9px;
}
.tnote {
	color: #bbb;
	font-size: 80%;
}
.btn i {
	margin-right: 8px;
}
.tertiary i {
	color: #d2d2d2;
}
.tertiary:hover i {
	color: #252525;
}
@media all and (min-width: 1200px) {
	.btn.singleln,
	.btn.multiln {
		font-size: 18px;
	}
}
a.reference,
a.reference:visited {
	color: #606060;
	font-size: 0.8em;
}

/* lists */
ul li,
ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
ul.list,
ul.list li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ul.list {
	margin-left: 2em;
}
ul.list li {
	position: relative;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
ul.list li:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	left: -1.2em;
	top: 0.1em;
}




/* page layout */
.inner iframe,
.inner object,
.inner embed {
	max-width: 100%;
}
#page {
	width: 100%;
	position: relative;
}
#page.fixed-footer {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin-bottom: -368px;
}
#footer {
	min-height: 368px;
	padding-top: 40px;
	background: #252525;
	color: #bbb;
}
#footer-row-1 {
	min-height: 128px;
}
#footer-row-2 {
	min-height: 200px;
}
#page-spacer {
	height: 368px;
}
.translated-en #footer,
.translated-cn #footer {
	min-height: 230px;
}
.translated-en #page-spacer,
.translated-cn #page-spacer {
	height: 230px;
}
#nav-holder {
	z-index: 9999;
}
#nav {
	display: none;
}
.home #nav {
	display: block;
}
#header-holder,
#message-container,
#nav-holder,
#nav-bg {
	background-color: #ee3124;
	color: #fff;
}
#header {
	height: 70px;
	border-bottom: 1px solid #fff;
}
#header-holder {
	z-index: 8999;
}
.sticky-header #header-holder {
	position: fixed;
	width: 100%;
}
.sticky-header #main-holder,
.jump-to {
	padding-top: 70px;
}
.content-leadin {
	text-align: center;
}

/* content layout */
.col-panel {
	padding-left: 65px;
}
.no-pad-left {
	padding-left: 0px;
}
.no-pad-right {
	padding-right: 0px;
}
.padT { padding-top: 20px; }
.padR { padding-right: 20px; }
.padB { padding-bottom: 20px; }
.padL { padding-left: 20px; }
.padDblT { padding-top: 40px; }
.padDblR { padding-right: 60px; }
.padDblB { padding-bottom: 40px; }
.padDblL { padding-left: 60px; }
.padHalfT { padding-top: 10px; }
.padHalfB { padding-bottom: 10px; }
.padQrtT { padding-top: 5px; }
.padQrtB { padding-bottom: 5px; }
.padOneT { padding-top: 1px; }
.padOneB { padding-bottom: 1px; }
.marginT { margin-top: 10px; }
.marginR { margin-right: 10px; }
.marginB { margin-bottom: 10px; }
.marginL { margin-left: 10px; }
.marginDblT { margin-top: 20px; }
.marginDblR { margin-right: 20px; }
.marginDblB { margin-bottom: 20px; }
.marginDblL { margin-left: 20px; }
.marginTrpT { margin-top: 30px; }
.marginTrpR { margin-right: 30px; }
.marginTrpB { margin-bottom: 30px; }
.marginTrpL { margin-left: 30px; }
.hide-until-ready,
.icon-menu.hide-until-ready {
	display: none;
}
.max-imagew img,
.brand img {
	max-width: 100%;
	height: auto !important;
}
.max-imagew .gm-style img {
	max-width: 1000px;
}
.brand {
	display: block;
	width: 150px;
	height: 70px;
	padding-top: 15px;
}
@media (min-width: 768px) {
  .brand {
    padding-top: 20px;
  }
}
.copyright {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.page-main {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.col-main,
.col-panel {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.nop-b .col-main,
.nop-b .col-panel {
	padding-bottom: 0px;
}
.col-half,
.col-sm-half {
	position: relative;
	min-height: 1px;
}
.col-half {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 50%;
}
.col-half.alpha {
	padding-left: 10px;
}
.col-half.omega {
	padding-right: 10px;
}
.list-bg {
	margin-top: 5px;
	margin-bottom: 5px;
}
.listitem {
	position: relative;
	min-height: 1px;
	text-align: center;
	padding: 5px 0;
}
.list-xs-5col .listitem { width: 20%; }
.list-xs-4col .listitem { width: 25%; }
.list-xs-3col .listitem { width: 33.33333333%; }
.list-xs-2col .listitem { width: 50%; }
.list-xs-1col .listitem { width: 100%; }

#siteby {
	border-top: 1px solid #404040;
	padding-top: 20px;
	min-height: 60px;
	font-size: 0.81em;
}
#footer #siteby a,
#footer #siteby a:visited {
	color: #555;
}
.footnote {
	color: #606060;
	font-size: 91%;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.xs-hide,
.mobile-hide {
	display: none;
}
.intro {
	font-size: 18px;
	line-height: 1.25;
}
.big {
	font-size: 16px;
}
.blog-article .intro {
	font-size: 16px;
}
@media all and (min-width: 768px) {
	.intro {
		font-size: 22px;
	}
	.big {
		font-size: 17px;
	}
	.blog-article .intro {
		font-size: 16px;
	}
	.sm-hide {
		display: none;
	}
}
@media all and (min-width: 992px) {
	.intro {
		font-size: 24px;
	}
	.big {
		font-size: 18px;
	}
	.blog-article .intro {
		font-size: 19px;
	}
	.mobile-hide {
		display: inherit;
	}
}
@media all and (min-width: 1200px) {
	.intro {
		font-size: 27px;
	}
	.big {
		font-size: 20px;
	}
	.blog-article .intro {
		font-size: 22px;
	}
}
.col-all-10,
.col-all-45 {
	position: relative;
	min-height: 1px;
	float: left;
}
.col-all-10 {
	width: 10%;
}
.col-all-45 {
	width: 45%;
}

.inner,
.grid,
.list-holder {
	margin: 0 auto;
}
.list-locations {
	margin-left: -20px;
	margin-right: -20px;
}
.inner {
	padding-left: 20px;
	padding-right: 20px;
}
.half-inner {
	margin-left: -20px;
	margin-right: -20px;
}
.nocol {
	padding-left: 20px;
	padding-right: 20px;
}
.row.xs-dblpad {
	padding-top: 20px;
	padding-bottom: 10px;
}
.nojs strong {
	color: #ee3124;
}
.col-sm-half {
	padding-left: 10px;
	padding-right: 10px;
}
@media all and (min-width: 768px) {
	.list-locations {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-sm-half {
		float: left;
		width: 50%;
	}
	.col-align-right {
		text-align: right;
	}
	.col-align-left {
		text-align: left;
	}
	.hide-sm-only {
		display: none;
	}
	.mm-panel .no-hide-mm {
		display: inline;
	}
}
@media all and (min-width: 992px) {
	.hide-sm-only {
		display: inline;
	}
	.hide-md-only {
		display: none;
	}
}
@media all and (min-width: 1200px) {
	.hide-md-only {
		display: inline;
	}
}

/* footer */
#footer h4 {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 8px;
	font-size: 17px;
}
#footer a,
#footer a:visited {
	color: #bbb;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.btn:hover {
	color: #252525;
	text-decoration: none;
}
#footer p {
	line-height: 1.45em;
}
#footer .btn {
	margin-bottom: 20px;
}
.xs-underline {
	border-bottom: 1px solid #606060;
	padding-bottom: 20px;
	margin-bottom: 20px !important;
}
.footer-div {
	border-color: #606060;
	border-width: 1px;
	margin: 0;
}
#footer-social-links {
	padding-top: 35px;
	padding-bottom: 30px;
}
#footer-skybus-links a,
#footer-skybus-links a:visited {
	color: #f0f0f0;
}
#kinetic-logo {
	text-align: center;
	border-top: 1px solid #606060;
	padding-top: 30px;
	padding-bottom: 30px;
}
#kinetic-logo img {
	max-width: 140px;
	height: auto !important;
}
.xs-sml-text,
.sm-sml-text {
	font-size: 13px;
	color: #bbb;
}
@media (min-width: 768px) {
	#kinetic-logo {
		border-top: none;
		float: right;
		padding-bottom: 0;
		padding-top: 0;
	}
	#kinetic-logo img {
		max-width: 180px;
	}
	.xs-sml-text {
		font-size: 1em;
	}
}
@media (min-width: 992px) {
	#footer h4 {
		margin-bottom: 20px;
	}
	.sm-sml-text {
		font-size: 1em;
	}
}

/* feature image */
#featureimg-container,
.featuremsg {
    position: relative;
}
#featureimg-container {
    background: #000;
    display: none;
}
#featureimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1500;
}
@media all and (min-width: 768px) {
	#featureimg-container {
        display: block;
    }
	.feature-height {
    	height: 160px;
	}
}
@media all and (min-width: 992px) {
	.feature-height {
    	height: 200px;
	}
}
@media all and (min-width: 1200px) and (min-height: 770px) {
	.feature-height {
    	height: 250px;
	}
}

/* info box */
.infobox {
    background: #f0f0f0;
    position: relative;
}
.infobox h4 {
    color: #252525;
}


/* menu nav */
.nav ul,
ul.nav,
.nav li {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.nav ul,
ul.nav {
	padding: 0;
}
.nav li {
	margin: 0;
}
.nav.vertical li {
	margin-top: 1px;
	margin-bottom: 1px;
}
.nav a {
	display: block;
}
.nav.vertical a {
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav.xs-lined li {
	border-top: 1px solid #3b3b3b;
}
.nav.xs-lined li a {
	padding: 12px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav.vertical.sm-hz li {
		width: auto;
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		position: relative;
	}
	.nav.vertical.sm-hz li:after {
		content: "";
		border-right: 1px solid #bbb;
		position: absolute;
		right: 0;
		top: 6px;
		height: 12px;
	}
	.nav.vertical.sm-hz li:last-child:after {
		content: none;
	}
}
.menu {
	font-size: 16px;
	border-bottom: 1px solid #f0f0f0;
}
ul.menu {
	margin-bottom: 40px;
}
.menu.no-border-b {
	border-bottom: none;
}
.menu li {
	border-top: 1px solid #f0f0f0;
	position: relative;
}
.menu .no-border {
	border-bottom: none;
}
.menu a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.menu a,
.menu a:visited {
	color: #404040;
	text-decoration: none;
}
.menu a:hover {
	color: #ee3124;
	text-decoration: none;
}
.menu .active a:hover {
	color: #404040;
}
.menu .active a:before {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: inherit;
	content: "\2022";
	position: absolute;
	left: -16px;
	top: 10px;
	color: #ee3124;
	font-size: 24px;
}
nav h4 {
	margin-bottom: 15px;
}
#social {
	float: right;
	padding-top: 27px;
}
#social li {
	padding-left: 12px;
	padding-right: 0;
}
#nav-site {
	padding: 15px 0;
}
#mobile-nav {
	float: right;
}
#social-holder,
.col-hide-sm {
	display: none;
}
#main-menu-holder {
	display: none;
}
.match-selecth {
	padding-top: 5px;
}
.nav.grid-x2 {
	margin: -10px;
}
.nav.grid-x2 li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav.grid-x2 a {
	display: block;
}
.match-iconh a {
	line-height: 36px;
}

/* menu and nav bits */
.col-fit-across li {
	float: left;
}
.neg-margin {
	margin-left: -10px;
	margin-right: -10px;
}
#footer .slim .col-fit {
	padding-right: 5px;
}
.nav-list li {
	float: left;
	width: 20%;
	text-align: center;
}
.mm-menu .nav-list li {
	float: none;
	width: 100%;
	text-align: left;
}
.mm-menu .nav-list li a {
	display: block;
}
#get-the-skybus-app {
	margin-top: 30px;
	border-top: 1px solid #606060;
	padding-top: 30px;
	padding-bottom: 30px;
}
#get-the-skybus-app ul {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#get-the-skybus-app img {
	display: block;
	max-width: 100%;
}
@media (min-width: 576px) {
	.nav.grid-x2 li {
		float: left;
		width: 50%;
	}
}
@media (min-width: 768px) {
	.nav-list li {
		text-align: left;
		width: 21%;
	}
	.nav-list li:last-child {
		width: 16%;
	}
	.translated-en .nav-list li,
	.translated-en .nav-list li:last-child,
	.translated-cn .nav-list li,
	.translated-cn .nav-list li:last-child {
		width: 20%;
	}
	.nav a {
		display: inline-block;
	}
	#get-the-skybus-app ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	#get-the-skybus-app li {
		width: auto;
	}
	#get-the-skybus-app a {
		display: block;
	}
}
@media (min-width: 992px) {
	#get-the-skybus-app {
		margin-top: 0;
		padding-top: 26px;
		border-top: none;
		float: right;
	}
	.hide-lg {
		display: none;
	}
}

/* breadcrumb */
#breadcrumb {
	display: none;
}
.crumb {
	background: #f0f0f0;
	min-height: 50px;
	padding-top: 16px;
	z-index: 10999;
}
.crumb,
.crumb a,
.crumb a:visited {
	color: #909090;
	text-decoration: none;
}
.crumb a:hover {
	color: #252525;
	text-decoration: none;
}
.trail i {
	padding-right: 5px;
}

/* nav menus */
.link-with-icon,
.link-with-icon:visited,
.link-with-icon:hover {
	color: #fff;
	text-decoration: none;
}
.link-with-icon-text {
	display: none;
}
@media all and (min-width: 768px) {
	.link-with-icon {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
		line-height: 35px;
	}
	.link-with-icon-text {
		display: inline;
		white-space: nowrap;
	}
}
@media all and (min-width: 992px) {
	.link-with-icon {
		font-size: 18px;
	}
}
@media all and (min-width: 1200px) {
	.link-with-icon {
		font-size: 20px;
	}
}
.with-icon {
	position: relative;
	padding-left: 25px;
}
.with-icon.to-fit {
	display: inline-block;
}
.icon-circle-sml,
.icon-circle-open,
.icon-circle-sml-open {
	display: block;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.icon-inline {
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	width: 20px;
	height: 20px;
}
.crumb .fa {
	margin-right: 6px;
}
.icon-circle-sml,
.icon-circle-sml-open {
	width: 36px;
	height: 36px;
}
.icon-circle-sml {
	background-color: #fff;
}
.icon-circle-sml-open {
	border: 1px solid #fff;
}
.icon-circle-open {
	width: 45px;
	height: 45px;
	border: 2px solid #fff;
	float: none;
	margin: 0 auto;
}
.icon-menu {
	display: block;
	width: 70px;
	height: 66px;
	background: #ee3124 url(images/menu-icons-tr.png) no-repeat 35px 10px;
	cursor: pointer;
}
.icon-menu span,
.icon-circle-sml span {
	display: none;
}
.icon-facebook,
.icon-twitter,
.icon-instagram,
.icon-phone,
.icon-language {
	background-color: transparent;
	background-image: url(images/menu-icons-tr.png);
	background-repeat: no-repeat;
	background-position: center -508px;
	border: 1px solid #fff;
}
.icon-facebook {
	background-position: center -508px;
}
.icon-twitter {
	background-position: center -608px;
}
.icon-instagram {
	background-position: center -708px;
}
.icon-phone {
	background-position: center -808px;
}
.icon-language {
	background-position: center -908px;
}
.icon-facebook:hover,
.icon-twitter:hover,
.icon-instagram:hover,
.icon-phone:hover,
.icon-language:hover {
	background-color: #fff;
}
.icon-facebook:hover {
	background-position: center -557px;
}
.icon-twitter:hover {
	background-position: center -657px;
}
.icon-instagram:hover {
	background-position: center -757px;
}
.icon-phone:hover {
	background-position: center -857px;
}
.icon-language:hover {
	background-position: center -957px;
}
.mm-menu .icon-facebook,
.mm-menu .icon-twitter,
.mm-menu .icon-instagram,
.mm-menu .icon-phone,
.mm-menu .icon-language {
	border: 1px solid transparent;
}
.mm-menu .icon-facebook:hover,
.mm-menu .icon-twitter:hover,
.mm-menu .icon-instagram:hover,
.mm-menu .icon-phone:hover,
.mm-menu .icon-language:hover {
	border: 1px solid #fff;
}
.icon-faq,
.icon-offer,
.icon-contact,
.icon-buy-tickets {
	background-image: url(images/footer-icons@2x.png);
	background-repeat: no-repeat;
	background-size: 120px 120px;
	margin-right: 15px;
}
.icon-faq {
	background-position: -2px -2px;
}
.icon-offer {
	background-position: -42px -2px;
}
.icon-contact {
	background-position: -2px -42px;
}
.icon-buy-tickets {
	background-position: -42px -42px;
}

.icon-service {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	background-image: url(images/nav-icons-tr.png);
	background-repeat: no-repeat;
}
.icon-ticket {
	background-position: -8px -8px;
}
.icon-location {
	background-position: -58px -8px;
}
.icon-fare {
	background-position: -108px -8px;
}
.icon-timetable {
	background-position: -158px -8px;
}
.icon-services {
	background-position: -208px -8px;
}
.icon-fullsite {
	background-position: -258px -8px;
}
a:hover .icon-ticket,
.icon-ticket:hover {
	background-position: -8px -58px;
}
a:hover .icon-location,
.icon-location:hover {
	background-position: -58px -58px;
}
a:hover .icon-fare,
.icon-fare:hover {
	background-position: -108px -58px;
}
a:hover .icon-timetable,
.icon-timetable:hover {
	background-position: -158px -58px;
}
a:hover .icon-services,
.icon-services:hover {
	background-position: -208px -58px;
}
a:hover .icon-fullsite,
.icon-fullsite:hover {
	background-position: -258px -58px;
}

.crumb .icon-ticket,
.crumb a:hover .icon-ticket,
.crumb .icon-ticket:hover {
	background: url(images/nav-icons-tr.png) no-repeat -15px -312px;
}
.crumb .icon-back,
.crumb a:hover .icon-back,
.crumb .icon-back:hover {
	background: url(images/nav-icons-tr.png) no-repeat -15px -352px;
}

.social-sharing {
	margin-top: 3em;
}
.social-sharer {
	display: inline-block;
	background-color: #606060;
	color: #fff;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.social-sharer:visited {
	color: #fff;
}
.social-sharer.social-share-facebook {
	padding-left: 41px;
	background: #606060 url(images/share-icons.png) no-repeat 1px -486px;
}
.social-sharer.social-share-twitter {
	padding-left: 41px;
	background: #606060 url(images/share-icons.png) no-repeat 1px -526px;
}
.social-sharer.social-share-facebook:hover,
.social-sharer.social-share-twitter:hover {
	background-color: #ee3124;
	color: #fff;
}

/* big graphical buttons */
.tile {
  display: block;
	background: #f0f0f0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #404040;
	padding: 20px 10px 15px 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tile a,
.tile a:visited,
.tile h3,
.tile h4,
.tile h5,
.tile .h5 {
	color: #404040;
}
.tile.primary {
	background: #ee3124;
	color: #fff;
}
.tile.primary a,
.tile.primary a:visited,
.tile.primary h3,
.tile.primary h5 {
	color: #fff;
}
.tile a {
	text-decoration: none;
}
.tile.spare {
	background: #fff;
	border: 2px solid #ccc;
	color: #909090;
	padding: 16px 15px 13px 15px;
	cursor: pointer;
	margin-top: 0;
}
.tile h3,
.tile h4,
.tile h5 {
	margin: 0;
}
.tile h4 {
	font-size: 20px;
	margin-bottom: .3em;
}
.tile h5 {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
}
.pkg-name,
.pkg-desc,
.pkg-plus {
	display: block;
}
.pkg-name {
	font-size: 20px;
	margin-top: .4em;
	margin-bottom: .4em;
}
.pkg-desc {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: .4em;
	color: #909090;
}
@media (min-width: 992px) {
	.tile h4,
	.pkg-name {
		font-size: 22px;
	}
	.pkg-desc {
		font-size: 16px;
	}
}
.tile p {
	margin-top: 0.6em;
	margin-bottom: .3em;
	font-size: 13px;
}
.tile.disabled {
	opacity: 0.2;
	cursor: inherit;
}
.tile:hover {
	border-color: #ee3124;
}
.tile.no-hover:hover,
.tile.disabled:hover {
	border-color: #ccc;
	cursor: default;
}
.tile.selected {
	background: #ee3124;
	border-color: #ee3124;
	color: #fff;
}
.tile.selected a,
.tile.selected a:visited,
.tile.selected h3,
.tile.selected h4,
.tile.selected h5 {
	color: #fff;
}

@media (min-width: 768px) {
	.tile.split {
		background: #f2f2f2;
		border: none;
		padding: 0;
	}
	.split .face {
		background: #fff;
		border: 2px solid #ccc;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 25px 15px 20px 15px;
	}
	.split.selected .face {
		background: #ee3124;
		border-color: #ee3124;
	}
	.split p.h5 {
		margin: 0;
		padding: 1em 20px;
	}
}
@media (min-width: 992px) {
	.tile p {
		font-size: 1em;
	}
}

.offer-price {
	color: #ee3124;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
	margin-left: 2px;
}
.selected .offer-price {
	color: #fff;
}
.disabled .offer-price {
	color: #999;
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
}

/* ticketing */
.step {
	margin-bottom: 20px;
	padding-top: 1px;
}
.step h2:first-child {
	margin-top: .6em;
}
.choices {
	margin: 20px -5px 0;
}
.enquiry-refund .choices,
#foodbank-donation .choices {
	margin-top: 0;
}
.choice {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
.choose-fareqty,
.choose-donation {
	float: left;
	width: 20%;
}
.choose-fareqty {
	width: 20%;
}
.choose-donation {
	width: 25%;
}
@media (min-width: 768px) {
	#choices-route .choice,
	#choices-faretype .choice,
	#choices-journey .choice,
  .btn-across-qtr .choice,
  .btn-across-third .choice,
	.btn-across-half .choice {
		float: left;
	}
	.btn-across-half .choice {
		width: 50%;
	}
  #choices-faretype .choice,
  #choices-journey .choice,
  .btn-across-third .choice {
		width: 33.33333333%;
	}
	#choices-route .choice,
  .btn-across-qtr .choice,
  #choices-faretype.btn-across-qtr .choice {
		width: 25%;
  }
}
@media (min-width: 992px) {
	.choices {
		margin-left: -15px;
		margin-right: -15px;
	}
	.choice {
		padding-left: 15px;
		padding-right: 15px;
	}
	.choices.narrow {
		margin-left: -10px;
		margin-right: -10px;
	}
	.narrow .choice {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#choices-route .choice a {
	display: block;
	text-decoration: none;
}
.route-icon {
	display: block;
}
@media (min-width:768px) {
	.route-icon,
	.tile-with-icon a:before {
		width: 62px;
		height: 62px;
		margin: 0 auto 25px auto;
		-moz-border-radius: 31px;
		-webkit-border-radius: 31px;
		border-radius: 31px;
		background: #ee3124;
	}
	.tile-with-icon a {
		padding-left: 62px;
	}
	.tile-with-icon a:before {
		content: " ";
		display: block;
		position: absolute;
		left: 0;
	}
	.route-icon-melbourne {
		background: #ee3124 url(images/routes/skybus-MEL-icon.png) no-repeat center center;
	}
	.route-icon-southbank {
		background: #ee3124 url(images/routes/skybus-SBD-icon.png) no-repeat center center;
	}
	.route-icon-st-kilda {
		background: #ee3124 url(images/routes/skybus-SKE-icon.png) no-repeat center center;
	}
	.route-icon-avalon {
		background: #ee3124 url(images/routes/skybus-AVV-icon.png) no-repeat center center;
	}
	.route-icon-airasia {
		background: #ee3124 url(images/routes/skybus-AVV-AIRASIA-icon.png) no-repeat center center;
	}
	.route-icon-geelong {
		background: #ee3124 url(images/routes/skybus-AGE-icon.png) no-repeat center center;
	}
	.route-icon-southern {
		background: #ee3124 url(images/routes/skybus-FAPAS-icon.png) no-repeat center center;
	}
	.route-icon-melbourne,
  .route-icon-southbank,
  .route-icon-st-kilda,
  .route-icon-avalon,
  .route-icon-airasia,
  .route-icon-geelong,
  .route-icon-southern  {
      background-size: 62px 62px;
  }
  .completed .route-icon {
		margin-bottom: 0;
	}
}
.completed .hide-on-complete {
	display: none;
}
.completed #choices-route h4 {
	margin-top: 0;
	margin-bottom: 7px;
}
.shrink-on-complete {
	overflow: hidden;
}

/* ticket updates for 6 service layout */
.grid-3x2 .tile.split {
	background: transparent;
	border: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 20px;
}
.grid-3x2 .route-icon {
	margin: 0;
	position: absolute;
	left: 40px;
	top: 25px;
}
.grid-3x2 h4,
.grid-3x2 .h4 {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 22px;
	color: #404040;
}
.grid-3x2 p.h5,
.grid-3x2 .h5 {
	display: block;
	padding: 0;
	margin-top: 5px;
	color: #404040;
}
.grid-3x2 .tile.split.selected {
	background: #ee3124;
	border: 2px solid #ee3124;
}
.completed #choices-route h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.grid-3x2 .split.selected .face {
	background: transparent;
}
.grid-3x2 .selected .route-icon-melbourne {
	background: #fff url("images/routes/skybus-MEL-icon-inverse.png") no-repeat center center;
}
.grid-3x2 .selected .route-icon-southbank {
	background: #fff url("images/routes/skybus-SBD-icon-inverse.png") no-repeat center center;
}
.grid-3x2 .selected .route-icon-st-kilda {
	background: #fff url("images/routes/skybus-SKE-icon-inverse.png") no-repeat center center;
}
.grid-3x2 .selected .route-icon-avalon {
	background: #fff url("images/routes/skybus-AVV-icon-inverse.png") no-repeat center center;
}
.grid-3x2 .selected .route-icon-airasia {
	background: #fff url("images/routes/skybus-AVV-AIRASIA-icon-inverse.png") no-repeat center center;
}
.grid-3x2 .selected .route-icon-melbourne,
.grid-3x2 .selected .route-icon-southbank
.grid-3x2 .selected .route-icon-st-kilda,
.grid-3x2 .selected .route-icon-avalon,
.grid-3x2 .selected .route-icon-airasia {
	background-size: 62px 62px;
}
#choices-route.no-icon .tile { padding: 0; }
#choices-route.no-icon .tile a { display:block; padding: 16px 25px 13px 25px; }
#choices-route.no-icon .h4 { display: block; margin-bottom: 5px; font-size: 22px; }
#choices-route.no-icon .h5 { display: block; margin-top: 5px; margin-bottom: .3em; }
@media (min-width: 992px) {
	.grid-3x2 .tile.split {
		padding: 25px 20px 25px 108px;
	}
	.grid-3x2 h4,
	.grid-3x2 p.h5,
	.grid-3x2 .h4,
	.grid-3x2 .h5 {
		text-align: left;
	}
	#choices-route.grid-3x2 .choice {
		width: 33.33333333%;
	}
	#choices-route.grid-4x2 .choice { width: 25%; }
	#choices-route.grid-4x2 .tile { text-align: left }
	#choices-route.grid-3x2 .choice:nth-child(3n + 1) { clear: left; }
	#choices-route.no-icon .h4, #choices-route.no-icon .h5 { text-align: left; }
}

/* buttons for SkyBus hosted tickets pages */
.menu-button-list {
	margin-top: 15px;
	margin-bottom: 30px;
}
.menu-button {
	position: relative;
	text-align: left;
}
.menu-button a,
.menu-button a:visited,
.menu-button .h4,
.menu-button .h5 {
	color: #404040;
}
.menu-button a,
.menu-button a:visited,
.menu-button .h4 {
	display: block;
}
.menu-button a {
	text-decoration: none;
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #fefefe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-height: 65px;
	margin-bottom: 10px;
	cursor: pointer;
}
.menu-button a:hover {
	border-color: #ee3124;
}
.menu-button .h4 {
	font-size: 15px;
	line-height: 1.2;
	margin-top: 10px;
	margin-left: 48px;
}
.menu-button .h5 {
	display: none;
}
.menu-icon {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.menu-icon-melbourne {
	background: #ee3124 url(images/routes/skybus-MEL-icon.png) no-repeat center center;
}
.menu-icon-southbank {
	background: #ee3124 url(images/routes/skybus-SBD-icon.png) no-repeat center center;
}
.menu-icon-stkilda {
	background: #ee3124 url(images/routes/skybus-SKE-icon.png) no-repeat center center;
}
.menu-icon-peninsula {
	background: #ee3124 url(images/routes/skybus-PE-icon.png) no-repeat center center;
}
.menu-icon-western {
	background: #ee3124 url(images/routes/skybus-WEX-icon.png) no-repeat center center;
}
.menu-icon-eastern {
	background: #ee3124 url(images/routes/skybus-EEX-icon.png) no-repeat center center;
}
.menu-icon-avalon {
	background: #ee3124 url(images/routes/skybus-AVV-icon.png) no-repeat center center;
}
.menu-icon-airasia {
	background: #ee3124 url(images/routes/skybus-AVV-AIRASIA-icon.png) no-repeat center center;
}
.menu-icon-geelong {
	background: #ee3124 url(images/routes/skybus-AGE-icon.png) no-repeat center center;
}
.menu-icon-goldcoast {
	background: #ee3124 url(images/routes/skybus-GCAS-icon.png) no-repeat center center;
}
.menu-icon-themepark {
	background: #ee3124 url(images/routes/skybus-GCTP-icon.png) no-repeat center center;
}
.menu-icon-funpass {
	background: #ee3124 url(images/routes/skybus-FUNPASS-icon.png) no-repeat center center;
}
.menu-icon-byron {
	background: #ee3124 url(images/routes/skybus-BB-icon.png) no-repeat center center;
}
.menu-icon-hobart {
	background: #ee3124 url(images/routes/skybus-HEX-icon.png) no-repeat center center;
}
.menu-icon-auckland {
	background: #ee3124 url(images/routes/skybus-auckland-icon.png) no-repeat center center;
}
.menu-icon-northharbour {
	background: #ee3124 url(images/routes/skybus-northharbour-icon.png) no-repeat center center;
}
.menu-icon-melbourne,
.menu-icon-southbank,
.menu-icon-stkilda,
.menu-icon-peninsula,
.menu-icon-western,
.menu-icon-eastern,
.menu-icon-avalon,
.menu-icon-airasia,
.menu-icon-geelong,
.menu-icon-goldcoast,
.menu-icon-themepark,
.menu-icon-funpass,
.menu-icon-byron,
.menu-icon-hobart,
.menu-icon-auckland,
.menu-icon-northharbour {
	background-size: 36px 36px;
}
.temp-unavailable .menu-icon {
	background-color: #ccc;
}

@media (min-width: 375px) {
	.menu-button .h4 {
		font-size: 17px;
		margin-left: 54px;
	}
	.menu-icon {
		width: 40px;
		height: 40px;
	}
	.menu-icon-melbourne,
	.menu-icon-southbank,
	.menu-icon-stkilda,
	.menu-icon-peninsula,
	.menu-icon-western,
	.menu-icon-eastern,
	.menu-icon-avalon,
	.menu-icon-airasia,
	.menu-icon-geelong,
	.menu-icon-goldcoast,
	.menu-icon-themepark,
	.menu-icon-funpass,
	.menu-icon-byron,
	.menu-icon-hobart,
	.menu-icon-auckland,
	.menu-icon-northharbour {
		background-size: 40px 40px;
	}
}

@media (min-width: 768px) {
	.menu-button-list {
		margin-left: -10px;
		margin-right: -10px;
		border: none;
	}
	.menu-button {
		min-height: 1px;
		float: left;
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu-button:nth-child(2n + 1) {
		clear: left;
	}
	.across-3 .menu-button {
		width: 33.33333333%;
	}
	.across-3 .menu-button:nth-child(2n + 1) {
		clear: none;
	}
	.across-3 .menu-button:nth-child(3n + 1) {
		clear: left;
	}
	.menu-button a {
		padding: 15px 15px;
		min-height: 84px;
		border-width: 2px;
		margin-bottom: 15px;
	}
	.menu-button .h4 {
		font-size: 18px;
		margin-top: .2em;
	}
	.menu-button .h5 {
		display: block;
		line-height: 1.3;
		margin-top: 7px;
		color: #808080;
	}
	.menu-button .h4,
	.menu-button .h5 {
		margin-left: 64px;
	}
	.menu-icon {
		width: 50px;
		height: 50px;
	}
	.menu-icon-melbourne,
	.menu-icon-southbank,
	.menu-icon-stkilda,
	.menu-icon-peninsula,
	.menu-icon-western,
	.menu-icon-eastern,
	.menu-icon-avalon,
	.menu-icon-airasia,
	.menu-icon-geelong,
	.menu-icon-goldcoast,
	.menu-icon-themepark,
	.menu-icon-funpass,
	.menu-icon-byron,
	.menu-icon-hobart,
	.menu-icon-auckland,
	.menu-icon-northharbour {
		background-size: 50px 50px;
	}
	.across-3 .menu-button a {
		padding: 15px 10px;
		min-height: 64px;
	}
	.across-3 .menu-button .h4 {
		font-size: 15px;
		margin-top: 0;
	}
	.across-3 .menu-button .h5 {
		display: none;
	}
	.across-3 .menu-button .h4,
	.across-3 .menu-button .h5 {
		margin-left: 48px;
	}
	.across-3 .menu-icon {
		width: 36px;
		height: 36px;
	}
	.across-3 .menu-icon-melbourne,
	.across-3 .menu-icon-southbank,
	.across-3 .menu-icon-stkilda,
	.across-3 .menu-icon-peninsula,
	.across-3 .menu-icon-western,
	.across-3 .menu-icon-eastern,
	.across-3 .menu-icon-avalon,
	.across-3 .menu-icon-airasia,
	.across-3 .menu-icon-geelong,
	.across-3 .menu-icon-goldcoast,
	.across-3 .menu-icon-themepark,
	.across-3 .menu-icon-funpass,
	.across-3 .menu-icon-byron,
	.across-3 .menu-icon-hobart,
	.across-3 .menu-icon-auckland,
	.across-3 .menu-icon-northharbour {
		background-size: 30px 30px;
	}
	.across-3 .title-break {
		display: block;
	}
	.no-icons .menu-icon {
		display: none;
	}
	.no-icons .menu-button {
		text-align: center;
	}
	.no-icons .menu-button .h4 {
		margin-top: 5px;
	}
	.no-icons .menu-button.dbl-line .h4 {
		margin-top: 0;
	}
	.no-icons .menu-button .h4,
	.no-icons .menu-button .h5 {
		margin-left: 0;
	}
	.no-icons .title-break {
		display: inline;
	}
}

@media (min-width: 992px) {
	.menu-button .h4 {
		font-size: 20px;
	}
	.menu-button .h5 {
		margin-top: 3px;
	}
}

@media (min-width: 1200px) {
	.menu-button-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.menu-button {
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu-button a {
		padding: 20px 25px;
		min-height: 104px;
		margin-bottom: 20px;
	}
	.menu-button .h4 {
		font-size: 22px;
	}
	.menu-button .h4,
	.menu-button .h5 {
		margin-left: 85px;
	}
	.menu-icon {
		width: 60px;
		height: 60px;
	}
	.menu-icon-melbourne,
	.menu-icon-southbank,
	.menu-icon-stkilda,
	.menu-icon-peninsula,
	.menu-icon-western,
	.menu-icon-eastern,
	.menu-icon-avalon,
	.menu-icon-airasia,
	.menu-icon-geelong,
	.menu-icon-goldcoast,
	.menu-icon-themepark,
	.menu-icon-funpass,
	.menu-icon-byron,
	.menu-icon-hobart,
	.menu-icon-auckland,
	.menu-icon-northharbour {
		background-size: 60px 60px;
	}
	.across-3 .menu-button a {
		padding: 15px 15px;
		min-height: 84px;
	}
	.across-3 .menu-button .h4 {
		font-size: 17px;
		margin-top: .2em;
	}
	.across-3 .menu-button .h5 {
		display: block;
	}
	.across-3 .menu-button .h4,
	.across-3 .menu-button .h5 {
		margin-left: 64px;
	}
	.across-3 .menu-icon {
		width: 50px;
		height: 50px;
	}
	.across-3 .menu-icon-melbourne,
	.across-3 .menu-icon-southbank,
	.across-3 .menu-icon-stkilda,
	.across-3 .menu-icon-peninsula,
	.across-3 .menu-icon-western,
	.across-3 .menu-icon-eastern,
	.across-3 .menu-icon-avalon,
	.across-3 .menu-icon-airasia,
	.across-3 .menu-icon-geelong,
	.across-3 .menu-icon-goldcoast,
	.across-3 .menu-icon-themepark,
	.across-3 .menu-icon-funpass,
	.across-3 .menu-icon-byron,
	.across-3 .menu-icon-hobart,
	.across-3 .menu-icon-auckland,
	.across-3 .menu-icon-northharbour {
		background-size: 50px 50px;
	}
	.across-3 .title-break {
		display: inline;
	}
	.no-icons .menu-button .h4,
	.no-icons .menu-button .h5 {
		margin-left: 0;
	}
}

/* button-like radio input */
.rdo-tile {
	position: absolute;
	visibility: hidden;
}
.rdo-tile + label {
	display: block;
	width: 100%;
	height: 66px;
	cursor: pointer;
	background: #fff;
	color: #252525;
    border: 2px solid #ccc;
    padding: 16px 0 0 0;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 22px;
}
.rdo-tile.smaller + label {
	height: 36px;
	border-width: 1px;
	padding-top: 8px;
	padding-bottom: 0;
	font-size: 1em;
}
.rdo-tile + label:hover {
	border-color: #ee3124;
}
.rdo-tile.disabled + label {
	cursor: default;
	opacity: 0.2;
}
.rdo-tile.disabled + label:hover {
	border-color: #ccc;
}
.rdo-tile:checked ~ label {
	background: #ee3124;
    border-color: #ee3124;
    color: #fff;
}


/* featured content */
.pullout {
	background: #fafafa;
	padding: 20px;
	border-left: 2px solid #ee3124;
	color: #606060;
}
.pullout.margined {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pullout h4 {
	margin-top: 1.2em;
}
.pullout h4:first-child {
	margin-top: 0;
}
.pullout h4~p {
	margin-top: 0.4em;
}
.closep {
	margin-bottom: .5em;
}
.closep + p {
	margin-top: .5em;
}


/* weather */
#weather {
	padding-top: 10px;
	color: #fff;
}
.weather-icon {
	position: relative;
	min-height: 1px;
	float: left;
	text-align: center;
	font-size: 60px;
	width: 90px;
	margin-right: 20px;
}
.temp {
	display: block;
	font-size: 38px;
}
.forecast,
.observation {
	font-size: 16px;
}
.forecast {
	margin-left: 110px;
}
.observation {
	padding-top: 10px;
}
.source {
	font-size: 11px;
	color: #bbb;
	padding-top: 10px;
}
.weather-info {
	min-height: 90px;
}

@media all and (min-width: 768px) {
	.weather-icon {
		font-size: 80px;
		width: 120px;
	}
	.weather-info {
		float: left;
		width: 50%;
		margin-right: 10px;
	}
	.temp {
		font-size: 42px;
	}
	.forecast,
	.observation {
		font-size: 17px;
		margin-left: 140px;
	}
	.weather-info {
		min-height: 0;
	}
	.source {
		margin-left: 0;
	}
}
@media all and (min-width: 992px) {
	.weather-icon {
		font-size: 100px;
		width: 150px;
	}
	.weather-info {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.forecast,
	.observation {
		font-size: 18px;
	}
	.forecast,
	.observation,
	.source {
		margin-left: 170px;
	}
}

/* forms (including ticketing) */
.frm h3 {
	margin-top: .8em;
}
.frm .row {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.nom {
	margin: 0;
}
.frm fieldset {
	margin-bottom: 20px;
}
.frm label,
.summary label {
	font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
	display: block;
	padding-bottom: 4px;
}
.frm label.inline,
.summary label.inline {
	display: inline-block;
	padding-top: 4px;
}
.frm label.nobold,
.summary label.nobold,
.choice label {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
}
.frm .rdo {
	display: inline-block;
	padding-top: 6px;
	padding-right: 30px;
}
.frm .rdo label {
	float: none;
	display: inline;
	padding-top: 0;
}
.frm input.chk {
	position: relative;
	top: -1px;
	margin-right: 2px;
}
.frm input[type="text"],
.frm input[type="email"] {
	padding: 6px 5px;
	margin: 0;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.frm input[type="radio"] {
	margin-right: 2px;
}
.frm .btns {
	text-align: center;
}
.frm input.lrg {
	width: 100%;
}
.frm input.mid {
	width: 35%;
}
.frm input.sml {
	width: 20%;
}
.datepick-icon {
	width: 20px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #999;
	position: relative;
	left: -22px;
}
.datepick-icon:before {
	content:"\f073";
}
.fillw,
input.fillw,
select.fillw,
textarea.fillw {
	width: 100%;
}
select.fillw {
	max-width: 525px;
}
.summary .title-row,
.tbl .totals {
	font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
}
.summary-row {
	padding: 12px 0;
}
.tbl .row {
	padding: 12px 0;
	margin: 0;
	border-top: 1px solid #f0f0f0;
}
.tbl .col-xs-6,
.tbl .col-xs-8,
.tbl .col-xs-9 {
	padding-left: 0;
}
.tbl .col-xs-3,
.tbl .col-xs-4 {
	padding-right: 0;
}
.tbl .totals {
	border-top: 2px solid #404040;
	border-bottom: 2px solid #404040;
}
.alert {
	padding: 12px 20px;
	background: #f1f1f1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.formgrp {
	padding-left: 20px;
	padding-right: 20px;
}
.formgrp h4 {
	margin-left: -20px;
	margin-right: -20px;
}
.frm .choice input[type="radio"] {
	float: left;
	margin-top: 4px;
}
.frm .choice label {
	margin-left: 20px;
	margin-bottom: 4px;
}
.choice-other {
	display: none;
	padding-left: 15px;
	padding-right: 15px;
}
.inuse .choice-other {
	display: block;
}
.choice-note {
	color: #606060;
	padding-left: 20px;
	margin-top: -6px;
	margin-bottom: 10px;
}
.row.hasbtn {
	padding-top: 25px;
}
.label-note {
	display: block;
	font-family: 'HelveticaNeueW02-45Ligh';
	font-size: 0.9em;
	color: #888;
}
.signup .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: center;
}
.signup .form-col,
.signup .form-label,
.signup .form-input {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	.signup .form-label {
		-ms-flex: 0 0 100px;
  		flex: 0 0 100px;
  		max-width: 100px;
	}
	.signup .form-input {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		flex-grow: 1;
	}
	.form-col.indent-l {
		padding-left: 110px;
	}
}

#ticket-terms {
	margin-bottom: 20px;
}
#loyalty-signup {
  margin-top: 20px;
}
#ticket-terms label.inline,
#loyalty-signup label.inline {
	display: inline;
	float: none;
}

.max-imagew .fix-image-half {
  width: 100%;
}

@media all and (min-width: 600px) {
  .sm-ish-float-right {
    float: right;
    margin-top: 5px;
  }
  .max-imagew .fix-image-half {
    max-width: 280px;
  }
  .sm-ish-float-right .fix-image-half {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
	#ticket-terms {
        margin-bottom: 30px;
    }
    .md-block,
    .md-only-block {
        display: block;
    }
}
@media all and (min-width: 992px) {
  .md-only-block {
    display: inline;
  }
}
@media all and (max-width: 479px) {
    .vxs-block {
        display: block;
    }
}
@media all and (max-width: 767px) {
    .xs-only-block {
        display: block;
    }
}

.form-note {
	margin-left: -20px;
	margin-right: -20px;
}
.feedback .row {
	margin-top: 15px;
	margin-bottom: 15px;
}
.req {
	color: #ee3124;
}
.qnum {
	padding-right: .5em;
}

.ratings,
.ratings-lbls {
	display: flex;
	max-width: 30em;
}
.ratings {
	margin-top: 5px;
}
.rating {
	text-align: center;
	width: 20%;
}
.ratings-lbls {
	margin-top: 5px;
	color: #808080;
}
.rating-lbl {
	width: 50%;
	text-align: center;
}
.rating-lbl:first-child {
	text-align: left;
}
.rating-lbl:last-child {
	text-align: right;
}
.rating input[type="radio"] {
	display: block;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
.rating label,
.frm .rating label {
	display: block;
	height: 3em;
	padding-top: .8em;
	border: 1px solid #eee;
	background: #fff;
	border-left: none;
  cursor: pointer;
}
.rating:first-child label {
	border-left: 1px solid #eee;
	-webkit-border-bottom-left-radius: 1.5em;
	-webkit-border-top-left-radius: 1.5em;
	-moz-border-radius-bottomleft: 1.5em;
	-moz-border-radius-topleft: 1.5em;
	border-bottom-left-radius: 1.5em;
	border-top-left-radius: 1.5em;
}
.rating:last-child label {
	-webkit-border-bottom-right-radius: 1.5em;
	-webkit-border-top-right-radius: 1.5em;
	-moz-border-radius-bottomright: 1.5em;
	-moz-border-radius-topright: 1.5em;
	border-bottom-right-radius: 1.5em;
	border-top-right-radius: 1.5em;
}
.rating :checked + label {
	background: #ee3124;
	border-color: #ee3124;
	color: #fff;
}

.col-btn-pri,
.col-btn-sec {
	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
}
.col-btn-pri input,
.col-btn-sec input {
	margin-top: 15px;
}
.col-btn-pri .btn.full {
	max-width: 100%;
}
@media all and (min-width: 480px) {
	.col-btn-pri,
	.col-btn-sec {
		float: left;
	}
	.col-btn-pri {
		width: 70%;
	}
	.col-btn-sec {
		width: 30%;
	}
	.col-btn-pri input,
	.col-btn-sec input {
		margin-top: 0;
	}
}
@media all and (min-width: 768px) {
	.formgrp {
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
	}
	.formgrp.extrapad {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.formgrp.lastgrp {
		border-bottom: none;
	}
	.frm .choices {
		padding-top: 5px;
		margin-top: 0;
	}
	.frm .choice label {
		margin-left: 2px;
		padding-top: 0;
		margin-bottom: 5px;
	}
	.todo-select {
		padding-right: 15px;
  		padding-left: 15px;
  		color: #808080;
	}
}

.btn-add {
	width: auto;
	height: 31px;
	margin-left: 10px;
	color: #606060;
}
.btn-remove {
	width: auto;
	height: 31px;
	position: absolute;
	top: -8px;
	right: 0;
	background: none;
	color: #bbb;
}
.btn-remove:hover {
	background: none;
	color: #ee3124;
}
.btn-inside {
	position: relative;
}
.maxval-5 .value:nth-child(6) .btn-add {
	display: none;
}


/* save to home screen icon */
.sthicon-ios,
.sthicon-android,
.sthicon-windows {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -2px 0;
}
.sthicon-ios {
	background: url(images/action-icon-ios.png) no-repeat center center;
}
.sthicon-ios.reversed {
	background: url(images/action-icon-ios-reversed.png) no-repeat center center;
}
.sthicon-android {
	background: url(images/action-icon-android.png) no-repeat center 2px;
}
.sthicon-android.reversed {
	background: url(images/action-icon-android-reversed.png) no-repeat center 2px;
}
.sthicon-windows {
	background: url(images/action-icon-windows.png) no-repeat center 2px;
}
.sthicon-windows.reversed {
	background: url(images/action-icon-windows-reversed.png) no-repeat center 2px;
}
.sthicon-ios,
.sthicon-ios.reversed,
.sthicon-android,
.sthicon-android.reversed,
.sthicon-windows,
.sthicon-windows.reversed {
	background-size: 18px 18px;
}


/* slide-in menu */
.mm-hidden {
	display: none !important;
}
.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.mm-menu {
	background: inherit;
	background: #252525;
	display: block;
	overflow: hidden;
	padding: 0;
}
.mm-panel {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
	-webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-highest {
    z-index: 1;
}
.mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}
.mm-panel:before,
.mm-panel:after {
	content: '';
    display: block;
    height: 0px;
}
.mm-page {
	box-sizing: border-box;
	position: relative;
}
.mm-slideout {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-opened {
	overflow: hidden;
	position: relative;
}
html.mm-opened body {
	overflow: hidden;
}
html.mm-opened .mm-page {
	min-height: 100vh;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
	display: block;
}
.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}
.mm-menu.mm-current {
	display: block;
}
.mm-menu {
	width: 265px;
}
html.mm-opening .mm-slideout {
	-webkit-transform: translate(265px, 0);
	-moz-transform: translate(265px, 0);
	-ms-transform: translate(265px, 0);
	-o-transform: translate(265px, 0);
	transform: translate(265px, 0);
}
.mm-menu.mm-right {
	left: auto;
	right: 0;
}
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-265px, 0);
	-moz-transform: translate(-265px, 0);
	-ms-transform: translate(-265px, 0);
	-o-transform: translate(265px, 0);
	transform: translate(-265px, 0);
}
.nav-slideout-only {
	display: none;
}
.mm-menu .nav-slideout-only {
	display: block;
}
.mm-menu .col-xs-3 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.mm-menu #social {
	padding-top: 0;
	float: none;
}
.mm-menu .col-fit-across {
	height: 70px;
	border-bottom: 1px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.mm-menu #social li {
	padding: 17px 0 0;
	width: 20%;
	text-align: center;
}
.mm-menu #social li .icon-circle-sml {
	float: none;
	margin: 0 auto;
}
.mm-menu .icon-facebook {
	background: rgba(255, 255, 255, 0.1) url(images/menu-icons-tr.png) no-repeat center -508px;
}
.mm-menu .icon-facebook:hover {
	background-position: center -508px;
}
.mm-menu .icon-twitter {
	background: rgba(255, 255, 255, 0.1) url(images/menu-icons-tr.png) no-repeat center -608px;
}
.mm-menu .icon-twitter:hover {
	background-position: center -608px;
}
.mm-menu .icon-instagram {
	background: rgba(255, 255, 255, 0.1) url(images/menu-icons-tr.png) no-repeat center -708px;
}
.mm-menu .icon-instagram:hover {
	background-position: center -708px;
}
.mm-menu .icon-phone {
	background: rgba(255, 255, 255, 0.1) url(images/menu-icons-tr.png) no-repeat center -808px;
}
.mm-menu .icon-phone:hover {
	background-position: center -808px;
}
.mm-menu .icon-language {
	background: rgba(255, 255, 255, 0.1) url(images/menu-icons-tr.png) no-repeat center -908px;
}
.mm-menu .icon-language:hover {
	background-position: center -908px;
}
.mm-menu .icon-close {
	background: rgba(255, 255, 255, 0.1) url(images/menu-icons-tr.png) no-repeat center -107px;
}
.mm-menu .icon-close:hover {
	background-position: center -108px;
	border: 1px solid #fff;
}
.mm-menu .icon-facebook:hover,
.mm-menu .icon-twitter:hover,
.mm-menu .icon-instagram:hover,
.mm-menu .icon-phone:hover,
.mm-menu .icon-language:hover,
.mm-menu .icon-close:hover {
	background-color: transparent;
}
.mm-menu h4 {
	padding-left: 32px;
	padding-right: 32px;
}
.mm-menu li a,
.mm-menu li a:visited {
	color: #fff;
}
.mm-menu li a:hover {
	color: #ee3124;
	text-decoration: none;
}
.mm-menu .icon-circle-open,
.mm-menu .icon-circle-open.lrg {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	border: none;
	margin: 1px 15px 0 0;
}
.mm-menu a:hover .icon-circle-open {
	width: 25px;
	height: 25px;
}
.mm-menu #nav-site {
	padding-top: 0;
	padding-bottom: 0;
}
.mm-menu #nav-site li {
	border-bottom: 1px solid #3b3b3b;
}
.mm-menu .link-with-icon {
	padding: 16px 20px 0 58px;
	margin: 0;
	height: 50px;
	text-align: left;
	position: relative;
}
.mm-menu .link-with-icon-text {
	display: inline;
}
.mm-menu a,
.mm-menu .link-with-icon {
	font-size: 14px;
}
.mm-menu .icon-service {
	position: absolute;
	left: 20px;
	top: 9px;
}
.mm-menu .icon-ticket {
	background-position: -8px -208px;
}
.mm-menu a:hover .icon-ticket {
	background-position: -8px -258px;
}
.mm-menu .icon-location {
	background-position: -58px -208px;
}
.mm-menu a:hover .icon-location {
	background-position: -58px -258px;
}
.mm-menu .icon-fare {
	background-position: -108px -208px;
}
.mm-menu a:hover .icon-fare {
	background-position: -108px -258px;
}
.mm-menu .icon-timetable {
	background-position: -158px -208px;
}
.mm-menu a:hover .icon-timetable {
	background-position: -158px -258px;
}
.mm-menu .icon-services {
	background-position: -208px -208px;
}
.mm-menu a:hover .icon-services {
	background-position: -208px -258px;
}
.mm-menu .icon-fullsite {
	background-position: -258px -208px;
}
.mm-menu a:hover .icon-fullsite {
	background-position: -258px -258px;
}
.mm-menu a.link-with-icon:hover {
	color: #ee3124;
}
.mm-menu li.col-xs-6 {
	width: 100%;
}
.mm-menu ul.nav.bullets {
	margin-bottom: 0;
}
.mm-menu ul.nav.bullets,
.mm-menu .nav.bullets li,
.mm-menu .nav.bullets li.last {
	border: none;
}
.mm-menu .nav.bullets li a,
.mm-menu .nav.bullets .active a {
	height: 45px;
	padding: 15px 20px 0 58px;
	margin-left: 0;
	background: transparent;
}
.mm-menu .nav.bullets li a:before,
.mm-menu .nav.bullets .active a:before {
	font-family: inherit;
	content: "\2022";
	position: absolute;
	top: 8px;
	left: 31px;
	color: #3b3b3b;
	font-size: 24px;
}
.mm-menu .nav.bullets .active a:before {
	color: #ee3124;
}
.mm-menu #nav-back {
	display: none;
}
.mm-menu .row.xs-dblpad {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.mm-menu .xs-padb {
	padding-bottom: 0;
}
.mm-menu #contact-details p {
	color: #fff;
	margin-left: 30px;
	margin-right: 20px;
}
.mm-menu .nb {
	margin-top: 10px;
	padding: 2px 32px 22px 32px;
	color: #bbb;
}
.mm-menu .nb h4 {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.mm-panel .hide-mm {
	display: none;
}
@media all and (min-width: 768px) {
	.mm-menu .col-fit-across {
		height: 90px;
	}
	.mm-menu #social li {
		padding-top: 27px;
	}
	.mm-menu .link-with-icon {
		height: 61px;
		padding-top: 22px;
		line-height: inherit;
	}
	.mm-menu .icon-service {
		top: 15px;
	}
	.mm-menu .nav.bullets li a,
	.mm-menu .nav.bullets .active a {
		height: 55px;
		padding-top: 20px;
	}
	.mm-menu .nav.bullets li a:before,
	.mm-menu .nav.bullets .active a:before {
		top: 15px;
	}
}
.mm-menu .hide-mm-only {
	display: none;
}


@media all and (min-width: 358px) {
	.time-join.first,
	.time-join.last {
		display: block;
	}
	.departure-times-inner {
		width: 100%;
	}
}

@media (min-width: 768px) and (orientation: landscape) {
	#mobile-nav {
		display: none;
	}
	#social-holder,
	.col-hide-sm {
		display: block;
	}
	#footer .brand {
		margin-top: 60px;
	}
}

@media all and (min-width: 768px) {
	#page {
		min-height: 100%;
		height: 100%;
	}
	.grid .half-inner {
		padding: 20px 0 20px 30px;
	}
	.grid .text-first .half-inner {
		padding: 20px 30px 20px 0;
	}
	.list {
		padding-left: 5px;
		padding-right: 5px;
	}
	.list-locations .list {
		padding-left: 0;
		padding-right: 0;
	}
	.fit-central .list {
		padding-left: 0;
		padding-right: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.list-holder .list {
		background: #fff;
	}
	.listitem {
		padding: 5px 5px;
	}
	.fit-central .listitem {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.list-locations .listitem {
		padding-left: 10px;
		padding-right: 10px;
	}
	.inner,
	.list-holder.fit-central {
		width: 700px;
	}
	.inner,
	.grid {
		padding-left: 0;
		padding-right: 0;
	}
	.row.xs-dblpad {
		padding: 0 20px;
	}
	.mm-menu .row.xs-dblpad {
		padding: 0;
	}
	.xs-padb {
		padding-bottom: 0;
	}
	.half-inner {
		width: 330px;
		margin-left: 0;
		margin-right: 0;
	}
	.text-first .half-inner {
		float: right;
	}
	.grid {
		width: 100%;
	}
	.row.xs-inset {
		padding-left: 0;
		padding-right: 0;
	}
	.frm label {
		float: left;
		width: 200px;
		padding-top: 6px;
	}
	.formgrp label {
		float: left;
		width: 200px;
	}
	.formgrp .col-sm-4 label {
		width: 40px;
		margin-left: 80px;
	}
	.frm label.inline,
	.frm .choice label {
		float: none;
		width: auto;
	}
	.frm .choice label {
		display: inline-block;
		padding-left: 5px;
	}
	.frm input.lrg,
	.frm .col-sm-after-label {
		width: 75%;
	}
	.frm .col-sm-after-label {
		display: inline-block;
	}
	.formgrp label.wide-lbl,
	.formgrp .wide-lbl label {
		float: none;
		width: 100%;
	}
	.formgrp .wide-lbl .inline label {
		width: auto;
	}
	.value {
		margin-left: 220px;
	}
	.formgrp .wide-lbl .value {
		margin-left: 0;
	}
	.col-sm-4 .value {
		margin-left: 140px;
	}
	.cards-accepted {
		margin: 10px -5px 0;
	}
	.departure-loc {
		width: 260px;
		margin-bottom: 0;
	}
	a.btn {
		max-width: 220px;
	}
	.msg a.btn {
		max-width: 240px;
	}
	a.btn.wider {
		max-width: 40%;
	}
	a.btn.fullw-to-sm,
	a.btn.fillw,
	a.btn.lrgtext {
		max-width: 100%;
	}
	a.btn.fits {
		max-width: 100%;
		width: auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.xs-hide {
		display: inherit;
	}
	.xs-only {
		display: none;
	}
	#header {
		height: 90px;
	}
	.sticky-header #main-holder,
	.home .sticky-header #main-holder,
	.jump-to {
		padding-top: 90px;
	}
	.brand {
		width: 190px;
		height: 90px;
	}
	#mobile-breadcrumb {
		display: none;
	}
	#nav-back {
		display: none;
	}
	#main-menu-holder {
		display: block;
	}
	#nav-site {
		padding-top: 14px;
		padding-bottom: 0;
	}
	input.big {
		height: 55px;
		font-size: 28px;
	}
	#fare-total {
		font-size: 28px;
		line-height: 51px;
	}
	button,
	input[type="reset"],
	input[type="submit"],
	a.btn.full {
		display: inline-block;
		max-width: 330px;
		height: 36px;
		font-size: 1em;
	}
	button.fullw,
	input.fullw {
		max-width: 100%;
	}
	.xs-underline {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0 !important;
	}
	.nav.xs-lined li {
		border-top: none;
	}
	.nav.xs-lined li a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.boxcontent {
		min-height: 120px;
	}
	#nav-holder {
		display: block;
	}
	#nav {
		display: block;
		height: 62px;
	}
	.menu .active a:before {
		left: -24px;
	}
	.icon-menu {
		background-position: 35px 19px;
	}
	.icon-service {
		float: left;
		margin-left: 0;
		margin-right: 8px;
	}
	#breadcrumb {
		display: block;
	}
	#footer-page-links {
		padding-top: 20px;
		padding-bottom: 30px;
		border-bottom: 1px solid #606060;
	}
	#footer-social-links,
	#kinetic-logo {
		padding-top: 30px;
	}
	#footer h4 {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 18px;
	}
	.sm-underline,
	.sm-underline-only {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #606060;
	}
	.sm-overline {
		margin-top: 30px;
		border-top: 1px solid #606060;
	}
	.departure-times {
		width: 320px;
	}
	.departure-info {
		width: 120px;
		margin-bottom: 0;
	}
	.ttdata li {
		width: 16.6666667%;
	}

}

@media all and (min-width: 992px) {
	.grid .half-inner {
		padding: 30px 0 20px 40px;
	}
	.grid .text-first .half-inner {
		padding: 30px 40px 20px 0;
	}
	.inner,
	.list-holder.fit-central {
		width: 960px;
	}
	.row.xs-dblpad {
		padding: 0;
	}
	.half-inner {
		width: 460px;
	}
	.col-main {
		float: left;
		width: 740px;
	}
	.col-main.no-panel {
		float: none;
		width: 100%;
	}
	.col-panel {
		margin-top: 50px;
		margin-left: 770px;
	}
	.col-panel.reduceT {
		margin-top: 26px;
	}
	#my-skybus {
		font-size: 30px;
	}
	a.btn.fullw-to-sm {
		max-width: 220px;
	}
	#mobile-nav {
		display: none;
	}
	#social-holder,
	.col-hide-sm {
		display: block;
	}
	#footer h4 {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 20px;
	}
	#footer .brand {
		float: right;
	}
	#footer-page-links {
		border-bottom: none;
	}
	#footer-page-links,
	#footer-social-links,
	#kinetic-logo {
		padding-top: 40px;
		padding-bottom: 0;
	}
	#kinetic-logo {
		padding-top: 80px;
	}
	.sm-underline-only {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}
	.icon-service {
		margin-right: 12px;
	}
	.md-only {
		display: none;
	}
}

@media (min-width: 1200px) {
	.inner,
	.list-holder.fit-central {
		width: 1110px;
	}
	.half-inner {
		width: 530px;
	}
	.col-panel {
		margin-left: 830px;
	}
}

@media (min-width: 768px) {
	.padL-sm-dbl {
		padding-left: 40px;
	}
	.list-bg {
		background: #f0f0f0;
	}
	.list-holder {
		max-width: 1600px;
		margin-bottom: 10px;
	}
	.list-sm-5col .listitem,
	.list-sm-4col .listitem, 
	.list-sm-3col .listitem, 
	.list-sm-2col .listitem, 
	.list-sm-1col .listitem {
		float: left;
	}
	.list-sm-5col .listitem { width: 20%; }
	.list-sm-4col .listitem { width: 25%; }
	.list-sm-3col .listitem { width: 33.33333333%; }
	.list-sm-2col .listitem { width: 50%; }
	.list-sm-1col .listitem { width: 100%; }
}
@media (min-width: 992px) {
	.padL-md-dbl {
		padding-left: 40px;
	}
	.listitem {
		padding-top: 0;
		padding-bottom: 0;
	}
	.fit-central .listitem {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.list-locations .listitem {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.list-md-5col .listitem, 
	.list-md-4col .listitem, 
	.list-md-3col .listitem, 
	.list-md-2col .listitem, 
	.list-md-1col .listitem {
		float: left;
	}
	.list-md-5col .listitem { width: 20%; }
	.list-md-4col .listitem { width: 25%; }
	.list-md-3col .listitem { width: 33.33333333%; }
	.list-md-2col .listitem { width: 50%; }
	.list-md-1col .listitem { width: 100%; }
}
@media (min-width: 1200px) {
	.list-lg-5col .listitem,
	.list-lg-4col .listitem, 
	.list-lg-3col .listitem, 
	.list-lg-2col .listitem, 
	.list-lg-1col .listitem {
		float: left;
	}
	.list-lg-5col .listitem { width: 20%; }
	.list-lg-4col .listitem { width: 25%; }
	.list-lg-3col .listitem { width: 33.33333333%; }
	.list-lg-2col .listitem { width: 50%; }
	.list-lg-1col .listitem { width: 100%; }
}
@media (min-width: 1600px) {
	.listitem {
		margin-top: 0;
	}
}
.list:before,
.list:after {
    content: "";
    display: table;
}
.list:after {
    clear: both;
}
.list {
    *zoom: 1;
}


/* image grid */
.img-list,
.img-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.img-list img {
	display: block;
	max-width: 100%;
	height: auto !important;
}
.img-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
}
.img-list li {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 50%;
	margin-bottom: 10px;
	margin-top: 10px;
}
@media (min-width: 700px) {
	.img-list li {
		width: 33.333333%;
	}
	.img-list.across4 li {
		width: 25%;
	}
}
.img-list:before,
.img-list:after {
    content: "";
    display: table;
}
.img-list:after {
    clear: both;
}
.img-list {
    *zoom: 1;
}


@media (min-width: 768px) {
	.translated-en .nav-2col ul,
  .translated-cn .nav-2col ul {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
}
@media (min-width: 992px) {
	.nav-2col ul {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
}
.nav-2col:before,
.nav-2col:after {
    content: "";
    display: table;
}
.nav-2col:after {
    clear: both;
}
.nav-2col {
    *zoom: 1;
}


/* add to home screen message */
.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}
.ath-mandatory {
	background: #000;
}
.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;
	background: #eee;
	background-size: 100% auto;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}
.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}
.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}
.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}
.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}
.ath-ios8.ath-tablet {
	right: 0.4em;
	top: 1.8em;
}
.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}
.ath-container {
	box-shadow: 0 .2em 0 #777;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: 60%;
	width: 2em;
	height: 2em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}
.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}
.ath-mandatory .ath-container:before {
	display: none;
}
.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}

/* applied only if the application icon is shown */
.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	margin-top: -0.3em;
	background-image: url(images/action-icon-ios.png);
	background-size: 18px 18px;
}
.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAGaklEQVR42u3cfUxVZRwH8O8FRERRfNfKt4zM2UzNMszZFPMPW5KWzizJ0JJWitOU3mYs54ZuNRk6zblSaebUnKllSpopaRorJiqmtjRNK4sNEBR5+fbH45ELwrnn5Tnn3gPP7/cv9/7O/eyc5zyvAF6PrlgAFTrRHcQmtFIQekDEYXRRFA3GzP4gCOI39FcaDcQ7g24BEUUYrTz0gIhKvKZE9IAIIhNhSkUPiNiGaOWiB0Tko4eS0QMi/sQQZaMHRJRivNLRAyKqkKZ89IAIYg1aKCDq5l60U0D6WYDeCkg/r2KEAtLPG5iqgPSzBukKKFB+ikgFpJ+56KyA9PMcHjBXYYwjGRmyQMR/GGWmAqVnNV4N4TuIICowPXhA1ZgR0o+Y6Yk1uTyVeD7E26Da3GpsYk0iTwQ3kSS5nbLboAj0wnBMwGwsRhaysRO5yEMe8iJP2bjig+joIlALbhE86xguCWUgXkYmduMMbjrQVhLEWfRzCagldwmelfTZhOmM8ViGXJQ7hFI3iwK906SUieLXgifTFs9DeA/HUOMKjP87LdlhoFb8RvB8ZJHHhxHIxEWXYfzzY0Q4BtSG3wueDyzhxCAFvwSRJuA7zeYXx/CQ4LEy/3sPlqMkBHBEHkN36UBt+YPgWWgapzfWoiJkcERewECpQB2YR5I1nG/6PbUcN0IMR2QJxhkEWsi0gPkjSVYzxRROS6SjLCRxGplYa+QPq2goqjnTFM8wFIQwjpZZCJcDVMmppu6dTNf7OFbzEDoFAKrcx5yA+ZIJnh444hEckcfRUxcoXe5wMwH/eIqHIK7gUbeAklHlOR4xCElyA2iWR3mIGixyHijDoziMqRw8xflH7H2v8vTjKfIyhzoLNNurPM+xVHRksp0EesabbU84M1hDklVMo885oMdcmhGUnO25W9w7xUx0sh8Ui/Ne5InjCcFTwL4BetI2gbZ5kedZreXZwjYBx2K2gKZ7DydMa3mqRcvjJFAcrnmNJ5ZfiXunlBMNzgfZAPrSazx9eVzwnOB9hmcULQM96TWeCSwRPFv9Wx6ngMKQ3zRaHqeAXvQSTzttNfgaJ5leOLQE5EOhd3j6MF/wnGSchZVVS0Bj5f6ELhzKiZzLdC7nOm7nAebzPIvqZKHF7x7DfwXPNsZYWpu3BLTD/iptPFO4mnt5muWGVg0uW6ozj5UBWh4ngPpYHZxG8nGmcTPPsJpmwzxQK34mPlrGKTY2UFkAWmJ+y8wopnM/y/QEilnAQ9zJbGZxMedzBif559EF5mr24s/ie3/nIFtb8CwAnTV+md04hzm83hBIFQu5mUv5Op/mQMbK3YKXyGJR5Vt2NPqzZAH1N3aJrTmNu1lRn6WUOVzGJA5hlHN7FFNFy0N+yAjbu1xNA70duFOWwPXaeFmLIu7gmxxm5oKtAUVxvahYzhfMVZAFdES/GU7m6bo0Z7mMw2n7jLsxoB78SVQ9T9OHfeUARfluNv5QzeNFf5pCvssBbm4DHsm/ReXvaOGkhhyg+MbeU3N4pZamhGs53O190m/wprZ/0tKDLAdo7p3f4GMSL9Ti/MpZbO32RvIofiKqX2eS1QpSgMI+r//5+7mvFucgE+nQf9TQA7qbR0X9PzjUegUpQG1O1F04eau2j3OAw4JzFGGE9nDvYQc7FaQARRf7rwwc1nDOcbLtbeUWgVK0vtYK2jw5LwMo2nf7c8navVPORWY7fbKAorlRXMMNJtuvIAMoTusKLhXzc2QO74UrcSfQXdodfEnOwy0D6GGxY3qPNj+XBNeiPlCCNs+TY3y05ThQ7EiwK4+JCztjdJTsBFCaNtpaJe9AlgSgsVN6aQOJzWwLBAcokqu1lucVmRUkAC2eeElsKE+F66EBdWOuyXkeF4EYT7LCzZanPtBoXtXmeTrJriAD6AmW8SkgWEC3W541bCm/ggygRxiPIMWSB1cInAqTRyJcnw8KUrD7rXmewY5VaAJA++W3PE0JKMPUPE8MEpoXkLnBcBL+wqpmBWQiemIXCCqghiIcadoxvvYbFFD9GIDDtb9s3EkF5B9RyKj7jy0UkH+MvnNBXAFp0QEbGjoCqoC0mNPwL1NACshYhKUqIN2YvFEB6ca0LxSQAlJACkgBKSAFpICsADXdVEAKSAEpIAWkgBSQAlJACkgBKaDgA41hc8vUXHM3UPOLVQpIAbkH9D87oz0rvnJrOgAAAABJRU5ErkJggg==);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}
.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.4em;
	margin-top: -0.2em;	
	background-image: url(images/action-icon-android.png);
	background-size: 18px 18px;
}
.ath-container p {
	margin: 0 1em;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1em;
	line-height: 1.7;
}
.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
}
.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}
.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 4em;
	width: 4em;
	z-index: 2147483642;
	
	display: none;
}
.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}
.ath-container {
	box-shadow: 0 2px 0 #777;
}
.ath-ios.ath-phone:after {
	box-shadow: 2px 2px 0 #777;
}
.in {
	-webkit-animation-duration: 25ms;
	-moz-animation-duration: 25ms;
	animation-duration: 25ms;
}
.out {
	-webkit-animation-duration: 50ms;
	-moz-animation-duration: 50ms;
	animation-duration: 50ms;
}
.ui-icon-loading {
    background: none !important;
}
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
	background-color: #fff;
	border: none;
	color: inherit;
	text-shadow: none;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone { width: 24em; }
	.ath-android.ath-phone { margin-left: -12em; }
	.ath-ios.ath-phone { margin-left: -12em; }
	.ath-ios6:after { left: 39%; }
	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}
	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}


@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.icon-facebook,
	.icon-facebook:hover,
	.icon-twitter,
	.icon-twitter:hover,
	.icon-instagram,
	.icon-instagram:hover,
	.icon-phone,
	.icon-phone:hover,
	.icon-language,
	.icon-language:hover,
	.icon-user,
	.icon-user:hover,
	.mm-menu .icon-facebook,
	.mm-menu .icon-facebook:hover,
	.mm-menu .icon-twitter,
	.mm-menu .icon-twitter:hover,
	.mm-menu .icon-instagram,
	.mm-menu .icon-instagram:hover,
	.mm-menu .icon-phone,
	.mm-menu .icon-phone:hover,
	.mm-menu .icon-language,
	.mm-menu .icon-language:hover,
	.mm-menu .icon-user,
	.icon-menu,
	.mm-menu .icon-close,
	.icon-back,
	a:hover .icon-back {
		background-image: url(images/x2/menu-icons-tr.png);
		background-size: 50px 1000px;
	}
	.icon-service,
	a:hover .icon-service,
	.crumb .icon-ticket,
	.crumb a:hover .icon-ticket,
	.crumb .icon-ticket:hover,
	.mm-menu .icon-service,
	.mm-menu a:hover .icon-service {
		background-image: url(images/x2/nav-icons-tr.png);
		background-size: 300px 450px;
	}
	.social-sharer.social-share-facebook,
	.social-sharer.social-share-twitter {
		background-image: url(images/x2/share-icons.png);
		background-size: 40px 640px;
	}
	
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
	.route-icon-melbourne {
		background-image: url(images/routes/skybus-MEL-icon.png);
	}
	.route-icon-st-kilda {
		background-image: url(images/routes/skybus-SKE-icon.png);
	}
	.route-icon-southern {
		background-image: url(images/routes/skybus-FAPAS-icon.png);
	}
	.route-icon-avalon {
		background-image: url(images/routes/skybus-AVV-icon.png);
	}
	.route-icon-airasia {
		background-image: url(images/routes/skybus-AVV-AIRASIA-icon.png);
	}
	.route-icon-melbourne,
	.route-icon-st-kilda,
	.route-icon-southern,
	.route-icon-avalon,
	.route-icon-airasia {
		background-size: 62px 62px;
	}
}

/* hotel transfer service */
#hotel-holder-melb {
	margin-bottom: 30px;
}
#the-map {
	 height: 300px;
}
.tabs {
	padding-bottom: 5px;
	border-bottom: 1px solid #ee3124;
}
.tabs.nobb {
	border-bottom: none;
}
.tab-hotel {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}
.tab-hotel.last {
	border-right: none;
}
.tab-hotel a,
.tab-hotel a:visited {
	font-family: 'HelveticaNeueW02-45Ligh';
	font-size: 18px;
	text-decoration: none;
	color: #999;
}
.tab-hotel a:hover {
	color: #404040;
}
.tab-hotel.current a,
.tab-hotel.current a:visited,
.tab-hotel.current a:hover {
	color: #ee3124;
}
.tab-search {
	padding-top: 15px;
	padding-bottom: 15px;
}
.search-input input.search {
	width: 100%;
	height: 36px;
	font-size: 1.1em;
	padding: 0 40px 0 10px;
}
.search-input,
.search-input-btn {
	float: left;
}
.search-input {
	width: 70%;
}
.search-input-btn {
	width: 28%;
	margin-left: 2%;
}
.btn-reset {
	height: 36px;
	float: right;
	padding: 0;
	font-size: 1.1em;
}
.blurred {
	color: #aaa;
}
#the-map-legend,
#the-list-legend {
	background: #f0f0f0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(226,226,226,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(226,226,226,1);
	box-shadow: 0px 4px 0px 0px rgba(226,226,226,1);
	padding: 0 20px 15px;
}
#the-list-legend {
	display: none;
}
.legend-item {
	float: left;
	margin-right: 30px;
}
.legend-item img {
	position: relative;
	top: 11px;
}
.hotel-holder .headrow {
	background: #363636;
	color: #fff;
	padding: 10px;
}
.hotel-name {
	font-family: 'HelveticaNeueW01-55Roma';
}
.hotel-addr {
	color: #777;
}
.hotel-phone,
.hotel-pickup,
.headrow .hotel-addr {
	display: none;
}
.hotel {
	border-top: 1px solid #f0f0f0;
}
.hotel.odd {
	background: #fafafa;
}
.hotel a {
	display: block;
	color: #252525;
	padding: 10px;
	text-decoration: none;
}
.hotel a:hover {
	background: #eee;
}
.ui-autocomplete {
	max-width: 420px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul.ui-autocomplete,
.ui-autocomplete li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ui-autocomplete li.ui-menu-item {
	margin: 0;
	padding: 7px 10px;
}
.ui-autocomplete li.ui-menu-item.ui-state-focus {
	cursor: pointer;
	border: none;
	background: #f0f0f0;
}
.info-hotel h3 {
	margin-top: 0.5em;
}
.info-hotel h4 {
	margin-top: 1em;
	margin-bottom: 0.2em;
}
.info-hotel p {
	margin-top: 0.5em;
	margin-bottom: 0.7em;
}
.info-pickup-zoom,
.info-dropoff-zoom {
	display: none;
}
.info-pickup-addr,
.info-pickup-dist,
.info-dropoff-addr,
.info-dropoff-dist {
	display: block;
	margin-bottom: 2px;
}
.info-pickup-dist,
.info-dropoff-dist {
	color: #777;
}
.btn.info-pickup-directions,
.btn.info-dropoff-directions {
	margin-top: 6px;
	margin-bottom: 6px;
	border-color: #f1f1f1;
	background-color: #f1f1f1;
}
.info-pickup-directions i,
.info-dropoff-directions i {
	padding-right: 4px;
	color: #999;
}
.btn.info-pickup-directions:hover i,
.info-dropoff-directions:hover i {
	color: #fff;
}
@media (min-width: 768px) {
	#the-map {
	 	height: 500px;
	}
	.search-input {
		width: 550px;
	}
	.search-input-btn {
		width: 140px;
		padding-left: 10px;
		margin-left: 0;
	}
	.search-input-btn button {
		width: 100%;
		font-size: 1em;
	}
	.info-hotel {
		width: 300px;
	}
	.hotel-name,
	.hotel-addr,
	.hotel-phone,
	.hotel-pickup {
		float: left;
	}
	.hotel-name {
		width: 45%;
	}
	.hotel-addr {
		width: 35%;
		color: #252525;
	}
	.headrow .hotel-addr {
		color: #fff;
	}
	.hotel-phone,
	.hotel-pickup {
		display: block;
	}
	.hotel-phone {
		width: 15%;
	}
	.hotel-pickup {
		width: 5%;
		text-align: center;
	}
	#the-list-legend {
		display: block;
	}
	.info-pickup-zoom,
	.info-dropoff-zoom {
		display: block;
	}
	.info-pickup-directions,
	.info-dropoff-directions {
		display: none !important;
	}
}

.locmap-holder {
	position: relative;
}
.locmap {
	height: 350px;
}
.locmap.smallish {
	height: 297px;
}
.locmap.mediumish,
.locmap.medium,
.locmap.tallish,
.locmap.tall,
.locmap.taller {
	height: 380px;
}
.info-location h3,
.list-locations h3 {
	margin-top: 0.3em;
}
ul.notices, .notices li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.notices {
	margin-left: -10px;
	margin-right: -10px;
}
.notices li {
	display: block;
	width: 50%;
	float: left;
}
.notice {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background: #fafafa;
}
.notice-title {
	display: block;
	font-size: 1.2em;
}
.notices:before,
.notices:after {
    content: "";
    display: table;
}
.notices:after {
    clear: both;
}
.notices {
    *zoom: 1;
}
.locmap-invitation,
.locmap-reset {
	position: absolute;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 0px 1px 0 rgba(0,0,0,0.2);
}
.locmap-invitation {
	left: 25%;
	top: 70px;
	width: 50%;
	padding: 18px 0;
	text-align: center;
	font-size: 1.1em;
}
.locmap-reset {
	right: 10px;
	top: 10px;
	padding: 10px;
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, sans-serif;
	color: #606060;
}
.locmap-reset:hover {
	cursor: pointer;
	background: #ebebeb;
	color: #252525;
}
@media (min-width:414px) {
	.locmap.mediumish,
	.locmap.medium {
		height: 400px;
	}
	.locmap.tallish,
	.locmap.tall {
		height: 440px;
	}
	.locmap.taller {
		height: 500px;
	}
}
@media (min-width:768px) {
	.locmap {
		height: 350px;
	}
	.locmap.smallish {
		height: 297px;
	}
	.locmap.mediumish {
		height: 400px;
	}
	.locmap.medium {
		height: 450px;
	}
	.locmap.tallish {
		height: 550px;
	}
	.locmap.tall {
		height: 650px;
	}
	.locmap.taller {
		height: 700px;
	}
}

.notification {
	display: block;
	text-align: center;
	border-top: 2px solid #ee3124;
	border-bottom: 2px solid #ee3124;
	padding: 20px 10px;
	margin-bottom: 10px;
	background: #fafafa;
}
.notification.marginT {
	margin-top: 30px;
}
.notification.marginB {
	margin-bottom: 30px;
}
.notification p {
	margin-top: .4em;
	margin-bottom: .4em;
}
.notification p.marginT {
	margin-top: 1.4em;
}

/* tabs */
.tabnavs a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid transparent;
}
.tabnavs a,
.tabnavs a:visited {
    color: #999;
    text-decoration: none;
}
.tabnavs a:hover {
    color: #404040;
    text-decoration: none;
}
.tabnavs a.active {
    border-top-color: #ee3124;
    border-right-color: #d9d9d9;
    border-bottom-color: transparent;
    border-left-color: #d9d9d9;
}
.tabnavs a.active,
.tabnavs a.active:visited {
    color: #ee3124;
}
.tab {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tab.active {
    display: block;
}

/* featured programs on ticketing pages */
#featured-programs {
	max-width: 700px;
	margin: 30px auto;
}
#featured-programs img {
	max-width: 100%;
	height: auto !important;
}

.points .cell-fare-type,
.points .cell-fare-journey {
	width: 30%;
	padding-left: 20px;
}
.points .cell-fare-service {
	width: 60%;
	padding-left: 20px;
}
.points .cell-fare-points {
	text-align: center;
}
@media (min-width: 768px) {
	.points .cell-fare-points img {
		max-width: 110px;
	}
	.points .cell-fare-points .xs-hide {
		display: block;
		width: 100%;
	}
}



/* modal dialog */
.blurred {
	opacity: 0.2;
}
.my-modal,
.my-modal-bg {
	position: absolute;
	width: 100%;
	left: 0;
}
.my-modal#modal-languages {
	width: 100%;
}
.my-modal {
	top: -9999px;
	z-index: 10001;
}
.my-modal.onscreen {
	top: 0;
	position: fixed;
	height: 100vh;
}
.my-modal-bg {
	top: -9999px;
	background: #000;
	opacity: 0.8;
	z-index: 10005;
}
.onscreen .my-modal-bg {
	top: 0;
  height: 100%;
}
.my-modal-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 380px;
	margin-left: -150px;
	margin-top: -190px;
	background: #fff;
	z-index: 11999;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 1);
}
.my-modal-header,
.my-modal-main {
	padding-left: 50px;
	padding-right: 50px;
}
.my-modal-header {
	height: 88px;
	padding-top: 32px;
	background: #ee3124;
	color: #fff;
}
.my-modal-main,
#modal-languages .my-modal-main {
	text-align: center;
	height: 204px;
	padding-top: 40px;
	color: #404040;
}
.my-modal-main p:first-child {
	margin-top: 0;
}
.my-modal-footer {
	height: 88px;
	padding: 20px 50px 0 50px;
	background: #f0f0f0;
	text-align: center;
}
.my-modal-header h2 {
	float: left;
	color: #fff;
	margin-top: 0;
}
.my-modal-main .btn,
.my-modal-footer button {
	font-size: 18px;
	height: 48px;
	max-width: 330px;
}
.my-modal-main a.btn {
	padding-top: 15px;
	height: 54px;
}
@media (min-width: 768px) {
	.my-modal-box {
		width: 500px;
		margin-left: -250px;
	}
}

.anchor-pad:before {
	content: "";
	display: block;
	height: 70px;
	margin: -70px 0 0;
}
@media (min-width: 768px) {
	.anchor-pad:before {
		height: 90px;
		margin-top: -90px;
	}
}

.corner-msg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#corner-msg-new-SBD-stops {
	width: 80px;
	height: 80px;
}
@media (min-width: 500px) {
	#corner-msg-new-SBD-stops {
		width: 100px;
		height: 100px;
	}
}
.corner-msg-bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #7ebd28 transparent transparent transparent;
	overflow: visible;
	-webkit-transform: rotate(360deg);
}
.corner-msg-text {
	display: block;
	position: absolute;
	left: 0;
	top: -80px;
	width: 80px;
	height: 40px;
	color: #fff;
	-moz-transform: rotate(-45deg) translateY(-11px);
	-webkit-transform: rotate(-45deg) translateY(-11px);
	-ms-transform: rotate(-45deg) translateY(-11px);
	transform: rotate(-45deg) translateY(-11px);
}

.lozenge {
	display: inline-block;
	background: #7ebd28;
	color: #fff;
	padding: 4px 10px;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: .875em;
}
@media (min-width: 1200px) {
	.lozenge {
		padding: 5px 14px 4px 14px;
	}
}

.offer-panel {
	background: #ee3124;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.offer-panel p:last-child {
	margin-bottom: 0;
}
.offer-panel-inner {
	margin-left: -20px;
	margin-right: -20px;
}
.offer-panel-img,
.offer-panel-txt {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
}
.offer-panel-img a {
	display: block;
	width: 100%;
	text-align: center;
}
.offer-panel-img img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.offer-panel p:first-child {
		margin-top: 0;
	}
	.offer-panel-img {
		width: 33.333333%;
	}
	.offer-panel-img img {
		margin-left: 0;
		margin-right: 0;
	}
	.offer-panel-txt {
		width: 66.66666667%;
	}
}
@media (min-width: 992px) {
	.offer-panel-txt {
		padding-top: 30px;
		padding-right: 30px;
	}
	.offer-panel-img img {
		width: 300px;
	}
}
@media (min-width: 1200px) {
	.offer-panel-txt {
		padding-right: 50px;
	}
	.offer-panel-img img {
		width: 350px;
	}
}

.biggy-text {
	font-size: 16px;
}
@media (min-width: 992px) {
	.biggy-text {
		font-size: 18px;
	}
}

/* package tickets */
.package-fare {
	background: #fafafa;
	padding: 30px;
	margin-bottom: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.package-fare-inner {
	margin: 0 auto;
	max-width: 220px;
}
.package-fare h3 {
	margin-top: .6em;
}
.package-fare-inner p:last-child {
	margin-bottom: 0;
}
.plus {
	display: block;
	font-size: 1.25em;
	line-height: 1em;
	color: #ee3124;
	font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
}
.mini-fare {
	border-top: 2px solid #ee3124;
	border-bottom: none;
	margin-bottom: 20px;
}
.mini-fare tr:nth-child(even) {
	background: transparent;
}
.mini-fare-type {
	text-align: left;
}
.mini-fare-price {
	text-align: right;
}

/* loading indicator */
.progress-indicator,
.progress-indicator:before,
.progress-indicator:after {
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: loadingDots 1.8s infinite ease-in-out;
	animation: loadingDots 1.8s infinite ease-in-out;
}
.progress-indicator {
	display: block;
	color: #888;
	font-size: 10px;
	margin: 20px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}
.progress-indicator:before,
.progress-indicator:after {
	content: "";
	position: absolute;
	top: 0;
}
.progress-indicator:before {
	left: -2em;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.progress-indicator:after {
	left: 2em;
}
@-webkit-keyframes loadingDots {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loadingDots {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


.em-label {
  color: #ee3124;
  font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}

/* special offers */
.special-offers {
	position: relative;
	background: url(../../uploads/special-offers/skybus-clouds-mobile.jpg) no-repeat center bottom;
    background-size: cover;
}
.special-offer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.special-offer,
.special-offer h2,
.special-offer h3,
.special-offer h4,
.special-offer h5,
.special-offer h6,
.special-offer a,
.special-offer a:visited {
	color: #fff;
}
.special-offers,
.special-offer,
.offer-main {
	height: 280px;
}
.special-offer {
	text-align: center;
}
.offer-main {
	display: table;
	width: 100%;
}
.offer-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 110px;
}
.offer-aside {
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}
.offer-aside img {
	display: block;
	width: 160px;
	margin: 0 auto;
}
.special-offer h3 {
	font-size: 24px;
	margin-top: 0;
}
.content-panel .special-offer h3:first-child {
	margin-top: 0;
}
.special-offer p {
	margin: .6em 0 0 0;
	font-size: 18px;
}
@media (min-width: 375px) {
	.special-offers,
	.special-offer,
	.offer-main {
		height: 320px;
	}
	.offer-inner {
		padding-top: 25px;
		padding-bottom: 140px;
	}
	.offer-aside {
		bottom: 30px;
	}
	.offer-aside img {
		width: 200px;
	}
	.special-offer h3 {
		font-size: 30px;
	}
	.special-offer p {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.special-offers {
		background: url(../../uploads/special-offers/clouds-bg.jpg) no-repeat center bottom;
	    background-size: cover;
	}
	.special-offers,
	.special-offer,
	.offer-main {
		height: 250px;
	}
	.special-offer {
		text-align: left;
	}
	.offer-aside {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		left: auto;
		bottom: auto;
	}
	.offer-inner,
	.offer-aside {
		padding-left: 15px;
		padding-right: 15px;
	}
	.offer-inner {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
	}
	.offer-aside {
	    width: 250px;
	}
	.offer-aside img {
		width: 200px;
	}
	.special-offer h3 {
		font-size: 30px;
	}
	.special-offer p {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.offer-aside {
	    width: 322px;
	}
	.offer-aside img {
		width: 242px;
	}
	.special-offer h3 {
		font-size: 36px;
	}
	.special-offer p {
		font-size: 23px;
	}
}
@media (min-width: 1200px) {
	.offer-aside {
	    width: 385px;
	}
	.offer-aside img {
		width: 285px;
	}
	.special-offer h3 {
		font-size: 44px;
	}
	.special-offer p {
		font-size: 28px;
	}
}

.special-offer {
	animation-name: crossFader;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 24s;
	animation-direction: forward;
}
.special-offer:nth-child(2) {
	animation-name: crossFader2;
}
.special-offer:nth-child(3) {
	animation-name: crossFader3;
}
.special-offer:nth-child(4) {
	animation-name: crossFader4;
}
@keyframes crossFader {
	0%, 21%, 100% { opacity: 1; }
	25%, 96% { opacity: 0; }
}
@keyframes crossFader2 {
	0%, 21%, 50%, 100% { opacity: 0; }
	25%, 46% { opacity: 1; }
}
@keyframes crossFader3 {
	0%, 46%, 75%, 100% { opacity: 0; }
	50%, 71% { opacity: 1; }
}
@keyframes crossFader4 {
	0%, 71%, 100% { opacity: 0; }
	75%, 96% { opacity: 1; }
}

.offers-x3 .special-offer {
  animation-name: crossFader5;
  animation-duration: 18s;
}
.offers-x3 .special-offer:nth-child(2) {
	animation-name: crossFader6;
}
.offers-x3 .special-offer:nth-child(3) {
	animation-name: crossFader7;
}
@keyframes crossFader5 {
	0%, 32%, 100% { opacity: 1; }
	36%, 96% { opacity: 0; }
}
@keyframes crossFader6 {
	0%, 32%, 68%, 100% { opacity: 0; }
	36%, 64% { opacity: 1; }
}
@keyframes crossFader7 {
	0%, 64%, 100% { opacity: 0; }
	68%, 96% { opacity: 1; }
}


.pretty-box {
	display: block;
	background: #f0f0f0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #404040;
	padding: 20px 20px 15px 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pretty-box h4 {
	margin-top: 10px;
}




body.cke_editable {
	padding: 1px 10px;
}
.cke_editable figure,
.cke_editable iframe,
.cke_editable object,
.cke_editable embed,
.cke_editable img {
	max-width: 100%;
	height: auto !important;
}

.cke_editable.cke-panel-1 {
	background: #fafafa;
}
.cke_editable.cke-panel-2 {
	background: #404040;
}
.cke_editable.cke-panel-3 {
	background: #252525;
}
.cke_editable.cke-panel-4 {
	background: #ee3124;
}
.cke_editable.cke-panel-10 {
	background: #7ebe28;
}
.cke-panel-align-center {
	text-align: center;
}
.cke_editable.cke-panel-2,
.cke_editable.cke-panel-2 a,
.cke_editable.cke-panel-2 h1,
.cke_editable.cke-panel-2 h2,
.cke_editable.cke-panel-2 h3,
.cke_editable.cke-panel-2 h4,
.cke_editable.cke-panel-2 h5,
.cke_editable.cke-panel-3,
.cke_editable.cke-panel-3 a,
.cke_editable.cke-panel-3 h1,
.cke_editable.cke-panel-3 h2,
.cke_editable.cke-panel-3 h3,
.cke_editable.cke-panel-3 h4,
.cke_editable.cke-panel-3 h5,
.cke_editable.cke-panel-4,
.cke_editable.cke-panel-4 a,
.cke_editable.cke-panel-4 h1,
.cke_editable.cke-panel-4 h2,
.cke_editable.cke-panel-4 h3,
.cke_editable.cke-panel-4 h4,
.cke_editable.cke-panel-4 h5,
.cke_editable.cke-panel-10,
.cke_editable.cke-panel-10 a,
.cke_editable.cke-panel-10 h1,
.cke_editable.cke-panel-10 h2,
.cke_editable.cke-panel-10 h3,
.cke_editable.cke-panel-10 h4,
.cke_editable.cke-panel-10 h5 {
	color: #fff;
}


.browserupgrade {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
}


@media print {
	
	#nav-bg,
	#featureimg-container,
	#footer,
	.col-panel {
		display: none;
	}
	.col-main {
		float: none;
		width: 100%;
	}
	ul {
		page-break-inside: avoid;
	}
	
}