@charset "UTF-8";

/*************************************************************************
**************************************************************************

Produced by DHX Advertising
August 2012
http://dhxadv.com

MOBILE CSS

TABLE OF CONTENTS
00. GOOGLE MAP OVERRIDES
01. GLOBAL PROPERTIES
02. ADJUSTED STRUCTURE
03. MENU / BREADCRUMBS
04. FORMS / INPUT FIELDS / BUTTONS
05. HEADER / FOOTER
06. HOME CONTENT
07. ROUTES
08. ROUTES DETAIL
09. PLAN TRIP
10. PAGE ELEMENTS
11. INNER PAGE LINKS

/*************************************************************************
00. GOOGLE MAP OVERRIDES
*************************************************************************/

.adp-placemark,
.adp-directions {
	width:100%;
}

/*************************************************************************
01. GLOBAL PROPERTIES
*************************************************************************/

body {
    -webkit-text-size-adjust:none;
	background:
		url(../images/mobile/menu-bg-line.png) repeat-y,
		url(../images/mobile/bg-body-repeat.png) repeat;
	background-size:6px 2px, 162px 15px;
	background-position:16px 30px;
}
#wrap-top, #menu, #submenu, .line, #ticket .ticket-mask, #main .divide, #sitemap, #print-page-btn {
	display:none;
}
#wrap-nav, #nav, #wrap-home, #home-bg, #home, #slideshow, #ticket, #ticket .right, #trip-planner-form, #trip-planner-form input, #news-buckets, #main, #background-inner, #content-container, footer, footer #footer-top, footer #footer-buckets {
	width:100%;
	min-width:inherit;
}

.mobile-misc {
	display:block;
}

input, a.grey, a.tan-lrg, a.tan-small, a.red, a.blue, div.selector, div.button, .form-wrapper,
#content-container, #content, #content-left, #content-right, .page-topimg, .masonry-topimg, #content-left ul.links li, .nav-line div, #ticket .left, #ticket .right, #news-buckets .bucket, footer .bucket, #twitter #tw-feed,
#routes-left, #routes-right, .routes-bottom, #route-list ul, iframe, #mobile-route-header, .modifytrip-btns, .schedule-btns, .schedule, .schedule-left, .schedule-right, #turnbyturn, .map-wrapper, #map-canvas {
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
}
a, input, .selector, .button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#content-right h1 {
	margin:10px 0;
}

/*************************************************************************
02. ADJUSTED STRUCTURE
*************************************************************************/

/*BODY CONTAINERS*/
#mobile-slide-container {
	background:url(../images/mobile/bg-body-repeat.png) repeat #FFF;
	background-size:162px 15px;
	position:relative;
	z-index:2;
	left:0;
	box-shadow:-2px 0 10px #000;
	-webkit-box-shadow:-2px 0 10px #000;
	-moz-box-shadow:-2px 0 10px #000;
}
#main {
	background:url(../images/mobile/bg-main-repeat.png) repeat;
	background-size:200px 200px;
	min-height:auto;
	padding:0;
	position:relative;
}
#background-inner {
	background:none;
	margin:0 auto;
	min-width:0;
}
#content-container {
	margin:0;
	padding:12px 10px 36px;
	overflow:hidden;
}
#content-container.page-routes-detail {
	padding-top:344px;
}
#content-container.page-home {
	padding:0;
}
#content {
	border:1px #e8e3df solid;
	border-top:none;
	box-shadow:0 1px 1px #FFF;
	-webkit-box-shadow:0 1px 1px #FFF;
	-moz-box-shadow:0 1px 1px #FFF;
	width:100%;
	background:#FFF;
}

/*HOME BACKGROUND*/
#wrap-home {
	background:white;
	margin:0;
	border-bottom:1px #FFF solid;
	background:none;
	position:relative;
	z-index:250;
}
#home-bg {
	background:white;
	min-width:100%;
	margin:0;
	height:auto;
}
#home {
	margin:0;
	height:auto;
	position:static;
	top:0;
}

/*TWO COLUMN LAYOUT*/
#content-left,
#content-right {
	background:none;
	width:100%;
	float:none;
	position:relative;
}
#content-left {
	padding:0 12px 12px;
}
#content-right {
	padding:12px 12px 0;
	margin:0;
	top:0;
}

/*ROUTES LAYOUT*/
#routes-top {
	background:none;
	width:100%;
	height:auto;
	position:relative;
}
.page-plan-trip #routes-top {
	background:
		url(../images/mobile/bg-plantrip-top-left.png) no-repeat top left,
		url(../images/mobile/bg-plantrip-top-right.png) no-repeat top right;
	background-size:150px 122px, 640px 122px;
	width:100%;
	height:122px;
	margin:0 auto;
}
#routes-top h2,
#routes-top h6,
#routes-top .download,
#routes-intro-form,
.page-routes-detail #routes-intro {
	display:none;
}
.page-plan-trip #routes-top h2,
.page-plan-trip #routes-top h6 {
	display:block;
}
#routes-left,
#routes-right,
#plan-trip-map {
	width:100%;
	margin:0;
	min-height:200px;
	float:none;
}
#routes-right {
	display:none;
	background:none;
	padding:0;
}

