/* 

	First Group
	Site	: 	firstgroup.com
	Author	:	spideronline.co.uk

	Reset
	Fonts
	General
	Colors
	Form Elements
	Modal Box
	Micro Menu
	Structural
	Site Header
	Sidebar
	Footer
	Front Page
	Sliders
	Google Charts
	Opco Landing Pages
	Twitter Ticker
	Next Bus
	Ticket Tables
	News
	Journey Planner
	Timetables
	Search Results
	Routemaps
	Paypoint Locator
	Service Updates
	Sitemap
	Corporate
	Careers
	Login
	Cookie Notice
	FAQs
	Admin Toolbar
	Custom Icons
	File Icons
	Custom Tooltips
	System Messages
	UI Datepicker
	User Menu
	User Pages
	Tables
	Journey Planner SVGs
	Mailing List Sidebar Form
	Legacy IE Styles
	Admin Users Front End Form
	Sidebar tickets links
	Message banner

*/




/*	
----------------------------------------------------------
Reset
---------------------------------------------------------- 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

article:after,
aside:after,
details:after,
figcaption:after,
figure:after,
footer:after,
header:after,
hgroup:after,
menu:after,
nav:after,
section:after,
div:after,
ul:after,
ol:after {
	content: "";
	display: table;
	clear: both;
}

body {
	line-height: 1;
	height: 100%;
}

/* body > div {
	height: 100%;
} */

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

html {
	box-sizing: border-box;
	/* height: 100%; */
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.layout-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: auto;
}

.layout-container > div {
	flex: 1;
}

.element-invisible {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#delcopy {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fafafa;
	font-size: 13.5px;
	padding: 0 18px 0 36px;
	margin: 10px 0;
	width: auto;
	transition: all .2s;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.05);
	color: #777;
	font-weight: 600;
	position: relative;
}

#delcopy:hover {
	color: #fafafa;
	background: #454545;
}

#delcopy:before {
	content: "\ea36";
	font-family: first-icons;
	font-weight: normal;
	left: 8px;
	font-size: 12px;
	position: absolute;
	width: 26px;
	text-align: center;
	transition: all .5s;
	transform: translate3d(0, 0, 0) rotate(0);
	-ms-transform: translate3d(0, 0, 0) rotate(0);
	-webkit-transform: translate3d(0, 0, 0) rotate(0);
}

#delcopy:hover:before {
	transform: translate3d(0, 0, 0) rotate(180deg);
	-ms-transform: translate3d(0, 0, 0) rotate(180deg);
	-webkit-transform: translate3d(0, 0, 0) rotate(180deg);
}

body #pageWrapper {
	-webkit-user-select: text !important;
	background-size: cover;
	background-position: center center;
}





/*#toolbar {
	display: none!Important;
}*/

ul#toolbar-home {
	float: left;
}




/*	
----------------------------------------------------------
Fonts
---------------------------------------------------------- 
*/

@font-face {
	font-family: 'first-icons';
	src: url('../../fonts/first-icons/first-icons.woff');
	/* src: url('../../') */
}


@font-face {
	font-family: 'galano_grotesque_demobold';
	src: url('../../fonts/galano/galanogrotesquedemo-bold-webfont.eot');
	src: url('../../fonts/galano/galanogrotesquedemo-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/galano/galanogrotesquedemo-bold-webfont.woff2') format('woff2'),
		url('../../fonts/galano/galanogrotesquedemo-bold-webfont.woff') format('woff'),
		url('../../fonts/galano/galanogrotesquedemo-bold-webfont.ttf') format('truetype'),
		url('../../fonts/galano/galanogrotesquedemo-bold-webfont.svg#galano_grotesque_demobold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'galanogrotesquew00-lightRg';
	src: url('../../fonts/galano/galano_grotesque_w00_light-webfont.woff2') format('woff2'),
		url('../../fonts/galano/galano_grotesque_w00_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'galanogrotesquew00-mediumRg';
	src: url('../../fonts/galano/galano_grotesque_w00_medium-webfont.woff2') format('woff2'),
		url('../../fonts/galano/galano_grotesque_w00_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}





/*	
----------------------------------------------------------
General
---------------------------------------------------------- 
*/

html {
	width: 100%;
	background: #f7f7f7;
	-webkit-text-size-adjust: 100%;
}

html.no-scroll,
html.no-scroll body {
	overflow: hidden;
}

html.no-scroll-menu,
html.no-scroll-menu body {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: fixed;
}

body {
	background: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 24px;
}

p {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 24px;
}

hr {
	border: none;
	border-top: 1px solid #053525;
	margin: 0 0 16px 0;
	height: 16px;
	overflow: hidden;
	-webkit-margin-before: 0.5px;
	-webkit-margin-after: 0.5px;
}

.screen-reader-text {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.pagename-journey-planner #content p {
	margin-bottom: 0;
}

#content>*:last-child,
.news-content p {
	margin-bottom: 0;
}

p.intro {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}

img {
	max-width: 100%;
	height: auto;
}

.gmnoprint img {
	max-width: none;
}

.gmnoprint span {
	display: inline;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#pageWrapper #content img.page-header {
	position: relative;
	width: 100% !important;
	height: auto !important;
}

ul#header_navigation,
#main_navigation,
#main_navigation ul,
ul#sidebar_navigation,
ul#favourites-list,
ul#external_navigation,
ul.route-list,
ul.route-details,
ul.route-details ul,
ul#areaList {
	list-style: none;
	padding: 0;
	margin: 0;
}

span.small {
	font-size: 85%;
}

a {
	color: #606060;
	text-decoration: none;
	transition: all .4s;
}

a:hover {
	color: #009688;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.more:hover h3 {
	color: #009688;
}

#content li a,
#content p a,
#content label a,
#sidebar a {
	color: #009688;
}


#content li a:hover,
#content p a:hover,
#content label a:hover,
#sidebar a:hover {
	text-decoration: underline;
}

.socicon {
	font-size: 24px;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	clear: both;
	padding: 0;
	margin: 0 0 16px 0;
	font-family: galano_grotesque_demobold, sans-serif;
}

h1 {
	font-size: 22px;
	line-height: 32px;
}

h1.page-title {
	margin-bottom: 20px;
}

#content h1 {
	border-bottom: 2px solid #053525;
	padding: 0 0 8px 0;
	margin: 0 0 24px 0;
}

h2,
h2 a {
	font-size: 18px;
	line-height: 28px;
}

h2.section-title {
	width: 100%;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: solid 2px #053525;
	margin-bottom: 12px;
}

.opco h2.section-title {
	margin-bottom: 37px;
}

.opco #timetable_search h2.section-title,
.journey-planner h2.section-title {
	margin-bottom: 20px;
}

.front h2.section-title {
	margin-bottom: 12px;
}

#stop_holder h2 {
	margin: 20px 0;
}

h2 .favouritesubmit {
	display: block;
	color: #252525;
	padding-right: 12px;
	float: right;
	margin-top: -2px;
	cursor: pointer;
	font-size: 0;
}

.favouritesubmit:before {
	font-size: 22px;
	font-family: first-icons;
	content: "\e9db";
	font-weight: normal;
}

.favouriteoff:before {
	content: "\e9dd";
}

h2 .favouritesubmit:hover,
h2 .favouritesubmit.favouriteoff {
	color: #053525;
}

#sidebar h2 {
	margin-bottom: 16px;
}

h3 {
	font-size: 16px;
	color: #676767;
	line-height: 26px;
}

#content h3 {
	margin-bottom: 12px;
}

#footer h3.section-title {
	border-color: #cecece;
}

h3.endpoints {
	margin: 15px;
}

h3.endpoints span {
	font-size: 16px;
	color: #999;
}

.pagename-timetables h3.endpoints {
	margin: 0 0 16px 0;
}

h4 {
	font-size: 14px;
}

h1.plain,
h2.plain,
h3.plain,
h4.plain,
h5.plain,
h6.plain {
	margin: 0;
	padding: 0;
}

blockquote {
	background: #f4f4f4;
	padding: 30px;
	font-size: 30px;
	margin: 0 0 30px 0;
	position: relative;
}

blockquote:after {
	content: "\201D";
	float: right;
	position: absolute;
	right: 20px;
	bottom: 5px;
}

blockquote> :last-child {
	margin-bottom: 0;
}

body #content .note {
	padding-top: 16px;
	clear: both;
	display: block;
}

dl {
	width: 100%;
	overflow: hidden;
	margin: 0 0 12px 0;
}

dt,
dd {
	font-weight: 500;
}

dt {
	font-weight: 600;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 50px;
}

dd {
	margin: 2px 0 0 55px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

object {
	pointer-events: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #252525;
	border-radius: 3px;
	color: #f0f0f0;
	padding: 20px 30px;
	margin: 0 0 30px 0;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dd {
	margin: 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

#content img {
	border-radius: 2px;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

#content ul,
#content ol {
	margin: 0 0 20px 20px;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-top: 12px;
	margin-bottom: 12px;
}

#content ul li,
#content ol li {
	position: relative;
	list-style-type: none;
}

#content ul>li:before {
	position: absolute;
	content: "\ea20";
	font-family: first-icons;
	width: 4px;
	height: 4px;
	line-height: 4px;
	font-size: 4px;
	text-align: center;
	border-radius: 1px;
	left: -18px;
	top: 10px;
	color: #999;
	background: #999;
}

#content ol {
	counter-reset: list-counter;
}

#content ol>li:before {
	content: counter(list-counter);
	counter-increment: list-counter;
	color: #999;
	font-size: 10px;
	position: absolute;
	left: -18px;
	top: 0;
	font-weight: 700;
}

#content ul ol {
	counter-reset: inner-list-counter;
}

#content ul ol li:before {
	top: 0;
	content: counter(inner-list-counter);
	counter-increment: inner-list-counter;
}

#content ol ul li:before {
	top: 10px;
}

#content .search-results,
#content .ctrls ul {
	margin: 0;
}

#content ul.pager>li:before,
#content .search-results li:before,
#content .ctrls ul li:before {
	display: none;
}

#ukbus_nav_tabs li:before {
	display: none;
}

:focus {
	outline-style: none !important;
	/* box-shadow: 0 0 5px rgba(0, 150, 136, 1); */
}

/*input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label,
.photo-file:focus + label {
	box-shadow: 0 0 5px rgba(0, 150, 136, 1);
}*/

header#header :focus,
fieldset:focus {
	box-shadow: none;
}






/*	
----------------------------------------------------------
Colors
---------------------------------------------------------- 
*/

html body #pageWrapper .firstpink {
	color: #053525;
}

html body #pageWrapper .firstblue {
	color: #212b55;
}

html body #pageWrapper .signalviolet {
	color: #93328e;
}

html body #pageWrapper .purple {
	color: #823f90;
}

html body #pageWrapper .orange {
	color: #e7412c;
}

html body #pageWrapper .yellow {
	color: #f7a800;
}

html body #pageWrapper .dark-teal {
	color: #006272;
}

html body #pageWrapper .teal {
	color: #00b09a;
}

html body #pageWrapper .first-green {
	color: #78b829;
}

html body #pageWrapper .dark-blue {
	color: #005aa7;
}

html body #pageWrapper .blue {
	color: #69b1e2;
}

html body #pageWrapper .light-blue {
	color: #bed3e6;
}

html body .tech-blue {
	color: #262045;
}

html body #pageWrapper .grey {
	color: #a8a7a8;
}

html body #pageWrapper .white {
	color: #ffffff;
}

html body #pageWrapper .black {
	color: #000000;
}

html body #pageWrapper .back-firstpink {
	background: #053525;
	color: #fafafa;
}

html body #pageWrapper .back-firstblue {
	background: #212b55;
	color: #fafafa;
}

html body #pageWrapper .back-purple {
	background: #823f90;
}

html body #pageWrapper .back-orange {
	background: #e7412c;
}

html body #pageWrapper .back-yellow {
	background: #f7a800;
}

html body #pageWrapper .back-dark-teal {
	background: #006272;
}

html body #pageWrapper .back-teal {
	background: #00b09a;
}

html body #pageWrapper .back-green {
	background: #78b829;
}

html body #pageWrapper .back-dark-blue {
	background: #005aa7;
}

html body #pageWrapper .back-blue {
	background: #69b1e2;
}

html body #pageWrapper .back-light-blue {
	background: #bed3e6;
}

html body .back-tech-blue {
	background: #262045;
}

html body #pageWrapper .back-grey {
	background: #a8a7a8;
}

html body #pageWrapper .back-lightgrey {
	background: #eeeeee;
}

html body #pageWrapper .back-white {
	background: #ffffff;
}


















/*	
----------------------------------------------------------
Form Elements
---------------------------------------------------------- 
*/

button.location_geo,
button,
.btn,
.fieldsubmit,
input[type=submit],
.btn-p,
.btn-dd,
.button {
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	padding: 9px;
	font-weight: 600;
	cursor: pointer;
	transition: all .2s;
	line-height: 24px;
	height: 42px;
	-webkit-appearance: none;
	border: none;
}

.button {
	background: #053525;
	color: #fafafa;
	font-family: galano_grotesque_demobold, sans-serif;
}

button:hover,
.btn:hover,
.fieldsubmit:hover,
input[type=submit]:hover,
.btn-p:hover,
.btn-dd:hover,
.button:hover {
	text-decoration: none;
}

.button:hover {
	color: #fff;
}

