img, object, embed, video {
  max-width: 100%; }

.ie6 img {
  width: 100%; }

/* mixins */
#mainContainer {
  background: #333; }

#mainContainer, .sidenav {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.gridContainer {
  max-width: 1560px;
  background: #fff;
  margin: 0 auto; }

.sideOverlay {
  display: none; }

.fr {
  float: right; }

.fontSize24 {
  font-size: 18px;
  font-weight: 400; }

.verPad {
  padding: 40px 0; }

.verPadLg {
  padding: 80px 0; }

.marginLarge {
  margin-bottom: 40px; }

.marginMedium {
  margin-bottom: 20px; }

.marginSmall {
  margin-bottom: 10px; }

.nomargin {
  margin-bottom: 0 !important; }

.relative {
  position: relative; }

.limitedImgWidth img {
  max-width: 120px; }

.centerElements {
  text-align: center; }

.textRight {
  text-align: right; }

.btn {
  padding: 4px 10px;
  background: #04ad3f;
  color: #fff; }
  .btn:hover {
    background: #037b2d; }

.btn2 {
  font-size: 14px;
  font-size: 1.5rem;
  line-height: 1.75;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  background: #04ad3f;
  color: #fff;
  position: relative; }
  .btn2.smallerFont {
    font-size: 0.8rem;
    line-height: 1.4; }
  .btn2.fullWidth {
    width: 100%; }
  .btn2.btnArrow {
    box-sizing: border-box;
    padding: 11px 60px 11px 20px; }
    .btn2.btnArrow i {
      position: absolute;
      top: 50%;
      right: 15px;
      font-size: 20px;
      margin: -10px 0 0;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .btn2:hover {
    background: #037b2d; }
    .btn2:hover.btnArrow i {
      right: 5px; }

.thumbLeftStyle .theImage {
  width: 60px;
  height: 60px;
  display: table-cell; }
.thumbLeftStyle .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-size: 24px; }
  .thumbLeftStyle .text h3 {
    font-size: 100%; }
  .thumbLeftStyle .text a {
    display: block;
    font-size: 60%;
    font-weight: 600; }

.linkStyle {
  color: #04ad3f;
  text-transform: uppercase;
  font-weight: 600; }
  .linkStyle i {
    font-size: 90%;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .linkStyle:hover {
    color: #037b2d; }
    .linkStyle:hover i {
      transform: translate3d(10px, 0, 0); }

.speratorBorder {
  margin: 10px 0;
  color: #949494;
  text-align: center;
  font-size: 80%;
  position: relative; }
  .speratorBorder span {
    background: #f8f8f9;
    position: relative;
    padding: 0 10px; }
  .speratorBorder:before {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #d6d6d6; }

.textBlockStyle .thisTitle {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600; }
  .textBlockStyle .thisTitle.smaller {
    font-weight: 300; }
.textBlockStyle p {
  line-height: 1.7; }

.styleTitleSub {
  font-size: 18px; }
  .styleTitleSub .thisSub {
    font-size: 100%;
    opacity: 0.5;
    line-height: 1;
    margin: 0 0 10px; }
  .styleTitleSub .thisTitle {
    font-size: 150%;
    font-weight: 400;
    margin: 0 0 20px; }

.twoTitles {
  font-size: 25px;
  line-height: 1; }
  .twoTitles .thisTitle {
    font-size: 100%;
    font-weight: 700;
    margin: 0 0 15px; }
  .twoTitles .thisSub {
    font-size: 100%; }

.smallBorder {
  padding: 20px 0; }
  .smallBorder span {
    width: 40px;
    height: 2px;
    background: #d6d6d6;
    display: block; }

.grayBg1 {
  background: #F8F8F9; }

.grayBg2 {
  background: #F1F1F1; }

.toTheEnd {
  position: relative; }
  .toTheEnd .theAvatar {
    height: 300px;
    position: relative; }
    .toTheEnd .theAvatar .in {
      height: 100%; }
  .toTheEnd .theContent {
    margin: 0 4%; }
  .toTheEnd.rightOff {
    margin-right: 0 !important; }
  .toTheEnd.leftOff {
    margin-left: 0 !important; }

.quoteStyle {
  font-weight: 100;
  font-size: 14px; }
  .quoteStyle .theQuote {
    margin: 0 0 10px;
    letter-spacing: -0.03em;
    font-size: 150%;
    color: #949494; }
  .quoteStyle .theName {
    font-weight: 400; }

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #282727;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  z-index: 999; }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s; }
    .sidenav a:hover {
      color: #f1f1f1; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

#header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  z-index: 99; }
  #header nav {
    max-width: 1560px;
    margin: 0 auto;
    background: #282727;
    height: 70px;
    line-height: 70px;
    font-weight: 300;
    color: #fff; }
    #header nav .menuIcon {
      font-size: 140%;
      padding: 0 10px;
      display: inline-block;
      cursor: pointer; }
    #header nav .logo {
      display: inline-block; }
      #header nav .logo img {
        height: 30px; }
    #header nav ul {
      display: none;
      margin: 0 0 0 20px; }
      #header nav ul li {
        display: inline-block;
        font-size: 120%; }
        #header nav ul li a {
          display: block;
          padding: 0 20px;
          line-height: 68px;
          border-top: 2px solid #282727;
          color: #fff; }
          #header nav ul li a#yollang {
            font-weight: 600; }
          #header nav ul li a:hover {
            border-color: #04ad3f;
            color: #04ad3f; }
    #header nav .getlocation {
      padding: 0 10px;
      display: inline-block;
      font-size: 140%;
      color: #04ad3f; }
      #header nav .getlocation:hover {
        color: #037b2d; }
    #header nav .btn {
      font-size: 70%; }

body.openNav {
  overflow-x: hidden; }
  body.openNav #mySidenav {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  body.openNav #mainContainer {
    -webkit-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
  body.openNav .sideOverlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms; }
  body.openNav .gridContainer, body.openNav #header nav {
    max-width: initial; }

.mainContent {
  padding: 70px 0 0; }

.getThere {
  font-size: 25px; }
  .getThere h2 {
    font-size: 100%;
    font-weight: 600; }
  .getThere p {
    font-size: 100%;
    font-weight: 300; }

.imgBGstyle {
  background-image: url(../images/drive.jpg);
  background-position-y: 0;
  background-position-x: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%; }
  .imgBGstyle .in {
    padding: 100px 0 40px; }
  .imgBGstyle.withoutContent {
    height: 250px; }
  .imgBGstyle.ourCommunityBg {
    background-image: url(../images/faces.jpg); }
  .imgBGstyle.ReasonsToDriveBg {
    background-image: url(../images/3.jpg); }
  .imgBGstyle.driveBg {
    background-image: url(../images/4.jpg); }
  .imgBGstyle.appBg {
    background-image: url(../images/appBg.jpg); }
  .imgBGstyle.mapBg {
    background-image: url(../images/city.jpg); }
  .imgBGstyle.commitmentBg {
    background-image: url(../images/6.jpg); }
  .imgBGstyle.rideSafetyBg {
    background-image: url(../images/travel2.jpg); }
  .imgBGstyle.onTripBg {
    background-image: url(../images/8.jpg); }
  .imgBGstyle.onTripBg2 {
    background-image: url(../images/9.jpg); }
  .imgBGstyle.airportBg {
    background-image: url(../images/airport2.jpg);
    background-position: center bottom; }
  .imgBGstyle.pressBg {
    background-image: url(../images/press.jpg);
    background-position: center bottom; }
  .imgBGstyle.contactBg {
    background-image: url(../images/contact.jpg);
    background-position: center bottom; }
  .imgBGstyle.howWorks {
    background-image: url(../images/appImg.jpg); }

.homeRide .theForm {
  float: left;
  margin: 44px 30px 0 100px;
  display: none;
  position: relative;
  z-index: 9; }
  .homeRide .theForm .in {
    width: 360px;
    padding: 20px;
    background: #F8F8F9;
    border-top: 8px solid #F1F1F1; }
    .homeRide .theForm .in .oneHalf {
      width: 50%;
      float: left; }
    .homeRide .theForm .in input {
      width: 94%;
      height: 50px;
      padding: 0 3%;
      margin: 0;
      border: none;
      box-shadow: inset 0 0 1px #d6d6d6;
      font-weight: 300; }
      .homeRide .theForm .in input::placeholder {
        color: #d6d6d6; }
    .homeRide .theForm .in .lastText {
      font-weight: 300; }
      .homeRide .theForm .in .lastText P {
        font-size: 10px; }
      .homeRide .theForm .in .lastText a {
        color: #04ad3f; }
.homeRide .startRideApp {
  width: 140px;
  padding: 20px 16px 16px 20px;
  position: absolute;
  bottom: -35px;
  left: 45px;
  background: #04ad3f;
  color: #fff;
  font-size: 120%; }
  .homeRide .startRideApp .text {
    display: block;
    margin: 0 0 90px; }
  .homeRide .startRideApp .linkStyle {
    color: #fff; }

.reasonsToRide .oneItem {
  margin: 0 0 40px;
  text-align: center; }
  .reasonsToRide .oneItem .avatar {
    margin: 0 0 20px; }
    .reasonsToRide .oneItem .avatar img {
      max-height: 120px; }

.overBgStyle .textBlockStyle {
  margin: 0 0 40px;
  max-width: 500px;
  color: #fff; }
  .overBgStyle .textBlockStyle p {
    color: #ccc; }

.homePricing .theMap {
  height: 350px;
  background: #eee; }
  .homePricing .theMap #map {
    width: 100%;
    height: 100%; }
.homePricing .setData {
  padding: 20px; }
  .homePricing .setData p {
    font-size: 100%;
    opacity: 0.5;
    line-height: 1;
    margin: 0 0 10px; }
  .homePricing .setData h2 {
    font-size: 150%;
    font-weight: 400;
    margin: 0 0 20px; }
  .homePricing .setData .inputs {
    position: relative; }
    .homePricing .setData .inputs .connector {
      position: absolute;
      top: 23px;
      bottom: 23px;
      left: 15px;
      width: 1px;
      background: #d6d6d6; }
      .homePricing .setData .inputs .connector:before, .homePricing .setData .inputs .connector:after {
        content: '';
        position: absolute;
        left: -2px;
        top: -3.5px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #27AA0B; }
      .homePricing .setData .inputs .connector:after {
        top: auto;
        bottom: -1.5px;
        background-color: #F32F00; }
    .homePricing .setData .inputs .oneItem {
      padding: 8px 12px 6px 29px;
      border: 1px solid #d6d6d6;
      margin: 0 0 20px;
      position: relative; }
      .homePricing .setData .inputs .oneItem input {
        width: 100%;
        height: 28px;
        padding: 0;
        margin: 0;
        border: none;
        font-size: 80%; }
        .homePricing .setData .inputs .oneItem input::placeholder {
          color: #d6d6d6; }
      .homePricing .setData .inputs .oneItem .icon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        line-height: 44px;
        padding: 0 10px;
        color: #d6d6d6; }
        .homePricing .setData .inputs .oneItem .icon.btnIcon {
          background: #d6d6d6;
          color: #fff;
          border: none;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          .homePricing .setData .inputs .oneItem .icon.btnIcon:hover {
            background: #04ad3f; }
  .homePricing .setData .thisResults {
    display: none; }
    .homePricing .setData .thisResults ul {
      margin: 0 0 10px; }
      .homePricing .setData .thisResults ul li {
        padding: 12px;
        overflow: hidden;
        border-bottom: 1px solid #d6d6d6; }
        .homePricing .setData .thisResults ul li .text {
          float: left; }
        .homePricing .setData .thisResults ul li .value {
          float: right; }
    .homePricing .setData .thisResults .ourAttention {
      padding: 12px;
      font-size: 11px; }

.getApp .theText {
  padding: 50px;
  box-sizing: border-box;
  float: right; }
.getApp .theImage {
  height: 300px;
  background-image: url(../images/desk.jpg);
  background-position: center center;
  background-size: cover; }

.homeFindCity h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3; }
  .homeFindCity h2 span {
    display: block;
    font-weight: 300; }
.homeFindCity .searchInput {
  max-width: 370px;
  position: relative; }
  .homeFindCity .searchInput .input input {
    width: 94%;
    height: 44px;
    border: none;
    padding: 0 3%;
    margin: 0; }
    .homeFindCity .searchInput .input input::placeholder {
      color: #d6d6d6; }
  .homeFindCity .searchInput button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: #04ad3f;
    border: none;
    color: #fff;
    font-size: 18px; }

.meetDrivers .styleTitleSub {
  padding: 0 4%; }
.meetDrivers .item {
  background: #fff; }
  .meetDrivers .item .content {
    padding: 30px; }
    .meetDrivers .item .content p {
      margin: 0 0 20px; }
.meetDrivers .flexslider .flex-viewport {
  padding: 0 4%; }
.meetDrivers .flexslider .slides > li {
  margin: 0 20px 0 0; }

#footer {
  background: #000; }
  #footer .topImg img {
    width: 100%; }
  #footer .footerContent {
    padding: 0 8%; }
    #footer .footerContent .logo img {
      width: 104px; }
    #footer .footerContent .signBtn {
      display: block;
      padding: 10px;
      margin: 0 0 10px;
      color: #fff;
      border: 2px solid #fff;
      background: #fff;
      color: #000;
      font-weight: 600;
      text-align: center;
      font-size: 70%; }
      #footer .footerContent .signBtn.style2 {
        background: #000;
        color: #fff; }
      #footer .footerContent .signBtn:hover {
        background: #E5E5E4;
        border-color: #E5E5E4;
        color: #000; }
    #footer .footerContent .menu a {
      color: #fff;
      display: block;
      margin: 0 0 20px;
      font-weight: 100; }
      #footer .footerContent .menu a i {
        margin: 0 10px 0 0; }
      #footer .footerContent .menu a:hover {
        color: #c6c6c6; }
    #footer .footerContent .menu.style2 {
      margin: -40px 0 20px; }
      #footer .footerContent .menu.style2 a {
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #282727; }
    #footer .footerContent .cities {
      font-size: 12px; }
      #footer .footerContent .cities .title {
        color: #c0c0c0;
        margin: 0 0 15px; }
      #footer .footerContent .cities .names a {
        color: #fff;
        margin: 0 15px 15px 0;
        display: inline-block; }
        #footer .footerContent .cities .names a:hover {
          color: #c6c6c6; }
    #footer .footerContent .downloadApp {
      text-align: center; }
      #footer .footerContent .downloadApp a {
        display: block;
        margin: 0 0 10px; }
    #footer .footerContent .borderBottom {
      border-bottom: 1px solid #282727; }

.startRideLink {
  width: 140px;
  padding: 20px 16px 16px 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #04ad3f;
  color: #fff;
  font-weight: 300; }
  .startRideLink .text {
    display: block;
    margin: 0 0 30px;
    font-size: 120%;
    line-height: 1.2; }
  .startRideLink .linkStyle {
    color: #fff;
    float: right; }
  .startRideLink.bottomRightPosition {
    left: auto;
    bottom: -30px;
    right: 30px;
    z-index: 9; }

.everyPrice {
  position: relative; }
  .everyPrice .theTabs {
    border-bottom: 2px solid #d6d6d6; }
    .everyPrice .theTabs .one {
      margin: 0 30px 0 0;
      float: left; }
      .everyPrice .theTabs .one span {
        font-weight: 700;
        display: block;
        padding: 0 0 20px 0;
        text-transform: uppercase;
        border-bottom: 2px solid #d6d6d6;
        margin-bottom: -2px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .everyPrice .theTabs .one.active span, .everyPrice .theTabs .one:hover span {
        border-color: #04ad3f;
        color: #04ad3f; }
  .everyPrice .theData .one {
    display: none; }
    .everyPrice .theData .one .avatar {
      margin: 0 0 20px;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      transition: all 1s ease; }
    .everyPrice .theData .one .content {
      margin: 0 0 30px 0;
      font-weight: 100;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      transition: all 1s ease; }
      .everyPrice .theData .one .content p {
        font-size: 150%;
        line-height: 1;
        margin: 0 0 20px; }
      .everyPrice .theData .one .content a {
        color: #04ad3f;
        margin: 0 0 0 5px; }
        .everyPrice .theData .one .content a:hover {
          color: #037b2d; }
    .everyPrice .theData .one.active {
      display: block; }
    .everyPrice .theData .one.hideIt .avatar {
      -webkit-transform: translate3d(-200%, 0, 0);
      -ms-transform: translate3d(-200%, 0, 0);
      transform: translate3d(-200%, 0, 0); }
    .everyPrice .theData .one.hideIt .content {
      opacity: 0;
      visibility: hidden; }
  .everyPrice .optionsBtn a {
    font-size: 0.8rem; }

.city-autocomplete {
  position: absolute;
  z-index: 10000;
  background: #fff;
  border: 1px solid #c3cacf;
  display: none;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px; }
  .city-autocomplete > div {
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer; }
    .city-autocomplete > div:hover {
      background: #c3cacf; }

.citiesSearch {
  padding: 0 0 100px; }
  .citiesSearch input#city {
    width: 100%;
    height: 70px;
    background: none;
    border: none;
    border-bottom: 1px solid #04ad3f;
    font-size: 40px;
    font-weight: 100; }
    .citiesSearch input#city::placeholder {
      color: #50a76e; }
  .citiesSearch .city-autocomplete {
    background: none;
    border: none;
    box-shadow: none; }
    .citiesSearch .city-autocomplete > div {
      font-size: none;
      opacity: 0.8; }

.citiesDisplay .one {
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d6d6d6; }
  .citiesDisplay .one .title {
    font-size: 33px;
    font-weight: 500;
    margin: 0 0 30px; }
  .citiesDisplay .one ul {
    font-size: 0; }
    .citiesDisplay .one ul li {
      font-size: 16px;
      font-weight: 100;
      padding: 15px 0; }
      .citiesDisplay .one ul li a:hover {
        color: #04ad3f; }
  .citiesDisplay .one:last-of-type {
    border: none;
    margin: 0; }

.btnsGroup {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6; }
  .btnsGroup .theBtns {
    -ms-flex-positive: 0;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-grow: 0;
    border-color: #e5e5e4;
    flex-flow: row wrap;
    border-width: 1px 0 0 1px;
    flex-grow: 0;
    padding: 0;
    border-style: solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex; }
    .btnsGroup .theBtns a {
      -moz-box-sizing: border-box;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      line-height: 1.38;
      max-width: 100%;
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      box-sizing: border-box;
      flex: 1 0 auto;
      color: #717171;
      border-color: #e5e5e4;
      border-style: solid;
      cursor: pointer;
      border-width: 0 1px 1px 0;
      display: block;
      background-color: white;
      padding: 14px 24px; }
      .btnsGroup .theBtns a:hover {
        color: #717171;
        background-color: #f8f8f9; }

.airportsDisplay .one {
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #d6d6d6; }
  .airportsDisplay .one .title {
    font-size: 33px;
    font-weight: 500;
    margin: 0 0 15px; }
  .airportsDisplay .one .subTitle {
    font-size: 25px;
    margin: 0 0 15px;
    color: #949494;
    font-weight: 100; }
  .airportsDisplay .one ul {
    font-size: 0;
    margin: 0 0 30px; }
    .airportsDisplay .one ul li {
      font-size: 16px;
      font-weight: 100;
      padding: 5px 0; }
      .airportsDisplay .one ul li a:hover {
        color: #04ad3f; }
  .airportsDisplay .one:last-of-type {
    border: none;
    margin: 0; }

.workingSteps .one {
  padding: 0 0 40px 50px;
  position: relative;
  max-width: 450px; }
  .workingSteps .one span.number {
    position: absolute;
    top: 5px;
    left: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #d6d6d6;
    border-radius: 100%;
    color: #949494; }
  .workingSteps .one:last-of-type {
    padding-bottom: 0; }

.faqs {
  border-top: 1px solid #d6d6d6; }
  .faqs .one {
    border-bottom: 1px solid #d6d6d6;
    font-size: 110%; }
    .faqs .one .title {
      padding: 20px;
      cursor: pointer; }
      .faqs .one .title .icon {
        width: 30px;
        display: inline-block;
        color: #04ad3f; }
    .faqs .one .content {
      padding: 0 50px 20px;
      font-weight: 100;
      line-height: 2;
      display: none; }
      .faqs .one .content p {
        margin: 0 0 20px; }
      .faqs .one .content ol {
        list-style: decimal;
        padding: 0 0 0 24px; }
    .faqs .one.active {
      background: #f0f0f0; }
      .faqs .one.active .title .icon i {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      .faqs .one.active .content {
        display: block; }
    .faqs .one:hover {
      background: #f0f0f0; }

.signupPage .theLogo {
  background: red;
  text-align: center;
  padding: 15px 0;
  background: #282727; }
  .signupPage .theLogo img {
    height: 40px; }
.signupPage .theForm {
  width: 90%;
  margin: 0 auto;
  max-width: 650px; }
  .signupPage .theForm .top {
    margin: 60px 0; }
    .signupPage .theForm .top .avatar {
      width: 160px;
      float: left;
      display: none; }
    .signupPage .theForm .top .text {
      margin: 30px 0 0 0; }
      .signupPage .theForm .top .text .title {
        font-size: 180%;
        margin: 0 0 20px;
        color: #04ad3f; }
      .signupPage .theForm .top .text p {
        margin: 0 0 10px; }
  .signupPage .theForm .formContainer .one {
    font-weight: 100;
    padding: 0 0 50px;
    position: relative; }
    .signupPage .theForm .formContainer .one .number {
      position: absolute;
      top: 0;
      left: -100px;
      width: 36px;
      height: 36px;
      line-height: 36px;
      background: white;
      color: #f0f0f0;
      border: 1px solid;
      border-radius: 100%;
      text-align: center;
      margin: 0 0 0 -18px;
      font-size: 120%; }
    .signupPage .theForm .formContainer .one .title {
      font-size: 200%;
      padding: 0 0 20px; }
    .signupPage .theForm .formContainer .one .input {
      margin: 0 0 15px; }
      .signupPage .theForm .formContainer .one .input input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        padding: 0 3%;
        border: 1px solid #d6d6d6;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .signupPage .theForm .formContainer .one .input textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        padding: 0 3%;
        border: 1px solid #d6d6d6;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }

        .signupPage .theForm .formContainer .one .input input::placeholder {
          color: #d6d6d6;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        .signupPage .theForm .formContainer .one .input textarea::placeholder {
          color: #d6d6d6;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease; }

        .signupPage .theForm .formContainer .one .input input:focus {
          border-color: #04ad3f; }
        .signupPage .theForm .formContainer .one .input textarea:focus {
          border-color: #04ad3f; }

          .signupPage .theForm .formContainer .one .input input:focus::placeholder {
            color: #fff; }

          .signupPage .theForm .formContainer .one .input textarea:focus::placeholder {
            color: #fff; }
      .signupPage .theForm .formContainer .one .input select {
        width: 100%;
        height: 40px;
        padding: 0;
        margin: 0;
        background: none;
        border: 1px solid #d6d6d6; }
      .signupPage .theForm .formContainer .one .input label {
        margin: 0 0 5px;
        display: block; }
      .signupPage .theForm .formContainer .one .input #mobileInput select {
        width: 22%;
        height: 40px;
        float: left;
        border: 1px solid #d6d6d6;
        background: #f0f0f0; }
      .signupPage .theForm .formContainer .one .input #mobileInput input {
        width: 78%;
        float: left; }
      .signupPage .theForm .formContainer .one .input .toggleInput label {
        color: #04ad3f;
        font-weight: 500; }
      .signupPage .theForm .formContainer .one .input .toggleInput .toHide {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .signupPage .theForm .formContainer .one .input .toggleInput.active .toHide {
        height: 42px; }
      .signupPage .theForm .formContainer .one .input.required label:before {
        content: "*";
        padding-right: 4px;
        font-size: 16px;
        color: #1fbad6; }
    .signupPage .theForm .formContainer .one:before {
      content: '';
      position: absolute;
      width: 1px;
      top: 0;
      bottom: 0;
      left: -100px;
      background: #f0f0f0; }
    .signupPage .theForm .formContainer .one.inUse .number {
      color: #04ad3f; }
    .signupPage .theForm .formContainer .one.done .number {
      color: #04ad3f; }
    .signupPage .theForm .formContainer .one.done:before {
      background: #04ad3f; }
  .signupPage .theForm .formContainer .myBtn {
    width: 100%;
    height: 50px;
    background: #04ad3f;
    border: none;
    color: #fff;
    font-size: 120%;
    font-weight: 100; }
    .signupPage .theForm .formContainer .myBtn.disabled {
      opacity: 0.5; }
  .signupPage .theForm .formContainer .sectionNotice {
    font-size: 120%;
    font-weight: 100;
    text-align: center; }
  .signupPage .theForm .formContainer .sectionTerms {
    text-align: center; }
    .signupPage .theForm .formContainer .sectionTerms a {
      color: #04ad3f; }

@media only screen and (min-width: 481px) {
  .twoTitles {
    font-size: 35px; }

  .largerFont {
    font-size: 150%; }

  .sidenav a {
    font-size: 25px; }

  #header nav .logo img {
    height: 40px; }

  #header nav .getlocation, #header nav .menuIcon {
    padding: 0 20px; }

  #header nav .btn {
    font-size: 100%; }

  .getThere {
    font-size: 35px; }

  .imgBGstyle.withoutContent {
    height: 350px; }

  .reasonsToRide .oneItem {
    margin: 0 0 80px; }

  .reasonsToRide .oneItem .avatar {
    width: 120px;
    float: left;
    margin: 0; }

  .reasonsToRide .textBlockStyle {
    margin: 0 0 0 140px; }

  .textBlockStyle .thisTitle {
    font-size: 24px; }

  .styleTitleSub {
    font-size: 22px; }

  .fontSize24 {
    font-size: 24px; }

  .homeFindCity h2 {
    font-size: 36px; }

  #footer .footerContent .signBtn {
    font-size: 100%;
    padding: 10px 20px; }

  .startRideLink .text {
    font-size: 170%;
    margin: 0 0 70px; }

  .everyPrice .theData .content p {
    font-size: 200%; }

  .citiesDisplay .one ul li {
    width: 50%;
    display: inline-block; }

  .quoteStyle .theQuote {
    font-size: 250%; }

  .airportsDisplay .one ul li {
    width: 50%;
    display: inline-block; }

  .signupPage .theForm .top .avatar {
    display: block; }

  .signupPage .theForm .top .text {
    margin: 30px 0 0 150px; }

  .signupPage .theForm .top .text .title {
    font-size: 250%; }

  .signupPage .theForm .top .text p {
    font-size: 120%; }

  .signupPage .theForm .formContainer {
    margin: 0 100px; } }
@media only screen and (min-width: 769px) {
  .imgBGstyle.withoutContent {
    height: 500px; }

  .imgBGstyle .in {
    padding: 150px 0; }

  .reasonsToRide .oneItem .avatar {
    height: 120px;
    margin: 0 0 20px;
    width: 100%;
    float: none; }

  .reasonsToRide .oneItem .avatar img {
    height: 100%; }

  .reasonsToRide .textBlockStyle {
    margin: 0; }

  .overBgStyle .textBlockStyle .thisTitle {
    font-size: 36px; }

  .homePricing {
    padding: 80px 0; }

  .homePricing .theMap {
    width: 65%;
    float: right; }

  .homePricing .setData {
    width: 33%;
    float: left;
    margin: 60px 0 0;
    padding: 0; }

  .getApp .theText {
    width: 406px;
    min-height: 532px; }

  .getApp .theImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 406px;
    height: auto; }

  .thumbLeftBig .theImage {
    width: 120px;
    float: left; }
  .thumbLeftBig .theText {
    margin: 0 0 0 160px; }

  #footer .footerContent .signBtn {
    display: inline-block;
    margin: 0; }

  #footer .footerContent .menu.style2 {
    margin: 0; }

  #footer .footerContent .menu.style2 a {
    border: none; }

  #footer .footerContent .downloadApp a {
    display: inline-block;
    margin: 0 10px; }

  .startRideLink {
    padding: 32px 20px 20px 32px;
    bottom: 30px;
    left: 45px; }

  .everyPrice .theData .one .content {
    margin: 0 250px 0 0; }

  .everyPrice .optionsBtn {
    position: absolute;
    bottom: 0;
    right: 0; }

  .toTheEnd .theAvatar {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%; }

  .toTheEnd .theContent {
    width: 57%;
    margin: 0; }

  .toTheEnd.avatarRight .theAvatar {
    right: 0; }

  .toTheEnd.avatarRight .theContent {
    float: left; }

  .toTheEnd.avatarLeft .theAvatar {
    left: 0; }

  .toTheEnd.avatarLeft .theContent {
    float: right; }

  .toTheEnd .theContent .quoteStyle {
    padding: 0 10% 0 7%; }

  .citiesDisplay .one ul li {
    width: 33.333%; }

  .imageInLeft .iil_avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px; }

  .imageInLeft .iil_content {
    margin: 0 0 0 200px; } }

  /*sdsdadasdas*/

.blog-row {margin-top:50px; }
.margin_bottom30 { margin-bottom:30px; }
.margin_left10 {margin-left:10px; }
.blog-content {padding:10px; }
.bg-white {background-color:#fff;}


@media only screen and (min-width: 1000px) {
  #header nav ul {
    display: inline-block; }

  #header nav .logo {
    margin: 0 0 0 40px; }

  .homeRide .theForm {
    display: block; }

  .homeRide .startRideApp {
    display: none; }

  .homePricing .theMap {
    height: 420px; }

  .getApp {
    padding: 74px 8%; }

  .getApp .theText {
    background: #fff; }

  .smallerWidth {
    max-width: 60%; } }
@media only screen and (min-width: 1230px) {
  .getThere {
    font-size: 44px; }

  .meetDrivers .styleTitleSub {
    padding: 0 8%; }

  .meetDrivers .flexslider .flex-viewport {
    padding: 0 8%; } }

/*# sourceMappingURL=main.css.map */