/*MASONRY LAYOUT - NEWS/SERVICES*/
#masonry-wrapper {
	margin:0;
}
.masonry-container {
	width:100%;
	margin:12px 0;
}
.masonry-container:hover {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.masonry-content {
	padding:0 12px 12px 12px;
	font-size:12px;
	color:#655e5a;
}
.masonry-content a.tan-small {
	width:100%;
	margin-top:16px;
}

/*************************************************************************
03. MENU / BREADCRUMBS
*************************************************************************/

/*MAIN MENU*/
#mobile-menu {
	display:block;
	border-top:5px #ff864c solid;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	/*overflow:scroll;*/
}
#mobile-menu .menu-line {
	/*background:url(../images/mobile/menu-bg-line.png) repeat-y left top;
	background-size:6px 2px;*/
	width:6px;
	height:100%;
	margin:20px 0 0 16px;
	float:left;
}
#mobile-menu-container {
	float:left;
	position:relative;
	left:-6px;
	top:-20px;
	z-index:0;
}

#mobile-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mobile-menu ul.menu-pages {
	margin:20px 0 0 0;
}
#mobile-menu ul.menu-btns {
	margin-top:0;
	float:left;
}

#menu-btns-2 {
	margin-top: 15px !important;
}

.menu-pages li {
	margin:0;
	position:relative;
	left:5px;
	border-bottom:1px #000 solid;
	border-top:1px #635a5a solid;
	max-width:300px;
}
.menu-pages li:first-child {
	border-top:none;
}
.menu-pages li:last-child {
	border-bottom:none;
}
.menu-pages li a {
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:0 -1px 0 #000;
	display:block;
	height:13px;
	padding:17px 0;
	color:#FFF;
}
.menu-pages li a span {
	background:url(../images/mobile/menu-bg-btn.png) no-repeat left top;
	background-size:12px 26px;
	display:block;
	height:13px;
	line-height:13px;
	position:relative;
	left:-8px;
	padding-left:22px;
	color:#FFF;
}
.menu-pages li a:hover {
	text-decoration:none;
	color:#ff864c;
}
.menu-pages li a:hover span,
.menu-pages li a:active span {
	color:#ff864c;
}
/*.menu-pages li a:visited span {
	color:#FFF;
}*/
.menu-pages li.current a span,
.menu-pages li.active-trail a span {
	color:#ff864c;
	background-position:0 -13px;
}

.menu-btns li {
	padding:0;
	margin:0;
	position:relative;
	float:left;
	left:5px;
	display:block;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	box-shadow:0 1px 0 #635a5a;
	-webkit-box-shadow:0 1px 0 #635a5a;
	-moz-box-shadow:0 1px 0 #635a5a;
}
.menu-btns li a {
	display:block;
	width:48px;
	height:50px;
	border-right:1px #000 solid;
	box-shadow:inset 1px 1px 0 #635a5a;
	-webkit-box-shadow:inset 1px 1px 0 #635a5a;
	-moz-box-shadow:inset 1px 1px 0 #635a5a;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.menu-btns li:first-child a {
	box-shadow:inset 0 1px 0 #635a5a;
	-webkit-box-shadow:inset 0 1px 0 #635a5a;
	-moz-box-shadow:inset 0 1px 0 #635a5a;
}
.menu-btns li:last-child a {
	width:65px;
}
#menu-btns-2 li:last-child a {
	width: 48px !important;
}
.menu-btns li a:hover	 {
	border-right:1px #000 solid;
	box-shadow:inset 0 0 3px #000;
	-webkit-box-shadow:inset 0 0 3px #000;
	-moz-box-shadow:inset 0 0 3px #000;
	background: -webkit-linear-gradient(top, #272424, #3e3a3a);
	background: -moz-linear-gradient(top, #272424, #3e3a3a);
	background: -ms-linear-gradient(top, #272424, #3e3a3a);
}
.menu-btns li a.lang-en span,
.menu-btns li a.lang-es span {
	background:url(../images/mobile/sprite-lang.png) no-repeat top left;
	background-size:24px 36px;
	display:block;
	width:24px;
	height:18px;
	position:relative;
	left:11px;
	top:16px;
}
.menu-btns li a.lang-es span {
	background-position:0 -18px;
}
.menu-btns li a.fb span,
.menu-btns li a.tw span,
.menu-btns li a.gp span,
.menu-btns li a.li span,
.menu-btns li a.yt span {
	background: url("../images/mobile/sprite-social.png") no-repeat scroll left top / 130px 29px rgba(0, 0, 0, 0);
	background-size:130px 29px;
	display:block;
	position:relative;
	top:8px;
	height:29px;
}

.menu-btns li a.fb span {
	width:15px;
	left:16px;
}
.menu-btns li a.tw span {
	background-position: -20px 0;
    left: 13px;
    width: 25px;
}
.menu-btns li a.gp span {
	background-position: -46px 0;
    left: 11px;
    width: 27px;
}
.menu-btns li a.li span {
	background-position: -77px 0;
    left: 11px;
    width: 27px;
}
.menu-btns li a.yt span {
	background-position: -105px 0;
    left: 11px;
    width: 27px;
}

/*BREADCRUMBS*/
#breadcrumbs {
	margin-top:1px;
	width:100%;
	height:34px;
	display:block;
	background:#f9f8f7;
	border-bottom:1px #FFF solid;
	box-shadow:0 0 2px rgba(0,0,0,0.35);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.35);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.35);
}
#breadcrumbs ul {
	margin:0;
	padding:0;
	list-style:none;
}
#breadcrumbs ul li {
	padding:0;
	margin:0;
	position:relative;
	float:left;
	display:block;
	height:35px;
	background:url(../images/mobile/breadcrumb-arrow.png) right top no-repeat;
	background-size:10px 35px;
}
/*#breadcrumbs ul li:last-child {
	background:none;
}*/
#breadcrumbs ul li a {
	font-family:Arial, Helvetica, sans-serif;
	height:35px;
	display:block;
	line-height:36px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	/*letter-spacing:-1px;*/
	padding:0 16px 0 10px;
}
#breadcrumbs ul li a:hover {
	text-decoration:none;
}
#breadcrumbs ul li.menu-btn-slide a {
	padding:10px 20px 9px 12px;
}
#breadcrumbs ul li.menu-btn-slide a span {
	display:block;
	background:url(../images/mobile/breadcrumb-menu-btn.png) no-repeat;
	background-size:20px 16px;
	width:20px;
	height:16px;
	display:block;
	padding:0;
}
#breadcrumbs ul li.menu-btn {
	display:none;
}
#breadcrumbs ul li.menu-btn.current {
	display:block;
}