#pageWrapper button.location_geo,
#pageWrapper button,
#pageWrapper .btn,
#pageWrapper .fieldsubmit,
#pageWrapper input[type=submit],
#pageWrapper .btn-p {
	background: #252525;
	border: none;
	color: #fafafa;
	font-weight: 600;
}

#pageWrapper button.location_geo {
	background: #212b55;
	padding-left: 0;
	padding-right: 0;
}

button.location_geo:before {
	font-family: first-icons;
	font-weight: normal;
	content: "\e070";
	font-size: 12px;
	padding-right: 4px;
}

.location_geo.user-location:after {
	font-family: first-icons;
	font-weight: normal;
	content: "\e070";
	font-size: 12px;
	float: right;
}

table .btn {
	margin: 3px;
}

.btn:hover,
.btn-dd:hover,
.fieldsubmit:hover {
	color: #fff;
	text-decoration: none;
}

.btn-dd {
	background: #252525;
	border: none;
	color: #ffffff;
}

#pageWrapper .btn-dd.full-width {
	background: #fff;
	border: 1px solid #dcdcdc;
	color: #252525;
}

.btn-dd.full-width:hover {
	background: #ddd;
	color: #00b09a;
	border-color: #aaa;
}

.btn-dd.full-width.active {
	background: #ddd;
}

label {
	font-size: 13.5px;
	font-weight: 600;
	transition: all .3s;
}

.location_geo,
body.front input[type=text] {
	width: 100%;
}

.site-search #edit-actions {
	width: 35px;
	height: 32px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	right: -10000px;
	top: -10000px;

}

.site-search #edit-actions:hover {
	border-color: transparent;
}


.site-search #edit-actions:before {
	font-family: first-icons;
	content: "\e036";
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	z-index: 1;
	transition: all .5s;
}

.site-search #edit-actions:hover:before {
	color: #fafafa;
	background: #053525;
	border-radius: 2px;
}

.site-search input[type=text] {
	background: transparent;
}

#pageWrapper .site-search input[type=submit] {
	font-size: 0;
	background: transparent;
	border: none;
	width: 35px;
	height: 32px;
	padding: 0;
	z-index: 2;
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.site-search input[type=submit]:hover {
	background: transparent;
}

.site-search #edit-actions:before {
	display: none !important;
}

.icon-drop {
	position: relative;
}

.icon-drop:after {
	content: "\e051";
	font-family: first-icons;
	display: inline-block;
	font-weight: normal;
	font-size: 24px;
	position: absolute;
	top: 5px;
	margin-left: 5px;
	color: rgba(255, 255, 255, 0.8);
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

#options-button.icon-drop:after {
	color: rgba(0, 0, 0, 0.8);
}

input[type="date"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 10px 8px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #e5e5e5;
	display: block;
	font-size: 13.5px;
	margin: 0;
	line-height: 24px;
	transition: all .2s;
	-webkit-appearance: none;
	border-radius: 2px;
	color: #555;
	font-weight: 400;
	height: 42px;
}

input[type="password"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

.ie9 input[type="date"],
.ie9 input[type="password"],
.ie9 input[type="text"],
.ie9 input[type="email"] {
	height: 42px;
}

textarea {
	width: 100%;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

label {
	display: block;
}

select {
	width: 100%;
	padding: 0 25px 2px 6px;
	font-size: 13.5px;
	line-height: 38px;
	height: 42px;
	background: #fff url('../../images/select-bg.png') no-repeat;
	background-size: 44px 44px;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	box-shadow: none;
	border: 1px solid #e5e5e5;
	color: #555;
}

select::-ms-expand {
	display: none;
}

.ie9 select {
	line-height: 24px;
	padding: 10px;
	background: none;
}

select:hover {
	cursor: pointer;
}

input[type="checkbox"]+label:hover,
input[type="radio"]+label:hover,
input[type="checkbox"]:hover+label,
input[type="radio"]:hover+label,
input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
	color: #353535;
}

input[type="date"].error,
input[type="password"].error,
input[type="text"].error,
input[type="email"].error,
textarea.error,
select.error {
	border: 1px solid #ff9999;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

fieldset legend {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-top: 24px;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}

button,
input {
	line-height: normal;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* 
input:invalid,
textarea:invalid {
	background-color: #f0dddd;
} */

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: rgba(0, 0, 0, 0.05);
}

.dob {
	background: url(../../images/form-elements/calendar.png) no-repeat center right;
	background-size: 32px 32px;
	color: #555;
}

/* input[name="mail"] {
	background: url(../../images/form-elements/envelope.png) no-repeat center right;
} */

input[name="telephone"] {
	background: url(../../images/form-elements/phone.png) no-repeat center right;
}

input[name="mobile_num"] {
	background: url(../../images/form-elements/mobile.png) no-repeat center right;
}

/* input[name="mail"], */
input[name="telephone"],
input[name="mobile_num"] {
	background-size: 32px 32px;
	padding-right: 40px;
	width: 60%;
}

.hasDatepicker {
	background: #fcfcfc url(../../images/form-elements/calendar.png) no-repeat center right;
	background-size: 32px 32px;
	color: #555;
}














/*	
----------------------------------------------------------
Modal Box
---------------------------------------------------------- 
*/

.overlay {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.85);
	opacity: 0;
	transform: translate3d(0, 0, 0) translateY(100%);
	-ms-transform: translate3d(0, 0, 0) translateY(100%);
	-webkit-transform: translate3d(0, 0, 0) translateY(100%);
}

.overlay.hide {
	background: rgba(255, 255, 255, 0.95);
	transition: opacity .4s;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.overlay.active {
	opacity: 1;
	transform: translate3d(0, 0, 0) translateY(0);
	-ms-transform: translate3d(0, 0, 0) translateY(0);
	-webkit-transform: translate3d(0, 0, 0) translateY(0);
}

.modal {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	font-size: 13.5px;
	position: relative;
	width: 320px;
	height: auto;
	min-height: 100px;
	z-index: 99999;
	overflow: hidden;
	left: calc(50% - 160px);
}

.modal.pagelike {
	width: 80%;
	left: 10%;
}

.modal-alert ul {
	list-style: none;
}

.modal-alert ul li {
	margin: 10px 0;
}

.modal-alert ul li label {
	display: inline-block;
	padding-left: 10px;
}

img.modal {
	background: none;
	box-shadow: none;
	width: auto;
	top: 45%;
}

.modal .alert-header {
	margin: 0;
	padding: 0;
	margin: 0 0 24px 0;
	color: #053525;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

.modal.pagelike .alert-header {
	display: none;
}

.modal-body {
	padding: 0 12px;
	line-height: 24px;
	overflow: auto;
}

.modal-alert {
	overflow: hidden;
	white-space: pre-wrap;
	line-height: 24px;
	font-size: 13.5px;
	color: #666;
	font-weight: 600;
}

.pagelike .modal-alert {
	background: #ffffff;
	border: 1px solid #053525;
	white-space: normal;
	line-height: 24px;
}

.inner-scroll {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	padding: 0 12px;
}

.pagelike .inner-scroll {
	padding: 12px;
}

.inner-scroll .btn {
	background-color: #353535;
	display: inline-block;
	font-size: 13.5px;
	font-weight: 600;
	padding: 6px 12px;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	transition: all .2s;
	margin: 0 4px;
	height: 36px;
	color: #f0f0f0;
	width: auto;
}

.inner-scroll .btn:last-child {
	background: #053525;
}

.inner-scroll .btn:hover {
	background: #053525;
}

.modal-alert-text {
	margin-bottom: 28px;
	color: #505050;
}

.pagelike .modal-alert-text {
	text-align: left;
}

.pagelike .modal-alert-text #content {
	padding-bottom: 0;
}







/*	
----------------------------------------------------------
Structural
---------------------------------------------------------- 
*/

.wrap,
.container,
#main {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

#content {
	position: relative;
	padding-bottom: 40px;
}

#content.content-left {
	float: left;
	position: relative;
	width: 100%;
	max-width: calc(100% - 320px);
}

.opco #content {
	background: none;
	border: 0;
	padding: 0;
}

.sidebar {
	width: 290px;
	float: right;
	position: relative;
}

.opco #sidebar>div,
.opco #sidebar>ul {
	background: none;
	border: 0;
	padding: 0;
}

#main.sidebar-left #sidebar {
	float: right;
}

#main.sidebar-right #sidebar {
	float: left;
	margin: 30px 0;
}

#main.sidebar-left #content {
	float: right;
}

#main.sidebar-right #content {
	float: left;
	margin: 30px 30px 30px 0;
}

#content {
	width: 100%;
}

#main.sidebar-left #content,
#main.sidebar-right #content {
	width: calc(72% - 30px);
}

#main.opco.sidebar-right #content {
	width: calc(66.66666666666666666% - 20px);
}

#main.opco.sidebar-right #content+#sidebar {
	width: calc(33.3333333333333% - 20px);
	margin: 30px 0;
}

.col-right {
	width: 66%;
	float: right;
}

.col-2 {
	float: left;
	width: 50%;
	padding: 10px;
}

.col-3 {
	float: left;
	width: 33%;
	line-height: 1.25em;
	text-align: left;
}

.col-3:last-child {
	margin: 0;
}

.col-3 img {
	width: 100%;
	height: auto;
}

.col-4 {
	float: left;
	width: 25%;
	padding: 10px 50px;
	line-height: 1.25em;
	text-align: left;
}

.full-width {
	width: 100%;
}

.il {
	display: inline-block
}

.fl {
	float: left
}

.fr {
	float: right
}

.float-content-right {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}









/*	
----------------------------------------------------------
Micro Menu
---------------------------------------------------------- 
*/

#pageWrapper #main>ul.mini {
	display: none;
}

.micro-menu {
	width: 100%;
	position: relative;
	font-size: 13.5px;
}

.micro-menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.micro-menu input {
	display: none;
}

.micro-menu input+label {
	display: block;
	background: #fff;
	padding: 12px 16px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #444;
	display: none;
}

.micro-menu input+label:before {
	content: "Open Menu";
}

.micro-menu input+label:after {
	font-family: first-icons;
	content: "\e5d2";
	font-size: 20px;
	line-height: 24px;
	float: right;
	font-weight: normal;
}

.micro-menu input:checked+label:after {
	content: "\e117";
}

.micro-menu input:checked+label:before {
	content: "Close Menu";
}

.micro-menu>ul {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	background: #fff;
}

.micro-menu>ul>li {
	list-style-type: none;
	display: block;
	float: left;
	position: relative;
	background: #fff;
	border-right: 2px solid rgba(0, 0, 0, 0.1);
	font-weight: 600;
}

.micro-menu>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 16px;
	transition: all .2s ease;
}

.micro-menu>ul>li.active-trail>a,
.micro-menu>ul>li a.active,
.micro-menu>ul>li a:hover {
	background: #053525;
	color: #fafafa;
}










/*	
----------------------------------------------------------
Site Header
---------------------------------------------------------- 
*/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 80px;
	box-shadow: 0 0 3px rgba(27, 27, 27, 0.3);
	z-index: 102;
}




.site-title {}

.site-title img {
	display: block;
	float: left;
	width: 100px;
}

.site-title img.wa {
	margin-left: 10px;
}












/*	
----------------------------------------------------------
Sidebar
---------------------------------------------------------- 
*/

#sidebar>div,
#sidebar>ul {
	margin-bottom: 30px;
	border: none;
	background: #ffffff;
	padding: 12px 20px;
}

#sidebar>div#timetable_search {
	padding: 16px 20px 20px 20px;
}

.opco #sidebar>div#timetable_search {
	padding: 0;
}

#sidebar>div#timetable_search input[type="text"] {
	margin: 8px 0 20px 0;
}

#sidebar>ul {
	padding: 0;
}

#sidebar #favourites {
	padding: 16px 20px 20px 20px;
}

#sidebar>*:last-child {
	margin-bottom: 0;
}

.hidden {
	display: none;
}

body .invisible {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

#favourites p {
	margin: 0;
}

ul#favourites-list li {
	border-bottom: 1px dashed #e2e2e2;
	padding: 10px 0;
}

ul#favourites-list li:first-child {
	border-top: dashed 1px #e2e2e2;
}

ul#favourites-list li a {
	display: inline-block;
}

ul#favourites-list li span.favouritedelete {
	float: right;
	margin: 0 0 0 5px;
	position: relative;
	font-weight: 600;
	top: 3px;
	background: #cccccc;
	padding: 0px 3px 2px 2px;
	line-height: 12px;
	color: #ffffff;
}

ul#favourites-list li span.favouritedelete:hover {
	background-color: #053525;
	cursor: pointer;
}

.breadcrumbs {
	background: rgba(0, 0, 0, 0.019);
	padding: 10px 0;
	color: #aaa;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
}

.breadcrumbs a {
	color: #a5a5a5;
}

.breadcrumbs span {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	font-size: 0;
	height: 18px;
}

.breadcrumbs span:before {
	content: "\f105";
	font-family: first-icons;
	font-weight: normal;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	height: 18px;
	line-height: 18px;
	margin-top: 3px;
	display: inline-block;
}















/*	
----------------------------------------------------------
Footer
---------------------------------------------------------- 
*/

#footer {
	background: #f7f7f7;
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
}

#footer h2.section-title {
	color: #d5d5d5;
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

#upper-footer {
	background: #e9e9e9;
	padding: 30px 0;
}

