/*
Author:     Udeze Kene @Udezekene
Release:    24.12.2016
-----------------------------------------------------------------------------*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@import url(bootstrap-grid.css);
@import url(date-time-picker.css);
@import url(responsive-tables.css);
progress,
sub,
sup {
  vertical-align: baseline;
}
button,
hr,
input {
  overflow: visible;
}
address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}
pre,
textarea {
  overflow: auto;
}
a,
table {
  background-color: transparent;
}
caption,
th {
  text-align: left;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
legend,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
label,
output,
progress,
video {
  display: inline-block;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  -webkit-text-decoration-skip: objects;
  color: #0275d8;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 0;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
  margin-bottom: 0.5rem;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  white-space: normal;
}
textarea {
  resize: vertical;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
address,
button,
input,
legend,
select,
textarea {
  line-height: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
[role=button] {
  cursor: pointer;
}
[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #818a91;
  caption-side: bottom;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
}
input[type=search] {
  -webkit-appearance: none;
}
[hidden] {
  display: none !important;
}
/*
Author:     Udeze Kene @Udezekene
Release:    24.12.2016
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.eot');
  src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Light.woff') format('woff'), url('../fonts/Graphik-Light.ttf') format('truetype'), url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.eot');
  src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Semibold.woff') format('woff'), url('../fonts/Graphik-Semibold.ttf') format('truetype'), url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.eot');
  src: url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Bold.woff') format('woff'), url('../fonts/Graphik-Bold.ttf') format('truetype'), url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.eot');
  src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.eot');
  src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/e9427e66-afa8-4ceb-bb31-7a970fb469ea.eot?#iefix");
  src: url("../fonts/e9427e66-afa8-4ceb-bb31-7a970fb469ea.eot?#iefix") format("eot"), url("../fonts/748da442-9dd9-4a4d-8da0-b114e16e5d7f.woff") format("woff"), url("../fonts/6beeeb66-0b4e-4162-8788-8bf688b9829a.ttf") format("truetype"), url("../fonts/8afe744b-89a2-4ae2-a88e-05c6882580f3.svg#8afe744b-89a2-4ae2-a88e-05c6882580f3") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/99db2616-e717-4838-a896-6dc86e37b49e.eot?#iefix");
  src: url("../fonts/99db2616-e717-4838-a896-6dc86e37b49e.eot?#iefix") format("eot"), url("../fonts/874c8a3d-82cd-4b46-839b-521b49950be0.woff") format("woff"), url("../fonts/651041f0-000d-42ca-b667-939a4e0f5085.ttf") format("truetype"), url("../fonts/bb5e727f-dfd2-4e7c-8630-4dd73720a377.svg#bb5e727f-dfd2-4e7c-8630-4dd73720a377") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/469ea7ce-bb40-478a-aa21-da079357c969.eot?#iefix");
  src: url("../fonts/469ea7ce-bb40-478a-aa21-da079357c969.eot?#iefix") format("eot"), url("../fonts/5104d540-ac5c-442d-8581-1e9f4ecd37f0.woff") format("woff"), url("../fonts/6662a841-5b52-4af6-a868-6b43e3d7b263.ttf") format("truetype"), url("../fonts/bfcb105e-6348-434a-ba7b-31cd4bb80da6.svg#bfcb105e-6348-434a-ba7b-31cd4bb80da6") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "shuttlers";
  src: url("../fonts/shuttlers.eot");
  src: url("../fonts/shuttlers.eot?#iefix") format("embedded-opentype"), url("../fonts/shuttlers.woff") format("woff"), url("../fonts/shuttlers.ttf") format("truetype"), url("../fonts/shuttlers.svg#shuttlers") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "shuttlers" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="sh-"]:before,
[class*=" sh-"]:before {
  font-family: "shuttlers" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sh-bus:before {
  content: "\61";
}
.sh-clock:before {
  content: "\62";
}
.sh-history:before {
  content: "\63";
}
.sh-seat:before {
  content: "\64";
}
.sh-ticket:before {
  content: "\65";
}
.sh-stops:before {
  content: "\66";
}
.sh-wallet:before {
  content: "\67";
}
/** KEY MODIFIERS THAT AFFECT THE ADMIN DASHBOARD **/
header.admin {
  background: #212B35;
}
header.admin .navigation a {
  color: #fff;
}
.admin-ui-nav nav {
  padding-top: 10px;
}
.admin-ui-nav nav li {
  display: block;
}
.admin-ui-nav nav li > a {
  display: flex;
  padding: 1em 40px;
  font-size: 14px;
  position: relative;
  color: inherit;
  align-items: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.admin-ui-nav nav li > a i {
  width: 40px;
  font-size: 1.6em;
}
.admin-ui-nav nav li > ul {
  background: rgba(0, 0, 0, 0.05);
  display: none;
}
.admin-ui-nav nav li.active > a {
  color: #127CCB;
}
.admin-ui-nav nav li.active > ul {
  display: block;
}
.module .module-header h3 {
  color: #2B2B2B !important;
  font-size: 1.4em;
}
.module.admin-focus {
  background: #127CCB;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 40px 30px;
  font-size: 2.4em;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}
.module.admin-focus span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.form-element input[type=submit].bvtton {
  padding: 11px 20px;
}
.form-sub-header {
  padding: 15px 15px 30px 15px;
}
.form-sub-header span {
  font-size: 12px;
}
.form-sub-header h4 {
  color: #127CCB;
}
.module-pre-header-filter {
  padding: 25px 0;
}
.module-pre-header-filter .inline-form-wrapper {
  justify-content: flex-end;
  align-items: center;
}
.module-pre-header-filter .inline-form-wrapper h3 {
  margin: 0;
  font-size: 14px;
  margin-right: 15px;
  color: #777777;
}
.module-pre-header-filter .form-element .form-text:first-child {
  border-right-width: 0;
}
.module-pre-header-filter .form-element > button {
  background: #105163;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.module-pre-header-filter .form-element > button:hover {
  background: #127CCB;
}
.chart-wrapper {
  padding: 15px 0;
}
.chart-wrapper.line-graph {
  margin-left: 15px;
  margin-right: 15px;
}
.user-table-display {
  display: flex;
  align-items: center;
}
.user-table-display .image {
  flex-shrink: 0;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-table-display h3 {
  font-size: 16px;
}
td.small {
  font-size: .8em !important;
  text-align: right;
}
.hint {
  margin: 0;
  padding: 5px 0;
  display: block;
  font-size: .8em;
}
.sub-page-header {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  .sub-page-header {
    flex-direction: column;
  }
}
.sub-page-header .right-options .search {
  min-width: 300px;
}
@media only screen and (max-width: 529px) {
  .sub-page-header .right-options .search {
    min-width: 100%;
  }
}
.sub-page-header h2 {
  font-size: 1.8em;
}
@media only screen and (max-width: 529px) {
  .sub-page-header h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-usability-back {
  margin-bottom: 40px;
}
.inline-plate-no {
  display: block;
  font-weight: 500;
  color: #777777;
  font-size: .8em;
}
.fleet-live-tracker #map {
  width: 100%;
  height: 650px;
}
.chart-wrapper {
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  margin-top: 20px;
}
.chart-wrapper h3 {
  font-size: 1em;
  display: block;
  margin-bottom: 15px;
}
.chart-wrapper h3 span {
  display: block;
  font-weight: 400;
  font-size: .8em;
  color: #9a949c;
}
.chart-wrapper .chart {
  height: 300px;
  min-height: 300px;
}
.chart-wrapper .chart canvas {
  min-height: 300px;
}
.chart-wrapper .chart-people-list > div:last-child {
  margin-bottom: 0;
}
.chart-wrapper .chart-people-list > div > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 5px 5px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.chart-wrapper .chart-people-list > div > a h4 {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.chart-wrapper .chart-people-list > div > a:hover {
  background: rgba(18, 124, 203, 0.04);
}
.chart-wrapper .chart-people-list > div > a:hover h4 {
  color: #127CCB;
}
.chart-wrapper .chart-people-list > div .image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.ride-pre-head {
  padding: 15px 20px;
}
.ride-pre-head > div {
  margin-bottom: 15px;
}
.ride-pre-head span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #AEAEAE;
}
.ride-pre-head .ride-date {
  font-size: 18px;
  text-align: right;
  color: #2B2B2B;
}
.ride-stops {
  padding: 20px 30px;
}
.ride-stops h4 {
  color: #127CCB;
  margin-bottom: 15px;
  font-size: 16px;
}
.ride-stops .admin-ride-stops-wrap div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.ride-stops .admin-ride-stops-wrap div .timestamp {
  color: #127CCB;
  margin-right: 20px;
  font-size: 14px;
}
.ride-stops .admin-ride-stops-wrap div .description {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  display: block;
}
.admin-user-summary {
  background: #fff;
  padding: 20px;
  color: #2B2B2B;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.admin-user-summary .user-picture {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.admin-user-summary .user-picture .image {
  width: 100%;
  height: 100%;
}
.admin-user-summary .form-sub-header {
  padding: 0;
  margin-bottom: 20px;
}
.admin-user-summary h3 {
  margin: 15px 0;
}
.admin-user-summary .user-data {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.admin-user-summary .user-data > div {
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.admin-user-summary .user-data > div > span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
  color: #AEAEAE;
}
.admin-user-summary .user-data > div > span.route-description {
  text-transform: none;
  font-size: 1em;
  color: #777777;
  margin-top: 0px;
  margin-bottom: 5px;
}
.admin-user-summary .user-data > div.dual {
  width: 49%;
}
.admin-user-summary .bi-stat {
  margin-top: 20px;
  display: flex;
}
.admin-user-summary .bi-stat > div {
  width: 50%;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 529px) {
  .admin-user-summary .bi-stat > div {
    width: 100%;
  }
}
.admin-user-summary .bi-stat > div.user-account-balance {
  color: #08BB7A;
}
.admin-user-summary .bi-stat > div span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #AEAEAE;
}
.admin-account-actions {
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}
.admin-account-actions h3 {
  font-size: 1em;
  margin-bottom: 20px;
}
.admin-account-actions ul li {
  display: block;
}
.admin-account-actions ul li:last-child a {
  border: none;
}
.admin-account-actions ul li a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #777777;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
}
.admin-account-actions ul li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 18px;
  margin-top: -9px;
}
.admin-account-actions ul li a:hover {
  color: #E1354F;
}
.admin-account-actions ul li a.highlight {
  color: #E1354F;
}
.route-list ul {
  margin-bottom: 25px;
}
.route-list ul li {
  display: block;
  margin-bottom: 10px;
}
.time-listing-actions {
  padding: 15px 0;
}
.time-listing-actions > div {
  position: relative;
  padding: 6px 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.time-listing-actions > div:hover {
  background: rgba(16, 81, 99, 0.05);
}
.time-listing-actions > div:hover a {
  color: #2B2B2B;
}
.time-listing-actions > div a {
  position: absolute;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  right: 15px;
  top: 6px;
  color: #AEAEAE;
}
.time-listing-actions > div a:hover {
  color: #E1354F;
}
/** Media Query **/
/**** Global Classes *****/
html {
  font-size: 16px;
  position: relative;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
  font-family: 'Graphik', sans-serif;
  color: #2B2B2B;
}
body {
  background: #EDEEE3;
  color: #777777;
  font-family: 'Graphik', sans-serif;
  font-size: 16px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  vertical-align: baseline;
  line-height: 1.4;
}
* input,
* textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -ms-user-select: initial;
}
a {
  text-decoration: none;
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  padding: 0;
  margin: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.1);
  border: 1px solid rgba(8, 187, 122, 0.4);
  outline: none;
}
/**** Helper Classes 
I've built these over several projects. They simply make my work easier.
*****/
.pull-right {
  float: right !important;
}
.no-margin-top {
  margin-top: 0;
}
.alert {
  border: 1px solid #4daddc;
  padding: 15px 20px;
  font-weight: 500;
  margin-bottom: 20px;
  background: #CDE8F5;
  font-size: .9em;
  border-radius: 4px;
}
.alert p {
  margin: 0;
  color: inherit;
}
.alert.success {
  background: #2DAE63;
  color: #ffffff;
  border-color: #23854c;
}
.alert.warning {
  background: #FED352;
  color: #7f6a29;
  border-color: #fec61f;
}
.alert.error {
  background: #BF382D;
  color: #ffffff;
  border-color: #962c23;
}
@media only screen and (max-width: 529px) {
  .hide-on-mobile {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .hide-on-tablet {
    display: none;
    visibility: hidden;
  }
}
.clear {
  zoom: 1;
}
.clear:before,
.clear:after {
  display: table;
  content: " ";
}
.clear:after {
  clear: both;
}
.image-wrapper {
  padding: 0;
}
@media only screen and (max-width: 529px) {
  .image-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .image-wrapper {
    display: none;
  }
}
.image-wrapper .image {
  position: relative;
  height: 100%;
}
.image-wrapper .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.css-img-object {
  background-repeat: no-repeat;
  background-size: cover;
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direciton: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 529px) {
  .flex.flex-row {
    flex-direction: row;
  }
}

@media only screen and (max-width: 425px) {
  .admin-sidebar {
    width: 40%;
  }
}

.flex.flex-h {
  flex-direction: column;
}
.flex.space-between {
  justify-content: space-between;
}
.pre-icon {
  position: relative;
  padding-left: 2em;
}
.pre-icon:before {
  position: absolute;
  left: 0;
  font-size: 1.4em;
  color: #AEAEAE;
}
.routes {
  background: #fff;
  padding: 0;
  zoom: 1;
  overflow: hidden;
  position: relative;
}
.routes:before,
.routes:after {
  display: table;
  content: " ";
}
.routes:after {
  clear: both;
}
.flex-route .routes-left {
  width: 35%;
  overflow-x: scroll;
}
.flex-route .routes-left h4 {
  text-transform: uppercase;
  color: #2B2B2B;
  font-size: .8em;
}
.flex-route .routes-right {
  width: 65%;
  position: relative;
}
/**** Project Specific Overrides *****/
section {
  padding: 80px 0;
}
section.light,
section.white {
  background: #fff;
}
section.nopadding {
  padding: 0;
}
section.green {
  background: #105163;
}
section.blue {
  background: #06263e;
}
section.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.secion-title {
  max-width: 60%;
  padding-bottom: 60px;
}
.secion-title.full {
  max-width: 100%;
}
.secion-title.small {
  padding-bottom: 30px;
}
@media only screen and (max-width: 529px) {
  .secion-title {
    max-width: 100%;
    padding: 0 15px 30px 15px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .secion-title {
    max-width: 90%;
  }
}
.secion-title h2 {
  font-size: 2em;
  margin-bottom: .4em;
  color: #2B2B2B;
}
@media only screen and (max-width: 529px) {
  .secion-title h2 {
    font-size: 1.6em;
    font-weight: 600;
  }
}
.secion-title.light h2 {
  color: #fff;
}
.secion-title.light p {
  color: rgba(255, 255, 255, 0.8);
}
.section-footer {
  zoom: 1;
  margin-top: 60px;
}
.section-footer:before,
.section-footer:after {
  display: table;
  content: " ";
}
.section-footer:after {
  clear: both;
}
.form-element {
  position: relative;
}
.form-element.form-inline > div {
  display: inline-block;
  margin-right: 15px;
}
.form-element .label {
  display: block;
  font-weight: 500;
  font-size: .9em;
  margin-bottom: 5px;
}
.form-element .label small {
  font-size: .7em;
  color: red;
}
.form-element .form-text {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2B2B2B;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.form-element .form-text:hover {
  border: 1px solid rgba(8, 187, 122, 0.4);
}
.form-element .form-select {
  overflow-x: hidden;
  padding: 10px;
  max-width: 200px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.form-element .form-select:hover {
  border: 1px solid rgba(8, 187, 122, 0.4);
}
.form-element .form-select.long {
  max-width: 100%;
}
.form-element .form-select:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 1em;
  margin-top: -0.5em;
  position: absolute;
  top: 1em;
  right: .8em;
  color: #AEAEAE;
}
.form-element .form-select select {
  width: 120%;
  background: transparent;
  background-image: none;
  appearance: none;
  border: none;
  font-size: 1em;
}
.form-element .form-select select:focus {
  outline: none;
}
.form-element .form-radio-button {
  margin-right: 8px;
}
.form-element .form-textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-height: 80px;
}
/**** BUTTON ****/
.bvtton {
  padding: 14px 22px;
  font-size: .9em;
  background: #08BB7A;
  border: 1px solid #068a5a;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  zoom: 1;
}
.bvtton:before,
.bvtton:after {
  display: table;
  content: " ";
}
.bvtton:after {
  clear: both;
}
.bvtton i {
  margin-right: 8px;
}
.bvtton:hover {
  background: #FF6E00;
  border: 1px solid #cc5800;
  color: #fff;
}
.bvtton.small {
  padding: 4px 10px;
  border-radius: 4px;
}
.bvtton.full {
  display: block;
  text-align: center;
}
.bvtton.grey {
  background: #5F5F5F;
  border-color: #464646;
}
.bvtton.grey:hover {
  background: #2c2c2c;
}
.bvtton.in-module {
  padding: 10px 20px;
  font-size: .85em;
  text-transform: uppercase;
}
.bvtton.dark-green {
  background: #105163;
  border-color: #1e4955;
}
.bvtton.inverted {
  background: transparent;
  border: 1px solid #08BB7A;
  color: #08BB7A;
  padding: 10px 20px;
}
.bvtton.inverted:hover {
  background: #08BB7A;
  color: #fff;
}
/*** ASSETS ****/
.indicator {
  position: relative;
}
.indicator.from:before {
  border: 2px solid #08BB7A;
}
.indicator.to:before {
  background: #E73A38;
}
.indicator:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0em;
  left: 0em;
}
.avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
footer {
  background: #FBFBFB;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  zoom: 1;
  width: 100%;
}
footer:before,
footer:after {
  display: table;
  content: " ";
}
footer:after {
  clear: both;
}
@media only screen and (max-width: 529px) {
  footer .col-sm-4 {
    margin-bottom: 40px;
  }
}
footer h4 {
  text-transform: uppercase;
  color: #2B2B2B;
  margin-bottom: 20px;
  font-size: 1em;
}
footer .about-shuttlers img {
  max-width: 200px;
}
footer ul a {
  color: inherit;
}
footer ul.menu li {
  display: block;
  margin-bottom: 5px;
}
footer ul.menu li a {
  padding: 10px 0;
}
footer ul.contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #2B2B2B;
}
@media only screen and (max-width: 529px) {
}
footer ul.contact li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  footer ul.contact li {
    width: 100%;
  }
}
footer ul.contact li i {
  font-size: 1em;
  margin-right: 10px;
  color: #AEAEAE;
}
footer ul.contact li.social {
  font-size: 2em;
  width: 50px;
}
@media only screen and (max-width: 529px) {
  footer ul.contact li.social {
    width: 50px;
  }
}
footer ul.contact li.social a {
  padding: 0;
}
footer ul.contact li.social a.facebook i {
  color: #3b5998;
}
footer ul.contact li.social a.twitter i {
  color: #55acee;
}
footer ul.contact li.social a.linked-in i {
  color: #0084BF;
}
footer ul.contact li.social a.instagram i {
  color: #AA3590;
}
/** FAUXpadding. */
.padding-top-40 {
  padding-top: 80px;
}
.padding-bottom-40 {
  padding-bottom: 80px;
}
.confirmation-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.confirmation-padding .indicator {
  font-size: 14px !important;
}
/** Flex wrapper for the box. */
#map {
  height: 100%;
  width: 100%;
}
.loading-wrapper {
  width: 100%;
  background: #134E5E;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(bottom, #71B280, #134E5E);
  background: -o-linear-gradient(bottom, #71B280, #134E5E);
  background: linear-gradient(to top, #71B280, #134E5E);
  /* Chrome 10-25, Safari 5.1-6 */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 100vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  items-align: center;
  border: 10px solid #fff;
  text-align: center;
  justify-content: center;
}
.loading-wrapper h2 {
  color: inherit;
  font-size: 2em;
  display: none;
}
.loading-wrapper img {
  max-width: 200px;
  margin: 3em 0;
}
.loading-wrapper .spinner-wrapper {
  zoom: 1;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  position: relative;
}
.loading-wrapper .spinner-wrapper:before,
.loading-wrapper .spinner-wrapper:after {
  display: table;
  content: " ";
}
.loading-wrapper .spinner-wrapper:after {
  clear: both;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.6);
  animation: spinner .8s linear infinite;
}
header {
  background: #fff;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
}
header .nav-anchor {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.6em;
  color: #2B2B2B;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 529px) {
  header .nav-anchor {
    display: block;
  }
}
header .nav-anchor.clicked {
  color: #08BB7A;
}
header.user-dashboard {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo {
  width: 140px;
  padding: 5px 0;
}
header .logo img {
  width: 100%;
}
header .navigation {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 529px) {
  header .navigation {
    display: flex;
    flex-direction: row;
  }
}
header .navigation.mobile {
  display: block;
  zoom: 1;
  padding-bottom: 10px;
}
header .navigation.mobile:before,
header .navigation.mobile:after {
  display: table;
  content: " ";
}
header .navigation.mobile:after {
  clear: both;
}
header .navigation ul {
  text-align: right;
  margin-top: .4em;
  margin-left: 30%;
}
@media only screen and (max-width: 529px) {
  header .navigation ul {
    text-align: left;
    /* zoom: 1; */
    display: flex;
  }
  header .navigation ul:before,
  header .navigation ul:after {
    display: table;
    content: " ";
  }
  header .navigation ul:after {
    clear: both;
  }
  header .navigation ul:first-child {
    margin-top: 20px;
  }
  header .navigation ul:first-child li {
    border-bottom-color: transparent !important;
  }
  header .navigation ul:last-child {
    margin-top: 0;
  }
}
header .navigation ul li {
  margin-right: 2em;
  display: inline-block;
  font-weight: 500;
  font-size: .9em;
}
@media only screen and (max-width: 529px) {
  header .navigation ul li {
    display: block;
    /* border: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom-color: transparent; */
    width: 90px;
      margin-right: 0;
  }
}
header .navigation ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 529px) {
  header .navigation ul li:last-child {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
}
header .navigation ul li a {
  color: #2B2B2B;
}
@media only screen and (max-width: 529px) {
  header .navigation ul li a {
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-weight: 400;
  }
}
#home-cta {
  padding: 80px 0;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  background-size: 100em;
  background-position: center center;
  min-height: 500px;
  position: relative;
}
#home-cta:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
#home-cta .blurp {
  color: #fff;
  margin-bottom: 5em;
  max-width: 60%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 529px) {
  #home-cta .blurp {
    max-width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #home-cta .blurp {
    max-width: 100%;
  }
}
#home-cta .blurp a,
#home-cta .blurp span {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#home-cta .blurp a:hover,
#home-cta .blurp span:hover {
  color: #08BB7A;
}
#home-cta .blurp h1 {
  font-size: 3.6em;
  line-height: 1.1em;
  margin-bottom: .5em;
  color: inherit;
  font-weight: 700;
}
@media only screen and (max-width: 529px) {
  #home-cta .blurp h1 {
    font-size: 2.6em;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #home-cta .blurp h1 {
    font-size: 3em;
  }
}
#home-cta .home-search {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: .8em;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 529px) {
  #home-cta .home-search {
    padding: 20px;
  }
}
#home-cta .home-search .form-elements-wrapper {
  align-items: flex-end;
  justify-content: space-between;
}
#home-cta .home-search .form-elements-wrapper > div {
  flex-grow: 1;
}
#home-cta .home-search .form-elements-wrapper > div .form-text {
  border-right-width: 0;
  padding-left: 40px;
}
#home-cta .home-search .form-elements-wrapper > div:last-child {
  flex-grow: 0;
}
@media only screen and (max-width: 529px) {
  #home-cta .home-search .form-elements-wrapper > div {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #home-cta .home-search .form-elements-wrapper > div {
    margin-bottom: 15px;
  }
}
#home-cta .home-search .form-elements-wrapper .indicator {
  padding: 0;
}
#home-cta .home-search .form-elements-wrapper .indicator:before {
  top: 1em;
  left: .8em;
}
#home-cta .home-search .form-elements-wrapper .form-element.button .bvtton {
  width: 100%;
  padding: 1.4em 1.4em;
  font-size: 1em;
  border-radius: 0 4px 4px 0;
}
@media only screen and (max-width: 529px) {
  #home-cta .home-search .form-elements-wrapper .form-element.button .bvtton {
    padding: 10px 20px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #home-cta .home-search .form-elements-wrapper .form-element.button .bvtton {
    padding: 10px 20px;
    border-radius: 4px;
  }
}
.selling-point {
  background: #fff;
  box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.08);
  padding: 2em;
  color: #2B2B2B;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .selling-point {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .selling-point {
    margin-bottom: 30px;
  }
}
.selling-point ._icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.selling-point ._icon img {
  width: 100%;
}
.selling-point h3 {
  font-weight: 500;
  margin-bottom: 1em;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .selling-point {
    text-align: left;
    width: 100%;
    display: flex;
    flex: row wrap;
    zoom: 1;
  }
  .selling-point:before,
  .selling-point:after {
    display: table;
    content: " ";
  }
  .selling-point:after {
    clear: both;
  }
  .selling-point ._icon {
    flex-shrink: 0;
    margin-right: 20px;
    width: 90px !important;
  }
}
@media only screen and (max-width: 529px) {
  .selling-point {
    text-align: left;
    width: 100%;
    display: flex;
    flex: row wrap;
    zoom: 1;
    padding: 15px;
  }
  .selling-point:before,
  .selling-point:after {
    display: table;
    content: " ";
  }
  .selling-point:after {
    clear: both;
  }
  .selling-point ._icon {
    flex-shrink: 0;
    margin-right: 20px;
    width: 60px;
  }
  .selling-point p {
    font-size: .96em;
  }
}
.routes-box-listing-wrapper .route-box {
  margin-bottom: 30px;
}
.routes-box-listing-wrapper .route-box a {
  box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.08);
  color: inherit;
  display: block;
  background: #FAFAFA;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.routes-box-listing-wrapper .route-box a:hover {
  box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.6);
}
.routes-box-listing-wrapper .route-box a:hover .seat-availability {
  background: rgba(16, 81, 99, 0.6);
  color: #fff;
}
.routes-box-listing-wrapper .route-box .seat-availability {
  background: rgba(16, 81, 99, 0.2);
  padding: 10px 20px;
  display: block;
  font-size: .8em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.routes-box-listing-wrapper .route-box .seat-availability span {
  color: #2B2B2B;
}
.routes-box-listing-wrapper .route-box .direction {
  padding: 20px;
}
.routes-box-listing-wrapper .route-box .direction > div {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  position: relative;
}
.routes-box-listing-wrapper .route-box .direction > div:first-child:after {
  position: absolute;
  left: 4px;
  top: 20px;
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  background: #08BB7A;
}
.routes-box-listing-wrapper .route-box .direction > div .indicator {
  text-transform: uppercase;
  font-size: .7em;
  color: #AEAEAE;
  font-weight: 500;
  display: block;
}
.routes-box-listing-wrapper .route-box .direction > div .indicator:before {
  left: -20px;
  top: 10px;
}
.phone-content-wrapper .store-link {
  padding-bottom: 40px;
}
.phone-content-wrapper .store-link img {
  margin-top: 40px;
  max-width: 180px;
}
.phone-content-wrapper .form-element {
  zoom: 1;
}
.phone-content-wrapper .form-element:before,
.phone-content-wrapper .form-element:after {
  display: table;
  content: " ";
}
.phone-content-wrapper .form-element:after {
  clear: both;
}
.phone-content-wrapper .form-element:first-child {
  margin-bottom: 20px;
  position: relative;
}
.phone-content-wrapper .form-element:first-child .form-text {
  padding-left: 40px;
}
.phone-content-wrapper .form-element:first-child .flag {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 20px;
}
/** Log in OR Sign Up Wrapper */
.right {
  background-color: #AEAEAE;
  position: fixed;
  right: 0;
}
.right.map-view {
  padding: 0;
  position: relative;
}
.split-form-wrapper {
  padding: 40px 20px;
}
.split-form-wrapper .wrapper-header .logo {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.split-form-wrapper .wrapper-header .logo img {
  width: 180px;
}
.split-form-wrapper .wrapper-header .caption {
  text-align: center;
  margin: 20px 0;
}
.split-form-wrapper .wrapper-header .caption h2 {
  font-size: 1.6em;
  margin-bottom: 5px;
}
.split-form-wrapper .wrapper-header .caption p {
  font-size: .8em;
}
.split-form-wrapper .wrapper-header .caption p a {
  color: #FF6E00;
  text-decoration: underline;
}
.split-form-wrapper .wrapper-body .form-wrapper .form-element {
  margin-bottom: 10px;
}
.split-form-wrapper .wrapper-body .form-wrapper .label {
  color: #2B2B2B;
}
.split-form-wrapper .wrapper-body .form-wrapper .bvtton {
  padding: 12px 20px;
  font-size: 1em;
}
.split-form-wrapper .wrapper-body .form-wrapper .helper-link {
  margin-left: 20px;
}
.split-form-wrapper .wrapper-body .form-wrapper .helper-link a {
  color: #FF6E00;
  text-decoration: underline;
}
/*** USER DASHBOARD  ***/
section.user-dashboard {
  padding-top: 70px;
}
section.user-dashboard .left {
  background: #fff;
  position: fixed;
  overflow-y: auto;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .section.user-dashboard .left {
    position: absolute;
  }
}

section.user-dashboard .user-dash-container {
  background: #F7F7F7;
  padding-top: 10px;
}
section.user-dashboard .user-dash-wrapper {
  padding: 20px;
}
.user-dash-sidebar {
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.user-dash-sidebar nav li {
  display: block;
}
.user-dash-sidebar nav li a {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.2em 40px 1.2em 40px;
  font-size: 1em;
  position: relative;
  color: inherit;
  align-items: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.user-dash-sidebar nav li a.active {
  color: #08BB7A;
  border-color: #08BB7A;
  border-top: 1px solid;
  border-right: 5px solid #08BB7A;
}
.user-dash-sidebar nav li a:hover {
  color: #08BB7A;
}
.user-dash-sidebar nav li a i {
  width: 40px;
  margin-right: .4em;
  font-size: 1.6em;
}
.introduction h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  padding-right: 1em;
}
.introduction h3 span {
  color: #08BB7A;
}
.introduction p {
  font-size: .9em;
  padding-right: 1em;
}
.introduction a {
  color: #105163;
  text-decoration: underline;
}
.module {
  zoom: 1;
}
.module:before,
.module:after {
  display: table;
  content: " ";
}
.module:after {
  clear: both;
}
.module .module-header {
  font-size: .8em;
  color: #777777;
  margin-bottom: 10px;
}
.module .module-header h3 {
  color: inherit;
}
.module .module-wrapper {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-top: 4px solid rgba(16, 81, 99, 0.2);
  margin-bottom: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.module .module-wrapper:hover {
  border-top-color: rgba(16, 81, 99, 0.4);
}
.module .module-content {
  padding: 20px;
}
.module .module-content.has-table {
  padding: 0;
}
.module .module-content.no-padding {
  padding: 0;
}
.module .module-content.user-profile {
  padding: 0;
}
.module .module-content.module-form-wrapper {
  padding: 20px 20px 10px 20px;
}
.module .module-content.module-form-wrapper .form-element {
  margin-bottom: 20px;
}
.module .module-content.module-form-wrapper .form-element .label {
  font-size: .9em;
  margin-bottom: 5px;
  color: #2B2B2B;
}
.module .module-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  zoom: 1;
}
.module .module-footer:before,
.module .module-footer:after {
  display: table;
  content: " ";
}
.module .module-footer:after {
  clear: both;
}
.module .module-footer .module-footer-action {
  padding: 1em;
  display: block;
  text-align: right;
  color: #105163;
}
.module .module-footer .module-footer-action i {
  margin-left: 5px;
}
.module .module-footer .pagination {
  padding: 1em;
}
.module .module-footer .pagination nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.module .module-footer .pagination ul {
  display: flex;
  justify-content: flex-end;
}
.module .module-footer .pagination ul li {
  list-style-type: none;
}
.module .module-footer .pagination ul li:first-child a,
.module .module-footer .pagination ul li:first-child span {
  border-right: 0;
}
.module .module-footer .pagination ul li a,
.module .module-footer .pagination ul li span {
  display: block;
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid rgba(16, 81, 99, 0.4);
  color: rgba(16, 81, 99, 0.8);
}
.module .module-footer .pagination ul li a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.module .module-footer .pagination ul li a:hover {
  color: #fff;
  background: #105163;
}
.module .big-number {
  font-size: 2em;
  display: block;
  color: #2B2B2B;
  font-weight: 500;
}
.module .big-number span {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  color: #AEAEAE;
  font-weight: 400;
}
.module .confirmation-element {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.1em;
}
.module .confirmation-element .label {
  color: #9D9D9D;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.module .confirmation-element.price {
  font-weight: 500;
  font-size: 1.2em;
}
.module .confirmation-element.price .label {
  font-weight: 400;
}
/*** Module Tables **/
.module-table table {
  width: 100%;
  border-collapse: collapse;
}
.module-table table thead tr {
  border-bottom: 1px solid rgba(16, 81, 99, 0.2);
}
.module-table table thead tr th {
  padding: 15px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  color: #5e5e5e;
}
.module-table table thead tr th.align-right {
  text-align: right;
}
.module-table table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.module-table table tbody tr.clickable,
.module-table table tbody tr.expand {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.module-table table tbody tr.clickable:hover,
.module-table table tbody tr.expand:hover {
  background: rgba(16, 81, 99, 0.04);
}
.module-table table tbody td {
  padding: 15px;
  font-size: 16px;
}
.module-table table tbody td.align-right {
  text-align: right;
}
.module-table table tbody td.money {
  font-weight: 500;
}
.module-table table tbody td.money.debit {
  color: #E1354F;
}
.module-table table tbody td.money.credit {
  color: #08BB7A;
}
/** Module, Fund User Account */
.funding-option {
  padding: 30px 20px;
}
.funding-option:first-child {
  border-bottom: 5px solid rgba(16, 81, 99, 0.1);
  padding: 20px;
}
.funding-option p {
  font-size: .9em;
}
.funding-option p b {
  color: #105163;
  font-weight: 500;
}
.funding-option .funding-option-header h2 {
  color: #105163;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.funding-option .funding-option-header h2 i {
  margin-right: 10px;
}
.funding-option .paystack-badge {
  width: 180px;
}
.funding-option .funding-option-form {
  margin: 20px 0;
}
.funding-option .funding-option-form .form-element {
  margin-bottom: 20px;
}
.funding-option .funding-option-payment-instructions .money-focus {
  background: rgba(16, 81, 99, 0.1);
  padding: .6em;
  text-align: center;
  font-weight: 500;
  color: #105163;
  border: 1px dotted rgba(16, 81, 99, 0.3);
}
.funding-option .funding-option-payment-instructions .money-focus span {
  display: block;
  font-size: .6em;
  color: #777777;
  text-transform: uppercase;
}
.funding-option .funding-option-payment-instructions ul {
  margin-top: 20px;
}
.funding-option .funding-option-payment-instructions ul li {
  display: block;
  width: 48%;
  margin-bottom: 10px;
  color: #105163;
  font-weight: 500;
}
.funding-option .funding-option-payment-instructions ul li:last-child {
  width: 100%;
}
.funding-option .funding-option-payment-instructions ul li span {
  display: block;
  font-size: .7em;
  color: #777777;
  text-transform: uppercase;
}
/** Ride Details Expansion */
.ride-data {
  display: none;
}
.ride-data td {
  padding: 0 !important;
}
.ride-data-row {
  padding: 60px 10%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  border-top: 0;
  box-shadow: inset 0 6px 6px -8px rgba(0, 0, 0, 0.3), inset 0 -6px 6px -8px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .ride-data-row {
    padding: 40px;
  }
}
.ride-data-row .ride-map {
  width: 40%;
  min-height: 250px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .ride-data-row .ride-map {
    width: 50%;
  }
}
.ride-data-row .ride-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ride-data-row .ride-information {
  width: 50%;
}
.ride-data-row .ride-information .ride-cost {
  font-weight: 500;
  font-size: 1.6em;
  color: #2B2B2B;
  margin-bottom: 10px;
}
.ride-data-row .ride-information .ride-date {
  font-size: .8em;
  margin-bottom: 10px;
}
.ride-data-row .ride-information .direction {
  margin-bottom: 20px;
}
.ride-data-row .ride-information .direction > div {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  position: relative;
}
.ride-data-row .ride-information .direction > div:first-child:after {
  position: absolute;
  left: 4px;
  top: 20px;
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  background: #08BB7A;
}
.ride-data-row .ride-information .direction > div .indicator {
  text-transform: uppercase;
  font-size: .7em;
  color: #AEAEAE;
  font-weight: 500;
  display: block;
}
.ride-data-row .ride-information .direction > div .indicator:before {
  left: -20px;
  top: 10px;
}
/** Transaction Details */
.t-d .t-d-header > div {
  width: 50%;
}
.t-d .t-d-header .type span {
  display: inline-block;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
}
.t-d .t-d-header .type span.credit {
  background: #08BB7A;
}
.t-d .t-d-header .type span.debit {
  background: #E1354F;
}
.t-d .the-user {
  margin-top: 40px;
  margin-bottom: 20px;
}
.t-d .the-user a {
  color: #127CCB;
}
.t-d .reciept-id {
  margin-bottom: 10px;
  color: #2B2B2B;
  font-size: 1.2em;
}
.t-d .reciept-id span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #AEAEAE;
}
.t-d .date-time {
  text-align: right;
}
.t-d .date-time span {
  display: block;
}
.t-d .t-d-details {
  margin: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.t-d .t-d-details > div {
  width: 50%;
  padding: 20px;
}
.t-d .t-d-details .t-d-amount {
  font-size: 2em;
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.t-d .t-d-details .t-d-amount.credit {
  color: #08BB7A;
}
.t-d .t-d-details .t-d-amount.debit {
  color: #E1354F;
}
.t-d .t-d-details .description {
  background: rgba(16, 81, 99, 0.01);
  color: #105163;
}
.dashboard-routes .direction {
  margin-bottom: 20px;
}
.dashboard-routes .direction > div {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  position: relative;
}
.dashboard-routes .direction > div:first-child:after {
  position: absolute;
  left: 4px;
  top: 20px;
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  background: #08BB7A;
}
.dashboard-routes .direction > div .indicator {
  text-transform: uppercase;
  font-size: .7em;
  color: #AEAEAE;
  font-weight: 500;
  display: block;
}
.dashboard-routes .direction > div .indicator:before {
  left: -20px;
  top: 10px;
}
.user-profile-wrap {
  padding: 20px 0;
}
.user-profile-wrap .user-profile-item {
  padding: 10px 20px;
  font-weight: 500;
  color: #2B2B2B;
}
.user-profile-wrap .user-profile-item span {
  display: block;
  font-size: .7em;
  text-transform: uppercase;
  color: #AEAEAE;
}
.direction-filter {
  background: #EFEFEF;
  padding: 15px 15px;
  zoom: 1;
}
.direction-filter:before,
.direction-filter:after {
  display: table;
  content: " ";
}
.direction-filter:after {
  clear: both;
}
.direction-filter h4 {
  margin-bottom: 10px;
}
.direction-filter .form-elements-wrapper .form-element {
  margin-bottom: 10px;
}
.direction-filter .form-elements-wrapper .indicator {
  top: 16px;
  left: 8px;
}
.direction-filter .form-elements-wrapper .form-select {
  background: #fff;
  margin-right: 20px;
}
.direction-filter .form-elements-wrapper .bvtton {
  font-size: .9em;
  padding: 11px 20px;
  border-radius: 4px;
  background: #127CCB;
  border: 1px solid transparent;
}
.direction-filter .form-elements-wrapper .dual {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.direction-filter .form-elements-wrapper .dual .form-element:first-child .form-text {
  border-right-color: transparent;
}
.direction-filter .form-elements-wrapper .dual .form-text {
  padding-left: 25px;
}
.direction-filter .form-elements-wrapper .dual > div {
  width: 50%;
}
.route-available-routes h4 {
  padding: 15px 15px;
}
/* Routes */
.single-route {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-route:last-child {
  border-bottom: none;
}
.single-route:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-route a {
  display: block;
  color: inherit;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.single-route a i {
  position: absolute;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
  right: 20px;
}
.single-route a:hover {
  background: #F4F6F8;
}
.single-route .direction > div {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  position: relative;
}
.single-route .direction > div:first-child:after {
  position: absolute;
  left: 4px;
  top: 15px;
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  background: #08BB7A;
}
.single-route .direction > div .indicator {
  text-transform: uppercase;
  font-size: .7em;
  color: #AEAEAE;
  font-weight: 500;
  display: block;
}
.single-route .direction > div .indicator:before {
  left: -20px;
  top: 5px;
}
.single-route .meta {
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
}
.single-route .meta > div {
  display: inline-block;
  color: #2B2B2B;
  margin-right: 20px;
  font-size: .8em;
}
.single-route .meta > div:last-child {
  margin-right: 0;
}
.single-route .meta > div.availability {
  color: #AEAEAE;
}
.single-route .meta > div.availability span {
  color: #2B2B2B;
}
.route-information {
  position: absolute;
  top: 0;
  width: 32.5%;
  background: #fff;
  height: 100%;
  right: -100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.route-information .map-image {
  height: 180px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.route-information .map-image:hover {
  height: 400px;
}
.route-information .map-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-information .pre-head {
  position: relative;
}
.route-information .pre-head .close {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #2B2B2B;
  border-radius: 3px;
  bottom: -15px;
  left: -15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.route-information .pre-head .close i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -8px;
}
.route-information .pre-head .close:hover {
  background: #E73A38;
}
.route-information .ride-wrap .ride-action {
  padding: 20px 15px;
}
.route-information .ride-wrap .ride-action .bvtton {
  padding: 10px 20px;
}
.route-information .ride-wrap .route-meta {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.route-information .ride-wrap .route-meta > div {
  width: 33.3333%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #2B2B2B;
  font-size: 1em;
  text-align: center;
  padding: 8px;
}
.route-information .ride-wrap .route-meta > div:last-child {
  border-right: none;
}
.route-information .ride-wrap .route-meta > div.pre-icon:before {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 1.6em;
}
.route-information .ride-wrap .route-meta > div.availability {
  color: #AEAEAE;
}
.route-information .ride-wrap .route-meta > div.availability span {
  color: #2B2B2B;
}
.route-information .ride-stops h4 {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #EFEFEF;
  border-right-color: transparent;
  border-left-color: transparent;
}
.route-information .ride-stops .stops-listing {
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 529px) {
  .route-information .ride-stops .stops-listing {
    flex-direction: column;
  }
  .route-information .ride-stops .stops-listing > div {
    width: 100% !important;
  }
}
.route-information .ride-stops .stops-listing > div {
  padding: 0 15px;
  font-size: 16px;
  width: 50%;
  color: #1D245F;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.route-information .ride-stops .stops-listing > div:before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0em;
  border: 2px solid #1D245F;
}
.route-information .ride-stops .stops-listing > div span {
  font-weight: 400;
  color: #777777;
  font-size: 12px;
  display: block;
}
.route-information .select-trip-mode {
  padding: 20px 15px;
  color: #777777;
  font-size: .9em;
}
.route-information .select-trip-time {
  padding: 0px 15px 20px 15px;
  display: flex;
  flex-wrap: wrap;
}
.route-information .select-trip-time > div {
  width: 50%;
}
.route-information .select-trip-time > div.return {
  display: none;
}
.route-information .select-trip-time .label {
  font-size: .9em;
  font-weight: 400;
  color: #777777;
}
.route-information .ride-price {
  padding: 0 15px;
  font-size: 2em;
}
.module-ride-information-image {
  padding: 0;
}
.module-ride-information-image .map-image {
  height: 340px;
}
.module-ride-information-image .map-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head {
  padding-top: 10px;
}
.head .route-info {
  padding: 20px;
  font-size: 1.1em;
  color: #2B2B2B;
}
@media only screen and (max-width: 529px) {
  .head .route-info > div:first-child {
    margin-bottom: 20px;
  }
}
.head .route-info .indicator {
  display: block;
  padding-left: 15px;
  font-size: .6em;
  text-transform: uppercase;
  color: #777777;
}
.head .route-info .indicator:before {
  top: 2px;
}
.head .route-info .description {
  font-size: .6em;
  display: block;
  color: #777777;
}
.module-route-information .head {
  padding-top: 10px;
  padding-bottom: 15px;
}
.module-route-information .head .route-info {
  padding: 20px;
  font-size: 1.1em;
  color: #2B2B2B;
}
@media only screen and (max-width: 529px) {
  .module-route-information .head .route-info > div:first-child {
    margin-bottom: 20px;
  }
}
.module-route-information .head .route-info .indicator {
  display: block;
  padding-left: 15px;
  font-size: .6em;
  text-transform: uppercase;
  color: #777777;
}
.module-route-information .head .route-info .indicator:before {
  top: 2px;
}
.module-route-information .head .route-info .description {
  font-size: .6em;
  display: block;
  color: #777777;
}
.module-route-information .ride-wrap .route-meta {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.module-route-information .ride-wrap .route-meta > div {
  width: 33.3333%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #2B2B2B;
  font-size: 1em;
  text-align: center;
  padding: 8px;
}
.module-route-information .ride-wrap .route-meta > div:last-child {
  border-right: none;
}
.module-route-information .ride-wrap .route-meta > div.pre-icon:before {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 1.6em;
}
.module-route-information .ride-wrap .route-meta > div.availability {
  color: #AEAEAE;
}
.module-route-information .ride-wrap .route-meta > div.availability span {
  color: #2B2B2B;
}
.module-route-information .ride-action {
  padding: 20px 20px;
}
.module-route-information .ride-action .bvtton {
  padding: 10px 20px;
}
.module-route-information .select-trip-mode {
  padding: 20px 15px;
  color: #777777;
  font-size: .9em;
}
.module-route-information .ride-price {
  padding: 0 15px;
  font-size: 2em;
}
.module-route-information .select-trip-time {
  padding: 0px 15px 20px 15px;
  display: flex;
  flex-wrap: wrap;
}
.module-route-information .select-trip-time > div {
  width: 50%;
}
.module-route-information .select-trip-time > div.return {
  display: none;
}
.module-route-information .select-trip-time .label {
  font-size: .9em;
  font-weight: 400;
  color: #777777;
}
.module-route-information .ride-stops h4 {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #EFEFEF;
  border-right-color: transparent;
  border-left-color: transparent;
}
.module-route-information .ride-stops .select-trip-mode {
  padding: 20px 15px;
  color: #777777;
  font-size: .9em;
}
.module-route-information .ride-stops .stops-listing {
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 529px) {
  .module-route-information .ride-stops .stops-listing {
    flex-direction: column;
  }
  .module-route-information .ride-stops .stops-listing > div {
    width: 100% !important;
  }
}
.module-route-information .ride-stops .stops-listing > div {
  padding: 0 15px;
  font-size: 16px;
  width: 50%;
  color: #1D245F;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.module-route-information .ride-stops .stops-listing > div:before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0em;
  border: 2px solid #1D245F;
}
.module-route-information .ride-stops .stops-listing > div span {
  font-weight: 400;
  color: #777777;
  font-size: 12px;
  display: block;
}
.routes-search-header {
  padding: 10px 15px;
  background: #005a73;
  color: #fff;
}
.routes-search-header p {
  margin: 0;
  font-size: .8em;
}
/** SINGLE PAGES */
#page-header {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #fff;
  padding: 180px 0;
}
@media only screen and (max-width: 529px) {
  #page-header {
    padding: 100px 0;
  }
}
#page-header .underlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 529px) {
  #page-header .underlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
#page-header.businesses {
  background-image: url(https://fortunedotcom.files.wordpress.com/2014/06/lag-06-30-14-lagos-2.jpg);
}
#page-header.charter {
  background-image: url(https://images.unsplash.com/photo-1487588346406-4ca156e06c34?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=);
}
#page-header.pricing {
  background-image: url(http://lagosconvo.com/wp-content/uploads/2016/02/Danfo-in-Lagos.jpg);
}
#page-header.driver {
  background-image: url(https://images.unsplash.com/photo-1482029255085-35a4a48b7084?dpr=2&auto=format&fit=crop&w=1500&h=844&q=80&cs=tinysrgb&crop=);
}
#page-header h1 {
  z-index: 2;
  text-align: center;
  display: block;
  color: inherit;
  font-size: 3em;
  font-weight: 600;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.52);
}
@media only screen and (max-width: 529px) {
  #page-header h1 {
    max-width: 90%;
    font-size: 2.4em;
    line-height: 1em;
    margin-bottom: 15px;
  }
}
#page-header p {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4em;
  z-index: 2;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 529px) {
  #page-header p {
    color: #fff;
    max-width: 90%;
    font-size: 1em;
  }
}
#page-header .call-to-action {
  text-align: center;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
#page-header .call-to-action a {
  z-index: 2;
}
.faq-wrapper .faq {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 20px;
}
.faq-wrapper .faq .faq-header {
  font-weight: 500;
  font-size: 1.16em;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.faq-wrapper .faq .faq-content {
  background: #fff;
  color: #777777;
  padding: 15px;
  display: none;
}
@media only screen and (max-width: 529px) {
  .faq-wrapper .faq {
    width: 100%;
  }
}
.faq-image-wrapper {
  height: 400px;
  position: relative;
}
.testimonial {
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
}
.testimonial.with-photo .image {
  height: 200px;
}
.testimonial .credit {
  padding: 15px;
}
.testimonial .credit span {
  font-size: .8em;
  display: block;
  font-weight: 400;
  color: #AEAEAE;
}
.testimonial .text {
  padding: 15px;
}
.steps-wrapper .step span {
  font-size: 1.6em;
  font-weight: 500;
  color: #AEAEAE;
  display: block;
  margin-bottom: 15px;
}
.steps-wrapper .step h3 {
  font-size: 1.2em;
  display: block;
  margin-bottom: 15px;
}
.form-elements-wrapper.charter .form-element {
  margin-bottom: 20px;
}
.form-elements-wrapper.charter .form-element span.tip {
  display: block;
  font-size: .8em;
  margin-top: 20px;
}
.form-elements-wrapper.charter .form-element .bvtton {
  margin-top: 20px;
}
.form-elements-wrapper.charter .note {
  margin: 20px 0;
}
.form-elements-wrapper.charter .note h3 {
  color: #127CCB;
}
.form-elements-wrapper.charter .new-pickup-address {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: none;
}
.ride-price {
  background: #fff;
  padding: 25px;
}
.ride-price .amount {
  color: #2B2B2B;
  font-size: 1.8em;
  font-weight: 500;
}
.ride-price .ride-count {
  display: block;
  margin-bottom: 30px;
}
.disclaimer {
  font-size: .9em;
  font-weight: 500;
}
.value-wrapper {
  justify-content: space-between;
}
@media only screen and (max-width: 529px) {
  .value-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .value-wrapper {
    flex-direction: column;
  }
}
.value-wrapper > div {
  width: 31.5%;
}
@media only screen and (max-width: 529px) {
  .value-wrapper > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .value-wrapper > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
