/* 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
 * Last updated 2025-08-25 SAH
 */
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;
}
* {
	scroll-behavior: smooth;
}

.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, .h1, .h2, .h3, .h4, .h5 {
	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, .h1 {
	font-size: 30px;
	margin-top: 0.5em;
}
h2, .h2 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 21px;
}
h3.alt, .h3.alt {
	color: #404040;
}
h4, .h4 {
	font-size: 18px;
	margin-bottom: 0.78em;
}
h4.alt, .h4.alt {
	color: #404040;
}
h3 + h4, .h3 + .h4 {
	margin-top: .8em;
}
h5, .h5 {
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h5.alt, .h5.alt {
  color: #252525;
}
h6, .h6 {
	font-size: 16px;
}
h6.alt, .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, .h1 {
		font-size: 36px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 20px;
	}
}
@media all and (min-width: 992px) {
	h1, .h1 {
		font-size: 40px;
	}
	h2, .h2 {
		font-size: 32px;
	}
	h3, .h3 {
		font-size: 28px;
	}
	h4, .h4 {
		font-size: 22px;
	}
	h6, .h6 {
		font-size: 18px;
	}
	h6.alt, .h6.alt {
		font-size: 1em;
	}
}
@media all and (min-width: 1200px) {
	h1, .h1 {
		font-size: 44px;
	}
	h2, .h2 {
		font-size: 38px;
	}
	h3, .h3 {
		font-size: 30px;
	}
	h4, .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;
}
a,
button,
select,
option,
input {
  touch-action: manipulation;
}
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;
	min-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;
}
hr.light-grey {
	border-top: 1px solid #f0f0f0;
}

/* buttons */
button,
input[type="reset"],
input[type="submit"] {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
}
form button,
input[type="reset"],
input[type="submit"] {
	border: 1px solid #bbb;
	color: #252525;
	background-color: rgba(187,187,187,0.2);
}
button,
input[type="reset"],
input[type="submit"],
.btn-std {
	font-size: 16px;
}
form button,
input[type="reset"],
input[type="submit"] {
	height: 45px;
}
form button:hover:not(:disabled),
input[type="reset"]:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled) {
	background-color: rgba(187,187,187,0.5);
}
a.btn {
	display: inline-block;
	width: 100%;
	height: 36px;
	text-decoration: none;
	line-height: 1.3em;
	text-align: center;
	padding: 8px 15px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btn,
a.btn {
  font-size: 1em;
}
a.btn.midtext {
	font-size: 16px;
	padding-top: 7px;
}
.btn.lrgtext,
a.btn.lrgtext,
a.btn.lrgbtn,
.btn.btn-lg {
	font-size: 18px;
	line-height: 1.33333333;
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 44px;
	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,
.button.primary {
	background: #ee3124;
	border-color: #ee3124;
	color: #fff;
}
a.btn.primary:hover,
a.btn.primary:active,
button.btn.primary:hover,
.button.primary:hover,
.form-button.primary:hover,
input[type="submit"].primary:hover:not(:disabled),
input[type="reset"].primary:hover:not(:disabled) {
	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-bg {
	background-color: #fff;
}
a.btn.sparse:hover {
	border-color: #ee3124;
	background-color: #ee3124;
	color: #fff;
}


.btn.lightish,
a.btn.lightish {
	background-color: #f0f0f0;
	border-color: #ccc;
}
.btn.lightest,
a.btn.lightest,
a.btn.lightest:visited {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
}
.btn.lightest:hover,
a.btn.lightest:hover,
a.btn.lightest:hover {
	background-color: #eee;
	border-color: #eee;
	color: #252525;
}
.btn.outlined {
	border-color: #ccc;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
.btn.btn-nobg {
	background-color: transparent;
	border-color: transparent;
}
.btn.icon-only {
	padding: 0;
	height: 26px;
	width: 26px;
}
.btn .title {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
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;
}
.btn-subtle,
a.btn-subtle,
a.btn-subtle:visited {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	color: #252525;
}
.btn-subtle:hover,
a.btn-subtle:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #252525;
}
@media all and (min-width: 768px) {
	a.btn.btn-with-icon,
	.btn-with-icon {
		font-size: 18px;
		height: 44px;
	}
}
button.full,
.btn.full,
.btn-std {
	width: 100%;
	text-align: center;
}
.btn-sml,
.form-input-sml {
	min-height: 34px;
}
.btn-std,
a.btn-std,
.form-input-std {
	min-height: 44px;
}
a.btn-std,
a.btn-std.midtext {
  padding-top: 12px;
}
.form-input-std {
  width: auto;
  min-width: 0;
}
.form-input-midi {
  width: 100%;
  max-width: 520px;
}
.form-input-full {
  width: 100%;
  max-width: 100%;
}
button.contrast,
a.btn.contrast,
.btn.contrast,
input[type="reset"].primary,
input[type="submit"].primary {
	background: #ee3124;
	color: #fff;
	border: 1px solid #fff;
}
.form-button.primary,
.form-button.primary,
input[type="reset"].form-button.primary,
input[type="submit"].form-button.primary {
  border-color: #ee3124;
}
.form-button.secondary,
.form-button.secondary,
input[type="reset"].form-button.secondary,
input[type="submit"].form-button.secondary {
	background: #f0f0f0;
	color: #404040;
	border: 1px solid #f0f0f0;
}
button.contrast.disabled,
a.btn.contrast.disabled,
.btn.contrast.disabled,
input[type="reset"].primary.disabled,
input[type="submit"].primary.disabled,
button.contrast[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:not(:disabled),
a.btn.contrast:hover:not(:disabled),
.btn.contrast:hover:not(:disabled) {
	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="tel"],
input[type="date"],
input[type="number"],
textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input.full,
textarea.full {
	width: 100%;
	display: block;
}
textarea.trows-sm {
	height: 7em;
}
textarea.trows-md {
	height: 12em;
}
input.half {
	width: 50%;
}
input.md-height,
.frm input.md-height,
.frm input.md-height[type="text"] {
	padding: 10px 11px;
	font-size: 16px;
	height: auto;
	min-height: 44px;
}
@media (min-width: 768px) {
	textarea.trows-sm {
		height: 5em;
	}
	textarea.trows-md {
		height: 10em;
	}
}
.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;
  position: relative;
}
#footer-row-1 {
	min-height: 128px;
}
#footer-row-2 {
	min-height: 200px;
}
#page-spacer {
	height: 368px;
  position: relative;
}
.translated-en #footer,
.translated-cn #footer {
	min-height: 230px;
}
.translated-en #page-spacer,
.translated-cn #page-spacer {
	height: 230px;
}
.flex-xs-column {
  flex-direction: column;
}
.flex-xs-row {
  flex-direction: row;
}
@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row;
  }
}
#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;
}
#main {
  background-color:#fff;
}

