/* Constants */
/* Mixins */
/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#ProximaNovaRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#ProximaNovaBold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#ProximaNovaLight") format("svg");
  font-weight: 300;
  font-style: normal; }
/* Main */
body {
  background: #f8f8f8;
  font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#page_bg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10; }
  @media only screen and (max-device-width: 1024px) and (max-device-height: 1024px) {
    #page_bg {
      position: absolute;
      background-position: center top !important; } }

#black_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: -5; }

/* Header */
header {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  padding: 20px 0px; }
  header #logo {
    margin: 0px; }
    header #logo a {
      display: inline-block;
      width: 215px;
      height: 50px;
      overflow: hidden;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      header #logo a:hover {
        opacity: 0.75; }
      header #logo a img {
        max-width: 100%; }
  header #main-navigation {
    float: right;
    margin: 7px 0px; }
    header #main-navigation.nav-pills {
      text-transform: uppercase;
      font-size: 15px; }
      header #main-navigation.nav-pills li {
        margin: 0px 12px; }
        header #main-navigation.nav-pills li a {
          color: #343434;
          border-radius: 0px !important;
          -moz-border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          font-weight: normal;
          padding: 8px 0px; }
          header #main-navigation.nav-pills li a:hover {
            background: none;
            color: #505050; }
        header #main-navigation.nav-pills li.active a {
          background: none;
          border-bottom: 1px solid #cccccc; }
        header #main-navigation.nav-pills li:last-child {
          margin-right: 0px; }

/* Content */
#content {
  overflow: hidden;
  position: relative; }

