@charset "UTF-8";

/*

----------------------

UNCOVER CSS MAGIC XOXO

----------------------




TABLE OF CONTENTS
_________________

- Misc.
- Fonts
- Buttons & Forms
- Typography
- Hero
- Stats
- Order now
- Order form
- Request mockup
- Gallery
- Reviews
- How it works
- FAQ
- About
- Faces
- Company info
- Contact

- Only desktop & tablet
- Only tablet
- Only mobile

*/
/***** banner *****/
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_head {
  background: rgb(0, 0, 0);
  height: 30px;
  width: 100%;
  z-index: 999;
  text-align: center;
  position: fixed;
}

.banner_head p {
  color: #ffffff;
  font-weight: bold;
}

.banner_head a {
  text-decoration: none;
  color: #1cc753;
}

/***** Misc *****/
.up {
  position: relative;
  z-index: 500;
}

.hidden {
  display: none;
}

body {
  position: relative;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
}

article {
  position: relative;
  z-index: 400;
}

/* When using an Anchor link, avoid the (fixed) header overlapping */
.invisible-anchor {
  position: absolute;
}

/***** Fonts *****/
@font-face {
  font-family: "Avenir Web";
  src: url("../fonts/avenir/avenir-medium.eot");
  src: url("../fonts/avenir/avenir-medium.eot#iefix") format("embedded-opentype"), url("../fonts/avenir/avenir-medium.woff") format("woff"), url("../fonts/avenir/avenir-medium.ttf") format("truetype"), url("../fonts/avenir/avenir-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/***** Typography *****/
p {
  color: #989898;
  line-height: 200%;
}

/***** Navigation *****/
.header {
  position: absolute;
  z-index: 750;
  padding: 15px 0;
  width: 100%;
  top: 0;
  height: 40px;
}

.header .logo {
  width: 180px;
  margin-left: 20px;
}

.header .logo-black {
  display: none;
}

.header .logo-white {
  display: block;
  height: auto;
}

.header .button-white-border {
  color: #fff;
  border-color: #fff;
}

.header .button-white-border:hover {
  color: #000;
}

.header nav {
  margin-right: 20px;
}

.header nav ul {
  list-style: none;
  margin-bottom: 0;
}

.header nav ul li {
  display: inline;
  margin-left: 30px;
}

.header nav ul li a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

.header.fixed {
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.header.fixed .logo {
  padding-top: 9px;
}

.header.fixed .logo-black {
  display: block;
}

.header.fixed .logo-white {
  display: none;
}

.header.fixed .button-white-border {
  border-color: #000;
}

.header.fixed nav ul li a {
  color: #000;
}

/***** Hero *****/
.player .controls .play {
  display: none !important;
}

.hero {
  background-color: #000;
  height: 100%;
  position: relative;
  z-index: 200;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-mo #hero-slideshow-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  list-style: none;
}

.hero #hero-slideshow-wrapper li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.hero #video-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 200;
  overflow: hidden;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero #video-wrapper iframe, .hero #video-wrapper .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero #video-wrapper .video-overlay {
  z-index: 200;
}

.hero .hero-inner {
  position: absolute;
  bottom: 60px;
  z-index: 20;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.hero .hero-inner h3 {
  color: #fff;
  font-weight: 500;
  -ms-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -moz-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -webkit-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -o-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
}

.hero .hero-inner .divider {
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
  -ms-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -o-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
}

.hero .hero-inner .uncover-rocks {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  max-width: 510px;
  color: #fff;
  line-height: 150%;
  padding-top: 40px;
  -ms-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -moz-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -webkit-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  -o-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.56);
}

.hero .hero-inner .hide-order-form {
  margin-left: 3px;
  -ms-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  -o-text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
}

.hero.hero-page-about {
  padding: 8em 0;
  background-image: url(../img/identity/hero_about.jpg);
}

.hero.hero-page-about .hero-inner h1 {
  color: #fff;
  font-weight: 300;
}

/***** Stats *****/
.stats {
  background-color: #121217;
  padding: 1.5em 0;
  position: relative;
}

.stats .featured-tweet {
  position: relative;
  overflow: hidden;
}

.stats .featured-tweet ul {
  list-style: none;
  position: relative;
  height: 40px;
}

.stats .featured-tweet ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.stats .featured-tweet .profile {
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 15px;
}

.stats .featured-tweet .profile .icon {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-image: url(../img/misc/tweet/icon.png);
  position: absolute;
  bottom: -3px;
  right: -3px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .stats .featured-tweet .profile .icon {
    background-image: url(../img/misc/tweet/icon@2x.png);
    background-size: 20px 20px;
  }
}

.stats .featured-tweet .profile .face {
  -ms-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 100%;
  height: 100%;
}

.stats .featured-tweet .tweet {
  margin-top: 6px;
}

.stats .featured-tweet .tweet .source {
  text-decoration: none;
  color: #CCCCCC;
}

.stats .featured-tweet .tweet .source:hover {
  text-decoration: underline;
}

.stats .featured-tweet .tweet .talk {
  color: #fff;
  text-decoration: none;
  position: relative;
  top: -6px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
}

.stats .featured-tweet .tweet .talk:hover {
  text-decoration: underline;
}

.stats .featured-tweet .tweet .talk .quote {
  font-family: 'Arial Black', sans-serif;
  padding: 0 2px;
}

.stats .stat {
  text-align: center;
}

.stats .stat .stat-number {
  color: #fff;
  font-size: 1.6em;
  display: block;
}

.stats .stat .stat-description {
  color: #6a6a6a;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}

/***** Order now *****/
#order-now-anchor {
  position: relative;
}

.order-now {
  background-color: #FFFFFF;
  padding-top: 3em;
}

.order-now .order-now-intro {
  text-align: center;
  width: 60%;
  margin-left: 20%;
}

.order-now .order-now-intro p {
  color: #000;
  font-size: 26px;
  line-height: 150%;
  padding: 1.4em 0;
}

.order-now .order-now-options {
  position: relative;
  z-index: 400;
}

.order-now .order-now-options .order-now-option {
  background-color: #fff;
  padding: 0.5em 1em 0 1em;
  position: relative;
  margin-left: 1%;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: block;
  text-decoration: none;
}

.order-now .order-now-options .order-now-option h6 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: #000;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.order-now .order-now-options .order-now-option p {
  line-height: 150%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.order-now .order-now-options .order-now-option .option-price {
  position: absolute;
  top: 0.2em;
  right: 0.6em;
  text-transform: uppercase;
  font-size: 0.5em;
  color: #6a6a6a;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.order-now .order-now-options .order-now-option .option-price .option-price-number {
  font-size: 3em;
  color: #000;
  margin-left: 2px;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.order-now .order-now-options .order-now-option.active {
  background-color: #000;
  position: relative;
}

.order-now .order-now-options .order-now-option.active h6 {
  color: #fff;
}

.order-now .order-now-options .order-now-option.active .option-price .option-price-number {
  color: #fff;
}

.order-now .order-now-option-description-outer {
  background-color: #fff;
}

.order-now .order-now-option-description {
  position: relative;
  z-index: 200;
  background-color: #fff;
  padding: 5em 2em;
}

.order-now .order-now-option-description .order-now-option-photo {
  list-style: none;
  margin-left: 4%;
  position: relative;
  height: 0;
  padding-top: 31%;
  overflow-y: hidden;
}

.order-now .order-now-option-description .order-now-option-photo li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.order-now .order-now-option-description .order-now-option-photo li img {
  height: auto;
  margin-top: -20%;
}

.order-now .order-now-option-description .order-now-option-text {
  margin-left: 0;
}

.order-now .order-now-option-description h5 {
  font-weight: 600;
}

.order-now .order-now-option-description hr {
  width: 60px;
  margin-top: 0;
}

.order-now .order-now-option-description p {
  clear: both;
  font-family: 'Open Sans', sans-serif;
}

.one-third.column.uncover-type-block {
  margin: auto;
  float: none;
}

/***** Request mockup *****/
.tooltip {
  display: none;
  background-color: #000;
  text-align: left;
  color: #fff;
  padding: 40px 40px 15px 40px;
}

.tooltip .fa {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.request-mockup {
  border-top: 1px #000 solid;
  padding-top: 40px;
  background-color: #fff;
  text-align: left;
  max-width: 1200px;
  -ms-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}

@media (max-width: 750px) {
  .request-mockup {
    padding: 40px 15px 0 15px;
    height: auto !important;
  }
}

.request-mockup .container {
  height: 100%;
}

.request-mockup .progress {
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.request-mockup .progress .progress-bar {
  height: 10px;
  -ms-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  margin-bottom: 8px;
  position: relative;
}

.request-mockup .progress .progress-bar .progress-circle {
  position: absolute;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -13px;
  top: 0;
  left: 0;
  background-color: #b2b2b2;
  color: #fff;
  -ms-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important;
  line-height: 36px;
  font-size: 0.8em;
  z-index: 200;
}

.request-mockup .progress .progress-bar .progress-circle.complete {
  background-color: #000;
}

.request-mockup .progress .progress-bar .progress-bar-fill {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 200;
  -ms-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}

.request-mockup .progress .progress-bar .step {
  width: 33.3%;
  height: 100%;
  float: left;
  background-color: #b2b2b2;
  position: relative;
  z-index: 100;
}

box .request-mockup .progress .progress-bar .step:after {
  content: "";
  height: 3px;
  width: 3px;
  position: absolute;
  right: 1px;
  top: 4px;
  background-color: #fff;
  -ms-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}

.request-mockup .progress .progress-bar .step.complete:before {
  width: 100%;
}

.request-mockup .progress .progress-bar .step.step-1, .request-mockup .progress .progress-bar .step.step-1:before {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.request-mockup .progress .progress-bar .step.thank-you {
  width: 0;
}

.request-mockup .progress .progress-bar .step.thank-you:after {
  display: none;
}

.request-mockup .progress .progress-bar .step.step-3 {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.request-mockup .progress .progress-bar .step.step-3:after {
  display: none;
}

.request-mockup .progress .step-text {
  width: 33.3%;
  height: 35px;
  float: left;
  box-sizing: border-box;
  color: #b2b2b2;
  -ms-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.request-mockup .progress .step-text.active {
  color: #000;
}

@media (max-width: 750px) {
  .request-mockup .progress .step-text {
    display: none;
  }
}

.request-mockup .form {
  padding: 30px 0 30px 0;
  height: 100%;
  box-sizing: border-box;
}

.request-mockup .form form {
  height: 100%;
}

.request-mockup .form h4 {
  font-size: 1.4em;
  margin: 1em 0 0.1em 0;
  padding-bottom: 0.2em;
  border-bottom: 1px transparent dotted;
  display: inline-block;
  -ms-transition: border-color 0.5s ease-in-out;
  -moz-transition: border-color 0.5s ease-in-out;
  -webkit-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
}

.request-mockup .form h4:first {
  margin-top: 0;
}

.request-mockup .form h4.production-time {
  margin-bottom: 0.6em;
}

.request-mockup .form h4.production-time .fa {
  cursor: pointer;
  font-size: 1em;
  opacity: 0.7;
  margin-left: 2px;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.request-mockup .form h4.production-time .fa:hover {
  opacity: 1;
}

.request-mockup .form h4.choose-a-model {
  margin-bottom: 0.6em;
}

.request-mockup .form h4.your-design {
  margin-bottom: 0.8em;
}

.request-mockup .form h4.error {
  border-color: #ce2222;
}

.request-mockup .form p {
  margin-bottom: 1em;
}

.request-mockup .form label input {
  margin-right: 5px;
}

.request-mockup .form .step {
  position: relative;
  display: none;
  opacity: 0;
  padding-bottom: 48px;
  height: 100%;
  box-sizing: border-box;
}

.request-mockup .form .step:first-of-type {
  display: block;
  opacity: 1;
}

@media (max-width: 750px) {
  .request-mockup .form .step {
    padding-bottom: 138px;
  }
}

.request-mockup .form .step-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.request-mockup .form .step-navigation .next {
  float: right;
}

.request-mockup .form .step-navigation .next:after {
  content: "→";
  margin-left: 5px;
}

.request-mockup .form .step-navigation .previous {
  float: left;
}

.request-mockup .form .step-navigation .previous:before {
  content: "←";
  margin-right: 5px;
}

@media (max-width: 750px) {
  .request-mockup .form .step-navigation button {
    float: left !important;
    display: block;
    clear: both;
  }
}

.request-mockup .form .choice {
  text-align: center;
  border: 1px #000 solid;
  background-size: cover;
  background-position: center;
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
  display: block;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request-mockup .form .choice:before {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.request-mockup .form .choice .check {
  display: none;
  font-size: 1.2em;
  position: absolute;
  top: 20px;
  right: 15px;
}

.request-mockup .form .choice:hover:before {
  opacity: 0.6;
}

.request-mockup .form .choice span {
  top: 50%;
  position: relative;
  display: block;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.request-mockup .form .choice.active {
  color: #fff;
}

.request-mockup .form .choice.active:before {
  opacity: 0.7;
  background-color: #000;
}

.request-mockup .form .choice.active .check {
  display: block;
}

@media (max-width: 750px) {
  .request-mockup .form .choice {
    margin-bottom: 10px;
  }
}

.request-mockup .form .uncover-type-choices {
  padding-top: 1em;
}

.request-mockup .form .uncover-type-choices .choice {
  height: 175px;
}

.request-mockup .form .uncover-type-choices .choice.circle {
  background-image: url(../img/product/circle.jpg);
}

.request-mockup .form .uncover-type-choices .choice.premium {
  background-image: url(../img/product/premium.jpg);
}

.request-mockup .form .uncover-type-choices .choice.engraving {
  background-image: url(../img/product/engraving.jpg);
}

.request-mockup .form .assist-me {
  margin: 20px 0 0 0;
}

.request-mockup .form .design-choices .choice {
  height: 100px;
  background-position: center;
  background-size: cover;
}

.request-mockup .form .design-choices input[type=file] {
  display: none;
}

.request-mockup .form .choose-macbook-model select {
  width: 100%;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.request-mockup .form .choose-macbook-model select.error {
  border-color: #ce2222;
}

.request-mockup .form .choose-macbook-model select:focus {
  border-color: #888;
}

.request-mockup .form .choose-macbook-model select.no-transition {
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.request-mockup .form .choose-macbook-model .new-macbook {
  display: none;
}

.request-mockup .form .choose-macbook-model .own-macbook {
  display: block;
  width: 100%;
  border-color: #D1D1D1 !important;
}

.request-mockup .form .choose-macbook-model .serial-number {
  float: left;
  width: 92%;
  clear: left;
}

.request-mockup .form .choose-macbook-model .open-tooltip {
  float: right;
  margin-top: 8px;
  font-size: 1.4em;
  opacity: 0.7;
  -ms-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  width: auto;
}

.request-mockup .form .choose-macbook-model .open-tooltip:hover {
  opacity: 1;
}

.request-mockup .form .contact-details {
  width: 50%;
  margin: 0 auto;
}

.request-mockup .form .contact-details input, .request-mockup .form .contact-details textarea {
  display: block;
  width: 100%;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.request-mockup .form .contact-details input:first-of-type, .request-mockup .form .contact-details textarea:first-of-type {
  margin-top: 1em;
}

.request-mockup .form .contact-details input.error, .request-mockup .form .contact-details textarea.error {
  border: 1px #ce2222 solid !important;
}

.request-mockup .form .contact-details textarea {
  height: 100px;
  resize: none;
}

@media (max-width: 750px) {
  .request-mockup .form .contact-details {
    width: auto;
  }
}

.request-mockup .form .thank-you {
  padding-top: 100px;
}

.request-mockup .form .thank-you .fa-check-circle {
  font-size: 8em;
  text-align: center;
  display: block;
  margin: 30px 0;
}

.request-mockup .form .thank-you p {
  max-width: 300px;
  margin: 0 auto 100px auto;
}

/***** Gallery *****/
.gallery {
  background-color: #121217;
  padding: 4em 0 3em 0;
}

.gallery h4 {
  color: #fff;
}

.gallery p {
  color: #8e8e8e;
  font-size: 1.1em;
}

.gallery .container.view-all-button {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 130px;
}

.gallery .photos {
  width: 85%;
  padding-top: 36%;
  height: 0;
  position: relative;
  overflow-y: hidden;
  margin: 2em auto 0 auto;
}

.gallery .photos .photos-inner {
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery .photos .photos-inner .item {
  display: block;
  width: 20%;
  padding-top: 20%;
  height: 0px;
  overflow: hidden;
  border: 1px #121217 solid;
  float: left;
  background-color: #717171;
  box-sizing: border-box;
  position: relative;
}

.gallery .photos .photos-inner .item .photo {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -ms-transition: all 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -webkit-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}

.gallery .photos .photos-inner .item .hover {
  -ms-transition: all 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -webkit-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  z-index: 200;
}

.gallery .photos .photos-inner .item:hover .photo {
  width: 112%;
  height: 112%;
  top: -6%;
  left: -6%;
}

.gallery .photos .photos-inner .item:hover .hover {
  opacity: 0.7;
}

/***** Reviews ****/
.reviews {
  background-color: #F6F6F6;
  width: 85%;
  margin: 0 auto;
  padding: 2em 0;
  box-sizing: border-box;
  text-align: center;
  margin-top: -130px;
  z-index: 400;
}

.reviews h4 {
  margin-bottom: 0;
  margin-top: 1em;
}

.reviews p {
  margin-bottom: 1em;
}

.reviews hr {
  width: 60px;
  border-color: #000;
  margin-top: 0;
}

.reviews .container {
  width: 100% !important;
}

.reviews .logos {
  margin-bottom: 1em;
}

.reviews .logos a {
  margin-left: 15px;
  display: inline-block;
  background-image: url(../img/reviews/logos_v2.png);
  text-indent: -9999px;
  position: relative;
}

.reviews .logos .logo-tnw {
  width: 100px;
  height: 34px;
  background-position: -383px 0;
}

.reviews .logos .logo-tnw:hover {
  background-position: -383px -36px;
}

.reviews .logos .logo-ph {
  width: 134px;
  height: 34px;
  background-position: -496px 0;
}

.reviews .logos .logo-ph:hover {
  background-position: -496px -36px;
}

.reviews .logos .logo-gizmodo {
  width: 215px;
  height: 34px;
  background-position: 0 0;
}

.reviews .logos .logo-gizmodo:hover {
  background-position: 0 -36px;
}

.reviews .logos .logo-mashable {
  width: 168px;
  height: 34px;
  background-position: -215px 0;
}

.reviews .logos .logo-mashable:hover {
  background-position: -215px -36px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .reviews .logos a {
    background-image: url(../img/reviews/logos_v2@2x.png);
    background-size: 649px 72px;
  }

  .reviews .logos .logo-tnw {
    width: 100px;
    height: 35px;
    background-position: -400px 0;
  }

  .reviews .logos .logo-tnw:hover {
    background-position: -400px -36px;
  }

  .reviews .logos .logo-ph {
    width: 140px;
    height: 35px;
    background-position: -510px 0;
  }

  .reviews .logos .logo-ph:hover {
    background-position: -510px -36px;
  }

  .reviews .logos .logo-gizmodo {
    width: 221px;
    height: 35px;
    background-position: 0 0;
  }

  .reviews .logos .logo-gizmodo:hover {
    background-position: 0 -36px;
  }

  .reviews .logos .logo-mashable {
    width: 174px;
    height: 35px;
    background-position: -222px 0;
  }

  .reviews .logos .logo-mashable:hover {
    background-position: -222px -36px;
  }
}

.reviews .logos a:first-of-type {
  margin-left: 0;
}

/***** How it works *****/
.how-it-works {
  background-color: #fff;
  padding: 4em 0;
}

.how-it-works .subtext {
  font-size: 1.1em;
}

.how-it-works .steps {
  margin-top: 2em;
}

.how-it-works .steps .image {
  width: 160px;
  height: 160px;
  padding-left: 20%;
  padding-bottom: 10%;
}

.how-it-works .steps h6 {
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
}

/***** FAQ *****/
.faq {
  background-color: #e6e6e6;
  padding: 2em 0;
}

.faq h4 {
  margin-bottom: 0;
}

.faq p {
  margin-bottom: 0;
}

.faq .to-toggle {
  display: block;
}

.faq #faq-list {
  padding: 3em 0;
}

.faq #faq-list .question {
  color: #000;
  font-size: 16px;
}

.faq #faq-list .answer {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 15px;
  margin-bottom: 30px;
}

.faq .buttons {
  text-align: right;
  padding-top: 1em;
}

.faq a {
  text-decoration: none;
  color: #000;
}

/***** Links *****/
.links {
  background-color: #000;
}

.links .link {
  width: 100%;
  text-align: center;
}

.links .link h4 {
  color: #fff;
}

.links .link p {
  color: #fff;
}

.links .link.breathe {
  display: table-row;
}

.links .link.breathe .image, .links .link.breathe .text {
  display: table-cell;
  box-sizing: border-box;
}

.links .link.breathe .image {
  width: 20%;
}

.links .link.breathe .image {
  background-image: url(../img/misc/breathe.png);
  background-size: cover;
  background-position: center center;
}

.links .link.breathe .text {
  background-color: #fff;
  width: 20%;
  text-align: left;
  padding: 0 5%;
}

.links .link.breathe .text label {
  margin-bottom: 10px;
}

.links .link.breathe .text h4 {
  color: #000;
  margin-top: 2em;
}

.links .link.breathe .text p {
  color: #777;
}

.links .link.breathe .text .button {
  margin-bottom: 5em;
}

.links .link.uncover-lab {
  padding: 5em 0;
  background-image: url(../img/misc/lab.png);
  background-size: cover;
  background-position: center center;
}

.links .link.uncover-lab .uncoverlab-frame {
  padding-top: 20px;
  display: none;
  max-width: none;
}

.links .link.uncover-lab .uncoverlab-frame iframe {
  width: 100%;
  height: 725px;
  border: 0;
}

/***** Footer *****/
.footer {
  background-color: #000;
  padding: 3em 0;
}

.footer h6 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5em;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  color: #989898;
  margin-bottom: 0.5em;
}

.footer ul li a {
  color: #989898;
  text-decoration: none;
}

.footer .dropdown {
  position: relative;
}

.footer .dropdown ul {
  width: auto;
  width: 100%;
}

.footer .dropdown ul li {
  display: block;
  margin-bottom: 0;
}

.footer .dropdown ul li:first-of-type {
  border-top: 1px #000 solid;
}

.footer .dropdown li a {
  background-color: #2a2a2a;
  color: #ccc;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 8px 10px;
  position: relative;
}

.footer .dropdown li a:hover {
  color: #fff;
}

.footer .dropdown li a.alternative {
  background-color: #313131;
  border-bottom: 1px #000 solid;
}

.footer .dropdown li a .dropdown-arrow {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #919191 transparent transparent transparent;
}

.footer .dropdown li.dropit-open .dropdown-arrow {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #919191 transparent;
}

/***** About *****/
.about {
  max-width: 725px;
  margin: 0 auto;
}

.about .about-text {
  margin-top: 70px;
  padding-bottom: 50px;
}

.about .about-text p {
  font-family: 'Open Sans', sans-serif;
  line-height: 200%;
  font-size: 17px;
}

/***** Faces *****/
.faces {
  background-color: #ffffff;
  padding: 50px 0;
}

.faces .face {
  text-align: center;
}

.faces .face img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  -ms-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}

.faces .face .name {
  margin-bottom: 0;
}

.faces .face .function {
  color: #868F90;
}

.faces .face a {
  color: #000;
  text-decoration: none;
}

.faces .face a:hover {
  border-bottom: 1px #000 solid;
}

#faces-title h4 {
  padding-bottom: 50px;
}

/***** Company info ****/
.company-info {
  max-width: 575px;
  margin: 0 auto;
  padding: 50px;
  border-top: 1px dotted #888;
  border-bottom: 1px dotted #888;
  margin-bottom: 60px;
}

.company-info p {
  box-sizing: border-box;
  font-size: 14px;
}

.company-info p u {
  color: #000;
}

.company-info p.shop-address {
  float: left;
  display: block;
}

@media (max-width: 750px) {
  .company-info p.shop-address {
    float: none;
  }
}

.company-info p.mail-address {
  float: right;
  display: block;
}

@media (max-width: 750px) {
  .company-info p.mail-address {
    float: none;
  }
}

.company-info p.kvk-and-vat {
  clear: both;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .company-info p.kvk-and-vat {
    text-align: left;
  }
}

/***** Contact *****/
.contact {
  max-width: 725px;
  margin: 50px auto 0 auto;
}

.contact h4 {
  margin-bottom: 15px;
}

.contact .intro {
  text-align: center;
}

.contact .intro p {
  font-family: 'Open Sans', sans-serif;
  line-height: 200%;
  font-size: 17px;
}

.contact form .loader {
  margin-right: 10px;
  float: right;
  margin-top: 4px;
  visibility: hidden;
}

.contact form .notification {
  color: #fff;
}

.contact form .notification.fail {
  color: #961818;
}

.contact form .notification.succes {
  color: #18963f;
}

.contact.to-toggle {
  padding: 3em 0;
  margin: 0 auto;
  display: none;
}

.contact.to-toggle form .notification {
  color: #e6e6e6;
}

.contact.to-toggle form .notification.fail {
  color: #961818;
}

.contact.to-toggle form .notification.succes {
  color: #18963f;
}

/***** Worldwide text *****/
.worldwide {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  background-color: #e6e6e6;
  margin-top: 45px;
}

.worldwide p {
  margin-bottom: 0px;
  color: green;
}

/***** Only Desktop  *****/
@media only screen and (min-width: 750px) {
  .hidden-desktop {
    display: none;
  }

  nav.mobile, #toggle-mobile-nav {
    display: none !important;
  }

  .howitworks_image {
    float: left;
    margin-right: 25px;
  }

  .howitworks {
    margin-bottom: 75px
  }

  .stats {
    position: relative;
  }

  .stats .stat {
    position: absolute;
    right: 0;
    top: 0;
  }

  .brands {
    max-width: 110px;
    max-height: 80px;
    padding: 10px;
    margin-top: 20px;
    filter: invert(47%)
  }

  .one-third {
    margin-left: 20%;
  }
}

/***** Only Tablet *****/
@media only screen and (max-width: 1150px) {
  .order-now .order-now-options .order-now-option {
    height: 156.5px;
  }

  .order-now .order-now-options .order-now-option h6 {
    max-width: 100px;
  }

  .stats .featured-tweet .tweet .source {
    font-size: 10px;
  }

  .stats .featured-tweet .tweet .talk {
    font-size: 11px;
  }

  .stats .featured-tweet .stats {
    overflow-y: hidden !important;
  }

  .stats .stat .stat-number {
    font-size: 1.2em;
  }

  .stats .stat .stat-description {
    font-size: 0.8em;
  }

  .reviews .logos a {
    display: block;
    margin: 25px auto !important;
  }

  .brands {
    max-width: 110px;
    max-height: 80px;
    padding: 10px;
    margin-top: 20px;
    filter: invert(47%)
  }
}

/***** Only mobile *****/
@media only screen and (max-width: 750px) {
  .hero .hero-inner .hide-order-form {
    margin-left: 0px;
  }

  .howitworks_image {
    float: none;
    padding-bottom: 20px;
    text-align: center;
  }

  .howitworks_text {
    text-align: center;
  }

  /*** Mobile hero ****/
  .hero-mobile {
    background-color: #000;
    padding: 9em 0;
    position: relative;
    z-index: 200;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .hero-mobile #hero-slideshow-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    list-style: none;
  }

  .hero-mobile #hero-slideshow-wrapper li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }

  .hero-mobile .hero-inner {
    width: 60%;
    padding: 10px;
  }

  .hero-mobile .hero-inner h3 {
    font-size: 27px;
  }

  .hero-mobile .hero-inner .divider {
    display: none;
  }

  .hero-mobile .hero-inner .uncover-rocks {
    display: none;
  }

  .container-mobile {
    background-color: #000000;
    padding: 1em;
    height: 18em;
  }

  .container-mobile h3 {
    font-size: 2rem;
    color: #ffffff;
  }

  .header nav {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .brands {
    max-width: 110px;
    max-height: 80px;
    padding: 10px;
    margin-top: 20px;
    filter: invert(47%)
  }

  #toggle-mobile-nav {
    position: absolute;
    padding-top: 25px;
    padding-bottom: 38px;
    right: 20px;
    z-index: 2000;
    width: 23px;
    height: 12.5px;
    background-size: 23px 12.5px;
    background-repeat: no-repeat;
    background-position: 0 25px;
    text-indent: -9999px;
  }

  #toggle-mobile-nav span {
    top: 0;
    margin-top: 25px;
  }

  #toggle-mobile-nav span, #toggle-mobile-nav span:after {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  #toggle-mobile-nav span:after {
    content: "";
    top: 8px;
  }

  #toggle-mobile-nav.fixed {
    position: fixed;
  }

  #toggle-mobile-nav.fixed span, #toggle-mobile-nav.fixed span:after {
    background-color: #000;
  }

  #toggle-mobile-nav.fixed.active span, #toggle-mobile-nav.fixed.active span:after {
    background-color: #fff;
  }

  #toggle-mobile-nav.active {
    position: fixed;
  }

  #toggle-mobile-nav.active span {
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
  }

  #toggle-mobile-nav.active span:after {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }

  nav.mobile {
    display: none;
    z-index: 800;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
  }

  nav.mobile ul {
    position: relative;
    top: 50%;
    margin-top: -195px;
    /* 6 * 65px (line-height nav) / 2 */
  }

  nav.mobile ul li {
    display: block;
    text-align: center;
    margin: 0;
  }

  nav.mobile ul li a {
    font-size: 30px;
    line-height: 65px;
    color: #D8D8D8;
    text-decoration: none;
  }

  .order-now .order-now-intro {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .order-now .order-now-intro p {
    font-size: 14px;
  }

  .order-now .order-now-options {
    width: 252%;
    position: relative;
  }

  .order-now .order-now-options .order-now-option {
    margin-bottom: 0;
    float: left;
    width: 33.3%;
    height: 120px;
    margin-left: 0;
  }

  .order-now .order-now-options .order-now-option h6 {
    max-width: none;
  }

  .order-now .order-now-option-description-wrapper {
    width: 100%;
    overflow-x: hidden;
  }

  .order-now .order-now-option-description {
    width: 252%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .order-now .order-now-option-description .row {
    width: 33.3%;
    float: left;
    padding: 15px 25px;
    box-sizing: border-box;
    border-right: 1px #cec8c8 solid;
    display: block !important;
  }

  .order-now .order-now-option-description .row:last-of-type {
    border-right: 0;
  }

  .order-now .order-now-option-description .row .order-now-option-photo {
    padding-top: 62%;
  }

  .order-now .order-now-option-description h5 {
    display: none;
  }

  .order-now .order-now-option-description hr {
    display: none;
  }

  .order-now .order-now-option-description .order-now-option-text {
    margin-top: 20px;
  }

  .gallery .photos {
    padding-top: 135%;
    width: 85%;
    height: 320px;
    margin-top: 20px;
  }

  .gallery .photos .photos-inner .item {
    padding-top: 50%;
    width: 50%;
  }

  .reviews .logos a {
    display: block;
    margin: 25px auto !important;
  }

  .faq .buttons {
    text-align: left;
  }

  .links .link.breathe {
    display: block;
  }

  .links .link.breathe .image {
    display: none;
  }

  .links .link.breathe .text {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5%;
    background-image: url(../img/misc/breathe.png);
    background-size: cover;
    background-position: center center;
    padding: 5em 2em;
  }

  .links .link.breathe .text h4 {
    color: #fff;
    margin-top: 0;
  }

  .links .link.breathe .text p {
    color: #fff;
  }

  .links .link.breathe .text label {
    color: #fff;
  }

  .links .link.breathe .text input {
    border: 1px #fff solid;
  }

  .links .link.breathe .text .button {
    margin-bottom: 0;
    color: #fff;
    border-color: #fff;
  }

  .links .link.breathe .text .button:hover {
    color: #000;
    background-color: #fff;
  }

  .links .link.uncover-lab {
    box-sizing: border-box;
    padding: 5em 2em;
  }

  .footer .columns.float {
    float: left;
    width: 50%;
  }

  .footer .dropdowns {
    padding: 20px 0;
  }

  .footer .dropdown {
    width: 45%;
    float: left;
  }

  .footer .dropdown:first-of-type {
    margin-right: 10%;
  }

  .footer .dropdown ul {
    min-width: 100%;
  }

  .faces .row {
    margin-top: 0;
  }

  .faces .face {
    float: left;
    padding-top: 40px;
  }

  .faces .face img {
    max-width: 50%;
    margin-bottom: 10px;
  }
}