/* 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;
}
.stacked-imagew-sm,
img.stacked-imagew-sm,
.stacked-imagew-md,
img.stacked-imagew-md,
.stacked-imagew-lg,
img.stacked-imagew-lg {
  max-width: 200px;
}
.brand {
	display: block;
	width: 150px;
	height: 70px;
	padding-top: 15px;
}
.xs-pad-t { padding-top: 20px; }
.xs-pad-b { padding-bottom: 20px; }
.xs-pad-half-t { padding-top: 10px; }
.xs-pad-half-b { padding-bottom: 10px; }
.xs-pad-dbl-t { padding-top: 30px; }
.xs-pad-dbl-b { padding-bottom: 30px; }
@media (min-width: 768px) {
  .brand {
    padding-top: 20px;
  }
  .md-pad-t { padding-top: 20px; }
  .md-pad-b { padding-bottom: 20px; }
  .md-pad-half-t { padding-top: 10px; }
  .md-pad-half-b { padding-bottom: 10px; }
  .md-pad-dbl-t { padding-top: 30px; }
  .md-pad-dbl-b { padding-bottom: 30px; }
}
.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;
  width: 100%;
  max-width: 100%;
}
.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;
	}
  .stacked-imagew-sm,
  img.stacked-imagew-sm {
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
	.intro {
		font-size: 24px;
	}
	.big {
		font-size: 18px;
	}
	.blog-article .intro {
		font-size: 19px;
	}
	.mobile-hide {
		display: inherit;
	}
  .stacked-imagew-md,
  img.stacked-imagew-md {
    max-width: 100%;
  }
}
@media all and (min-width: 1200px) {
	.intro {
		font-size: 27px;
	}
	.big {
		font-size: 20px;
	}
	.blog-article .intro {
		font-size: 22px;
	}
  .stacked-imagew-lg,
  img.stacked-imagew-lg {
    max-width: 100%;
  }
}
.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;
}
.md-block {
	display: none;
}
@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;
	}
	.md-block {
		display: block;
	}
	.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;
  display: flex;
}
.nav li {
	margin: 0;
}
.nav.vertical {
  flex-direction: column;
}
.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 {
    flex-direction: row;
  }
	.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;
  
  flex-wrap: wrap;
}
ul.menu {
	margin-bottom: 40px;
}
.menu.no-border-b {
	border-bottom: none;
}
.menu li {
	border-top: 1px solid #f0f0f0;
	position: relative;
  
  flex: 1 0 100%;
  width: 100%;
}
.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,
.nav.grid-x3 {
	margin: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav.grid-x2 li,
.nav.grid-x3 li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.nav.grid-x2 a,
.nav.grid-x3 a {
	display: block;
}
.match-iconh a {
	line-height: 36px;
}

/* menu and nav bits */
.col-fit-across li {
	float: left;
}
li.float-right {
	float: right;
}
.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;
}
.flex-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
  width: 100%;
}
.flex-nav-list > * {
	flex: 1 0 auto;
}
.mm-menu .flex-nav-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.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: none;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.nav.grid-x3 li {
		float: none;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.flexo-1 {
		order: 1;
	}
	.flexo-2 {
		order: 2;
	}
	.flexo-3 {
		order: 3;
	}
	.flexo-4 {
		order: 4;
	}
	.flexo-5 {
		order: 5;
	}
	.flexo-6 {
		order: 6;
	}
}
@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%;
	}
	.flex-nav-list > * {
		
	}
	.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;
	}
	.hide-md {
		display: none;
	}
}
@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,
.trail,
.trail a,
.trail a:visited {
	color: #909090;
	text-decoration: none;
}
.crumb a:hover,
.trail 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: 15px;
		line-height: 35px;
	}
	.link-with-icon-text {
		display: inline;
		/*white-space: nowrap;*/
	}
}
@media all and (min-width: 992px) {
	.link-with-icon {
		font-size: 16px;
	}
}
@media all and (min-width: 1200px) {
	.link-with-icon-OLD {
		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,
.trail .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,
.icon-airstaff,
.icon-news,
.icon-blog {
	background-image: url(images/footer-iconsv3@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-image: url(images/footer-icons@2x.png);
	background-position: -42px -42px;
}
.icon-airstaff {
	background-position: -42px -42px;
}
.icon-news {
	background-position: -82px -2px;
}
.icon-blog {
	background-position: -82px -42px;
}

.icon-service,
.icon-service-md {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto;
}
.icon-service {
	background-image: url(images/nav-icons-with-faqs.png);
	background-repeat: no-repeat;
	background-size: 300px 450px;
}
.icon-service-md {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius:  50%;
}
.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;
}
.icon-faqs {
	background-position: -258px -8px;
}
.icon-service-md span {
	display: inline-block;
	color: #ee3124;
	width: 100%;
	line-height: 32px;
	text-align: center;
}
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;
}
a:hover .icon-faqs,
.icon-faqs:hover {
	background-position: -258px -58px;
}
.icon-service-md:hover {
	background-color: #ee3124;
}
.icon-service-md:hover span {
	color: #fff;
	border-color: #fff;
}

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

.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;
}
a.tile,
.tile .h3,
.tile .h4,
.tile .h5 {
	display: block;
}
.tile a,
.tile a:visited,
.tile h3,
.tile .h3,
.tile h4,
.tile .h4,
.tile h5,
.tile .h5,
a.tile,
a.tile:visited {
	color: #404040;
}
.tile.primary {
	background: #ee3124;
	color: #fff;
}
.tile.primary a,
.tile.primary a:visited,
.tile.primary h3,
.tile.primary .h3,
.tile.primary h4,
.tile.primary .h4,
.tile.primary h5,
.tile.primary .h5 {
	color: #fff;
}
.tile a,
a.tile {
	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 .h3,
.tile h4,
.tile .h4,
.tile h5,
.tile .h5 {
	margin: 0;
}
.tile h4,
.tile .h4 {
	font-size: 20px;
	margin-bottom: .3em;
}
.btn-across-third.no-desc .tile h4,
.btn-across-third.no-desc .tile .h4 {
	font-size: 16px;
	margin-bottom: .1em;
}*/
.tile h5,
.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,
	.tile .h4,
	.pkg-name {
		font-size: 22px;
	}
	.btn-across-third.no-desc .tile h4,
	.btn-across-third.no-desc .tile .h4 {
		font-size: 18px;
	}
	.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,
.tile.selected .h3,
.tile.selected .h4,
.tile.selected .h5 {
	color: #fff;
}
.tile-ltgrey {
  background: #fafafa;
}
.tile-white {
  background: #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:not(.big-choices) {
	margin: 20px -5px 0;
}
.enquiry-refund .choices:not(.big-choices),
#foodbank-donation .choices:not(.big-choices) {
	margin-top: 0;
}
.choice:not(.big-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%;
}
.fieldset_q .indented {
  margin-left: 20px;
}
@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 .h5 {
  font-family: 'HelveticaNeueW02-45Ligh';
}
.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-bottom: 4px;
	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%;
  background-size: 36px 36px;
  background: #ee3124 url(images/routes/skybus-bus-icon.png) no-repeat center center;
}
.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-brisbane {
	background: #ee3124 url(images/routes/skybus-BCE-icon.png) no-repeat center center;
}
.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;
		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),
  .across-4 .menu-button:nth-child(2n + 1) {
		clear: none;
	}
	.across-3 .menu-button:nth-child(3n + 1) {
		clear: left;
	}
	.across-4 .menu-button {
		width: 25%;
	}
	.across-4 .menu-button:nth-child(4n + 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;
		background-size: 50px 50px;
	}
	.across-3 .menu-button a,
  .across-4 .menu-button a {
		padding: 15px 10px;
		min-height: 64px;
	}
	.across-3 .menu-button .h4,
  .across-4 .menu-button .h4 {
		font-size: 15px;
		margin-top: 0;
	}
	.across-3 .menu-button .h5,
  .across-4 .menu-button .h5 {
		display: none;
	}
	.across-3 .menu-button .h4,
	.across-3 .menu-button .h5 {
		margin-left: 48px;
	}
	.across-4 .menu-button .h4,
	.across-4 .menu-button .h5 {
		margin-left: 42px;
	}
	.across-3 .menu-icon {
		width: 36px;
		height: 36px;
		background-size: 30px 30px;
	}
  .across-4 .menu-icon {
		width: 30px;
		height: 30px;
		background-size: 24px 24px;
	}
	.across-3 .title-break
  .across-4 .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;
		background-size: 60px 60px;
	}
	.across-3 .menu-button a,
  .across-4 .menu-button a {
		padding: 15px 15px;
		min-height: 84px;
	}
	.across-3 .menu-button .h4,
  .across-4 .menu-button .h4 {
		font-size: 17px;
		margin-top: .2em;
	}
	.across-3 .menu-button .h5,
  .across-4 .menu-button .h5 {
		display: block;
	}
	.across-3 .menu-button .h4,
	.across-3 .menu-button .h5 {
		margin-left: 64px;
	}
	.across-4 .menu-button .h4,
	.across-4 .menu-button .h5 {
		margin-left: 56px;
	}
	.across-3 .menu-icon {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}
  .across-4 .menu-icon {
		width: 42px;
		height: 42px;
		background-size: 42px 42px;
	}
	.across-3 .title-break,
  .across-4 .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;
}
.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"],
.frm input[type="password"],
.frm input[type="phone"],
.frm input[type="date"] {
	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 > .outdent {
	margin-left: -20px;
	margin-right: -20px;
}
.row.choicelist {
	margin-top: 0;
	margin-bottom: 0;
}
.frm .choice:not(.big-choice) input[type="radio"] {
	float: left;
	margin-top: 4px;
}
.frm .choice:not(.big-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;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.form-row > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form-row.row-align-center {
  align-items: center;
}
.row-margin-btw .form-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-input-note {
  flex: 1 0 auto;
  width: 100%;
}
.form-row.note.pos-before {
  margin-top: 10px;
}
.form-row.note.pos-after {
  margin-bottom: 10px;
}
.ticketing .form-control {
  width: 100%;
}
@media (min-width: 576px) {
  .form-row > * {
    width: auto;
  }
  .md-label-column .form-label {
    flex: 0 0 200px;
    width: 200px;
    margin-bottom: 0;
  }
  .md-label-column .form-control-col {
    flex: 1 0 auto;
  }
  .md-indent {
    margin-left: 200px;
  }
}

.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:not(.big-choices) {
		padding-top: 5px;
		margin-top: 0;
	}
	.frm .choice:not(.big-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;
}
.btn-inside .icon-only {
	position: absolute;
	right: 2px;
	top: 2px;
}
.close-icon {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 18px;
	height: 18px;
}
.close-icon:before,
.close-icon:after {
	position: absolute;
	left: 8px;
	content: "";
	height: 15px;
	width: 1px;
	background-color: #252525;
}
.close-icon:before {
	transform: rotate(45deg);
}
.close-icon:after {
	transform: rotate(-45deg);
}
.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 {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.mm-menu #social li {
	padding: 17px 0 0;
	width: 20%;
}
.mm-menu #social li:not(.text-left) {
	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 {
	flex:  0 0 100%;
	border-bottom: 1px solid #3b3b3b;
}
.mm-menu .link-with-icon {
	padding: 16px 20px 0 50px;
	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,
.mm-menu .icon-service-md {
	position: absolute;
	left: 14px;
	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 .icon-faqs {
	background-position: -258px -208px;
}
.mm-menu a:hover .icon-faqs {
	background-position: -258px -258px;
}
.mm-menu a.link-with-icon:hover {
	color: #ee3124;
}
.mm-menu .icon-service-md {
	background: transparent;
	border: none;
}
.mm-menu .icon-service-md span {
	color: #fff;
}
.mm-menu .icon-service-md .md-24 {
	font-size: 18px;
}
.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;
}
#nav-slideout-brand img {
	max-width: 120px;
	padding-top: 3px;
	padding-left: 10px;
}
@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,
	.mm-menu .icon-service-md {
		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:not(.big-choice) label {
		float: none;
		width: auto;
	}
	.frm .choice:not(.big-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.single {
		max-width: 350px;
	}
  a.btn.form-input-midi {
    max-width: 520px;
  }
	.btn.btn-lg {
		width: 540px;
		max-width: 100%;
	}
	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: inline;
	}
	.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;
	}
	form 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,
  .btn-std {
		max-width: 100%;
	}
  .btn-std {
    min-height: 44px;
  }
  a.btn-std {
    padding-top: 12px;
  }
	.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,
	.icon-service-md {
		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;
    */
    flex: 0 0 740px;
    max-width: 740px;
	}
	.col-main.no-panel {
		float: none;
		width: 100%;
	}
	.col-panel {
		margin-top: 50px;
    /*
		margin-left: 770px;
    */
    margin-left: 30px;
    flex: 1;
	}
	.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,
	.icon-service-md {
		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;
}
.img-list.pad15 {
	margin-left: -15px;
	margin-right: -15px;
}
.img-list.pad15 li {
	padding-right: 15px;
	padding-left: 15px;
}
.img-list.pad20 {
	margin-left: -20px;
	margin-right: -20px;
}
.img-list.pad20 li {
	padding-right: 20px;
	padding-left: 20px;
}
.img-list.pad25 {
	margin-left: -25px;
	margin-right: -25px;
}
.img-list.pad25 li {
	padding-right: 25px;
	padding-left: 25px;
}
.img-list.pad30 {
	margin-left: -30px;
	margin-right: -30px;
}
.img-list.pad30 li {
	padding-right: 30px;
	padding-left: 30px;
}
.img-list.pad40 {
	margin-left: -40px;
	margin-right: -40px;
}
.img-list.pad40 li {
	padding-right: 40px;
	padding-left: 40px;
}
.img-list.pad50 {
	margin-left: -50px;
	margin-right: -50px;
}
.img-list.pad50 li {
	padding-right: 50px;
	padding-left: 50px;
}
.img-list.pad60 {
	margin-left: -60px;
	margin-right: -60px;
}
.img-list.pad60 li {
	padding-right: 60px;
	padding-left: 60px;
}
@media (min-width: 700px) {
	.img-list li {
		width: 33.333333%;
	}
	.img-list.across4 li {
		width: 25%;
	}
	.img-list.across5 li {
		width: 20%;
	}
}
.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;
}

@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,
	.trail .icon-ticket,
	.trail a:hover .icon-ticket,
	.trail .icon-ticket:hover,
	.mm-menu .icon-service,
	.mm-menu a:hover .icon-service {
		background-image: url(images/nav-icons-with-faqs.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,
.locmap.tallsq {
	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 1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 1px 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: 60px;
	padding: 10px;
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, sans-serif;
	color: #606060;
}
.locmap-reset.loc-top-left {
	left: 10px;
	right: auto;
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding-top: 11px;
	text-align: center;
}
.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,
	.locmap.tallsq {
		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,
	.locmap.tallsq {
		height: 700px;
	}
}
@media (min-width:992px) {
	.locmap.tallsq {
		height: 740px;
	}
}

.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;
}
.anchor-space {
	scroll-margin-top: 80px;
}
@media (min-width: 768px) {
	.anchor-pad:before {
		height: 90px;
		margin-top: -90px;
	}
	.anchor-space {
		scroll-margin-top: 100px;
	}
}

.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-offers.theme-winter {
	background: url(../../uploads/special-offers/winter-offer-bg-mob.jpg) no-repeat center bottom;
	background-size: cover;
}
.special-offers.theme-red-promo {
	background: url(../../uploads/special-offers/eastern-promo-background-mob.png) 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.theme-winter {
		background: url(../../uploads/special-offers/winter-offer-bg.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.special-offers.theme-red-promo {
		background: url(../../uploads/special-offers/eastern-promo-background.png) 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: 345px;
	}
	.offer-aside img {
		width: 285px;
	}
	.special-offer h3 {
		font-size: 44px;
	}
	.special-offer p {
		font-size: 28px;
	}
	.theme-winter .special-offer p {
		font-size: 27px;
	}
}

.special-offer:not(.no-anim) {
	animation-name: crossFader;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 24s;
	animation-direction: forward;
}
.special-offer:not(.no-anim):nth-child(2) {
	animation-name: crossFader2;
}
.special-offer:not(.no-anim):nth-child(3) {
	animation-name: crossFader3;
}
.special-offer:not(.no-anim):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;
}

.flexi-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.valign-c {
	align-items: center;
}
.flexi-col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.flexi-sm-stack .flexi-col {
  text-align: center;
}
.flexi-sm-stack .flexi-col.flexi-col-shrink {
  flex-shrink: 1;
  flex-basis: 100%;
  max-width: 100%;
}
.flexi-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.margin-sm-stack > .flexi-col-12 + .flexi-col-12 {
	margin-top: 20px;
}
.flexi-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.flexi-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.flexi-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 768px) {
  .flexi-sm-stack .flexi-col {
    text-align: left;
  }
  .flexi-sm-stack .flexi-col.flexi-col-shrink {
    flex-basis: 0;
    max-width: 270px;
  }
  .flexi-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flexi-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flexi-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flexi-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .margin-sm-stack .flexi-col-md-6 + .flexi-col-md-6 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
	.flexi-col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.flexi-col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.flexi-col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.flexi-col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
#footer-acknowledgement {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #212121;
	border-top: 1px solid #404040;
}
#footer-acknowledgement h4 {
	margin-top: 15px;
	margin-bottom: 10px;
}
#footer-acknowledgement p {
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 767.9999px) {
	#footer-acknowledgement .flexi-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	#footer-acknowledgement {
		text-align: left;
	}
	#footer-acknowledgement h4 {
		margin-top: 0;
	}
	#kinetic-aoc {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		max-width: 100px;
	}
}
@media (min-width: 992px) {
	#footer-acknowledgement {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: left;
	}
}
@media (min-width: 1200px) {
	#footer-acknowledgement .inner {
		padding-right: 20px;
	}
}