#upper-footer .col-3 {
	position: relative;
	background: #fff;
	width: calc(33.33333333333% - 20px);
	margin-right: 30px;
}

#upper-footer .col-3:nth-of-type(3) {
	margin-right: 0;
}

#upper-footer .promo-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 150, 136, 1);
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	padding: 14px 20px 15px 20px;
}

#lower-footer {
	background: #1b1b1b;
	color: #eaeaea;
}

ul#footer_navigation li {
	float: left;
	margin-right: 20px;
}

ul#footer_navigation li a,
ul#external_navigation li a,
#lower-footer p {
	font-weight: 400;
	display: block;
	color: #d5d5d5;
}

#lower-footer p {
	margin: 0;
	padding: 12px 0;
	color: rgba(255, 255, 255, 0.4);
}

.credits-left {
	width: 70%;
	margin-right: 5%;
	float: left;
}

.credits-right {
	width: 25%;
	float: left;
	color: #d5d5d5;
}

.credits-right .footer-first-logo {
	width: 80px;
	height: auto;
}

.credits-right p,
.credits-right a {
	margin: 0;
	color: #a5a5a5;
}

ul#external_navigation li {
	width: 33%;
	float: left;
	position: relative;
	margin: 0 0 12px 0;
}

.credits-right div {
	margin-top: 16px;
}

.credits-right a.footer-logo {
	color: #fff;
}

body .sm-logo {
	display: inline-block;
	font-size: 0;
	color: #f5f5f5;
	background: #009688;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 0 0;
	text-align: center;
}

.sm-logo:before {
	color: #f5f5f5;
	font-family: 'first-icons';
	font-size: 16px;
	font-weight: normal;
}

.sm-logo.facebook:before {
	content: "\ea90";
	position: relative;
	top: -2px;
	left: -2px;
}

.sm-logo.twitter:before {
	content: "\ea95";
}

.sm-logo.contact:before {
	content: "\e158";
}

.sm-logo ul {
	display: none;
	position: absolute;
	margin-top: -40px;
	margin-left: 35px;
	border: 1px solid#ccc;
	background: rgba(255, 255, 255, 0.7);
	padding: 2px 5px;
	line-height: 16px;
}


.sm-logo ul li {
	display: block;
}

.sm-logo:hover ul {
	display: block;
}









/*	
----------------------------------------------------------
Front Page
---------------------------------------------------------- 
*/

body.front .col-3 {
	width: 33.333333333%;
	padding: 14px 20px 20px 20px;
}

body.front .col-3.left {
	float: left;
	border-top: 0;
	background: #ffffff;
}

body.front .col-3:last-child {
	padding: 0;
}

body.front .row-top p.desc {
	margin-bottom: 12px;
}

.front .journey-planner label {
	line-height: 20px;
}

.or {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	margin: 31px 0 36px 0;
	visibility: hidden;
	position: relative;
}

.or span {
	width: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	display: block;
	line-height: 24px;
	height: 24px;
	top: -2px;
	background: #f4f4f4;
}

.or:before {
	content: "";
	width: calc(100% - 40px);
	margin-left: 8px;
	position: relative;
	top: -3px;
	display: inline-block;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.geo-location {
	visibility: hidden;
}

.geo-location a.clickme-finder:before {
	font-family: first-icons;
	content: "\e070";
	padding-right: 8px;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
}

.geo-location .desc {
	font-weight: 400;
}

.geolocation .or,
.geolocation .geo-location {
	visibility: visible;
}










/*	
----------------------------------------------------------
Sliders
---------------------------------------------------------- 
*/

.home-slider-wrap {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 22%;
	z-index: 1;
	background: #f0f0f0;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*	display: none; */
	margin-bottom: 20px;
}

.home-slider .wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.front #main {
	z-index: 10;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	height: 100%;
}

.slick-slider .slick-track {
	width: 100%;
}

.slick-slide {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.slick-slide:after {
	content: "";
	background: rgba(37,37,37,0.05);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

.slider a {
	text-decoration: underline;
}

.slider a:hover li .slide-content {
	background: #00549f;
}

.slide-content {
	position: absolute;
	left: 30px;
	font-size: 22px;
	max-width: 400px;
	color: #fff;
	font-weight: 700;
	bottom: 20px;
	padding: 16px 30px 20px 30px;
	background: rgba(213, 4, 95, 0.7);
}

.flexslider .container {
	position: relative;
}

.opco .slide-content {
	left: 0;
	bottom: 0;
	background: #212b55;
	margin: 0;
	width: 100%;
	max-width: 100%;
	font-size: 20px;
}

.opco .flex-control-nav {
	top: 20px;
	right: 20px;
}

.slick-slide>a {
	display: block;
}

#pageWrapper button.slick-arrow {
	background: none;
	width: 44px;
	height: 44px;
	font-size: 0;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	opacity: 0;
	text-align: center;
	line-height: 44px;
	padding: 0;
	margin: -22px 0 0 0;
	z-index: 10;
	transition: opacity .3s;
}

#pageWrapper button.slick-arrow:focus {
	outline: none;
}

#pageWrapper button.slick-arrow:before {
	font-family: first-icons;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
}

#pageWrapper button.slick-prev.slick-arrow {
	left: 0;
}

#pageWrapper button.slick-prev.slick-arrow:before {
	content: '\f104';
}

#pageWrapper button.slick-next.slick-arrow {
	right: 0;
}

#pageWrapper button.slick-next.slick-arrow:before {
	content: '\f105';
}

#pageWrapper .slick-slider:hover button.slick-arrow {
	opacity: 1;
}

span.toparrow {
	width: 20px;
	position: absolute;
	height: 50%;
	left: 40.2%;
	bottom: 0px;
	background: -webkit-linear-gradient(to right bottom, rgba(213, 4, 95, 0.7) 50%, transparent 50%);
	background: -moz-linear-gradient(to right bottom, rgba(213, 4, 95, 0.7) 50%, transparent 50%);
	background: linear-gradient(to right bottom, rgba(213, 4, 95, 0.7) 50%, transparent 50%);
}

span.bottomarrow {
	width: 20px;
	position: absolute;
	height: 50%;
	left: 40.2%;
	top: 0px;
	background: -webkit-linear-gradient(to right top, rgba(213, 4, 95, 0.7) 50%, transparent 50%);
	background: -moz-linear-gradient(to right top, rgba(213, 4, 95, 0.7) 50%, transparent 50%);
	background: linear-gradient(to right top, rgba(213, 4, 95, 0.7) 50%, transparent 50%);
}

.slide-content span.text {
	position: relative;
	width: 1024px;
	padding-right: 640px;
	margin: 0 auto;
	font-size: 21px;
	display: block;
}

.row-bottom {
	width: 100%;
	display: inline-block;
	margin: 30px 0;
}

body.front .row-bottom .col-3 {
	padding: 0;
	width: calc(33.3333333333% - 20px);
	margin: 6px 30px 0 0;
}

body.front .row-bottom .col-3:nth-of-type(3) {
	margin-right: 0;
}

.news-date-box {
	float: left;
	position: relative;
	color: #fafafa;
	height: 60px;
	width: 60px;
	margin: 6px 20px 0 0;
	border-radius: 2px;
}

.news-panel-summary .news-date-box {
	margin-top: 0;
}

.news-panel-summary .news-content {
	margin-top: -4px;
}

.news-date-cont {
	position: absolute;
	right: 6px;
	bottom: 3px;
}

span.news-date {
	font-weight: 600;
	font-size: 22px;
	text-align: right;
}

span.news-month {
	font-weight: 700;
	font-size: 11.5px;
	display: block;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}

body.front .news-content {
	float: left;
	position: relative;
	width: calc(100% - 80px);
}

body.front .news-content h3 {
	margin-bottom: 12px;
}

.news-content p.desc {
	margin: 0;
}










/*	
----------------------------------------------------------
Opco Landing Pages
---------------------------------------------------------- 
*/

#pageWrapper .timetable-search-mini {
	margin-bottom: 0;
}

.timetable-search-mini input[type=text],
.next-bus-mini input[type=text] {
	margin-top: 20px;
}

.next-bus-mini h2.section-title {
	margin-bottom: 12px;
}

.opco #journey-from-input,
.opco #journey-to-input {
	font-weight: 500;
	text-align: left;
}









/*	
----------------------------------------------------------
Twitter Ticker
---------------------------------------------------------- 
*/

#twitter-ticker {
	background: rgba(0, 0, 0, 0.03);
	padding: 10px 0 8px 0;
	font-size: 12px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.4);
	line-height: 20px;
}

#twitter-ticker p {
	margin: 0;
	line-height: 20px;
}

.tweets-loading {
	font-size: 0;
	display: inline-block;
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-left: 8px;
}

.tweets-loading:before {
	font-family: first-icons;
	content: "\e96a";
	font-size: 12px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.2);
	animation: 1.8s infinite linear rotateCW;
	-webkit-animation: 1.8s infinite linear rotateCW;
}

#twitter-ticker .twitter-logo a {
	font-size: 0;
	float: left;
	margin-right: 6px;
	color: rgba(0, 0, 0, 0.4);
	vertical-align: top;
	display: inline-block;
	line-height: 17px;
	height: 17px;
}

#twitter-ticker .twitter-logo a:before {
	font-family: first-icons;
	font-weight: normal;
	content: "\ea95";
	font-size: 18px;
}

#twitter-ticker .twitter-logo a:hover {
	color: rgba(0, 0, 0, 0.6);
}

#twitter-ticker ul.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% - 70px);
	float: right;
}

#twitter-ticker ul.tweet_list li {
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.4);
}

#twitter-ticker ul.tweet_list li a {
	color: rgba(0, 0, 0, 0.6);
}

#twitter-ticker ul.tweet_list li span.tweet_time {
	font-style: italic;
}

#twitter-ticker .subsequent_tweet {
	display: none;
}

.ticker-prev,
.ticker-next {
	display: inline-block;
	margin: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-align: center;
}

.ticker-next:before,
.ticker-prev:before {
	font-family: first-icons;
	font-size: 16px;
	display: inline-block;
	line-height: 17px;
	width: 20px;
	height: 17px;
	text-align: center;
	color: rgba(0, 0, 0, 0.4);
	content: '\f105';
}

.ticker-prev:before {
	content: '\f104';
}


































.node-type-update article h1 {
	border-bottom: none;
}

#content .news-panel-summary h3 {
	margin-bottom: 4px;
	padding: 0;
}

#content .news-panel-summary span.date {
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
}


















/*	
----------------------------------------------------------
News
---------------------------------------------------------- 
*/

.tweet-header {
	position: absolute;
	right: 25px;
	top: 20px;
}

#tweets ul.tweet_list {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}

a.twitter-url {
	font-weight: 700;
	border: 0;
	color: #252525;
}

#tweets ul.tweet_list li.first_tweet a.twitter-url {
	color: #fff;
}

#tweets ul.tweet_list li.first_tweet a.twitter-url:hover,
#pageWrapper a.twitter-url:hover {
	color: #252525;
	text-decoration: none;
}

#tweets ul.tweet_list li {
	width: 32%;
	margin-right: 1%;
	display: inline-block;
	background: #e9e9e9;
	padding: 20px;
	vertical-align: top;
	word-wrap: break-word;
}

#tweets ul.tweet_list li:before {
	display: none;
}

#tweets ul.tweet_list li a {
	color: #009688;
	border-bottom: 1px solid rgba(213, 4, 95, 0.3);
}

#tweets ul.tweet_list li.first_tweet {
	background: #009688;
}

#tweets ul.tweet_list li.first_tweet a {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

#tweets ul.tweet_list li.first_tweet span.tweet_time {
	color: rgba(255, 255, 255, 0.7);
}

#tweets ul.tweet_list li.first_tweet span.tweet_text,
#tweets ul.tweet_list li.first_tweet span.tweet_text a {
	color: #fff;
}

#tweets ul.tweet_list li span.tweet_time {
	font-style: italic;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5);
	display: block;
}

#tweets ul.tweet_list li span.tweet_text,
#tweets ul.tweet_list li span.tweet_text a {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 20px;
	line-height: 26px;
	font-style: italic;
}

#tweets ul.tweet_list li.first_tweet span.tweet_text a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

#tweets ul.tweet_list li span.tweet_text a:hover {
	border-bottom: 1px solid #009688;
	text-decoration: none;
}


.news-panel-summary {
	padding: 10px;
	background: #eeeeee;
	margin-bottom: 24px;
}

.article.amber h1 {
	border-color: #DB9E00;
}

.article.red h1 {
	border-color: #C41E00;
}

.article.green h1 {
	border-color: #2DBD5E;
}

.news-panel-summary.amber:before,
.article.amber .urgency-box div:before {
	background: #DB9E00;
}

a:hover>.news-panel-summary.amber h3,
a:hover>.news-panel-summary.amber span,
a:hover>.news-panel-summary.amber p {
	color: #DB9E00;
}

.news-panel-summary.red:before,
.article.red .urgency-box div:before {
	background: #C41E00;
}

a:hover>.news-panel-summary.red h3,
a:hover>.news-panel-summary.red span,
a:hover>.news-panel-summary.red p {
	color: #C41E00;
}

.news-panel-summary.green:before,
.article.green .urgency-box div:before {
	background: #2DBD5E;
}

