#toast-container > div {
  -webkit-box-shadow: 0 0 10px #161616;
          box-shadow: 0 0 10px #161616;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

#toast-container > div .toast-title {
  font-size: 16px;
  font-weight: 600;
}

#toast-container > div .toast-message {
  font-size: 14px;
  font-weight: 400;
}

.toast-success {
  background-color: #2ab27b;
}

@font-face {
  font-family: 'Sufrimeda';
  src: url("/fonts/sufrimeda-webfont.woff2") format("woff2"), url("/fonts/sufrimeda-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #353535;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #353535;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  text-align: left;
  color: #353535;
}

a {
  color: #959494;
}

.bt-home a {
  color: #FFCE00;
}

a,
a > i {
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

a:hover {
  color: #deb200;
}

.bt-home a:hover {
  color: #aeaeae;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

form {
  margin-bottom: 0;
}

button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

button,
input[type="button"] {
  font-weight: 600;
}

p {
  margin-bottom: 15px;
}

.beeltaxi-logo {
  font-weight: 300;
  font-family: "Sufrimeda", sans-serif;
  color: #353535;
}

.beeltaxi-logo span {
  color: #FFCE00;
}

.beeltaxi-logo.beeltaxi-logo-light {
  color: #ffffff;
}

.beeltaxi-logo.beeltaxi-logo-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  color: #ffffff;
}

.beeltaxi-logo.beeltaxi-logo-brand span {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.beeltaxi-logo.beeltaxi-logo-brand:hover {
  color: #FFCE00;
}

.beeltaxi-logo.beeltaxi-logo-brand:hover span {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .beeltaxi-logo.beeltaxi-logo-brand {
    font-size: 50px;
  }
}

.help {
  font-size: 14px;
}

#home-header {
  background: #161616;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), to(transparent));
  background: linear-gradient(to bottom, #161616, transparent);
}

.bt-home #home-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
}

.navbar-burger {
  width: auto;
  height: auto;
}

.navbar-burger span {
  position: static;
  width: 30px;
  height: 3px;
  color: #ffffff;
}

.navbar-burger span + span {
  margin-top: 4px;
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.navbar {
  background-color: transparent;
}

@media (min-width: 1024px) {
  .navbar {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    align-items: center;
  }

  .bt-home .navbar {
    height: 80px;
    padding-bottom: 0;
  }
}

.navbar-brand {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  align-items: center;
}

.navbar-brand .navbar-item:hover {
  background-color: transparent;
}

.navbar-menu {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  background-color: #353535;
  font-family: "Oswald", sans-serif;
}

@media (min-width: 1024px) {
  .navbar-menu {
    height: auto !important;
    background-color: transparent;
  }
}

.navbar-menu .navbar-item {
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}

.navbar-menu .navbar-item:hover {
  background-color: #FFD52B;
  color: #353535;
}

@media (min-width: 1024px) {
  .navbar-menu .navbar-item:before {
    -webkit-transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    height: 4px;
    background-color: #ffffff;
    content: "";
  }

  .navbar-menu .navbar-item:hover {
    background-color: transparent;
    color: #FFCE00;
  }

  .navbar-menu .navbar-item:hover:before {
    right: 16px;
    left: 16px;
  }
}

.footer {
  position: relative;
  padding: 0;
  padding-top: calc(78px + 300px);
  background-color: #353535;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}

.footer .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .footer .container {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 78px;
  }
}

@media (min-width: 1024px) {
  .footer .container {
    -ms-flex-pack: start;
    -webkit-box-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

.footer .content:not(:last-child) {
  margin-bottom: 0;
}

.footer .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}

.footer .content ul li {
  line-height: 20px;
}

.footer .content ul li + li {
  margin-top: 0;
}

.footer .content ul.beeltaxi-phone {
  margin-top: 20px;
  color: #aeaeae;
}

.footer .content ul.beeltaxi-phone li a {
  color: #aeaeae;
}

.footer .content ul.beeltaxi-phone li a:hover {
  color: #ffffff;
}

.footer .content ul.beeltaxi-phone li a:hover i {
  color: #FFCE00;
}

.footer .content ul.beeltaxi-social {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 60px;
  font-size: 24px;
  color: #aeaeae;
}

.footer .content ul.beeltaxi-social li + li {
  margin-left: 10px;
}

.footer .content ul.beeltaxi-social li a {
  color: #aeaeae;
}

.footer .content ul.beeltaxi-social li a:hover {
  color: #ffffff;
}

.footer .content ul.beeltaxi-social li a:hover i {
  color: #FFCE00;
}

.footer .content ul.beeltaxi-legal {
  margin-top: 56px;
  font-size: 14px;
}

.footer .content ul.beeltaxi-legal a {
  color: #aeaeae;
}

.footer .content ul.beeltaxi-legal a:hover {
  color: #ffffff;
}

.footer .content.footer-contact-info {
  padding: 0 18px 65px;
}

@media (min-width: 768px) {
  .footer .content.footer-contact-info {
    padding-bottom: 0;
  }
}

.footer .content.footer-contact-info h3 {
  padding-left: 53px;
  background-image: url(/images/beeltaxi-favicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFD52B;
}

.footer .content.footer-contact-form {
  margin-right: -30px;
  margin-left: -30px;
  padding: 82px 30px;
  background-color: #161616;
}

@media (min-width: 768px) {
  .footer .content.footer-contact-form {
    margin-right: 0;
    margin-left: 0;
    padding: 82px 54px;
  }
}

@media (min-width: 1024px) {
  .footer .content.footer-contact-form {
    margin-left: 50px;
  }
}

@media (min-width: 1216px) {
  .footer .content.footer-contact-form {
    width: 636px;
    margin-left: 105px;
  }
}

.footer .content.footer-contact-form h3 {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .footer .content.footer-contact-form h3 {
    font-size: 24px;
  }
}

.footer .footer-contact-map {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 300px;
  background-color: #353535;
}

.footer .footer-contact-map > div {
  background-color: inherit !important;
}

@media (min-width: 1024px) {
  .footer .footer-contact-map {
    bottom: 0;
    left: calc(50% + 100px);
    height: auto;
  }
}

@media (min-width: 1216px) {
  .footer .footer-contact-map {
    left: calc(50% + 200px);
  }
}

.home-welcome-banner {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url("/images/beeltaxi-welcome-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .home-welcome-banner {
    padding-top: 460px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1024px) {
  .home-welcome-banner {
    padding-top: 250px;
  }
}

@media (min-width: 1024px) {
  .home-welcome-banner {
    padding-top: 300px;
  }
}

.home-welcome-banner h2,
.home-welcome-banner h6 {
  max-width: 235px;
  margin-bottom: 24px;
  line-height: 36px;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}

@media (min-width: 768px) {
  .home-welcome-banner h2,
  .home-welcome-banner h6 {
    max-width: 300px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .home-welcome-banner h2,
  .home-welcome-banner h6 {
    max-width: 470px;
  }
}

@media (min-width: 1024px) {
  .home-welcome-banner h2,
  .home-welcome-banner h6 {
    max-width: 570px;
    line-height: 44px;
    font-size: 32px;
  }
}

.home-welcome-banner h6 {
  margin-bottom: 0px;
  font-size: 18px;
}

.home-welcome-banner .store-link h3 {
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}

.home-welcome-banner .store-link a {
  -webkit-transition: 0.25s opacity ease-in-out;
  transition: 0.25s opacity ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

.home-welcome-banner .store-link a + a {
  margin-top: 10px;
}

.home-welcome-banner .store-link a img {
  width: 200px;
}

@media (min-width: 768px) {
  .home-welcome-banner .store-link a + a {
    margin-top: 0;
    margin-left: 10px;
  }

  .home-welcome-banner .store-link a img {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .home-welcome-banner .store-link a img {
    width: 241px;
  }
}

.home-welcome-banner .store-link a:hover {
  opacity: 0.8;
}

.home-yellow-bar {
  padding: 73px 0;
  background-color: #FFCE00;
  text-align: center;
}

@media (min-width: 1024px) {
  .home-yellow-bar {
    padding: 26px 0;
  }
}

.home-yellow-bar > * {
  line-height: 30px;
}

@media (min-width: 1024px) {
  .home-yellow-bar > * {
    line-height: 40px;
  }
}

.home-yellow-bar h4 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1024px) {
  .home-yellow-bar h4 {
    font-size: 30px;
  }
}

.home-yellow-bar p {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .home-yellow-bar p {
    font-size: 26px;
  }
}

.home-app-screens {
  position: relative;
  padding: 70px 0;
  background-color: #ffffff;
  text-align: center;
}

@media (min-width: 1024px) {
  .home-app-screens {
    padding: 110px 0;
  }

  .home-app-screens:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 310px;
    margin-top: -148px;
    background-color: #F8F8F8;
    content: "";
  }
}

@media (min-width: 1216px) {
  .home-app-screens:before {
    margin-top: -155px;
  }
}

.home-app-screens .container h1 {
  margin-bottom: 60px;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  text-transform: unset;
}

@media (min-width: 1024px) {
  .home-app-screens .container h1 {
    margin-bottom: 40px;
    font-size: 55px;
  }
}

@media (min-width: 1216px) {
  .home-app-screens .container h1 {
    margin-bottom: 80px;
  }
}

.home-app-screens .app-screens {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .home-app-screens .app-screens {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.home-app-screens .app-screens > li {
  position: relative;
}

@media (max-width: 1023px) {
  .home-app-screens .app-screens > li:before {
    position: absolute;
    z-index: 0;
    top: 60px;
    right: -30px;
    left: -30px;
    height: 310px;
    background-color: #F8F8F8;
    content: "";
  }

  .home-app-screens .app-screens > li + li {
    margin-top: 64px;
  }
}

@media (min-width: 1024px) {
  .home-app-screens .app-screens > li {
    -webkit-box-flex: 0.3;
    -ms-flex: 0.3;
    flex: 0.3;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.home-app-screens .app-screens > li > * {
  position: relative;
  z-index: 1;
}

.home-app-screens .app-screens > li img {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .home-app-screens .app-screens > li img {
    max-width: 248px;
  }
}

@media (max-width: 1215px) {
  .home-app-screens .app-screens > li img {
    max-width: 230px;
  }
}

.home-app-screens .app-screens > li div {
  margin: 0 auto;
  padding: 0 18px;
  line-height: 24px;
  font-size: 20px;
}

@media (max-width: 1023px) {
  .home-app-screens .app-screens > li div {
    max-width: 430px;
  }
}

@media (min-width: 1024px) and (max-width: 1215px) {
  .home-app-screens .app-screens > li div {
    line-height: 18px;
    font-size: 14px;
  }
}

.home-beeltaxi-advantages {
  background-image: url("/images/beeltaxi-home-advantages.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .home-beeltaxi-advantages .container {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.home-beeltaxi-advantages .home-advantages-list {
  position: relative;
  border-right: solid 20px rgba(255, 255, 255, 0.24);
  border-left: solid 20px rgba(255, 255, 255, 0.24);
  background-color: rgba(22, 22, 22, 0.6);
  background-clip: padding-box;
}

@media (min-width: 768px) {
  .home-beeltaxi-advantages .home-advantages-list {
    margin-right: 100px;
    border: none;
    background-color: transparent;
  }

  .home-beeltaxi-advantages .home-advantages-list:before {
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    border-right: solid 20px rgba(255, 255, 255, 0.24);
    border-left: solid 20px rgba(255, 255, 255, 0.24);
    background-color: rgba(22, 22, 22, 0.6);
    background-clip: padding-box;
    content: "";
  }
}

.home-beeltaxi-advantages .home-advantages-list ul {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-beeltaxi-advantages .home-advantages-list ul li {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .home-beeltaxi-advantages .home-advantages-list ul li {
    font-size: 26px;
    text-align: right;
  }
}

.home-beeltaxi-advantages .home-advantages-list ul li + li {
  margin-top: 52px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .home-beeltaxi-advantages .home-advantages-list ul li + li {
    margin-top: 92px;
    padding-top: 90px;
  }
}

.home-beeltaxi-advantages .home-advantages-list ul li + li:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 145px;
  height: 6px;
  margin-left: -72px;
  background-color: #FFCE00;
  content: "";
}

@media (min-width: 768px) {
  .home-beeltaxi-advantages .home-advantages-list ul li + li:before {
    right: -26;
    left: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .home-beeltaxi-advantages .home-advantages-list ul li + li:nth-child(2):before {
    right: -54;
  }
}

@media (min-width: 768px) {
  .home-beeltaxi-advantages .home-advantages-list ul li:nth-child(2) {
    margin-right: 116px;
  }

  .home-beeltaxi-advantages .home-advantages-list ul li:nth-child(3) {
    margin-right: 170px;
  }
}

.home-fare-calculator {
  display: none;
}

.home-welcome-text {
  padding-top: 122px;
  padding-bottom: 122px;
  background-image: url("/images/beeltaxi-welcome-text-csl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {
  .home-welcome-text {
    padding-top: 265px;
    padding-bottom: 265px;
  }
}

@media (min-width: 1024px) {
  .home-welcome-text .container {
    padding-right: 130px;
    padding-left: 130px;
  }
}

.home-welcome-text p {
  line-height: 30px;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .home-welcome-text p {
    line-height: 46px;
    font-size: 35px;
  }
}

.home-welcome-text .beeltaxi-logo {
  color: #ffffff;
}

body {
  background-image: url("/images/beeltaxi-welcome-banner.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}

body.bt-home {
  background-image: none;
}

body.bt-auth {
  background-size: cover;
  background-position: center;
}

body.bt-auth .auth-container {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}

.main-container {
  background-color: #ffffff;
}

.main-container h1 {
  text-transform: uppercase;
}

body:not(.bt-home) .main-container {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: justify;
}

.main-container header {
  font-size: 25px;
}

.main-container main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 1024px) {
  .container {
    padding-right: 42px;
    padding-left: 42px;
  }
}

#content {
  padding-top: 40px;
  padding-bottom: 40px;
}

