@charset "UTF-8";
#header-user, #header-social {
  margin: 0;
  padding: 0;
  list-style: none; }
  #header-user:after, #header-social:after {
    content: "";
    display: table;
    clear: both; }
  #header-user > li, #header-social > li {
    float: left; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?3272808");
  src: url("../font/fontello.eot?3272808#iefix") format("embedded-opentype"), url("../font/fontello.woff?3272808") format("woff"), url("../font/fontello.ttf?3272808") format("truetype"), url("../font/fontello.svg?3272808#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, .searchbox-trigger:before, .whyuse-entry:after, .index-faq-link:after, #result-side-title:after, .filter-entry.selected:before, .result-sort > .trigger:after, .provider-sort-box > .trigger:after, .car-location-toggle:before, .sidebar-companies > .r-ul > li:before, .sidebar-companies > .main-breadcrumb > li:before, .sidebar-places > .r-ul > li:before, .sidebar-places > .main-breadcrumb > li:before, .sidebar-whyuse li:after, .main-whyuse-li:before, .review-radio-label:before, .tagsinput a:before, .review-info-title:before, .picker__nav--prev:before, .picker__nav--next:before, [data-style="black"] + .popover > .popover-title:before, .popover-close:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-car-door:before {
  content: '\e800'; }

/* '' */
.icon-user:before {
  content: '\e801'; }

/* '' */
.icon-users:before {
  content: '\e802'; }

/* '' */
.icon-check:before {
  content: '\e803'; }

/* '' */
.icon-info:before {
  content: '\e804'; }

/* '' */
.icon-location:before {
  content: '\e805'; }

/* '' */
.icon-twitter:before {
  content: '\e806'; }

/* '' */
.icon-facebook:before {
  content: '\e807'; }

/* '' */
.icon-googleplus:before {
  content: '\e808'; }

/* '' */
.icon-right:before, .sidebar-companies > .r-ul > li:before, .sidebar-companies > .main-breadcrumb > li:before, .sidebar-places > .r-ul > li:before, .sidebar-places > .main-breadcrumb > li:before {
  content: '\e809'; }

/* '' */
.icon-left:before {
  content: '\e80a'; }

/* '' */
.icon-down:before {
  content: '\e80b'; }

/* '' */
.icon-menu:before {
  content: '\e80c'; }

/* '' */
.icon-calendar:before {
  content: '\e80d'; }

/* '' */
.icon-suitcase:before {
  content: '\e80e'; }

/* '' */
.icon-clock:before {
  content: '\e80f'; }

/* '' */
.icon-search:before {
  content: '\e810'; }

/* '' */
.icon-up:before {
  content: '\e811'; }

/* '' */
.icon-star:before {
  content: '\e812'; }

/* '' */
.icon-star-empty:before {
  content: '\e813'; }

/* '' */
.icon-cancel:before {
  content: '\e814'; }

/* '' */
.icon-export:before {
  content: '\e815'; }

/* '' */
.icon-cancel-circle:before {
  content: '\e816'; }

/* '' */
.icon-pencil:before {
  content: '\e817'; }

/* '' */
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0;
  font: 16px/1 "Proxima Nova", sans-serif;
  color: #132b39;
  background: url(../img/bg.gif); }
  @media screen and (max-width: 860px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 465px) {
    body {
      font-size: 14px; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1; }

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none; }

input, textarea, button {
  appearance: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  input::-moz-focus-inner, textarea::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0; }

button {
  background: transparent;
  outline: none;
  cursor: pointer; }

textarea {
  resize: vertical; }

.r-ul, .main-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none; }

.btn-yellow {
  color: #fff;
  background-color: #ff8900;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(49, 89, 113, 0.7); }
  .btn-yellow:hover {
    background-color: #ff9214; }

.btn-link {
  color: #2ba7f1;
  text-decoration: underline;
  -moz-text-decoration-color: #8bcff7;
       text-decoration-color: #8bcff7;
  background: transparent;
  border: none;
  outline: none; }
  .btn-link:hover {
    color: #5bbbf4; }

.btn-grey {
  color: #fff;
  background: #253139;
  border: none;
  border-radius: 2px; }
  .btn-grey:hover {
    background: #2f3e48; }

.fancy-select {
  position: relative; }
  .fancy-select > .trigger {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer; }
  .fancy-select > .options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
            transition: opacity 0.2s, visibility 0.2s, transform 0.2s; }
    .fancy-select > .options.open {
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px);
      visibility: visible;
      opacity: 1; }
    .fancy-select > .options.overflowing {
      top: auto;
      bottom: 100%; }
      .fancy-select > .options.overflowing.open {
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px); }
    .fancy-select > .options > li {
      -webkit-transition: color 0.2s, background 0.2s;
              transition: color 0.2s, background 0.2s;
      cursor: pointer; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

.container-padding {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

.searchbox {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.container:after, .container-padding:after, .searchbox:after {
  content: "";
  display: table;
  clear: both; }

.half {
  float: left;
  width: 50%; }

#result-side {
  float: left;
  padding-left: 15px;
  padding-right: 10px;
  width: 24%; }

#result-main {
  float: left;
  padding-left: 20px;
  padding-right: 15px;
  width: 76%; }

#result-top, .searchbox-full {
  float: left;
  width: 100%; }

.searchbox-third {
  float: left;
  width: 33%; }

.sidebar {
  float: left;
  padding-left: 15px;
  padding-right: 20px;
  width: 33.33333%; }

.main {
  float: right;
  padding-left: 17px;
  padding-right: 15px;
  width: 66.66667%; }

.review-form {
  float: left;
  width: 60%; }

.review-sidebar {
  float: left;
  width: 40%; }

.container-padding, .searchbox, .half, #result-top, .searchbox-full, .searchbox-third, .review-form, .review-sidebar {
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 1000px) {
  .searchbox-third {
    width: 100%; }

  .sidebar {
    padding-left: 15px;
    padding-right: 20px; }

  .main {
    padding-left: 17px;
    padding-right: 15px; }

  .container-padding, .searchbox, .half, #result-side, #result-main, #result-top, .searchbox-full, .searchbox-third, .review-form, .review-sidebar {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 860px) {
  .half {
    width: 100%; }

  #result-side {
    width: 100%; }

  #result-main {
    width: 100%; }

  .sidebar {
    width: 100%; }

  .main {
    width: 100%; }

  .review-form {
    width: 100%; }

  .review-sidebar {
    width: 100%; }

  .container-padding, .searchbox, .half, #result-side, #result-main, #result-top, .searchbox-full, .searchbox-third, .sidebar, .main, .review-form, .review-sidebar {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 465px) {
  .container-padding, .searchbox, .half, #result-side, #result-main, #result-top, .searchbox-full, .searchbox-third, .sidebar, .main, .review-form, .review-sidebar {
    padding-left: 11px;
    padding-right: 11px; } }
.inline:after {
  content: "";
  display: table;
  clear: both; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.show-large, .show-tablet, .show-mobile, .hero-title-2, .hero-title-3 {
  display: none; }

@media screen and (max-width: 860px) {
  .show-large {
    display: block; }

  .hide-large {
    display: none; } }
@media screen and (max-width: 633px) {
  .hide-tablet {
    display: none; }

  .show-tablet {
    display: block; } }
@media screen and (max-width: 465px) {
  .show-tablet, .hide-mobile {
    display: none; }

  .show-mobile {
    display: block; } }
#header {
  position: relative;
  height: 63px;
  padding-bottom: 3px;
  line-height: 57px;
  border-top: 3px solid #2ba7f1; }
  #header:after {
    content: "";
    display: table;
    clear: both; }
  #header.index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(37, 49, 57, 0.07); }
  #header.result {
    margin-bottom: 8px;
    background: #2f3c43; }
  #header-logo {
    float: left;
    margin-left: -20px; }
  #header-mobile {
    float: right; }
  #header-user {
    float: left;
    margin-right: 15px; }
    .header-user-link {
      display: block;
      margin-top: 1.25em;
      padding: 0 1em;
      font-size: 14px;
      line-height: 1em;
      color: #fff; }
      .header-user-link.has-border {
        border-right: 1px solid #fff; }
  #header-social {
    float: left; }
    .header-social-link {
      display: block;
      margin: 0.55em 0 0.5em 4px;
      font-size: 26px;
      line-height: 1;
      color: #fff;
      -webkit-transition: color 0.15s linear;
              transition: color 0.15s linear; }
      .header-social-link:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8); }

