@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans: 400,400i,700,700i');/* replace body class */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body, input, select, textarea, button {
	color: #5b5b5b;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

h1 {
	color: rgb(0,135,118);
	font-size: 24px;
	margin-bottom: 15px;
}

h2 {
	color: rgb(0,135,118);
	font-size: 18px;
}

p {
	margin-bottom: 1.25em;
}

h1 + h2 + p {
	margin-top: 1em;
}

ul, ol {
	padding-left: 3em;
	margin: 1em 0;
}

img { border: none; }

article img {
	max-width: 100%;
	height: auto;
}

img.floatright,
img.floatleft {
	max-width: 60%;
}

header {
	position: relative;
	background: url('../images/gotr_bkgd_header.png') no-repeat 0 140px;
	background-size: 50% 51px;
	padding: 0 30px;
	z-index: 9999;
}

main {
	position: relative;
	overflow: hidden;
	background: url('../images/gotr_bkgd_mid-bottom-green.png') repeat-x bottom;
	padding: 30px 30px 0 30px;
}

article {
	max-width: 1054px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

aside {
	max-width: 1054px;
	text-align: center;
	margin: 20px auto 0 auto;
}

footer {
	overflow: hidden;
	position: relative;
	height: 52px;
	background: rgb(0,135,118);
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0 30px;
}

footer > * {
	max-width: 1054px;
	margin: 0 auto;
}

.floatleft {
	float: left;
	margin: 0 40px 20px 0;
}

.floatright {
	float: right;
	margin: 0 0 20px 40px;
}

.alert {
	color: rgb(230,89,33);
}

header > section {
	max-width: 1054px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 2;
}

.logo {
	width: 238px;
	height: 90px;
	float: left;
	margin: 27px 0 0px 0;
	background: url('../images/gotr_logo_go-transport_238x90.png') no-repeat center;
}

.logo a {
	width: 238px;
	height: 90px;
	float: left;
	display: block;
}

nav {
	position: relative;
	max-width: 1054px;
	height: 98px;
	background: url('../images/gotr_grfx_menu-arrow.png') no-repeat right;
	padding: 0 48px 0 0;
	margin: 0 auto;
}

ul.mainmenu {
	height: 51px;
	list-style: none;
	float: right;
	background: rgb(0,135,118);
	line-height: 51px;
	text-transform: uppercase;
	padding: 0;
	margin: 23px 0 0 0;
}

ul.mainmenu li {
	float: left;
	color: #FFF;
	font-size: 12px;
	padding: 0 24px;
}

ul.mainmenu li::before {
	position: absolute;
	content: '|';
	margin-left: -26px;
}

ul.mainmenu li:first-child::before {
	display: none;
}

ul.mainmenu li a {
	font-size: 14px;
	color: #FFF;
	padding: 0 0 12px 0;
}

ul.mainmenu li:hover a {
	border-bottom: solid 7px #e65921;
}

ul.mainmenu li.active {
	padding-bottom: 8px !important;
	background: url('../images/navBtmArrow.png') no-repeat bottom center;
	z-index: 9999;
}

ul.mainmenu li.active a {
	position: relative;
	font-size: 14px;
	color: #FFF;
	margin: 12px 0 0 0;
	border-bottom: solid 7px #e65921;
}

ul.mainmenu img {
	position: relative;
	top: 4px;
}

.slogan {
	position: absolute;
	top: -6px;
	right: 120px;
	color: rgb(0,135,118);
	font-family: serif;
	font-size: 20px;
}

.ContactGoTrans {
	height: 53px;
	float: right;
	background: url('../images/contactGo.png') no-repeat left center;
	color: #382f40;
	font-size: 15px;
	line-height: 25px;
	padding: 0 0 0 203px;
	margin: 16px 0 0 0;
}

.ContactGoTrans a {
	color: #1a424c;
	text-decoration: none;
}

.ContactGoTrans a: hover {
	border-bottom: 1px dotted #ee562e;
}

.whyUsCntrOuter {
	width: 998px;
	height: 110px;
	border: solid 1px #c8c8c8;
	background: url('../images/whyUsBg.png') repeat-x;
	margin-top: 20px;
}

.whyUsCntrOuter img {
	float: left;
}

.whyUsCntrInnerCrsl {
	width: 860px;
	height: 110px;
	float: left;
}

.whyUsCntrInnerCrsl ul {
	list-style: none;
}

.whyUsCntrInnerCrsl ul li {
	width: 750px;
	height: auto;
	float: left;
}

.whyUsCntrInnerCrsl ul li p {
	color: #5b5b5b;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	float: left;
	padding: 20px 0 0 20px;
}

.WhyUsBtnCntr {
	width: 45px;
	height: 24px;
	margin: 45px 25px 0 0;
	float: right;
}

.WhyUsBtnCntr a.nextBtn {
	display: block;
	background: url('../images/whyUsLeftBtn.png');
	width: 16px;
	height: 24px;
	float: left;
	margin: 0 10px 0 0;
}

.WhyUsBtnCntr a.prevBtn {
	display: block;
	background: url('../images/whyUsRightBtn.png');
	width: 16px;
	height: 24px;
	float: left;
}

.leftCntrHome {
	width: 298px;
	height: auto;
	float: left;
}

.GreenLeftCntr {
	background: url('../images/24Hour.png') no-repeat left top rgb(0,135,118);
	height: 108px;
	width: 186px;
	border: solid 1px #254f5c;
	float: left;
	margin: 0 0 5px 0;
	color: #FFF;
	padding: 40px 0 0 110px;
}

.GreenLeftCntr strong, .GreenLeftCntr1 strong, .GreenLeftCntr2 strong {
	font-size: 17px;
}

.GreenLeftCntr p, .GreenLeftCntr1 p, .GreenLeftCntr2 p {
	font-size: 12px;
	padding: 0 15px 0 0;
}

.GreenLeftCntr1 {
	background: url('../images/24Hour.png') no-repeat left top rgb(0,135,118);
	height: 120px;
	width: 186px;
	border: solid 1px #254f5c;
	float: left;
	margin: 0 0 5px 0;
	color: #FFF;
	padding: 40px 0 0 110px;
}

.GreenLeftCntr2 {
	background: url('../images/24Hour.png') no-repeat left top rgb(0,135,118);
	height: 130px;
	width: 186px;
	border: solid 1px #254f5c;
	float: left;
	margin: 0 0 5px 0;
	color: #FFF;
	padding: 30px 0 0 110px;
}

.GreenLeftCntr2 a {
	text-decoration: underline;
	color: #FFF;
	font-size: 12px;
}

.rightWelcomeCntr {
	width: calc(100% - 340px);
	float: right;
	margin: 0 0 36px 0;
}

.ourShortWheelCntr {
	width: 658px;
	height: 98px;
	float: left;
	border: solid 1px #254f5c;
	margin: 42px 0 0 0;
	font-size: 22px;
	background: rgb(0,135,118);
}

.ourShortWheelCntr img {
	float: left;
}

.ourShortWheelCntr span {
	padding: 20px 0 0 0;
	float: left;
	width: 345px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

.ourShortWheelCntr1 {
	width: 658px;
	height: 92px;
	line-height: 92px;
	float: left;
	border: solid 1px #cbcbcb;
	margin: 42px 0 0 0;
	font-size: 22px;
	background: url('../images/freeQuoteBg.png') repeat-x;
}

.ourShortWheelCntr1 span {
	float: left;
	width: 400px;
	color: rgb(0,135,118);
	padding: 0 0 0 30px;
	font-size: 17px;
	font-weight: bolder;
}

.ourShortWheelCntr1 a {
	display: block;
	float: right;
	height: 50px;
	width: 164px;
	background: url('../images/freeQuote.png') no-repeat center;
	margin: 20px 25px 0 0;
}

ul.partners {
	list-style: none;
	display: inline-block;
	background: url('../images/ourPartnerBg.png') repeat-x;
	padding: 16px 30px;
	border: solid 1px #cbcbcb;
	margin: 10px auto 0;
}

ul.partners li {
	display: inline-block;
	padding: 0;
	margin: 0 20px;
}

.WhyUsOuterCntrNew {
	width: 1054px;
	height: auto;
	margin: 0 auto 40px;
	background: none;
}

/* Responsive Slides */

ul.rslides {
	position: relative;
	overflow: hidden;
	list-style: none;
	top: -49px;
	width: 100%;
	padding: 0;
	border-bottom: 3px solid rgb(0,135,118);
	margin: 0 0 -50px 0;
}

ul.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 520px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

ul.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

ul.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}


ul.rslides p {
	display: block;
	position: absolute;
	left: 10%;
	top: 16%;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 20px;
	padding: 0.5em 1em;
	margin: 0;
	margin-left: 20px;
}

@media (max-width: 1000px) {

	ul.rslides li {
		height: 360px;
	}
	
	span.optional {
		display: none;
	}

}

@media (max-width: 720px) {

	header {
		padding: 0;
	}
	
	header > section {
		padding: 0 30px;
	}

	ul.mainmenu li:first-child {
		display: none;
	}

	.slogan {
		right: 80px;
	}

	.ContactGoTrans {
		display: none;
	}

}