body, html {
	color:#3f3f3f;
	font:17px 'Roboto', sans-serif;
	font-weight: 300;
	height:100%;
	margin:0px;
	min-height:100%;
	padding:0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img { display:block }
table { border:none; border-collapse:collapse }
a {
	color:#0452ad;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
a:hover { color:#212121 }

p, form, input, ul, h1, h2, h3, h4, h5, figure, hr, span {
	margin:0px;
	padding:0px;
}
ul li { list-style-type:none; list-style-position:outside; }
img { border:0px; display:inline-block; }
input, textarea, select {
	color:#572b13;
	font:16px 'Roboto', sans-serif;
	font-weight: 300;
	outline:none;
	border:none;
	resize:none;
	border-radius:0px;
}
strong { font-weight: 500 }
input[type='text'], input[type='password'], input[type='button'], input[type='submit'], textarea { -webkit-appearance:none; }
input[type="submit"], input[type="button"] { cursor:pointer; }
input::-moz-focus-inner { border:0; padding:0 }

::selection { background:#000; color:#fff; padding:20px; }
::-moz-selection { background:#000; color:#fff; }
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
hr {
	background-color: #dedede;
	border: 0;
	color: #f00;
	height: 1px;
	margin: 0 0 22px 0;
	width: 100%;
}
h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
}
h1 span {
	border-bottom: 4px solid rgba(63,63,63,0.2);
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 12px;
}
h2 {
	color: #b80409;
	font-size: 26px;
	font-weight: 500;
}
h3 {
	font-size: 24;
	font-weight: 500;
	margin-bottom: 10px;
}
.generalWrap {
	margin:auto;
	max-width:1280px;
	position:relative;
	padding: 40px 0 40px 250px;
}
.generalWrap.v2{
	padding: 0px 0 40px 0px;
}
@media only screen and (max-width:1340px) {
	.generalWrap { margin:0px 20px }
}

@media only screen and (max-width:768px) {
	.generalWrap {padding: 40px 0 40px 0px;}
}

@media only screen and (max-width:550px) {
	h1 { font-size: 25px; line-height: 27px }
	h1:before { font-size: 19px }
	body, html { font-size: 16px }
}


/* ----------- header -----------*/
header {
	background-color: rgba(70,70,70,0.85);
	height: 100% !important;
	left: 0px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 220px;
	z-index: 1000;
}
header.v2 { height: 570px }
#logo {
	background-image: url(../img/megabus.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 170px;
	margin-top: 44px;
	width: 170px;
}

@media only screen and (max-width:768px) {
	header { height: 116px !important; width: 100% }
	header.v2 { height: 116px !important }
	#logo { background-size: 142px; height: 90px; margin-top: 13px; width: 142px }
}


/* ----------- nav -----------*/
#navButton {
	background-color: rgba(184,4,9,0.9);
	box-shadow: 0 0 16px rgba(40,40,40,0.4);
	display:none;
	left:20px;
	padding: 10px 10px 6px 10px;
	position:fixed;
	top:22px;
	z-index: 1000;
}
#navButton:before {
	border-top:0.375em double #fff;
	border-bottom:0.125em solid #fff;
	content:"";
	display:inline-block;
	font-size:29px;
	height:0.15em;
	width:24px;
}
#closeMenu {
	background: #2f2f2f;
	color: #fff;
	display: none;
	font-family: Arial;
	font-size: 18px;
	height: 32px;
	left:20px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top:22px;
	width: 38px;
}
nav {
	margin-top: 28px;
	text-align: left;
}
nav a {
	color: #fff;
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	padding: 5px 0;
	text-transform: uppercase;
}
nav a:hover { color: #fff }
nav a span {
	padding: 5px 12px 5px 60px;
	transition:all 0.3s ease;
}
nav a.current span, nav a:hover.current span {
	background-color: #b9040b;
}
nav a:hover span {
	background-color: rgba(185,4,11,0.5);
}
@media only screen and (max-width:768px) {
	#navButton, #closeMenu { display: block }
	nav { display: none }
	nav { background:rgba(70,70,70,0.95); display:none; height:110%; left:0px; margin-top: 0; padding:62px 20px 10px 20px; position:fixed; top:0px; width:100%; z-index:10000 }
}


/* ----------- footer -----------*/
footer {
	background-color: #2c2c2c;
	color: #fff;
	padding: 40px 0;
}
footer h1 {
	color: #9e9e9e;
	margin-bottom: 40px;
	text-align: center
}
footer h1 span { border-bottom-color: rgba(158,158,158,0.2); }
footer p {
	line-height: 24px;
	margin-bottom: 20px;
}
footer .info {
	border-top: 1px solid #1b1b1b;
	color: #979797;
	margin-top: 30px;
	padding-top: 20px;
	text-align: center;
}
footer .info p { font-size: 14px; margin-bottom: 0 }


/* ----------- misc -----------*/
.gPad { padding: 40px 0 40px 250px;}
.imgCover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.embed-container {
	margin-top: 14px;
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainTitle {
	background-color: #2c2c2c;
	color: #fff;
	font-size: 30px;
	padding: 15px;
	text-align: center;
}
.file {
	background-color: #b9040b;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	margin: 18px 0;
	padding: 10px 20px;
	transition:all 0.3s ease;
}
.file:hover {
	background-color: #2c2c2c;
	color: #fff;
}
.errorMessage {
	color: #ffd988;
	font-style: italic;
	text-align: center;
}
@media only screen and (max-width:768px) {
	.gPad { padding: 40px 0 40px 0px;}
}

@media only screen and (max-width:550px) {
	#mainTitle { font-size: 32px; }
}


/* ----------- bxslider -----------*/
#slider div { height: 600px }
#slider.v2 div { height: 570px }
#slider div p {
	background-color: rgba(50,50,50,0.75);
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	max-width: 550px;
	padding: 12px 22px;
	position: absolute;
	right: 0px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
}
@media only screen and (max-width:1220px) {
	#slider div { height: 500px }
	#slider div p { font-size: 26px; max-width: 400px }
}
@media only screen and (max-width:768px) {
	#wrapSlider .bx-pager { display: none }
	#slider div { height: 480px !important }
	#slider div p { font-size: 22px; bottom: 0px; font-weight: 300; max-width: 100%; top: auto; transform:none; width: 100% }
}
@media only screen and (max-width:550px) {
	#slider div { height: 320px !important }
	#slider div p { font-size: 22px }
}
@media only screen and (max-height: 1040px) {
	#slider div { height: 500px }
}

@media only screen and (max-height: 933px) {
	#slider div { height: 450px }
}
/* general */
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #fff url(../img/bx_loader.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	color: #666;
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	bottom: 18px;
	padding-right: 18px;
}
.col1.cPadR .bx-wrapper .bx-pager { bottom: -26px; padding-right: 0 }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border:2px solid #000;
	border-radius: 50%;
	display: block;
	text-align: center;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	margin: 0 5px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000 }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	background-color: #000;
	border-radius: 50%;
	bottom:32px;
	color: #fff;
	font: 54px/43px Verdana;
	height: 50px;
	position: absolute;
	transition:all 0.3s ease;
	text-align: center;
	width: 50px;
	z-index: 9999;
}
.bx-wrapper .bx-prev { margin-left: -58px; left: 50%; }
.bx-wrapper .bx-next { margin-right: -58px; right: 50%; }
.bx-wrapper .bx-controls-direction a:hover { background-color:#dbb271; }
.bx-wrapper .bx-controls-direction a.bx-next:hover { background-position: -27px -26px !important; }
.bx-wrapper .bx-controls-direction a.disabled { /*display: none;*/ }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* ----------- Magnific -----------*/

.mfp-figure small{
display:none !important;}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close {
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font: normal 28px/44px Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); -o-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; -o-transform-origin: 0; -moz-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 6px; padding-right: 6px; }
}


