html,
body {
  overflow-x: hidden;
  width: 100vw; }

body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  body > .container {
    flex: 1; }
  body > footer {
    justify-self: flex-end;
    height: initial;
    min-height: initial;
    padding-bottom: 1.5rem; }

iframe {
  max-width: 100%; }

.container {
  width: 100%; }
  @media screen and (min-width: 576px) {
    .container {
      min-width: 540px;
      max-width: 540px; } }
  @media screen and (min-width: 768px) {
    .container {
      min-width: 750px;
      max-width: 750px; } }
  @media screen and (min-width: 992px) {
    .container {
      min-width: 960px;
      max-width: 960px; } }

#site-header {
  width: 100vw;
  display: block; }
  @media screen and (min-width: 992px) {
    #site-header > .inner {
      width: 100%;
      position: fixed; } }

.site-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.6s ease; }
  .site-overlay > .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .site-overlay.nav__resp.open, .site-overlay.nav__search.open {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .site-overlay.nav__search {
    padding-top: 2.5rem;
    text-align: center; }
    .site-overlay.nav__search .search__close {
      color: #ffffff;
      padding: 1.5rem; }

.header__brand {
  display: inline-block;
  max-width: 14rem;
  margin-bottom: 1rem;
  transition: opacity 0.1s ease; }
  @media screen and (min-width: 578px) {
    .header__brand {
      max-width: 18rem;
      margin-bottom: 0; } }
  .header__brand img {
    max-width: 100%;
    height: auto; }
  .header__brand:hover {
    opacity: 0.3; }

.header--primary {
  background-color: #ffde00; }

.header--secondary {
  background-color: #000000;
  height: auto; }

.header--primary__top,
.header--primary__middle {
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: space-between; }

.header--primary__top {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-right: 7rem; }
  @media screen and (min-width: 992px) {
    .header--primary__top {
      flex-direction: row;
      padding-right: 0; } }

.header--primary__middle {
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 2.5rem; }

.header--secondary__content {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  .header--secondary__content .filter__toggle {
    cursor: pointer; }
    .header--secondary__content .filter__toggle span {
      margin-right: 0.75rem; }
    .header--secondary__content .filter__toggle.open svg {
      transform: rotate(180deg); }
    @media screen and (min-width: 578px) {
      .header--secondary__content .filter__toggle {
        display: none; } }
  .header--secondary__content fieldset {
    display: none;
    padding-top: 8px;
    color: #ffffff;
    font-weight: 300;
    transition: all 0.3s ease; }
    @media screen and (min-width: 578px) {
      .header--secondary__content fieldset {
        display: block;
        padding-top: 0; } }
    .header--secondary__content fieldset > * {
      padding: 0;
      font-size: 13px !important;
      padding-left: 0 !important;
      padding-right: 2rem !important;
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      min-width: 50%;
      width: 50%; }
      @media screen and (min-width: 992px) {
        .header--secondary__content fieldset > * {
          min-width: 0;
          width: auto; } }
    .header--secondary__content fieldset #reset {
      display: block; }
      @media screen and (min-width: 992px) {
        .header--secondary__content fieldset #reset {
          display: inline-block; } }
    .header--secondary__content fieldset > .filter {
      display: inline-block; }
      @media screen and (min-width: 992px) {
        .header--secondary__content fieldset > .filter {
          min-width: 0;
          width: auto; } }
    .header--secondary__content fieldset.open {
      display: block; }
    .header--secondary__content fieldset .filter.active {
      color: #ffde00; }

.product-item {
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .product-item {
      margin-bottom: 7rem; } }

.header__quote a.wrap,
.product__quote a.wrap,
.search__toggle .wrap {
  margin-left: 2.5rem;
  display: block;
  padding: 3px 6px;
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed", "arial", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease; }
  .header__quote a.wrap .fa,
  .product__quote a.wrap .fa,
  .search__toggle .wrap .fa {
    display: inline-block;
    line-height: 1; }
  .header__quote a.wrap span,
  .product__quote a.wrap span,
  .search__toggle .wrap span {
    color: #ffde00;
    margin-right: 0.5rem;
    transition: all 0.3s ease; }
  .header__quote a.wrap:hover span,
  .header__quote a.wrap:hover .fa,
  .product__quote a.wrap:hover span,
  .product__quote a.wrap:hover .fa,
  .search__toggle .wrap:hover span,
  .search__toggle .wrap:hover .fa {
    opacity: 0.5; }

.product__quote a.wrap {
  margin-left: 0;
  display: inline-block; }

.gallery-row {
  padding-bottom: 0; }
  .gallery-row .thumbnail {
    margin-bottom: 0; }

.protected__videos,
.protected__downloads,
.protected__login {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 6rem; }
  .protected__videos ul,
  .protected__downloads ul,
  .protected__login ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .protected__videos ul li,
    .protected__downloads ul li,
    .protected__login ul li {
      display: block;
      margin-bottom: 0.25rem; }
      .protected__videos ul li:before,
      .protected__downloads ul li:before,
      .protected__login ul li:before {
        content: ''; }
      .protected__videos ul li svg,
      .protected__downloads ul li svg,
      .protected__login ul li svg {
        display: inline-block;
        margin-right: 0.75rem; }
  .protected__videos a,
  .protected__downloads a,
  .protected__login a {
    text-decoration: underline; }

#loginform label {
  display: block; }
#loginform input[type="text"],
#loginform input[type="password"] {
  width: 100%; }

.nav__full {
  margin-right: auto; }

.nav__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex; }
  .nav__ul > li {
    display: block;
    padding: 0.5rem 1rem; }
  .nav__ul a {
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: "proxima-nova-condensed", "arial", sans-serif;
    transition: all 0.3s ease; }
    .nav__ul a:hover {
      color: #ffffff; }

.filter {
  transition: all 0.3s ease; }
  .filter:hover {
    opacity: 0.5; }

.search-form {
  text-align: center;
  width: 100%;
  max-width: 100%; }
  .search-form .input-group {
    width: auto;
    float: none;
    padding: 0;
    display: flex;
    align-items: center; }
    .search-form .input-group .form-control {
      flex: 1; }
  .search-form .input-group-btn {
    width: 50px;
    height: 50px; }
  .search-form .search-field.form-control {
    height: 50px;
    border: none;
    line-height: 1;
    font-size: 16px;
    padding: 1em; }
    @media screen and (min-width: 992px) {
      .search-form .search-field.form-control {
        font-size: 2rem;
        padding: 1rem 2rem; } }
  .search-form button.search-submit {
    width: 100%;
    height: 100%;
    margin-left: 3px;
    background: none;
    border: none;
    color: #000000;
    background-color: #ffde00;
    transition: all 0.3s ease; }
    .search-form button.search-submit svg {
      display: block;
      margin: 0 auto;
      width: 80%;
      height: 100%; }
    .search-form button.search-submit:hover {
      background-color: #ffffff; }

.nav__full {
  display: none; }
  @media screen and (min-width: 992px) {
    .nav__full {
      display: block; } }

.nav__resp {
  display: none; }
  .nav__resp .nav__ul {
    flex-direction: column; }
    .nav__resp .nav__ul > li a {
      color: #ffffff; }
      .nav__resp .nav__ul > li a:hover {
        color: #ffde00; }

.nav__toggle,
.search__toggle {
  cursor: pointer;
  color: #000000; }

.nav__toggle {
  position: absolute;
  top: 15px;
  right: 15px; }

.burger {
  padding: 10px 14px;
  border: 2px solid #000000;
  border-radius: 3px; }
  .burger .line {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto; }
    .burger .line:nth-of-type(2) {
      margin-top: 6px;
      margin-bottom: 6px; }

.nav__toggle {
  z-index: 9999; }
  @media screen and (min-width: 992px) {
    .nav__toggle {
      display: none; } }

.search__close {
  transition: all 0.3s ease; }
  .search__close:hover {
    opacity: 0.5; }
  @media screen and (min-width: 992px) {
    .search__close {
      font-size: 2rem;
      margin-top: 1rem;
      padding: 2rem !important; } }

.search__close .burger,
.nav__toggle.open .burger {
  border-color: transparent; }
  .search__close .burger .line,
  .nav__toggle.open .burger .line {
    background-color: #ffffff;
    transform-origin: 0% 50%; }
    .search__close .burger .line:nth-of-type(1),
    .nav__toggle.open .burger .line:nth-of-type(1) {
      transform: translate(4.06px, -2px) rotate(45deg); }
    .search__close .burger .line:nth-of-type(2),
    .nav__toggle.open .burger .line:nth-of-type(2) {
      opacity: 0; }
    .search__close .burger .line:nth-of-type(3),
    .nav__toggle.open .burger .line:nth-of-type(3) {
      transform: translate(4.06px, 2px) rotate(-45deg); }

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