html {
	background:#232d51;
	height:100%;
}
body {
	font-family:'Open Sans', sans-serif;
	color:#777;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#000;
	text-decoration:none;
	outline:none;
	-webkit-transition:color 0.2s ease-in-out;
	-moz-transition:color 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:none;
	outline:none;
}
p {
	font-size:14pt;
	line-height:24px;
	font-weight:400;
	margin:0;
	padding:12px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	font-size:27pt;
	line-height:50px;
	color:#232d51;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:2px 0 15px 0;
}
h2 {
	width:100%;
	font-size:17pt;
	line-height:28px;
	color:#232d51;
	font-weight:600;
	margin:0;
	padding:0;
}
.page-content {
	background:#fff;
	width:100%;
	padding:40px 0 50px 0;
	overflow:hidden;
	float:left;
}
.container {
	max-width:800px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.content-text .content {
	padding-top:120px;
	min-height:600px;
}
#welcome-content {
	background:#f6f6f6;
}
#welcome-content p {
	opacity:0;
}
#bus-service-content > .container {
	max-width:1000px;
}
#bus-service-content > .content {
	display:table;
	margin:20px 0;
}
#bus-service-content a.bttn {
	margin-top:44px;
}
#bus-service-content .content > div {
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	left:-50px;
	opacity:0;
	-webkit-transition:opacity 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
}
#bus-service-content .content > div:last-child {
	vertical-align:top;
	padding-left:30px;
	left:auto !important;
	right:-50px;
}
#bus-service-content .content > div > img {
	max-width:450px !important;
	width:100% !important;
	height:auto !important;
	float:right;
}
#bus-service-content .content > div h1 {
	padding:0;
	text-align:left;
}
#bus-service-content .content > div > span,  #welcome-content .content > span {
	color:#232d51;
	font-style:italic;
	font-size:22pt;
	line-height:32px;
	padding-bottom:25px;
	display:block;
}
#welcome-content .content > span {
	text-align:center;
}
#welcome-content .content > h1 {
	padding-bottom:1px;
}
#parking-content {
	background:#f6f6f6;
}
#parking-content .container {
	width:calc(92% + 36px);
	max-width:1035px;
}
.parking ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:20px 0;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.parking ul li {
	width:33.333333%;
	margin:0;
	padding:0 18px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	opacity:0;
	top:-30px;
	float:left;
}
.parking ul li > div {
	width:100%;
	height:100%;
	background:#fff;
	position:relative;
	padding:30px 28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
}
.parking ul li > div > span {
	background-color:#2b3151;
	background-size:90px 90px;
	background-repeat:no-repeat;
	background-position:center;
	width:90px;
	height:90px;
	margin:0 auto;
	display:block;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.parking ul li > div h2 {
	width:100%;
	margin:0;
	padding:30px 0 15px 0;
	font-size:16.5pt;
	line-height:27px;
	font-weight:600;
	color:#2b3151;
	text-transform:uppercase;
	text-align:center;
}
.parking ul li > div > div {
	width:100%;
	font-size:13.5pt;
	line-height:24px;
	padding:9px 13px;
	color:#777;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
}
.parking ul li > div > div > a {
	color:#2b3151;
	font-weight:600;
}
.parking ul li > div > div > a:hover {
	text-decoration:underline;
}
#parking-lot-content {
	background:url(img/parking_lot.jpg) no-repeat center #232d51;
	background-size:cover;
	background-attachment:fixed;
	height:100%;
	padding:60px 0;
	margin:0;
	color:#fff;
	font-weight:600;
	font-size:14pt;
	line-height:24px;
	text-align:center;
	display:table;
	height:380px;
}
#parking-lot-content .container {
	display:table-cell;
	vertical-align:middle;
	padding:0 4%;
	opacity:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
}
#parking-lot-content img {
	max-width:180px !important;
	display:block;
	margin:0 auto 58px auto;
}
#video-content {
	padding:65px 0;
}
#video-content .container {
	max-width:1000px;
}
.video {
    position:relative;
    overflow:hidden;
    padding-top:56.25%;
	margin:0 auto;
}
.video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
#find-us-content {	
	background:#f6f6f6;
}
.content img {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.footer-content {
	background:#232d51;
	text-align:center;
	font-size:13.5pt;
	line-height:24px;
	padding:55px 0;
	color:#fff;
}
.footer-content .container {
	max-width:1000px;
}
.footer-content a {
	color:#fff;
}
.footer-content ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	display:table;
}
.footer-content ul li {
	margin:0;
	padding:0;
	text-align:left;
	display:table-cell;
	vertical-align:middle;
	padding:0 25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.footer-content ul li:first-child {
	padding:0;
}
.footer-content ul li:last-child {
	text-align:right;
	padding:0;
}
.footer-content a:hover {
	text-decoration:underline;
}
.footer-content a.web {
	color:#555e6f;
	white-space:nowrap;
}
a.footer-logo {
	background:url(img/logo.png) no-repeat center #fff;
	background-size:60px 76px;
	width:92px;
	height:94px;
	padding:9px 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.header-content {
	width:100%;
	height:100%;
	min-height:768px;
	background:#fff;
	box-sizing:border-box;
	float:left;
}
.header {
	width:100%;
	max-width:1920px;
	height:100%;
	background:#000;
	min-height:768px;
	position:relative;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
.book-now-form {
	background:rgba(58,95,147,0.88);
	max-width:1100px;
	text-align:center;
	margin:0 auto;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.05);
	box-shadow:0 1px 0 rgba(0,0,0,0.05);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:table;
	padding:30px 43px 20px 43px;
	top:35%;
	opacity:0;
	-webkit-transition:opacity 0.35s ease-in-out;
	-moz-transition:opacity 0.35s ease-in-out;
	-o-transition:opacity 0.35s ease-in-out;
	transition:opacity 0.35s ease-in-out;
}
.book-now-form h1 {
	width:100%;
	font-size:30pt;
	line-height:46px;
	font-weight:bold;
	color:#fff;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(0,0,0,0.05);
	opacity:0;
	position:relative;
	top:15px;
	margin:0 auto;
	-webkit-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	-moz-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	-o-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
}
.book-now-form h2 {
	width:100%;
	font-size:20pt;
	line-height:32px;
	font-weight:400;
	color:#fff;
	margin:5px 0 20px 0;
	padding:0;
	text-align:center;
	text-shadow:0 1px 0 rgba(0,0,0,0.05);
	opacity:0;
	position:relative;
	top:15px;
	-webkit-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	-moz-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	-o-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
}
.book-now-form-content {
	display:table;
	margin:0 auto;
	opacity:0;
	position:relative;
	top:15px;
	-webkit-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	-moz-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	-o-transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
}
.book-now-form-content span {
	display:table;
	color:#fff;
	padding-top:10px;
	margin:0 auto;
}
.book-now-form-content .warn {
	margin:11px;
}
.book-now-form form {
	display:table;
	margin:0 auto;
}
.book-now-form input, .book-now-form button {
	margin:11px;
	float:left;
}
.book-now-form input {
	background:#fff;
	font-size:15pt;
	line-height:51px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-top:0;
	padding-bottom:0;
	color:#777;
	width:192px;
	border:0;
}
.map {
	background:#e5e3df;
	width:100%;
	height:500px;
	float:left;
}
.menu-content {
	background:#fff;
	width:100%;
	height:112px;
	position:relative;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
}
.menu {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.menu > ul {
	margin: 42px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
.menu > ul > li {
	margin: 0 0 0 23px;
	list-style: none;
	position: relative;
	float: left;
}
.menu > ul > li > a {
	color: #232d51;
	text-transform: uppercase;
	font-size: 13pt;
	line-height: 26px;
	cursor: pointer;
	position: relative;
	z-index: 9;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	float: left;
}
.menu > ul > li > a:hover, .menu > ul > li > a.current {
	color: #334276;
	cursor: pointer;
}
a.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:60px 76px;
	width:60px;
	height:76px;
	position:absolute;
	top:18px;
	left:0;
}
.menu-sml-content {
	width:100%;
	background:#fff;
	max-width:1040px;
	height:112px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index:999;
	text-align:center;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	display:none;
}
#menu-bttn {
	width: 28px;
	height: 19px;
	position: absolute;
	top: 37px;
	right: 4%;
	padding: 10px;
	cursor: pointer;
	z-index: 1001;
}
#menu-bttn div {
	background: #232d51;
	width: 28px;
	height: 3px;
	position: absolute;
}
.menu-bttn-line-1 {
	top: 10px;
}
.menu-bttn-line-2 {
	top: 18px;
}
.menu-bttn-line-3 {
	top: 26px;
}
#menu-sml {
	background:#fff;
	width:100%;
	position:absolute;
	top:112px;
	left:0;
	padding:0 0 20px 0;
	display:none;
	z-index:1000;
	-webkit-user-select:none;
    -moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
}
#menu-sml ul {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	float:left;
}
#menu-sml ul li {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	color:#222;
	text-transform:uppercase;
	font-size:12pt;
	line-height:25px;
	font-weight:600;
	height:20px;
	padding:10px 10px 9px 10px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
