@charset "UTF-8";

/*materializecss.com*/
input[type="datetime-local"]
{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
@font-face
{
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.material-icons
{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
.dropdown-content li>a, .dropdown-content li>span
{
	color: #000000;
	background-color: #ffffff;
}
.dropdown-content li>a:hover, .dropdown-content li>span:hover
{
	background-color: #fff;
}
.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons
{
	line-height: 70px;
}
.collection
{
	border: none;
}
.collapsible-body
{
	background-color: #fff;
}
span.badge.new:after
{
	content: "";
}
.ol-attribution.ol-uncollapsible
{
	display: none;
}
.collection .collection-item.active
{
	background-color: #adadad;
	color: #fff;
}
.dropdown-content
{
	/* background-color: #fff7b6; */
}
.collection
{
	margin: 0;
}
label
{
	color: #fff;
}
.btn:hover, .btn-large:hover, .btn-small:hover
{
	background-color: rgba(0,0,0,0.1);
}
.sidenav li>a
{
	font-size: 1.6em;
	height: inherit;
	line-height: 3em;
}
.sidenav li>a>i.material-icons
{
	color: #fff;
}
.sidenav li>a>img
{
	margin-right: 32px;
}
.collection.with-header .collection-header
{
	background-color: inherit;
	color: grey;
}
nav .brand-logo
{
	white-space: nowrap;
}
@media only screen and (min-width: 601px)
{
	.container
	{
		width: initial;
	}
}@media only screen and (min-width: 993px)
{
	.container
	{
		width: initial;
	}
}
.container
{
	max-width: initial;
	width: 98%;
}
#menu i.left
{
	margin-right: 2px;
}
.modal
{
	background-color: #3e6081;
	border: solid 2px #ffd500;
	color: #fff;
}
.modal .collection .collection-item
{
	color: #000;
}
.modal-head
{
	padding: 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 24px;
}
.modal.modal-fixed-footer .modal-footer
{
	background-color: #5680ad;
}
.modal .modal-close
{
	color: #fff;
	background-color: red;
}
.carousel .indicators .indicator-item
{
	margin: 5px 4px;
}
.material-tooltip
{
	background-color: #f44336;
	color: #fff;
	font-size: 1.5rem;
	box-shadow: 0px 0px 0px 2px #feeb3b;
	padding: 3px 5px;
	margin-top: -8px;
}

/*ql-editor*/
.ql-editor
{
	height: auto !important;
}

/*loading*/
.preloader-wrapper
{
	position: absolute;
	top: 100px;
	left: calc(50% - 18px);
}
.preloader-wrapper-btn
{
	top: calc(50% - 23px);
}
.fullScreenLoader
{
	bottom: calc(50% - 32px);
	left: calc(50% - 32px);
	z-index: 10000;
}
.loadingBlock
{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
}
.loadingBlock>.preloader-wrapper
{
	position: absolute;
}
.loadingGradient
{
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #00000040 8%, #00000038 38%, #00000040 54%);
	background-size: 100% 100%;
}
@keyframes placeHolderShimmer
{
	0%
	{
		background-position: 0 0
	}
	100%
	{
		background-position: 100vw 0
	}
}
.btn, .btn-large, .btn-small, .btn-flat
{
	text-transform: inherit;
}
.spinner-white,.spinner-white-only
{
	border-color: #fff;
}

/*global*/
*
{
	/*-webkit-user-select: none;*/
	/*-khtml-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*user-select: none;*/
	/*-webkit-overflow-scrolling: touch;*/
	/*-webkit-touch-callout: none;*/
}
input
{
	-webkit-user-select: auto !important;
	-khtml-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}
html, body
{
	touch-action: manipulation;
	overflow-x: hidden;
}
body,
#sideNav
{
	/*background: #112a45;*/
	/*background-color: #112a45;*/
	/*background: linear-gradient(90deg, rgb(9, 21, 48) 0%, rgb(8, 18, 47) 46%, rgb(17, 42, 69) 100%);*/
	background-color: #112a45;
	/*background-color: #083551;*/
}
.newYearBg_left,
.newYearBg_left_center,
.newYearBg_right
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
}
body.festival,
body.festival #sideNav,
body.festival #sideNav
{
	background-image: url(../images/newyearbg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.bgImg
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-image: url(../images/ring.png);
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}
body.moonFestival .bgImg
{
	background-image: url(../images/ring.png), url(../images/moonFestival.png);
	background-size: contain, contain;
}

body.festival .newYearBg_left
{
	background-image: url(../images/newyearbg_left.png);
	background-position: -8vw 77vh;
	background-size: 30%;
	opacity: 1;
	z-index: -1;
}
body.festival .newYearBg_left_center
{
	background-image: url(../images/newyearbg_left_center.png);
	background-position: -8vw center;
	background-size: 30%;
	opacity: 1;
	z-index: -1;
}
body.festival .newYearBg_right
{
	background-image: url(../images/newyearbg_right.png);
	background-position: 80vw 66vh;
	background-size: 30%;
	opacity: 1;
	z-index: -1;
}
body.mothersday
{
	background-image: url(../images/mothersday_main.png);
	background-size: contain, contain;
}
body.mothersday .newYearBg_left
{
	background-image: url(../images/mothersday_bottom_left.png);
	opacity: 0.8;
	background-position: -15px calc(100vh - 208px);
	background-size: 245px;
}
body.mothersday .newYearBg_left_center
{
	background-image: url(../images/mothersday_top_left.png);
	opacity: 0.5;
	background-size: 302px;
	background-position: -40px center;
}
body.mothersday .newYearBg_right
{
	background-image: url(../images/mothersday_right.png);
	opacity: 0.8;
	background-position: calc(100vw - 330px) calc(100vh - 322px);
	background-size: 400px;
}
body.dragonBoatFestival #sideNav,
body.dragonBoatFestival
{
	background-image: url(../images/dragonBoatFestival_main.png);
}
body.dragonBoatFestival .newYearBg_left
{
	background-image: url(../images/dragonBoatFestival_left.png);
	opacity: 0.8;
	background-position: -15px calc(100vh - 208px);
	background-size: 245px;
}
body.dragonBoatFestival .newYearBg_left_center
{
	background-image: none;
}
body.dragonBoatFestival .newYearBg_right
{
	background-image: url(../images/dragonBoatFestival_right.png);
	opacity: 0.8;
	background-position: calc(100vw - 330px) calc(100vh - 322px);
	background-size: 400px;
}
body.marginTop
{
	margin-top: 66px;
}
html.noScroll,
body.noScroll
{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
nav
{
	background-color: #ffffff00;
	box-shadow: inherit;
}
nav.fixed
{
	position: fixed;
	top: 0;
	z-index: 2;
	opacity: .9;
}
nav.fixed ul
{
	margin-left: calc(50% - 500px);
}
nav ul
{
	/*width: 650px;*/
	margin: 0 auto;
	margin-left: calc(50% - 320px);
}
nav ul a
{
	color: #ffffff;
	font-size: 1.3em;
	border-radius: 30px;
	background-color: #dcdcdc36;
	margin: 10px 5px;
	line-height: 45px;
	padding: 0px 20px;
}
nav ul a:hover
{
	/*border: solid 1px #dfd07e;*/
}
body.en nav ul a
{
	font-size: 1.4em;
}
.topLogo
{
	min-height: 85px;
}
nav .brand-logo
{
	line-height: 1.8rem;
	bottom: 2px;
}
nav .brand-logo .slogan
{
	color: #ddcb6f;
	font-size: 1.7rem;
	vertical-align: super;
}
nav .brand-logo .subslogan
{
	color: #006500;
	font-size: 1.2rem;
}
[data-target="sideNav"]
{
	position: absolute;
	left: -33px;
	height: 64px;
}
section
{
	padding-top: 50px;
	min-height: calc(100vh - 65px);
	position: relative;
	z-index: 1;
}
.margin-bottom-0
{
	margin-bottom: 0;
}
.padding-0
{
	padding: 0;
}
.insiedNoPadding .col:first-child
{
	padding-right: 0;
}
.insiedNoPadding .col:last-child
{
	padding-left: 0;
}
.hidden
{
	display: none;
}
.btn-circle
{
	width: 35vw;
	height: 35vw;
	border-radius: 100%;
	padding-top: 13vw;
	font-size: 5vw;
}
.paddingHeight
{
	padding-top: 20vh;
}
.padding-20
{
	padding: 20px;
}
.padding-nav
{
	padding: 0 .75rem;
}
.padding-0,
.row .col .padding-0
{
	padding: 0;
}
.row .col.padding-left-80,
.padding-left-80
{
	padding-left: 80px;
}
.map
{
	position: relative;
	background-color: #f7f7f7;
}
.map.mobile:after
{
	content: attr(pseudo);
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	line-height: 24px;
	position: absolute;
	padding-top: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	text-align: center;
}
.lineprogress
{
	height: 5px;
	width: 0%;
	z-index: 9999;
}
.relative
{
	position: relative;
}
.absolute
{
	position: absolute;
}
.btn-fullWidth
{
	width: 100%;
}
.hover:hover
{
	cursor: pointer;
}
.modal img
{
	width: 100%;
}
.modal .title
{
	font-size: 1.5rem;
	color: #ffd500;
	font-weight: bold;
}
.modal .title:not(:first-child)
{
	margin-top: 30px;
}
.gradient-white
{
	background: linear-gradient(135deg, #ffffff4d 0%, #ffffff00 25%, #ffffffc2 100%);
}
.gradient-golden
{
	background: linear-gradient(to right, rgb(205, 180, 113) 0%,rgb(186, 119, 33) 100%);
}
.titleIcon
{
	width: 40px;
	vertical-align: sub;
}
.panelTitle,
.card .card-title.panelTitle
{
	font-size: 1.5em;
	color: #ffd500;
}
.bg-white:after
{
	content: '';
	width: calc(100% + 32px);
	height: calc(100% + 32px);
	position: absolute;
	top: -16px;
	left: -15px;
	border-radius: 2rem;
	background: linear-gradient(
135deg, #ffffff52 0%, #ffffff00 25%, #ffffff52 100%);
	z-index: -1;
}
.floatTitle
{
	width: 200px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.5rem;
	padding: 5px;
	border-radius: 2rem;
	margin-bottom: 20px;
}
.marginTop20
{
	margin-top: calc(100vh - 573px);
}
.marginTop20px
{
	margin-top: 20px;
}
.round
{
	border-radius: 2rem;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
}
.panel450
{
	max-width: 290px;
}
.img100
{
	width: 100%;
}
.gradient-text-golden
{
	/* Fallback: Set a background color. */
	background-color: red;

	/* Create the gradient. */
	background-image: linear-gradient(to left, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);

	/* Set the background size and repeat properties. */
	background-size: 100%;
	background-repeat: repeat;

	/* Use the text as a mask for the background. */
	/* This will show the gradient as a text color rather than element bg. */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}
.maptitle
{
	color: #fff;
	font-size: 1.5rem;
	font-weight: 100;
}
.marginTop5px
{
	margin-top: 5px;
}
.font-small
{
	font-size: 0.8rem !important;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
.planText_red
{
	color: #F44336;
}
.planText_orange
{
	color: #fb8c00;
}
.planText_yellow
{
	color: #fbc02d;
}
.planText_green
{
	color: #4CAF50;
}
.planText_blue
{
	color: #2196F3;
}
.planText_deepblue
{
	color: #1565C0;
}
.planText_purple
{
	color: #9c27b0;
}
.mobileShow
{
	display: none;
}
.color_flatbrown
{
	background-color: #78582F;
}
.color_coming
{
	background-color: #F51720;
}
.color_comingSoon
{
	background-color: #ff8720;
}
.color_in15Mins
{
	background-color: #189AB4;
}
.color_in60Mins
{
	background-color: #2E8BC0;
}
.color_hM
{
	background-color: lightgray;
	color: grey;
}
.color_lastDeparture
{
	background-color: #3D393B;
}
.color_noBus
{
	background-color: #525C67;
}
.border-right
{
	border-right: solid #e0e0e0 1px;
}
.z-index-3
{
	z-index: 3 !important;
}
.checkbox-small
{
	word-break: keep-all;
}
.checkbox-small>[type="checkbox"]+span:not(.lever)
{
	padding-left: 14px;
	font-size: 0.8rem;
}
.checkbox-small>[type="checkbox"]+span:not(.lever):before,
.checkbox-small>[type="checkbox"]:not(.filled-in)+span:not(.lever):after
{
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
}
.checkbox-small>[type="checkbox"]:checked+span:not(.lever):before
{
	top: 2px;
	left: -4px;
	width: 7px;
	height: 13px;
}
.redShadowText
{
	color: red;
	font-weight: bolder;
/*	text-shadow: 0px 0px 4px #fff;*/
}

#drivingMap .checkbox-small
{
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
}
#drivingMap .modal-map[skin="message"] .redShadowTitle,
#drivingMap .modal-map[skin="message"] .redShadowText
{
	font-size: 1.3rem;
}
#menu ul:not(.indicators)
{
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-align: left;
}
#menu ul.newsList
{
	overflow-y: auto;
	height: calc(100vh - 407px);
	color: #fff;
}
#menu .menubtn ul
{
	line-height: 0.9rem;
	font-size: 0.8rem;
	padding-top: 1rem;
}
#menu li:not(.indicator-item)
{
	word-break: break-word;
	padding: 10px 10px;
	margin: 0 10px;
}
#menu li:not(:last-child)
{
	border-bottom: solid 1px;
}
#menu li .liContent
{
	padding: 10px;
}
#menu li:hover .liContent
{
	border: solid 1px #d1c36c;
	border-radius: 0.8rem;
}
#menu .card
{
	padding: 0 20px;
	border-radius: 2rem;
	margin-top: 31px;
}
#menu .card .card-title
{
	border-radius: 2rem 2rem 0 0;
}
#menu .card .card-content
{
	padding: 0;
}
body.en #menu .menubtn
{
	justify-content: space-evenly;
}
body.en #menu>.container>.row>.col
{
	width: 100%;
}
body.en #menu>.container>.row>.col>.card,
body.en #busApp .clogPanel
{
	display: none;
}
body.en #busApp
{
	padding-left: inherit;
	margin-top: calc(50vh - 325px);
}
body.en #busApp>.panel450
{
	margin: 0 auto;
}
#map_drivingMap,
#map_travelPlanner,
#map_travelTime
{
	height: calc(100vh - 180px);
}
#travelTime .list
{
	height: calc(100vh - 366px);
}
#travelPlanner .list
{
	height: calc(100vh - 515px);
}
#travelTime .stopLine .list
{
	height: calc(100vh - 408px);
	padding: 0 12px;
}
#drivingMap .list
{
	height: calc(100vh - 429px);
}
#drivingMap .list,
#travelPlanner .list,
#travelTime .list
{
	overflow-y: auto;
	background-color: rgb(126,136,150);
	border-radius: 0;
	margin-top: 0;
	border: none;
	padding-top: 10px;
}
#travelPlanner .list
{
	box-shadow: none;
}
#drivingMap .list>li:not(.title),
#travelPlanner .list>li:not(.title),
#travelTime .list>li:not(.title)
{
	cursor: pointer;
}
#travelTime .stopLine .list
{
	padding-top: 0;
}
#drivingMap .list
{
	padding: 0 12px;
}
#drivingMap .list li,
#travelTime .list li,
.tooltip ul li
{
	display: flex;
	align-items: center;
}
#drivingMap .providerPanel
{
	position: absolute;
	top: 3px;
	right: 11px;
	color: #fff;
	line-height: 1.5rem;
	font-size: 1.2rem;
	cursor: pointer;
	text-align: right;
	background-color: #fe4600;
	padding: 4px 10px;
	border-radius: 5px;
}
#travelPlanner .btn,
#travelTime .btn,
#drivingMap .btn,
#modal-fare .directionPanel .direction,
#modal-stopReport .directionPanel .direction,
#travelTime .directionPanel .direction
{
	background-color: lightgray;
	color: grey;
}
#travelPlanner .btn.active,
#travelTime .btn.active,
#drivingMap .btn.active,
#modal-fare .directionPanel .direction.active,
#modal-stopReport .directionPanel .direction.active,
#travelTime .directionPanel .direction.active
{
	/*background: linear-gradient(to right, rgb(205, 180, 113) 0%,rgb(186, 119, 33) 100%);*/
	/*color: #fdff8d;*/
	background-color: #fe4600;
	color: #fff;
}
#drivingMap .directionPanel .direction,
#travelTime .directionPanel .direction
{
	width: calc(50% - 14px);
	box-shadow: none;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#modal-fare .directionPanel .direction,
#modal-stopReport .directionPanel .direction
{
	width: calc(50% - 10px);
	box-shadow: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#modal-fare .stopPanel
{
	display: flex;
}
#modal-fare .select-stop
{
	background-color: #fff;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 0;
}
#modal-fare .full, #modal-fare .half
{
    color: red;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 10px;
}
#drivingMap .directionPanel .direction,
#travelTime .directionPanel .direction
{
	margin-left: 12px;
}
#drivingMap .directionPanel .direction:last-child,
#travelTime .directionPanel .direction:last-child
{
	margin-left: 0;
	margin-right: 10px;
}
#travelPlanner .list.collection .collection-item
{
	background-color: #fff;
	margin: 10px 0;
	border-bottom: none;
}
#travelPlanner .list.collection .collection-item:first-child,
#travelTime .list.collection .collection-item:first-child
{
	margin-top: 0;
}
#travelTime .list li div:nth-child(1)
{
	width: 40%;
}
#travelTime .list li div:nth-child(2)
{
	width: 30%;
}

#travelTime .list li div:nth-child(3)
{
	width: 30%;
}
#travelTime .stopLine .list li div:nth-child(1)
{
	width: 15%;
}
#travelTime .stopLine .list li div:nth-child(2)
{
	width: 45%;
}

#travelTime .stopLine .list li div:nth-child(3)
{
	width: 20%;
}
#travelTime .stopLine .list li div:nth-child(3)
{
	width: 20%;
}
#drivingMap .list li
{
	position: relative;
}
#drivingMap .list li.title span
{
	min-height: 30px;
	position: relative;
}
#drivingMap .list li.title span:last-child
{
	word-break: keep-all;
}
#drivingMap .list li.delay:nth-child(2)
{
	min-height: 90px;
}
#drivingMap .list li span:nth-child(1)
{
	width: 10%;
}
#drivingMap .list li span:nth-child(2)
{
	width: 15%;
}
#drivingMap .list li span:nth-child(4)
{
	width: 25%;
}
#drivingMap .list li span:nth-child(3)
{
	width: 30%;
}
#drivingMap .list li span:nth-child(5)
{
	width: 20%;
}
#drivingMap .list li .near img
{
	width: 20px;
	vertical-align: middle;
}
#drivingMap .list li img.light
{
/*	width: 70px;*/
	width: 50px;
}
#drivingMap .eta
{
	border-radius: 1rem;
	color: #fff;
	text-align: center;
}
#drivingMap .list li .delay
{
	background-color: red;
	color: #fff;
	padding: 0 5px;
	font-size: 0.8rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	white-space:nowrap;
}
#drivingMap .list li .delay:after
{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 21px 0;
	border-color: transparent #ff0000 transparent transparent;
	position: absolute;
	left: -10px;
}
#drivingMap .searchList.collection .collection-item.active,
#drivingMap .groupList.collection .collection-item.active,
#modal-routeMap .searchList.collection .collection-item.active,
#modal-fare .searchList.collection .collection-item.active,
#modal-stopReport .searchList.collection .collection-item.active
{
	background-color: rgb(85, 91, 100);
	color: #eafaf9;
}
#travelPlanner .inputPanel input,
#travelTime .inputPanel input,
#drivingMap .inputPanel input
{
	background-color: #fff;
	width: calc(100% - 120px);
	margin-left: 12px;
	margin-right: 5px;
	padding-left: 40px;
}
#travelPlanner .inputPanel input[type="datetime-local"]
{
	width: calc(100% - 63px);
}
#travelTime .stopLine input
{
	width: calc(100% - 62px);
}
#travelTime .stopLine .inputPanel:nth-child(2) .searchIcon
{
	top: 19px;
}
#modal-routeMap .searchGroup input,
#modal-fare .searchGroup input,
#modal-stopReport .searchGroup input
{
	background-color: #fff;
	width: calc(100% - 40px);
	margin-right: 5px;
	padding-left: 40px;
}
#modal-stopReport .searchGroup input
{
	margin-bottom: 2rem;
}
#modal-stopReport .hidden
{
	margin-bottom: 2rem
}
#modal-routeMap .stopList
{
	display: flex;
	padding: 10px;
	border: dotted 3px;
	margin: 10px;
	font-size: 1.2rem;
}
#modal-routeMap .stopList>div:first-child
{
	width: 30%;
	color: #ffd500;
}
#modal-routeMap .stopList>div:last-child
{
	width: 70%;
}
#drivingMap .inputPanel input
{
	width: calc(100% - 64px);
	margin-top: 0;
}
#drivingMap .searchGroup
{
	margin-top: 10px;
}
#travelPlanner .inputPanel input:first-child,
#travelTime .inputPanel input:first-child
{
	margin-top: 10px;
}
#travelPlanner .inputPanel input:nth-child(2),
#travelTime .inputPanel input:nth-child(2)
{
	margin-bottom: 0;
}
#travelPlanner .inputPanel .searchGroup:not(:last-child),
#travelTime .inputPanel .searchGroup:not(:last-child)
{
	padding-bottom: 10px;
}
#travelPlanner .inputPanel .searchIcon,
#travelTime .inputPanel .searchIcon,
#drivingMap .inputPanel .searchIcon,
#modal-routeMap .searchIcon,
#modal-fare .searchIcon,
#modal-stopReport .searchIcon
{
	position: absolute;
	top: 8px;
	left: 20px;
}
#modal-routeMap .searchIcon,
#modal-fare .searchIcon,
#modal-stopReport .searchIcon
{
	left: 10px;
}
#modal-routeMap .selectProvider
{
	margin-bottom: 10px;
}
#modal-routeMap.modal.modal-fixed-footer .modal-content
{
	height: calc(100% - 209px);
	padding: 0;
}
#modal-fare.modal.modal-fixed-footer .modal-content
{
	height: calc(100% - 114px);
	padding: 0 24px;
}
#modal-stopReport.modal.modal-fixed-footer .modal-content
{
	height: calc(100% - 138px);
	padding: 0 24px;
}
#modal-routeMap .modal-head,
#modal-fare .modal-head
{
	font-size: inherit; 
	font-weight: inherit; 
	padding-bottom: 0;
}
#modal-routeMap.modal.modal-fixed-footer,
#modal-routeMap.modal,
#modal-fare.modal.modal-fixed-footer,
#modal-fare.modal,
#modal-stopReport.modal.modal-fixed-footer,
#modal-stopReport.modal
{
	height: 83%;
	max-height: 83%;
}
#travelPlanner .inputPanel .btn,
#travelTime .inputPanel .btn
{
	display: inline-block;
	width: 49px;
	height: 43px;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
#travelPlanner .inputPanel .btn i,
#travelTime .inputPanel .btn i
{
	vertical-align: -webkit-baseline-middle;
}
#travelPlanner .inputPanel,
#travelTime .inputPanel,
#drivingMap .inputPanel
{
	background-color: rgb(126,136,150);
	padding-top: 10px;
}
#travelPlanner .inputPanel
{
	padding-bottom: 10px;
}
#travelPlanner .listPanel
{
	background-color: rgb(126,136,150);
	text-align: center;
}
#travelTime .directionPanel
{
	background-color: rgb(126,136,150);
}
#travelPlanner .info
{
	color: #fff;
	padding: 0 10px;
	display: flex;
	align-items: center;
	height: 45px;
}
#travelTime .stopLine .inputPanel:nth-child(2)
{
	padding-bottom: 10px;
}
#drivingMap .inputPanel
{
	max-height: 155px;
}
#drivingMap .inputPanel select
{
	margin-left: 12px;
	display: inline-block;
	width: calc(50% - 20px);
}
#drivingMap .inputPanel select:last-child
{
	margin-right: 10px;
}
#travelPlanner .searchList,
#travelTime .searchList,
#drivingMap .searchList,
#modal-routeMap .searchList,
#modal-fare .searchList,
#modal-stopReport .searchList
{
	position: absolute;
	left: 12px;
	top: 45px;
	z-index: 2;
	max-height: calc(100vh - 309px);
	width: calc(100% - 80px);
	overflow: auto;
	/* box-shadow: 0px -1px 10px #ababab; */
}
#travelPlanner .searchList
{
	max-height: calc(100vh - 360px);
}
#modal-fare .stopList
{
	overflow-y: auto;
	max-height: calc(83vh - 500px);
	cursor: pointer;
}
#modal-fare .select-stop:after
{
	content: '';
	position: absolute;
	right: 1px;
	top: calc(50% - 3px);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid grey;
}
#travelTime .stopLine .searchList
{
	width: calc(100% - 22px);
}
#drivingMap .searchList
{
	max-height: calc(100vh - 360px);
	width: 100%;
	padding: 0 12px;
	background-color: #7e8896;
	left: 0px;
}
#drivingMap .searchList img,
#drivingMap .groupList img
{
/*	width: 70px;*/
	width: 50px;
	vertical-align: middle;
	margin-left: auto;
}
#drivingMap .searchList .rnrnIcon,
#drivingMap .groupList .rnrnIcon
{
	width: 30px;
	vertical-align: middle;
	margin-left: auto;
}
#modal-routeMap .searchList,
#modal-fare .searchList,
#modal-stopReport .searchList
{
	max-height: calc(100vh - 360px);
	width: 100%;
	padding: 0; 
	background-color: inherit; 
	left: 0px;
	border: solid 2px #3e5f81;
}
#drivingMap .groupList
{
	position: absolute;
	top: 10px;
	left: 12px;
	width: calc(100% - 24px);
	max-height: 136px;
	background-color: #fff;
	overflow: scroll;
	z-index: 2;
	box-shadow: 0px 2px 5px #00000094;
}
#drivingMap .btn-closeGroup
{
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #fd4600;
	color: #fff;
	border-radius: 50%;
	border: solid 4px;
	font-weight: bold;
	font-size: 2.5rem;
	cursor: pointer;
	z-index: 3;
}
#drivingMap .btn-closeGroup:hover
{
	background-color: #ff6830;
}
#drivingMap .searchList .route,
#travelTime .searchList .route,
#travelTime .list .route,
#drivingMap .groupList .route,
#modal-routeMap .searchList .route,
#modal-fare .searchList .route,
#modal-stopReport .searchList .route
{
	color: #fff;
	border-radius: 0.5rem;
	padding: 0 5px;
	margin-right: 10px;
	background-color: #7e8896;
	width: 20%;
	text-align: center;
}
#drivingMap .searchList .route
{
	width: inherit;
	min-width: 20%;
	max-width: 20%;
}
#drivingMap .searchList .route+div,
#modal-routeMap .searchList .route+div,
#modal-fare .searchList .route+div,
#modal-stopReport .searchList .route+div
{
	width: 80%;
}
#drivingMap .searchList .route+div
{
	width: inherit;
	min-width: 50%;
}
#travelPlanner .input-end+.searchList
{
	max-height: calc(100vh - 410px);
}
#travelTime .input-end+.searchList
{
	max-height: calc(100vh - 365px);
}
#travelPlanner .searchList li,
#travelTime .searchList li,
#drivingMap .searchList li,
#drivingMap .groupList li,
#modal-routeMap .searchList li,
#modal-fare .searchList li,
#modal-stopReport .searchList li
{
	display: flex;
	align-items: center;
}
#travelPlanner .searchList li:hover,
#travelTime .searchList li:hover,
#drivingMap .searchList li:hover,
#drivingMap .groupList li:hover,
#modal-routeMap .searchList li:hover,
#modal-fare .searchList li:hover,
#modal-stopReport .searchList li:hover
{
	cursor: pointer;
}
#drivingMap .searchList li.trunkBus:after,
#drivingMap .groupList li.trunkBus:after
{
	content: '';
	background-image: url(../images/trunkBus.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: auto;
}
#modal-fare .ticket
{
	display: flex;
	justify-content: flex-start;
}
#drivingMap .btn-showSubRoute
{
	color: #fff;
	background-color: #fe4600;
	padding: 16px 10px;
	position: absolute;
	top: 64px;
	right: 12px;
	z-index: 1;
	line-height: 1rem;
	cursor: pointer;
}
#drivingMap .controlPanel
{
	display: flex;
	justify-content: space-between;
}
#drivingMap .progressCount
{
	width: 14px;
	display: inline-block;
	text-align: center;
}
#drivingMap .fontSize .font
{
	cursor: pointer;
	color: #bfb02b;
}
#drivingMap [size="0"]
{
	font-size: 1rem;
}
#drivingMap [size="1"]
{
	font-size: 1.2rem;
}
#drivingMap [size="2"]
{
	font-size: 1.4rem;
}
#drivingMap .fontSize .font.active
{
	color: #ffeb3b;
	border-bottom: solid 1px #ffeb3b;
}
#drivingMap .btnPanel
{
	position: absolute;
	top: 20px;
	right: 20px;
}
#drivingMap .btn-map
{
	background-color: #fe4600;
	color: #fff;
}
.tooltip ul
{
	color: #000;
	height: 105px;
	overflow: scroll;
}
#tooltip_drivingMap
{
	max-height: 350px;
}
#tooltip_drivingMap[type="stop"]
{
	min-width: 280px;
}
#tooltip_drivingMap ul
{
	height: 208px;
	max-height: 208px;
}
#tooltip_drivingMap .itemPanel
{
	font-size: 1.2rem;
}
#tooltip_drivingMap ul li>span:nth-child(1)
{
	width: 20%;
}
#tooltip_drivingMap ul li>span:nth-child(2)
{
	width: 50%;
}
#tooltip_drivingMap ul li>span:nth-child(3)
{
	width: 30%;
}
#tooltip_travelTime
{
	width: 115%;
}
#tooltip_travelTime ul li>div:nth-child(1)
{
	width: 20%;
}
#tooltip_travelTime ul li>div:nth-child(2)
{
	width: 50%;
}
#tooltip_travelTime ul li>div:nth-child(3)
{
	width: 30%;
}
#travelPlanner .planTitle
#travelTime .planTitle
{
	font-size: 1.2rem;
	font-weight: bold;
	/*color: #bc7c28;*/
}
#travelPlanner .planDuration
{
	/*color: #bc7c28;*/
}
#travelPlanner .list>li
{
	margin-bottom: 10px;
}
#travelPlanner .list .collapsible-body
{
	padding: 1rem;
}
#travelPlanner .list .collapsible-header
{
	border-bottom: none;
	align-items: center;
}
#travelPlanner .list .transit
{
	display: flex;
}
#travelPlanner .list .transitIcon
{
	justify-content: space-between;
	display: flex;
	align-items: center;
	width: 24px;
	color: #7e8896;
}
#travelPlanner .list .transitContent
{
	color: grey;
	padding-left: 1rem;
	text-align: left;
}
#travelPlanner .list .transitContent>div
{
	margin-bottom: 0.5rem;
}
#travelPlanner .list .start,
#travelPlanner .list .middle,
#travelPlanner .list .end
{
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
}
#travelPlanner .list .dashline,
#travelPlanner .list .solidline
{
	border-style: none none none dashed;
	width: 0;
	height: calc(100% - 36px);
	margin: auto;
	border-color: #7e8896;
	border-width: 2px;
}
#travelPlanner .list .solidline
{
	border-style: none none none solid;
}
#travelPlanner .list .endIcon
{
	color: red;
}
#travelPlanner .legIconList
{
	display: flex;
	flex-wrap: wrap;
	width: 65%;
}
#travelPlanner .legIconList i
{
	margin: 0;
	width: 1.3rem;
	font-size: 1.4rem;
}
#travelPlanner .plan
{
    width: 35%;
}
#travelPlanner .best
{
	position: absolute;
	right: -10px;
	top: -6px;
	font-size: 0.9rem;
	display: flex;
}
#travelPlanner .direct,
#travelPlanner .fastestArrival,
#travelPlanner .shortestWalk
{
	color: #fff;
	border-radius: 1rem;
	border: solid 2px;
	padding: 0 8px;
	line-height: 1.2rem;
	margin: 0 2px;
}
#travelPlanner .sortBtn
{
	display: flex;
	justify-content: center;
}
#travelPlanner .sortBtn a
{
	color: #fff;
	padding: 0 10px;
	box-shadow: none;
	border-radius: 0;
	color: #82878d;
}
#travelPlanner .sortBtn a:first-child
{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#travelPlanner .sortBtn a:last-child
{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#travelPlanner .sortBtn a i{
	margin: 0;
}
#travelPlanner .direct,
#travelPlanner .sortBtn .sort-direct.active
{
	background-color: rgb(255, 153, 51);
	color: #fff;
}
#travelPlanner .fastestArrival,
#travelPlanner .sortBtn .sort-fast.active
{
	background-color: rgb(255, 131, 146);
	color: #fff;
}
#travelPlanner .shortestWalk,
#travelPlanner .sortBtn .sort-walk.active
{
	background-color: rgb(151, 133, 255);
	color: #fff;
}

footer.page-footer
{
	background-color: #ffffff73;
	padding-top: 0;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1;
}
footer .flag img:not(.visitCount)
{
	height: 36px;
	padding: 0 5px;
}
#goTop
{
	position: fixed;
	bottom: -100px;
	right: 50px;
	opacity: 0;
}
#goTop.show
{
	bottom: 100px;
	opacity: .8;
}
#backMyLocation
{
	position: absolute;
	bottom: 50px;
	right: 20px;
}
#searchStop
{
	position: absolute;
	bottom: 50px;
	left: 20px;
}
.btn-menu
{
	border-radius: 1.2rem;
	text-align: left;
	padding-top: 10px;
	font-size: 1.5rem;
}
.btn-menu .icon
{
	/*transition: all 0.5s;*/
	filter: grayscale(1);
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
}
.btn-menu.drivingMap .icon
{
	background-image: url(../images/btn_ebus1.png);
}
.btn-menu.travelPlanner .icon
{
	background-image: url(../images/btn_route1.png);
}
.btn-menu.travelTime .icon
{
	background-image: url(../images/btn_traveltime1.png);
}
.btn-menu.fare .icon
{
	background-image: url(../images/btn_ticket1.png);
}
.btn-menu.stopReport .icon
{
	background-image: url(../images/btn_stop1.png);
}
.btn-menu.drivingMap:hover .icon
{
	background-image: url(../images/btn_ebus1_hover.png);
}
.btn-menu.travelPlanner:hover .icon
{
	background-image: url(../images/btn_route1_hover.png);
}
.btn-menu.travelTime:hover .icon
{
	background-image: url(../images/btn_traveltime1_hover.png);
}
.btn-menu.fare:hover .icon
{
	background-image: url(../images/btn_ticket1_hover.png);
}
.btn-menu.stopReport:hover .icon
{
	background-image: url(../images/btn_stop1_hover.png);
}
.btn-menu:hover .icon
{
	filter: grayscale(0);
}
#menu .newsList li:hover
{
	cursor: pointer;
}
nav .appicon
{
	height: 30px;
	vertical-align: middle;
}
nav img
{
	margin-right: 15px;
	width: 70px;
}
#menu .menubtn
{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#menu .menubtn a
{
	width: 120px;
	height: 120px;
	background-color: #00000000;
	border: solid 1px;
}
#menu .menubtn a:not(:first-child):not(:last-child)
{
}
#menu .menubtn a:hover
{
	border: solid 1px #dfd07e;
	color: #dfd07e;
}
#menu .menubtn a:hover .icon
{
	
}
#menu .menubtn .icon i
{
	font-size: 5rem;
	line-height: 4rem;
	padding-top: 0.4rem;
}
#menu .menubtn .icon img
{
	height: 70px;
}
#menu .menubtn .title
{
	line-height: 1rem;
	font-size: 1.3rem;
}
.en #menu .menubtn .title
{
	line-height: 0.8rem;
	font-size: 0.9rem;
}
#visitCount>span
{
	display: inline-block;
	padding: 0px 2px;
	border-radius: 3px;
	background: green;
	margin-right: 2px;
	width: 15px;
}
#busApp
{
	padding-left: calc(50vw - 827px);
}
#busApp .carousel,
#busApp .clog
{
	max-height: 100.59px !important;
}
#busApp .prev,
#busApp .next
{
	position: absolute;
	top: calc(50% - 10px);
	color: #0b1835;
	background-color: #ffffffc4;
	border-radius: 50%;
	font-size: 1.4rem;
	cursor: pointer;
}
#busApp .prev
{
	left: 2px;
}
#busApp .next
{
	right: 2px;
}
#modal-otherLink .modal-content
{
	height: calc(100% - 135px);
}
#modal-otherLink .linkPanel
{
	display: flex;
	flex-direction: column;
}
#modal-otherLink .linkPanel a
{
	color: #fff;
	text-decoration: underline;
	padding: 10px;
}
#modal-clog
{
	overflow-y: hidden;
}
#modal-clog .modal-content
{
	height: 100%;
	overflow-y: hidden;
	padding: 0 24px;
}
#modal-clog .list
{
	height: calc(100% - 180px);
	overflow-y: auto;
}
#modal-clog .list li
{
	cursor: pointer;
}
#modal-clog .title li
{
	background-color: #ffd500;
	color: #3e5f81;
}
#modal-clog .list li .itemPanel,
#modal-clog .title li
{
	display: flex;
	align-items: center;
}
#modal-clog .list .itemPanel div,
#modal-clog .title div
{
	width: 20%;
	display: flex;
	justify-content: center;
}
#modal-clog .list .itemPanel div:last-child,
#modal-clog .title div:last-child,
#modal-clog .list .itemPanel div:first-child,
#modal-clog .title div:first-child
{
	width: 40%;
}
#modal-clog .list .route
{
	font-size: 1.5rem;
	font-weight: bold;
	color: #3e5f81;
	width: 20%;
}
#modal-clog .title div
{
	display: flex;
	justify-content: center;
}
#modal-clog .description
{
	padding: 10px;
	margin-top: 10px;
	color: grey;
	border: dotted #d9d9d9;
}
#modal-clog .description a
{
	text-decoration: underline;
}
#modal-clog .list li:nth-child(2n)
{
	background-color: #ececec;
}
#modal-clog .list li:nth-child(2n) .description
{
	color: #6e6e6e;
}
#modal-clog .list li:hover,
#modal-clog .list li:hover .description
{
	color: #3e5f81;
}
#modal-clog .list li:hover .description
{
	border: dotted #3e5f81;
}

#modal-blog
{
	top: 2% !important;
	width: 95vw !important;
	height: 96vh !important;
	max-height: 96vh !important;
}
#modal-blog .modal.modal-fixed-footer .modal-content
{
	height: calc(100% - 56px);
	max-height: 100%;
}

/*map modal*/
.modal-map
{
	position: absolute;
	top: 60px;
	left: 50px;
	width: calc(100% - 70px);
	background-color: #7e8896eb;
	color: #fff;
	padding: 10px;
}
.modal-map .footer
{
	padding: 10px;
}
.modal-map li
{
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.modal-map .head,
.modal-map .title
{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px;
	color: yellow;
}
.modal-map a:not(.btn-close)
{
	color: yellow;
	text-decoration: underline;
}
.modal-map[skin="message"]
{
	background-color: #6c6c6ce3;
	/* max-height: 30vh; */
	width: 30%;
	left: auto;
	right: 20px;
	box-shadow: 0px 2px 2px 0px #95959575;
	border-radius: 2rem;
}
.modal-map[skin="message"] .btn-close
{
	background-color: #a9a9a9;
	color: #ffffff;
}
.modal-map[skin="schedule"] .content,
.modal-map[skin="message"] .content
{
	max-height: 50vh;
	overflow: auto;
}
.modal-map[skin="schedule"] .btn-close
{
	background-color: red;
	color: #fff;
}
.modal-map[skin="schedule"] .direction
{
    background-color: #6c6c6c;
    border-radius: 0.5rem;
    line-height: 2rem;
    padding: 0 10px;
    font-size: 1.2rem;
}
.modal-map[skin="schedule"] img
{
	width: 50px;
}
.modal-map[skin="schedule"] .timeBlock
{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 0.8rem;
}
.modal-map[skin="schedule"] .timeBlock .info
{
	font-size: 0.6rem;
}
.modal-map[skin="schedule"] .scheduleInfo
{
	color: #ffeb3b;
	margin: 1em 0;
}
.modal-map[skin="schedule"] .backEta
{
	background-color: #feeb3b;
	width: calc(50% - 10px);
	margin-left: calc(50% + 10px);
	margin-bottom: 10px;
	color: #000;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/*star shine effect*/
#starshine
{
	position: absolute;
	top: 74px;
	right: 0;
	width: 33%;
	height: 46%;
	z-index: 1;
	overflow: hidden;
}    

.shine
{
	mix-blend-mode: hard-light;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../images/starshine.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 2;
	color: tansparent;
	-moz-opacity: 0.0;
	opacity: 0.0;
	animation: glitter 6s linear 0s infinite normal;
	-webkit-animation: glitter 6s linear 0s infinite normal;
	-moz-animation: glitter 8s linear 0s infinite normal;
	-ms-animation: glitter 8s linear 0s infinite normal;
	-o-animation: glitter 8s linear 0s infinite normal;
}

.shine.small
{
	width: 20px;
	height: 20px;
}

.shine.medium
{
	width: 40px;
	height: 40px;
}

.shine.large
{
	width: 70px;
	height: 70px;
}

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(1) rotate(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}

/*openlayers*/
.tooltip
{
	position: relative;
	padding: 10px;
	background: rgb(76, 76, 76);
	color: white;
	opacity: 0.9;
	/*white-space: nowrap;*/
	font: 10pt sans-serif;
}
.tooltip:after
{
	content: '';
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0px 0;
	border-color: transparent rgb(76, 76, 76) transparent transparent;
}

/*marquee*/
.marqueePanel
{
	width: 100%;
	height: 2rem;
	background-color: #ffffff6e;
	padding-left: 80px;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 2;
	font-size: 1.2rem;
	overflow: hidden;
	line-height: 1.8rem;
	clip-path: polygon(91px 0%, 100% 0, 100% 100%, 91px 100%);
}
/*
.marqueePanel .icon
{
	background: url('../images/announce-36-24.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center right;
	position: absolute;
	left: 0;
	top: 0;
	width: 91px;
	height: 2rem;
	background-color: #828591;
}
*/
nav .marquee-icon
{
	margin-top: -30px;
	width: 91px;
	height: 2rem;
	background-color: #ffffff6e;
}
nav .marquee-icon>img
{
	margin-right: 0;
	margin-top: 3px;
	width: 33px;
	vertical-align: top;
}
.marqueePanel .marquee
{
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	
	/* show the marquee just outside the paragraph */
	will-change: transform;
	animation: marquee 15s linear infinite;
}
.marqueePanel .marquee:hover
{
	animation-play-state: paused;
}
.marqueePanel .marquee:hover
{
	/*animation-play-state: paused;*/
}
.marqueePanel .marquee a
{
	color: yellow;
	text-decoration: underline;
}
.marqueePanel .marquee a:hover
{
	color: #fff;
	/*text-decoration: underline;*/
}
@keyframes marquee
{
	0% { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}
/* Respect user preferences about animations */
@media (prefers-reduced-motion: reduce)
{
	.marqueePanel .marquee
	{
		animation-iteration-count: 1;
		animation-duration: 0.01; 
		/* instead of animation: none, so an animationend event is 
		* still available, if previously attached.
		*/
		width: auto;
		padding-left: 0;
	}
}

/*media screen*/
@media only screen and (max-height: 450px)
{
	#drivingMap .listWrap
	{
		overflow-y: auto;
		height: calc(100vh - 200px);
	}
	#drivingMap .list
	{
		height: 100vh;
	}
}
@media only screen and (max-width: 1390px)
{
	#menu .menubtn a
	{
		/* width: 17%; */
	}
}
@media only screen and (max-width: 1200px)
{
	nav .marquee-icon
	{
		margin-top: -29px;
	}
	#drivingMap .btn-showSubRoute
	{
		top: 62px;
	}
}
@media only screen and (max-width: 1252px)
{
	#menu .menubtn a
	{
		/* width: 85px; */
	}
	#menu .menubtn .icon img
	{
		height: 50px;
	}
	#menu .menubtn .title
	{
		line-height: 1.3rem;
		font-size: 1.2rem;
	}
	.btn-menu
	{
		margin: 1px;
	}
}
@media only screen and (max-width: 1045px)
{
	#nav-mobile
	{
		display: none;
	}
	[data-target="sideNav"]
	{
		display: inline-block;
	}
}
@media only screen and (max-width: 992px)
{
	nav .marquee
	{
		line-height: 1.7rem;
	}
	nav .marquee-icon
	{
		margin-top: -28px;
	}
	.marginTop20
	{
		margin-top: 20px;
	}
	.btn-menu
	{
		border-radius: 1rem;
		padding-top: 20px;
	}
	#menu .card
	{
		padding: 0;
	}
	#menu ul.newsList
	{
		padding: 0;
	}
	#menu li
	{
		padding: 0;
		margin: 0;
	}
	#menu .card
	{
		padding: 0;
		border-radius: 1rem;
	}
	.bg-white:after
	{
		border-radius: 1rem;
	}
	.panel450
	{
		margin: 0 auto;
	}
	#drivingMap .providerPanel
	{
		top: -31px;
		right: 0px;
	}
}
@media only screen and (max-width: 600px)
{
	.mobileShow
	{
		display: inline-block;
	}
	.bgImg
	{
		background-size: 30vw;
	}
	.mobileHidden
	{
		display: none;
	}
	.marqueePanel .icon
	{
		width: 50px;
	}
	#menu .menubtn
	{
		justify-content: space-evenly;
	}
	nav img
	{
		margin-right: 15px;
		width: 40px;
	}
	nav .brand-logo
	{
		line-height: 1.8rem;
		bottom: 2px;
	}
	nav .brand-logo .slogan
	{
		color: #ddcb6f;
		font-size: 1.2rem;
		vertical-align: bottom;
	}
	.insiedNoPadding .col:first-child
	{
		padding-right: 0.75rem;
	}
	.insiedNoPadding .col:last-child
	{
		padding-left: 0.75rem;
	}
	#menu ul
	{
		/* font-size: 1rem; */
		/* line-height: 1.4rem; */
		padding-top: 0;
		padding-left: 1rem;
	}
	nav .brand-logo
	{
		bottom: 15px;
	}
	footer .right
	{
		float: inherit !important; 
		text-align: center;
		margin-top: 10px;
	}
	footer.page-footer
	{
		/*background-color: #bfe1fc;*/
		position: relative;
	}
	#modal-routeMap.modal.modal-fixed-footer .modal-content {
		height: calc(100% - 329px);
		padding: 0;
	}
	#drivingMap .providerPanel
	{
		top: -31px;
		right: 10px;
	}
	#drivingMap .delay
	{
		background-color: red;
		color: #fff;
		padding: 0 5px;
		font-size: 0.8rem;
		text-align: center;
		position: absolute;
		top: -10px;
		right: 0;
		white-space:nowrap;
	}
}
@media only screen and (min-width: 992px)
{
	body.en #menu .menubtn
	{
		padding-right: 24vw;
	}
	body.en #busApp
	{
		padding-right: 25vw;
	}
}
@media only screen and (min-width: 1045px)
{
	[data-target="sideNav"]
	{
		display: none;
	}
}
@media only screen and (min-width: 1280px)
{
	.panel450
	{
		max-width: 365px;
	}
	.marginTop20
	{
		margin-top: calc(100vh - 654px);
	}
	#busApp .carousel,
	#busApp .clog
	{
		max-height: 147px !important;
	}
}
@media only screen and (min-width: 1500px)
{
	.panel450
	{
		max-width: 400px;
	}
	.marginTop20
	{
		margin-top: calc(100vh - 692px);
	}
}
@media only screen and (min-width: 1650px)
{
	#busApp
	{
		padding-left: 105px;
	}
	.largeSizeLeftMargin
	{
		margin-left: 7%;
	}
}
@media only screen and (min-width: 1800px)
{
/*	.panel450
	{
		max-width: 484px;
	}
	.marginTop20
	{
		margin-top: calc(100vh - 819px);
	}*/
}
@media only screen and (min-width: 1900px)
{
/*	.panel450
	{
		max-width: 532px;
	}
	.marginTop20
	{
		margin-top: calc(100vh - 874px);
	}*/
}

@media only screen and (max-height: 600px)
{
	#menu ul.newsList
	{
		height: 250px;
	}
}
@media only screen and (max-height: 720px)
{
	#modal-clog .modal-content
	{
		height: calc(100% - 17px);
	}
	#modal-fare .stopList
	{
		max-height: 30vh;
	}
}

/*@media only screen and (max-height: 990px)
{
	.marginTop20
	{
		margin-top: calc(100vh - 587px);
	}
}*/


