@charset "UTF-8";
p, li, td, section.pagetitle h1, h3, .navbar li a, .panel-background h2, .btn-aphex, .welcome .panel-one h1, .welcome .panel-two h2, .welcome .panel-three h2, .product-listing h2, .product-listing div.title, .product-details h1, .product-details .tagline, .about .panel-header h2, .contact .panel-header h2, .benefits .panel-header h2, .contact .form-control, .contact label, .contact .panel-header, .contact h2, .support h2, .support h4, .dealers h2, .dealers .dealer-item {
  font-family: 'Lato', sans-serif; }

/**
  * Custom Bootstrap 3 grid for 480-767px layout
  * Author: Iftakhar Hasan
  *
  * A new set of column classes (with class prefix .col-ms- ) for Bootstrap 3
  * to make Medium Small grids for supporting 480-767px
  *
  * This will push the default Bootstrap 3 Extra Small column (class prefix .col-xs- )
  * to support 1-479px instead of 1-767px
  */
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px; }

  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }

  .col-ms-1 {
    width: 8.33333333%; }

  .col-ms-2 {
    width: 16.66666667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333333%; }

  .col-ms-5 {
    width: 41.66666667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333333%; }

  .col-ms-8 {
    width: 66.66666667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.33333333%; }

  .col-ms-11 {
    width: 91.66666667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-offset-12 {
    margin-left: 100%; }

  .col-ms-offset-11 {
    margin-left: 91.66666667%; }

  .col-ms-offset-10 {
    margin-left: 83.33333333%; }

  .col-ms-offset-9 {
    margin-left: 75%; }

  .col-ms-offset-8 {
    margin-left: 66.66666667%; }

  .col-ms-offset-7 {
    margin-left: 58.33333333%; }

  .col-ms-offset-6 {
    margin-left: 50%; }

  .col-ms-offset-5 {
    margin-left: 41.66666667%; }

  .col-ms-offset-4 {
    margin-left: 33.33333333%; }

  .col-ms-offset-3 {
    margin-left: 25%; }

  .col-ms-offset-2 {
    margin-left: 16.66666667%; }

  .col-ms-offset-1 {
    margin-left: 8.33333333%; }

  .col-ms-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .pull-right-md {
    float: right; } }
@media (min-width: 768px) {
  .pull-right-sm {
    float: right; } }
@media (max-width: 480px) {
  .pull-right-xs {
    float: right; } }
.header .navbar, footer .navbar {
  background-color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0; }
  .header .navbar li a, footer .navbar li a {
    text-transform: uppercase;
    color: white; }