/*************************************************************************
04. FORMS / INPUT FIELDS / BUTTONS
*************************************************************************/

/*FORMS*/
label.error {
	background:url(../images/mobile/icon-alert.png) no-repeat right;
	background-size:12px 12px;
}
#trip-planner-form label.error {
	background-position:left;
	width:13px;
	left:0;
}
.error-option label.error {
	left:-40px;
}
.locate-btn {
	background:url(../images/mobile/sprite-form-icons.png) top left no-repeat;
	background-size:16px 32px;
	width:16px;
	height:16px;
	cursor:pointer;
	top:11px;
}
.locate-btn:hover {
	background-position:0 -16px;
}
input#datepicker {
	background:url(../images/mobile/icon-calendar.png) #FFF no-repeat;
	background-position:90% 11px;
	background-size:14px 14px;
}
.form-table input#datepicker {
	width: 120px;
}

/*UNIFORM*/
div.button {
	height:38px;
	line-height:38px;
	width:100%;
}
div.selector {
	background:url(../images/mobile/sprite-form-select.png) no-repeat;
	background-size:640px 76px;
	background-position: right 0;
}
div.selector,
div.selector span {
	height:38px;
	line-height:38px;
	width:100%;
	max-width:100%;
}
div.selector:active,
div.selector.active {
	background-position: right -38px;
}
div.selector:active span,
div.selector.active span {
}
div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: right -38px;
}
div.selector.focus span, div.selector.hover span, div.selector:hover span {
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: right -38px;
}

div.checker span {
  background:url(../images/mobile/sprite-form-options.png) no-repeat 0 0;
  background-size:40px 42px;
  width: 20px;
  height: 21px;
}
.purpose-btns div.radio {
	float:left;
}
.purpose-btns label {
	display:block;
	width:260px;
	float:left;
}
.purpose-btns br {
	clear:both;
}
div.radio span {
  background:url(../images/mobile/sprite-form-options.png) no-repeat -20px 0;
  background-size:40px 42px;
  width:20px;
  height:21px;
}