#footer {
  color: rgba(255, 255, 255, 0.6);
  background: #253239; }
  #footer-about {
    padding: 2.75em 0 1.55em;
    line-height: 1.5;
    color: #676973;
    background: #e5e9ec; }
    .footer-about-title {
      margin-bottom: 0.5em;
      font-size: 1.875em;
      text-align: center;
      font-weight: 400;
      color: #132b39; }
  #footer-links {
    margin: 0;
    padding: 1.5em 0;
    list-style: none; }
    #footer-links:after {
      content: "";
      display: table;
      clear: both; }
    #footer-links > li {
      float: left;
      margin-right: 15px;
      line-height: 1.5; }
  #footer-copy {
    float: right !important;
    margin-right: 0 !important; }

#header-trigger {
  display: none; }

@media screen and (max-width: 992px) {
  #footer-links {
    width: 60%;
    min-width: 270px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
    #footer-links > li {
      width: 100%; }

  #footer-copy {
    float: left; } }
@media screen and (min-width: 634px) {
  #header-mobile {
    display: block !important; } }
@media screen and (max-width: 633px) {
  #header-trigger {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    padding-top: 5px;
    padding-right: 15px;
    width: 60px;
    height: 60px;
    font-size: 38px;
    line-height: 1;
    text-align: right;
    color: #fff;
    border: none;
    cursor: pointer; }
    #header-trigger.index {
      background: transparent; }
    #header-trigger.result, #header-trigger.active {
      background: #3a4952; }

  #header-mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #3a4952; }

  #header-user {
    float: none;
    padding-top: 10px;
    width: 100%; }
    #header-user > li {
      width: 100%; }

  .header-user-link {
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border: none !important; }

  #header-social {
    padding: 10px 10px 20px; }

  .header-social-link {
    margin: 0 1.5em 0 0;
    font-size: 32px; }

  #footer-about {
    padding: 0em 8px 1.55em;
    line-height: 1.6;
    color: #676973;
    background: #f1f4f6; }
    .footer-about-title {
      margin-bottom: 0.6em;
      padding-left: 12px;
      text-align: left;
      letter-spacing: 1.25px; }
    #footer-about p {
      margin-bottom: 10px; }
  #footer-links {
    font-size: 13px;
    line-height: 1; } }
@media screen and (max-width: 465px) {
  #footer-about {
    padding: 1.25em 0px 1.55em;
    line-height: 1.3; }
    .footer-about-title {
      margin-bottom: 0;
      padding-left: 11px;
      letter-spacing: 0; }
    #footer-about p {
      margin-bottom: 0; } }
.searchbox {
  padding-top: 24px;
  padding-bottom: 25px;
  font-size: 18px;
  color: #fff;
  background: rgba(19, 156, 240, 0.9);
  border-radius: 4px; }
  .searchbox-optional {
    padding-bottom: 15px; }
  .searchbox-trigger {
    position: relative;
    display: block;
    padding: 5px 5px 0px 20px;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .searchbox-trigger:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 16px;
      height: 16px;
      text-align: center;
      color: #2ba7f1;
      background: #f1f5f5;
      border-radius: 2px; }
  .searchbox-dropoff {
    padding-top: 15px;
    display: none; }
  .searchbox-third {
    padding-bottom: 5px;
    cursor: default; }
  .searchbox-date {
    float: left;
    width: 50%; }
  .searchbox-time {
    float: right;
    width: 45%; }
  .searchbox-driver {
    position: relative;
    float: left;
    margin-right: 6%;
    width: 40%; }
    .searchbox-driver input {
      float: left;
      margin-right: 10px;
      width: 80px !important;
      background: #fff; }
    .searchbox-info {
      float: left;
      line-height: 36px;
      background: transparent;
      border: none; }
      .searchbox-info:hover {
        text-decoration: none; }
  .searchbox-submit {
    float: right;
    margin-top: 10px;
    margin-bottom: -5px;
    width: 54%;
    height: 52px;
    font-size: 24px;
    font-weight: 600;
    border: none;
    border-radius: 4px; }
  .searchbox input {
    display: block;
    padding: 5px 1px 5px 32px;
    width: 100%;
    height: 36px;
    color: #8d8d97;
    border: 2px solid transparent;
    border-radius: 2px; }

.searchbox-third:last-child {
  width: 34%; }

#searchbox-checkbox {
  display: none; }
  #searchbox-checkbox:checked + .searchbox-trigger:before {
    content: ""; }
  #searchbox-checkbox:checked ~ .searchbox-dropoff {
    display: block; }

.input-outer {
  position: relative;
  display: block;
  margin-top: 8px; }
  .input-outer:after {
    content: "";
    display: table;
    clear: both; }

.input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #000; }

.searchbox-driver-dropdown {
  display: none;
  position: absolute;
  top: 113%;
  left: 0;
  z-index: 100;
  padding-top: 47px;
  width: 122px;
  color: #686974;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  overflow: auto; }

.searchbox-driver-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  padding: 12px;
  width: 100%;
  font-family: 18px;
  text-align: center;
  color: #fff;
  background: #232329;
  border-radius: 4px 4px 0 0; }

.searchbox-driver-select {
  height: 315px;
  overflow: auto; }
  .searchbox-driver-select > li {
    padding: 7px 10px;
    font-size: 17px;
    cursor: pointer; }
    .searchbox-driver-select > li:hover {
      background: #d2edfc; }
    .searchbox-driver-select > li.selected {
      color: #fff;
      background: #2ba7f1; }
      .searchbox-driver-select > li.selected:hover {
        background: #2ba7f1; }

@media screen and (max-width: 1000px) {
  .searchbox {
    padding: 18px 4px 5px; }
    .searchbox-third {
      margin-bottom: 10px; }
    .searchbox-trigger {
      padding-left: 24px;
      padding-bottom: 0; }
    .searchbox-dropoff {
      padding-top: 15px; }
    .searchbox-date {
      width: 74%; }
    .searchbox-time {
      width: 23.5%; }
    .searchbox-driver {
      width: 50%; }
    .searchbox-submit {
      margin-top: 5px;
      width: 32%; }

  .searchbox-third:last-child {
    width: 100%; }

  .input-outer {
    margin-top: 4px; } }
@media screen and (max-width: 633px) {
  .searchbox-date {
    width: 50%; }
  .searchbox-time {
    width: 45%; }
  .searchbox-driver {
    margin-right: 0;
    width: 47%; }
  .searchbox-submit {
    width: 53%; } }
@media screen and (max-width: 465px) {
  .searchbox {
    padding: 18px 8px 3px; }
    .searchbox-third {
      margin-bottom: 10px; }
    .searchbox-dropoff {
      padding-top: 15px; }
    .searchbox input {
      font-size: 16px; } }
#index-hero {
  position: relative;
  min-height: 695px;
  padding-top: 63px;
  padding-bottom: 30px;
  background: url(../img/bg.jpg) center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 860px) {
    #index-hero {
      background: url(../img/bg-t.jpg) center top no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 465px) {
    #index-hero {
      background: url(../img/bg-m.jpg) center top no-repeat;
      background-size: cover; } }
.index-title {
  margin-top: 1.8em;
  font-size: 3.125em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.85px;
  text-align: center;
  color: #38464e; }
.index-sub-title {
  margin: 0 0 1.5em;
  font-size: 1.625em;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: center;
  color: #38464e; }
#index-marquee-box {
  position: relative;
  margin: auto;
  max-width: 830px;
  padding-left: 88px;
  padding-right: 79px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 4px 4px; }
#index-marquee-outer {
  width: 100%;
  overflow: hidden; }
#index-marquee {
  margin: 0 auto;
  padding: 1.4em 0;
  width: 1500px;
  list-style: none; }
  #index-marquee:after {
    content: "";
    display: table;
    clear: both; }
  #index-marquee > li {
    float: left;
    padding: 0 12px 0 0; }
    #index-marquee > li > img {
      height: 100%; }
  #index-marquee-left, #index-marquee-right {
    position: absolute;
    top: 34px;
    width: 43px;
    height: 43px;
    font-size: 1.5em;
    line-height: 43px;
    text-align: center;
    color: #2ba7f1;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: none;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    #index-marquee-left:hover, #index-marquee-right:hover {
      text-decoration: none; }
  #index-marquee-left {
    left: 18px; }
  #index-marquee-right {
    right: 16px; }