/* Footer */
footer {
  background: #fff;
  padding: 60px 0px; }
  footer h5 {
    margin: 0px;
    margin-bottom: 2px;
    text-transform: uppercase; }
    footer h5 a {
      color: #000;
      text-decoration: none; }
      footer h5 a:hover {
        color: #555; }
      footer h5 a.color {
        color: #00acf0; }
        footer h5 a.color:hover {
          color: #24c1ff; }
  footer ul {
    margin: 0px; }
    footer ul li {
      list-style: none;
      margin: 3px 0px; }
      footer ul li a {
        display: block;
        font-size: 13px;
        color: #949599; }
        footer ul li a:hover {
          text-decoration: none; }
  footer .solutions, footer .boxes, footer .right {
    padding-bottom: 10px; }
  footer .boxes .box {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    padding-bottom: 10px; }
    footer .boxes .box:last-child {
      margin-right: 0px; }
  footer .right {
    margin: 0px;
    text-align: right;
    position: relative; }
    footer .right img.logo {
      max-width: 160px;
      position: absolute;
      right: 0px;
      top: -12px; }
    footer .right img.slogan {
      max-width: 135px;
      position: absolute;
      right: 0px;
      top: 45px; }
  footer .copyright {
    padding-top: 20px; }
    footer .copyright p {
      margin-bottom: 0px;
      font-size: 12px;
      color: #999; }
      footer .copyright p a {
        color: #bbb;
        text-decoration: underline; }
        footer .copyright p a:hover {
          color: #ddd; }

/* Common */
.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (max-device-width: 1024px) and (max-device-height: 1024px) {
    .parallax {
      background-position: center center !important;
      background-attachment: scroll; } }

.btn {
  font-weight: bold;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.11);
  -moz-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.11);
  -webkit-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.11);
  -o-text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .btn.btn-large {
    padding: 18px 20px;
    line-height: 14px; }
  .btn.btn-danger {
    background: #e61c1c; }
  .btn.btn-info {
    background: #00bcf4; }
  .btn.btn-white {
    background: #ffffff !important;
    border: 2px solid #636468;
    color: #636468; }
    .btn.btn-white:hover {
      border-color: #727378;
      color: #727378; }
    .btn.btn-white.btn-info {
      border-color: #00bcf4;
      color: #00bcf4; }
      .btn.btn-white.btn-info:hover {
        border-color: #14c9ff;
        color: #14c9ff; }
  .btn.btn-round {
    text-transform: uppercase;
    border-radius: 100px; }

.popover {
  background: red;
  padding: 3px; }
  .popover .arrow:after {
    border-right-color: red !important; }
  .popover .popover-title {
    background: none;
    color: #ffffff;
    font-weight: bold;
    border: none; }
  .popover .popover-content {
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px; }

.hero {
  color: #ffffff;
  text-align: center; }
  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 43px; }
  .hero h2 {
    font-weight: 200; }
  .hero .content {
    width: 85%;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%; }
  .hero .btn {
    margin: 30px 30px 10px;
    width: 220px; }

.blackbar {
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 60px 0px; }

.colorbar {
  height: 4px;
  background: #e3e3e3; }

.colors {
  width: 100%;
  height: 310px;
  background: url(../img/colors.png) center top repeat-x; }
  .colors.top {
    position: absolute;
    left: 0px;
    top: -140px; }

.callout-bar {
  background: #eaeaea;
  padding: 60px 0px; }
  .callout-bar h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #f00; }
  .callout-bar h4 {
    font-size: 28px;
    font-weight: 300;
    color: #636468; }
  .callout-bar .btn-large {
    font-size: 20px;
    padding: 25px; }

/* Home */
#home header {
  background: none;
  border-bottom: none; }
#home #main-navigation.nav-pills li a {
  color: #fff; }
  #home #main-navigation.nav-pills li a:hover {
    color: #eee; }
#home .hero h2 {
  font-size: 24px;
  line-height: 28px; }

#home_form_step_0 {
  padding-top: 160px;
  padding-bottom: 260px; }
  #home_form_step_0 a:hover {
    color: #eee;
    text-decoration: none; }
  #home_form_step_0 .hero h1 {
    width: 70%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 7px;
    border: 2px solid #fff; }

#home_form_step_1 {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #fff;
  display: none; }
  #home_form_step_1 .hero {
    margin-bottom: 45px;
    color: #000; }
  #home_form_step_1 #solutions a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16%;
    height: 130px;
    margin: 0px 2%;
    border: 2px solid #f00;
    border-radius: 4px;
    position: relative;
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: auto 40%; }
    #home_form_step_1 #solutions a:hover {
      background-color: #f6f6f6; }
    #home_form_step_1 #solutions a.selected {
      border-width: 4px;
      background-color: #eee; }
    #home_form_step_1 #solutions a span {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
      position: absolute;
      bottom: 8px;
      left: 0px;
      text-align: center;
      font-size: 14px;
      font-weight: 300;
      color: #f00;
      line-height: 120%; }

#home_form_step_2 {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #000;
  display: none; }
  #home_form_step_2 #creative_options {
    padding-top: 15px; }
    #home_form_step_2 #creative_options a {
      text-align: center;
      color: #fff; }
      #home_form_step_2 #creative_options a:hover {
        text-decoration: none; }
        #home_form_step_2 #creative_options a:hover h1 {
          background: #333; }
      #home_form_step_2 #creative_options a.selected h1 {
        background: #fff;
        color: #000; }
      #home_form_step_2 #creative_options a h1 {
        padding-top: 10px;
        padding-bottom: 7px;
        border: 2px solid #fff; }
      #home_form_step_2 #creative_options a p {
        font-size: 16px; }

#home_form_step_3 {
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: url(../img/home_bg_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  display: none; }
  #home_form_step_3 #form {
    padding-top: 40px;
    position: relative; }
    #home_form_step_3 #form input, #home_form_step_3 #form textarea {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 16px;
      padding: 25px;
      padding-left: 22px;
      border: 2px solid rgba(255, 255, 255, 0.9);
      border-radius: 0px;
      font-size: 22px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
      #home_form_step_3 #form input[type=submit], #home_form_step_3 #form textarea[type=submit] {
        background: rgba(0, 0, 0, 0.8); }
        #home_form_step_3 #form input[type=submit]:hover, #home_form_step_3 #form textarea[type=submit]:hover {
          background: rgba(0, 0, 0, 0.6); }
        #home_form_step_3 #form input[type=submit].loading, #home_form_step_3 #form textarea[type=submit].loading {
          background: rgba(100, 100, 100, 0.8); }
        #home_form_step_3 #form input[type=submit].success, #home_form_step_3 #form textarea[type=submit].success {
          background: rgba(0, 20, 0, 0.8); }