/*FORM TABLE*/
.form-wrapper {
	padding:0 12px 12px 12px;
}
.form-table th,
.form-table td {
	display:block;
	width:100%;
	padding:4px 0;
}
.form-table th {
	font-size:14px;
}
.form-table td {
	font-size:13px;
}
.form-table div.button,
.form-table div.selector {
}
.form-table th.form-header h2 {
	margin:10px 0 5px;
	padding:0 0 2px 0;
}
.form-table hr {
	margin:5px 0;
}
.form-table input.text,
.form-table input.email,
.form-table input.password,
.form-table textarea.uniform {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.form-table div.button {
	height:35px;
	line-height:35px;
	font-size:13px;
}
.form-table .last {
	padding:0;
}


/*BUTTONS*/

input[type=button].grey,
input[type=submit].grey,
a.grey {
	background:url(../images/sprite-btn-grey.png);
	background-size:600px 105px;
	background-position:left top;
	height:35px;
	font-size:13px;
}
a.grey {
	line-height:33px;
}
input[type=button].grey:hover,
input[type=submit].grey:hover,
a.grey:hover {
	background-position:left -35px;
}
input[type=button].grey:active,
input[type=submit].grey:active,
a.grey:active {
	background-position:left -70px;
}

a.tan-small {
	height:35px;
	line-height:35px;
	font-size:13px;
}

a.red {
	height:35px;
	line-height:34px;
	font-size:14px;
}
a.red:active,
a.red.selected {
	height:35px;
	line-height:34px;
}
a.red.download {
	display:block;
	margin-top:16px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
}
a.red.download span {
	display:inline-block;
	background:url(../images/mobile/icon-document.png) no-repeat;
	background-size:11px 15px;
	width:11px;
	height:15px;
	position:relative;
	top:3px;
	right:5px;
}

a.blue {
	height:35px;
	line-height:33px;
	font-size:14px;
}
a.blue:active {
	height:35px;
	line-height:33px;
}


/*************************************************************************
05. HEADER / FOOTER
*************************************************************************/

/*HEADER*/
#wrap-nav {
	background:#FFF;
	padding:9px 0 0 0;
	position:relative;
	/*box-shadow:0 1px 2px #d9d3ca;
	-webkit-box-shadow:0 1px 2px #d9d3ca;
	-moz-box-shadow: 0 1px 2px #d9d3ca;*/
	z-index:500;
}
#nav {
	margin:0 auto;
	padding-bottom:10px;
	position:relative;
	border-bottom:1px #e5e3e0 solid;
	box-shadow:0 1px 0 #FFF;
	-webkit-box-shadow:0 1px 0 #FFF;
	-moz-box-shadow:0 1px 0 #FFF;
}
#nav .nav-line {
	top:-9px;
	height:5px;
}
#nav .nav-line div {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-right:1px #FFF solid;
	box-sizing: border-box !important;
}
#nav .nav-line div:last-child {
	border-right:0;
}
#nav .logo-cherriots {
	background:url(../images/mobile/logo-cherriots.png);
	width:94px;
	height:35px;
	background-size:94px 35px;
	float:none;
	margin:0 auto;
	position:relative;
	top:2px;
}
#nav .logo-cherriots a img {
	display:none;
}

/*FOOTER*/
footer {
	min-height:auto;
	background:url(../images/mobile/bg-footer-repeat.png) repeat;
	background-size:200px 200px;
	border-top:1px #262626 solid;
	box-shadow:0 1px 2px rgba(0,0,0,0.65);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.65);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.65);
}
footer #footer-top {
	height:9px;
	border-bottom:1px #524d4d solid;
	box-shadow:inset 0 -5px 20px #222;
	-webkit-box-shadow:inset 0 -5px 20px #222;
	-moz-box-shadow:inset 0 -5px 20px #222;
}
footer .grey {
	width: 100%;
	position: static;
}
footer input.dark {
		width:280px;
	height:35px;
}
	/*POSSIBLE FIX FOR IOS6*/
	/*@media screen and (orientation:portrait) {
		footer input.dark {
			width:280px;
		}
	}
	@media screen and (orientation:landscape) {
		footer input.dark {
			width:280px;
		}
	}*/
footer #footer-buckets {
	margin:0;
	padding:0;
}
footer .bucket {
	background:url(../images/mobile/bg-footer-bucket.png) right bottom no-repeat;
	background-size:320px 7px;
	width:100%;
	min-height:0;
	height:auto;
	position:relative;
	border:none;
	float:none;
	margin:15px 0;
	box-sizing: border-box !important;
}
footer .bucket#info,
footer .bucket.last#sign-up,
footer .bucket {
	padding:0 20px 20px;
}
#info .info1 {
	background:url(../images/mobile/icon-phone.png) top left no-repeat;
	background-size:16px 16px;
}
#info .info2 {
	background:url(../images/mobile/icon-marker.png) top left no-repeat;
	background-size:16px 16px;
}
#info .info3 {
	background:url(../images/mobile/icon-bubble.png) top left no-repeat;
	background-size:16px 16px;
}
footer #twitter {
	padding-bottom:30px;
}
#twitter .tw-feed-arrow {
	background:url(../images/mobile/bg-twitterfeed-arrow.png) no-repeat;
	background-size:17px 12px;
}
#twitter #tw-feed {
	width:100%;
	padding:12px;
}
#twitter a.tw-btn {
	background: url(../images/mobile/sprite-twitter.png) no-repeat;
	background-position: left top;
	background-size:14px 26px;
}
#mobile-apps .smartphones {
	background:url(../images/mobile/img-smartphones.png) center no-repeat;
	background-size:263px 112px;
}
footer #mobile-apps a.grey {
	position:relative;
	top:0;
	left:0;
}
footer #sign-up{
	margin:0;
}
footer #sign-up input.grey {
	margin-top:15px;
}

