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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.1;
	color: inherit;
	margin: 1.6em 0 0.3em 0;
	color: #ee3124;
}
h1 {
	font-size: 30px;
	margin-top: 0.6em;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
.home h3 {
	margin-top: 10px;
}
h4 {
	font-size: 18px;
	margin-bottom: 0.78em;
}
h5 {
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h5.grey {
	color: #252525;
}
p,
table {
	margin: 1em 0;
}
p.last {
	margin-bottom: 0;
}
p.first {
	margin-top: 0;
}
strong,
th {
	font-weight: normal;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
a,
a:visited {
	color: #ee3124;
}
a:hover {
	color: #252525;
}
table {
	border-bottom: 2px solid #404040;
}
td {
	padding: 10px 10px 9px;
}
th,
.form-blocktitle {
	text-align: left;
	background-color: #363636;
	color: #fff;
	padding: 10px 10px 9px;
	font-size: 1em;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
.secondary th {
	background: transparent;
	color: #404040;
}
td {
	border-top: 1px solid #f0f0f0;
}
.secondary tr:first-child td {
	border-top: 2px solid #404040;
}
tr:nth-child(even) {
	background: #fafafa;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
select {
	border: 1px solid #bbb;
	height: 28px;
}
figure {
	margin: 0;
}
iframe,
video,
embed,
object {
	max-width: 100% !important;
}
.hoverable {
	cursor: pointer;
}
hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 10px 0;
}
@media all and (min-width: 768px) {
	h1 {
		font-size: 36px;
	}
}

.inner iframe,
.inner object,
.inner embed {
	max-width: 100%;
}

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

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

/* page layout */
#page {
	width: 100%;
	position: relative;
}
#page.fixed-footer {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin-bottom: -300px;
}
#footer {
	min-height: 300px;
	padding-top: 20px;
	background: #252525;
	color: #bbb;
}
#page-spacer {
	height: 300px;
}
#nav-holder {
	z-index: 9999;
}
#nav {
	display: none;
}
.home #nav {
	display: block;
}

#header-holder,
#message-container,
#nav-holder,
#my-skybus,
#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 {
	padding-top: 70px;
}
#show-page-continued {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.smoothScroll {
	display: block;
	width: 45px;
	height: 45px;
	padding-top: 12px;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
	border: 2px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
}
.smoothScroll:hover {
	background: rgba(0,0,0,0.8);
}
.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; }
.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; }
.hide-until-ready,
.icon-menu.hide-until-ready {
	display: none;
}
.max-imagew img {
	max-width: 100%;
	height: auto !important;
}
.max-imagew .gm-style img {
	max-width: 1000px;
}
.brand {
	display: block;
	width: 150px;
	height: 70px;
	background: url(images/SkyBus-logo-sml.png) no-repeat left center;
}
.copyright {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.icon-down {
	display: block;
	width: 45px;
	height: 45px;
	position: relative;
	top: -12px;
	background: url(images/icons-nav.png) no-repeat -2px -2px;
}
.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;
}
.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%; }
#my-skybus {
	font-family: 'HelveticaNeueW02-Thin', Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}
#my-skybus a,
#my-skybus a:visited {
	color: #fff;
}
#my-skybus p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#siteby {
	border-top: 1px solid #404040;
	padding-top: 10px;
	min-height: 40px;
	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 {
	display: none;
}
.intro {
	font-size: 16px;
}
@media all and (min-width: 768px) {
	.intro {
		font-size: 20px;
	}
}
.col-all-10,
.col-all-45 {
	position: relative;
	min-height: 1px;
	float: left;
}
.col-all-10 {
	width: 10%;
}
.col-all-45 {
	width: 45%;
}
.inner,
.grid,
.list-holder {
	margin: 0 auto;
}
.list-locations {
	margin-left: -20px;
	margin-right: -20px;
}
.inner {
	padding-left: 20px;
	padding-right: 20px;
}
.half-inner {
	margin-left: -20px;
	margin-right: -20px;
}
.nocol {
	padding-left: 20px;
	padding-right: 20px;
}
.row.xs-dblpad {
	padding-top: 20px;
	padding-bottom: 10px;
}
.nojs strong {
	color: #ee3124;
}
.col-sm-half {
	padding-left: 10px;
	padding-right: 10px;
}
@media all and (min-width: 768px) {
	.list-locations {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-sm-half {
		float: left;
		width: 50%;
	}
	.col-align-right {
		text-align: right;
	}
	.col-align-left {
		text-align: left;
	}
	.hide-sm-only {
		display: none;
	}
}
@media all and (min-width: 992px) {
	.hide-sm-only {
		display: inline;
	}
}

/* footer */
#footer h4 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 16px;
}
#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;
}