#home_form_step_4 {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #000;
  display: none; }
  #home_form_step_4 .hero h2 {
    font-size: 16px;
    line-height: 20px; }

/* Solutions */
#solutions #content {
  padding-top: 100px;
  padding-bottom: 100px; }
  #solutions #content .hero h2 {
    margin-bottom: 25px; }

#solutions-grid {
  padding-bottom: 70px;
  background-color: #232428; }
  #solutions-grid h3 {
    margin-top: 40px;
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  #solutions-grid .solution-block {
    height: 240px;
    margin-bottom: 20px;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    border-radius: 3px;
    background-position: 50% 34%;
    background-repeat: no-repeat;
    background-size: auto 35%; }
    #solutions-grid .solution-block a, #solutions-grid .solution-block a:hover {
      display: block;
      padding-top: 172px;
      color: #666;
      text-decoration: none; }

.solutions-bg-2 {
  height: 320px; }

.solutions-features {
  padding-top: 35px;
  padding-bottom: 40px;
  text-align: center;
  background: #fff; }
  .solutions-features .feature {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0px 15px;
    padding-bottom: 10px;
    color: #000; }
  .solutions-features h3 {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .solutions-features .content {
    line-height: 180%;
    font-size: 12px;
    font-weight: normal; }

/* Solution */
#solution #content {
  position: relative; }
  #solution #content .hero {
    padding-bottom: 40px; }
    #solution #content .hero h1 {
      margin-top: 170px; }
    #solution #content .hero h2 {
      margin-bottom: 15px; }
#solution .nav-icon {
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -5; }
#solution .left-nav, #solution .right-nav {
  position: absolute;
  top: 25px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 18px;
  text-transform: uppercase;
  background-color: #000;
  opacity: 0.5;
  cursor: pointer; }
  #solution .left-nav img, #solution .right-nav img {
    position: absolute;
    max-width: 30px;
    max-height: 50%;
    top: 0px;
    bottom: 0px;
    margin: auto; }
  #solution .left-nav:hover, #solution .right-nav:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.75; }
#solution .left-nav {
  left: 0px;
  padding-right: 60px;
  border-radius: 0 30px 30px 0; }
  #solution .left-nav span {
    padding-left: 45px;
    background: url(../img/solutions-nav-arrow-left.png) 20px center no-repeat; }
  #solution .left-nav img {
    right: 20px; }
#solution .right-nav {
  right: 0px;
  padding-left: 60px;
  border-radius: 30px 0 0 30px; }
  #solution .right-nav span {
    padding-right: 45px;
    background: url(../img/solutions-nav-arrow-right.png) calc(100% - 20px) center no-repeat; }
  #solution .right-nav img {
    left: 20px; }

.contact-callout {
  height: 466px;
  background-color: #232428;
  background-position: right center;
  background-repeat: no-repeat; }
  .contact-callout h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: normal; }
  .contact-callout p {
    color: #999;
    margin: 0 0 40px;
    font: 12px/20px 'ProximaNova'; }
  .contact-callout input[type="text"], .contact-callout input[type="email"] {
    display: block;
    width: 300px;
    color: #999;
    background: #4b4e4e;
    border: none;
    padding: 19px 20px;
    height: 12px;
    margin: 0 0 20px;
    font: 16px/20px 'ProximaNova'; }
  .contact-callout input[type="submit"] {
    background: #00bcf4;
    color: #fff;
    font: bold 16px/20px 'ProximaNova';
    border: none;
    padding: 15px;
    border-radius: 3px;
    margin-top: 10px; }

/* History */
#history #content {
  min-height: 959px;
  padding-bottom: 45px; }
#history .row {
  min-width: 744px; }
#history .hero {
  margin-top: 90px;
  margin-bottom: 100px; }
#history #left-history {
  margin-top: 70px; }
#history #timeline-history {
  background: url(../img/history-timeline.png) top center repeat-y;
  height: 1250px; }

