/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

@font-face {
  font-family: "Futura Condensed Extra Bold";
  src: url("../fonts/futura-condensed-extra-bold-regular-1361540891.eot");
  src: url("../fonts/futura-condensed-extra-bold-regular-1361540891.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-condensed-extra-bold-regular-1361540891.woff") format("woff"), url("../fonts/futura-condensed-extra-bold-regular-1361540891.ttf") format("truetype"), url("../fonts/futura-condensed-extra-bold-regular-1361540891.ttc");
}
@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/avenir-lt-55-roman-1361499803.eot");
  src: url("../fonts/avenir-lt-55-roman-1361499803.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-lt-55-roman-1361499803.woff") format("woff"), url("../fonts/avenir-lt-55-roman-1361499803.ttf") format("truetype"), url("../fonts/avenir-lt-55-roman-1361499803.ttc");
}
@font-face {
  font-family: "Avenir Black";
  src: url("../fonts/avenir-95-black-1361499808.eot");
  src: url("../fonts/avenir-95-black-1361499808.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-95-black-1361499808.woff") format("woff"), url("../fonts/avenir-95-black-1361499808.ttf") format("truetype"), url("../fonts/avenir-95-black-1361499808.ttc");
}
@font-face {
  font-family: "Proximo Nova Bold";
  src: url("../fonts/11491_ProximaNova-Bold.eot");
  src: url("../fonts/11491_ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/11491_ProximaNova-Bold.woff") format("woff"), url("../fonts/11491_ProximaNova-Bold.ttf") format("truetype"), url("../fonts/11491_ProximaNova-Bold.ttc");
}
@font-face {
  font-family: "Droid Serif";
  src: url("../fonts/DroidSerif.eot");
  src: url("../fonts/DroidSerif.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif.woff") format("woff"), url("../fonts/DroidSerif.ttf") format("truetype"), url("../fonts/DroidSerif.ttc");
}
@font-face {
  font-family: "Droid Sans";
  src: url("../fonts/DroidSans.eot");
  src: url("../fonts/DroidSans.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans.woff") format("woff"), url("../fonts/DroidSans.ttf") format("truetype"), url("../fonts/DroidSans.ttc");
}
@font-face {
  font-family: "Droid Serif Italic";
  src: url("../fonts/DroidSerif-Italic.eot");
  src: url("../fonts/DroidSerif-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Italic.woff") format("woff"), url("../fonts/DroidSerif-Italic.ttf") format("truetype"), url("../fonts/DroidSerif-Italic.ttc");
}
.primary-color {
  color: #e67764;
}

.heading-color {
  color: #292b2d;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.block {
  display: block;
}

.heading {
  color: #292b2d;
  font-family: 'Futura Condensed Extra Bold';
  text-transform: uppercase;
  font-weight: normal;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #6b7985;
  line-height: 1.6;
  font-size: 18px;
  padding-top: 75px;
  font-family: Avenir Roman;
  background: white;
}
body.tech-gallery {
  background: black;
}
body.tech-gallery .footer {
  background: white;
  padding-top: 36px;
}
body.tech-gallery .footer .wrapper {
  border-top: none;
}
body.home .footer {
  background: white;
  padding-top: 36px;
}
body.home .footer .wrapper {
  border-top: none;
}

.main-button {
  color: white;
  background: #000;
  text-align: center;
  padding: 0 40px;
  font-size: 26px;
  line-height: 70px;
  height: 70px;
  cursor: pointer;
  display: inline-block;
  border-radius: 40px;
  behavior: url("static/css/PIE.htc");
  font-family: 'Droid Serif Italic';
  margin-top: 20px;
}
.main-button:hover {
  text-decoration: none;
  background: #333;
}

.main-button-subtitle {
  font-family: 'Droid Serif Italic';
  margin-top: 16px;
  font-size: 15px;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #e67764;
}

h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 80px;
  color: #292b2d;
  font-family: 'Futura Condensed Extra Bold';
  letter-spacing: -2px;
  font-weight: normal;
}
h1.big {
  font-size: 140px;
  line-height: 124px;
  margin-top: 0;
}
h1.small {
  color: white;
  font-size: 40px;
}