.nom {
	margin: 0;
}
.half-m {
	margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.half-mt {
	margin-top: 0.5em;
}
.half-mb {
  margin-bottom: 0.5em;
}
.dbl-m {
	margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.dbl-mt {
	margin-top: 1.5em;
}
.dbl-mb {
  margin-bottom: 1.5em;
}
.no-underline {
  text-decoration: none;
}

/* journey planner */
.grid-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: start;
}
.grid-flex-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	.grid-flex-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.order-md-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-md-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-md-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-md-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
}
.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.flex.guttered {
	margin-left: -10px;
	margin-right: -10px;
}
.flex-icon,
.flex-label {
	position: relative;
	width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.flex-icon {
	-ms-flex: 0 0 63px;
	flex: 0 0 63px;
	max-width: 63px;
}
.flex-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.flex-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.guttered .flex-6,
.guttered .flex-12 {
	padding-left: 10px;
	padding-right: 10px;
}
.guttered .flex-6 + .flex-6,
.guttered .flex-12 + .flex-12 {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.flex-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.guttered .flex-6 + .flex-6,
	.guttered .flex-12 + .flex-12 {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.flex-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.flex-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.plan-your-journey {
	background-color: #fafafa;
	padding: 30px;
}
.journey-service,
.journey-instruct {
	line-height: 0;
}
.journey-step-icon,
.journey-service-icon {
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 99;
}
.journey-step-icon {
	background-color: #ee3124;
	color: #fff;
	width: 48px;
	height: 48px;
	font-weight: bold;
	line-height: 48px;
}
.provider-ptv .journey-step-icon {
	background-color: #78be20;
}
.journey-service-icon {
	width: 30px;
	height: 30px;
	position: relative;
	background-color: #fff;
}
.journey-depart-skybus,
.journey-arrive-skybus,
.journey-depart-walking,
.journey-arrive-walking,
.journey-depart-ptv,
.journey-arrive-ptv {
	position: relative;
}
.journey-depart-skybus,
.journey-depart-walking,
.journey-depart-ptv {
	padding-bottom: 44px;
}
.journey-arrive-skybus,
.journey-arrive-walking,
.journey-arrive-ptv {
	padding-top: 44px;
}
.journey-depart-skybus:after,
.journey-depart-walking:after,
.journey-depart-ptv:after {
	content: "";
	display: block;
	position: absolute;
	left: 22px;
	top: 50%;
	bottom: 0;
	width: 4px;
}
.journey-arrive-skybus:before,
.journey-arrive-walking:before,
.journey-arrive-ptv:before {
	content: "";
	display: block;
	position: absolute;
	left: 22px;
	top: 0;
	bottom: 50%;
	width: 4px;
}
.journey-depart-skybus:after,
.journey-arrive-skybus:before {
	background-color: #ee3124;
}
.journey-depart-ptv:after,
.journey-arrive-ptv:before {
	background-color: #78be20;
}
.journey-depart-walking:after,
.journey-arrive-walking:before {
	background-image: url(images/x2/dot-grey.png);
	background-size: 5px 8px;
	
}
.icon-plane {
	background-image: url(images/x2/icon-directions-airport.svg);
}
.icon-melbcity {
	background-image: url(images/x2/icon-directions-melbourne.svg);
}
.icon-plane,
.icon-melbcity {
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-bus {
	background-image: url(images/x2/icon-directions-bus.svg);
}
.icon-tram {
	background-image: url(images/x2/icon-directions-tram.svg);
}
.icon-walking {
	background-image: url(images/x2/icon-directions-walk.svg);
}
.icon-bus,
.icon-tram,
.icon-walking {
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.journey-service .chip,
.journey-instruct .chip {
	margin-left: 8px;
}
.journey-service .chip .chip,
.journey-instruct .chip .chip {
	margin-left: 0;
}
.chip-holder {
	display: inline-block;
}
.chip {
	background-color: #aaa;
	color: #fff;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
}
.provider-skybus .chip {
	background-color: #ee3124
}
.provider-ptv .chip {
	background-color: #78be20;
}
.provider-ptv .chip.nested {
	background-color: rgba(120, 190, 32, 0.2);
}
.journey-instruct .chip {
	background-color: :#aaa;
}
.chip-icon {
	max-width: 30px;
	margin: 1px;
}
.chip-label,
.chip-info {
	padding-left: 10px;
	padding-right: 20px;
}
.chip-info {
	color: #252525;
}
.detail-box {
	background: #fff;
	padding: 20px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.margin-between {
	margin-top: 44px;
}
.margin-arrive {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.margin-arrive {
		margin-top: 44px;
	}
	.margin-between {
		margin-top: 0;
	}
}

h3.alt-ptv,
h4.alt-ptv {
	color: #78be20;
}
.plan-your-journey .big-select {
	margin-bottom: 40px;
}
.big-select .select2 {
	font-size: 16px;
}
.big-select .select2-container {
	margin-top: 10px;
	margin-bottom: 10px;
}
.big-select .select2-container .select2-selection--single {
	height: 40px;
}
.big-select .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
	padding-right: 30px;
}
.big-select .select2-container .select2-selection--single .select2-selection__rendered :focus{
	outline: none;
}
.big-select .select2-container--default .select2-selection--single {
	border: 1px solid #bbb;
}
.big-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}
.big-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	width: 30px;
}
@media (min-width: 992px) {
	.big-select .select2 {
		font-size: 18px;
	}
	.big-select .select2-container .select2-selection--single {
		height: 46px;
	}
	.big-select .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
	}
	.big-select .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 44px;
		width: 48px;
	}
	.big-select .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 15px;
		padding-right: 48px;
	}
	.big-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #888 transparent transparent transparent;
		border-width: 8px 6px 0 6px;
		height:0;
		left:50%;
		margin-left:-4px;
		margin-top:-2px;
		position:absolute;
		top:50%;
		width:0;
	}
}