#mobile-footer {
	display:block;
	width:94%;
	margin:0 auto;
	padding-bottom:20px;
	border-top:2px #ff9765 solid;
}
a.desktop-site-btn {
	background:url(../images/mobile/sprite-plus.png) no-repeat;
	background-size:18px 38px;
	width:123px;
	height:19px;
	line-height:19px;
	text-align:right;
	margin:15px auto;
	font-size:13px;
	font-weight:normal;
	color:#FFF5EE;
	display:block;
}
a.desktop-site-btn:hover {
	color:#ff9765;
	text-decoration:none;
	background-position:0 -19px;
}

/*************************************************************************
06. HOME CONTENT
*************************************************************************/

/*TOP TICKET STRUCTURE STRUCTURE*/
#ticket {
	position:relative;
	height:534px;
	overflow:hidden;
}
#ticket .left {
	background:url(../images/mobile/bg-home-tripplan.png) left top no-repeat;
	background-size:auto 334px;
	width:100%;
	height:334px;
	padding:15px 20px;
	float:none;
	position:absolute;
	bottom:0;
	top:auto;
	box-sizing: border-box !important;
}
#ticket .left h1 {
	font-size:26px;
	font-weight:normal;
	margin:0 0 15px 0;
}
#ticket .right {
	width:100%;
	height:200px;
	overflow:hidden;
	position:absolute;
	top:0;
	float:none;
	background:#FFF;
	margin:0;
	border-bottom:3px #FFF solid;
	box-shadow:0 1px 1px #b7b1a9;
	-webkit-box-shadow:0 1px 1px #b7b1a9;
	-moz-box-shadow:0 1px 1px #b7b1a9;
	z-index:500;
}

#slideshow {
	height:auto;
	overflow:hidden;
	height:200px;
}
#slideshow img {
	width:100%;
	height:auto;
	background-size:contain;
}
#slideshow-text {
	width:100%;
	top:auto;
	bottom:0;
	padding:25px 0 6px;
	color:#FFF;
	background: url(../images/mobile/bg-home-gradient.png) repeat-x bottom;
	background-size: 1px 74px;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	background:    -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	background:     -ms-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
	background:      -o-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
#slideshow-text h1 {
	color: #fff !important;
	margin:0 0 2px !important;
	font-size:18px !important;
	font-weight:bold !important;
	line-height:normal !important;
	letter-spacing:-1px !important;
}
#slideshow-text a {
	background:url(../images/mobile/icon-pin-red.png) top left no-repeat;
	background-size:23px;
	height:38px;
	margin:0 10px 5px;
	padding:0 10px 0 33px;
	text-shadow:0 1px 0 #000;
	line-height:12px;
}
#slideshow-text span {
	background:url(../images/mobile/icon-arrow-red-right.png) right no-repeat;
	background-size:15px 13px;
	font-weight:normal;
	font-size:15px;
}
#slideshow-text:hover h1,
#slideshow-text:hover a,
#slideshow-text h1,
#slideshow-text a {
	color:inherit;
}

/*TRIP PLANNER FORM*/
#trip-planner {
	width:100%;
}
#trip-planner-form input[type=text] {
	width:100%;
	height:38px;
}
#trip-planner-form .error-wrapper.date-wrap {
	width:47%;
}
#trip-planner-form label.error {
	top:13px;
	right:0;
	left:5px;
}

#trip-planner-form input#datepicker {
	width:100%;
}
#trip-planner-form div.selector,
#trip-planner-form div.selector span {
	max-width:100%;
}
#trip-planner-form div.button {
	width:100%;
	height:38px;
	line-height:38px;
}
#trip-planner-form #uniform-depart,
#trip-planner-form #uniform-depart-time {
	width:47%;
	right:0;
}
#trip-planner .advisories-btn {
	background:url(../images/mobile/bg-advisories-btn.png) no-repeat;
	background-size:180px 24px;
	margin:16px auto;
}
#trip-planner a.advisories-btn span {
	background:url(../images/mobile/icon-alert.png) no-repeat;
	background-size:12px 12px;
	padding:0 0 1px 18px;
}

/*NEWS*/
#news-buckets {
	padding:0;
}
#news-buckets .bucket {
	width:100%;
	height:auto;
	position:static;
	border:none;
	float:none;
	margin:0;
}
#news-buckets .bucket.first,
#news-buckets .bucket.last,
#news-buckets .bucket {
	box-shadow:0 1px 0 #d9d4d0;
	-webkit-box-shadow:0 1px 0 #d9d4d0;
	-moz-box-shadow:0 1px 0 #d9d4d0;
	border-bottom:1px #FFF solid;
	padding:15px 20px 5px;
}
#news-buckets .bucket.first {
	padding-top:25px;
}
#news-buckets .bucket.last {
	padding-bottom:15px;
}
#news-buckets .bucket-arrow {
	display:none;
}

/* CALLOUTS */