#menu-sml ul li a.current {
	color:#ff9103;
}
input, input[type=password], textarea, select {
	background:#ededed;
	font-family:'Open Sans', sans-serif;
	font-size:14pt;
	line-height:24px;
	padding:15px 17px;
	margin:0 0 10px 0;
	color:#777;
	border:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:vertical;
	outline:none;
}
input[type=file] {
	background:none;
	font-family:'Open Sans', sans-serif;
	font-size:14pt;
	line-height:24px;
	color:#829b98;
	border:0;
	width:auto;
	height:auto;
	border:0;
	margin:0 0 10px 0;
	padding:0;
}
.book-now-form button {
	background:#232d51;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:14pt;
	line-height:49px;
	border:0;
	cursor:pointer;
	padding:1px 42px;
	min-width:inherit !important;
	white-space:nowrap;
	text-transform:uppercase;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
.book-now-form button:hover {
	background:#334276;
}
.book-now-form button:active {
	padding:2px 41px 0 43px;
}
button, a.bttn {
	background:#232d51;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:14pt;
	line-height:50px;
	font-weight:600;
	border:0;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	padding:1px 50px;
	min-width:240px;
	white-space:nowrap;
	outline:none !important;
	text-transform:uppercase;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out;
	transition:background 0.2s ease-in-out;
}
button:hover, a.bttn:hover {
	background:#334276;
}
button:active {
	padding:2px 49px 0px 51px;
}
input::placeholder, textarea::placeholder {
	color:#b5b5b5;
	opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:#b5b5b5;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color:#b5b5b5;
}
.logForm {
	width:100%;
	padding:120px 0;
	color:#fff;
}
.logForm form {
	width:310px;
	float:none;
	padding:0;
	border:0;
	position:absolute;
	top:50%;
	left:50%;
	margin:-167px 0 0 -155px;
}
.logForm input {
	margin:4px 0 5px 35px !important;
}
.logForm button {
	margin:10px 0 0 0;
	min-width:auto;
	color:#232d51;
	background:#fff;
}
.logForm button:hover {
	margin:10px 0 0 0;
	min-width:auto;
}
.logForm .error {
	width:100%;
	font:10px Arial, Helvetica, sans-serif;
	color:#be3636;
	background:white;
	border:1px solid #be3636;
	padding:3px;
	text-align:left;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	float:left;
}
.logForm .error div {
	width:14px;
	height:14px;
	background:url(img/error.png) no-repeat top left;
	float:left;
	margin:0 4px -2px 1px;
}
.delete {
	background:url(img/icons.png) no-repeat top center;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:500;
	display:block;
	cursor:pointer;
}
.move {
	background:url(img/icons.png) no-repeat 0 -24px;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:44px;
	z-index:500;
	display:block;
	cursor:move;
}
.edit-icons {
	position:absolute;
	top:10px;
	right:59px;
}
a.edit {
	background:url(img/icons.png) no-repeat bottom center;
	width:24px;
	height:24px;
	position:absolute;
	top:15px;
	right:73px;
	z-index:500;
	display:block;
}
.edit-big {
	background:url(img/edit.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}
.delete-big, .delete-big:hover {
	background:url(img/delete.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	cursor:pointer;
}
.true {
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
a.logout {
	position:absolute;
	top:15px;
	right:25px;
}
a.logout:hover {
	text-decoration:underline;
}
#contact-content .container {
	max-width:440px;
	text-align:center;
	font-size:14pt;
	line-height:24px;
}
.contact-form {
	width:100%;
	padding:30px 0;
	text-align:left;
	float:left;
}
.contact-form input, .contact-form textarea {
	width:100%;
	margin-bottom:16px;
}
.contact-form button {
	margin:16px 0 0 0;
}
.form {
	width:330px;
	max-width:100%;
	padding-bottom:50px;
	position:relative;
	text-align:left;
}
.form strong {
	padding-bottom:10px;
	display:inline-block;
}
.form > span {
	font-size:16pt;
	line-height:34px;
	color:#222;
}
.form > span strong {
	padding:0;
}
.form button {
	width:330px;
	margin-top:12px;
}
.form input, .form textarea {
	width:100%;
	margin:5px 0 18px 0;
}
.check {
	width:100%;
	background:#fff;
	padding:11px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	border:1px solid #ff8f2c;
	color:#ff8f2c;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:20px;
	text-align:center;
}
.form-checkout {
	font-size:14pt;
	line-height:27px;
	text-align:center;
}
.form-checkout button {
	margin-top:26px;
}
.table {
	text-align:center;
	font-size:11pt;
}
.table th {
	border-bottom:1px solid #999;
	padding:10px 0;
}
.table td {
	padding:10px;
}
.table td b {
	color:#232d51;
}
.table tr:hover td {
	background:#ffffcc;
}
.info strong {
	display:inline-block;
	padding-bottom:10px;
}
a.edit-form {
	background:#fff;
	color:#232d51;
	font-family:'Open Sans', sans-serif;
	font-size:14pt;
	line-height:50px;
	font-weight:600;
	text-align:center;
	display:table;
	cursor:pointer;
	padding:1px 50px;
	white-space:nowrap;
	min-width:240px;
	margin:0 auto;
	border:2px solid #232d51;
	outline:none !important;
	text-transform:uppercase;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out;
}
a.edit-form:hover {
	background:#232d51;
	color:#fff;
}
.thank-you {
	font-size:15pt;
	line-height:30px;
}
.bus-bg {
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-size:cover !important;
	background-attachment:fixed !important;
	min-height:600px;
	padding:0 !important;
}
.bus-bg img {
	display:none;
}