a:hover>.news-panel-summary.green h3,
a:hover>.news-panel-summary.green span,
a:hover>.news-panel-summary.green p {
	color: #2DBD5E;
}

.news-panel {
	padding: 20px;
	background: #fff;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

a .news-panel-summary:hover {}

.news-panel-summary .date {
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
}

.news-section {
	margin: 0 0 75px 0;
}

.news-section h2 {
	margin-bottom: 10px;
}

#content .article-header {
	padding-bottom: 12px;
	margin-bottom: 24px;
	border-bottom: 2px solid #053525;
	position: relative;
}

#content .article-header h1 {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#content .article .urgency-box.il {
	float: left;
	position: relative;
	margin-bottom: 12px;
}

.node-type-update #content .article h1 {
	width: calc(100% - 88px);
	position: relative;
	margin: 0;
	margin-top: -4px;
	border-bottom: none;
}

.node-type-update #content .article-header {
	padding-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.node-type-update .article-header .date {
	font-weight: 600;
	display: block;
	color: #777;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	line-height: 24px;
	padding: 6px 0;
	margin-top: 12px;
}

#content .article-header .date .update-area {
	float: right;
	text-transform: capitalize;
}

.node-type-article #content .article-header {
	border-bottom: 2px solid #053525;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.node-type-article #content .article-header h1 {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
}

.pagename-contact-us .front-map {
	position: absolute;
	top: 120px;
	right: 0;
	height: 400px;
	width: 400px;
}

.pagename-contact-us .find-opco {
	margin-bottom: 24px;
	width: 50%;
}

.pagename-contact-us .find-opco p {
	margin-bottom: 16px;
}



























/*	
----------------------------------------------------------
Search Results
---------------------------------------------------------- 
*/

#search-form .container-inline {
	max-width: 400px;
}

#search-form .container-inline {
	position: relative;
}

#search-form .container-inline input[type="text"] {
	width: calc(100% - 112px);
	float: left;
}

#search-form .container-inline input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
}

#search-form+h2 {
	padding-top: 24px;
}

form.search-form {
	float: left;
}

.search-results li {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

p.search-snippet {
	margin: 0;
}

#content ul.pager {
	display: block;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center;
}

#content ul.pager li {
	display: inline-block;
	font-weight: 600;
	margin-right: 2px;
	vertical-align: top;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	border-radius: 2px;
	overflow: hidden;
	font-size: 13.5px;
}

#content ul.pager li.pager-current {
	background-color: rgb(213, 4, 95);
	padding: 0;
	color: #fafafa;
	border-radius: 2px;
}

#content ul.pager li a {
	background-color: #353535;
	border: none;
	color: #fafafa;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: all .2s;
	min-width: 32px;
	display: block;
	height: 32px;
	line-height: 32px;
}

#content ul.pager li.pager-first a,
#content ul.pager li.pager-previous a,
#content ul.pager li.pager-last a,
#content ul.pager li.pager-next a {
	font-size: 0;
}

#content ul.pager li.pager-first a:before,
#content ul.pager li.pager-previous a:before,
#content ul.pager li.pager-last a:before,
#content ul.pager li.pager-next a:before {
	font-family: first-icons;
	font-size: 14px;
	font-weight: normal;
}

#content ul.pager li.pager-first a:before {
	content: "\e051";
	font-size: 12px;
}

#content ul.pager li.pager-last a:before {
	content: "\e055";
	font-size: 12px;
}

#content ul.pager li.pager-previous a:before {
	content: "\f104";
}

#content ul.pager li.pager-next a:before {
	content: "\f105";
}












/*	
----------------------------------------------------------
Routemaps
---------------------------------------------------------- 
*/

#content .view-network-maps h3 {
	border-bottom: 1px solid #053525;
	padding-bottom: 12px;
	margin-bottom: 20px;
}


.view-content>div .nm-call {
	width: calc(50% - 10px);
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

.view-content>div .nm-call:nth-of-type(2n) {
	margin-right: 0;
}

.nm-clear {
	width: 100%;
	overflow: hidden;
	height: 1px;
	display: block;
}

.network-map {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.network-map-title {
	display: inline-block;
	vertical-align: top;
	width: auto;
	width: 100%;
	padding: 10px 40px 10px 10px;
}

.network-map-title p {
	margin: 0;
	font-size: 13.5px;
}

.network-map-title b {
	font-size: 13.5px;
	font-weight: 600;
}

.meta {
	font-size: 12px;
	font-style: italic;
	display: block;
	font-weight: 500;
}

.network-image img {
	height: auto;
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
	opacity: 0.6;
	transition: all .3s ease;
}

.nm-call a:hover .network-image img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.nm-call .file-types {
	position: absolute;
	bottom: 12px;
	right: 10px;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nm-call .file-types:before {
	padding: 0 !important;
}

/* Filetype Icons */

.file-types {
	width: 5%;
	display: inline-block;
	vertical-align: bottom;
	padding-right: 10px;
}

.file-types:before {
	font-weight: normal;
	font-family: first-icons;
	font-size: 24px;
	color: #009688;
}

.file-types p {
	margin: 0;
	line-height: 12px;
}

.file-types p span {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	text-align: center;
	color: #009688;
}

/* Icons for Filetypes */

[class*="icon-type-"] {
	font-weight: 600;
}

[class*="icon-type-"]:before {
	font-weight: normal;
	font-family: first-icons;
	font-size: 20px;
	color: #009688;
	padding-right: 5px;
	vertical-align: middle;
}

[class*="icon-type-"]:hover {
	color: #252525 !important;
	text-decoration: none !important;
}

[class*="icon-type-"]:hover:before {
	color: #252525 !important;
}

.icon-type-pdf:before {
	content: "\eade";
}

.icon-type-doc:before,
.icon-type-docx:before {
	content: "\eae0";
}

.icon-type-xls:before,
.icon-type-xlsx:before {
	content: "\eae1";
}

.icon-type-zip:before,
.icon-type-rar:before {
	content: "\e92b";
}

.icon-type-,
.icon-type-jpg:before,
.icon-type-jpeg:before,
.icon-type-png:before,
.icon-type-gif:before {
	content: "\e924";
}
























/*	
----------------------------------------------------------
Contact
---------------------------------------------------------- 
*/

div.error .message,
.error .message {
	color: #E3170D;
	font-size: 12px;
	font-weight: 600;
}


form#c_form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

form#c_form h2,
form#c_form h2 span {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px 0;
}

form#c_form h2 {
	margin: 0 0 12px 0;
}

form#c_form h2 {}

form#c_form label {
	font-weight: 600;
	font-size: 13.5px;
}

form#c_form span label[for="c_spec"],
form#c_form span label[for="c_genl"] {
	display: inline-block;
	margin-right: 20px;
}

form#c_form ul li {
	margin: 0 0 12px 0;
}

form#c_form ul li.required label:after {
	content: " *";
	color: #D12F19;
	font-size: 10px;
	margin-top: -4px;
}

form#c_form ul li.required span label:after {
	content: none;
}

form#c_form ul li {
	float: left;
	width: calc(50% - 10px);
}

form#c_form ul li#c_tnum,
form#c_form ul li#c_vreg,
form#c_form ul li.town,
form#c_form ul li.email,
form#c_form ul li#c_locn,
form#c_form ul li#c_date,
form#c_form ul li#c_rnum,
form#c_form ul li#c_driv,
form#c_form ul li#c_dnum,
form#c_form ul li.spec_left {
	margin-right: 20px;
}

form#c_form ul li:before {
	display: none;
}

form#c_form ul li input[type=text],
form#c_form ul li input[type=email],
form#c_form ul li input[type=phone],
form#c_form ul li textarea {
	width: 100%;
	margin: 0;
}

form#c_form ul li.postcode input[type=text] {
	width: calc(100% - 120px);
	display: inline-block;
	margin-right: 20px;
}

form#c_form ul li.postcode a {
	width: 100px;
	display: inline-block;
	float: right;
	padding: 8px 10px;
}

form#c_form ul li.postcode a:hover {
	text-decoration: none;
}

form#c_form ul li textarea {
	height: 150px;
}

form#c_form ul li.name,
form#c_form ul li.street-address,
form#c_form ul li#c_desc,
form#c_form ul li.contacting-you,
form#c_form ul li.security,
form#c_form ul li.postcode {
	width: 100%;
}

form#c_form ul li.address-select {
	background-color: #DAEDD7;
}

form#c_form ul li.address-select label {
	color: green;
}

form#c_form ul li.text-area {
	height: auto;
	width: 100%;
}

form#c_form ul li:last-child:nth-child(odd):visible {
	width: 100% !important;
}

form#c_form ul li.choose {
	width: calc(50% - 10px);
	clear: both;
}

form#c_form ul li.contacting-you,
form#c_form ul li.security {
	height: auto;
	margin: 0;
}

form#c_form ul li.contacting-you:last-child,
form#c_form ul li.security:last-child {
	margin: 0 0 12px 0;
}

form#c_form ul li.contacting-you label,
form#c_form ul li.contacting-you input,
form#c_form ul li.security input,
form#c_form ul li.security label {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

form#c_form ul li.security input {
	width: 50px;
}

















/*	
----------------------------------------------------------
Service Updates
---------------------------------------------------------- 
*/

.planned {
	background: #e9e9e9;
}

/* General */
.news-panel-summary:before {
	font-size: 35px;
	background: #009688;
	color: #fff;
	display: inline-block;
	height: 70px;
	width: 70px;
	margin-right: 18px;
	padding: 10px 17px;
	vertical-align: top;
	font-weight: 500;
	line-height: 50px;
}

.news-content {
	display: inline-block;
	width: calc(100% - 92px);
}

/* Specific Icons */
.holiday:before {
	content: "\e064";
	font-family: first-icons;
}

.special:before {
	content: "\e093";
	font-family: first-icons;
}

.change:before {
	content: "\ea0c";
	font-family: first-icons;
}

.delay:before {
	content: "\e014";
	font-family: first-icons;
}

.roadworks:before {
	content: "\ea0b";
	font-family: first-icons;
}

.weather:before {
	content: "\e060";
	font-family: first-icons;
}

.incident:before {
	content: "\e108";
	font-family: first-icons;
}

.diversion:before {
	content: "\e057";
	font-family: first-icons;
}

.tram:before {
	font-family: first-icons;
}

#area_selector {
	position: relative;
	max-width: 320px;
	position: absolute;
	right: 0;
	top: 0;
}

#area_selector label,
#area_selector #area_filter,
#area_selector input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

#area_selector label {
	font-size: 13px;
	font-weight: 600;
}

#area_selector #area_filter {
	font-size: 13.5px;
	width: 180px;
	padding: 0 6px 2px 6px;
	line-height: 30px;
	height: 32px;
	background-size: 30px 30px;
}

#area_selector input[type="submit"] {
	padding: 0;
	margin: 0;
	width: 32px;
	font-size: 12px;
	font-weight: 900;
	height: 32px;
	line-height: 32px;
}



















/*	
----------------------------------------------------------
Sitemap
---------------------------------------------------------- 
*/

#content .site-map {
	margin: 0;
	padding: 0;
}

#content .site-map:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#content .site-map li {
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

#content .site-map li a:before {
	content: "\e055";
	font-family: first-icons;
	font-size: 8px;
	position: absolute;
	left: 0;
	line-height: 24px;
	top: 9px;
	transition: margin .3s ease;
}

#content .site-map li a {
	padding: 8px 0 8px 16px;
	display: block;
	color: #777;
	transition: all .3s ease;
	font-weight: 600;
}

#content .site-map li a:hover {
	background: #053525;
	color: #f0f0f0 !important;
	text-decoration: none !important;
	padding-left: 32px;
}

#content .site-map li a:hover:before {
	margin-left: 16px;
}

#content .site-map li ul li a {
	padding: 8px 0 8px 32px;
}

#content .site-map li ul li a:hover {
	padding-left: 48px;
}

#content .site-map li ul li:last-child {
	border: none;
}

#content .site-map li ul li a:before {
	left: 16px;
}

































/*	
----------------------------------------------------------
Login
---------------------------------------------------------- 
*/

.page-user-password #content {
	width: 100%;
	max-width: 400px;
	float: none;
	margin: 40px auto;
}

.page-user-login #content #user-login label {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.page-user-login #content .edit-comment {
	width: calc(100% - 100px);
	float: left;
	position: relative;
}

.page-user-login #content #edit-comment p {
	margin: 0;
	line-height: 21px;
}

.page-user-login #content input[type="submit"] {
	float: right;
}

body.pagename-user-account #main input[type=text],
body.pagename-user-account #main input[type=password] {
	width: 100%;
}


body.pagename-user-account #main .form-item-name,
body.pagename-user-account #main .form-type-password {
	margin-bottom: 20px;
}


.page-user-login main#content {
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}













/*	
----------------------------------------------------------
Cookie Notice
---------------------------------------------------------- 
*/

div.error {
	background-image: none;
	padding-left: 20px;
	font-weight: 700;
}

div#cookieBanner {
	position: fixed;
	z-index: 100;
	background: rgba(0, 150, 136, 0.8);
	width: 100%;
	padding: 12px 0;
	left: 0;
	bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 13.5px;
	line-height: 24px;
	backdrop-filter: blur(10px);
}

div#cookieBanner p {
	margin: 0;
}

div#cookieBanner a {
	color: #fff;
	float: right;
	font-weight: 600;
	text-decoration: underline;
}