#callouts {
	position:relative;
	height:190px;
	width:960px;
	top:351px;
}
.callout {
	width:313px;
	height:190px;
	position:absolute;
	top:0;
}
.callout a {
	color:#555;
}
.callout a:hover {
	color:#737373;
	text-decoration:none;
}
.callout h6 {
	width:309px;
	margin:10px auto;
	font-size:15px;
	font-weight:normal;
	/*letter-spacing:-1px;*/
	text-align:center;
	font-family:'ErgBold', Arial, Helvetica, sans-serif;
}
.callout-img {
	width:307px;
	height:143px;
	background:#FFF;
	margin:3px auto;
	z-index:500;
	overflow:hidden;
	position:relative;
}
.callout-img-mask {
	background: none;
	width:313px;
	height:8px;
	position:absolute;
	top:141px;
	z-index:1000;
}
#callout1 {
	left:0;
}

#callout1 .callout-img {
	background: url("../images/tweet-box-texture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#twitter {
	background-image: url(../images/twitter-bird.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#twitter #tw-feed {
	float: right;
	font-size: 13px;
	margin: 10px 10px 0 0;
	width: 250px;
}
#twitter #tw-feed ul {
	margin:0;
	padding:0;
	list-style:none;
}
#twitter #tw-feed ul li {
	color: #595959;
}

#callout2 {
	left:323px;
}
	#callout2 .callout-img-mask,
	#callout2 .callout-img {
		left:1px;
	}
#callout3 {
	left:647px;
}

#callouts {
	background-color: #F0F0F0;
	height: auto;
	max-width: 960px;
	padding: 10px 0;
	position: static;
	width: 100%;
}

.callout {
	position: static;
	padding-top: 1px;
	background-color: #FFF;
	margin: 0 auto 10px;
}

#callout3 {
	margin: 0 auto 0;
}

/*************************************************************************
07. ROUTES
*************************************************************************/

#route-list {
	max-height:none;
	width:100%;
}
#route-list ul {
	width:100% !important;
}
#routes-left .routes-key {
	background:url(../images/mobile/routes-key.png) no-repeat;
	background-size:256px 12px;
	height:12px;
}
#routes-left hr,
#mobile-route-header hr {
	border:0;
}

/*************************************************************************
08. ROUTES DETAIL
*************************************************************************/


.page-routes-detail #routes-left ul {
	width:100%;
	display:block;
	margin:0 0 10px -23px;
	padding:0 23px 23px;
	border-bottom: 1px #FFF solid;
	box-shadow: 0 1px 0 #d9d4d0;
	-webkit-box-shadow: 0 1px 0 #d9d4d0;
	-moz-box-shadow: 0 1px 0 #d9d4d0;
}
.page-routes-detail #routes-left {
	width:100%;
	position:relative;
	z-index:0;
	/*margin-top:316px;*/
	padding:0 13px;
}
.page-routes-detail #routes-right {
	display:block;
	overflow: hidden;
	position: absolute;
	top: 0;
	float: none;
	margin:0 0 0 -10px;
	border-bottom: 3px white solid;
	box-shadow: 0 1px 1px #B7B1A9;
	-webkit-box-shadow: 0 1px 1px #B7B1A9;
	-moz-box-shadow: 0 1px 1px #b7b1a9;
	z-index: 400;
}
.page-routes-detail section#routes-right iframe {
	width:100%;
	height:200px;
}
#mobile-route-header {
	position: absolute;
	top: 176px;
	z-index:1000;
	display:block;
	width:100%;
	padding:0 10px 0; /*WAS BOTTOM 22px?*/
	margin-left:-10px;
	border-bottom:1px #FFF solid;
	box-shadow: 0 1px 0 #d9d4d0;
	-webkit-box-shadow: 0 1px 0 #d9d4d0;
	-moz-box-shadow: 0 1px 0 #d9d4d0;
}
#mobile-route-header .route {
	background-size: 42px 42px;
	float:left;
	position:relative;
	left: 0;
	top: 5px;
	padding:0;
	margin:5px;
	width:42px;
	height:42px;
}
#mobile-route-header .route-name {
	float:left;
	position:relative;
	top:37px;
	left:2px;
	font-size:16px;
	text-transform:uppercase;
	color:#333;
	text-shadow: 0 1px 0 #FFF;
	font-weight:bold;
}
.modifytrip-btns {
	float:none;
	background:#e6e3e0;
	border-top:1px #cbc7c0 solid;
	border-bottom:1px #FFF solid;
	height:45px;
	width:100%;
	padding:4px 5px;
}
.page-routes-detail .modifytrip-btns {
	top:30px;
}
.page-plan-trip .modifytrip-btns {
	top:18px;
}
.modifytrip-btns a {
	float:left;
	width:50%;
}
.modifytrip-btns a:last-child {
	border-left:none;
}
#plan-trip-btns .modifytrip-btns a:first-child {
	display:none;
}
#plan-trip-btns .modifytrip-btns a.mobile {
	display:block;
}
.routes-bottom {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	padding-top:10px;
}
.routes-bottom .schedule-btns {
	width:100%;
	margin:0;
	float:none;
	height:45px;
}
.routes-bottom a.red {
	float:left;
	width:50%;
}
.routes-bottom .schedule-blurb {
	float:none;
	text-align:center;
	left:0;
}
.routes-bottom .schedule {
	background:none;
	width:100%;
	padding:0;
}
.schedule-left {
	width:100%;
	float:none;
}
.schedule-right {
	float:none;
	margin-top:18px;
	width:100%;
	height:290px;
}
/*
.schedule-right .schedule-header {
	display:none;
}
.schedule-right .schedule-list {
	margin-bottom:0;
}
.schedule-right .schedule-table {
	padding-bottom:15px;
}
.schedule-right .schedule-table th {
	line-height:15px;
	height:60px;
	padding-bottom:4px;
	border-bottom: 1px #E2E0DC solid;
}
.schedule-right .jspHorizontalBar {
	bottom:3px;
}
*/
.schedule-list {
	max-height:none;
}
table.schedule-table .mobile-scroll {
	display:table-row;
}
.fht-table-wrapper {
	width:100% !important;
}