h2 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
}
h2.big {
  color: #292b2d;
  font-size: 100px;
  font-family: 'Futura Condensed Extra Bold';
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

h3 {
  font-size: 24px;
}

h4 {
  margin-bottom: 5px;
  margin-top: 80px;
  font-family: 'Droid Serif Italic';
  font-size: 30px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  color: #292b2d;
}

.wrapper {
  max-width: 1019px;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
}

.van-wrapper {
  text-align: center;
}

.separator {
  height: 1px;
  display: block;
  width: 100%;
  margin: 20px 0;
  background: #e1e9ef;
}

.header {
  height: 75px;
  width: 100%;
  background: black;
  color: white;
  line-height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .logo {
  float: left;
}
.header ul {
  float: right;
}
.header li {
  display: inline-block;
  margin-left: 38px;
  font-family: 'Futura Condensed Extra Bold';
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

.header-menu a {
  color: white;
}
.header-menu a.active-nav, .header-menu a:hover {
  color: #e67764;
}

.footer {
  padding: 80px 0;
}
.footer .wrapper {
  padding-top: 20px;
  border-top: 1px solid #e1e9ef;
}
.footer small {
  float: left;
}
.footer ul {
  float: right;
  vertical-align: top;
}
.footer li {
  display: inline-block;
  margin-left: 5px;
}

.hero-image {
  margin-bottom: 30px;
  text-align: center;
}
.hero-image img {
  width: 100%;
}
.hero-image.hero-van img {
  max-width: 1200px;
}

.services-list {
  padding-left: 14px;
}
.services-list span {
  display: inline-block;
}
.services-list .service-name {
  width: 500px;
}
.services-list li {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAG0lEQVQYV2N8VpHynwEHYBxakri8ARJnJFsSACCZE1KRHUa4AAAAAElFTkSuQmCC");
  padding-left: 4px;
}

.service-prices {
  font-weight: bold;
  color: #e67764;
}

.section {
  border-bottom: 1px solid #e1e9ef;
  padding: 40px 0;
}
.section:last-child {
  border-bottom: none;
}
.section h3 {
  margin-bottom: 0;
}
.section h2 {
  margin-top: 0;
}

.how-it-works h5 {
  margin-bottom: 0;
}

.van-included {
  margin-top: 60px;
}
.van-included li {
  margin: 20px 0;
}
.van-included div {
  display: inline-block;
}
.van-included .van-included-type {
  width: 300px;
  vertical-align: top;
}
.van-included li > img {
  vertical-align: top;
  margin: 0 80px 0 30px;
  padding-top: 24px;
}
.van-included span {
  display: block;
  line-height: 1.2;
}
.van-included .van-included-times {
  color: #32393f;
  font-size: 70px;
  font-family: 'Futura Condensed Extra Bold';
  font-weight: normal;
  text-transform: uppercase;
}
.van-included .van-included-name {
  color: #32393f;
  text-transform: uppercase;
  font-family: 'Futura Condensed Extra Bold';
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}
.van-included .van-included-desc, .van-included .van-included-packs {
  font-size: 20px;
  color: #868a8e;
  font-family: 'Avenir Roman';
}
.van-included .van-included-image .cell-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  width: 100%;
}

.van-amenities {
  text-align: left;
  font-size: 14px;
  padding: 20px 0 20px;
}
.van-amenities ul {
  margin-top: 10px;
}
.van-amenities li {
  display: inline-block;
  width: 33%;
}

.gallery {
  overflow: hidden;
}
.gallery h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.gallery b {
  color: white;
}

.gallery-images {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}
.gallery-images img {
  width: 100%;
  float: left;
}

.advertising-clients, .advertising-magazines {
  float: left;
  font-family: 'Droid Sans';
}
.advertising-clients ul, .advertising-magazines ul {
  float: left;
  color: #a0a3aa;
  padding-right: 10px;
  font-size: 14px;
  margin: 10px 0 20px;
}

.advertising-clients {
  width: 680px;
}
.advertising-clients ul {
  width: 25%;
}

.advertising-magazines {
  width: 279px;
}
.advertising-magazines ul {
  width: 50%;
}

#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}

.slides-navigation a {
  position: absolute;
  display: block;
}

.slides-navigation a.prev {
  left: 0;
}

.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 75px;
  text-align: center;
  width: 100%;
  display: none;
}

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  behavior: url("static/css/PIE.htc");
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}