/* home page message */
#featureimg-container,
.featuremsg {
	position: relative;
}
#featureimg-container {
	background: #000;
	display: none;
}
.home #featureimg-container {
	display: block;
}
#featureimg-overlay,
.featureimg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.gridcover {
	background: url(images/grid.png) repeat 0 0;
}
.gradient-lr {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=1 );
}
.gradient-rl {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=1 );
}
.gradient-solid {
	background: rgba(0,0,0,0.75);
}
#featureimg,
#featuremsg,
#featurebg,
.featurebg,
.shade-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#featureimg,
#featurebg {
	z-index: 1500;
}
#featureimg-overlay {
	z-index: 2200;
}
#featuremsg {
	z-index: 2700;
}
.featuremsg h2,
.featuremsg p,
.featuremsg a,
.featuremsg a:visited {
	color: #fff;
	text-shadow: 0 1px 0 #252525;
}
.featuremsg h2,
.featuremsg p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.featuremsg h2 {
	font-family: 'HelveticaNeueW02-75Bold', Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.featuremsg {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.featuremsg .btn {
	font-size: 18px;
	text-shadow: none;
}
.feature-inner,
.featuremsg .inner {
	position: relative;
}
.feature-height {
	height: 300px;
}
.slim .feature-height {
	height: 100px;
}
.featuremsg-pic {
	display: none;
}
@media (min-width: 768px) {
	#featureimg-container {
		display: block;
	}
	.feature-height {
		height: 318px;
	}
	.slim .feature-height {
		height: 180px;
	}
	.msg {
		width: 70%;
	}
	.msg.with-arrows {
		padding-left: 60px;
	}
	.featuremsg-pic {
		display: block;
		position: absolute;
		left: 75%;
		bottom: 0;
		text-align: center;
	}
	.featuremsg-pic img {
		display: block;
	}
}
@media (min-width: 992px) {
	.feature-height {
		height: 349px;
	}
	.featuremsg h2 {
		font-size: 42px;
	}
	.featuremsg {
		font-size: 26px;
	}
	.msg {
		width: 50%;
	}
}
@media (min-width: 992px) and (min-height: 770px) {
	.feature-height {
		height: 400px;
	}
}
@media (min-width: 1200px) and (min-height: 770px) {
	.feature-height {
		height: 500px;
	}
}



/* home page image boxes */
.infobox {
	background: #f0f0f0;
	position: relative;
}
.light .infobox {
	background: #fff;
	border-bottom: 4px solid #f0f0f0;
}
.infobox img {
	display: block;
	width: 100%;
}
.boxcontent {
	padding: 15px 20px 5px 20px;
}
.list-locations .boxcontent {
	padding-left: 0;
	padding-right: 0;
}
.boxcontent h4 {
	margin-top: 0;
}
.infobox h4 {
	color: #252525;
}
.boximg a {
	display: block;
}
.boxlink {
	height: 55px;
	padding-left: 20px;
	padding-right: 20px;
}
.boxlink.abs {
	left: 0;
	bottom: 0;
	width: 100%;
}
.boxlink.xs-dbl {
	height: 100px;
}
.boxlink.xs-dbl .btn {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.boxlink.xs-dbl {
		height: 55px;
	}
}

/* menu nav */
.nav ul, ul.nav, .nav li {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.nav ul, ul.nav {
	padding: 0;
}
.nav li {
	margin: 0;
}
.nav.vertical li {
	margin-top: 1px;
	margin-bottom: 1px;
}
.nav a {
	display: block;
}
.nav.vertical a {
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav.xs-lined li {
	border-top: 1px solid #3b3b3b;
}
.nav.xs-lined li a {
	padding: 12px 0;
}
.menu {
	font-size: 16px;
	border-bottom: 1px solid #f0f0f0;
}
ul.menu {
	margin-bottom: 40px;
}
.menu.no-border-b {
	border-bottom: none;
}
.menu li {
	border-top: 1px solid #f0f0f0;
	position: relative;
}
.menu .no-border {
	border-bottom: none;
}
.menu a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.menu a,
.menu a:visited {
	color: #404040;
	text-decoration: none;
}
.menu a:hover {
	color: #ee3124;
	text-decoration: none;
}
.menu .active a:hover {
	color: #404040;
}
.menu .active a:before {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: inherit;
	content: "\2022";
	position: absolute;
	left: -16px;
	top: 10px;
	color: #ee3124;
	font-size: 24px;
}
nav h4 {
	font-size: 22px;
	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;
}


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

/* blog */
ul.tags {
	margin: 0;
	padding: 0;
}
.tags li {
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tags li a {
	display: block;
	background-color: #f0f0f0;
	color: #404040;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px 10px 15px;
	text-decoration: none;
}
.tags li a:hover {
	background-color: #ee3124;
	color: #fff;
}
.tags li a:before {
	font:normal normal normal 14px/1 FontAwesome;
	content: "\f02b";
	position: relative;
	left: -5px;
}
.grid h3 {
	color: #fff;
}
.grid-image {
	margin-left: -20px;
	margin-right: -20px;
	height: 245px;
	overflow: hidden;
}
.stretched {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.hide-span span {
	display: none;
}
.grid-row {
	background: #252525;
	color: #fff;
}
.grid .half-inner {
	padding: 5px 20px 10px 20px;
}
.gridlink a {
	color: #fff;
	border-color: #fff;
	width: 200px;
}
.gridlink a:visited {
	color: #fff;
}
.gridlink a:hover {
	background: #fff;
	color: #404040;
}
.nav-smaller .xs-fifths .col-xs-6,
.nav-smaller .xs-fifths .col-xs-fifth {
	width: 20%;
	padding-left: 0;
	padding-right: 0;
}
.blog-list,
.blog-list li,
.news-list,
.news-list li,
.media-list,
.media-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blog-list ul,
.news-list ul,
.media-list ul {
	margin-top: 5px;
}
.blog-list li,
.news-list li {
	margin: 1em 0 2em 0;
	padding-bottom: 10px;
}
.blog-list li a,
.news-list li a,
.media-list li a {
	display: block;
	text-decoration: none;
}
.tags.smaller li {
	font-size: 1em;
	padding-left: 5px;
	padding-bottom: 0;
	margin: 0 25px 0 0;
}
.tags.smaller li:before {
	font:normal normal normal 12px/1 FontAwesome;
	content: "\f02b";
	position: relative;
	left: -5px;
}
.blog-list li,
.blog-list li a,
.news-list li,
.news-list li a {
	color: #252525;
}
.blog-list li h3 a,
.news-list li h3 a {
	color: #ee3124;
}
.blog-list h3,
.news-list h3,
.media-list h3 {
	margin-top: 0.4em;
}
.blog-list img,
.news-list img,
.media-list img {
	margin-top: 20px;
}
.news-image {
	margin-top: 20px;
}
.attribution,
figcaption {
	color: #999;
	font-size: 0.8em;
	margin-bottom: 5px;
	text-align: right;
}
.media-list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}
.media-list li {
	margin-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.in-the-media a {
	display: block;
	background: #fafafa;
	padding: 20px;
	border-left: 2px solid #ee3124;
	color: #606060;
}
.media-title,
.media-source,
.media-date {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.in-the-media .media-title {
	font-size: 18px;
	color: #ee3124;
}
.in-the-media .media-source {
	font-family: 'HelveticaNeueW01-65Medi';
}
.in-the-media .media-date {
	color: #999;
}
.in-the-media a:hover {
	background: #ee3124;
}
.in-the-media a:hover,
.in-the-media a:hover .media-title,
.in-the-media a:hover .media-date {
	color: #fff;
}
@media all and (min-width: 768px) {
	
	.blog-list h3,
	.news-list h3 {
		margin-top: 0;
	}
	.blog-list img,
	.news-list img {
		display: block;
		float: left;
		width: 300px;
		margin-right: 30px;
		margin-top: 0;
	}
	.media-list li {
		float: left;
		width: 50%;
	}
	.media-list li:nth-child(odd) {
		clear: left;
	}
	
}
.media-list:before,
.media-list:after {
    content: "";
    display: table;
}
.media-list:after {
    clear: both;
}
.media-list {
    *zoom: 1;
}

/* nav menus */
.link-with-icon,
.link-with-icon:visited,
.link-with-icon:hover {
	color: #fff;
	text-decoration: none;
}
.link-with-icon {
	text-align: center;
	font-size: 20px;
}
.link-with-icon-text {
	display: none;
}
.with-icon {
	position: relative;
	padding-left: 25px;
}
.with-icon.to-fit {
	display: inline-block;
}
.icon-circle-sml,
.icon-circle-open {
	display: block;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.icon-inline {
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	width: 20px;
	height: 20px;
}
.crumb .fa {
	margin-right: 6px;
}
.icon-circle-sml {
	width: 35px;
	height: 35px;
	background-color: #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.png) no-repeat 35px 10px;
	cursor: pointer;
}
.icon-menu span,
.icon-circle-sml span {
	display: none;
}
.icon-facebook,
.icon-twitter,
.icon-instagram,
.icon-phone {
	background-color: transparent;
	background-image: url(images/menu-icons.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-facebook:hover,
.icon-twitter:hover,
.icon-instagram:hover,
.icon-phone: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;
}
.mm-menu .icon-facebook,
.mm-menu .icon-twitter,
.mm-menu .icon-instagram,
.mm-menu .icon-phone {
	border: 1px solid transparent;
}
.mm-menu .icon-facebook:hover,
.mm-menu .icon-twitter:hover,
.mm-menu .icon-instagram:hover,
.mm-menu .icon-phone:hover {
	border: 1px solid #fff;
}

.icon-service {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	background-image: url(images/service-icons-2016.png);
	background-repeat: no-repeat;
}
.icon-ticket {
	background-position: -8px -8px;
}
.icon-location {
	background-position: -58px -8px;
}
.icon-fare {
	background-position: -108px -8px;
}
.icon-timetable {
	background-position: -158px -8px;
}
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;
}
@media (min-width: 768px) {
	
}

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

.social-sharing {
	margin-top: 3em;
}
.social-sharer {
	display: inline-block;
	background-color: #606060;
	color: #fff;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.social-sharer:visited {
	color: #fff;
}
.social-sharer.social-share-facebook {
	padding-left: 41px;
	background: #606060 url(images/icons-share-noc.png) no-repeat 1px -486px;
}
.social-sharer.social-share-twitter {
	padding-left: 41px;
	background: #606060 url(images/icons-share-noc.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 {
	background: #f0f0f0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #404040;
	padding: 20px 10px 15px 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tile a,
.tile a:visited,
.tile h3,
.tile h4,
.tile h5 {
	color: #404040;
}
.tile.primary {
	background: #ee3124;
	color: #fff;
}
.tile.primary a,
.tile.primary a:visited,
.tile.primary h3,
.tile.primary h5 {
	color: #fff;
}
.tile.spare {
	background: #fff;
	border: 2px solid #ccc;
	color: #909090;
	padding: 16px 10px 13px 10px;
	cursor: pointer;
	margin-top: 0;
}
.tile h3 {
	margin-top: 0;
}
.tile.spare h4 {
	font-size: 22px;
	margin-top: 0;
}
.tile h5 {
	margin: 0;
}
.tile.spare h5 {
	font-family: 'HelveticaNeueW02-45Ligh', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.col-sm-6 .tile.spare {
	padding-top: 28px;
	padding-bottom: 25px;
}
.col-sm-6 .tile.spare h4 {
	margin-bottom: 10px;
}
.col-sm-6 .tile.spare h5 {
	font-size: 14px;
}
.col-sm-6 .tile.spare a {
	text-decoration: none;
}
.tile p {
	margin-bottom: 0;
}
.tile.spare p {
	margin-top: 0.6em;
	font-size: 13px;
}
.tile.disabled {
	opacity: 0.2;
	cursor: inherit;
}
.tile:hover {
	border-color: #ee3124;
}
.tile.no-hover:hover {
	border-color: #ccc;
	cursor: default;
}
.tile.selected {
	background: #ee3124;
	border-color: #ee3124;
	color: #fff;
}
.tile.selected a,
.tile.selected a:visited,
.tile.selected h3,
.tile.selected h4,
.tile.selected h5 {
	color: #fff;
}
.step {
	margin-bottom: 20px;
	padding-top: 1px;
}
.choices {
	margin-top: 20px;
	margin-bottom: 10px;
}
.formgrp .choices {
	margin-top: 10px;
}
.choice {
	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
}
.formgrp .choice {
	padding-left: 0px;
}
#choices-route h4 {
	margin-top: 15px;
}
.route-icon {
	display: block;
}
@media (min-width: 768px) {
	.choices {
		margin-bottom: 30px;
	}
	#choices-route .choice {
		float: left;
		width: 50%;
	}
	#choices-faretype .choice {
		float: left;
		width: 33.33333333%;
	}
	.formgrp .choices {
		margin-top: 0px;
		margin-bottom: 0;
	}
	.route-icon {
		width: 62px;
		height: 62px;
		margin: 0 auto;
		-moz-border-radius: 31px;
		-webkit-border-radius: 31px;
		border-radius: 31px;
		background: #ee3124;
	}
	.route-icon-city {
		background: #ee3124 url(images/icon-melbourne.png) no-repeat center center;
	}
	.route-icon-st-kilda {
		background: #ee3124 url(images/icon-st-kilda.png) no-repeat center center;
	}
	.route-icon-southern {
		background: #ee3124 url(images/icon-southern.png) no-repeat center center;
	}
}
.completed .hide-on-complete {
	display: none;
}
.completed #choices-route h4 {
	margin-top: 0;
	margin-bottom: 7px;
}
.shrink-on-complete {
	overflow: hidden;
}
.tile.ticket-special {
	padding-right: 80px;
}
.special {
	display: block;
	
	position: absolute;
	left: 60%;
	top: 0;
	bottom: 5px;
	width: 70px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	background: #606060;
	color: #fff;
	
	font-size: 13px;
	line-height: 1.5;
	text-transform: uppercase;
	
	/*
	top: 10px;
	padding-top: 17px;
	height: 70px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1.2;
	
	background-color: #ee3124;
	border: 2px solid #fff;
	
	background-color: #fff;
	border: 1px solid #ee3124;
	color: #ee3124;
	
	font-family: 'HelveticaNeueW01-55Roma';
	
	background-color: #808080;
	border: none;
	color: #fff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}
.special:after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 36px 16px 36px;
	border-color: transparent transparent #fff transparent;
}
.selected .special:after {
	border-color: transparent transparent #ee3124 transparent;
}


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

/* FAQ list */
ul.QandA {
	list-style-type: none;
	margin-left: 0;
	padding-left: 22px;
}
ul.QandA li {
	position: relative;
}
ul.QandA li {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
ul.QandA li.question {
	margin-top: 1.4em;
	font-family: 'HelveticaNeueW02-75Bold', Arial, Helvetica, sans-serif;
}
ul.QandA li.question:before,
ul.QandA li.answer:before {
	font-family: 'HelveticaNeueW02-75Bold', Arial, Helvetica, sans-serif;
	color: #ee3124;
	position: absolute;
	left: -22px;
}
ul.QandA li.question:before {
	content: "Q";
}
ul.QandA li.answer:before {
	content: "A";
}

/* careers */
ul.tile-list, .tile-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tile-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.tile-list li {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
a.careers-link {
    display: block;
    text-decoration: none;
    text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ccc;
	color: #404040;
	padding: 18px 10px 8px 10px;
	font-size: 13px;
}
a.careers-link:hover {
    text-decoration: none;
    border-color: #ee3124;
}
.careers-link .h4,
.careers-link .p,
.careers-link .link {
	display: block;
}
.careers-link .h4 {
	font-size: 22px;
	margin-bottom: 14px;
}
.careers-link .p {
	margin: 10px 0;
}
.careers-link .link {
    color: #ee3124;
}
ul.jobs, .jobs li {
	list-style: none;
	padding: 0;
}
ul.jobs {
	margin: 1em 0;
	border-top: 1px solid #f0f0f0;
}
.jobs li {
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.jobs a {
	text-decoration: none;
	color: #252525;
}
.position-title {
	display: block;
	text-align: center;
}
.jobs .btn {
	display: block;
	float: none;
	height: 36px;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
	padding: 8px 15px 0;
	margin-top: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #ee3124;
	background-color: #ee3124;
}
.jobs .btn:hover {
	background: transparent;
	color: #ee3124;
}
.fset .row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rdo-opt {
	padding-right: 20px;
	padding-left: 10px;
}
fieldset>h3 {
	margin-top: 0;
}
fieldset {
	margin-bottom: 35px;
}
@media (min-width: 480px) {
	.position-title {
		float: left;
		text-align: left;
	}
	.jobs .btn {
		float: right;
		margin-top: -9px;
		margin-bottom: -9px;
	}
	.jobs a:after {
		clear: both;
        display: block;
        content: '';
	}
	.jobs li {
		
	}
}
@media (min-width: 768px) {
	.tile-list li {
		float: left;
		width: 50%;
	}
	.tile-list.fullw li {
		width: 100%;
	}
}


/* timetables */
.timetable-holder {
	margin-bottom: 30px;
}
.timetable-holder h5 {
	background: #363636;
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 12px 10px 0;
}
.timetable-holder .timetable-times {
	border-bottom: 2px solid #404040;
}
ul.ttdata, .ttdata li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ttdata li {
	float: left;
	width: 25%;
	padding: 10px 10px;
}
.timetable-holder .ttdata li {
	border-top: 1px solid #f0f0f0;
	color: #404040;
}
.timetable-upcoming .ttdata {
	font-size: 22px;
	color: #fff;
	background: #ee3124;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.timetable-upcoming .ttdata li {
	width: 25%;
	text-align: center;
}
.ttdata li.stripe {
	background: #fafafa;
}
ul.ttdata:before,
ul.ttdata:after {
    content: "";
    display: table;
}
ul.ttdata:after {
    clear: both;
}
ul.ttdata {
    *zoom: 1;
}
.departure:before,
.departure:after {
    content: "";
    display: table;
}
.departure:after {
    clear: both;
}
.departure {
    *zoom: 1;
    margin-top: 10px;
    margin-bottom: 25px;
}
.departure-loc,
.departure-times,
.departure-info {
	position: relative;
	min-height: 1px;
	float: left;
	height: 60px;
}
.departure-loc a,
.departure-times a,
.departure-info a {
	text-decoration: none;
}
.departure-loc {
	width: 320px;
	max-width: 100%;
	margin-bottom: 5px;
}
.departure-loc a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #ee3124;
	color: #fff;
	padding-left: 60px;
	text-align: left;
}
.departure-loc a.loc-city {
	background: #ee3124 url(images/icons-departures.png) no-repeat 0 0;
}
.departure-loc a.loc-city:hover {
	background: #252525 url(images/icons-departures.png) no-repeat 0 0;
}
.departure-loc a.loc-airport {
	background: #ee3124 url(images/icons-departures.png) no-repeat 0 -60px;
}
.departure-loc a.loc-airport:hover {
	background: #252525 url(images/icons-departures.png) no-repeat 0 -60px;
}
.departure-times {
	width: 100%;
	padding-top: 7px;
}
.departure-times-inner {
	width: 268px;
	margin-left: auto;
	margin-right: auto;
}
.time {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	font-size: 22px;
	line-height: 43px;
	border: 2px solid #ee3124;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.time-join {
	display: block;
	float: left;
	width: 24px;
	margin-left: 2px;
	margin-right: 2px;
	height: 45px;
	font-size: 22px;
	line-height: 43px;
	background: url(images/dot.png) repeat-x left center;
	text-indent: -9999px;
	overflow: hidden;
}
.time-join.first,
.time-join.last {
	display: none;
}
.departure-info {
	width: 320px;
	max-width: 100%;
	padding-top: 7px;
	margin-bottom: 10px;
}
.departure-info a,
.departure-info a:visited {
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 41px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	border: 2px solid #b7b7b7;
	color: #606060;
}
.departure-info a:hover {
	background: #ee3124;
	border-color: #ee3124;
	color: #fff;
	text-decoration: none;
}

/* 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;
}

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

/* fares */
.fares td p {
	margin: 0;
}
.fares {
	margin-bottom: 40px;
}
.fare-btn a.btn {
	margin-top: -1px;
}
.xs-stacks td,
.xs-stacks th {
	display: block;
	width: 100%;
	border-top: none;
	text-align: center;
}
.xs-stacks.secondary tr:first-child td {
	border-top: none;
}
.xs-stacks.secondary tr:first-child td:first-child {
	border-top: 2px solid #404040;
}
.xs-stacks .fare-type {
	border-top: 1px solid #f0f0f0;
}
.xs-shrink-t {
	padding-top: 2px;
}
.xs-shrink-b {
	padding-bottom: 2px;
}
.xs-block {
	display: block;
}
@media (min-width: 768px) {
	.xs-block {
		display: inline;
	}
	.xs-block:before {
		content: " – ";
		padding-left: 3px;
		padding-right: 3px;
	}
	.xs-stacks th,
	.xs-stacks td {
		display: table-cell;
		text-align: left;
	}
	.xs-stacks td {
		border-top: 1px solid #f0f0f0;
	}
	.xs-stacks .fare-type {
		width: auto;
	}
	.xs-stacks .fare-price {
		width: 16.66666667%;
	}
	.xs-stacks .fare-price.last-col {
		width: 33.33333333%;
	}
	.xs-stacks .fare-price.span-pricecol {
		width: 50%;
	}
	.xs-stacks .fare-btn {
		width: 16.66666667%;
	}
	.xs-shrink-t {
		padding-top: 11px;
	}
	.xs-shrink-b {
		padding-bottom: 10px;
	}
}
.bigger {
	font-size: 16px;
	margin-top: 20px;
}
.fa-icon-tt {
	display: block;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	float: left;
	background: url(images/icon-tt.png) no-repeat center center;
}
.after-icon-tt {
	display: block;
	margin-left: 30px;
}
.departures {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* forms (including ticketing) */
.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"] {
	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;
}
.frm .choice input[type="radio"] {
	float: left;
	margin-top: 4px;
}
.frm .choice label {
	margin-left: 20px;
	margin-bottom: 4px;
}
.choice-other {
	display: none;
}
.inuse .choice-other {
	display: block;
	padding-top: 4px;
	padding-left: 18px;
}
.choice-note {
	color: #606060;
	padding-left: 20px;
	margin-top: -6px;
	margin-bottom: 10px;
}
.row.hasbtn {
	padding-top: 25px;
}
.col-btn-pri,
.col-btn-sec {
	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
}
.col-btn-pri input,
.col-btn-sec input {
	margin-top: 15px;
}
.col-btn-pri .btn.full {
	max-width: 100%;
}
@media all and (min-width: 480px) {
	.col-btn-pri,
	.col-btn-sec {
		float: left;
	}
	.col-btn-pri {
		width: 70%;
	}
	.col-btn-sec {
		width: 30%;
	}
	.col-btn-pri input,
	.col-btn-sec input {
		margin-top: 0;
	}
}
@media all and (min-width: 768px) {
	.formgrp {
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
	}
	.formgrp.extrapad {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.formgrp.lastgrp {
		border-bottom: none;
	}
	.frm .choices {
		padding-top: 5px;
	}
	.frm .choice label {
		margin-left: 2px;
		padding-top: 0;
		margin-bottom: 5px;
	}
}


/* ticketing */
.ticketing h3 {
	margin-top: 1.2em;
	margin-bottom: 0.6em;
	font-size: 18px;
}
input.big {
	height: 45px;
	background: #fff;
	border: 2px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #404040;
	padding: 0 10px 0 10px;
	text-align: center;
	font-size: 22px;
	width: 100px;
}
#fare-total {
	font-size: 22px;
	line-height: 41px;
	color: #404040;
}
#fareqty.disabled {
	opacity: 0.2;
}
.ticket-holder {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	border: 2px solid #252525;
	width: 240px;
	padding: 0 10px 10px 10px;
	margin: 30px auto 50px auto;
}
.ticket-holder.redeemed,
.ticket-holder.expired {
	border-color: #ccc;
}
.ticket-qrcode {
	padding-top: 5px;
}
.redeemed .ticket-qrcode,
.expired .ticket-qrcode {
	width: 206px;
	height: 206px;
	padding: 85px 40px 0 40px;
	margin: 25px auto 5px auto;
	background: #fafafa;
	border: 1px solid #dadada;
	color: #ee3124;
	font-size: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.ticket-qrcode-num {
	font-family: Courier, mono;
	color: #000;
	font-size: 1.2em;
}
.redeemed .ticket-qrcode-num,
.expired .ticket-qrcode-num {
	color: #aaa;
	margin-top: 7px;
}
.ticket-detail {
	padding-bottom: 10px;
}
.ticket-holder p {
	margin: .4em 0 0 0;
}
.ticket-holder h3 {
	margin-top: 1em;
}
.ticket-holder h5 {
	color: #252525;
	margin-bottom: 15px;
	margin-top: 5px;
}
.ticket-route {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	background-color: #252525;
	padding: 12px 0 13px;
	position: relative;
}
.redeemed .ticket-route,
.expired .ticket-route {
	background-color: #ccc;
}
.ticket-tail {
	position: absolute;
	left: 50%;
	bottom: -18px;
	width: 40px;
	height: 20px;
	background: #252525;
	margin-left: -20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.redeemed .ticket-tail,
.expired .ticket-tail {
	background-color: #ccc;
}
.cards-accepted {
	margin-bottom: 20px;
}
.cards-accepted img {
	margin-right: 10px;
}
#secured-by-commbank,
#cardgate-payment-technologies {
	display: inline-block;
}
#secured-by-commbank {
	width: 144px;
	height: 30px;
	background: url(images/secured-by-commbank.png) no-repeat left center;
}
#cardgate-payment-technologies {
	width: 91px;
	height: 30px;
	background: url(images/cardgate.png) no-repeat left center;
}

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


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


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

@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: 25%;
		padding-top: 6px;
	}
	.formgrp label {
		float: left;
		width: 200px;
	}
	.formgrp .col-sm-4 label {
		width: 40px;
		margin-left: 80px;
	}
	.frm label.inline,
	.frm .choice label {
		float: none;
		width: auto;
	}
	.frm .choice label {
		display: inline-block;
		padding-left: 5px;
	}
	.frm input.lrg,
	.frm .col-sm-after-label {
		width: 75%;
	}
	.frm .col-sm-after-label {
		display: inline-block;
	}
	.value {
		margin-left: 220px;
	}
	.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;
	}
	a.btn.fullw-to-sm,
	a.btn.fillw,
	a.btn.lrgtext {
		max-width: 100%;
	}
	.xs-hide {
		display: block;
	}
	.xs-only {
		display: none;
	}
	#header {
		height: 90px;
	}
	.sticky-header #main-holder,
	.home .sticky-header #main-holder {
		padding-top: 90px;
	}
	.brand {
		width: 191px;
		height: 90px;
		background: url(images/SkyBus-logo.png) no-repeat left center;
	}
	#mobile-breadcrumb {
		display: none;
	}
	#nav-back {
		display: none;
	}
	#main-menu-holder {
		display: block;
	}
	#nav-site {
		padding-top: 14px;
		padding-bottom: 0;
	}
	.tile.spare {
		margin-bottom: 0;
	}
	input.big {
		height: 55px;
		font-size: 28px;
	}
	#fare-total {
		font-size: 28px;
		line-height: 51px;
	}
	button,
	input[type="reset"],
	input[type="submit"],
	a.btn.full {
		display: inline-block;
		max-width: 330px;
		height: 36px;
		font-size: 1em;
	}
	button.fullw,
	input.fullw {
		max-width: 100%;
	}
	.xs-underline {
		border-bottom: none;
		padding-bottom: 0;
	}
	.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;
	}
	.link-with-icon {
		text-align: left;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 17px;
		line-height: 38px;
	}
	.link-with-icon-text {
		display: inline;
	}
	.icon-service {
		float: left;
		margin-left: 0;
		margin-right: 12px;
	}
	#breadcrumb {
		display: block;
	}
	#footer h4 {
		margin-top: 20px;
	}
	.sm-underline,
	.sm-underline-only {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #606060;
	}
	.sm-overline {
		margin-top: 30px;
		border-top: 1px solid #606060;
	}
	.departure-times {
		width: 320px;
	}
	.departure-info {
		width: 120px;
		margin-bottom: 0;
	}
	.ttdata li {
		width: 16.6666667%;
	}

}

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

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

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


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