.history-block {
  position: relative;
  background-color: #1a1c1d;
  padding: 4px;
  margin-bottom: 35px; }
  .history-block .body {
    padding: 25px; }
    .history-block .body p {
      color: #adadad;
      font-size: 12px; }
      .history-block .body p.headline {
        color: #eaeaea;
        font-size: 16px; }
      .history-block .body p:last-child {
        margin-bottom: 0; }
  .history-block .arrow {
    position: absolute;
    top: 25%;
    width: 12px;
    height: 24px; }
    .history-block .arrow.top {
      top: 9%; }
    .history-block .arrow.bottom {
      top: auto;
      bottom: 9%; }
    #left-history .history-block .arrow {
      right: -11px;
      background: url(../img/history-right-arrow.png) top left no-repeat; }
    #right-history .history-block .arrow {
      left: -11px;
      background: url(../img/history-left-arrow.png) top left no-repeat; }
  .history-block .year {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .history-block .year.small {
      top: 20%;
      width: 60px;
      height: 60px;
      line-height: 60px;
      background: url(../img/history-year.png) top left no-repeat; }
      #left-history .history-block .year.small {
        right: -120px; }
      #right-history .history-block .year.small {
        left: -120px; }
    .history-block .year.big {
      top: 31%;
      width: 87px;
      height: 87px;
      line-height: 87px;
      background: url(../img/history-year-big.png) top left no-repeat; }
      #right-history .history-block .year.big {
        left: -134px; }
    .history-block .year.top {
      top: 0; }
    .history-block .year.bottom {
      top: auto;
      bottom: 0; }
  .history-block .icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 26px;
    height: 26px; }
    .history-block .icon.small {
      top: 6px;
      left: 6px;
      width: 18px;
      height: 18px; }
    .history-block .icon.flag {
      background: url(../img/icon-flag.png) top left no-repeat; }
      .history-block .icon.flag.small {
        background: url(../img/icon-flag-small.png) top left no-repeat; }
    .history-block .icon.pin {
      background: url(../img/icon-pin.png) top left no-repeat; }
      .history-block .icon.pin.small {
        background: url(../img/icon-pin-small.png) top left no-repeat; }

/* Machine room */
#machine-room #content {
  padding-top: 150px;
  padding-bottom: 150px; }

/* Room */
#room .pin {
  width: 300px;
  position: absolute; }
#room .popover-toggle {
  background: #ffffff;
  padding: 10px;
  height: 20px;
  width: 20px;
  font-size: 32px;
  font-weight: bold;
  border: 2px solid red;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 22px;
  color: #666666;
  position: relative;
  top: -22px;
  left: -22px;
  display: block;
  cursor: pointer; }
  #room .popover-toggle:hover {
    text-decoration: none;
    border-color: #e00000;
    color: #4a4a4a; }

/* Contact */
#contact #content .container {
  pointer-events: none; }
#contact #content .span8 {
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: all; }
#contact #content h3 {
  font: 24px/20px 'ProximaNova';
  font-weight: bold;
  margin: 80px 0 15px; }
#contact #content p {
  margin: 0 0 40px;
  font: 14px/20px 'ProximaNova'; }
#contact #content input[type="text"], #contact #content input[type="email"] {
  display: block;
  width: 300px;
  color: #000;
  background: rgba(220, 220, 220, 0.8);
  border: none;
  padding: 19px 20px;
  height: 12px;
  margin: 0 0 20px;
  font: 16px/20px 'ProximaNova'; }
#contact #content #message {
  width: 90%;
  height: 130px;
  background: rgba(220, 220, 220, 0.8);
  color: #000;
  border: none;
  padding: 15px;
  font: 16/20px 'ProximaNova';
  resize: vertical; }
#contact #content input[type="submit"] {
  background: #00bcf4;
  color: #fff;
  font: bold 16px/20px 'ProximaNova';
  border: none;
  padding: 15px;
  border-radius: 3px;
  margin: 10px 0 100px; }