#index-content {
  padding: 3.55em 0 3.25em;
  background: #f5f8f9; }
#index-whyuse-wrap {
  padding: 0.75em 17px;
  background: #fff;
  border-radius: 3px/4px; }
  @media screen and (max-width: 860px) {
    #index-whyuse-wrap {
      margin-bottom: 46px; } }
#index-whyuse {
  margin: 0;
  padding: 0;
  list-style: none; }
  .whyuse-entry {
    position: relative;
    padding: 1.25em 0 0.85em 2.75em;
    border-bottom: 1px solid #eee; }
    .whyuse-entry:last-child {
      border: none; }
    .whyuse-entry:after {
      content: "";
      position: absolute;
      top: 1.25em;
      left: 1px;
      padding: 0.25em;
      width: 1.5em;
      height: 1.5em;
      font-size: 1.15em;
      text-align: center;
      color: #fff;
      background: #2ba7f1;
      border-radius: 50%; }
    .whyuse-entry > strong {
      display: block;
      font-size: 1.75em;
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 1px;
      color: #132b39; }
    .whyuse-entry > p {
      margin: 0;
      font-size: 1.125em;
      font-weight: 200;
      line-height: 1.3;
      letter-spacing: -0.45px;
      color: #686974; }
#index-faq-wrap {
  padding: 1.75em 17px 1.5em 19px;
  background: #e4e9ec;
  border-radius: 3px/4px;
  box-shadow: 0 2px 3px #fff, inset 0 2px 1px rgba(0, 0, 0, 0.06); }
.index-faq-title {
  margin-bottom: 0.5em;
  padding-left: 10px;
  font-size: 1.75em;
  letter-spacing: 0.625px;
  font-weight: 400;
  line-height: 1.3;
  color: #132b39; }
.panel {
  margin-bottom: 5px;
  font-weight: 200; }
.index-faq-link {
  position: relative;
  z-index: 5;
  display: block;
  padding: 0.65em 1em 0.65em 0.65em;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: #4b5a63;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid #cfd1d5;
  border-radius: 4px/5px; }
  .index-faq-link:hover {
    text-decoration: none;
    background-color: #f9f9f9; }
  .index-faq-link:after {
    content: "";
    float: right;
    font-size: 1.75em;
    line-height: 0.85;
    color: #2ba7f1;
    -webkit-transition: -webkit-transform 0.2s linear;
            transition: transform 0.2s linear; }
  .index-faq-link.active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.index-faq-content {
  margin-top: -0.1em;
  line-height: 1.5;
  color: #686974;
  background: #f3f6f9;
  border: 1px solid #cfd1d5;
  border-top: none;
  border-radius: 0 0 4px 4px; }
  .index-faq-content > p {
    margin: 0;
    padding: 0.75em 0.65em 0.65em; }
#index-faq-link {
  display: block;
  margin-top: 1.5em;
  margin-left: 5px;
  letter-spacing: -0.35px;
  color: #2ba7f1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s linear;
          transition: height 0.35s linear; }

@media screen and (max-width: 633px) {
  .index-title {
    margin-top: 32px;
    font-size: 36px; }

  .index-sub-title {
    margin-top: -2px;
    margin-bottom: 25px;
    font-size: 26px; }

  #index-marquee-box {
    margin: 30px auto 0;
    max-width: 530px;
    padding-left: 68px;
    padding-right: 68px;
    border-radius: 6px; }

  #index-marquee {
    padding: 17px 0; }
    #index-marquee-left, #index-marquee-right {
      top: 28px; }
    #index-marquee-left {
      left: 11px; }
    #index-marquee-right {
      right: 17px; }

  #index-content {
    padding-top: 34px; }

  #index-whyuse-wrap {
    padding-top: 0; }

  .whyuse-entry {
    padding: 2em 0 0.5em 3em; }
    .whyuse-entry:after {
      top: 2em; }
    .whyuse-entry > strong {
      letter-spacing: -1px; }
    .whyuse-entry > p {
      letter-spacing: 0; }

  #index-faq-wrap {
    padding: 1.75em 20px 1.5em 19px; }

  .index-faq-title {
    margin-bottom: 0.3em;
    font-size: 32px;
    letter-spacing: -1.5px; }

  .index-faq-link {
    padding: 0.75em 1em 0.75em 0.65em;
    letter-spacing: 0;
    font-weight: 400; } }
@media screen and (max-width: 465px) {
  #index-hero {
    padding-bottom: 45px;
    min-height: 100%; }

  .index-title {
    margin-top: 22px;
    font-size: 26px;
    letter-spacing: -0.5px; }

  .index-sub-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px; }

  #index-marquee-box {
    margin: 16px auto 0;
    max-width: 92%;
    padding-left: 20px;
    padding-right: 20px; }

  #index-marquee {
    padding: 12px 0; }
    #index-marquee > li {
      height: 38px;
      padding: 0 6px 0 0; }
    #index-marquee-left, #index-marquee-right {
      display: none; }

  #index-content {
    padding-top: 10px;
    padding-bottom: 0;
    background: #fff; }

  #index-whyuse-wrap {
    margin-bottom: 0px; }

  .whyuse-entry {
    padding: 0.5em 0 0.9em 2em; }
    .whyuse-entry:after {
      top: 10px;
      left: -15px;
      width: 28px;
      height: 28px;
      font-size: 20px;
      line-height: 1; }

  #index-faq-wrap {
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    padding: 1em 11px 1.5em;
    box-shadow: none;
    border-radius: 0; }

  .index-faq-title {
    margin-bottom: 0.3em;
    padding-left: 0;
    font-size: 28px; }

  .index-faq-link {
    position: relative;
    padding: 0.75em 2em 0.75em 0.65em; }
    .index-faq-link:after {
      position: absolute;
      top: 10px;
      right: 10px; } }
#result, #others {
  padding-top: 15px; }

#result-top {
  margin-bottom: 20px; }
  #result-top.active > #result-sum {
    display: none; }
  #result-top.active > #result-searchbox {
    display: block; }

#result-sum-location {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.15px; }
  #result-sum-location > strong {
    font-weight: 600; }

#result-sum-date {
  line-height: 24px;
  letter-spacing: -0.1px; }
  #result-sum-date > span, #result-sum-date > time {
    display: inline-block; }