/*************************************************************************
09. PLAN TRIP
*************************************************************************/

#content-container.page-plan-trip {
	padding-top:0;
}

/*PLAN TRIP HEADER*/
.page-plan-trip #routes-top h2 {
	font-size:16px;
	line-height:13px;
	top:16px;
	left:46px;
}
.page-plan-trip #routes-top h2 .start-end {
	display:block;
	font-size:8px;
	position:absolute;
	left:-29px;
	margin-top:2px;
	letter-spacing:normal;
}
.page-plan-trip #routes-top h2 img {
	display:block;
	visibility:hidden;
}
.page-plan-trip #routes-top h6 {
	text-align:center;
	margin:0;
	line-height:16px;
	top:75px;
	font-size:12px;
}
.page-plan-trip #routes-top h6 em {
	text-decoration:none;
}
#routes-top h6 span.times span:nth-child(1) {
	display:none;
}
#routes-top h6 span.times {
	font-size:10px;
	display:block;
	margin:0;
}

#plan-trip-btns {
	margin:0;
	padding:0;
}

/*TIMESLOTS*/
#timeslots {
	width:258px;
	height:77px;
	margin:30px auto 15px;
	float:none;
	position:relative;
	left:3px;
}
#timeslots .blurb {
	display:none;
}
#timeslots .timeslot {
	background:url(../images/mobile/sprite-timeslot.png) no-repeat top left;
	background-size:234px 77px;
}
#timeslots .timeslot:hover {
	background:url(../images/mobile/sprite-timeslot.png) no-repeat -78px 0;
	background-size:234px 77px;
}
#timeslots .timeslot.current {
	background:url(../images/mobile/sprite-timeslot.png) no-repeat -156px 0;
	background-size:234px 77px;
}
.timeslot ul li .front {
	background:url(../images/mobile/sprite-timeslot-dial.png) no-repeat top left;
	background-size:29px 42px;
}
.timeslot ul li .back  {
	background:url(../images/mobile/sprite-timeslot-dial.png) no-repeat bottom left;
	background-size:29px 42px;
}

/*HELP*/
#timeslots .trip-help-btn {
	display:none;
}

/*PLAN TRIP MAP*/
#plan-trip-map {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	background:none;
	padding:0;
}
#turnbyturn {
	background:#FFF;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
}
#turnbyturn a.red {
	width:25%;
}
#turnbyturn a.red span {
	background: url(../images/mobile/sprite-turnbyturn-icons-white.png) no-repeat 0 0;
	background-size:25px 62px;
}
#turnbyturn a.red span.walk {
	background-position: center -16px;
	margin-top: 7px;
}
#turnbyturn-list {
	margin:8px 0 0 0;
	height:auto;
	overflow:visible;
}
#turnbyturn-list ul {
	width:100%;
}
#turnbyturn-list ul li span {
	background:url(../images/mobile/sprite-turnbyturn-icons-red.png);
	background-size:25px 79px;
}
#turnbyturn-list ul li span.bus {
	background-position: center -16px;
}
#plan-trip-map .map-wrapper {
	width:100%;
	background: white;
	padding: 6px;
	padding-bottom:55px;
	border: 1px #E8E3DF solid;
	box-shadow: 0 1px 1px white;
	-webkit-box-shadow: 0 1px 1px white;
	-moz-box-shadow: 0 1px 1px #FFF;
	margin-top: 15px;
}
#plan-trip-map #map-canvas {
	border: 1px #E8E3DF solid;
	width:100%;
	height:287px;
}
#plan-trip-map .more-trips,
#plan-trip-map .blurb {
	display:block;
	width:100%;
	text-align:center;
	float:none;
	padding:0;
}
#plan-trip-map .more-trips {
	font-size:12px;
	margin:-48px auto 8px auto;
}
#plan-trip-map .more-trips span {
	background:url(../images/mobile/icon-link.png) left top no-repeat;
	background-size:14px 14px;
	display:inline-block;
	float:none;
	position:relative;
	top:2px;
}
#plan-trip-map .blurb {
	font-size:8px;
}