/* Trip Advisor widget */
.col-outdent-widget,
.col-widget {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.xs-text-center {
	text-align: center;
}
.col-widget ul,
.col-widget li {
	list-style-type: none;
}
.col-widget #CDSWIDCOE {
	margin: 30px auto 10px auto;
	border: none;
}
@media (min-width: 768px) {
	.col-outdent-widget {
		float: left;
		width: 70%;
	}
	.col-widget {
		float: right;
		max-width: 30%;
	}
	.xs-text-center {
		text-align: left;
	}
	.col-widget #CDSWIDCOE {
		margin: 20px 0 10px 0;
	}
}
@media (min-width: 992px) {
	.col-outdent-widget {
		width: 80%;
	}
	.col-widget {
		max-width: 20%;
	}
}


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


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

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

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

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


@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.gridcover {
		background: url(images/x2/grid.png) repeat 0 0;
		background-size: 4px 4px;
	}
	.icon-facebook,
	.icon-facebook:hover,
	.icon-twitter,
	.icon-twitter:hover,
	.icon-instagram,
	.icon-instagram:hover,
	.icon-phone,
	.icon-phone: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-user,
	.icon-menu,
	.mm-menu .icon-close,
	.icon-back,
	a:hover .icon-back {
		background-image: url(images/x2/menu-icons.png);
		background-size: 50px 1000px;
	}
	.icon-service,
	a:hover .icon-service,
	.crumb .icon-ticket,
	.crumb a:hover .icon-ticket,
	.crumb .icon-ticket:hover,
	.mm-menu .icon-service,
	.mm-menu a:hover .icon-service {
		background-image: url(images/x2/service-icons-2016.png);
		background-size: 200px 350px;
	}
	.icon-down {
		background-image: url(images/x2/icons-nav.png);
		background-size: 45px 90px;
	}
	.fare-type-adult {
		background-image: url(images/x2/icon-fare-type-adult.png);
	}
	.fare-type-family-1 {
		background-image: url(images/x2/icon-fare-type-family-1.png);
	}
	.fare-type-family-2 {
		background-image: url(images/x2/icon-fare-type-family-2.png);
	}
	.fare-type-adult,
	.fare-type-family-1,
	.fare-type-family-2 {
		background-size: 210px 210px;
	}
	.departure-loc a.loc-city,
	.departure-loc a.loc-city:hover,
	.departure-loc a.loc-airport,
	.departure-loc a.loc-airport:hover {
		background-image: url(images/x2/icons-departures.png);
		background-size: 60px 240px;
	}
	.time-join {
		background-image: url(images/x2/dot.png);
		background-size: 8px 6px;
	}
	.brand {
		background-image: url(images/x2/SkyBus-logo-sml.png);
		background-size: 150px 37px !important;
	}
	#secured-by-commbank {
		background-image: url(images/x2/secured-by-commbank.png);
		background-size: 144px 30px;
	}
	#cardgate-payment-technologies {
		background-image: url(images/cardgate.png);
		background-size: 91px 30px;
	}
	.social-sharer.social-share-facebook,
	.social-sharer.social-share-twitter {
		background-image: url(images/x2/icons-share-noc.png);
		background-size: 40px 640px;
	}
	
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
	.brand,
	#footer-brand {
		background-image: url(images/x2/SkyBus-logo.png);
		background-size: 190px 46px !important;
	}
	.route-icon-city {
		background-image: url(images/x2/icon-melbourne.png);
	}
	.route-icon-st-kilda {
		background-image: url(images/x2/icon-st-kilda.png);
	}
	.route-icon-southern {
		background-image: url(images/x2/icon-southern.png);
	}
	.route-icon-city,
	.route-icon-st-kilda,
	.route-icon-southern {
		background-size: 62px 62px;
	}
}

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