div#cookieBanner a:hover {
	color: #e0e0e0;
	text-decoration: none;
}

div#cookieBanner .container {
	position: relative;
	padding-right: 64px;
}

body div#cookieBanner button {
	text-decoration: none;
	background: transparent !important;
	color: #fafafa;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 30px;
	display: block;
	font-size: 0;
	height: 24px;
	line-height: 24px;
	padding: 0;
	width: 24px;
}

body div#cookieBanner button:before {
	font-family: first-icons;
	content: "\ea11";
	font-size: 18px;
	font-weight: normal;
}

















/*	
----------------------------------------------------------
FAQs
---------------------------------------------------------- */

.pagename-facts-and-stats #content ul {
	margin: 0;
	padding: 0;
}

.pagename-facts-and-stats #content ul li {
	list-style-type: none;
	width: 100%;
	padding: 16px;
	background: #f0f0f0;
	color: #444;
	margin: 0 0 12px 0;
	font-weight: 500;
	position: relative;
	border-left: 4px solid #212b55;
}

.pagename-facts-and-stats #content ul li:nth-of-type(even) {
	border-left: 4px solid #009688;
}

.pagename-facts-and-stats #content ul li:before {
	display: none !important;
}

.faq {
	position: relative;
	background: #f5f5f5 !important;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.faq>button {
	background: #f5f5f5 !important;
	border: none;
	border-radius: 0;
	padding: 14px 40px 14px 20px;
	width: 100%;
	text-align: left;
	height: auto;
	line-height: 24px;
	color: #053525 !important;
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #e0e0e0 !important;
}

.faq>button:focus {
	box-shadow: none !important;
}

.faq>div {
	height: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.faq>div>div> :last-child {
	margin-bottom: 0;
}


.faq>button:after {
	font-family: first-icons;
	font-weight: normal;
	content: "\ea47";
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 20px;
}













.arrow-down:before,
li.active .route-summary:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.arrow-down:before {
	border-top: 10px solid #00B09A;
}

li.active .route-summary:before {
	border-top: 10px solid rgba(0, 0, 0, 0.05);
}

span.urgency-box div:before {
	font-size: 35px;
	background: #009688;
	color: #fff;
	display: inline-block;
	height: 70px;
	width: 70px;
	margin-right: 18px;
	padding: 10px 17px;
	vertical-align: top;
	font-weight: 500;
	line-height: 50px;
}

.easy_social_box div.easy_social-widget {
	margin: 0 20px 0 0;
}

.easy_social_box .easy_social-widget-facebook {
	margin-right: 7px !important;
}

#stops-off {
	position: relative;
	height: 0;
	width: 0;
	overflow: visible;
}

#stops-off div {
	position: absolute;
	padding: 12px 5px;
	width: 250px;
	background: rgba(213, 4, 95, 0.8);
	color: white;
	font-weight: 700;
	text-align: center;
}

#ticket_disp td [class^="custom-icon-"],
#ticket_disp td [class*=" custom-icon-"] {
	font-size: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
}

.ac_results {
	background: #fff;
	width: 100%;
	border: 1px solid #aaa;
	margin-top: -1px;
}

.ac_results ul {
	margin: 0;
	padding: 0;
}

.ac_results ul li {
	padding: 10px;
	font-size: 13.5px;
}

.ac_results ul li:hover {
	background: #053525;
	color: #fff;
	cursor: pointer;
}

.placeholder {
	color: #ccc;
}

#search-form {
	width: 100%;
}


#search-form input[type=text] {
	width: 100%;
}









/*	
----------------------------------------------------------
Social Sharing
---------------------------------------------------------- 
*/

.spider-share {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

#sidebar .spider-share {
	padding: 20px;
}

#pageWrapper .spider-share button:hover {
	opacity: 0.9;
}

#pageWrapper #sidebar .spider-share button {
	width: calc(50% - 10px);
	margin: 0;
	display: block;
	float: left;
	position: relative;
}

#pageWrapper #sidebar .spider-share button:first-child {
	margin: 0 20px 0 0;
}

#pageWrapper .spider-share button.facebook {
	background: #3b5998;
	color: #fafafa;
}

#pageWrapper .spider-share button.twitter {
	background: #00aced;
	color: #fafafa;
}

#pageWrapper .spider-share>button:before {
	font-family: first-icons;
	font-size: 16px;
	padding-right: 8px;
	bottom: -2px;
	left: -4px;
	font-weight: normal;
	position: relative;
}

#pageWrapper .spider-share>button.facebook:before {
	top: -1px;
	content: "\ea90";
	position: relative;
}

#pageWrapper .spider-share>button.twitter:before {
	content: "\ea95";
}








/*	
----------------------------------------------------------
Custom Icons
---------------------------------------------------------- 
*/

[class^="custom-icon-"],
[class*=" custom-icon-"] {
	font-family: first-icons;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.custom-icon-onbus:before,
.custom-icon-bus:before {
	content: "\e600";
}

.custom-icon-shop:before,
.custom-icon-home:before {
	content: "\e601";
}

.custom-icon-student:before {
	content: "\e603";
}

.custom-icon-phone:before {
	content: "\e606";
}

.custom-icon-etickets:before {
	content: "\e607";
}

.custom-icon-mtickets:before {
	content: "\e608";
}

.custom-icon-pay-point:before {
	content: "\e604";
}

.custom-icon-route:before {
	content: "\e605";
	font-size: 22px;
}














/*	
----------------------------------------------------------
File Icons
---------------------------------------------------------- 
*/

span.file {
	display: block;
	position: relative;
	overflow: hidden;
}

span.file:after {
	content: "";
	display: table;
	clear: both;
}

.file-icon {
	width: 0;
	height: 0;
	position: absolute;
	top: -10000px;
}

.file-icon+a {
	color: #053525;
	font-weight: 600;
	position: relative;
	padding: 6px 0 6px 24px;
	display: block;
}

.file-icon+a:before {
	font-family: first-icons;
	font-weight: normal;
	font-size: 18px;
	padding-right: 8px;
	color: #053525;
	position: absolute;
	left: 0;
	top: 5px;
}

.file-icon[src="/modules/file/icons/application-pdf.png"]+a:before {
	content: "\eade";
}

.file-icon[src="/modules/file/icons/text-plain.png"]+a:before {
	content: "\eae2";
}

.file-icon[src="/modules/file/icons/x-office-document.png"]+a:before {
	content: "\eae0";
}

.bt-icon {
	color: #053525;
	background: #f3f3f3;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	text-align: center !important;
	line-height: 90px;
	float: left;
	margin: 0 16px 16px 0;
	position: relative;
	clear: left;
	font-size: 54px;
	display: inline-block;
	position: relative;
}


.search-results .search-snippet-info {
	padding: 0;
}
















/*	
----------------------------------------------------------
Custom Tooltips
---------------------------------------------------------- 
*/

[data-tooltip]:not([data-tooltip=""]):hover:after {
	content: attr(data-tooltip);
	padding: 4px 6px;
	color: #fafafa !important;
	z-index: 9999;
	line-height: 16px;
	top: -30px;
	left: 50%;
	transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	position: absolute;
	background: #00B09A;
	border-radius: 2px;
	font-size: 12px !important;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	white-space: nowrap;
}







/*	
----------------------------------------------------------
System Messages
---------------------------------------------------------- 
*/

#ticket_disp span.instruction,
.comment,
div.messages,
#journey-planner-error {
	background-image: none;
	background: rgba(0, 0, 0, 0.05);
	border: none;
	margin: 0 0 16px 0;
	border-radius: 0;
	padding: 12px 16px 12px 36px;
	line-height: 22px;
	position: relative;
	background-image: none;
	border: none;
	font-weight: 600;
	color: #444;
}

#ticket_disp span.instruction {
	display: block;
	margin: 0;
}

form#c_form .comment {
	background: none;
	padding: 0;
	font-size: 12.5px;
	color: #656565;
	font-style: italic;
	font-weight: 400;
	margin: 4px 0 12px 0;
}

#ticket_disp span.instruction,
.comment.error,
div.messages.error,
#journey-planner-error {
	border-left: 3px solid #D12F19;
}

.comment.warning,
div.messages.warning {
	border-left: 3px solid #FF9933;
}

.comment.status,
div.messages.status {
	border-left: 3px solid #61B329;
}

.pagename-tickets #ticket_disp span.instruction:before,
.comment.error:before,
.comment.status:before,
.comment.warning:before,
div.messages.status:before,
div.messages.warning:before,
div.messages.error:before,
#journey-planner-error:before {
	content: "!";
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	left: 16px;
	top: 11px;
	color: #D12F19;
	display: block;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
}

div.messages.warning:before {
	color: #FF9933;
}

div.messages.status:before {
	color: #61B329;
}

div.messages.status:before {
	content: "\ea10";
	font-family: first-icons;
	font-size: 12px;
	left: 12px;
}

div.messages a,
#journey-planner-error a {
	color: #053525;
	text-decoration: underline;
}

div.messages ul {
	margin: 0;
}

div.messages ul li {
	list-style-type: none;
}








/*	
----------------------------------------------------------
UI Datepicker
---------------------------------------------------------- 
*/

#ui-datepicker-div {
	border: none !important;
	border-radius: 2px;
	box-shadow: 0px 0 3px rgba(0, 0, 0, 0.4);
	display: none;
	padding: 0;
	font-size: 12px;
	width: 260px;
	background: #fff;
	margin: 0;
	z-index: 200 !important;
	font-family: 'Open Sans', sans-serif;
}

#ui-datepicker-div select {
	background-size: 30px 30px;
}

.ui-datepicker table {
	margin-bottom: 0;
	font-weight: 600;
	padding: 4px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	padding: 7px 5px;
	text-align: center;
	background: rgba(0, 0, 0, 0.07);
}

.ui-datepicker td a:hover {
	color: #fafafa;
}

#ui-datepicker-div tr {
	background: none;
}

#ui-datepicker-div td {
	line-height: 18px;
	font-size: 10px;
	padding: 1px;
}

#ui-datepicker-div td a,
#ui-datepicker-div td span {
	border-radius: 1px;
}

#ui-datepicker-div td span {
	background: rgba(0, 0, 0, 0.05);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 8px;
	width: 60px;
	height: 23px;
	line-height: 23px;
	font-size: 0;
	font-weight: 600;
	transition: all .5s;
	overflow: hidden;
	text-align: left;
	left: 10px;
	color: #fafafa;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
	font-family: first-icons;
	content: "\ea48";
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\ea46";
}


.ui-datepicker .ui-datepicker-next {
	text-align: right;
	left: auto;
	right: 10px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: relative;
	top: auto;
	margin: 0;
	left: auto;
	height: 23px;
	line-height: 23px;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0;
	background: #053525;
	color: #fafafa;
	padding: 8px 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#ui-datepicker-div .ui-datepicker-title,
.ui-datepicker .ui-datepicker-title {
	margin: 0 60px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}

#ui-datepicker-div td a {
	transition: all .3s;
}

#ui-datepicker-div td a:hover {
	background: #053525;
}

#ui-datepicker-div td.ui-datepicker-other-month {
	background: none !important;
}

#ui-datepicker-div td.ui-state-disabled span {
	background: rgba(0, 0, 0, 0.02);
	color: rgba(0, 0, 0, 0.2);
	cursor: initial;
}

#ui-datepicker-div td.ui-state-disabled span {
	cursor: default;
}

.ui-datepicker .ui-datepicker-title select {
	line-height: 21px;
	height: 23px;
	background-size: 23px 23px;
	padding: 0 20px 2px 0;
}

.ie9 .ui-datepicker .ui-datepicker-title select {
	background-image: none;
	padding-right: 0;
	background-color: #fafafa;
}















/*	
----------------------------------------------------------
User Pages
---------------------------------------------------------- 
*/

#user-profile-form .collapsed {}

#user-profile-form .fieldset-wrapper {
	max-height: none;
}

#user-profile-form .collapsed .fieldset-wrapper {
	overflow: hidden;
	max-height: 0;
}

#user-profile-form>div {
	position: relative;
	padding-top: 46px;
	background: rgba(0, 0, 0, 0.03);
	padding: 12px 16px;
	margin: 30px 0 0 0;
}

#user-profile-form fieldset {
	position: initial !important;
}

#user-profile-form .fieldset-title {
	position: absolute;
	top: 0;
	line-height: 46px;
	display: inline-block;
	width: 33.33333333333%;
	background: rgba(0, 0, 0, 0.1);
	top: -46px;
	left: 0;
	text-align: center;
	font-weight: 700;
	background: #053525;
	color: #fafafa;
	border-radius: 2px;
}

#user-profile-form .collapsed .fieldset-title {
	background: rgba(0, 0, 0, 0.1);
	color: #555;
}

#user-profile-form fieldset:nth-of-type(2) .fieldset-title {
	left: 33.33333333333333%;
	border-left: 4px solid #fff;
}

#user-profile-form fieldset:nth-of-type(3) .fieldset-title {
	left: 66.6666666666666666%;
	border-left: 4px solid #fff;
}

#user-profile-form label {
	width: 40%;
	display: block;
	float: left;
	position: relative;
	line-height: 42px;
}

#user-profile-form .form-item-mail {
	height: auto !Important;
}

#user-profile-form .description {
	padding: 8px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 60%;
	float: right;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	clear: both;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	padding: 12px;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

