/*
  (global) variables
*/
/*
  Fonts and files
*/
@font-face {
  font-family: Dense;
  src: url("../statics/fonts/dense_regular.eot") format("embedded-opentype");
  src: url("../statics/fonts/dense_regular.eot?#iefix") format("embedded-opentype"), url("../statics/fonts/dense_regular.otf") format("opentype"); }
/*
  Document layout
*/
body {
  max-width: 100%;
  overflow-x: hidden; }

::selection {
  background: #FF3B3B;
  color: white; }

#documentWrapper {
  margin-top: 20px;
  min-height: 100%;
  margin-bottom: 100px; }

img, svg, path {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none; }

.clear {
  clear: both; }

/*
  Header
*/
#header {
  margin-left: 8%;
  margin-right: 8%; }

#logo, .footerLogo {
  background-image: url("../statics/img/vaero.png");
  width: 200px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-left: 80px;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none; }

@media only screen and (max-width: 1050px) {
  #logo, .footerLogo {
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px; } }
/*
  Navigation
*/
#navigation {
  float: right;
  margin-top: 25px;
  height: auto;
  padding-right: 120px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Open Sans', sans-serif;
  font-weight: 200;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none; }

#navList li:first-child {
  padding-left: 0px; }

.navItem {
  float: left;
  padding-right: 15px; }

.navItem a {
  color: #4b5463;
  text-decoration: none !important; }

#navButton {
  display: none; }

.navItem a:hover {
  border-bottom: 1px solid #4b5463;
  overflow-x: hidden; }

@media only screen and (max-width: 760px) {
  #navigation {
    margin-top: 7 px;
    overflow: hidden; }

  .navList {
    margin-top: 75px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    left: 100%; }

  .navItem {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px; }

  #navButton {
    display: block;
    font-weight: bold;
    width: 40px;
    position: absolute;
    top: 30px;
    right: 5px; }

  #navButton a {
    color: black;
    text-decoration: none; }

  .navIn {
    -webkit-transition: left .4s;
    left: 0px !important; }

  .navOut {
    -webkit-transition: left .4s;
    left: 100% !important; } }
@media only screen and (max-width: 1050px) and (min-width: 761px) {
  #navigation {
    display: inline-block;
    margin-top: 55px;
    padding-right: 0px;
    width: 100%;
    text-align: center; }

  .navItem {
    display: inline-block;
    float: center; }

  .navList {
    width: auto;
    text-align: center;
    display: inline-block; } }
/*
  Inserted content
*/
#content {
  padding-top: 100px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Open Sans' sans-serif;
  color: #4b5463;
  font-size: 15px;
  text-weight: 100; }

/*
    Footer
*/
.footer {
  padding-top: 60px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Open Sans' sans-serif;
  color: #4b5463;
  font-size: 15px;
  text-weight: 100;
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  height: auto; }

.footerLeft {
  margin-left: auto;
  margin-right: auto;
  width: 658px;
  max-width: 100%; }

.footerLogo {
  margin: 0px;
  width: 250px;
  margin-left: -30px; }

.footerAreaPicker {
  float: left;
  margin-top: 73px;
  margin-left: -209px;
  font-family: "Avenir Next Condensed";
  font-size: 15px; }

.footerAreaPickerSelected {
  font-weight: 600; }

.footerList {
  float: left;
  margin-left: 25px;
  font-family: "Dense";
  font-size: 20px;
  color: #ABABAB;
  margin-top: 10px; }

.footerList a {
  font-family: "Dense";
  font-size: 20px;
  color: #ABABAB;
  text-decoration: none; }