#result-change-search {
  margin-left: 10px;
  padding: 0 21px;
  height: 22px;
  font-size: 12px;
  font-weight: 600; }

#result-searchbox {
  position: relative;
  display: none; }
  #result-searchbox-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 32px;
    height: 32px;
    font-size: 24px;
    color: #fff;
    background: #37acf2;
    border: none;
    border-radius: 50%; }
    #result-searchbox-close:hover {
      background: #43b1f3; }

#result-side {
  margin-bottom: 22px; }
  #result-side-inner {
    padding-top: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #result-side-title {
    display: block;
    margin: 0 17px;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.3; }
  #result-side-reset {
    margin: 0 17px;
    font-size: 13px; }
  #result-side-columns {
    padding-top: 10px; }

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none; }
.filter-title {
  display: block;
  padding-bottom: 0.5em;
  letter-spacing: 0.25px;
  font-weight: 600; }
.filter-entry {
  position: relative;
  margin-bottom: 7px;
  padding-left: 24px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer; }
  .filter-entry:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 3px; }
  .filter-entry:after {
    content: "£" attr(data-price);
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: left;
    color: #000; }
  .filter-entry.selected:before {
    content: "";
    text-align: center;
    color: #fff;
    background: #2ba7f1;
    border-color: #2ba7f1; }
.filter-no-price:after {
  content: ""; }

.result-side-filter {
  padding: 15px 12px 15px 17px;
  border-bottom: 1px solid #e5e5e5; }
  .result-side-filter:last-of-type {
    border-bottom: none; }

.result-search-progress {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 38px;
  color: #465259; }
  .result-search-progress:after {
    content: "";
    display: table;
    clear: both; }

.result-search-text {
  float: left; }

.search-progress {
  float: right;
  width: 58%;
  height: 38px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden; }
  .search-progress-bar {
    padding: 0 12px;
    font-size: 18px;
    line-height: 36px;
    text-align: right;
    color: #fff;
    background-color: #139cf0;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 20px 20px; }

.result-meta {
  margin-bottom: 15px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.3px; }
  .result-meta:after {
    content: "";
    display: table;
    clear: both; }
  .result-meta-left {
    float: left; }
  .result-meta-right {
    float: right; }

#result-show-all {
  margin-left: 0;
  letter-spacing: -0.5px; }

.result-sort, .provider-sort-box {
  float: right;
  width: 128px;
  height: 34px;
  line-height: 31px;
  text-align: left;
  color: #2f3c43;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .result-sort > .trigger, .provider-sort-box > .trigger {
    padding: 0 10px;
    letter-spacing: -0.4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden; }
    .result-sort > .trigger:after, .provider-sort-box > .trigger:after {
      content: "";
      font-size: 18px;
      position: absolute;
      top: 0;
      right: 10px;
      -webkit-transition: -webkit-transform 0.25s linear;
              transition: transform 0.25s linear; }
    .result-sort > .trigger.open:after, .provider-sort-box > .trigger.open:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .result-sort > .options, .provider-sort-box > .options {
    padding: 5px 0;
    width: 100%;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px; }
    .result-sort > .options > li, .provider-sort-box > .options > li {
      padding: 2px 7px; }
      .result-sort > .options > li:hover, .result-sort > .options > li.hover, .provider-sort-box > .options > li:hover, .provider-sort-box > .options > li.hover {
        background: #f7f7f7; }
      .result-sort > .options > li.selected, .provider-sort-box > .options > li.selected {
        color: #2ba7f1; }
  .result-sort-title, .provider-sort-box-title {
    float: left;
    margin-right: 10px;
    letter-spacing: -0.25px; }

.car {
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .car-details {
    height: 135px;
    text-align: center;
    color: #8d8d97; }
    .car-details:after {
      content: "";
      display: table;
      clear: both; }
  .car-img {
    float: left;
    padding: 10px;
    width: 23%;
    height: 100%; }
    .car-img > span {
      display: block;
      margin-top: 7px;
      font-size: 14px; }
  .car-compact {
    float: left;
    padding: 0 30px;
    width: 23.75%;
    height: 100%; }
    .car-compact > strong {
      display: block;
      padding: 1.65em 0;
      font-size: 18px;
      font-weight: 600;
      color: #40414b;
      clear: both; }
    .car-compact > span {
      position: relative;
      float: left;
      width: 33.33333%;
      font-size: 26px;
      color: #c7c7c7; }
      .car-compact > span:after {
        content: attr(data-number);
        position: absolute;
        right: 0;
        bottom: -3px;
        min-width: 15px;
        height: 15px;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        color: #fff;
        background: #2ba7f1;
        border-radius: 8px; }
  .car-company {
    float: left;
    padding: 50px 22px 20px;
    width: 14.5%;
    height: 100%;
    border-left: 1px solid #ddd; }
    .car-company > .car-info {
      margin: 22px auto 0;
      font-size: 20px;
      color: #c7c7c7;
      background: transparent;
      border: none; }
      .car-company > .car-info:hover {
        text-decoration: none; }
  .car-features {
    float: left;
    padding: 20px 10px 10px 5px;
    width: 19%;
    height: 100%;
    font-size: 13px;
    text-align: left;
    line-height: 1.3;
    border-right: 1px solid #ddd; }
  .car-price {
    float: left;
    padding-top: 15px;
    width: 19.75%;
    height: 100%;
    text-align: center; }
    .car-price > strong {
      display: block;
      font-size: 29px;
      font-weight: 400;
      line-height: 1.3;
      color: #000; }
      .car-price > strong > span {
        font-size: 24px; }
    .car-price > small {
      display: block;
      margin-top: -3px;
      margin-bottom: 15px;
      font-size: 12px;
      font-weight: 600; }
  .car-select {
    display: block;
    margin: 0 auto;
    width: 5.55556em;
    height: 2.11111em;
    font-size: 1.125em;
    line-height: 2.11111em; }
    .car-select:hover {
      text-decoration: none; }

.car-location {
  position: relative;
  min-height: 31px;
  border-radius: 0 0 4px 4px; }
  .car-location-toggle {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding-left: 40px;
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    background: #e5e9ec;
    border: none; }
    .car-location-toggle:before {
      position: absolute;
      top: 0px;
      left: 10px;
      content: "";
      margin-right: 11px;
      font-size: 32px;
      color: #2ba7f1;
      -webkit-transition: -webkit-transform 0.25s linear;
              transition: transform 0.25s linear; }
    .car-location-toggle.active {
      background: rgba(255, 255, 255, 0.5); }
      .car-location-toggle.active:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
.car-map {
  position: relative;
  z-index: 1;
  display: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden; }
  .car-map-pick, .car-map-drop {
    display: none;
    width: 100%;
    height: 220px;
    background: #e5e3df; }
    .car-map-pick.active, .car-map-drop.active {
      display: block; }
  .car-map-ctrl {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 10;
    width: 154px; }
  .car-map-btn {
    float: left;
    padding: 0 10px;
    height: 38px;
    color: #2ba7f1;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
    border: none;
    box-shadow: 0 1px 2px rgba(49, 89, 113, 0.7); }
    .car-map-btn.active {
      color: #fff;
      background-color: #139def; }

.car-info-2 {
  position: absolute;
  bottom: 1px;
  right: 8px;
  z-index: 20;
  font-size: 20px;
  color: #c7c7c7;
  background: transparent;
  border: none; }
  .car-info-2:hover {
    text-decoration: none; }

.car-pickup {
  border-radius: 2px 0 0 2px; }

.car-dropoff {
  border-radius: 0 2px 2px 0; }

.car-export {
  position: absolute;
  bottom: 40px;
  right: 10px;
  z-index: 10;
  padding-right: 5px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  color: #fff;
  background-color: #969696;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(49, 89, 113, 0.7); }
  .car-export:hover {
    text-decoration: none;
    background-color: #a3a3a3; }

.result-pagination {
  float: right;
  margin-top: -7px;
  margin-bottom: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .result-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .result-pagination > li {
    float: left;
    margin: 0 0 0 5px;
    min-width: 26px;
    line-height: 26px;
    text-align: center;
    color: #2ba7f1;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid #ddd;
    border-radius: 3px; }
    .result-pagination > li:hover {
      background-color: #f7f7f7; }
      .result-pagination > li:hover > a {
        text-decoration: none; }
    .result-pagination > li > a {
      display: block;
      padding: 0 5px; }
    .result-pagination > li.active {
      color: #fff;
      background-color: #139def;
      border-color: #139def; }
  .result-pagination-indicator {
    width: 30px; }
  .result-pagination-ellipsis {
    margin: 0 !important;
    color: #686974 !important;
    background: transparent !important;
    border: none !important; }

@media screen and (min-width: 861px) {
  #result-side-columns {
    display: block !important; } }
@media screen and (max-width: 860px) {
  #result-side {
    margin-bottom: 0; }

  #result-side-trigger {
    overflow: hidden; }

  #result-side-inner {
    padding-top: 7px;
    padding-bottom: 5px; }

  #result-side-title {
    float: left;
    position: relative;
    width: 146px;
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer; }
    #result-side-title:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      font-size: 22px;
      line-height: 1;
      -webkit-transition: -webkit-transform 0.3s linear;
              transition: transform 0.3s linear; }
    #result-side-title.active:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

  .result-side-filter {
    padding-left: 12px;
    border: none; }

  #result-side-reset {
    float: right;
    margin-right: 15px;
    line-height: 22px; }

  #result-side-columns {
    display: none;
    padding-top: 3px;
    border: none;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }

  .result-search-progress {
    margin-top: 10px; }

  .car-features {
    padding-left: 10px; } }
@media screen and (max-width: 748px) {
  .car-img {
    width: 21%; }
  .car-compact {
    padding: 0 15px;
    width: 24.75%; }
  .car-company {
    padding: 50px 20px 20px 15px;
    width: 14.5%; }
  .car-features {
    padding: 20px 10px 10px 0;
    width: 19%; }
  .car-price {
    padding-top: 15px;
    width: 20.75%; } }
@media screen and (max-width: 633px) {
  #result-top {
    margin-bottom: 11px; }

  #result-sum-location > span {
    display: block; }

  #result-sum-date {
    letter-spacing: 0.3px; }

  #result-change-search {
    display: block;
    margin-top: 12px;
    margin-left: 0;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 16px;
    letter-spacing: -0.15px;
    text-align: center; }

  #result-side-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }

  .result-search-progress {
    font-size: 20px; }

  #result-show-all {
    margin-left: 3px;
    font-size: 13px; }

  .car {
    margin-bottom: 12px; }
    .car-img {
      width: 27%; }
    .car-compact {
      padding: 0 5px;
      width: 26%; }
    .car-company {
      padding: 28px 17px 20px;
      width: 19.5%;
      border: none; }
    .car-features {
      display: none; }
    .car-price {
      padding-right: 5px;
      width: 27.5%; }
    .car-select {
      width: 6em;
      height: 2.22222em; }

  .result-pagination {
    margin-top: 0; } }
@media screen and (max-width: 465px) {
  #header.result {
    margin-bottom: 0; }

  #result-top {
    margin-bottom: 7px; }

  #result-sum-location {
    margin-bottom: 2px;
    font-size: 16px; }

  #result-sum-date {
    font-size: 12px; }

  #result-change-search {
    margin-top: 8px; }

  #result-side-columns {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }

  .result-meta {
    margin-bottom: 8px; }

  .result-search-progress {
    margin-bottom: 8px;
    font-size: 18px; }

  .result-meta-right {
    width: 100%; }

  .result-sort {
    width: 100%; }
    .result-sort > .trigger {
      width: 100%;
      padding-right: 50%; }
      .result-sort > .trigger:before {
        content: "Sort: "; }
      .result-sort > .trigger:after {
        left: 143px;
        right: auto;
        font-size: 22px; }

  .car-details {
    height: 136px;
    padding-bottom: 5px; }
  .car-img {
    padding: 16px 15px 10px;
    width: 41%; }
    .car-img > .car-picture {
      height: 50px; }
    .car-img > span {
      margin-top: 4px;
      font-size: 13px; }
    .car-img > .car-company-small {
      margin: 13px auto 0;
      max-height: 20px; }
  .car-compact {
    padding: 20px 0px 0;
    width: 15%; }
    .car-compact > strong {
      display: none; }
    .car-compact > span {
      width: auto;
      margin: 0 0 5px 30%; }
      .car-compact > span:after {
        right: -7px; }
  .car-company {
    display: none; }
  .car-price {
    float: right;
    padding-top: 20px;
    padding-right: 0;
    width: 40%; }
    .car-price > strong {
      font-size: 24px;
      margin-bottom: 2px; }
      .car-price > strong > span {
        font-size: 20px; }
    .car-price > small {
      margin-bottom: 16px; }

  .car-select {
    width: 70%;
    height: 38px;
    font-size: 18px; } }
.sidebar-map, .sidebar-providers, .sidebar-companies, .sidebar-places, .sidebar-review, .sidebar-whyuse {
  margin-bottom: 25px;
  padding: 10px 17px 12px;
  color: #38464e;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.03);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sidebar-title {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.5;
  font-weight: 600; }
.sidebar-searchbox {
  margin-bottom: 25px; }
  .sidebar-searchbox .searchbox {
    padding: 17px 15px 20px !important; }
  .sidebar-searchbox .searchbox-full {
    padding-left: 5px !important;
    padding-right: 5px !important; }
    .sidebar-searchbox .searchbox-full:nth-of-type(4), .sidebar-searchbox .searchbox-full:nth-of-type(5) {
      padding-top: 12px !important; }
  .sidebar-searchbox .searchbox-date {
    width: 50% !important; }
  .sidebar-searchbox .searchbox-time {
    width: 45% !important; }
  .sidebar-searchbox .input-outer {
    margin-top: 5px !important; }
  .sidebar-searchbox .searchbox-trigger {
    padding-left: 20px !important; }
  .sidebar-searchbox .searchbox-dropoff {
    padding-top: 10px !important; }
  .sidebar-searchbox .searchbox-driver {
    width: 100% !important; }
  .sidebar-searchbox .searchbox-submit {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    width: 100% !important; }
.sidebar-map {
  padding: 8px; }
  .sidebar-map > .googlemap {
    width: 100%;
    height: 220px; }
.sidebar-companies, .sidebar-places {
  padding-top: 13px; }
  .sidebar-companies > .r-ul, .sidebar-companies > .main-breadcrumb, .sidebar-places > .r-ul, .sidebar-places > .main-breadcrumb {
    padding-top: 2px;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    .sidebar-companies > .r-ul > li, .sidebar-companies > .main-breadcrumb > li, .sidebar-places > .r-ul > li, .sidebar-places > .main-breadcrumb > li {
      position: relative;
      padding-left: 24px; }
      .sidebar-companies > .r-ul > li:before, .sidebar-companies > .main-breadcrumb > li:before, .sidebar-places > .r-ul > li:before, .sidebar-places > .main-breadcrumb > li:before {
        position: absolute;
        top: 0;
        left: 3px;
        color: #2ba7f1;
        font-size: 16px;
        line-height: 20px; }
.sidebar-review-img {
  margin: 13px 0;
  position: relative;
  max-width: 130px;
  height: 92px;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ddd, 0 0 6px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden; }
.sidebar-review-p {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -0.2px; }
.sidebar-review-more {
  color: #2ba7f1;
  text-decoration: underline; }
.sidebar-whyuse li {
  position: relative;
  padding: 5px 0 5px 32px;
  line-height: 20px; }
  .sidebar-whyuse li:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #2ba7f1;
    border-radius: 50%; }

.sidebar-marquee-outer {
  width: 100%;
  overflow: hidden; }

.sidebar-marquee {
  margin: 0 auto;
  padding: 5px 0;
  width: 800px;
  list-style: none; }
  .sidebar-marquee:after {
    content: "";
    display: table;
    clear: both; }
  .sidebar-marquee > li {
    float: left;
    width: 82px;
    margin-right: 6px; }

.main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .main-breadcrumb {
    padding-top: 3px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -0.25px; }
    .main-breadcrumb:after {
      content: "";
      display: table;
      clear: both; }
    .main-breadcrumb > li {
      float: left; }
      .main-breadcrumb > li:after {
        content: ">";
        margin: 0 7px; }
      .main-breadcrumb > li.active:after {
        content: ""; }
      .main-breadcrumb > li > a {
        color: #2ba7f1;
        text-decoration: underline;
        -moz-text-decoration-color: #8bcff7;
             text-decoration-color: #8bcff7; }
  .main-content-hero {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.03); }
    .main-content-hero > img {
      width: 100%; }
    .main-content-hero + .main-content {
      padding-top: 38px; }
  .main-content {
    margin-bottom: 5px;
    padding: 15px 0 20px; }
    .main-content > h2 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.3;
      font-weight: 600; }
    .main-content > p {
      margin-top: 0;
      line-height: 1.5; }
  .main-title {
    font-size: 42px;
    line-height: 1;
    font-weight: 600; }
  .main-blue-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    color: #2ba7f1; }
  .main-subtitle {
    padding-top: 10px; }
  .main-box {
    margin-bottom: 35px;
    padding: 10px 20px 15px;
    background: rgba(233, 233, 233, 0.75);
    border: 1px solid #ddd;
    border-radius: 4px; }
    .main-box-title {
      margin-bottom: 10px;
      font-size: 26px;
      letter-spacing: -0.85px;
      line-height: 1.3;
      font-weight: 600; }
    .main-box-inline {
      padding: 0 0 24px; }
      .main-box-inline:after {
        content: "";
        display: table;
        clear: both; }
  .main-biz-description {
    margin-bottom: 15px; }
    .main-biz-description:after {
      content: "";
      display: table;
      clear: both; }
    .main-biz-description > p {
      margin-top: 0;
      line-height: 1.5; }
  .main-biz-img {
    float: right;
    max-width: 290px;
    margin-top: 7px;
    margin-left: 15px;
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.03); }
  .main-whyuse-title {
    padding: 6px 0 9px;
    font-size: 20px; }
  .main-whyuse-ul {
    padding-top: 10px;
    line-height: 1.5; }
  .main-whyuse-li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 28px; }
    .main-whyuse-li:before {
      content: "";
      position: absolute;
      top: 0;
      left: -2px;
      width: 20px;
      height: 20px;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #fff;
      background: #2ba7f1;
      border-radius: 50%; }
    .main-whyuse-li:last-child {
      margin-bottom: 0; }
  .main-filter {
    float: right;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .main-filter-li {
      float: left;
      margin: 0 1px;
      padding: 0 3px;
      line-height: 22px;
      color: #2ba7f1;
      border-radius: 2px;
      cursor: pointer; }
      .main-filter-li.active {
        color: #fff;
        background: #233037; }
  .main-city-outer {
    margin: 0 -20px;
    padding-left: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .main-city-top80 {
    float: left;
    padding: 0 8px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background: #233037;
    border: none;
    border-radius: 2px; }
    .main-city-top80.enable {
      background: #2ba7f1; }
  .main-city-ul:after {
    content: "";
    display: table;
    clear: both; }
  .main-city-li {
    float: left;
    width: 33.33333%;
    line-height: 24px; }
  .no-results {
    position: relative; }
    .no-results:after {
      content: "No results found.";
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
      text-align: center; }
  .main-countries-outer {
    height: 230px;
    margin: 0 -20px;
    padding-left: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .main-countries {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3; }
  .main-country {
    margin-bottom: 25px;
    line-height: 24px; }
    .main-country-link {
      font-weight: 600; }

.fixed-height {
  height: 170px; }

.provider-sort {
  padding-bottom: 18px;
  text-align: right; }
  .provider-sort:after {
    content: "";
    display: table;
    clear: both; }
  .provider-sort-title {
    margin-right: 7px;
    vertical-align: top;
    font-weight: 600;
    line-height: 34px; }
.provider-link {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: #2ba7f1; }
.provider-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 16px; }
.provider-address {
  display: block;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 18px;
  font-style: normal; }
.provider-tags {
  font-size: 14px;
  line-height: 16px;
  color: #8d8d97; }
.provider-img-outer {
  position: relative;
  width: 100%;
  height: 92px;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ddd, 0 0 6px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden; }
.provider-img-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 200%; }
.provider-img {
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  margin: auto; }
.provider-rank > .icon-star {
  font-size: 20px;
  color: #cdcdcd; }
.provider-rank > .active {
  color: #2ba7f1; }
.provider-sort-box {
  width: 136px; }

.provider-list {
  margin-bottom: 40px; }

.provider-entry {
  padding: 18px 0 15px;
  border-top: 1px solid #ddd; }
  .provider-entry:after {
    content: "";
    display: table;
    clear: both; }
  .provider-entry-left {
    float: left;
    width: 20%; }
  .provider-entry-middle {
    float: left;
    padding: 0 0 0 42px;
    width: 60%; }
    .provider-entry-middle > .provider-link {
      position: relative; }
      .provider-entry-middle > .provider-link:before {
        position: absolute;
        top: 2px;
        left: -25px;
        content: url(../img/pin.png); }
      .provider-entry-middle > .provider-link:after {
        position: absolute;
        top: 2px;
        left: -25px;
        width: 16px;
        height: 22px;
        line-height: 18px;
        content: attr(data-letter);
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        color: #fff; }
  .googlemap-letter {
    width: 16px;
    height: 22px;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
  .provider-entry-right {
    float: left;
    width: 20%;
    text-align: right; }
    .provider-entry-right > span {
      display: block;
      padding-top: 6px;
      font-size: 14px;
      line-height: 14px;
      color: #8d8d97; }

.biz-title {
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.8px; }
.biz-pane {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }
  .biz-pane:after {
    content: "";
    display: table;
    clear: both; }
  .biz-pane-left {
    float: left;
    width: 50%; }
  .biz-pane-right {
    float: right;
    width: 50%; }
    .biz-pane-right > .biz-inline {
      text-align: right; }
  .biz-pane-padding {
    padding-left: 27px; }
    .biz-pane-padding:after {
      content: "";
      display: table;
      clear: both; }
.biz-inline {
  border-top: 1px solid #dbdbdb;
  padding: 10px 0;
  font-size: 15px;
  line-height: 20px; }
  .biz-inline:after {
    content: "";
    display: table;
    clear: both; }
  .biz-inline > .provider-rank {
    float: left;
    margin-right: 10px; }
  .biz-inline > a {
    color: #2ba7f1; }
.biz-review-count {
  float: left;
  margin-left: 6px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #8d8d97; }
  .biz-review-count > strong {
    margin-right: 3px; }
.biz-map-trigger, .biz-photo-trigger {
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #bbb;
  color: #999;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.03); }
  .biz-map-trigger.active, .biz-photo-trigger.active {
    color: #fff;
    background: #bbb; }
.biz-map-trigger {
  border-radius: 2px 0 0 2px; }
.biz-photo-trigger {
  border-radius: 0 2px 2px 0; }
.biz-map, .biz-photo {
  display: none;
  margin-bottom: 20px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px; }
  .biz-map.active, .biz-photo.active {
    display: block; }
.biz-map > .googlemap {
  width: 100%;
  height: 264px; }
.biz-add-review, .biz-claim-business {
  float: left;
  min-width: 126px;
  padding: 5px 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 2px; }
  .biz-add-review:hover, .biz-claim-business:hover {
    text-decoration: none; }
.biz-add-review {
  width: 43.5%;
  margin-right: 4.25%;
  margin-bottom: 10px;
  color: #fff;
  background: #253239;
  border: 1px solid #253239; }
.biz-claim-business {
  width: 43.5%;
  border: 1px solid #bbb; }
.biz-box {
  margin-bottom: 34px;
  padding: 16px 20px 0;
  font-size: 13px;
  line-height: 17px;
  background: rgba(233, 233, 233, 0.75);
  border: 1px solid #ddd;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.03);
  border-radius: 4px; }
  .biz-box > p {
    margin-top: 0; }

.biz-review-title {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px; }
.biz-review-list {
  margin-bottom: 18px; }
.biz-review-entry {
  padding-top: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd; }
  .biz-review-entry:after {
    content: "";
    display: table;
    clear: both; }
  .biz-review-entry:last-of-type {
    border-bottom: none; }
.biz-review-left {
  float: left;
  width: 12%; }
.biz-review-avatar {
  margin-top: 3px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05); }
.biz-review-name {
  display: block;
  padding-left: 2px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2ba7f1; }
.biz-review-review {
  display: block;
  padding-top: 2px;
  padding-left: 2px;
  font-size: 11px;
  color: #2ba7f1; }
.biz-review-right {
  float: right;
  width: 85.65%;
  font-size: 15px;
  line-height: 20px; }
  .biz-review-right > p {
    margin-top: 0; }
  .biz-review-right > .provider-rank {
    margin-bottom: 8px; }
.biz-review-tag {
  margin-bottom: 15px;
  font-size: 13px; }
.biz-review-helpful {
  width: 96px;
  height: 32px;
  font-size: 16px;
  border: 1px solid rgba(37, 50, 57, 0.2);
  border-radius: 2px; }
  .biz-review-helpful:after {
    content: " (" attr(data-count) ")"; }
.biz-review-report {
  display: block;
  width: 96px;
  font-size: 11px;
  color: #2ba7f1; }

@media screen and (max-width: 633px) {
  .main-box {
    padding: 15px; }

  .main-title {
    font-size: 36px; }

  .main-blue-title {
    font-size: 22px;
    line-height: 26px !important; }

  .main-city-top80 {
    margin-bottom: 10px; }

  .main-filter {
    float: left;
    width: 100%; }

  .provider-img-outer {
    height: 76px; }

  .biz-pane-left, .biz-pane-right {
    width: 100%; }

  .biz-pane-padding {
    padding-left: 0; } }
@media screen and (max-width: 465px) {
  .main-countries {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }

  .provider-img-outer {
    height: 60px; }

  .provider-entry-middle {
    width: 80%; }

  .provider-entry-right {
    width: 100%;
    padding-top: 10px;
    padding-left: calc(20% + 42px);
    text-align: left; }

  .biz-review-left {
    width: 100%;
    margin-bottom: 10px; }

  .biz-review-right {
    width: 100%; }

  .main-biz-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px; } }
.transition {
  max-width: 800px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .transition-title {
    margin: 0;
    padding-top: 2.2em;
    padding-bottom: 1.36em;
    font-size: 42px;
    letter-spacing: 0.25px;
    font-weight: 200; }
  .transition-box-left, .transition-box-right {
    float: left;
    width: 35%;
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .transition-box-left {
    text-align: left;
    padding: 5px 15px; }
  .transition-box-right {
    padding: 18px; }
  .transition-arrows {
    float: left;
    width: 30%;
    font-size: 108px;
    color: #2ba7f1; }
    .transition-arrows > span:nth-of-type(1) {
      -webkit-animation: flash 0.5s linear 0.1s infinite;
              animation: flash 0.5s linear 0.1s infinite; }
    .transition-arrows > span:nth-of-type(2) {
      -webkit-animation: flash 0.5s linear 0.2s infinite;
              animation: flash 0.5s linear 0.2s infinite; }
    .transition-arrows > span:nth-of-type(3) {
      -webkit-animation: flash 0.5s linear 0.3s infinite;
              animation: flash 0.5s linear 0.3s infinite; }

@-webkit-keyframes flash {
  0% {
    color: #0b6fab; }
  50% {
    color: #2ba7f1; }
  100% {
    color: #8bcff7; } }

@keyframes flash {
  0% {
    color: #0b6fab; }
  50% {
    color: #2ba7f1; }
  100% {
    color: #8bcff7; } }
#review {
  padding-top: 20px;
  color: #232329;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.review-title {
  margin-bottom: 23px;
  padding-left: 13px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  clear: both; }

.review-form {
  margin-bottom: 60px; }

.review-entry {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .review-entry:after {
    content: "";
    display: table;
    clear: both; }
  .review-entry-left {
    float: left;
    width: 25%;
    max-width: 143px;
    padding-right: 40px;
    font-size: 18px;
    text-align: right;
    line-height: 40px; }
  .review-entry-right {
    float: left;
    width: 75%; }

.review-stars {
  padding-top: 4px; }
  .review-stars:after {
    content: "";
    display: table;
    clear: both; }

.review-star {
  float: left;
  padding-right: 5px;
  font-size: 28px;
  line-height: 1;
  color: #ccc;
  cursor: pointer; }

.review-radio {
  display: none; }
  .review-radio:checked + .review-radio-label:before {
    content: "";
    color: #fff;
    background: #2ba7f1;
    border-color: #2ba7f1; }
  .review-radio-label {
    float: left;
    position: relative;
    padding: 7px 26px;
    line-height: 18px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .review-radio-label:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 18px;
      height: 18px;
      font-size: 15px;
      line-height: 16px;
      text-align: center;
      color: #fff;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 3px; }

.review-input {
  height: 38px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px; }
  .review-input::-webkit-input-placeholder {
    color: #a7a7aa; }
  .review-input::-moz-placeholder {
    color: #a7a7aa;
    opacity: 1; }
  .review-input:-ms-input-placeholder {
    color: #a7a7aa; }

.tagsinput {
  padding: 5px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px; }
  .tagsinput > span {
    display: inline-block;
    margin: 5px 0 0 5px;
    padding: 0 5px;
    color: #fff;
    background: #ccc;
    border-radius: 3px; }
  .tagsinput input[style] {
    width: 100%;
    padding: 5px;
    border: 0;
    outline: 0; }
  .tagsinput a {
    margin-left: 3px; }
    .tagsinput a:before {
      content: ""; }
    .tagsinput a:hover {
      color: #2ba7f1;
      text-decoration: none; }

.review-textarea {
  height: 168px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 2px; }
  .review-textarea::-webkit-input-placeholder {
    color: #a7a7aa;
    font-family: "fontello", "Proxima Nova"; }
  .review-textarea::-moz-placeholder {
    color: #a7a7aa;
    opacity: 1;
    font-family: "fontello", "Proxima Nova"; }
  .review-textarea:-ms-input-placeholder {
    color: #a7a7aa;
    font-family: "fontello", "Proxima Nova"; }

.review-submit {
  margin-top: 10px;
  float: right;
  padding: 0 30px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #e97b0e;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
  border: none;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(49, 89, 113, 0.7); }
  .review-submit:hover {
    background-color: #f2881f; }

.review-pane {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 15px 18px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd; }
  .review-pane-title {
    display: block;
    position: relative;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px; }
  .review-pane > p {
    margin: 0; }

.review-login {
  display: none; }

.review-sidebar {
  margin-bottom: 30px; }

.review-info-box {
  margin-bottom: 23px;
  padding: 15px;
  font-size: 13px;
  line-height: 1.5;
  background: rgba(233, 233, 233, 0.75);
  border: 1px solid #ddd;
  border-radius: 4px;
  letter-spacing: -0.15px; }
  .review-info-box > p {
    margin: 0; }

.review-info-title {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding-left: 34px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px; }
  .review-info-title:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 22px;
    color: #858689; }

@media screen and (max-width: 860px) {
  .review-title {
    font-size: 38px; } }
@media screen and (max-width: 633px) {
  .review-title {
    font-size: 32px; }

  .review-entry-left, .review-entry-right {
    max-width: 100%;
    width: 100%;
    text-align: left; }

  .review-submit {
    width: 100%; } }
.picker__input {
  cursor: default; }
  .picker__input--active {
    border: 2px solid #232329 !important; }

.picker {
  display: none;
  position: absolute;
  top: 125%;
  left: 0;
  z-index: 100;
  width: 272px;
  color: #686974;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); }
  .picker:before {
    content: "Pick-up date";
    display: block;
    padding: 12px;
    width: 100%;
    font-family: 18px;
    text-align: center;
    color: #fff;
    background: #232329;
    border-radius: 4px 4px 0 0; }
  .picker--opened {
    display: block; }

.picker__header {
  position: relative;
  padding-top: 4px;
  font-size: 13px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  color: #676973;
  background: #f1f5f5;
  border-bottom: 1px solid #d7dde1;
  overflow: hidden; }

.picker__month, .picker__year {
  display: inline;
  margin: 0 5px;
  text-transform: uppercase; }

.picker__nav--prev, .picker__nav--next {
  position: absolute;
  top: 0;
  width: 42px;
  height: 32px;
  cursor: pointer; }
  .picker__nav--prev:before, .picker__nav--next:before {
    font-size: 18px;
    line-height: 32px; }

.picker__nav--prev {
  left: 0;
  border-right: 1px solid #d7dde1; }
  .picker__nav--prev:before {
    content: ""; }

.picker__nav--next {
  right: 0;
  border-left: 1px solid #d7dde1; }
  .picker__nav--next:before {
    content: ""; }

.picker__nav--disabled {
  color: #9b9da5; }

.picker__table {
  margin: 7px 10px;
  font-size: 16px;
  border-collapse: collapse; }
  .picker__table th {
    width: 36px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase; }
  .picker__table td {
    padding: 0; }

.picker__day {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer; }
  .picker__day:hover {
    background: #d2edfc; }
  .picker__day--disabled {
    color: #b6b7bd;
    cursor: not-allowed; }
    .picker__day--disabled:hover {
      background: inherit; }
  .picker__day--outfocus {
    display: none; }
  .picker__day--selected {
    color: #fff;
    background: #2ba7f1; }
    .picker__day--selected:hover {
      background: #2ba7f1; }
  .picker__day--today {
    position: relative; }
    .picker__day--today:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      border-top: 5px solid #0b6fac;
      border-left: 5px solid #0b6fac;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent; }

.picker__footer {
  padding: 5px 15px 10px; }
  .picker__footer button {
    margin-bottom: 7px;
    padding: 5px;
    width: 48%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #2ba7f1;
    border: none;
    border-radius: 3px; }
    .picker__footer button:nth-of-type(2n-1) {
      margin-right: 4%; }
    .picker__footer button:hover {
      background: #43b1f3; }

.picker__button--close {
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0 !important;
  padding: 0 !important;
  width: 38px !important;
  height: 38px !important;
  font-size: 30px !important;
  line-height: 34px !important;
  color: #232329 !important;
  background: #fff !important;
  border: 2px solid #232329 !important;
  border-radius: 50% !important; }

.picker--time {
  width: 130px;
  overflow: hidden; }
  .picker--time:before {
    content: "Pick-up time"; }

.picker__list {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  height: 320px;
  overflow: auto; }
  .picker__list-item {
    padding: 7px 10px;
    font-size: 17px;
    cursor: pointer; }
    .picker__list-item:hover {
      background: #d2edfc; }
    .picker__list-item--selected {
      color: #fff;
      background: #2ba7f1; }
      .picker__list-item--selected:hover {
        background: #2ba7f1; }
  .picker__list .picker__button--clear {
    margin: 10px 5%;
    padding: 5px;
    width: 90%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #2ba7f1;
    border: none;
    border-radius: 3px; }
    .picker__list .picker__button--clear:hover {
      background: #43b1f3; }

.popover-click, .popover-hover {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

.popover {
  position: absolute;
  z-index: 100;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .popover > .arrow {
    position: absolute;
    width: 0;
    height: 0; }

[data-style="white"] + .popover, [data-style="white-center"] + .popover {
  margin-top: -8px;
  width: 320px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); }
  [data-style="white"] + .popover > .popover-title, [data-style="white-center"] + .popover > .popover-title {
    padding: 12px 17px 3px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    color: #000; }
  [data-style="white"] + .popover > .popover-content, [data-style="white-center"] + .popover > .popover-content {
    padding: 0 17px 17px;
    font-size: 16px;
    line-height: 1.25;
    color: #4b5a63; }
  [data-style="white"] + .popover > .arrow, [data-style="white-center"] + .popover > .arrow {
    bottom: -9px;
    left: calc(50% - 11px);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }

[data-style="white-center"] + .popover, [data-style="white-left"] + .popover {
  margin-top: -10px;
  width: 160px; }
  [data-style="white-center"] + .popover > .popover-title, [data-style="white-left"] + .popover > .popover-title {
    padding: 10px 10px 3px;
    font-size: 18px; }
  [data-style="white-center"] + .popover > .popover-content, [data-style="white-left"] + .popover > .popover-content {
    padding: 0 10px 10px;
    font-size: 14px; }

[data-style="white-left"] + .popover {
  width: 170px; }

[data-style="white-left"] + .popover {
  margin-top: 0;
  margin-left: -15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); }
  [data-style="white-left"] + .popover > .popover-title {
    padding: 10px 15px 3px;
    line-height: 1.25;
    font-weight: 600;
    color: #000; }
  [data-style="white-left"] + .popover > .popover-content {
    padding: 0 15px 15px;
    line-height: 1.25;
    color: #4b5a63; }
  [data-style="white-left"] + .popover > .arrow {
    top: calc(50% - 10px);
    right: -9px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }

[data-style="black"] + .popover {
  margin-top: -10px;
  width: 360px;
  font-size: 16px;
  color: #fff;
  background: #2f3b43;
  border-radius: 2px;
  -webkit-transition: none;
          transition: none; }
  [data-style="black"] + .popover > .popover-title {
    padding: 10px 12px 5px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600; }
    [data-style="black"] + .popover > .popover-title:before {
      content: "";
      margin-right: 5px; }
  [data-style="black"] + .popover > .popover-content {
    padding: 0 12px 12px;
    font-size: 14px;
    line-height: 1.4;
    font-size: 200; }
  [data-style="black"] + .popover > .arrow {
    bottom: -9px;
    left: 36.5%;
    border-top: 10px solid #2f3b43;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }

.popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }
  .popover-close:before {
    content: "";
    display: block;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #a9a9aa; }

.googlemap-tooltip {
  position: relative;
  left: -50%;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  background: #2f3b43;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default; }
  .googlemap-tooltip:before {
    content: "";
    position: absolute;
    top: -9px;
    left: calc(50% - 9px);
    border-bottom: 10px solid #2f3b43;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