#user-profile-form .form-item-mail .description {
	margin: 5px 0 5px 0 !important;
}

#content .description ul {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

#user-register-form .password-suggestions,
.password-suggestions.description {
	margin-bottom: 5px;
}

#user-profile-form .fieldset-title:before {
	content: "\ea3a";
	font-family: first-icons;
	font-weight: normal;
	font-size: 13.5px;
	position: absolute;
	top: 34px;
	left: 50%;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-left: -12px;
	color: #ddd;
	transition: all .3s;
	opacity: 1;
	color: #053525;
}

#user-profile-form .collapsed .fieldset-title:before {
	opacity: 0;
	top: 30px;
	color: rgba(0, 0, 0, 0.1);
}

body #content #user-register-form select,
body #content #user-register-form input[type="text"],
body #content #user-register-form input[type="password"],
#user-profile-form select,
#user-profile-form input[type="text"],
#user-profile-form input[type="password"] {
	width: 60%;
	margin: 0;
}

#user-register-form fieldset {
	margin: 0 0 24px 0;
}

#user-register-form .fieldset-legend {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	display: block;
	padding: 0 0 24px 0;
	overflow: hidden;
}

#user-register-form .fieldset-legend #delcopy {
	clear: left;
	display: block;
}

#user-register-form #edit-delivery>legend {
	margin-bottom: 10px;
}

body #content #user-register-form input[type="text"].postcode,
#user-profile-form input[type="text"].postcode {
	width: calc(60% - 110px);
}

#user-register-form .postcode_check,
#user-profile-form .postcode_check {
	display: block;
	height: 42px;
	line-height: 42px;
	color: #fafafa !important;
	font-weight: 700;
	background: #252525;
	width: 100px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 2px;
}

#user-profile-form #edit-account>.form-item,
#user-profile-form #edit-status .fieldset-wrapper>.form-item,
#user-profile-form #edit-roles .fieldset-wrapper>.form-item,
#user-register-form .fieldset-wrapper>.form-item,
#user-profile-form .fieldset-wrapper>.form-item {
	min-height: 49px;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 5px;
	margin-bottom: 5px;
	max-height: 500px;
	transition: all .5s;
	position: relative;
	width: 100%;
}

#user-profile-form .fieldset-wrapper>.form-item:after {
	content: "";
	display: table;
	clear: both;
}

#user-profile-form .fieldset-wrapper .form-type-password-confirm {
	height: auto;
	padding-bottom: 58px;
}

#user-profile-form .fieldset-wrapper .form-type-password-confirm>.form-item {
	width: 100%;
}

#user-profile-form #edit-actions {
	text-align: right;
}

#user-register-form .fieldset-wrapper>.form-type-password-confirm {
	padding-bottom: 58px;
}

body.pagename-user-account #main #user-register-form .form-type-password {
	margin-bottom: 0;
}

label[for=edit-pass-pass2],
input#edit-pass-pass2 {
	margin-top: 5px !important;
}

html.js fieldset.collapsed {
	height: 0;
}

#user-profile-form .form-item-title {
	margin-top: 12px;
}

.form-type-password-confirm div.password-confirm,
.form-type-password-confirm .password-strength {
	display: flex;
	flex-direction: column-reverse;
	width: calc(30% - 2.5px);
	float: right;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	padding: 2px 12px 7px 12px;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: absolute;
	bottom: 13px;
	left: 40%;
}

.form-type-password-confirm .password-indicator {
	height: 6px;
	margin-top: 0;
}

.form-type-password-confirm div.password-confirm {
	left: calc(70% + 2.5px);
	height: 41px;
	line-height: 39px;
	padding: 0 12px 5px 12px;
}

.form-type-password-confirm div.password-confirm>span {
	float: right;
	text-transform: uppercase;
	font-weight: 700;
}

.form-type-password-confirm div.password-confirm>span.ok {
	color: #47C965;
}

#user-profile-form .form-item.hidden {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
	min-height: 0;
	position: absolute;
	top: -10000px;
}

#user-profile-form .form-item.hidden[style="display: block;"] {
	max-height: 2000px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	top: auto;
}

.form-required {
	position: relative;
	/* font-size: 10px;
	color: #D12F19;
	vertical-align: top; */
}

.form-required:after {
	content: '*';
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	color: red;
}

#user-profile-form .fieldset-wrapper>p {
	background: rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	padding: 10px 16px 12px 16px;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin: 12px 0 5px 0;
}

#user-register-form input[value="Register"],
#user-profile-form input[value="Update"] {
	background: #009688;
	/* float: right; */
	width: 100%;
	margin: 10px 0px;
}

.password-strength-text {
	position: fixed;
	left: -10000px;
	top: -100000px;
}

div.indicator {
	background: rgba(0, 0, 0, 0.1);
	height: 6px;
	transition: all .8s;
}

div.password-strength__indicator[style="width: 5%;"],
div.password-strength__indicator[style="width: 10%;"],
div.password-strength__indicator[style="width: 15%;"],
div.password-strength__indicator[style="width: 20%;"],
div.password-strength__indicator[style="width: 25%;"],
div.password-strength__indicator[style="width: 30%;"],
div.password-strength__indicator[style="width: 35%;"] {
	background: #D12F19;
}

div.password-strength__indicator[style="width: 40%;"],
div.password-strength__indicator[style="width: 42.5%;"],
div.password-strength__indicator[style="width: 45%;"],
div.password-strength__indicator[style="width: 50%;"],
div.password-strength__indicator[style="width: 52.5%;"],
div.password-strength__indicator[style="width: 55%;"],
div.password-strength__indicator[style="width: 60%;"],
div.password-strength__indicator[style="width: 65%;"],
div.password-strength__indicator[style="width: 70%;"],
div.password-strength__indicator[style="width: 75%;"] {
	background: #ff9933;
}

div.password-strength__indicator[style="width: 80%;"],
div.password-strength__indicator[style="width: 82.5%;"],
div.password-strength__indicator[style="width: 85%;"],
div.password-strength__indicator[style="width: 87.5%;"],
div.password-strength__indicator[style="width: 90%;"],
div.password-strength__indicator[style="width: 92.5%;"],
div.password-strength__indicator[style="width: 95%;"],
div.password-strength__indicator[style="width: 97.5%;"],
div.password-strength__indicator[style="width: 100%;"] {
	background: #61b329;
}

#content .description ul {
	margin-bottom: 0;
}

div.captcha {
	float: left;
}

#user-profile-form #edit-status,
#user-profile-form #edit-roles {
	padding-left: 40%;
}

#user-profile-form #edit-opco {
	margin-bottom: 20px;
}

#user-profile-form #edit-status .form-type-radio,
#user-profile-form #edit-roles .form-type-checkbox {
	display: block;
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}

#user-profile-form #edit-status .form-type-radio:nth-of-type(2n),
#user-profile-form #edit-roles .form-type-checkbox:nth-of-type(2n) {
	margin-right: 0;
}

#user-profile-form #edit-status input[type="radio"],
#user-profile-form #edit-roles input[type="checkbox"] {
	position: absolute;
	left: -10000px;
}

#user-profile-form #edit-status input[type="radio"]+label,
#pageWrapper #user-profile-form #edit-roles input[type="checkbox"]+label {
	display: inline-block;
	padding: 12px 18px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	line-height: 24px;
	width: auto;
	transition: all .3s;
	width: 100%;
	text-transform: capitalize;
}

#user-profile-form #edit-roles .form-type-checkbox:last-of-type,
#user-profile-form #edit-roles .form-type-checkbox:nth-last-of-type(1),
#user-profile-form #edit-status .form-type-radio {
	margin-bottom: 0;
}

#pageWrapper #user-profile-form #edit-roles input[type="checkbox"]:checked+label {
	background: #053525;
	color: #fafafa;
}

#user-profile-form #edit-status input[type="radio"]:checked+label {
	background: #61B329;
	color: #fafafa;
}

#user-profile-form #edit-status .form-type-radio:nth-of-type(1) input[type="radio"]:checked+label {
	background: #D12F19;
}

#user-profile-form #edit-status .form-type-radio:nth-of-type(1) input[type="radio"]:checked+label:after,
#user-profile-form #edit-status .form-type-radio:nth-of-type(2) input[type="radio"]:checked+label:after,
#pageWrapper #user-profile-form #edit-roles input[type="checkbox"]:checked+label:after {
	font-family: first-icons;
	font-weight: normal;
	content: "\e116";
	float: right;
}

#user-profile-form #edit-status .form-type-radio:nth-of-type(1) input[type="radio"]:checked+label:after {
	content: "\e117";
}

#user-profile-form #edit-timezone select#edit-timezone--2,
#user-profile-form #edit-account #edit-name {
	margin: 0 0 4px 0;
}

#user-profile-form #edit-account .form-type-password-confirm {
	padding-bottom: 62px;
}

.field-name-field-opco+#edit-actions {
	margin-top: 20px;
}

.field-name-field-opco+#edit-actions input[type="submit"]:last-child {
	float: left;
	position: relative;
}

.field-name-field-opco+#edit-actions input[type="submit"]:first-child {
	background: #053525;
}

.page-user-password #content {
	width: 100%;
	max-width: 400px;
	float: none;
	margin: 40px auto;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
















/*	
----------------------------------------------------------
Tables
---------------------------------------------------------- 
*/

#content table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
}

.table-scroller table {
	width: auto;
	min-width: 100%;
	margin: 0 !important;
}

.table-scroller table caption {
	font-size: 16px;
	color: #676767;
	margin-bottom: 12px;
	font-weight: 700;
	text-align: left;
}

#content .table-scroller table th {
	background: rgba(0, 0, 0, 0.05);
	padding: 10px !important;
	text-align: left;
}

#content .table-scroller table th,
#content .table-scroller table th p,
#content .table-scroller table th h1,
#content .table-scroller table th h2,
#content .table-scroller table th h3,
#content .table-scroller table th h4 {
	font-weight: 700;
	font-size: 13.5px;
	line-height: 24px;
	color: #212b55;
}

#content .table-scroller table tr td {
	padding: 10px;
	font-size: 13.5px;
	font-weight: 400;
	line-height: 24px;
}

#content .table-scroller table tr th>*:last-child,
#content .table-scroller table tr td>*:last-child {
	margin-bottom: 0;
}

#content .table-scroller {
	width: 100%;
	overflow-y: auto;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 24px;
}

#content .table-scroller table caption {
	margin-bottom: 0 !important;
	background: #009688;
	color: #fafafa;
	padding: 10px;
}

#content .table-scroller table caption h2 {
	margin: 0 !important;
	color: #fafafa;
}

#content .table-scroller tr:nth-of-type(odd) {
	background: rgba(0, 0, 0, 0.04);
}

#content .table-scroller tr:nth-of-type(even) {
	background: rgba(0, 0, 0, 0.01);
}

#content .table-scroller::-webkit-scrollbar {
	display: block !important;
	visibility: visible !important;
	width: 100%;
	height: auto;
}

.pagename-timetables #content .table-scroller table thead {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pagename-timetables #content .table-scroller table th {
	text-align: center;
	padding: 10px;
}

.pagename-timetables #content .table-scroller table td {
	text-align: center;
}

.pagename-timetables #content .table-scroller table .first-column {
	text-align: left;
}

.pagename-timetables #content .table-scroller table p:last-of-type {
	margin-bottom: 0;
}

.pagename-timetables #content .table-scroller td.first-column {
	background: rgba(0, 0, 0, 0.05);
	font-weight: 600;
}

#ticket_disp table td,
#ticket_disp table th {
	padding: 10px;
}

#ticket_disp td {
	min-width: 30%;
}

#ticket_disp table {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#ticket_disp table tbody tr:last-child {
	border-bottom: none;
}

.table-scroller::-webkit-scrollbar {
	width: 100%;
}

.table-scroller::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.table-scroller::-webkit-scrollbar-thumb {
	background: #009688;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.table-scroller::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

#ticket_disp table td,
#ticket_disp table th {
	padding: 10px;
}

#ticket_disp table {
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#ticket_disp table tbody tr:last-child {
	border-bottom: none;
}












/*	
----------------------------------------------------------
Mailing List Sidebar Form
---------------------------------------------------------- 
*/

#sidebar .mailshot-signup p {
	margin: 0 0 12px 0;
}

#sidebar .mailshot-signup p.error {
	display: none;
	color: red;
}

#sidebar .mailshot-signup p.message {
	font-weight: 700;
}

#sidebar .mailshot-signup [type="checkbox"] {
	vertical-align: middle;
}

#sidebar .mailshot-signup label.after {
	display: inline-block;
	width: 90%;
	vertical-align: top;
	color: #666666 !important;
	font-weight: 400 !important;
}

.sechide {
	display: none;
}

#mailshot-signup-form>div {
	margin-bottom: 12px;
}


















/*	
----------------------------------------------------------
Admin Toolbar
---------------------------------------------------------- 
*/

/*
#toolbar {
	z-index: 10000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

#toolbar #toolbar-home {
	float: left;
}
*/






















/*	
----------------------------------------------------------
Temporary Overrides
---------------------------------------------------------- 
*/

ul.slick-dots {
	display: block;
	position: absolute;
	top: 20px;
	right: 16px;
	margin: 0;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 2px;
}

.slick-dots li:before {
	display: none;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

#pageWrapper .slick-dots button button,
#pageWrapper .slick-dots button {
	background: none;
	padding: 0;
	font-size: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.6);
	vertical-align: top;
	border-radius: 1px;
}

