/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-family: "ff-din-web", Helvetica, Verdana, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}
header {
  padding: 0;
  margin: 0;
}
section {
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}
.yellow {
  background: #FFEBB5;
}
.grey {
  background: #f8f8f8;
}
.green {
  background: #ddf3d3;
}
.blue {
  background: #8fddf1;
}
.light-blue {
  background: #bee5ef;
}
.peach {
  background: #faedd1;
}
.pink {
  background: #FFBFBF;
}
.dark-blue {
  background: #10b0cf;
}
.button {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.button:active {
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.yellow-button {
  background-color: #FFEBB5;
  text-align: center;
  margin: 20px auto;
  display: block;
  padding: 20px 0;
  width: 90%;
  max-width: 500px;
}
.white-button {
  background-color: #ffffff;
  line-height: 1em;
  padding: 10px 20px;
  margin: 4px auto;
}
.cart-button {
  background: #FFE955;
  width: 90%;
  margin: 20px auto;
  padding: 12px 0 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.cart-button:hover {
  cursor: pointer;
  background-color: #FFD51E;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.small-white {
  background: #ffffff;
  padding: 4px 10px;
  margin: 0 10px;
}
.disabled-grey {
  pointer-events: none;
  /*background: #CCCCCC;*/
  background-color: #ffe851;
  color: #e4cc38;
}
.disabled-grey:hover {
  color: #e4cc38;
}
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
  margin: 0 auto;
}
/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0;
}
.col:first-child {
  margin-left: 0;
}
/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 */
}
/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.66%;
}
.span_10_of_12 {
  width: 83.33%;
}
.span_9_of_12 {
  width: 75%;
}
.span_8_of_12 {
  width: 66.66%;
}
.span_7_of_12 {
  width: 58.33%;
}
.span_6_of_12 {
  width: 50%;
}
.span_5_of_12 {
  width: 41.66%;
}
.span_4_of_12 {
  width: 33.33%;
}
.span_3_of_12 {
  width: 25%;
}
.span_2_of_12 {
  width: 16.66%;
}
.span_1_of_12 {
  width: 8.333%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 620px) {
  .col {
    margin: 0;
  }
}
@media only screen and (max-width: 620px) {
  .span_12_of_12 {
    width: 100%;
  }
  .span_11_of_12 {
    width: 100%;
  }
  .span_10_of_12 {
    width: 100%;
  }
  .span_9_of_12 {
    width: 100%;
  }
  .span_8_of_12 {
    width: 100%;
  }
  .span_7_of_12 {
    width: 100%;
  }
  .span_6_of_12 {
    width: 100%;
  }
  .span_5_of_12 {
    width: 100%;
  }
  .span_4_of_12 {
    width: 100%;
  }
  .span_3_of_12 {
    width: 100%;
  }
  .span_2_of_12 {
    width: 100%;
  }
  .span_1_of_12 {
    width: 100%;
  }
}
input[type="text"] {
  border-radius: 4px;
  border: none;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 16px 0;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  background-color: #F3F3F3;
}
textarea {
  border-radius: 4px;
  border: none;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 16px 20px;
  width: 90%;
  max-width: 700px;
  margin: 10px auto;
  text-align: left;
  background-color: #F3F3F3;
  line-height: 1.5em;
}
.reservation-error-cont {
  display: none;
  padding: 5px 10px;
  background-color: #e25e7d;
  border-radius: 4px;
  color: white;
  font-size: 14px;
}
@media only screen and (min-width: 0px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-weight: 100;
    line-height: 1.2em;
    text-align: center;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin: 0;
    font-family: "ff-din-web", Helvetica, Verdana, sans-serif;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 29px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    font-family: 'Merriweather', 'Georgia', serif;
    font-size: 16px;
    line-height: 1.5em;
  }
  blockquote {
    font-family: 'Merriweather', 'Georgia', serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
  }
  .small {
    font-size: 75%;
  }
  .jumbotron {
    font-size: 28.8px;
    width: 90%;
    margin: 0 auto;
  }
  body {
    background-color: #91dcf1;
  }
  header {
    padding: 0;
    margin: 0;
  }
  header h1 {
    width: 90%;
    margin: 0px auto 0;
  }
  header section img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  nav {
    width: 100%;
    position: relative;
  }
  nav .logo {
    display: inline-block;
    width: 200px;
    height: 87px;
    background-image: url('../img/rent-logo.png');
    background-size: 200px 87px;
    margin: 0px auto;
  }
  nav .cart {
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    height: 28px;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
  }
  nav .cart .cart-graphic {
    color: #fff;
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 71px;
    height: 24px;
    background-image: url('../img/mobile-cart-2.png');
    background-size: 71px 24px;
  }
  nav .cart .cart-graphic .cart-counter {
    display: block;
    width: 63px;
    text-align: right;
    font-size: 7px;
    margin-top: 5px;
  }
  nav .product-cart {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .current-location-wrap {
    display: block;
    width: 100%;
  }
  .current-location {
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 4px 10px;
    margin: 0px auto 10px;
    border-radius: 4px;
  }
  .current-location.product-location {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .bye-blue {
    background-color: #91dcf1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
  }
  .bye-wrap {
    width: 100%;
    background-color: #91dcf1;
    z-index: 10;
    position: relative;
  }
  .bye-container {
    display: block;
    width: 90%;
    max-width: 760px;
    margin: 0 auto;
    background-color: #91dcf1;
  }
  .bye-container h4 {
    text-align: left;
    color: #fff;
  }
  .bye-container h4 a {
    color: #fff;
    text-decoration: underline;
  }
  .bye-container h5,
  .bye-container .bye-logo,
  .bye-container .bye-hand {
    display: inline-block;
    vertical-align: middle;
  }
  .bye-container h5 {
    width: 130px;
    color: #00A0E6;
    font-weight: 900;
    text-align: left;
    font-size: 14px;
  }
  .bye-container .bye-header-wrap {
    position: relative;
    width: 260px;
    height: 122px;
    margin: 0 auto 20px;
    background-image: url('/rentals2/img/bye-header-mobile@2x.png');
    background-size: 205px 122px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
  }
  .bye-container .bye-hand {
    position: absolute;
    width: 46px;
    height: 62px;
    background-image: url('/rentals2/img/bye-hand-mobile@2x.png');
    background-size: 46px 62px;
    top: 30px;
    left: 0;
    -webkit-animation: handWave 1s infinite;
    animation: handWave 1s infinite;
  }
  @-webkit-keyframes handWave {
    0% {
      -webkit-transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(20deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
    }
  }
  @keyframes handWave {
    0% {
      -webkit-transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(20deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
    }
  }
  .bye-container .bye-pointer {
    margin: 20px auto;
    display: block;
  }
  .bye-container .bye-logo {
    width: 108px;
    height: 60px;
    margin-left: 40px;
    position: relative;
    background-image: url('/rentals2/img/bye-pointer-logo@2x.png');
    background-size: 108px 60px;
  }
  .bye-container .bye-finger {
    position: absolute;
    width: 38px;
    height: 24px;
    top: 14px;
    left: -40px;
    background-image: url('/rentals2/img/bye-finger@2x.png');
    background-size: 38px 24px;
    -webkit-animation: fingerPoint 1s infinite;
    animation: fingerPoint 1s infinite;
  }
  @-webkit-keyframes fingerPoint {
    0% {
      -webkit-transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(0deg);
    }
  }
  .bye-container .bye-drone-header {
    display: block;
    width: 272px;
    height: 60px;
    margin: 20px auto;
    background-image: url('/rentals2/img/bye-drone-header@2x.png');
    background-size: 272px 60px;
  }
  .how-to {
    background-color: #85cdde;
  }
  .how-to ul {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .how-to ul li {
    position: relative;
    width: 100%;
    display: block;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    margin: 10px auto;
  }
  .how-to ul li h6 {
    display: block;
    font-size: 16px;
    max-width: 210px;
    margin: 4px auto;
  }
  .how-to ul .animation {
    display: block;
    width: 100%;
    height: 74px;
    bottom: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    margin: 5px auto;
  }
  .how-to ul .arrow-1 .animation {
    background-image: url('../img/animation-1.png');
    background-position: 50% 0%;
  }
  .how-to ul .arrow-2 .animation {
    background-image: url('../img/animation-2.png');
    background-position: 50% 0%;
  }
  .how-to ul .arrow-3 .animation {
    background-image: url('../img/animation-3.png');
    background-position: 50% 0%;
  }
  .how-to ul .arrow-4 .animation {
    background-image: url('../img/animation-4.png');
    background-position: 50% 0%;
  }
  .how-to ul .disclaimer {
    background: none;
    height: auto;
  }
  .how-new {
    margin: 40px auto;
  }
  .how-new h2 {
    margin: 20px auto;
    width: 90%;
  }
  .how-new h3 {
    font-size: 12.8px;
    margin: 10px auto 0;
    width: 90%;
  }
  .how-new h6 {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
  .how-new ul {
    margin: 40px auto;
    text-align: center;
  }
  .how-new ul li {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    height: 190px;
    margin: 10px 4px;
    padding: 14px 8px 0px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: left;
    font-family: "ff-din-web", Helvetica, Verdana, sans-serif;
  }
  .how-new ul li .big-number {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    margin-right: 8px;
  }
  .how-new ul li .describe {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
  }
  .how-new ul li .animations {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .how-new ul li .animation-1 {
    background-image: url('../img/howto-1.gif');
    background-size: 100px 100px;
  }
  .how-new ul li .animation-2 {
    background-image: url('../img/howto-2.gif');
    background-size: 100px 100px;
  }
  .how-new ul li .animation-3 {
    background-image: url('../img/howto-3.gif');
    background-size: 100px 100px;
  }
  .how-new ul li .animation-4 {
    background-image: url('../img/howto-4.gif');
    background-size: 100px 100px;
  }
  .rental h2 {
    margin: 20px auto;
  }
  /* Projects */
  .project {
    padding: 0;
    margin: 0;
    position: relative;
  }
  .project img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .project p {
    font-size: 12.8px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .project a {
    text-decoration: underline;
  }
  .project .project-info {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  /* Gear */
  .product {
    padding: 40px 0;
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .product .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .product h4 {
    margin: 12px auto;
    font-size: 24px;
  }
  .product h6 {
    margin: 8px auto;
    line-height: 1.5em;
  }
  .product img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto;
  }
  .survey {
    width: 90%;
    padding: 60px 0 0px;
  }
  .survey h4 {
    margin: 6px auto;
  }
  .survey p {
    margin: 10px auto;
  }
  .survey placeholder {
    color: #4A4A4A;
  }
  .survey .survey-question {
    margin: 30px auto;
  }
  footer {
    clear: both;
    padding: 0px;
    margin-top: 100px;
    background-color: #c3ecf7;
    position: relative;
  }
  footer h1 {
    margin: 10px auto 0;
  }
  footer h4 {
    margin: 0px auto;
  }
  footer .band {
    padding: 30px 0;
    color: rgba(0, 0, 0, 0.6);
  }
  footer .band a {
    color: rgba(0, 0, 0, 0.6);
  }
  footer .band:hover {
    color: #000000;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
  }
  footer .band:hover a {
    color: #000000;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
  }
  footer .phone-wrap {
    background-color: #97DFFF;
  }
  footer .phone-wrap:hover {
    background-color: #89dbfe;
  }
  footer .email-wrap {
    background-color: #FFEBB5;
  }
  footer .email-wrap h1 {
    font-size: 24px;
  }
  footer .email-wrap:hover {
    background-color: #FFE6A4;
  }
  footer .link-wrap {
    width: 100%;
    position: relative;
  }
  .share-wrap {
    background-color: #ECECEC;
  }
  .share-wrap:hover {
    background-color: #FAFAFA;
  }
  .share-wrap a {
    display: inline-block;
    margin: 14px 16px 0px;
  }
  .share-wrap a > div {
    width: 50px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .share-wrap a .facebook {
    background-image: url('../img/facebook.png');
    background-size: 40px 40px;
  }
  .share-wrap a .twitter {
    background-image: url('../img/twitter.png');
    background-size: 50px 40px;
  }
  .share-wrap a .pinterest {
    background-image: url('../img/pinterest.png');
    background-size: 36px 40px;
  }
  .link-wrap .serious-links {
    list-style: none;
    text-align: center;
  }
  .link-wrap .serious-links li {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 0;
  }
  .link-wrap .serious-links li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .link-wrap .press {
    background-image: url('../img/mobile-press.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .link-wrap .press h6 {
    display: none;
  }
  .hero {
    width: 90%;
    margin: 0 auto 20px;
  }
  .hero h1 {
    margin: 0px auto 20px;
  }
  .hero img {
    width: 100%;
    height: auto;
  }
  .rent-mobile {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .rent-desktop {
    display: none;
  }
  .rental-rate {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 10px 0;
  }
  .rental-rate h2 {
    margin: 10px auto;
  }
  .rental-rate h6 {
    margin: 10px auto;
  }
  .reservation-date {
    border-bottom: 2px solid #ffffff;
    padding: 10px 0;
  }
  .reservation-date h6 {
    letter-spacing: 1px;
    margin: 4px 0;
  }
  .reservation-date .date {
    margin: 10px auto;
    width: 100%;
  }
  .reservation-date .date label {
    display: inline-block;
    width: 94px;
    text-align: right;
    margin: 0 12px;
  }
  .reservation-date .date input {
    background-image: url('../img/calendar.png');
    background-size: 18px 20px;
    background-position: 6px 10px;
    background-repeat: no-repeat;
  }
  .reservation-date .calendar {
    border-radius: 4px;
    display: inline-block;
    width: 120px;
    height: 20px;
    padding: 6px 12px;
    background: #ffffff;
    text-align: left;
  }
  .reservation-date .calendar .calendar-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    background-image: url('../img/calendar.png');
  }
  .reservation-date .reservation-summary {
    display: inline-block;
    padding: 0 20px;
    margin: 20px 0;
    border-left: 2px solid #ffffff;
  }
  .reservation-date .reservation-summary.pickup {
    border-left: 2px solid transparent;
  }
  .flight-school {
    width: 100%;
    margin: 0 auto;
    padding: 14px 0;
    position: relative;
    border-bottom: 2px solid #ffffff;
    text-align: left;
  }
  .flight-school input[type="checkbox"] {
    display: inline-block;
    height: 30px;
    width: 30px;
  }
  .flight-school label {
    display: inline-block;
    width: 85%;
    line-height: 1.5em;
    font-size: 19.2px;
  }
  .flight-school h6 {
    font-size: 14.4px;
    line-height: 1.5em;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .buy-button {
    display: block;
    font-size: 14px;
    width: 90%;
    margin: 10px auto;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }
  .add-wrapper {
    margin: 0 auto 40px;
  }
  .add-wrapper h6 {
    font-size: 12.8px;
    margin: 4px auto;
  }
  .add-wrapper h6 a {
    border-bottom: 2px solid #000;
  }
  a.add-to-cart {
    font-size: 20.8px;
    width: 90%;
    margin: 20px auto 0;
    padding: 12px 0;
  }
  .write-up {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    max-width: 1024px;
  }
  .write-up p:first-child {
    margin-top: 0;
  }
  .write-up p {
    line-height: 1.8em;
  }
  .includes {
    margin: 0px auto;
    padding: 10px 0;
    width: 90%;
  }
  .includes h3 {
    margin: 10px auto;
  }
  .includes ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
  }
  .includes ul li {
    background-image: url('../img/checkmark.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    margin: 2px auto;
    padding-left: 40px;
    line-height: 1.5em;
  }
  .includes ul li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .faq {
    font-family: 'Merriweather', 'Georgia', serif;
    list-style: none;
  }
  .faq li {
    line-height: 2em;
    padding-left: 50px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .faq li:nth-child(even) {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
  }
  .faq .question {
    background-image: url('../img/question-bullet.png');
    background-position: 15px 5px;
  }
  .faq .answer {
    background-image: url('../img/answer-bullet.png');
    background-position: 15px 15px;
  }
  .faq .answer ul {
    padding-left: 20px;
    margin-left: 20px;
    max-width: 500px;
  }
  .faq .answer ul li {
    margin: 0;
    padding: 4px 0;
    font-size: 12.8px;
    background-color: transparent;
  }
  .faq .answer ul li:nth-child(even) {
    background-color: transparent;
  }
  .download-icon {
    display: inline-block;
    margin-top: -2px;
    background-image: url('../img/download-icon.png');
    width: 20px;
    height: 20px;
  }
  .call-out {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 28px;
    padding: 40px 0;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }
  .call-out:hover {
    background-color: #ffffff;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }
  section.checkout {
    text-align: left;
  }
  section.checkout h2 {
    margin: 20px auto;
  }
  section.checkout h3 {
    margin: 30px auto !important;
  }
  section.checkout .yellow-button {
    font-size: 24px;
    max-width: 600px;
    margin: 0 auto;
  }
  section.checkout form {
    width: 90%;
    margin: 40px auto 0;
    max-width: 560px;
    padding: 0;
  }
  section.checkout form table {
    width: 100%;
    padding: 0;
  }
  section.checkout form input {
    width: 94%;
    text-align: left;
    padding-left: 20px;
    margin: 20px auto;
  }
  section.checkout form label {
    width: 100%;
    margin: 10px auto 20px;
  }
  section.checkout form select {
    display: inline-block;
    height: 40px;
    margin-top: 14px;
    padding: 10px 5px;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.checkout .courier {
    line-height: 1.5em;
  }
  section.checkout .courier input {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }
  section.checkout .courier label {
    vertical-align: middle;
    display: inline-block;
    width: 85%;
  }
  section.checkout .card-number {
    display: inline-block;
    width: 70%;
  }
  section.checkout .security-code {
    display: inline-block;
    width: 14%;
    margin-left: 14px;
  }
  section.checkout .security-code input {
    padding: 16px 10px;
    margin-right: 0;
  }
  section.checkout .zipcode {
    display: inline-block;
    width: 44%;
    margin: 10px 0;
  }
  section.checkout .zipcode label {
    display: block;
    margin: 0;
    padding: 0;
  }
  section.checkout .zipcode input {
    width: 80%;
  }
  section.checkout .expiration-date {
    display: inline-block;
    width: 54%;
    padding: 10px 0;
  }
  section.checkout .expiration-date label {
    display: block;
    margin: 0;
    padding: 0;
  }
  section.checkout .expiration-date select {
    width: 70px;
  }
  .tabs {
    position: relative;
    min-height: 450px;
    /* This part sucks */
    clear: both;
    margin: 25px 0;
    background: #83cede;
  }
  .tab {
    background: #83cede;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
  }
  .tab > label {
    padding: 10px;
    border: 1px solid #fff;
    margin-left: -1px;
    position: relative;
    left: 1px;
    padding: 12px 12px;
    background: #83cede;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .tab [type=radio] {
    display: none;
    background: #83cede;
  }
  .content {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 30px;
    border-top: 1px solid #ffffff;
    background: #83cede;
  }
  [type=radio]:checked ~ label {
    border-bottom: 1px solid #83cede;
    z-index: 2;
    background: #83cede;
  }
  [type=radio]:checked ~ label ~ .content {
    z-index: 1;
    background: #83cede;
  }
  .tab.paypal {
    padding: 10px 0;
  }
  .paypal label {
    padding: 0;
    border: none;
  }
  .paypal .content {
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
  }
  .paypal [type=radio]:checked ~ label {
    z-index: 1;
    padding: 0;
    border: none;
  }
  .submit {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .summary {
    width: 90%;
    margin: 0 auto;
  }
  .summary .item {
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin: 20px auto;
  }
  .summary .thumbnail {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .summary .thumbnail img {
    width: 100%;
    height: auto;
  }
  .summary .product-name {
    margin: 12px auto;
    font-size: 20.8px;
    line-height: 1.5em;
  }
  .summary .rental-dates > div {
    display: inline-block;
  }
  .summary .price {
    font-size: 32px;
    margin: 20px auto 0;
  }
  .summary .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background-image: url('../img/remove.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .summary label {
    font-size: 24px;
    vertical-align: top;
    margin: 2px 6px;
  }
  .summary .total {
    width: 100%;
    padding: 20px 0;
    margin: 40px auto;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .summary .total .total-label,
  .summary .total .total-price {
    display: inline-block;
    width: 44%;
  }
  .summary .total .total-label {
    font-size: 32px;
    text-align: left;
  }
  .summary .total .total-price {
    font-size: 32px;
    text-align: right;
  }
  .summary .discount {
    border-bottom: 2px solid transparent !important;
    margin: 0px auto -22px !important;
    padding: 18px 0 0 !important;
  }
  .delivery-options h4 {
    margin: 20px auto;
  }
  .delivery-wrap {
    position: relative;
    width: 100%;
    height: 130px;
    margin: 25px auto;
  }
  .delivery-wrap h3,
  .delivery-wrap h5,
  .delivery-wrap h6 {
    display: block;
    width: 85%;
    margin: 0 auto;
    text-align: left;
  }
  .delivery-wrap h3 {
    font-size: 22.4px;
    margin: 10px auto 0px;
  }
  .delivery-wrap h5 {
    font-size: 14.4px;
    margin: 6px auto;
  }
  .delivery-wrap h6 {
    font-size: 9.6px;
    margin: 6px auto;
  }
  .delivery-wrap input[type=radio] {
    display: none;
  }
  .delivery-wrap label {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 100;
    padding-left: 0px;
    margin-right: 0px;
    border-radius: 4px;
    width: 100%;
  }
  .delivery-wrap label:before {
    content: "";
    display: inline-block;
    width: 96%;
    height: 100%;
    margin-right: 10px;
    position: absolute;
    z-index: -1;
    left: 0;
    background-color: #ffffff;
    /*border: 10px solid transparent;*/
    border-radius: 4px;
    padding: 8px 0;
  }
  .delivery-wrap input[type=radio]:checked + label:before {
    content: "";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
    /*border: 10px solid #47A4D5;*/
    box-shadow: 0px 0px 0px 10px #47a4d5, 0px 0px 12px 10px rgba(0, 0, 0, 0.2);
  }
  .mobile-illustration {
    display: block;
    float: left;
    width: 60px;
    height: 54px;
    margin: 20px 14px 0;
    padding: 18px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .pickup .mobile-illustration {
    background-image: url('../img/illustration-pickup@2x.png');
    background-size: 60px 54px;
  }
  .courier .mobile-illustration {
    background-image: url('../img/illustration-courier@2x.png');
    background-size: 60px 55px;
  }
  section.questions {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  section.questions h3 {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: left;
    padding: 20px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 1.5em;
  }
  section.questions p {
    margin: 20px 20px 20px;
    font-size: 16px;
    line-height: 1.8em;
  }
  .bigquotes p {
    font-size: 16px;
    width: 90%;
    margin: 10px auto;
  }
  .bigquotes .quote-wrap {
    margin: 20px auto;
  }
  .bigquotes .quote-wrap a img {
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 10px auto;
  }
  .contact h2 {
    width: 90%;
    margin: 0 auto 40px;
  }
  .contact .contact-message,
  .contact .contact-name,
  .contact .contact-email {
    margin: 20px auto 40px;
  }
  .contact .contact-message label,
  .contact .contact-name label,
  .contact .contact-email label {
    font-size: 20.8px;
    display: block;
    margin: 10px auto;
  }
  .contact .contact-message textarea {
    width: 80%;
    padding: 10px 20px;
    margin: 0;
    min-height: 180px;
  }
  .contact .yellow-button {
    font-size: 24px;
  }
  .robot-test-label {
    font-size: 24px;
    margin: 20px auto;
  }
  .robot-test-choices {
    margin: 0px auto 20px;
  }
  .robot-test-choices label {
    background: transparent;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    width: 80px;
    height: 80px;
    margin: 8px;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0);
  }
  .robot-test-choices input[type="radio"] {
    display: none;
  }
  .robot-test-choices label:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0);
  }
  .robot-test-choices input[type=radio]:checked + label:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 0px 3px #ffffff;
  }
  .robot-test-choices .robo-illustration {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .robot-test-choices .robot-dronie {
    background-image: url('../img/mobile-dronie.png');
  }
  .robot-test-choices .robot-cheese {
    background-image: url('../img/mobile-cheese.png');
  }
  .robot-test-choices .robot-cupcake {
    background-image: url('../img/mobile-cupcake.png');
  }
  .ui-datepicker {
    margin-left: -66px;
  }
  .ui-datepicker-div {
    -webkit-border-radius: 12px !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius: 12px !important;
    -moz-border-radius-topright: 0 !important;
    border-radius: 12px !important;
    border-top-right-radius: 0 !important;
  }
  .ui-widget-header {
    border: none !important;
    background: #ffffff !important;
    color: #444;
    font-weight: bold;
  }
  .ui-widget-content {
    border: none !important;
    background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #444;
  }
  .ui-datepicker .ui-datepicker-prev span {
    background: #ffffff;
    background-image: url('../img/datepicker-arrow-left.gif');
    background-size: 16px 16px;
  }
  .ui-datepicker .ui-datepicker-next span {
    background: #ffffff;
    background-image: url('../img/datepicker-arrow-right.gif');
    background-size: 16px 16px;
  }
  .rentals-header .navbar-nav {
    border-top: none;
    border-bottom: none;
  }
  .cart-count {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.8);
  }
  .free-ship-message {
    background-color: #fff;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #ffffff;
  }
  .success {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
  }
  .success img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rentals-header .navbar-nav {
    border-color: transparent;
  }
}
@media only screen and (min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 0px) and (min-resolution: 120dppx) {
  nav .logo {
    background-image: url('../img/rent-logo@2x.png');
    background-size: 200px 87px;
  }
  nav .cart .cart-graphic {
    background-image: url('../img/mobile-cart-2@2x.png');
    background-size: 72px 24px;
  }
  .summary .remove {
    background-image: url('../img/remove@2x.png');
    background-size: 20px 21px;
  }
  .pick-up .mobile-illustration {
    background-image: url('../img/illustration-pickup@2x.png');
    background-size: 60px 54px;
  }
  .courier .mobile-illustration {
    background-image: url('../img/illustration-courier@2x.png');
    background-size: 60px 55px;
  }
  .cart-graphic {
    background-image: url('../img/mobile-cart@2x.png');
    background-size: 71px 24px;
  }
  .how-to ul .arrow-1 .animation {
    background-image: url('../img/animation-1@2x.png');
    background-size: 210px 70px;
  }
  .how-to ul .arrow-2 .animation {
    background-image: url('../img/animation-2@2x.png');
    background-size: 210px 70px;
  }
  .how-to ul .arrow-3 .animation {
    background-image: url('../img/animation-3@2x.png');
    background-size: 210px 70px;
  }
  .how-to ul .arrow-4 .animation {
    background-image: url('../img/animation-4@2x.png');
    background-size: 210px 70px;
  }
  .share-wrap a .facebook {
    background-image: url('../img/facebook@2x.png');
    background-size: 40px 40px;
  }
  .share-wrap a .twitter {
    background-image: url('../img/twitter@2x.png');
    background-size: 50px 40px;
  }
  .share-wrap a .pinterest {
    background-image: url('../img/pinterest@2x.png');
    background-size: 36px 40px;
  }
  .link-wrap .press {
    background-image: url('../img/mobile-press@2x.png');
    background-size: 290px 69px;
  }
  .includes ul li {
    background-image: url('../img/checkmark@2x.png');
    background-size: 14px 10px;
  }
  .faq .question {
    background-image: url('../img/question-bullet@2x.png');
    background-size: 19px 26px;
  }
  .faq .answer {
    background-image: url('../img/answer-bullet@2x.png');
    background-size: 21px 25px;
  }
  .download-icon {
    background-image: url('../img/download-icon@2x.png');
    background-size: 20px 20px;
  }
  .reservation-date .date input {
    background-image: url('../img/calendar@2x.png');
    background-size: 18px 20px;
  }
  .how-new ul li .animation-1 {
    background-image: url('../img/howto-1@2x.gif');
    background-size: 100px 100px;
  }
  .how-new ul li .animation-2 {
    background-image: url('../img/howto-2@2x.gif');
    background-size: 100px 100px;
  }
  .how-new ul li .animation-3 {
    background-image: url('../img/howto-3@2x.gif');
    background-size: 100px 100px;
  }
  .how-new ul li .animation-4 {
    background-image: url('../img/howto-4@2x.gif');
    background-size: 100px 100px;
  }
  .ui-datepicker .ui-datepicker-prev span {
    background: #ffffff;
    background-image: url('../img/datepicker-arrow-left@2x.gif');
    background-size: 16px 16px;
  }
  .ui-datepicker .ui-datepicker-next span {
    background: #ffffff;
    background-image: url('../img/datepicker-arrow-right@2x.gif');
    background-size: 16px 16px;
  }
}
@media only screen and (min-width: 620px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.5em;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 13px;
  }
  p {
    font-size: 16px;
  }
  p.small {
    font-size: 12.8px;
  }
  p.very-small {
    font-size: 6.4px;
  }
  .jumbotron {
    font-size: 62.4px;
    margin: 40px auto;
  }
  header {
    padding: 20px 0;
  }
  header h1 {
    margin: 30px auto 0;
  }
  nav {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  nav .logo {
    display: inline-block;
    margin: 0 auto;
  }
  nav .cart {
    border-radius: 6px;
    display: inline-block;
    height: 60px;
    width: 120px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    padding: 0;
  }
  nav .cart .cart-graphic {
    display: inline-block;
    width: 85px;
    height: 37px;
    margin: 14px auto;
    background-image: url('../img/cart-graphic-2.png');
    background-size: 85px 37px;
  }
  nav .cart .cart-graphic .cart-counter {
    display: block;
    width: 73px;
    margin-top: 7px;
    text-align: right;
    font-size: 14px;
  }
  .bye-wrap {
    z-index: 10;
    position: relative;
  }
  .bye-product-wrap {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .bye-container {
    width: 100%;
  }
  .bye-container h4 {
    font-size: 32px;
    text-align: center;
  }
  .bye-container h5 {
    font-size: 21px;
    width: 400px;
  }
  .bye-container .bye-header-wrap {
    position: relative;
    width: 536px;
    height: 266px;
    margin: 0 auto 20px;
    background-image: url('/rentals2/img/bye-header-mobile@2x.png');
    background-size: 434px 266px;
  }
  .bye-container .bye-hand {
    position: absolute;
    width: 104px;
    height: 142px;
    background-image: url('/rentals2/img/bye-hand-desktop@2x.png');
    background-size: 103px 142px;
    top: 60px;
    left: 0;
  }
  .how-to {
    padding: 20px 0;
  }
  .how-to ul {
    list-style: none;
    padding: 10px 0;
  }
  .how-to ul li {
    position: relative;
    width: 260px;
    display: inline-block;
    vertical-align: top;
    height: 122px;
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 0;
    margin: 10px -10px;
  }
  .how-to ul li h6 {
    display: block;
    font-size: 16px;
    max-width: 210px;
    margin: 4px auto;
  }
  .how-to ul li .animation {
    display: block;
    width: 100%;
    height: 74px;
    bottom: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    margin: 5px auto;
  }
  .how-to ul .arrow-1 {
    background-image: url('../img/arrow-1.png');
    background-size: 260px 140px;
  }
  .how-to ul .arrow-2 {
    background-image: url('../img/arrow-2.png');
    background-size: 260px 140px;
  }
  .how-to ul .arrow-3 {
    background-image: url('../img/arrow-2.png');
    background-size: 260px 140px;
  }
  .how-to ul .arrow-4 {
    background-image: url('../img/arrow-3.png');
    background-size: 260px 140px;
  }
  .how-to ul .disclaimer {
    background: none;
    height: auto;
    display: block;
    width: 100%;
  }
  .how-new {
    margin: 40px auto;
  }
  .how-new h3 {
    font-size: 24px;
  }
  .how-new ul {
    text-align: center;
    max-width: 700px;
  }
  .how-new ul li {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    max-width: 240px;
    height: 280px;
    margin: 10px 4px;
    padding: 14px 8px 0px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.35);
    text-align: left;
  }
  .how-new ul li .big-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 56px;
    margin: 0 10px;
    width: 10%;
  }
  .how-new ul li .describe {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    line-height: 1.2em;
    width: 70%;
    font-size: 22.4px;
  }
  .how-new ul li .animations {
    width: 178px;
    height: 178px;
    margin: 20px auto;
  }
  .how-new ul li .animation-1 {
    background-image: url('../img/howto-1.gif');
    background-size: 178px 178px;
  }
  .how-new ul li .animation-2 {
    background-image: url('../img/howto-2.gif');
    background-size: 178px 178px;
  }
  .how-new ul li .animation-3 {
    background-image: url('../img/howto-3.gif');
    background-size: 178px 178px;
  }
  .how-new ul li .animation-4 {
    background-image: url('../img/howto-4.gif');
    background-size: 178px 178px;
  }
  .rental h2 {
    display: none;
  }
  .project {
    padding: 0;
    margin: 0;
  }
  .project .project-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  .project .project-info p {
    font-size: 11.2px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 10px;
    border-radius: 4px;
    width: 80%;
    margin: 20px auto;
    max-width: 500px;
  }
  .project .project-info p a {
    text-decoration: underline;
  }
  .product-info {
    position: relative;
  }
  .product-info .pointer {
    width: 34px;
    height: 100%;
    position: absolute;
    margin-left: -34px;
    z-index: 100;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0% 50%;
  }
  .product {
    padding: 12px 0;
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-height: 260px;
  }
  .product h3 {
    margin: 10px auto;
    width: 90%;
    margin: 0 auto;
  }
  .product h4 {
    font-size: 16px;
    margin: 4px auto;
  }
  .product h6 {
    margin: 4px auto;
    width: 90%;
    line-height: 1.5em;
  }
  .product .smaller {
    font-size: 9.6px;
  }
  .product .white-button {
    margin: 8px auto;
    font-size: 12px;
    padding: 6px 10px;
  }
  .product img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px auto 0;
    max-width: 140px;
  }
  .yellow .pointer {
    background-image: url('/rentals2/img/pointer-yellow.png');
  }
  .blue .pointer {
    background-image: url('/rentals2/img/pointer-blue.png');
  }
  .grey .pointer {
    background-image: url('/rentals2/img/pointer-grey.png');
  }
  .pink .pointer {
    background-image: url('/rentals2/img/pointer-pink.png');
  }
  .peach .pointer {
    background-image: url('/rentals2/img/pointer-peach.png');
  }
  .green .pointer {
    background-image: url('/rentals2/img/pointer-green.png');
  }
  .light-blue .pointer {
    background-image: url('/rentals2/img/pointer-light-blue.png');
  }
  .dark-blue .pointer {
    background-image: url('/rentals2/img/pointer-dark-blue.png');
  }
  .valign {
    display: table;
    width: 100%;
    height: 100%;
  }
  .child1 {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .survey {
    padding: 40px 0 0;
  }
  .survey input[type="text"] {
    font-size: 24px;
  }
  .survey h2 {
    margin: 0;
    padding: 0;
  }
  .survey h4 {
    margin: 16px;
    font-size: 21px;
  }
  .survey p {
    margin: 16px auto;
  }
  .survey placeholder {
    color: #4A4A4A;
  }
  .survey .survey-question {
    margin: 40px auto;
  }
  .checkout-fname,
  .checkout-lname {
    display: inline-block;
    width: 47%;
    margin: 0 10px 0 0;
  }
  .tab > label {
    padding: 10px;
    border: 1px solid #fff;
    margin-left: -1px;
    position: relative;
    left: 1px;
    padding: 18px 40px;
  }
  .tab.paypal {
    padding: 0;
    margin: 5px auto 0;
  }
  .paypal label {
    padding: 0;
    border: none;
  }
  .content {
    position: absolute;
    top: 54px;
  }
  .hero {
    width: 90%;
    margin: 0 auto 20px;
  }
  .hero h1 {
    margin: 0px auto 30px;
  }
  .hero img {
    width: 90%;
    height: auto;
  }
  .rent-mobile {
    display: none;
  }
  .rent-desktop {
    display: block;
    margin-left: 40px !important;
    text-align: center;
  }
  .rental-rate h3 {
    margin: 0 auto 10px;
    font-size: 32px;
  }
  .rental-rate h6 {
    margin: 10px auto;
  }
  .write-up {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  .write-up p:first-child {
    margin-top: 0;
  }
  .write-up h2 {
    text-align: left;
    margin: 40px auto;
  }
  .includes {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 20px 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .includes h3 {
    font-size: 18px;
    text-transform: uppercase;
    width: 21%;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .includes ul {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    width: 72%;
  }
  .includes ul li {
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-size: 12.8px;
    margin: 2px 0px;
    padding: 0;
    padding-left: 20px;
    line-height: 1.5em;
    float: left;
    display: inline;
    text-align: left;
    width: 33.3%;
  }
  .includes ul li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0);
  }
  .faq {
    font-family: 'Merriweather', 'Georgia', serif;
    list-style: none;
  }
  .faq li {
    line-height: 2em;
    padding-left: 50px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .faq li:nth-child(even) {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
  }
  .download-icon {
    display: inline-block;
    vertical-align: top;
    margin: -px 6px 0 0;
    width: 20px;
    height: 20px;
  }
  .cart h2 {
    margin: 30px auto;
  }
  .summary {
    width: 90%;
    margin: 0 auto;
  }
  .summary .yellow-button {
    font-size: 24px;
  }
  .summary h2 {
    margin: 20px auto;
  }
  .summary h4 {
    margin: 20px auto;
  }
  .summary .item {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    margin: 20px auto;
    text-align: left;
  }
  .summary .thumbnail,
  .summary .product-name,
  .summary .rental-dates,
  .summary .price {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }
  .summary .thumbnail {
    width: 14%;
    max-width: 80px;
    height: 80px;
    margin: 0 12px;
  }
  .summary .thumbnail img {
    width: 100%;
    height: auto;
  }
  .summary .product-name {
    width: 24%;
    margin: 0 4px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .summary .rental-dates {
    width: 24%;
    text-align: center;
    font-size: 12.8px;
  }
  .summary .rental-dates > div {
    display: inline-block;
  }
  .summary .price {
    width: 18%;
    font-size: 28.8px;
    margin: 0 auto;
    text-align: center;
  }
  .summary .remove {
    float: right;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 20px;
    height: 60px;
    margin: 0 20px;
    padding: 0;
  }
  .summary .total {
    width: 100%;
    padding: 20px 0;
    margin: 40px auto;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .summary .total .total-label,
  .summary .total .total-price {
    display: inline-block;
    width: 44%;
  }
  .summary .total .total-label {
    font-size: 32px;
    text-align: left;
  }
  .summary .total .total-price {
    font-size: 32px;
    text-align: right;
  }
  .summary .discount {
    padding: 34px 0 0 !important;
    margin: 0px auto !important;
    border-top: 2px solid #ffffff !important;
    border-bottom: 2px solid transparent !important;
  }
  .delivery-wrap {
    display: inline-block;
    width: 42%;
    height: 280px;
    margin: 25px 10px;
  }
  .delivery-wrap h3,
  .delivery-wrap h5,
  .delivery-wrap h6 {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .delivery-wrap h3 {
    font-size: 22.4px;
    margin: 10px auto 0px;
  }
  .delivery-wrap h5 {
    font-size: 14.4px;
    margin: 6px auto;
  }
  .delivery-wrap h6 {
    font-size: 9.6px;
    margin: 6px auto;
  }
  .delivery-wrap label {
    height: 260px;
  }
  .mobile-illustration {
    display: none;
  }
  .pickup .illustration,
  .courier .illustration {
    display: block;
    width: 128px;
    height: 117px;
    margin: 20px auto;
    background-repeat: no-repeat;
  }
  .pickup .illustration {
    background-image: url('/rentals2/img/illustration-pickup-desktop.png');
    background-size: 118px 105px;
  }
  .courier .illustration {
    background-image: url('/rentals2/img/illustration-courier-desktop.png');
    background-size: 118px 105px;
  }
  .project {
    -webkit-animation: dropHeader 500ms 0ms 1 ease;
    -moz-animation: dropHeader 500ms 0ms 1 ease;
    -ms-animation: dropHeader 500ms 0ms 1 ease;
  }
  .product-info {
    -webkit-animation: dropHeader 500ms 0ms 1 ease;
    -moz-animation: dropHeader 500ms 0ms 1 ease;
    -ms-animation: dropHeader 500ms 0ms 1 ease;
  }
  @-moz-keyframes dropHeader {
    0% {
      opacity: 0;
      -moz-transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -moz-transform: scale(1);
    }
  }
  @-webkit-keyframes dropHeader {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes dropHeader {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  section.questions {
    max-width: 920px;
  }
  section.questions h3 {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
  }
  section.questions p {
    font-size: 20.8px;
    line-height: 2.3em;
  }
  .bigquotes {
    max-width: 980px;
    margin: 20px auto;
  }
  .bigquotes h1 {
    margin: 60px auto 100px;
    font-size: 76.8px;
  }
  .bigquotes p {
    font-size: 32px;
    margin: 20px auto;
    line-height: 1.7em;
    width: 100%;
  }
  .bigquotes .quote-wrap {
    margin: 0px auto 100px;
  }
  .bigquotes .quote-wrap a img {
    display: inline-block;
    width: 300px;
  }
  .current-location-wrap {
    display: inline-block;
    width: 100%;
  }
  .current-location {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin: 0px auto 10px;
    border-radius: 6px;
    position: absolute;
    left: 20px;
    top: 0px;
    width: 140px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url('../img/serving-sanfrancisco.png');
    background-size: 144px 33px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .current-location h6 {
    display: none;
  }
  .reservation-date h6 {
    font-size: 11.7px;
  }
  .reservation-date h5 {
    font-size: 16px;
  }
  .reservation-date .reservation-summary {
    display: inline-block;
    padding: 0 8px;
    margin: 6px 0;
    border-left: 0px solid transparent;
  }
  .reservation-date .reservation-summary.pickup {
    border-left: 0px solid transparent;
  }
  .flight-school input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px;
  }
  .flight-school label {
    font-size: 14.4px;
  }
  .flight-school h6 {
    font-size: 11.7px;
    margin: 6px auto;
  }
  .add-wrapper h6 {
    margin: 8px auto;
  }
  .rentals-header .navbar-nav {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .free-ship-message {
    margin-top: 0px;
  }
  .social-bar .subscribe a {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
    margin-top: 2px;
  }
  .new-current-location-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    margin-left: 20px;
  }
  .new-current-location {
    display: inline-block;
    width: 130px;
    height: 26px;
    background-image: url('../img/serving-sanfrancisco-desktop.png');
    background-size: 130px 30px;
  }
}
@media only screen and (min-width: 620px) and (max-width: 767px) {
  .rentals-header .navbar-nav {
    border-color: transparent;
  }
}
@media only screen and (min-width: 620px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 620px) and (min-resolution: 120dppx) {
  nav .cart .cart-graphic {
    background-image: url('../img/cart-graphic-2@2x.png');
    background-size: 85px 37px;
  }
  .how-to ul .arrow-1 {
    background-image: url('../img/arrow-1@2x.png');
    background-size: 260px 140px;
  }
  .how-to ul .arrow-2 {
    background-image: url('../img/arrow-2@2x.png');
    background-size: 260px 140px;
  }
  .how-to ul .arrow-3 {
    background-image: url('../img/arrow-2@2x.png');
    background-size: 260px 140px;
  }
  .how-to ul .arrow-4 {
    background-image: url('../img/arrow-3@2x.png');
    background-size: 260px 140px;
  }
  .yellow .pointer {
    background-image: url('../img/pointer-yellow@2x.png');
    background-size: 34px 68px;
  }
  .blue .pointer {
    background-image: url('../img/pointer-blue@2x.png');
    background-size: 34px 68px;
  }
  .grey .pointer {
    background-image: url('../img/pointer-grey@2x.png');
    background-size: 34px 68px;
  }
  .pink .pointer {
    background-image: url('../img/pointer-pink@2x.png');
    background-size: 34px 68px;
  }
  .dark-blue .pointer {
    background-image: url('/rentals2/img/pointer-dark-blue@2x.png');
    background-size: 34px 68px;
  }
  .pickup .illustration {
    background-image: url('/rentals2/img/illustration-pickup-desktop@2x.png');
    background-size: 118px 105px;
  }
  .courier .illustration {
    background-image: url('/rentals2/img/illustration-courier-desktop@2x.png');
    background-size: 118px 105px;
  }
  .how-new ul li .animation-1 {
    background-image: url('../img/howto-1@2x.gif');
    background-size: 178px 178px;
  }
  .how-new ul li .animation-2 {
    background-image: url('../img/howto-2@2x.gif');
    background-size: 178px 178px;
  }
  .how-new ul li .animation-3 {
    background-image: url('../img/howto-3@2x.gif');
    background-size: 178px 178px;
  }
  .how-new ul li .animation-4 {
    background-image: url('../img/howto-4@2x.gif');
    background-size: 178px 178px;
  }
  .current-location {
    background-image: url('../img/serving-sanfrancisco@2x.png');
    background-size: 144px 33px;
  }
}
@media only screen and (min-width: 900px) {
  h1,
  .h1 {
    font-size: 54px;
  }
  h2,
  .h2 {
    font-size: 45px;
  }
  h3,
  .h3 {
    font-size: 33px;
    line-height: 1.5em;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  p {
    font-size: 18px;
  }
  p.small {
    font-size: 9px;
  }
  p.very-small {
    font-size: 7.2px;
  }
  .product img {
    max-width: 300px;
  }
  .product h3 {
    line-height: 1.5em;
    font-size: 24px;
  }
  .product h4 {
    line-height: 1.1em;
    font-size: 18px;
  }
  .product h6 {
    line-height: 1.1em;
    font-size: 14px;
  }
  .product h6.smaller {
    line-height: 1.1em;
    font-size: 10px;
  }
  .product .white-button {
    margin: 8px auto;
    font-size: 16px;
    padding: 8px 20px;
  }
  .rental-rate h3 {
    font-size: 41.4px;
  }
  .jumbotron {
    font-size: 75.6px;
    margin: 40px auto;
    max-width: 960px;
  }
  .bye-wrap {
    padding: 20px 0 50px;
  }
  header h1 {
    width: 80%;
    margin: 40px auto;
  }
  .stuck {
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 8.9%;
    width: 22.5%;
    z-index: 100000;
  }
  nav {
    width: 100%;
    position: relative;
  }
  nav .logo {
    display: inline-block;
    width: 262px;
    height: 114px;
    background-image: url('../img/rent-logo-desktop.png');
    background-size: 262px 114px;
    margin: 0px auto;
    margin-top: -12px;
    top: 0;
    padding: 0;
  }
  nav .cart {
    top: 12px;
  }
  .current-location {
    padding: 6px 10px;
    margin: 0px auto 10px;
    top: 10px;
    left: 20px;
    width: 240px;
    height: 50px;
    background-image: url('../img/serving-sanfrancisco-desktop.png');
    background-size: 262px 60px;
  }
  .survey {
    padding: 80px 0 0;
  }
  .survey input[type="text"] {
    font-size: 27px;
  }
  .survey h2 {
    margin: 0;
    padding: 0;
  }
  .survey h4 {
    margin: 16px;
    font-size: 21px;
  }
  .survey p {
    margin: 16px auto;
  }
  .survey placeholder {
    color: #4A4A4A;
  }
  .survey .survey-question {
    margin: 40px auto;
  }
  .how-new {
    margin: 40px auto;
  }
  .how-new h3 {
    font-size: 27px;
  }
  .how-new ul {
    text-align: center;
    max-width: 700px;
  }
  .how-new ul li {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    max-width: 240px;
    height: 280px;
    margin: 10px 4px;
    padding: 14px 8px 0px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.35);
    text-align: left;
  }
  .how-new ul li .big-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 63px;
    margin: 0 10px;
    width: 10%;
  }
  .how-new ul li .describe {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    line-height: 1.2em;
    width: 70%;
    font-size: 21.6px;
  }
  .how-new ul li .animations {
    width: 178px;
    height: 178px;
    margin: 20px auto;
  }
  footer {
    margin-top: 100px;
  }
  footer .link-wrap {
    width: 100%;
    position: relative;
    height: 300px;
  }
  footer .link-wrap ul {
    list-style: none;
    text-align: center;
  }
  footer .link-wrap ul li {
    font-size: 21px;
    display: inline-block;
  }
  footer .link-wrap ul.serious-links {
    list-style: none;
    text-align: center;
  }
  footer .link-wrap ul.serious-links li {
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
    padding: 10px 0;
  }
  footer .link-wrap ul.serious-links li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0);
  }
  footer .link-wrap ul.serious-links li a:hover {
    text-decoration: underline;
  }
  footer .phone-wrap {
    background-color: #97DFFF;
  }
  footer .phone-wrap:hover {
    background-color: #89dbfe;
  }
  footer .email-wrap {
    background-color: #FFEBB5;
  }
  footer .email-wrap h1 {
    font-size: 54px;
  }
  footer .email-wrap:hover {
    background-color: #FFE6A4;
  }
  footer .share-wrap {
    background-color: #ECECEC;
  }
  footer .share-wrap:hover {
    background-color: #FAFAFA;
  }
  footer .share-wrap a {
    margin: 14px 16px 0px;
  }
  footer .share-wrap a > div {
    width: 80px;
    height: 80px;
  }
  footer .share-wrap a .facebook {
    background-size: 72px 72px;
  }
  footer .share-wrap a .twitter {
    background-size: 79px 65px;
  }
  footer .share-wrap a .pinterest {
    background-size: 56px 67px;
  }
  .link-wrap .press {
    width: 80%;
    margin: 10px auto;
    background-image: none;
  }
  .link-wrap .press h6 {
    display: block !important;
    color: #ffffff;
    text-transform: uppercase;
    width: 100% !important;
  }
  .link-wrap .press li {
    display: inline-block;
    background-repeat: no-repeat;
    margin: 10px 14px;
  }
  .link-wrap .press .nytimes {
    background-image: url('../img/new-york-times.png');
    width: 287px;
    height: 40px;
  }
  .link-wrap .press .theguardian {
    background-image: url('../img/the-guardian-logo.png');
    width: 195px;
    height: 33px;
  }
  .link-wrap .press .yahoo {
    background-image: url('../img/yahoo-logo.png');
    width: 159px;
    height: 37px;
  }
  .link-wrap .press .businessinsider {
    background-image: url('../img/business-insider-logo.png');
    width: 118px;
    height: 47px;
  }
  .link-wrap .press .theverge {
    background-image: url('../img/the-verge-logo.png');
    width: 147px;
    height: 25px;
  }
  .link-wrap .press .vice {
    background-image: url('../img/vice-logo.png');
    width: 119px;
    height: 35px;
  }
  .link-wrap .press .buzzfeed {
    background-image: url('../img/buzzfeed-logo.png');
    width: 182px;
    height: 31px;
  }
  .link-wrap .press .wallstreet {
    background-image: url('../img/wall-street-journal.png');
    width: 200px;
    height: 34px;
  }
  .dronie-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 280px;
    z-index: 0;
  }
  .dino-pilot {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-left: -50px;
    width: 100px;
    height: 107px;
    background-image: url('../img/dino-pilot.png');
    background-size: 100px 107px;
  }
  .dronie {
    position: relative;
    width: 148px;
    height: 58px;
    background-image: url('../img/dronie.png');
    background-size: 148px 58px;
    z-index: 0;
  }
  .cart h2 {
    margin: 30px auto;
  }
  .summary {
    width: 90%;
    margin: 0 auto;
    max-width: 720px;
  }
  .summary .yellow-button {
    font-size: 36px;
    max-width: 500px;
  }
  .summary h2 {
    margin: 60px auto 20px;
  }
  .summary h4 {
    margin: 20px auto;
  }
  .summary .item {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    margin: 20px auto;
    text-align: left;
  }
  .summary .thumbnail,
  .summary .product-name,
  .summary .rental-dates,
  .summary .price {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
  }
  .summary .thumbnail {
    width: 14%;
    max-width: 100px;
    height: 100px;
    margin: 0 12px;
  }
  .summary .thumbnail img {
    width: 100%;
    height: auto;
  }
  .summary .product-name {
    width: 24%;
    margin: 0 4px;
    font-size: 21.6px;
    line-height: 1.5em;
  }
  .summary .rental-dates {
    width: 24%;
    font-size: 18px;
    line-height: 1.5em;
  }
  .summary .rental-dates > div {
    display: inline-block;
  }
  .summary .price {
    width: 20%;
    font-size: 39.6px;
    margin: 0 auto;
    text-align: center;
  }
  .summary .remove {
    float: right;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 20px;
    height: 80px;
    margin: 0 40px 0 0;
    padding: 0;
  }
  .summary .delivery-wrap {
    display: inline-block;
    width: 300px;
    height: 340px;
    margin: 25px 10px;
  }
  .summary .delivery-wrap h3,
  .summary .delivery-wrap h5,
  .summary .delivery-wrap h6 {
    width: 85%;
    text-align: center;
  }
  .summary .delivery-wrap h3 {
    font-size: 32.4px;
    margin: 14px auto 0px;
  }
  .summary .delivery-wrap h5 {
    font-size: 19.8px;
    margin: 14px auto;
    line-height: 1.3em;
  }
  .summary .delivery-wrap h6 {
    font-size: 10.8px;
    margin: 6px auto;
  }
  .summary .delivery-wrap label {
    height: 320px;
  }
  .summary .total {
    width: 100%;
    padding: 40px 0;
    margin: 40px auto;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .summary .total .total-label,
  .summary .total .total-price {
    display: inline-block;
    width: 44%;
  }
  .summary .total .total-label {
    font-size: 54px;
    text-align: left;
  }
  .summary .total .total-price {
    font-size: 54px;
    text-align: right;
  }
  .contact h2 {
    width: 90%;
    margin: 40px auto 100px;
    line-height: 1.3em;
  }
  .contact form {
    width: 735px;
    margin: 20px auto;
  }
  .contact .contact-message,
  .contact .contact-name,
  .contact .contact-email {
    margin: 20px auto 40px;
    text-align: left;
  }
  .contact .contact-message label,
  .contact .contact-name label,
  .contact .contact-email label {
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px;
    font-size: 23.4px;
    width: 200px;
    text-align: right;
  }
  .contact .contact-message input,
  .contact .contact-name input,
  .contact .contact-email input {
    width: 450px;
    text-align: left;
    padding: 20px 20px;
  }
  .contact .contact-message textarea {
    width: 450px;
    padding: 10px 20px;
    margin: 0;
    min-height: 180px;
  }
  .contact .yellow-button {
    font-size: 27px;
  }
  .contact .submit {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
  .robot-test-label {
    font-size: 23.4px;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    text-align: right;
    margin: 0 22px 0 0;
    line-height: 1.2em;
  }
  .robot-test-choices {
    display: inline-block;
    vertical-align: bottom;
    width: 450px;
    margin: -20px auto 0px;
    text-align: center;
  }
  .robot-test-choices label {
    background: transparent;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    width: 80px;
    height: 80px;
    margin: 8px 20px;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0);
  }
  .robot-test-choices input[type="radio"] {
    display: none;
  }
  .robot-test-choices label:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0);
  }
  .robot-test-choices input[type=radio]:checked + label:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 0px 3px #ffffff;
  }
  .robot-test-choices .robo-illustration {
    display: block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkout .yellow-button {
    font-size: 32px !important;
  }
  .new-current-location-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    margin-left: 20px;
  }
  .new-current-location {
    display: inline-block;
    width: 130px;
    height: 26px;
    background-image: url('../img/serving-sanfrancisco-desktop.png');
    background-size: 130px 30px;
  }
}
@media only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 900px) and (min-resolution: 120dppx) {
  nav .logo {
    background-image: url('../img/rent-logo-desktop@2x.png');
    background-size: 262px 114px;
  }
  .link-wrap .press .nytimes {
    background-image: url('../img/new-york-times@2x.png');
    background-size: 287px 40px;
  }
  .link-wrap .press .theguardian {
    background-image: url('../img/the-guardian-logo@2x.png');
    background-size: 195px 33px;
  }
  .link-wrap .press .yahoo {
    background-image: url('../img/yahoo-logo@2x.png');
    background-size: 159px 37px;
  }
  .link-wrap .press .businessinsider {
    background-image: url('../img/business-insider-logo@2x.png');
    background-size: 118px 47px;
  }
  .link-wrap .press .theverge {
    background-image: url('../img/the-verge-logo@2x.png');
    background-size: 147px 25px;
  }
  .link-wrap .press .vice {
    background-image: url('../img/vice-logo@2x.png');
    background-size: 119px 35px;
  }
  .link-wrap .press .buzzfeed {
    background-image: url('../img/buzzfeed-logo@2x.png');
    background-size: 182px 31px;
  }
  .link-wrap .press .wallstreet {
    background-image: url('../img/wall-street-journal@2x.png');
    background-size: 200px 34px;
  }
  .dino-pilot {
    background-image: url('../img/dino-pilot@2x.png');
    background-size: 100px 107px;
  }
  .dronie {
    background-image: url('../img/dronie@2x.png');
    background-size: 148px 58px;
  }
  .summary .delivery-options .pick-up .illustration {
    background-image: url('../img/illustration-pickup-desktop@2x.png');
    background-size: 118px 104px;
  }
  .summary .delivery-options .courier .illustration {
    background-image: url('../img/illustration-courier-desktop@2x.png');
    background-size: 128px 117px;
  }
  .current-location {
    background-image: url('../img/serving-sanfrancisco-desktop@2x.png');
    background-size: 262px 60px;
  }
}
@media only screen and (min-width: 1000px) {
  h1,
  .h1 {
    font-size: 63px;
  }
  h2,
  .h2 {
    font-size: 45px;
  }
  h3,
  .h3 {
    font-size: 33px;
    line-height: 1.5em;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  p {
    font-size: 18px;
  }
  p.small {
    font-size: 9px;
  }
  p.very-small {
    font-size: 7.2px;
  }
  .white {
    padding: 10px 20px;
    background-color: #ffffff;
    margin: 16px auto;
    font-size: 16px;
  }
  .product img {
    max-width: 300px;
  }
  .product h3 {
    line-height: 1.3em;
    font-size: 29.7px;
  }
  .product h4 {
    line-height: 1.5em;
    font-size: 17px;
  }
  .product h6 {
    line-height: 1.5em;
    font-size: 15px;
  }
  .product h6.smaller {
    line-height: 1.1em;
    font-size: 10px;
  }
  .product .white-button {
    margin: 8px auto;
    font-size: 16px;
    padding: 8px 20px;
  }
  .how-new {
    margin: 40px auto;
  }
  .how-new h3 {
    font-size: 27px;
  }
  .how-new ul {
    text-align: center;
    max-width: 1200px;
  }
  .how-new ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    max-width: 240px;
    height: 280px;
    margin: 10px 4px;
    padding: 14px 8px 0px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.35);
    text-align: left;
  }
  .how-new ul li .big-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 63px;
    margin: 0 10px;
    width: 10%;
  }
  .how-new ul li .describe {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    line-height: 1.2em;
    width: 67%;
    font-size: 21.6px;
  }
  .how-new ul li .animations {
    width: 178px;
    height: 178px;
    margin: 20px auto;
  }
  .new-current-location-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    margin-left: 0px;
  }
  .new-current-location {
    display: inline-block;
    width: 160px;
    height: 36px;
    background-image: url('../img/serving-sanfrancisco-desktop.png');
    background-size: 160px 37px;
  }
  .flight-school input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px;
  }
  .flight-school label {
    font-size: 18px;
  }
  .flight-school h6 {
    font-size: 13.5px;
    margin: 6px auto;
  }
  .reservation-date h6 {
    font-size: 12px;
  }
  .reservation-date h5 {
    font-size: 16.2px;
  }
  .reservation-date .reservation-summary {
    display: inline-block;
    padding: 0 10px;
    margin: 6px 0;
    border-left: 2px solid #ffffff;
  }
  .reservation-date .reservation-summary.pickup {
    border-left: 2px solid transparent;
  }
}
@media only screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 72px;
  }
  h2,
  .h2 {
    font-size: 45px;
  }
  h3,
  .h3 {
    font-size: 33px;
    line-height: 1.5em;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  p {
    font-size: 18px;
  }
  p.small {
    font-size: 9px;
  }
  p.very-small {
    font-size: 7.2px;
  }
  .white {
    padding: 10px 20px;
    background-color: #ffffff;
    margin: 16px auto;
    font-size: 16px;
  }
  .product img {
    max-width: 560px;
  }
  .new-current-location-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    margin-left: 30px;
  }
  .new-current-location {
    display: inline-block;
    width: 160px;
    height: 36px;
    background-image: url('../img/serving-sanfrancisco-desktop.png');
    background-size: 160px 37px;
  }
}