/* Events */
#events-list-holder {
	margin: 20px -20px 20px 0;
}
.event {
	margin-right: 20px;
}
.event img {
	max-width: 100%;
}
#events-list-holder .slick-dots {
	bottom: -37px;
	padding-right: 10px;
}
#events-list-holder .slick-dots li {
	width: 16px
}
#events-list-holder .slick-dots li button:before {
	width: 8px;
  height: 8px;
  border: 1px solid #808080;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#events-list-holder .slick-dots li.slick-active button:before {
	background-color: #808080;
}


/* 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;
}

/* map infowin & timetable */
.locmap h4 {
	margin-top: 10px;
}
.locmap p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tt-list {
	border-top: 1px solid #f0f0f0;
}
.tt-row {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 16px;
}
.tt-row:nth-child(even) {
	background: #fafafa;
}
.tt-stop {
	float: left;
	width: 50px;
}
.tt-info {
	margin-left: 50px;
}
.tt-stop-boarding {
	margin-right: 50px;
}
.tt-stop-name {
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
	padding: 10px 0 5px 0;
}
.tt-stop-for {
	color: #909090;
	padding-top: 15px;
}
.tt-more a.btn {
	width: 35px;
	height: 35px;
	padding: 0;
	background: #fff url(images/icon-tt-light.png) no-repeat center center;
	border-color: #ccc;
}
.tt-more a.btn:hover {
	background: #ee3124 url(images/icon-tt-white.png) no-repeat center center;
	border-color: #ee3124;
}
.mapit a.btn {
	background: #fff url(images/icon-direction-light.png) no-repeat center center;
}
.mapit a.btn:hover {
	background: #ee3124 url(images/icon-direction-white.png) no-repeat center center;
}
.tt-stop-num {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ee3124;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.tt-time {
	display: block;
	float: left;
	width: 40px;
	padding: 10px 0;
}
.tt-time-sep {
	display: block;
	width: 20px;
	height: 34px;
	float: left;
	background: url(images/arrow-right.png) no-repeat 4px center;
}
.tt-time.empty-span {
	width: 160px;
}
.tt-more {
	float: right;
	width: 36px;
}
.mapit a.btn {
	position: absolute;
	bottom: 10px;
}
@media (min-width: 768px) {
	.tt-stop-name {
		padding-bottom: 10px;
		width: 200px;
		float: left;
	}
	.tt-list-loc .tt-stop-name {
		width: 260px;
	}
	.tt-upcoming {
		float: right;
	}
	.tt-stop-boardtype {
		padding: 10px 0;
	}
	.tt-stop-boarding {
		margin-right: 110px;
	}
	.tt-stop-for {
		padding-top: 0;
	}
	.tt-time {
		width: 80px;
		font-size: 16px;
		text-align: center;
	}
	.tt-time-sep {
		height: 36px;
	}
	.tt-time.empty-span {
		width: 280px;
	}
	.tt-more {
		width: 100px;
		margin-left: 10px;
	}
	.tt-more a.btn {
		width: 100px;
		background-image: none;
		padding-top: 8px;
		height: 36px;
	}
	.tt-more a.btn:hover {
		background-image: none;
	}
	.mapit a.btn {
		position: relative;
		bottom: auto;
		margin-top: 8px;
	}
}

/*
.tt-stop,
.tt-stop-name,
.tt-upcoming,
.tt-more {
	float: left;
	min-height: 1px;
	position: relative;
}
.tt-stop {
	width: 50px;
}
.tt-stop-name {
	padding-top: 8px;
	padding-bottom: 8px;
}
.tt-upcoming {
	width: 100%;
	padding: 7px 40px 7px 50px;
}
.tt-time {
	display: block;
	float: left;
	min-width: 45px;
}

.tt-more {
	position: absolute;
	right: 0;
	bottom: 7px;
}

@media (min-width: 768px) {
	.tt-row {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tt-stop-name {
		width: 230px;
	}
	.tt-upcoming {
		width: 300px;
		padding: 7px 0;
	}
	.tt-time {
		width: 80px;
		font-size: 16px;
		text-align: center;
	}
	.tt-time-sep {
		height: 1.5em;
	}
	.tt-more {
		right: 10px;
		bottom: 10px;
	}
	
}
*/



/*
.tt-desc,
.tt-upcoming {
	width: 100%;
}
.locmap .tt-upcoming {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tt-time {
	display: inline-block;
	width: 65px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
}
.tt-more {
	width: 20px;
}

@media (min-width:768px) {
	.tt-desc,
	.tt-upcoming {
		width: auto;
	}
	.tt-time {
		width: 80px;
		font-size: 16px;
		text-align: center;
	}
	.tt-time-sep {
		width: 20px;
	}
	.tt-more {
		width: 100px;
	}
}
.tt-list {
	position: relative;
	margin-top: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.tt-desc {
	position: relative;
	min-height: 1px;
	float: left;
}
.tt-list .tt-upcoming {
	float: right;
}
.tt-full {
	margin-top: 0;
	margin-bottom: 0;
	border-collapse: separate;
}
.tt-row {
	border-top: 1px solid #f0f0f0;
	padding: 6px 10px;
}
*/

.tt-fetched-header {
	background-color: #363636;
	color: #fff;
	padding: 10px 10px 9px;
	font-family: 'HelveticaNeueW01-65Medi', Arial, Helvetica, sans-serif;
}
.tt-departing {
	margin-bottom: 20px;
}
.tt-dept {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
.tt-dept.stripe {
	background: #fafafa;
}
@media (min-width:320px) {
	.tt-dept {
		width: 33.333333%;
	}
}
@media (min-width:480px) {
	.tt-dept {
		width: 25%;
	}	
}
@media (min-width:600px) {
	.tt-dept {
		width: 20%;
	}
}
@media (min-width:768px) {
	.tt-dept {
		width: 100px;
	}
}
.showing .tt-dept-time {
	display: block;
	max-width: 75px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background-color: #ee3124;
	color: #fff;
}
.tt-arrive {
	position: relative;
	float: none;
	clear: both;
}
.tt-arrive-rows {
	padding: 5px 20px;
	background: #f1f1f1;
}
.arrival-tt-info {
	margin-top: 7px;
	margin-bottom: 7px;
}

/*
.tt-arrive {
	position: absolute;
	width: 400px;
	left: 0;
	top: 36px;
	z-index: 1;
}
.tt-arrive-rows {
	text-align: left;
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 10px 20px;
}
*/
/*
.tt-arrive-pointer {
	display: block;
	position: absolute;
	top: -10px;
	height: 10px;
}
.pointer-arrow {
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f1f1f1;
	margin-left: auto;
	margin-right: auto;
}
*/
.arrival-tt-info-stopnum {
	display: inline-block;
}
.arrival-tt-info-stopname {
	display: inline-block;
	width: 200px;
}

.tt-row:before,
.tt-row:after,
.tt-departing:before,
.tt-departing:after {
    content: "";
    display: table;
}
.tt-row:after,
.tt-departing:after {
    clear: both;
}
.tt-row,
.tt-departing {
    *zoom: 1;
}

.select-toggle select {
	display: none;
}
.select-toggle-text {
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	position: relative;
}
.select-toggle-text:after {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	font-size: 20px;
	color: #ccc;
	background: transparent;
	pointer-events: none;
}
.select-toggle.selectable select {
	display: inline;
}
.select-toggle.selectable .select-toggle-text {
	display: none;
}


/*
.tt-scrolls {
	position: relative;
}
.tt-scroll-outer {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.scrollable {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: auto;
}
.tt-scroll-inner {
	position: absolute;
	left: 0;
	top: 0;
}
table.tt-full {
	border-bottom: none;
}
.tt-full td {
	padding-left: 10px;
	padding-right: 10px;
	border-top: none;
	text-align: center;
}
.tt-full td,
.tt-td-titlecol {
	border-top: 1px solid #eee;
}
.tt-full tr:first-child td,
.tt-td-titlecol:first-child {
	border-top: none;
}
.tt-full td.titlecol {
	text-align: left;
}
.tt-full tr:nth-child(even) {
	background: transparent;
}
.titlecol {
	white-space: nowrap;
}
.tt-scroll-fixedarea,
.fixabs {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.tt-titlecols .fixabs-2 {
	background-color: #f2f2f2;
}
.tt-scroll-controls {
	text-align: center;
	border-top: 2px solid #ddd;
	padding-top: 10px;
}
.scroll-control {
	width: auto;
	height: 24px;
	line-height: 1em;
	padding: 0 20px;
	margin-right: 10px;
}
.tt-scrolls .tt-time {
	margin-right: 0;
}
.scrollable table td:nth-child(even) {
	
}
.tt-scrolls {
	margin-top: 20px;
	border-top: 2px solid #ddd;
}
*/

.tt-departing-list,
.tt-departing-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tt-departing .dt,
.tt-departing .arrival {
	float: left;
	width: 80px;
}
.tt-departing .arrival {
	width: 100%;
	background: #f0f0f0;
}
.tt-departing .arrival.closed {
	height: 0;
	overflow: hidden;
}

/* fapas timetables */
.fapas-tt {
	width: 100%;
}
.fapas-tt th,
.fapas-tt td {
	text-align: center;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.fapas-tt td:nth-child(2),
.fapas-tt td:nth-child(3) {
	width: 35%;
}
.fapas-tt th span {
	display: none;
}
@media (min-width:768px) {
	.fapas-tt th span {
		display: block;
	}
}
.fetch-tt button {
	height: 29px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.fetch-tt select {
	margin-right: 10px;
}

/* fapas fares */
.pricing th,
.pricing td {
	font-weight: normal;
	font-size: 12px;
	width: 12%;
	text-align: center;
}
.pricing th {
	vertical-align: top;
}
.pricing th:first-child,
.pricing td:first-child {
	width: 28%;
	text-align: left;
}

/* service features */
.service-features,
.service-features li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-features li {
	position: relative;
	min-height: 1px;
	float: left;
	width: 50%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.service-features > li:nth-child(2n+1) {
   clear: both;
}
.sf-icon {
	display: block;
	width: 80px;
	height: 80px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	background: #f0f0f0 url(images/icon-service-features.png) no-repeat 0 0;
}
.sf-icon-wifi {
	background-position: -19px -19px;
}
.sf-icon-fixed-price {
	background-position: -134px -19px;
}
.sf-icon-shuttle {
	background-position: -252px -19px;
}
.sf-icon-smartphone {
	background-position: -368px -19px;
}
.sf-icon-staff {
	background-position: -484px -19px;
}
.sf-icon-pt {
	background-position: -600px -19px;
}
.sf-icon-mobility {
	background-position: -19px -172px;
}
.sf-icon-frequent {
	background-position: -134px -172px;
}
.sf-icon-express {
	background-position: -252px -172px;
}
.sf-icon-multiloc {
	background-position: -368px -172px;
}
.sf-icon-buses {
	background-position: -484px -172px;
}
.sf-icon-regular {
	background-position: -600px -172px;
}
@media (min-width: 360px) {
	.service-features li {
		width: 33.33333333%;
	}
	.service-features > li:nth-child(2n+1) {
   		clear: none;
	}
	.service-features > li:nth-child(3n+1) {
   		clear: both;
	}
}
@media (min-width: 480px) {
	.service-features li {
		width: 25%;
	}
	.service-features > li:nth-child(3n+1) {
   		clear: none;
	}
	.service-features > li:nth-child(4n+1) {
   		clear: both;
	}
}
@media (min-width: 600px) {
	.service-features li {
		width: 20%;
	}
	.service-features > li:nth-child(4n+1) {
   		clear: none;
	}
	.service-features > li:nth-child(5n+1) {
   		clear: both;
	}
}
@media (min-width: 768px) {
	.service-features li {
		width: 16.66666667%;
	}
	.service-features > li:nth-child(5n+1) {
   		clear: none;
	}
	.service-features > li:nth-child(6n+1) {
   		clear: both;
	}
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.sf-icon {
		background-image: url(images/x2/icon-service-features.png);
		background-size: 700px 272px;
	}
}


/* file uploader for careers */
.qq-uploader {
	position: relative;
	width: 100%;
}
.qq-upload-button {
    display: inline-block;
    text-align: center;
    padding: 6px 0;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 36px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 8px 15px 0;
}
.qq-upload-button.inprogress {
	border-color: #ddd;
	color: #a0a0a0;
}
.qq-upload-button-hover {
	background-color: transparent;
	border: 1px solid #404040;
	color: #252525;
}
.qq-upload-button input {
	height: 36px;
}
.qq-upload-drop-area {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height: 70px;
    z-index:2;
    background:#eee;
    text-align:center; 
}
.qq-upload-drop-area span {
    display:block;
    position:absolute;
    top: 50%;
    width:100%;
    margin-top:-8px;
    font-size:16px;
}
.qq-upload-drop-area-active {
	background:#FF7171;
}
.qq-upload-list {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-spinner {
	display:inline-block;
	background: url("images/loading.gif");
	width:15px;
	height:15px;
	vertical-align:text-bottom;
}
.qq-upload-size,.qq-upload-cancel {
	font-size:11px;
}
.qq-upload-failed-text {
	display:none;
}
.qq-upload-fail .qq-upload-failed-text {
	display:inline;
}

.embeddedContent {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embeddedContent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


body.cke_editable {
	padding-left: 10px;
	padding-right: 10px;
}
.cke_editable .image-bxslider img,
.cke_editable figure,
.cke_editable iframe,
.cke_editable img {
	max-width: 700px;
	height: auto !important;
}

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