/* ----------- modalBox -----------*/
#modalBox {
	background: #fff;
	margin: 26px auto;
	max-width: 700px;
	padding: 22px 28px 26px;
	position: relative;
}
#modalBox.v2 { max-width: 1000px }
#modalBox p {
	font-size: 13px;
	margin-top: 16px;
}
#modalBox form { margin-top:14px }
#modalBox input[type="text"], #modalBox textarea {
	border: 1px solid #0452ad;
	color: #0452ad;
	margin-top: -1px;
	padding:7px 8px;
	width:100%;
}
#modalBox textarea {
	margin-bottom:10px;
}
#modalBox input[type="submit"] {
	background: #0452ad;
	color: #fff;
	display:inline-block;
	font-family: : 18px;
	margin-top: 14px;
	padding: 8px 36px;
	text-transform: uppercase;
	transition: all 0.4s ease;
}
#modalBox input[type="submit"]:hover { background:#0e61c3 }


/* ----------- contactForm -----------*/
.contactForm input[type="text"], .contactForm textarea, .contactForm select {
	background-color: #2c2c2c;
	border:1px solid #5f5f5f;
	color: #fff;
	display: block;
	margin-top: -1px;
	padding:10px 12px;
	position: relative;
	width:100%;
}
.contactForm input[type="text"]:focus, .contactForm textarea:focus { border: 1px solid #da2128; z-index: 100 }
.contactForm input[type="text"]::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder { color:#c0c0c0 }
.contactForm input[type="text"]::-moz-placeholder, .contactForm textarea::-moz-placeholder { color:#c0c0c0; opacity:1 }
.contactForm .highlight {
	border:1px solid #ffd988 !important;
	z-index: 200;
}
.contactForm input[type="submit"] {
	background: #b9040b;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
	padding: 7px 24px 8px 24px;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
#txtCaptcha {
	background-repeat: no-repeat;
	padding:10px 12px 10px 134px;
}
.contactForm input[type="submit"]:hover {
	background:#fff;
	color: #b9040b;
}
.contactForm #code {
	background-repeat: no-repeat;
	padding-left: 134px;
}


/* ----------- cols -----------*/
.col1, .col2, .col3 {
	display: inline-block;
	vertical-align: top;
}
.col1 { width: 48% }
.col1 h1 { margin-bottom: 10px }
.cPad { padding: 28px 32px }
.cWhite {
	background-color: #f3f3f3;
	border:1px solid #f3f3f3;
}
.cWhite p {
	margin-bottom: 16px;
}
.cRed {
	background-color: #b9040b;
	background-image: url(../img/serviceBack.jpg);
	border:1px solid #b80409;
	color: #fff
}
.cRed h1 span { border-bottom-color: rgba(255,255,255,0.2); }
.cPadL { margin-right: 2% }
.cPadR { margin-left: 2% }
.col2 {
	text-align: center;
	width: 30%
}
.col2 img { width: 100% }
.col3 {
	padding-left: 38px;
	width: 70%
}
.col3 p {
	margin-top: 18px;
}
.busDetail p { margin-top: 18px }


.cLink1, .cLink2 {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 18px;
	text-align: center;
}
.cLink1 {
	background-color: #2c2c2c;
	border:1px solid #2c2c2c;
	color: #fff;
	transition:all 0.3s ease;
}
.cLink1:hover {
	background-color: #fff;
	border:1px solid #2c2c2c;
	color: #2c2c2c;
}
.cLink2 {
	background-color: #fff;
	border:1px solid #fff;
	color: #b9040b;
	transition:all 0.3s ease;
}
.cLink2:hover {
	background-color: #b9040b;
	color: #fff;
}
@media only screen and (max-width:980px) {
	.col1 { margin-left: 0%; margin-right: 0%; width: 100% }
	.cPadL { margin-bottom: 22px }
}
@media only screen and (max-width:740px) {
	.col2, .col3 { padding-left: 0px; width: 100% }
	.col2 { margin-bottom: 20px }
	.col2 img { max-width: 450px }
	.col3 h2 { text-align: center }
}
@media only screen and (max-width:768px) {
.busDetail p {
	text-align: justify;
}}

/* ----------- serviceLine -----------*/
#serviceLine {
	margin-top: 18px;
}
#serviceLine li {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	vertical-align: top;
	width: 31.33%;
}
#serviceLine li:nth-child(1), #serviceLine li:nth-child(2) { margin-right: 3% }
#serviceLine li img {
	margin-bottom: 4px;
	max-width: 65px
}
@media only screen and (max-width:480px) {
	#serviceLine li { margin-bottom: 20px; width: 100% }
	#serviceLine li img { max-width: 85px }
}