#contact #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }
  #contact #map .leaflet-popup-content-wrapper {
    background: #f00; }
  #contact #map .leaflet-popup-content {
    color: #fff; }
  #contact #map .leaflet-popup-tip {
    background: #f00; }

/* Order */
#order #content {
  padding-top: 190px;
  background: #fff; }
#order .order-top {
  margin-bottom: 100px;
  text-align: center; }
  #order .order-top h1 {
    margin-bottom: 26px;
    font-size: 60px;
    color: #000; }
    #order .order-top h1 .two {
      color: #bfbfbf; }
    #order .order-top h1 .three {
      color: #686868; }
  #order .order-top p {
    margin-bottom: 38px;
    font-size: 19px;
    font-weight: 300; }
  #order .order-top .login-bar {
    display: inline-block; }
    #order .order-top .login-bar a {
      display: inline-block;
      padding: 18px 45px;
      border: 2px solid #00acf0;
      border-left-width: 0px;
      text-align: center;
      font-size: 23px;
      font-weight: 300;
      color: #0376a3;
      text-decoration: none; }
      #order .order-top .login-bar a:first-child {
        padding-left: 55px;
        border-left-width: 2px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; }
      #order .order-top .login-bar a:last-child {
        padding-right: 55px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; }
      #order .order-top .login-bar a:hover {
        background: rgba(0, 172, 240, 0.1); }
      #order .order-top .login-bar a:active {
        background: rgba(0, 172, 240, 0.25); }
#order .order-middle h2 {
  margin-bottom: 0px;
  font-size: 28px;
  text-transform: uppercase; }
#order .order-middle p {
  margin-bottom: 28px;
  line-height: 130%;
  font-size: 17px;
  font-weight: 300; }
#order .order-middle ul {
  margin-bottom: 34px;
  font-size: 19px;
  font-weight: 300; }
  #order .order-middle ul li {
    margin-bottom: 12px; }
#order .order-middle .smart-tip {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 73px;
  margin-bottom: 30px;
  padding-left: 84px;
  padding-top: 15px;
  line-height: 180%;
  font-size: 14px;
  color: #83a3c6;
  background: url(../img/light-bulb.png) left center no-repeat; }
#order .order-middle img.ipad {
  margin-bottom: 30px; }
#order .order-bottom {
  margin-bottom: 20px;
  text-align: center; }
  #order .order-bottom img.hp {
    margin-bottom: 10px; }
  #order .order-bottom p {
    width: 375px;
    margin: 0 auto;
    line-height: 140%;
    font-size: 18px;
    font-weight: 300; }

/* Larger window size */
@media only screen and (min-width: 1200px) {
  #history #right-history .history-block .year.small {
    left: -145px; }
  #history #right-history .history-block .year.big {
    left: -158px; }
  #history #left-history .history-block .year.small {
    right: -145px; } }
/* iPads (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header #main-navigation.nav-pills {
    font-size: 13px; }

  footer .copyright > p:first-child {
    font-size: 12px; }

  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5 {
    font-size: 36px;
    line-height: 40px; }

  .blackbar {
    padding: 30px 0; }

  .callout-bar h3 {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px; }
  .callout-bar h4 {
    font-size: 23px;
    line-height: 25px; }

  #machine-room #content {
    padding-top: 100px;
    padding-bottom: 100px; }

  #solutions #content {
    padding-top: 50px;
    padding-bottom: 50px; }

  #order .order-top h1 {
    font-size: 54px; } }
@media (max-width: 979px) {
  #history #right-history .history-block .year.small {
    left: -102px; }
  #history #right-history .history-block .year.big {
    left: -116px; }
  #history #left-history .history-block .year.small {
    right: -102px; } }
/* Mobile devices */
@media only screen and (max-width: 767px) {
  #page_bg {
    border-left: 20px solid #f8f8f8;
    border-right: 20px solid #f8f8f8; }

  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5 {
    font-size: 32px;
    line-height: 36px; }

  #left-history, #right-history {
    width: 290px;
    margin-left: 20px;
    float: left; }

  #timeline-history {
    width: 104px;
    margin-left: 20px;
    float: left; }

  #order .order-top h1 {
    font-size: 42px; } }