.slides-pagination a.current {
  background: #222;
}

.slides-container h1, .slides-container h4 {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 200;
}
.slides-container h1 {
  line-height: 1;
}
.slides-container h4 {
  margin-top: 60px;
}

.slide-info-table {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.slide-wrapper {
  display: inline-block;
  text-align: left;
}

.slide-info {
  position: absolute;
  bottom: 40px;
  right: 60px;
  color: white;
  border: 2px solid black;
  padding-top: 5px;
  font-family: 'Proximo Nova Bold';
  font-size: 14px;
  background: black;
  padding: 0 20px;
  width: 200px;
  height: 85px;
  display: table;
}
.slide-info.slide-info-white {
  color: #6b7985;
  border-color: #b9b9b9;
  background: white;
}
.slide-info.slide-info-white .slide-info-desc {
  color: #84888b;
}
.slide-info .slide-info-title {
  font-size: 15px;
}
.slide-info .slide-info-desc {
  font-family: 'Droid Serif Italic';
  color: #d9dbe0;
}

.custom-slides-navigation {
  width: 70px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -160px;
  background: black;
  text-align: center;
  z-index: 200;
  padding: 15px 0;
}
.custom-slides-navigation li {
  margin: 2px 0;
}
.custom-slides-navigation img {
  cursor: pointer;
}

.slides-share {
  z-index: 199;
  background: #cccccc;
  padding-top: 0;
}

.slider-counter {
  color: white;
  font-family: 'Futura Condensed Extra Bold';
  font-weight: normal;
  position: relative;
}
.slider-counter .current-slide, .slider-counter .total-slides {
  font-size: 14px;
  position: absolute;
}
.slider-counter .current-slide {
  color: #e67764;
  top: 0;
  left: 20px;
}
.slider-counter .total-slides {
  top: 10px;
  right: 20px;
}
.slider-counter .slide-counter-separator {
  color: #e67764;
}

@media (max-width: 975px) {
  .header {
    height: auto;
    padding: 10px 0;
    line-height: 40px;
    text-align: center;
  }
  .header ul {
    float: none;
    display: block;
  }
  .header li {
    margin-left: 0;
    padding: 0 14px;
  }
  .header .logo {
    float: none;
  }
}
@media (max-width: 780px) {
  body {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .van-included-image {
    width: 200px;
  }

  .van-included-name {
    font-size: 24px !important;
  }

  .van-included-type {
    width: 160px !important;
  }

  .van-included-desc, .van-included-packs {
    font-size: 16px !important;
  }

  .cell-wrapper {
    height: 100px;
    width: 100%;
  }
  .cell-wrapper img {
    width: 100%;
  }

  .van-amenities ul li {
    width: 50%;
  }
}
@media (max-width: 680px) {
  h1.big {
    font-size: 80px;
    line-height: 1.2;
  }

  h1 {
    font-size: 60px;
  }

  h2.big {
    font-size: 60px;
  }

  h2 {
    font-size: 32px;
  }

  h1, h2 {
    line-height: 1.2;
  }

  .services-list .service-name {
    width: auto;
  }

  .van-included-name {
    font-size: 20px !important;
  }

  .van-included-desc, .van-included-packs {
    font-size: 16px !important;
  }

  .advertising-clients, .advertising-magazines {
    width: 100%;
  }
  .advertising-clients ul, .advertising-magazines ul {
    width: 50% !important;
  }

  .main-button {
    padding: 0 20px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 540px) {
  h1.big {
    font-size: 60px;
  }

  h1 {
    font-size: 40px;
  }

  h2.big {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    margin-top: 40px;
  }

  .van-included li > img {
    margin: 0 16px !important;
  }

  .van-amenities {
    text-align: center;
  }

  .van-amenities ul li {
    width: 100%;
  }

  .van-included-image {
    width: 100px;
  }

  .van-included-type {
    width: 120px !important;
  }

  .cell-wrapper {
    height: 50px;
  }
}
@media (max-width: 320px) {
  h1.big {
    font-size: 28px;
  }

  h1 {
    font-size: 20px;
  }

  h2.big {
    font-size: 16px;
  }

  h2 {
    font-size: 14px;
  }

  h4 {
    margin-top: 20px !important;
    font-size: 16px;
  }
}