/* ----------- replacementBox -----------*/
#replacementBox {
	background-color: #626262;
	color: #fff;
	text-align: center;
}
#replacementBox h1 { margin-bottom: 10px }
#replacementBox h1 span { border-bottom-color: rgba(255,255,255,0.2); }
#replacementBox .cLink2 { display: inline-block }

#replacementLine { margin: 38px 0 20px }
#replacementLine li {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	transition:all 0.3s ease;
	vertical-align: top;
	width: 16.8%;
}
#replacementLine li:hover { opacity: 0.7 }
#replacementLine li:nth-child(1), #replacementLine li:nth-child(2),
#replacementLine li:nth-child(3), #replacementLine li:nth-child(4) { margin-right: 4% }
#replacementLine li a { color: #fff }
#replacementLine li img {
	margin-bottom: 4px;
	max-width: 140px;
	width: 100%;
}
@media only screen and (max-width:750px) {
	#replacementLine li { margin-bottom: 20px; width: 100% }
	#replacementLine li img { max-width: 130px }
}


/* ----------- serviceBox -----------*/
.serviceBox li {
	margin-bottom: 40px;
	text-align: center;
}
.serviceBox img {
	background-color: #b80409;
	margin-bottom: 18px;
	max-width: 150px;
	padding: 20px;
}
.serviceBox li h2 {
	margin-bottom: 4px;
}
.serviceBox li p {
	text-align: left;
}