.social-icons a {
  color: #666666;
  display: block;
  border: solid 1px #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-left: 10px; }
@media (max-width: 480px) {
  .social-icons {
    margin-bottom: 20px; } }

.expand-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

p, li, td {
  font-size: 14px;
  font-weight: 300; }

section.pagetitle {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e3e3));
  background-image: -webkit-linear-gradient(top, white, #e5e3e3);
  background-image: -moz-linear-gradient(top, white, #e5e3e3);
  background-image: -ms-linear-gradient(top, white, #e5e3e3);
  background-image: -o-linear-gradient(top, white, #e5e3e3);
  background-image: linear-gradient(top, white, #e5e3e3);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='white', end-colourStr='#e5e3e3'); }
  section.pagetitle h1 {
    font-weight: 100;
    margin-top: 0px;
    padding: 20px 0; }
    @media (max-width: 480px) {
      section.pagetitle h1 {
        font-weight: 300; } }

.panel-header {
  position: relative;
  overflow: hidden;
  height: 246px;
  margin-bottom: 40px; }
  .panel-header .col-sm-12 {
    height: 246px; }

h3 {
  letter-spacing: 4px;
  text-transform: uppercase; }

.panel-background {
  height: 417px;
  position: relative;
  overflow: hidden;
  color: white;
  background-color: #474543; }
  .panel-background .row {
    height: 417px; }
  .panel-background .text-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .panel-background h2 {
    font-weight: 100;
    letter-spacing: 4px;
    margin-top: 0px;
    padding: 20px 0;
    font-size: 41px; }
    @media (max-width: 480px) {
      .panel-background h2 {
        font-weight: 300; } }
  .panel-background p {
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 400; }

.thumbnail {
  border: 0;
  padding: 0; }
  .thumbnail .thumbnail-image {
    background-color: #f9f9f9;
    border-bottom: solid 2px #bfd730;
    padding: 40px 20px;
    font: 0/0 a; }
    .thumbnail .thumbnail-image img {
      margin: auto;
      display: inline-block;
      vertical-align: middle; }
    .thumbnail .thumbnail-image:before {
      content: ' ';
      display: inline-block;
      vertical-align: middle;
      /* vertical alignment of the inline element */
      height: 100%; }
    .thumbnail .thumbnail-image .fa {
      font-size: 80px;
      color: #666666; }
  .thumbnail .caption h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0; }
    .thumbnail .caption h3 a {
      color: black; }
  .thumbnail .caption p {
    font-size: 16px; }
  .thumbnail .caption .list-group-item {
    border: 0;
    padding-left: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.box-grey {
  padding: 25px 0; }

.box-grey .container {
  border: solid 1px #e5e3e3;
  background-color: #f4f4f4;
  padding: 15px; }

.section-grey, .dealers .dealer-item.dealer-item-odd {
  background-color: #f4f4f4; }

.btn-aphex {
  background-color: #bfd730;
  padding: 10px 40px;
  color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.28px; }

footer {
  background-color: #333333;
  margin-top: 40px; }
  footer .navbar {
    min-height: 120px;
    padding-top: 30px; }
    footer .navbar a:focus, footer .navbar a:hover, footer .navbar a:active {
      background-color: transparent; }

.welcome .panel-one {
  position: relative;
  overflow: hidden;
  height: 444px; }
  .welcome .panel-one video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .welcome .panel-one img.mobile-image {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-30%, -50%);
    -moz-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%); }
  .welcome .panel-one h1 {
    font-weight: 100;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 0px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 480px) {
      .welcome .panel-one h1 {
        font-weight: 300; } }
.welcome .panel-two {
  padding: 30px 0 60px;
  background-color: white; }
  .welcome .panel-two h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #bfd730;
    letter-spacing: 4px;
    font-weight: 700; }
  .welcome .panel-two .item img {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 992px) {
      .welcome .panel-two .item img {
        width: 100%; } }
  @media (max-width: 992px) {
    .welcome .panel-two .carousel-caption {
      width: 100%; } }
  .welcome .panel-two p {
    font-size: 17px;
    padding-top: 20px; }
.welcome .panel-three {
  position: relative;
  overflow: hidden;
  min-height: 412px; }
  .welcome .panel-three h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0px;
    color: white;
    letter-spacing: 4px;
    font-weight: 400; }
  .welcome .panel-three p {
    color: white;
    font-size: 17px;
    margin-bottom: 0px; }
  .welcome .panel-three .panel-three-text {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 480px) {
      .welcome .panel-three .panel-three-text {
        padding-bottom: 40px; } }
.welcome .carousel-control.right, .welcome .carousel-control.left {
  background-image: none; }
.welcome .carousel-inner img {
  margin: auto; }
.welcome .carousel-caption {
  margin: auto;
  position: relative;
  text-shadow: none;
  color: black;
  left: 0;
  right: 0;
  width: 80%; }
.welcome footer {
  margin-top: 0; }

.product-listing .panel-header {
  height: 339px; }
.product-listing h2 {
  font-size: 45px;
  color: white; }
  @media (min-width: 768px) {
    .product-listing h2 {
      margin-top: 60px; } }
.product-listing div.title {
  color: #bfd730;
  font-size: 38px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .product-listing div.title {
      font-weight: 100; } }

.product-details .panel-product-header {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e3e3));
  background-image: -webkit-linear-gradient(top, white, #e5e3e3);
  background-image: -moz-linear-gradient(top, white, #e5e3e3);
  background-image: -ms-linear-gradient(top, white, #e5e3e3);
  background-image: -o-linear-gradient(top, white, #e5e3e3);
  background-image: linear-gradient(top, white, #e5e3e3);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='white', end-colourStr='#e5e3e3');
  padding-top: 50px;
  min-height: 450px; }
  @media (min-width: 768px) {
    .product-details .panel-product-header .title {
      padding-top: 60px; } }
  @media (max-width: 768px) {
    .product-details .panel-product-header .title {
      text-align: center; } }
.product-details .panel-product-nav {
  background-color: #bfd730;
  margin-bottom: 40px;
  text-transform: uppercase; }
  .product-details .panel-product-nav .nav-tabs.nav-justified > li > a {
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: solid 1px white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    color: white; }
    @media (max-width: 768px) {
      .product-details .panel-product-nav .nav-tabs.nav-justified > li > a {
        border: 0; } }
    .product-details .panel-product-nav .nav-tabs.nav-justified > li > a:hover {
      color: #bfd730; }
    .product-details .panel-product-nav .nav-tabs.nav-justified > li > a.last {
      border-right: 0; }
  .product-details .panel-product-nav a {
    line-height: 50px; }
  .product-details .panel-product-nav .nav-tabs > li.active > a {
    background-color: transparent; }
    .product-details .panel-product-nav .nav-tabs > li.active > a:hover {
      color: white; }
.product-details h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 51px; }
.product-details h3 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 800; }
.product-details .tagline {
  color: #bfd730;
  font-size: 40px;
  font-weight: 300; }
.product-details p, .product-details li {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px; }
.product-details #gallery .thumbnail .thumbnail-image {
  background-color: white; }

.about p, .contact p, .benefits p {
  font-size: 16px; }
.about .panel-header, .contact .panel-header, .benefits .panel-header {
  position: relative;
  overflow: hidden;
  height: 442px;
  margin-bottom: 40px; }
  .about .panel-header .panel-header-content, .contact .panel-header .panel-header-content, .benefits .panel-header .panel-header-content {
    height: 442px; }
  .about .panel-header .col-sm-12, .contact .panel-header .col-sm-12, .benefits .panel-header .col-sm-12 {
    height: 246px; }
  .about .panel-header h2, .contact .panel-header h2, .benefits .panel-header h2 {
    font-size: 36px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0px;
    color: white;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .about .panel-header h2 span, .contact .panel-header h2 span, .benefits .panel-header h2 span {
      color: #bfd730;
      font-weight: 400; }
.about footer, .contact footer, .benefits footer {
  margin-top: 0; }
.about .panel-center, .contact .panel-center, .benefits .panel-center {
  margin: 20px 0; }
  .about .panel-center h3, .contact .panel-center h3, .benefits .panel-center h3 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 40px;
    margin-bottom: 15px; }
    .about .panel-center h3 span, .contact .panel-center h3 span, .benefits .panel-center h3 span {
      color: #bfd730;
      font-weight: 400; }
    @media (min-width: 480px) and (max-width: 992px) {
      .about .panel-center h3, .contact .panel-center h3, .benefits .panel-center h3 {
        font-size: 35px; } }
    @media (max-width: 480px) {
      .about .panel-center h3, .contact .panel-center h3, .benefits .panel-center h3 {
        font-size: 25px; } }
  .about .panel-center p, .contact .panel-center p, .benefits .panel-center p {
    font-size: 16px; }
.about .panel-holder, .contact .panel-holder, .benefits .panel-holder {
  background-color: #2d2928;
  color: white;
  margin: 40px 0;
  padding: 60px 0;
  min-height: 452px;
  position: relative;
  overflow: hidden; }
  .about .panel-holder h3, .contact .panel-holder h3, .benefits .panel-holder h3 {
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 40px;
    margin-bottom: 15px; }
    .about .panel-holder h3 span, .contact .panel-holder h3 span, .benefits .panel-holder h3 span {
      color: #bfd730;
      font-weight: 400; }
    @media (min-width: 480px) and (max-width: 992px) {
      .about .panel-holder h3, .contact .panel-holder h3, .benefits .panel-holder h3 {
        font-size: 35px; } }
    @media (max-width: 480px) {
      .about .panel-holder h3, .contact .panel-holder h3, .benefits .panel-holder h3 {
        font-size: 25px; } }
  .about .panel-holder p, .contact .panel-holder p, .benefits .panel-holder p {
    font-size: 16px; }

.contact .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 12px;
  font-weight: 300; }
.contact input.form-control {
  height: 52px; }
.contact label {
  font-weight: 300;
  text-transform: uppercase;
  color: #a8acb9;
  font-size: 12px; }
.contact .panel-header {
  padding-top: 60px;
  padding-bottom: 20px;
  min-height: 382px;
  height: inherit;
  color: white; }
  .contact .panel-header .fa {
    margin-left: -20px;
    margin-right: 4px;
    color: #bfd730; }
  .contact .panel-header .contact-details {
    font-size: 16px;
    font-weight: 300; }
  .contact .panel-header a {
    color: white; }
  .contact .panel-header hr {
    border-top: 2px solid rgba(238, 238, 238, 0.5); }
    @media (min-width: 480px) {
      .contact .panel-header hr {
        margin-top: 60px;
        margin-bottom: 60px; } }
.contact a {
  color: #333333; }
.contact h2 {
  font-weight: 300;
  margin-bottom: 20px; }
.contact h3 {
  font-size: 17px;
  font-weight: 800;
  color: #bfd730;
  letter-spacing: 0;
  text-transform: uppercase; }
.contact footer {
  margin-top: 40px; }
.contact .left-col {
  border-right: solid 1px #a1a1a1;
  padding-right: 30px;
  padding-bottom: 15px; }
.contact .right-col {
  padding-left: 30px; }

.benefits .panel-header {
  height: 200px; }
.benefits h2 {
  font-weight: 300; }
.benefits h3 {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 18px; }

.support h2 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 30px; }
.support .main h2 {
  margin-bottom: 60px; }
.support p {
  font-size: 18px; }
.support .section-grey .container, .support .dealers .dealer-item.dealer-item-odd .container, .dealers .support .dealer-item.dealer-item-odd .container {
  padding: 50px 15px; }
.support .content-wrapper a {
  color: #bfd730;
  font-size: 18px; }
.support footer {
  margin-top: 0px; }
.support ul.downloads {
  list-style: none;
  padding: 0;
  margin: 0; }
  .support ul.downloads li {
    padding-left: 0px; }
    .support ul.downloads li:before {
      content: "• ";
      color: #bfd730;
      padding-right: 30px; }
.support section.main .container {
  padding-top: 50px;
  padding-bottom: 50px; }
.support hr {
  border-color: #a8acb9; }

.dealers .section-grey .container, .dealers .dealer-item.dealer-item-odd .container {
  padding: 50px 15px; }
.dealers h2 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 30px; }
.dealers .content-wrapper a {
  color: #bfd730;
  font-size: 18px; }
.dealers footer {
  margin-top: 0; }
.dealers .country-tabs .nav-tabs.nav-justified a, .dealers .country-tabs .nav-tabs.nav-justified a:hover {
  border-bottom: solid 1px #a1a1a1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  font-size: 28px;
  color: #a1a1a1; }
.dealers .country-tabs .nav-tabs.nav-justified li.active a {
  font-weight: 500;
  color: #2d2928; }
.dealers h3 {
  padding: 15px 10px;
  font-size: 22px; }
  .dealers h3.region {
    color: #bfd730; }
.dealers .dealer-item {
  padding: 15px 10px; }
  .dealers .dealer-item a {
    font-size: 14px; }
.dealers .region-tabs {
  padding-top: 20px; }
  .dealers .region-tabs a {
    color: #a1a1a1;
    font-weight: 300; }
.dealers section.main .container {
  padding-top: 20px;
  padding-bottom: 20px; }
.dealers p {
  font-size: 18px; }

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