#pageWrapper .slick-dots .slick-active button {
	background: #053525;
}
















/*	
----------------------------------------------------------
Single Order
---------------------------------------------------------- 
*/

#content .single-order-details ul,
#content .order-user-details ul {
	margin: 0 0 24px 0;
	position: relative;
}

.single-order-details li,
.order-user-details li {
	list-style-type: none;
	position: relative;
	display: block;
	width: 100%;
}

.single-order-details li:before,
.order-user-details li:before {
	content: "";
	display: none;
}

/* Main Order Details */

.single-order-details {
	width: 100%;
	margin-bottom: 24px;
}

.single-order-details ul {
	border: 1px solid #e0e0e0;
	border-bottom: none;
}

.single-order-details li {
	padding: 12px 12px 12px 132px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
}

.single-order-details li span {
	width: 120px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 49px;
	padding-left: 12px;
	font-weight: 700;
	border-right: 1px solid #e0e0e0;
	color: #999;
	font-family: galano_grotesque_demobold, sans-serif;
}

.page-user-orders-view .table-scroller {
	border: 1px solid #e0e0e0;
	border-bottom: none !important;
}

.page-user-orders-view .table-scroller tr {
	background: none !important;
	border-bottom: 1px solid #e0e0e0;
}

.page-user-orders-view #content .table-scroller th {
	width: 160px;
	background: none;
	border-right: 1px solid #e0e0e0;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	font-family: galano_grotesque_demobold, sans-serif;
}

.page-user-orders-view #content .table-scroller thead th,
.page-user-orders-view #content .table-scroller thead td {
	background: #053525;
	font-size: 12px;
	font-weight: normal;
	color: #fafafa;
	position: relative;
	font-family: galano_grotesque_demobold, sans-serif;
}

.page-user-orders-view #content .table-scroller thead td {
	font-size: 14px;
	padding-right: 100px;
}

.page-user-orders-view #content .table-scroller thead td a {
	color: #fff;
}

.page-user-orders-view a.ticket-print-button {
	position: absolute;
	right: 10px;
	top: 8px;
	display: block;
	border: 2px solid #009688;
	border-radius: 6px;
	background: #fff;
	padding: 7px 10px 4px;
	width: auto;
	color: #009688;
	font-size: 12px;
	line-height: normal;
}

.page-user-orders-view a.ticket-print-button:hover {
	border: 2px solid #fff;
	background: #009688;
	color: #fff;
}


/* Delivery / Billing Details */

.order-user-details {
	width: calc(50% - 15px);
	float: left;
}

.order-user-details:nth-child(odd) {
	margin-right: 30px;
}

#content .order-user-details h3 {
	display: block;
	width: 100%;
	padding: 14px 16px;
	top: 0;
	left: 0;
	background: #00b09a;
	font-size: 16px;
	font-weight: 700;
	color: #fafafa;
	border-bottom: 1px solid #4A716C;
	margin: 0;
}




.order-user-details ul {
	background: rgba(0, 0, 0, 0.03);
	padding: 6px 12px;
}

.order-user-details ul li {
	padding: 6px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.order-user-details ul li:last-child {
	border: none;
}

.order-user-details ul li span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	width: 100%;
	background: none;
	height: auto;
	line-height: 24px;
	text-align: left;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}






#eticket_filter > div {
	width: calc(24% - 15px);
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

#eticket_filter > div.wide {
	width: calc(28% - 15px);
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

#eticket_filter>div:nth-child(4) {
	margin-right: 0;
}

#eticket_filter>div:nth-child(4) input[type=submit],
#eticket_filter>div:nth-child(4) a.btn {
	width: calc(50% - 5px);
	float: left;
	margin-top: 24px;
	margin-left: 10px;
}

#eticket_filter>div:nth-child(4) input[type=submit] {
	margin-left: 0;
}

#eticket_filter > div input[type=text] {
	width: 100%;
}

#eticket_filter input[type=date][name="filter2f"] {
	margin-right: 10px;
}

#eticket_filter input[type=date] {
	width: calc(50% - 5px);
	float: left;
	position: relative;
}








/*	
----------------------------------------------------------
Loader
---------------------------------------------------------- 
*/

.loader {
	font-size: 10px;
	margin: 0;
	text-indent: -9999em;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	animation: load3 1.4s infinite linear;
	-webkit-animation: load3 1.4s infinite linear;
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	background: #053525;
	background: -moz-linear-gradient(left, #053525 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #053525 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #053525 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #053525 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #053525 10%, rgba(255, 255, 255, 0) 42%);
}

.loader:before {
	width: 50%;
	height: 50%;
	background: #053525;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.loader:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

body #pageWrapper ul li.menu-2525,
body #pageWrapper ul li[title="On-bus Wi-Fi"] {
	display: none !important;
}















/*	
----------------------------------------------------------
Sidebar etickets links
---------------------------------------------------------- 
*/

#sidebar>div#etickets_link,
#sidebar>div#mtickets_link {
	padding: 0;
}

#etickets_link a,
#mtickets_link a {
	display: block;
	padding: 12px 20px 12px 80px;
	color: #fff;
	background: #053525;
	position: relative;
}

#etickets_link a:hover,
#mtickets_link a:hover {
	text-decoration: none;
}

#etickets_link a:after,
#mtickets_link a:after {
	font-family: first-icons;
	content: "\e607";
	position: absolute;
	left: 12px;
	top: 12px;
	font-size: 26px;
	color: #fafafa;
}

#mtickets_link a:after {
	content: "\e608";
}

#etickets_link a:before,
#mtickets_link a:before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
}



/*	
----------------------------------------------------------
Message banner
---------------------------------------------------------- 
*/

.top-banner {
	background: #e5e5e5;
	padding: 12px 0;
	font-weight: 600;
}

.top-banner a.hide {
	position: absolute;
	right: 30px;
	background: #053525;
	color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 12px;
	text-align: center;
	font-size: 11px;
	border: 2px solid #fff;
}




.page-header {
	background: #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
	padding: 50px 0 30px 0;
}

.page-header h1 {
	margin: 0;
	font-size: 34px;
	line-height: 44px;
	color: #555;
}

.page-header.image-background {
	padding: 160px 0 30px 0;
	position: relative;
}

.page-header.image-background:before {
	content: "";
	background: rgba(27, 27, 27, 0.3);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.page-header.image-background h1 {
	color: #fff;
}


.front .slider-container {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	height: 0;
	padding-bottom: 56.25%;
}

@media only screen and (min-width: 1700px) {
	.front .slider-container {
		padding-bottom: 40%;
	}
}

.front .slider-container .slick {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*
.front .slider-container p {
	font-family: galano_grotesque_demobold, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}*/

.slick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick>div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 3;
}



.slider-tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.2);
	z-index: 4;
}

.slider-tabs ul {
	display: -webkit-box;
	display: -ms-box;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	border-top: rgba(255, 255, 255, 0.4);
}

.slider-tabs li {
	list-style-type: none;
	flex: 1;
	height: 80px;
	display: block;
	font-weight: 700;
	text-align: center;
	color: #fff;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all .4s;
	text-shadow: 0 0 2px black;
}

.slider-tabs li.active {
	color: #444;
	background: rgba(255, 255, 255, 0.7);
	text-shadow: none;
}

.slider-tabs span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	z-index: 1;
}

.slider-container:after {
	z-index: 2;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	border: 3px solid #e5e5e5;
	border-radius: 50%;
	margin: -22px 0 0 -22px;
	border-top-color: #009688;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.slick-track>div,
.slick-track>a {
	/*display: flex!important;*/
}

.slick-track>div .wrap,
.slick-track>a .wrap {
	/* flex: 1; */
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-items: flex-start; */
	padding-right: 30%;
	text-align: left;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-track h2 {
	font-size: 44px;
	line-height: 52px;
	color: #fff;
	text-shadow: 0 0 2px black;
}

.slick-track p {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	font-family: galanogrotesquew00-mediumRg, sans-serif;
	color: #fff;
	text-shadow: 0 0 2px black;
}

/* Grid */

.fg-row {
	position: relative;
	margin: 0 0 40px 0;
}

.fg-row:last-child {
	margin-bottom: 0;
}

[class^="fg-col-"] {
	float: left;
	position: relative;
	margin: 0 40px 0 0;
}

[class^="fg-col-"]:last-child {
	margin-right: 0;
}

[class^="fg-col-"]>*:last-child {
	margin-bottom: 0 !important;
}

.fg-col-1 {
	width: 100%;
}

.fg-col-2 {
	width: calc(50% - 20px);
}

.fg-col-3 {
	width: calc(33.3333333333% - 26.66666666666667px);
}

.fg-col-4 {
	width: calc(25% - 30px);
}

.fg-col-2-3 {
	width: calc(66.6666666666% - 13.33333333333334px);
}

.fg-col-3-4 {
	width: calc(75% - 20px);
}






.sidebar>h3 {
	font-size: 18px;
}

.sidebar ul {
	position: relative;
}

.sidebar li {
	display: block;
}

.sidebar li a {
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid #e9e9e9;
	transition: all .2s;
}

.sidebar li:first-of-type a {
	border-top: 1px solid #e9e9e9;
}

.sidebar li a:hover,
.sidebar li a.active {
	color: #009688;
}








#wa-contacts-contact-form {
	/* form: outer container styling */
}

form#wa-contacts-form label {
	font-size: 16px;
    font-family: galano_grotesque_demobold, sans-serif;
}

#wa-contacts-contact-form .note {
	padding: 0 !important;
	margin-bottom: 16px !important;
}

#wa-contacts-contact-form ul {
	list-style: none;
}

#wa-contacts-contact-form li {}

#wa-contacts-contact-form li label {}

#wa-contacts-contact-form li input {}

#wa-contacts-contact-form li textarea {}

#wa-contacts-contact-form li input[type="submit"] {}

#wa-contacts-contact-form li .feedback {
	/* div: contains number of characters remaining and notes, also error messages */
}

#wa-contacts-contact-form li .feedback.error {
	color: red;
}

#wa-contacts-contact-form li.error input,
#wa-contacts-contact-form li.error textarea {
	border-color: red;
}

#wa-contacts-contact-form li.error .feedback {
	color: red;
}


#contact_response {
	/* div: "thank you" message container styling */
}








html.logged-out {
	background: #f7f7f7;
}

body.page-user-login {
	background: #f9f9f9;
	padding-top: 80px;
}

.logged-out-header {
	height: 90px;
	position: relative;
}

body.not-logged-in #content {
	margin-bottom: 40px;
}

.page-user-register .fmr-login-panel {
	max-width: 500px;
}

body.not-logged-in .sidebar {
	max-width: 300px;
	width: 100%;
	position: relative;
}

body.not-logged-in .sidebar-inner {
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 15px 10px 10px 10px;
	box-shadow: 0 0 1px rgba(27, 27, 27, 0.2);
}

@media only screen and (max-width: 768px) {
	body.not-logged-in .sidebar {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
}

a.login-title {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
}

body.not-logged-in input[type=submit],
body.not-logged-in input[type=text],
body.not-logged-in input[type=password],
body.not-logged-in input[type=email] {
	width: 100%;
	margin: 0 0 10px 0;
}

.page-user-login div#content {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

.page-user-register input#edit-submit,
.page-user-password input#edit-submit,
.page-user-login input#edit-submit {
	background: #009688;
	color: #fff;
	margin-top: 5px;
}

.fmr-login-panel .description {
	display: none;
}

.fmr-login-panel #edit-comment p {
	text-align: center;
	margin: 0;
}

.g-recaptcha {
	transform: scale(0.925);
	-webkit-transform: scale(0.925);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

/*
.g-recaptcha  iframe {
    max-width: 100%!important;
    width: 100%!important;
}

.g-recaptcha > div {
    max-width: 100%!important;
    width: 100%!important;
    margin: 15px 0;
}
*/
.page-user-register #edit-actions label {
	display: none;
}

.page-user-register .form-item.form-type-password-confirm.form-item-pass {
	position: relative;
	padding-bottom: 60px;
}

.page-user-register .form-type-password-confirm div.password-confirm,
.page-user-register .form-type-password-confirm .password-strength {
	width: calc(50% - 10px);
	background: #f7f7f7;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.page-user-register .form-type-password-confirm div.password-confirm {
	right: 0;
	left: auto;
}

.form-type-password-confirm div.password-confirm-message {
	float: right;
    border-radius: 2px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 51px;
    line-height: 49px;
    padding: 0px 12px 5px;
    width: calc(50% - 10px);
    background: rgb(247, 247, 247);
    position: absolute;
    bottom: 10px;
    right: 0px;
    left: auto;
    visibility: visible;
}

.page-user-account .form-type-password-confirm div.password-confirm-message {
    width: calc(30% - 2.5px);
	height: 52px;
	bottom: 12px;
}

.form-type-password-confirm div.password-confirm-message span.ok {
	float: right;
    text-transform: uppercase;
    font-weight: 700;
	color: #47C965;
}

#user-register-form .fieldset-legend {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	display: block;
	padding: 0 0 16px 0;
	overflow: hidden;
	font-family: galano_grotesque_demobold, sans-serif;
}

.page-user-register .captcha.form-wrapper {
	margin-bottom: 0px !important;
}