.footerLegal {
  font-family: "Helvetica", "Open Sans", sans-serif;
  font-size: 12px;
  color: #ABABAB;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5; }

.footerLegal a {
  color: #ABABAB;
  text-decoration: none;
  border-bottom: 1px solid #ABABAB; }

@media screen and (max-width: 1050px) {
  .footerLogo {
    position: absolute;
    left: 50%;
    margin-left: -130px; }

  .footerList {
    margin-top: 100px; }

  .footerListContainer {
    width: 408px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 650px) {
  .footerList {
    display: none; }

  .footerLegal {
    padding-top: 125px; } }
/*
  Partials
*/
/*
  Partial: Double Hero
  Namespace: ptdh
*/
.ptdh_doubleHero {
  width: 860px;
  margin-left: auto;
  margin-right: auto; }

.ptdh_HeroLeftContainer {
  position: absolute;
  width: 400px;
  height: 200px;
  float: left;
  transform: skew(-20deg);
  margin-right: 20px; }

.ptdh_HeroRightContainer {
  width: 400px;
  float: right;
  transform: skew(-20deg);
  height: 200px; }

.ptdh_HeroRight {
  width: inherit;
  height: inherit;
  position: absolute; }

.ptdh_HeroClear {
  width: 5%;
  float: left; }

.ptdh_threeLetters {
  font-family: "Dense";
  font-size: 130px;
  margin-left: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  width: 50%;
  transform: skew(20deg) !important;
  letter-spacing: -5px; }

.ptdh_productDescription {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 50%;
  height: auto;
  margin-top: -50px;
  top: 50%;
  letter-spacing: -1px; }

.ptdh_productName {
  font-family: "Dense";
  font-size: 40px;
  transform: skew(20deg) !important; }

.ptdh_productPrice {
  font-family: "Dense";
  font-size: 35px;
  transform: skew(20deg) !important;
  margin-top: 10px; }

@media only screen and (max-width: 950px) {
  .ptdh_doubleHero {
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }

  .ptdh_HeroLeftContainer {
    width: 100%;
    position: relative !important;
    margin-left: auto;
    margin-right: auto;
    transform: none; }

  .ptdh_HeroRightContainer {
    width: 100%;
    position: relative !important;
    margin-left: auto;
    margin-right: auto;
    transform: none; }

  /*Unskew the content*/
  .ptdh_HeroRightContainer div {
    transform: none !important; }

  .ptdh_HeroLeftContainer div {
    transform: none !important; } }
@media only screen and (max-width: 700px) {
  .ptdh_threeLetters {
    font-size: 100px;
    margin-left: 15px;
    margin-top: -50px; }

  .ptdh_productDescription {
    margin-left: -30px;
    margin-top: -45px; }

  .ptdh_productName {
    font-size: 35px; }

  .ptdh_productPrice {
    font-family: "Dense";
    font-size: 30px;
    transform: skew(20deg) !important;
    margin-top: 10px; } }
/*
  Partial: Feature Grid
  Namespace: ptfg
*/
.ptfg_grid {
  max-width: 1010px;
  height: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px; }

.ptfg_item {
  float: left;
  width: 300px;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Open Sans', sans-serif;
  font-weight: 200; }

.ptfg_image {
  max-height: 50px;
  padding-bottom: 10px; }

.ptfg_image path {
  fill: #4b5463; }

.ptfg_title {
  text-transform: uppercase;
  font-weight: 500; }

.ptfg_description {
  padding-top: 7px; }

@media only screen and (max-width: 1010px) {
  .ptfg_grid {
    max-width: 690px; } }
@media only screen and (max-width: 690px) {
  .ptfg_grid {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    padding-top: 30px; }

  .ptfg_item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px; } }
/*
    Partial: Logos
    Namespace: pthl
*/
#pthl_logos {
  width: 100%;
  max-width: 1014px;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.pthl_img {
  max-height: 46px;
  margin-right: 100px;
  margin-top: 25px; }

.pthl_wrI {
  max-height: 50px;
  width: auto;
  float: left; }

.pthl_uselessWrap {
  width: 100%; }

@media screen and (max-width: 1155px) {
  #pthl_logos {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center; }

  .pthl_wrI {
    width: 100%;
    text-align: center;
    margin-top: 20px; }

  .pthl_img {
    margin-right: 0px !important; } }

/*# sourceMappingURL=style.css.map */