/*************************************************************************
10. INNER PAGE ELEMENTS
*************************************************************************/

.page-topimg,
.masonry-topimg {
	width:100%;
	max-height:110px;
}
.page-topimg {
	/*border:inset 1px #FFF solid;*/
	border:1px #E8E3DF solid;
	border-bottom:none;
}
.page-topimg img {
	border:1px #FFF solid;
	box-sizing:border-box;
}
.page-topimg img,
.masonry-topimg img {
	width:100%;
	height:auto;
}

#content-left hr {
	margin:10px 0;
}
#content-right.advisories h1 {
	font-size:24px;
}

.old-articles {
	top:12px;
}

.page-contact #content-right {
	padding-bottom:12px;
}

/*************************************************************************
11. INNER PAGE LINKS
*************************************************************************/

/*OTHER LINKS*/
#content-left ul.links:first-child {
	margin-top: 20px;
}
#content-left ul.links li {
	margin:5px 0;
}
#content-left ul.links li a {
	background:url(../images/sprite-btn-red.png);
	background-position:left top;
	height:30px;
	line-height:30px;
	display:block;
	position:relative;
	border:1px #bb3e32 solid;
	border-bottom:2px #901b0f solid;
	text-shadow:0 -1px 0 #a83a30;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
#content-left ul.links li a:hover {
	background-position:left -32px;
}
#content-left ul.links li a:active {
	background-position:left -64px;
	box-shadow:inset 0px 2px 7px #432320;
	-webkit-box-shadow:inset 0px 2px 7px #432320;
	-moz-box-shadow:inset 0px 2px 7px #432320;
	border-bottom:0;
	height:32px;
	line-height:32px;
}

/*SOCIAL LINKS*/
#content-left ul.links.social li {
	position:relative;
	float:left;
	display:block;
	width:33.33%;
	padding-right:2px;
	margin:0 0 20px 0;
}
#content-left ul.links.social li a {
	background:url(../images/sprite-btn-tan.png);
	height:30px;
	line-height:32px;
	display:block;
	border:1px #ddd9d5 solid;
	box-shadow:0px 1px 0px #b0adaa;
	-webkit-box-shadow:0px 1px 0px #b0adaa;
	-moz-box-shadow:0px 1px 0px #b0adaa;
	text-shadow:0 1px 0 #FFF;
	font-size:9px;
	font-weight:bold;
	color:#444;
}
#content-left ul.links.social li a:hover {
	background-position:left -39px;
	color:#444;
}
#content-left ul.links.social li a:active {
	background-position:left -78px;
	box-shadow: inset 0px 1px 4px #a19e9b;
	-webkit-box-shadow: inset 0px 1px 4px #a19e9b;
	-moz-box-shadow:inset 0px 1px 4px #a19e9b;
	border:1px #c8c5c2 solid;
	height:31px;
	line-height:32px;
}

#content-left ul.links li a span {
	background:url(../images/mobile/sprite-links.png) no-repeat;
	background-size:22px 15px;
	background-position:0 0;
	display:inline-block;
	float:none;
	position:relative;
	top:3px;
}
#content-left ul.links li.link a span {
	top:5px;
}
#content-left ul.links li.link:hover a span {
	background-position:-11px 0;
}
#content-left ul.links li.download:hover a span {
	background-position:0 0;
}


#content-left ul.links li.tw span,
#content-left ul.links li.fb span,
#content-left ul.links li.gp span {
	background:url(../images/mobile/sprite-social-inner.png) no-repeat;
	background-size:38px 15px;
	background-position: top left;
	width:17px;
	height:15px;
	top:5px;
	margin-right:4px;
}
#content-left ul.links li.tw span {
	width:14px;
}
#content-left ul.links li.fb span {
	width:7px;
	background-position: -14px 0;
}
#content-left ul.links li.gp span {
	width:17px;
	background-position: -22px 0;
}
#content-left ul.links li.tw:hover span {
	background-position: 0 0;
}
#content-left ul.links li.fb:hover span {
	background-position: -14px 0;
}
#content-left ul.links li.gp:hover span {
	background-position: -22px 0;
}

/*************************************************************************
10. STOPS PAGE
*************************************************************************/

#content-right h2.stop-details {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#content-right h3.stop-route {
	font-size:18px;
	margin:0;
	padding:0;
	margin-bottom:8px;
	padding-left:20px;
}
#content-right ul.stop-arrivals {
	list-style:none;
	margin:0;
	padding:0;
	height:15px;
	margin-bottom:26px;
	padding-left:30px;
}
#content-right ul.stop-arrivals li.stop-arrival {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:100px;
}
#timerContainer {
	display:none;
}