.ui-datepicker.datepicker-popupw {
	width: 360px;
  border: 1px solid #ccc;
}


.newsroom {
	margin-top: -15px;
	margin-bottom: -15px;
}
.newsroom .flexi-col {
	padding-top: 15px;
	padding-bottom: 15px;
}
.newsroom-article {
	text-align: center;
	height: 100%;
	background: #fafafa;
	border-radius: 4px;
}
.newsroom a {
	text-decoration: none;
}
.newsroom-img img {
	display: block;
	max-width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.newsroom-text {
	padding: 20px 30px;
}
.newsroom-text h4 {
	margin-top: 0;
	font-size: 17px;
}
.newsroom-text p:last-child {
	margin-bottom: 0;
}
.hide-up2-md {
	display: none;
}
@media (min-width: 768px) {
	.newsroom-text h4 {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.newsroom-text h4 {
		font-size: 20px;
	}
	.hide-up2-md {
		display: inherit;
	}
}
@media (min-width: 1200px) {
	.newsroom-text h4 {
		font-size: 22px;
	}
}

/* updated enquiry forms */
.frm-enquiry .formgrp {
	padding: 0;
	border-bottom: none;
}
.frm-enquiry .row {
	margin: 0;
	padding: 0;
}
.frm-enquiry label,
.frm-enquiry .col-btn-pri,
.frm-enquiry .col-btn-sec {
	float: none;
	padding: 0;
}
.frm-enquiry label {
	padding-bottom: 4px;
}
.frm-enquiry .value {
	margin-left: 0;
}
.frm-enquiry .row,
.grpd-row,
.enq-row-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.frm-enquiry .row.xnarrow {
	margin-left: -5px;
	margin-right: -5px;
}
.frm-enquiry .row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.grpd-row .row {
	margin-top: 0;
	margin-bottom: 0;
}
.frm-enquiry .enq-row-alignc {
	align-items: center;
}
.frm-enquiry .row > *,
.grpd-row > *,
.enq-row-buttons > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.frm-enquiry .row.xnarrow > * {
	padding-left: 5px;
	padding-right: 5px;
}
.frm-enquiry textarea {
	display: block;
}
.choice-other textarea {
	margin-bottom: 10px;
}
.frm-enquiry .btn.full {
	max-width: 100%;
}
.frm-enquiry .btn.primary {
	border-color: #ee3124;
}
.enq-box {
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #fafafa;
}
.enq-mt {
	margin-top: 20px;
}
.enq-mb {
	margin-bottom: 20px;
}
.enq-mt2 {
	margin-top: 40px;
}
.enq-mb2 {
	margin-bottom: 40px;
}
.trim-heading h4 {
	margin-top: 30px;
}
.choices.big-choices {
	margin-top: 0;
}
.big-choices {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
	padding-top: 0;
	align-items: center;
}
.big-choices > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.big-choices input[type="radio"],
.big-choices input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.big-choices input[type="radio"]:focus,
.big-choices input[type="checkbox"]:focus {
	outline: none;
}
.frm-enquiry .big-choices label,
.frm-enquiry .formgrp .big-choices label,
.big-choices label {
	display: block;
	width: 100%;
	float: none;
}
.big-choices label {
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.33333333;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 9px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'HelveticaNeueW02-45Ligh';
}
.big-choices input[type="radio"]:checked + label,
.big-choices input[type="checkbox"]:checked + label {
	background-color: #ee3124;
	border-color: #ee3124;
	color: #fff;
}
.todo-msg {
	border-radius: 4px;
	background-color: #fafafa;
	color: #999;
	text-align: center;
	padding: 15px 15px;
	font-size: 16px;
}
.btn-after .btn_holder {
	margin-top: 20px;
}
.add_holder_item {
	margin-top: 20px;
}
.enq-row-buttons div + div {
	margin-top: 15px;
}
.dateandtimepicker-holder {
	position: relative;
}
.dateandtimepicker-holder .material-icons {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	pointer-events: none;
}
input.dateandtimepicker,
input.dateandtimepicker[type="text"],
input.dateandtimepicker[type="date"] {
	height: auto;
	min-height: 44px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 36px;
	font-size: 16px;
}
.md-18 {
	font-size: 18px;
}
.md-24 {
	font-size: 24px;
}
.md-36 {
	font-size: 36px;
}
.md-ml {
	margin-left: 14px;
}
.md-mr {
	margin-right: 14px;
}
.md-ml-10 {
	margin-left: 10px;
}
.md-mr-10 {
	margin-right: 10px;
}
.md-lighter {
  opacity: 0.3;
}
.choice-holder select {
	width: 100%;
	background: url(images/x2/arrow_down_grey.svg) right center no-repeat #fff;
	background-size: 40px 14px;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 10px;
	height: auto;
	min-height: 31px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.choice-holder select.readonly {
	background-image: none;
	border-color: #f0f0f0;
}
.choice-holder select.md-height {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 44px;
}
.qty-fare-row {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.qty-fare-row > * {
	padding-left: 10px;
	padding-right: 10px;
}
.qty-fare-name {
	flex: 0 0 20%;
	font-family: 'HelveticaNeueW01-65Medi';
}
.qty-table th,
.qty-table td {
	padding: 19px 10px;
}
.qty-table tr:nth-child(even) {
	background: none;
}
.qty-name {
	width: 70%;
}
.qty-value {
	width: 30%;
}
.qty-value input {
	width: 100%;
	margin-top: -6px;
	margin-bottom: -6px;
}
.qty-table .view_total_fare_qty {
	padding-left: 8px;
}
@media (min-width: 768px) {
	.frm-enquiry .row > .fit-col {
		flex: 0 0 auto;
		width: auto;
	}
	.frm-enquiry .row label,
	.frm-enquiry .enq-col-aside,
	.enq-submit .enq-col-aside {
		flex: 0 0 auto;
		width: 25%;
	}
	.frm-enquiry .row .value,
	.frm-enquiry .enq-col-main,
	.enq-submit .enq-col-main {
		flex: 0 0 auto;
		width: 75%;
	}
	.frm-enquiry .row label.fill-col {
		flex: 1;
	}
	.frm-enquiry .grpd-row .row label {
		width: 0;
	}
	.frm-enquiry .grpd-row .row .value,
	.enq-row-buttons .enq-col-main input.full,
	.enq-row-buttons .enq-col-main button {
		width: 100%;
		max-width: 100%;
	}
	.frm-enquiry .enq-row-wide label {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.frm-enquiry .enq-row-wide .value {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.frm-enquiry label.enq-label-padt,
	.frm-enquiry .enq-label-padt label {
		padding-top: 10px;
	}
	.frm-enquiry label {
		padding-bottom: 0;
	}
	.big-choices > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.big-choices.row-cols-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.big-choices label {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-bottom: 9px;
	}
	.input-max-md input,
	.input-max-md button,
	.input-max-md .add_holder_item {
		max-width: 350px;
	}
	.enq-row-buttons div + div {
		margin-top: 0;
	}
	.qty-fare-name {
		flex: 0 0 100px;
	}
	.grpd-across-3 .grpd-col {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}

.para-group p {
  margin-top: .285742em;
  margin-bottom: .285742em;
}
.md-iconw .form-check-input {
  margin-left: 2px;
  margin-right: 8px;
}
.md-iconw .form-check-input.md-mr-10 {
  margin-right: 16px;
}

.contentimg-img {
	height: 250px;
}
@media all and (min-width: 768px) {
	.contentimg-img {
		height: 350px;
	}
}
@media all and (min-width: 992px) {
	.contentimg-img {
    	
	}
}
@media all and (min-width: 1200px) and (min-height: 770px) {
	.contentimg-img {
    	
	}
}



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-21 {
	background: #f0f0f0;
}
.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_editable.cke-panel-12 {
  background: rgb(52,105,179);
  background: -moz-linear-gradient(90deg, rgba(52,105,179,1) 0%, rgba(102,157,209,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(52,105,179,1) 0%, rgba(102,157,209,1) 100%);
  background: linear-gradient(90deg, rgba(52,105,179,1) 0%, rgba(102,157,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3469b3",endColorstr="#669dd1",GradientType=1);
}
.cke_editable.cke-panel-22 {
	background: #f0f0f0;
}
.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,
.cke_editable.cke-panel-12,
.cke_editable.cke-panel-12 a,
.cke_editable.cke-panel-12 h1,
.cke_editable.cke-panel-12 h2,
.cke_editable.cke-panel-12 h3,
.cke_editable.cke-panel-12 h4,
.cke_editable.cke-panel-12 h5 {
	color: #fff;
}
.cke_editable.cke-panel-4 .btn,
.cke_editable.cke-panel-4 .btn:visited,
.cke_editable.cke-panel-12 .btn,
.cke_editable.cke-panel-12 .btn:visited {
	border-color: #fff;
}
.cke_editable.cke-panel-4 .btn:hover,
.cke_editable.cke-panel-12 .btn:hover {
	background-color: #fff;
}
.cke_editable.cke-panel-4 .btn:hover {
  color: #ee3124;
}
.cke_editable.cke-panel-12 .btn:hover {
	color: #3469b3;
}
.cke_editable.cke-panel-pad_top-nopad {
	padding-top: 0px;
}
.cke_editable.cke-panel-pad_top-slim {
	padding-top: 15px;
}
.cke_editable.cke-panel-pad_top-fatso {
	padding-top: 45px;
}
.cke_editable.cke-panel-pad_top-padlrg {
	padding-top: 60px;
}
.cke_editable.cke-panel-pad_top-padxlrg {
	padding-top: 70px;
}
.cke_editable.cke-panel-pad_bottom-nopad {
	padding-bottom: 0px;
}
.cke_editable.cke-panel-pad_bottom-slim {
	padding-bottom: 15px;
}
.cke_editable.cke-panel-pad_bottom-fatso {
	padding-bottom: 45px;
}
.cke_editable.cke-panel-pad_bottom-padlrg {
	padding-bottom: 60px;
}
.cke_editable.cke-panel-pad_bottom-padxlrg {
	padding-bottom: 70px;
}


.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;
	}
	
}