/* ----------- replacementProducts -----------*/
#replacementProducts { text-align: center }
#replacementProducts a {
	color: #3f3f3f;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 24px;
	padding: 0 24px;
	text-align: center;
	transition:all 0.3s ease;
	vertical-align: top;
	width: 20%;
}
#replacementProducts a:hover {
	color: #b9040b;
	opacity: 0.8
}
#replacementProducts img {
	margin-bottom: 4px;
	width: 100%;
}
#replacementProducts p { line-height: 20px }
@media only screen and (max-width:1116px) {
	#replacementProducts a { width: 25% }
}
@media only screen and (max-width:890px) {
	#replacementProducts a { width: 33.33% }
}
@media only screen and (max-width:670px) {
	#replacementProducts a { width: 50% }
}
@media only screen and (max-width:450px) {
	#replacementProducts a { width: 100% }
}


/* ----------- busProducts -----------*/
#busProducts { text-align: center }
#busProducts a {
	color: #3f3f3f;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 24px;
	padding: 0 24px;
	text-align: center;
	transition:all 0.3s ease;
	vertical-align: top;
	width: 33.33%;
}
#busProducts a:hover {
	color: #b9040b;
	opacity: 0.8
}
#busProducts img {
	border:1px solid #dbdbdb;
	margin-bottom: 4px;
	width: 100%;
}
#busProducts p { line-height: 20px }
@media only screen and (max-width:1080px) {
	#busProducts a { width: 50% }
}
@media only screen and (max-width:680px) {
	#busProducts a { width: 100% }
}


/* ----------- detailInfo -----------*/
.detailInfo {
	font-size: 0;
}
.detailInfo span {
	display: inline-block;
	font-size: 16px;
	padding: 10px 0;
	vertical-align: top;
}
.detailInfo span:nth-child(1) {
	border-bottom:1px solid #b9040b;
	color: #b9040b;
	font-weight: 500;
	margin-right: 4%;
	padding-right: 20px;
	width: 32%;
}
.detailInfo span:nth-child(2) {
	border-bottom:1px solid #afafaf;
	width: 64%;
}
@media only screen and (max-width:660px) {
	.detailInfo span:nth-child(1) { border-bottom:none; padding: 10px 0 0 0 }
	.detailInfo span:nth-child(2) { padding: 2px 0 10px 0 }
	.detailInfo span { width: 100% !important }
}


/* ----------- Paginator -----------*/
.paginatorPage { margin:20px 0 0 24px }
.paginatorPage a {
	display: inline-block;
	background: #f2f2f2;
	color: #515151;
	height: 36px;
	line-height: 37px;
	margin-right: 1px;
	text-align: center;
	width: 36px;
}
.paginatorPage a:hover {
	background: #b2b2b2;
	color: #fff;
}
.paginatorPage .active a {
	background: #b9040b;
	color: #fff;
}
/*------------------------------*/

.busboxphoto img{
	padding: 5px;
	border: solid 1px #ccc;
	background-position: center;
	background-size: cover; 
	width: auto;
	height: 100px;
}

/*----------- TABLE BUS INFO -------------*/
.tablebus table{
	width: 100% !important;
	margin: 0 auto !important;
	border-collapse: separate !important;
    border-spacing: 25px 10px !important;
}
.tablebus table tr:first-child td{
    color: #b9040b;
    font-weight: 500;
    padding-right: 20px;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #b9040b !important;
}

.tablebus table tr:first-child td:nth-child(3){
	text-align: center !important;
	} 


.tablebus table tr:nth-child(2) td{
    color: #b9040b;
    font-weight: 500;
    padding-right: 20px;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #b9040b !important;
}

.tablebus table tr:nth-child(3) td{
	border: none !important;
	border-bottom: 1px solid #afafaf !important;
	font-size: 16px;
	padding: 10px 0;
	color: #3f3f3f;
	padding: 10px 0 !important;
	vertical-align: top;
	background: transparent !important;
}

@media only screen and (max-width:990px) {
		table, thead, tbody, th, td, tr { 
		display: block; 
	}
	.tablebus table tr:first-child, .tablebus table tr:nth-child(2){
		display: none;
	}
	.tablebus table tr td{
		width: 100% !important;
	}
	/*
	Label the data
	*/
	.tablebus table tr:nth-child(3) td:nth-of-type(1):before { content: "MODEL"; margin-right: 10px; color: #b9040b; font-weight: bold; display: inline-block; }
	.tablebus table tr:nth-child(3) td:nth-of-type(2):before { content: "L×W×H in mm"; margin-right: 10px;  color: #b9040b; font-weight: bold; display: inline-block;}
	.tablebus table tr:nth-child(3) td:nth-of-type(3):before { content: "ENGINE"; margin-right: 10px;  color: #b9040b; font-weight: bold; display: inline-block;}
	.tablebus table tr:nth-child(3) td:nth-of-type(4):before { content: "TRANSMISSION"; margin-right: 10px;  color: #b9040b; font-weight: bold; display: inline-block;}
	.tablebus table tr:nth-child(3) td:nth-of-type(5):before { content: "SEATING CAPACITY"; margin-right: 10px;  color: #b9040b; font-weight: bold; display: inline-block;}

}