.page-user-register .captcha.form-wrapper legend {
	display: block;
	position: relative;
	line-height: 24px;
	top: 10px;
}

.page-user-register .captcha.form-wrapper .fieldset-description {
	margin-bottom: 10px;
}

.page-user-register #edit-comment> :last-child {
	margin: 0;
}

form#user-register-form {
	max-width: 500px;
	margin: 0 auto;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

form#user-register-form input[type=text],
form#user-register-form input[type=email],
form#user-register-form input[type=password] {
	width: 100% !important;
	background: #fff;
	max-width: 100%;
	margin: 0 0 10px 0 !important;
}

form#user-register-form .description {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 15px;
}

/* form#user-register-form div div .description {
	margin-top: -10px;
} */

.page-user-login .sidebar a {
	color: #053525;
}


.pagename-news .article-image {
	margin: 0 0 10px 0;
}

.pagename-news .content-left h2 {
	margin: 0 0 5px 0;
}

.pagename-news .article-date {
	margin: 0 0 10px 0;
	font-size: 14px;
}

.pagename-news .article-date+p {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
}

p.article-date {
	margin: 0;
	font-size: 16px;
	font-family: galano_grotesque_demobold, sans-serif;
}

.article-image {
	position: relative;
	margin: 0 0 30px 0;
}









section.latest-news {
	background: #f7f7f7;
	padding: 30px 0;
}

section.latest-news ul {
	margin: 0;
}

section.latest-news li {
	list-style-type: none;
	width: calc((100% - 60px) / 3);
	float: left;
	position: relative;
	margin-right: 30px;
	text-align: left;
	background: #fff;
	padding-bottom: calc(20% + 100px);
	height: 0;
}

section.latest-news li:nth-of-type(3) {
	margin-right: 0;
}

section.latest-news li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.latest-news .article-image {
	margin: 0;
}

.latest-news h3 {
	margin: 0;
	position: absolute;
	bottom: 15px;
	width: 100%;
	padding: 0 20px;
	line-height: 22px;
}

section.latest-news .article-date {
	font-size: 13px;
	margin: 0;
	color: #999;
	position: absolute;
	bottom: 94px;
	width: 100%;
	padding: 0 20px;
}


@media only screen and (max-width: 768px) {

	section.latest-news li {
		width: 100%;
		padding-bottom: 0;
		height: auto;
		margin-bottom: 20px;
	}

	section.latest-news li a {
		position: relative;
	}

	.latest-news h3 {
		position: relative;
		bottom: auto;
		margin-top: 15px;
	}

	section.latest-news .article-date {
		position: relative;
		bottom: auto;
		margin-bottom: 10px;
	}

}








ul.points-list {
	margin: 0;
	margin: 0 0 30px 0;
}

ul.points-list li {
	display: block;
	background: #f7f7f7;
	padding: 14px 12px 12px 12px;
	margin: 0 0 10px 0;
	font-family: galano_grotesque_demobold, sans-serif;
	position: relative;
	border-bottom: 3px solid #e0e0e0;
}

ul.points-list li span:first-of-type {
	display: block;
	position: absolute;
	background: #e5e5e5;
	border-radius: 3px;
	right: 12px;
	top: 11px;
	font-size: 12px;
	padding: 2px 4px 0 4px;
	color: #009688;
}

ul.points-list li span.tokens-left {
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	background: #009688;
	height: 3px;
}

#content ul.points-list {
	margin-left: 0;
}

#content ul.points-list li {
	float: left;
	margin-right: 20px;
	width: calc((100% - 40px) / 3);
}

#content ul.points-list li:nth-child(3n+3) {
	margin-right: 0;
}

#content ul.points-list>li:before {
	content: none;
}

@media only screen and (max-width: 768px) {
	#content ul.points-list li {
		width: 100%;
		margin-right: 0;
	}
}





form > .mb-3 {
	margin-bottom: 20px;
}

form#wa-contacts-contact-form li {
	list-style-type: none;
	margin: 0 0 20px 0;
}

form#wa-contacts-contact-form li:before {
	display: none;
}

form#wa-contacts-contact-form ul {
	margin: 0;
}

form#wa-contacts-contact-form label {
	font-size: 16px;
	font-family: galano_grotesque_demobold, sans-serif;
}

form#wa-contacts-contact-form textarea {
	height: 160px;
}

form#wa-contacts-contact-form input[type=text] {
	width: 100%;
	max-width: 400px;
}










.sidebar-block {
	position: relative;
	margin: 0 0 30px 0;
}



a.buy-now-link {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	display: block;
	padding: 20px 30px;
	font-family: galano_grotesque_demobold, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #053525;
	transition: all .2s;
}

.buy-now-link:after {
	content: "\e095";
	font-family: first-icons;
	position: absolute;
	right: 30px;
	font-size: 20px;
}

a.buy-now-link:hover {
	border: 1px solid #053525;
}








a.fmr-route-map {
	display: block;
	background: #f7f7f7;
	padding: 12px 20px 12px 46px;
	margin-bottom: -20px;
	border-radius: 3px;
	font-family: galano_grotesque_demobold, sans-serif;
	position: relative;
}

a.fmr-route-map:before {
	content: "\eade";
	font-weight: normal;
	font-family: first-icons;
	font-size: 20px;
	color: #009688;
	padding-right: 5px;
	vertical-align: middle;
	position: absolute;
	left: 17px;
	top: 11px;
}









footer.site-footer {
	position: relative;
	background: #f7f7f7;
	text-align: center;
	padding: 0;
}

footer.site-footer img {
	width: 100%;
	height: auto;
	margin: 0;
}

footer.site-footer p {
	position: absolute;
	top: 85%;
	left: 61.25%;
	margin: 0;
	font-size: 12px;
	color: #dff2fd;
}

footer.site-footer a {
	color: #009688;
}



#user-profile-form input[value="Update"] {
	margin-top: 10px;
}








div#messageBanner {
	display: block;
	position: fixed;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	height: 100%;
	z-index: 100;
}

div#messageBanner .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 280px;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(27, 27, 27, 0.4);
	padding: 16px 20px;
}

div#messageBanner button {
	text-decoration: none;
	background: transparent !important;
	color: #053525 !Important;
	position: absolute;
	top: -12px;
	right: -12px;
	display: block;
	font-size: 0;
	height: 24px;
	line-height: 24px;
	padding: 0;
	width: 24px;
}

div#messageBanner button:before {
	font-family: first-icons;
	content: "\ea11";
	font-size: 18px;
	font-weight: normal;
}


.shopping-cart {
	border-left: 2px solid #fff;
}

.shopping-cart span {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	height: 16px;
	background: #009688;
	border-radius: 3px;
	padding: 0 6px;
	font-size: 10px;
	margin: -2px 0 0 0;
	position: relative;
	color: #fafafa;
	position: relative;
	margin-left: 22px;
}

.shopping-cart>span:before {
	content: "\eaef";
	font-family: first-icons;
	font-size: 18px;
	font-weight: normal;
	border: none;
	left: -22px;
	color: #212B55;
	top: 0;
	position: absolute;
	left: -23px;
}

.shopping-cart span:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #009688;
	position: absolute;
	left: -4px;
	top: 4px;
}


.wa-navigation-menu {
    display: flex;
    flex-direction: row;
    justify-content: end;
}






.offer {
	position: relative;
	background: #f8f8f8;
	margin: 0 0 30px 0;
	padding: 20px;
}

.mustclear * {
	clear: none;
}

.offer-logo {
	float: right;
	margin: 0 0 10px 10px;
}

.offer-head {
	clear: left;
}

.offer-body {
	clear: left;
}

.offer-body *:last-child {
	margin-bottom: 0;
}

.offer .item-list {
	margin: 20px 0 0 0;
}

#content .offer .item-list ul {
	margin: 0;
}

#content .offer .item-list ul>li {
	display: block;
	margin: 0;
}

#content .offer .item-list ul>li:before {
	content: none;
}

a.offer-link {
	position: relative;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 20px 30px;
	font-family: galano_grotesque_demobold, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #053525;
	transition: all .2s;
}

.offer-link:after {
	content: "\e095";
	font-family: first-icons;
	position: absolute;
	right: 30px;
	font-size: 20px;
}

a.offer-link:hover {
	border: 1px solid #053525;
}






@media only screen and (min-width:768px) {

	.pagename-home main#content>div:nth-child(1) {
		margin-bottom: 40px;
	}

	.pagename-home main#content>.introduction {
		margin-bottom: 40px;
	}

}

@media only screen and (min-width:768px) {

	.pagename-home >div:nth-child(1) {
		margin-bottom: 40px;
	}

	.pagename-home .introduction {
		margin-bottom: 40px;
	}

}


.offer-body .fg-row {
	margin-bottom: 24px;
}




.front .introduction {
	padding: 20px 0 10px 0;
}

.front .introduction p {
	font-size: 20px;
	line-height: 36px;
	max-width: 768px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-family: galanogrotesquew00-mediumRg;
}

.front .fg-col-2 {
	text-align: center;
	padding: 0 30px 40px 30px;
}

.front .fg-col-2 h2 {
	color: rgba(0, 150, 136, 1);
	font-size: 28px;
	line-height: 36px;
}

.front .fg-col-2 h2 a {
	color: rgba(0, 150, 136, 1);
	font-size: 28px;
	line-height: 36px;
}

.front .fg-col-2 p {
	font-family: galanogrotesquew00-lightRg, sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.front .fg-col-2 p a {
	color: #444 !important;
}

.front .fg-col-2 p a:hover {
	text-decoration: none;
}

.slider-count {
	display: none;
}

@media only screen and (max-width: 800px) {
	.slider-tabs {
		display: none;
	}
}

@media only screen and (max-width: 799px) {
	.slider-count {
		display: block;
		position: absolute;
		left: 50%;
		bottom: 10px;
		color: #fff;
		z-index: 10;
		font-size: 20px !important;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.slider-count p {
		font-size: 16px !important;
		letter-spacing: 8px;
		text-shadow: 0 0 2px black;
	}

}

@media only screen and (max-width: 768px) {
	.front .slider-container {
		padding-bottom: 70%;
	}

	.slick-track>div .wrap,
	.slick-track>a .wrap {
		padding-right: 0;
	}

	.slick-track h2 {
		font-size: 24px;
		line-height: 32px;
		color: #fff;
	}

	.slick-track p {
		font-weight: 500;
		font-size: 16px;
		line-height: 26px;
	}

	.front .introduction {
		padding: 0 0 20px 0;
	}

	.front .introduction p {
		font-size: 18px;
		line-height: 32px;
	}

	.front .fg-col-2 {
		padding: 0;
	}

	.front .fg-col-2 h2 {
		color: rgba(0, 150, 136, 1);
		font-size: 24px;
		line-height: 32px;
	}

	.front .fg-col-2 h2 a {
		color: rgba(0, 150, 136, 1);
		font-size: 24px;
		line-height: 32px;
	}

	.front main {
		padding-bottom: 20px !important;
	}
}

.slick-track>div:before,
.slick-track>a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(27, 27, 27, 0.25);
	position: absolute;
	left: 0;
	top: 0;
}










/*
iframe[id^="rxp-frame-"] {
	top: 50% !important;
	transform: translateY(-50%) scale(1) !important;
}*/

.payment-overlay {
	position: fixed;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(27, 27, 27, 0.8);
	opacity: 0;
	transition: opacity .2s;
	z-index: 1000;
}

.modal-open .payment-overlay {
	top: 0;
	opacity: 1;
}

#payNow {
	display: none;
}





/*	
----------------------------------------------------------
Region content
---------------------------------------------------------- 
*/

.wa-region__content {
	/* padding-top: 80px; */
	background-color: #fff;
}

.page-user-login .wa-region__content {
	background-color: transparent;
}





/*	
----------------------------------------------------------
Hero page banner
---------------------------------------------------------- 
*/

.page-header.hero {
	padding: 0px;
}

.hero {
	width: 100%;
}

.hero__figure {
	position: relative;
	margin: 0;
	height: min(70vh, 200px);
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
}

.hero__figure__home {
	position: relative;
	height: min(70vh, 800px);
	min-height: 320px;
	max-height: 800px;
	overflow: hidden;
}

.hero__figure::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(27, 27, 27, 0.25);
	position: absolute;
	left: 0;
	top: 0;
}

.hero__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px 0px;
	color: #fff;
	font-size: clamp(2rem, 5vw, 5rem);
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.hero__title__home {
	background: none;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
	bottom: inherit;
}

.hero__title__home h1 {
	font-size: 44px;
    line-height: 52px;
    color: #fff;
    text-shadow: 0 0 2px black;
}

.hero__title__home p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: galanogrotesquew00-mediumRg, sans-serif;
    color: #fff;
    text-shadow: 0 0 2px black;
}

.hero__title__home > .wrap {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 30%;
    text-align: left;
}

.hero__title h1 {
	margin: 0;
	color: #fff;
}

@media (max-width: 768px) {
	.hero__figure {
		height: 50vh;
		min-height: 280px;
	}
}

/* Hero without an image */
.hero--plain {
  background: #f7f7f7;
  padding: 4rem 0;
  color: #555;
}

.hero--plain .hero__figure {
	height: auto;
	min-height: auto;
	max-height: 200px;
}

.hero--plain .hero__figure::before {
	content: none;
}

.hero--plain h1 {
	color: #555;
}

.hero--plain .hero__title {
	position: relative;
	background: none;
}