@charset "UTF-8";
/* BREAKPOINT MIXINS */
.u-text-center {
  text-align: center;
}
.u-text-center--hero {
  font-weight: 300;
  font-size: 4rem;
  letter-spacing: 2px;
}
@media (min-width: 47em) {
  .u-text-center--hero {
    font-size: 5rem;
  }
}
.u-text-center__centered {
  display: flex;
  margin-top: 3rem;
  margin-left: 3rem;
}
@media (min-width: 47em) {
  .u-text-center__centered {
    margin-left: 6rem;
    justify-content: center;
  }
}

.u-text-centered {
  text-align: left;
  font-family: "Roboto", sans-serif !important;
}
.u-text-centered--left {
  width: 80%;
  margin-left: 8rem;
  position: absolute;
  top: 50%;
  left: 4%;
}

.u-full-width {
  width: 100%;
}

.u-full-8 {
  width: 80%;
  margin: 0;
}
@media (min-width: 47em) {
  .u-full-8 {
    margin: 0 auto;
  }
}

.u-margin-bottom-sm {
  margin-bottom: 1rem;
}

.u-margin-bottom-md {
  margin-bottom: 4rem;
}

.u-margin-bottom-lrg {
  margin-bottom: 8rem;
}

.u-margin-top-sm {
  margin-top: 2rem;
}

.u-margin-top-md {
  margin-top: 4rem;
}

.u-margin-top-lrg {
  margin-top: 8rem;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

:root {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
:root *, :root *:before, :root *:after {
  box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
html *, html *:before, html *:after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif !important;
  color: #2c3339;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}

.hidden {
  overflow: hidden;
}

.hide {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li, li li {
  margin-bottom: 1rem;
}

a {
  color: #00b0f1;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
a:hover {
  color: #9E6900;
}

.grey--link {
  font-size: 1.17em;
  font-weight: 300;
  color: #a8b3bc;
}

p {
  font-size: 1.6rem !important;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 2rem;
}

.container--main p {
  background-color: transparent !important;
}

.trade--intro p {
  background-color: none !important;
}

.cards p {
  background-color: white !important;
}

.alert-messages {
  clear: both;
  text-align: center;
  background-color: lightgreen;
  width: 50%;
  border-radius: 8px;
  margin: 0 25%;
}

.alert-messages-errors {
  clear: both;
  text-align: center;
  color: white;
  background-color: red;
  width: 50%;
  border-radius: 3px;
  margin: 0 25%;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a8b3bc;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #052451;
}

.heading-secondary {
  color: #e2e5e8;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 47em) {
  .heading-secondary {
    font-size: 4rem;
  }
}

.tagline {
  color: #feffff;
  font-size: 2rem;
  width: 90%;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 47em) {
  .tagline {
    font-size: 3.5rem;
    width: 100%;
  }
}

.brand-intro p {
  font-size: 18px !important;
}

h2 {
  font-size: 2.2rem;
}

.container,
#app {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.row {
  margin-left: 8rem;
}

.clear {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.container--main {
  width: calc(100% - 8rem);
  margin-left: 8rem;
}

.container--body {
  width: 95%;
  padding: 1.75rem;
  margin: 3rem auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 75em) {
  .container--body {
    flex-direction: row;
    margin: 9rem auto;
    width: 118rem;
  }
}
.container--body--1080 {
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 915px) and (orientation: landscape) {
  .container--body--1080 {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .container--body--1080 {
    width: 90rem;
  }
}
.container--body--full {
  flex-direction: column;
}
@media (min-width: 47em) {
  .container--body .col-1-of-2 {
    width: 65%;
  }
}
@media (min-width: 47em) {
  .container--body .col-2-of-2 {
    width: 35%;
  }
}
.container--body article {
  margin-bottom: 3rem;
}
@media (min-width: 47em) {
  .container--body article {
    padding: 1.5rem;
    margin-left: 0;
  }
}

.container--body__wrap {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 47em) {
  .container--body__wrap {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 75em) {
  .container--body__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hero__image {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60vh;
  overflow: hidden;
}
.hero__image.auto-height {
  height: auto;
}
.hero__image.full-height {
  height: 100vh;
}
.hero__image--showroom {
  background-image: url(/img/hero/Vibe.by.BainUltra.jpg);
}
.hero__image--about {
  background-image: url(/img/hero/AXOR.MyEdition_Powder.jpg);
}
.hero__image--newsletter {
  background-image: url(/img/hero/Dornbracht-Vaia-Inspiration-Bathroom-Luxury-1.jpg);
}

.hero__heading {
  position: absolute;
  width: 100%;
  top: 35%;
  font-weight: 300;
  color: white;
  line-height: 1.2;
  margin-left: 4rem;
}
@media (min-width: 47em) {
  .hero__heading {
    margin-left: 0;
  }
}
.hero__heading h1 {
  color: white;
  font-family: "Roboto", sans-serif !important;
}

.down-arrow {
  position: absolute;
  bottom: 90px;
  right: 30px;
  text-align: end;
  color: white;
}
@media (min-width: 47em) {
  .down-arrow {
    bottom: 30px;
  }
}
.down-arrow p {
  line-height: 1.5;
  transform: rotate(90deg);
}

.arrow {
  transform: rotate(0deg) !important;
  font-weight: 200;
  margin-right: 14.75px;
  font-size: 4rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  margin-bottom: 1rem !important;
  margin-top: 0;
  padding: 0;
}
.no-flexbox .cards_item {
  float: left;
}
@media (min-width: 47em) {
  .cards_item {
    padding: 0 1em 2em;
  }
}
@media screen and (min-width: 42em) and (max-width: 60em) {
  .cards_item {
    width: 50%;
  }
  .no-flexbox .cards_item:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 60em) {
  .cards_item {
    width: 33.3333%;
  }
  .no-flexbox .cards_item:nth-child(3n+1) {
    clear: both;
  }
}
.cards_item--fullwidth {
  width: 100%;
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
}
.card_heading {
  font-weight: 300;
  line-height: 1;
  color: #337ab7;
}
.card_heading--dark {
  color: #2c3339;
}
.card_subheading {
  font-weight: 300;
  color: #a8b3bc;
}

.card_image img {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card_content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}
@media (min-width: 47em) {
  .card_content {
    padding: 1.5em;
  }
}
.card_content p {
  flex: 1 0 auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;
}
.gallery--brands {
  width: 95%;
  max-width: 95%;
  margin: 0 auto;
}
#gallery--products {
  width: 95%;
}

.gallery--brands,
#image-gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;
  width: 95%;
  max-width: 95%;
  margin-left: 1.2rem;
  margin: 0 auto;
  justify-content: space-around;
}
@media (min-width: 47em) {
  .gallery--brands,
#image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    justify-content: space-between;
    grid-gap: 20px;
  }
}

.gallery--brand {
  display: flex;
  flex-wrap: wrap;
  max-width: 95%;
  width: 95%;
  max-width: 95%;
  margin-left: 1.2rem;
  margin: 0 auto;
  justify-content: space-around;
}
@media (min-width: 47em) {
  .gallery--brand {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    justify-content: space-between;
    grid-gap: 20px;
  }
}

#single--brand .grid-item {
  width: 350px;
  height: auto;
}
#single--brand .img-wrapper {
  height: 250px;
  overflow: hidden;
}

.gallery-item {
  max-width: 250px;
  max-height: 250px;
  margin: 1rem;
  text-decoration: none;
}
@media (min-width: 47em) {
  .gallery-item {
    margin: 0;
  }
}

.gallery-item img {
  width: 250px;
  height: 250px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.text-wrapper:hover {
  transition: all 0.8s ease;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.name {
  font-size: 1.5em;
}

/**
* CARD
**/
.product__card {
  margin-bottom: 1rem !important;
  margin-top: 0;
  padding: 0 1em 2em;
}
.no-flexbox .product__card {
  float: left;
}
@media screen and (min-width: 42em) and (max-width: 60em) {
  .product__card {
    width: 50%;
  }
  .no-flexbox .product__card:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 60em) {
  .product__card {
    width: 33.3333%;
  }
  .no-flexbox .product__card:nth-child(3n+1) {
    clear: both;
  }
}
.product__card--fullwidth {
  width: 100%;
}

.product__card a {
  color: inherit;
  text-decoration: none;
}

.product_card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

/**
* DATE
**/
.product__card__date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background-color: coral;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
}

.product__card__date__day {
  font-size: 14px;
}

.product__card__date__month {
  text-transform: uppercase;
  font-size: 10px;
}

/**
* THUMB
**/
.product__card__thumb {
  height: 245px;
  overflow: hidden;
  transition: height 0.5s;
}

.product__card__thumb img {
  width: 100%;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s;
}

.product__card:hover .product__card__thumb {
  height: 130px;
}

.product__card:hover .product__card__thumb img {
  opacity: 0.6;
  transform: scale(1.2);
}

/**
* card_BODY
**/
.product__card__body {
  position: relative;
  height: 185px;
  padding: 20px;
  transition: height 0.5s;
}

.product__card:hover .product__card__body {
  height: 300px;
}

.product__card__category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background-color: coral;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
}

.product__card__title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.product__card__subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 19px;
  color: coral;
}

.product__card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 56px;
  margin: 0;
  padding: 0;
  color: #666C74;
  line-height: 27px;
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0s;
}

.product__card:hover .product__card__description {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.2s;
}

.product__card__footer {
  position: absolute;
  bottom: 12px;
  left: 20px;
  right: 20px;
  font-size: 11px;
  color: #A3A9A2;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 2px;
  font-size: 18px;
}

.icon + .icon {
  padding-left: 10px;
}

#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.grid {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 47em) {
  .grid {
    max-width: 1080px;
  }
}

.grid-item {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 47em) {
  .grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s ease;
  padding-top: 1rem;
  padding: 20%;
}
.img-overlay:hover, .img-overlay:active {
  opacity: 1;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
.img-overlay h3 {
  color: white;
  text-align: center;
  width: 100%;
}
.img-overlay p {
  color: white;
  background-color: rgba(0, 0, 0, 0) !important;
  text-align: center;
  width: 100%;
  height: 100%;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#overlay .extra-wrapper {
  position: relative;
  width: 65%;
  height: 95vh;
  display: flex;
  justify-content: center;
}
#overlay .extra-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
#overlay h3,
#overlay p {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-left: 1.5%;
  color: white;
  font-weight: normal;
}
#overlay h3 {
  bottom: 50px;
  padding-top: 1.5%;
}
#overlay p {
  padding-bottom: 1.5%;
  bottom: 0;
}

#nextButton, #prevButton {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#nextButton {
  right: 2rem;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  left: 2rem;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
#prevButton img {
  transform: rotateZ(180deg);
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

i {
  font-style: normal !important;
}

#exitButton {
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/*!
 * FlexMasonry
 * Version: 0.2.3
 * Author: Gilbert Pellegrom <gilbert@pellegrom.me>
 * License: MIT
 */
.flexmasonry {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}

.flexmasonry-item {
  width: 100%;
}

.flexmasonry-cols-2 .flexmasonry-item {
  width: 50%;
}

.flexmasonry-cols-3 .flexmasonry-item {
  width: 33.333%;
}

.flexmasonry-cols-4 .flexmasonry-item {
  width: 25%;
}

.flexmasonry-cols-5 .flexmasonry-item {
  width: 20%;
}

.flexmasonry-cols-6 .flexmasonry-item {
  width: 16.666%;
}

.flexmasonry-cols-7 .flexmasonry-item {
  width: 14.285%;
}

.flexmasonry-cols-8 .flexmasonry-item {
  width: 12.5%;
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) {
  order: 1;
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
  order: 2;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
  order: 1;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
  order: 2;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
  order: 3;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
  order: 1;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
  order: 2;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
  order: 3;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
  order: 4;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
  order: 1;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
  order: 2;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
  order: 3;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
  order: 4;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
  order: 5;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
  order: 1;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
  order: 2;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
  order: 3;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
  order: 4;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
  order: 5;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
  order: 6;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
  order: 1;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
  order: 2;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
  order: 3;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
  order: 4;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
  order: 5;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
  order: 6;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
  order: 7;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
  order: 1;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
  order: 2;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
  order: 3;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
  order: 4;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
  order: 5;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
  order: 6;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
  order: 7;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
  order: 8;
}

.flexmasonry-break {
  content: "";
  flex-basis: 100%;
  width: 0 !important;
  margin: 0;
}

.flexmasonry-break-1 {
  order: 1;
}

.flexmasonry-break-2 {
  order: 2;
}

.flexmasonry-break-3 {
  order: 3;
}

.flexmasonry-break-4 {
  order: 4;
}

.flexmasonry-break-5 {
  order: 5;
}

.flexmasonry-break-6 {
  order: 6;
}

.flexmasonry-break-7 {
  order: 7;
}

#admin table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#admin table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
#admin table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
#admin table th,
#admin table td {
  padding: 0.625em;
  text-align: center;
}
#admin table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #admin table {
    border: 0;
  }
  #admin table caption {
    font-size: 1.3em;
  }
  #admin table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #admin table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  #admin table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  #admin table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #admin table td:last-child {
    border-bottom: 0;
  }
}
#admin .table-wrapper {
  position: relative;
  overflow: hidden;
  margin-left: 250px;
}
#admin .table-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
}
#admin .table-wrapper .table-inner {
  overflow-x: auto;
}
#admin .table-wrapper .table-inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
#admin .table-wrapper .table-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: #8e9eab;
}
@media (min-width: 860px) {
  #admin .table-wrapper {
    overflow: visible;
    box-shadow: none;
  }
  #admin .table-wrapper:after {
    content: none;
  }
}
#admin .table-content {
  margin: 10px 0 20px 0;
  text-align: center;
  font-size: 15px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 47em) {
  #admin .table-content {
    width: auto;
  }
}
#admin .table-content th, #admin .table-content td {
  padding: 15px 15px;
  min-width: 100px;
  border: solid 1px #7d8d9b;
  text-align: center;
}
.button {
  background-color: #052451;
  font-size: 1.6rem;
  color: white;
  border: 0;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 0.5rem 1.75rem;
  text-align: left;
}
.button:hover {
  background-color: #9E6900;
  color: white;
}
.button a {
  color: white;
}
.button a:hover {
  color: white;
}

.btn--edit {
  background-color: #00b0f1 !important;
}
.btn--edit:hover {
  background-color: #00668b !important;
  color: white;
}
.btn--remove {
  background-color: red !important;
}
.btn--remove:hover {
  background-color: #990000 !important;
  color: white;
}
.btn--cancel {
  background-color: #8be0ff !important;
}
.btn--cancel:hover {
  background-color: #00668b !important;
  color: white;
}

button.md-close {
  border-radius: 50%;
  position: fixed;
  top: 40;
  right: 40;
  width: 40px;
  height: 40px;
}

.md-modal {
  margin: auto;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-effect-12 .md-content {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  transform: scale(1);
  opacity: 1;
}

.modal-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  transition: height 0s ease-out 1s;
}
.modal-wrapper.active {
  height: 100%;
  transition: height 0s ease-in 0s;
}
.modal-wrapper.active .backdrop {
  visibility: visible;
  opacity: 1;
}
.modal-wrapper .backdrop {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 998;
}
.backdrop-shaded {
  background: rgba(44, 51, 57, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal-panel {
  position: relative;
  max-height: 90vh;
  max-width: 76.8rem;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-color: #2c3339;
  padding: 2rem;
}
.modal-panel.active {
  opacity: 1;
  transform: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 8rem;
  z-index: 1;
  color: white;
  background: #052451;
  padding: 0 1.5rem;
  transition: 0.9s;
}
.header__logo {
  transform: rotate(-90deg);
  position: absolute;
  top: 10rem;
  left: -4.65rem;
}
@media (orientation: landscape) {
  .header__logo {
    top: 7.6rem;
    left: -2.85rem;
  }
}
@media (min-width: 75em) {
  .header__logo {
    top: 10rem;
    left: -4.65rem;
  }
}
.header__logo h3 {
  width: 18rem;
  font-size: 1.5rem;
  opacity: 1;
  transition: opacity 0.2s;
  line-height: 0 !important;
}
@media (orientation: landscape) {
  .header__logo h3 {
    width: 14rem;
  }
}
@media (min-width: 75em) {
  .header__logo h3 {
    width: 18rem;
  }
}
.header__logo h3 a {
  color: white;
}
.header__logo--open h3 {
  opacity: 0;
}
.header--fullWidth {
  width: 100%;
  z-index: 20;
}

.nav {
  height: 100%;
  width: 0;
  overflow-x: hidden;
  font-weight: 300;
}
.nav--active {
  width: 100%;
}
.nav__menu {
  height: auto;
  position: relative;
  top: 15%;
  left: 20%;
}
.nav h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 400;
  width: 20rem;
}
.nav__link {
  font-size: 2.5rem;
  color: white;
  position: relative;
  left: 0;
  transition: left 0.5s ease;
}
.nav__link:hover {
  left: 10px;
}
.nav__link--linkDD {
  font-size: 2.5rem;
  color: white;
  margin-left: 1.5rem;
  position: relative;
  left: 0;
  transition: left 0.5s ease;
}
.nav__link--linkDD:hover {
  color: #9E6900;
  left: 10px;
}
.nav--dd {
  font-size: 2.5rem !important;
  color: white;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  left: 0;
  transition: left 0.5s ease;
}
.nav--dd:hover {
  color: #9E6900;
  left: 10px;
}
.nav .nav__logo {
  position: relative;
  top: 0;
  left: 0;
  transition: all 1s ease;
}
@media (min-width: 47em) {
  .nav .logo__position {
    position: relative;
    left: 30%;
    margin-left: 15px;
  }
}
.nav__drop-down-menu {
  display: none;
}
.nav .is-active {
  color: #9E6900;
}
.nav__item-dropDown {
  display: flex;
  flex-direction: column;
}
@media (min-width: 47em) {
  .nav__item-dropDown {
    flex-direction: row;
    height: auto;
  }
}
.nav__drop-down-menu {
  margin-left: 0;
}
@media (min-width: 47em) {
  .nav__drop-down-menu {
    margin-left: 30%;
    position: absolute;
  }
}
.nav .block {
  display: block;
}

.nav__toggle {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15px;
  cursor: pointer;
  top: 50%;
}
@media (orientation: landscape) {
  .nav__toggle {
    top: 55%;
  }
}
@media (min-width: 75em) {
  .nav__toggle {
    top: 50%;
  }
}

.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:nth-of-type(2) {
  top: -10px;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
@media (min-width: 1024px) {
  .menu-icon:hover span:nth-of-type(1) {
    width: 15px;
    left: 5px;
  }
  .menu-icon:hover span:nth-of-type(2) {
    width: 26px;
  }
  .menu-icon:hover span:last-of-type {
    width: 26px;
  }
}

.nav__toggle--open .menu-icon span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
  left: 0;
}
.nav__toggle--open .menu-icon span:nth-of-type(2) {
  opacity: 0;
}
.nav__toggle--open .menu-icon span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.nav__toggle--open span:nth-of-type(1),
.nav__toggle--open span:last-of-type, .nav__toggle--open:hover span:nth-of-type(1), .nav__toggle--open:hover span:last-of-type {
  width: 33px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.placeholder {
  color: #999;
  font-weight: 200;
}

:-moz-placeholder {
  color: #999;
  font-weight: 200;
}

:-ms-input-placeholder {
  color: #999;
  font-weight: 200;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: 200;
}

input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=date],
input[type=time],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
select,
textarea {
  display: inline-block;
  margin: 4px 0;
  border: 1px solid #d9d9d9;
  padding: 6px;
  line-height: normal;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
  background: #fafafa;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
select:hover,
textarea:hover {
  border-color: #c0c0c0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
  border-color: #59d;
}

input[type=text].error,
input[type=password].error,
input[type=number].error,
input[type=tel].error,
input[type=email].error,
input[type=url].error,
input[type=date].error,
input[type=time].error,
input[type=month].error,
input[type=week].error,
input[type=datetime].error,
input[type=datetime-local].error,
select.error,
textarea.error {
  border: 1px solid #d23;
  color: #d23;
}

select {
  padding: 5px;
}

textarea {
  overflow-y: auto;
}

fieldset .legend {
  margin-top: 0;
}

fieldset {
  padding: 2rem;
}
@media (min-width: 47em) {
  fieldset {
    margin-top: 0 !important;
  }
}

.formrow .label.req:after {
  content: "*";
  color: #d23;
}

.formrow > .label {
  display: none;
}

.formrow .formitem {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  padding: 0 0 15px;
}

.formrow .formitem > * {
  float: left;
}

.formrow .formitem > .label {
  float: none;
  display: block;
}

.formrow .formitem input[type=text],
.formrow .formitem input[type=password],
.formrow .formitem input[type=number],
.formrow .formitem input[type=tel],
.formrow .formitem input[type=email],
.formrow .formitem input[type=url],
.formrow .formitem input[type=date],
.formrow .formitem input[type=time],
.formrow .formitem input[type=month],
.formrow .formitem input[type=week],
.formrow .formitem input[type=datetime],
.formrow .formitem input[type=datetime-local],
.formrow .formitem select,
.formrow .formitem textarea {
  width: 100%;
}

.formrow .formitem label.error {
  clear: left;
  font-size: 11px;
  font-weight: bold;
  color: #d23;
}

.formrow .formitem .ticks {
  padding: 5px 0 0;
}

.formrow .formitem .ticks label {
  transition: all 0.2s;
  display: inline-block;
  color: #999;
}

.formrow .formitem .ticks label:hover {
  color: #666;
}

.formrow .formitem .ticks label input.checked ~ span {
  color: #000;
}

.formrow .formitem .ticks label input:checked ~ span {
  color: #000;
}

.formrow .formitem .ticks label > span {
  display: block;
  margin: 0 15px 5px 20px;
  cursor: default;
}

.formrow .formitem .ticks label input[type=checkbox],
.formrow .formitem .ticks label input[type=radio] {
  float: left;
  margin: 1px -9px 0 0;
}

.formrow .formitem .ticks label input[type=checkbox].error ~ span,
.formrow .formitem .ticks label input[type=radio].error ~ span {
  color: #d23;
}

.formrow .formitem .rating {
  padding: 5px 0 0;
}

.formrow .formitem .rating label {
  float: right;
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.formrow .formitem .rating label:before {
  font-family: "FontAwesome";
  content: "";
}

.formrow .formitem .rating label span {
  display: none;
}

.formrow .formitem .rating input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.formrow .formitem .rating label:hover:before,
.formrow .formitem .rating label:hover ~ label:before,
.formrow .formitem .rating input.checked ~ label:before {
  font-family: "FontAwesome";
  content: "";
}

.formrow .formitem .rating input:checked ~ label:before {
  font-family: "FontAwesome";
  content: "";
}

.formrow .formitem .rating:hover input ~ label:before {
  font-family: "FontAwesome";
  content: "";
}

.formrow .formitem .rating:hover label:hover:before,
.formrow .formitem .rating:hover label:hover ~ label:before {
  font-family: "FontAwesome";
  content: "";
}

.gt480 body {
  padding: 40px;
}

.gt480 fieldset {
  margin: 40px 0;
  padding: 30px 40px;
}

.gt480 .formrow {
  font-size: 0.1%;
  line-height: 0;
  word-spacing: -0.3em;
  margin-right: -10px;
}

.gt480 .formrow .formitem {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.333;
  word-spacing: 0;
  padding-right: 10px;
}

.gt480 .formrow .formitem:last-child {
  margin-right: -99px;
}

.gt480 .formrow .formitem:before {
  content: " ";
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  height: 15px;
  margin-top: -15px;
}

.gt480 .formrow .formitem .rating label {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.gt480 .formrow .col1of1 {
  width: 100%;
}

.gt480 .formrow .col1of2 {
  width: 50%;
}

.gt480 .formrow .col1of3 {
  width: 33.33%;
}

.gt480 .formrow .col2of3 {
  width: 66.66%;
}

.gt480 .formrow .col1of4 {
  width: 25%;
}

.gt480 .formrow .col3of4 {
  width: 75%;
}

.gt480 .formrow .col1of5 {
  width: 20%;
}

.gt480 .formrow .col2of5 {
  width: 40%;
}

.gt480 .formrow .col3of5 {
  width: 60%;
}

.gt480 .formrow .col4of5 {
  width: 80%;
}

.gt800 body {
  padding: 80px;
}

.gt800 .wideform .formrow {
  padding-left: 25%;
}

.gt800 .wideform .formrow > .label {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.333;
  word-spacing: 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-left: -33.33333333%;
  padding: 13px 10px 20px 3.33333333px;
  width: 33.33333333%;
}

.gt800 .wideform .formrow .formitem {
  vertical-align: top;
}

.gt800 .wideform .formrow .formitem:before {
  content: none;
}

.gt800 .wideform .formrow .formitem > .label {
  display: none;
}

.gt800 .wideform .formrow .formitem .ticks,
.gt800 .wideform .formrow .formitem .rating {
  padding-top: 10px;
}

@media screen and (min-width: 481px) {
  fieldset {
    margin: 40px 0;
    padding: 30px 40px;
  }

  .formrow {
    font-size: 0.1%;
    line-height: 0;
    word-spacing: -0.3em;
    margin-right: -10px;
  }

  .formrow .formitem {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.333;
    word-spacing: 0;
    padding-right: 10px;
  }

  .formrow .formitem:before {
    content: " ";
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    height: 15px;
    margin-top: -15px;
  }

  .formrow .formitem .rating label {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .formrow .col1of1 {
    width: 100%;
  }

  .formrow .col1of2 {
    width: 45%;
  }

  .formrow .col1of3 {
    width: 33.33%;
  }

  .formrow .col2of3 {
    width: 66.66%;
  }

  .formrow .col1of4 {
    width: 25%;
  }

  .formrow .col3of4 {
    width: 75%;
  }

  .formrow .col1of5 {
    width: 20%;
  }

  .formrow .col2of5 {
    width: 40%;
  }

  .formrow .col3of5 {
    width: 60%;
  }

  .formrow .col4of5 {
    width: 80%;
  }
}
@media screen and (min-width: 801px) {
  .wideform .formrow {
    padding-left: 25%;
  }

  .wideform .formrow > .label {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.333;
    word-spacing: 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.33333333%;
    padding: 13px 10px 20px 3.33333333px;
    width: 33.33333333%;
  }

  .wideform .formrow .formitem {
    vertical-align: top;
  }

  .wideform .formrow .formitem:before {
    content: none;
  }

  .wideform .formrow .formitem > .label {
    display: none;
  }

  .wideform .formrow .formitem .ticks,
.wideform .formrow .formitem .rating {
    padding-top: 10px;
  }
}
.button {
  background-color: #052451;
  font-size: 1.6rem;
  color: white;
  border: 0;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 0.5rem 1.75rem;
  text-align: left;
  transition: all 0.2s;
  display: inline-block;
  margin: 4px 0;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 16px;
  text-decoration: none;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
.button:hover {
  background-color: #9E6900;
  color: white;
}
.button a {
  color: white;
}
.button a:hover {
  color: white;
}

.button:hover {
  border-color: rgba(0, 0, 0, 0.25);
}

.button:focus {
  box-shadow: inset 0 0 0 1px #fff;
}

.button:active {
  transition: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.button.disabled {
  border-color: rgba(0, 0, 0, 0.1);
  color: #999;
  box-shadow: none;
  cursor: not-allowed;
}

.buttons .button,
.formitem .button {
  margin-right: 10px;
}

.buttons {
  text-align: right;
  margin-right: -10px;
}

.buttons .forth {
  float: right;
}

.buttons .back {
  text-align: left;
}

@media (min-width: 47em) {
  .form--login {
    max-width: 80%;
    width: 50rem;
    margin: 0 auto;
  }
}

.footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  width: 100%;
  max-width: 80%;
  margin: 9rem 1rem 9rem 5rem;
  display: flex;
  margin-bottom: 1.2rem;
  flex-direction: column-reverse;
  position: relative;
  bottom: 0;
}
.footer p {
  font-size: 1.4rem !important;
}
.footer a {
  color: #2c3339;
}
.footer a:hover {
  color: #9E6900;
}
@media (min-width: 47em) {
  .footer {
    position: absolute;
    flex-direction: row;
    justify-content: space-between;
    max-width: 95%;
  }
}
.footer__trademark {
  margin-left: 5.5rem;
}
.footer__social__icons {
  display: flex;
  margin-left: 5.5rem;
}
.footer__social__icons--items {
  width: 35px;
  max-width: 35px;
  height: 35px;
  max-height: 35px;
  margin-right: 1.5rem;
}

/**
 * the sticky footer mixin
 **/
/**
 * the sticky footer implementation
 **/
html, body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
}

#app {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -auto;
}
#app .container {
  padding: 0 0 auto 0;
}

.site-footer {
  height: auto;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg-video__content {
  margin-left: 8rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#what-new {
  height: 100vh;
}

.newsletter-item {
  font-size: 1.5rem;
}

.campaign {
  font-size: 1.6rem;
  line-height: 2;
}

.newsletter .container--body {
  justify-content: center;
}
@media (min-width: 47em) {
  .newsletter .col-1-of-2 {
    width: 50%;
  }
}

.product__image--lockup {
  position: relative;
  width: 100%;
}
.product__image--lockup img {
  display: block;
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__image--lockup .hero__heading {
  position: absolute;
  top: calc(50% - 5.8rem);
  left: 0;
  text-align: center;
  width: calc(100% - 8rem);
  margin-left: 8rem;
  display: flex;
  justify-content: center;
}

.nav-wrapper {
  margin-left: 8rem;
}

.nav-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 47em) {
  .nav-group {
    flex-direction: row;
  }
}

.sub__link {
  float: none;
}
.sub__link:last-child .mobile-nav {
  margin-bottom: 2rem;
}
.sub__link.right {
  float: none;
}
.sub__link.ml {
  margin-left: 8rem;
}
@media (min-width: 47em) {
  .sub__link {
    float: left;
  }
  .sub__link.right {
    float: right;
  }
}
.sub__link .mobile-nav {
  margin: 0 2rem;
  background-color: #f0f0f0;
  border-radius: 4rem;
  padding: 1rem 2rem;
  display: block;
  font-size: 1.4rem;
}
.sub__link .mobile-nav.solo {
  margin-top: 2rem;
}
@media (min-width: 47em) {
  .sub__link .mobile-nav {
    margin: 2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .sub__link .mobile-nav {
    display: none;
  }
  .sub__link .mobile-nav.always-visible {
    display: block;
  }
}
.sub__link .mobile-nav select {
  cursor: pointer;
  color: #052451;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 3px 0;
  width: 100%;
}
.sub__link .desktop-nav {
  display: none;
}
@media (min-width: 1400px) {
  .sub__link .desktop-nav {
    display: flex;
  }
}
.sub__link .desktop-nav.always-visible {
  display: flex;
}
.sub__link .desktop-nav .sub__link__item {
  width: 100%;
}
@media (min-width: 480px) {
  .sub__link .desktop-nav .sub__link__item {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .sub__link .desktop-nav .sub__link__item {
    width: auto;
  }
}
.sub__link__items {
  display: flex;
  gap: 4px;
  margin: 2rem 2rem 8px;
  width: 100%;
}
@media (min-width: 47em) {
  .sub__link__items {
    gap: 8px;
    flex-direction: row;
    display: flex;
    box-shadow: none;
    margin: 2rem;
  }
}
.sub__link__items--no-hiding a {
  font-size: 1.17em;
  font-weight: 300;
  color: #a8b3bc !important;
}
.sub__link__items.alt-style {
  flex-direction: column;
}
@media (min-width: 480px) {
  .sub__link__items.alt-style {
    flex-direction: row;
  }
}
.sub__link__items.alt-style .sub__link__item {
  margin-bottom: 0;
}
.sub__link__items.alt-style a {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  position: relative;
  color: #052451;
  padding: 1rem 2rem;
  background-color: #f0f0f0;
  border-radius: 4rem;
}
.sub__link__items.alt-style a.active {
  color: white;
  background-color: #052451;
}
@media (min-width: 47em) {
  .sub__link__item {
    padding: 0;
  }
}
.sub__link__item a {
  font-size: 1.4rem;
  color: #00b0f1;
}
@media (min-width: 47em) {
  .sub__link__item a {
    font-size: 1.8rem;
  }
}
.sub__link__item a:hover {
  color: #9E6900;
}
@media (min-width: 47em) {
  .sub__link__item a {
    color: #a8b3bc;
  }
}
.sub__link__item .active {
  color: #9E6900;
}
.sub__link .sub__link__checkbox {
  font-size: 1.17em;
  font-weight: 300;
  color: #a8b3bc;
  display: block;
}
@media (min-width: 47em) {
  .sub__link .sub__link__checkbox {
    display: none;
  }
}
.sub__link .sub__link__checkbox:hover {
  color: #00b0f1;
}
.sub__link input[type=checkbox] {
  position: absolute;
  top: -999px;
  /* probably pointless */
  display: none;
}
.sub__link input[type=checkbox]:checked + ul {
  display: block;
  width: 200px;
  z-index: 10;
  position: absolute;
  right: 0;
}

.video--container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
@media (orientation: landscape) {
  .video--container {
    max-width: 100%;
  }
}
@media (min-width: 47em) {
  .video--container {
    max-width: 98rem;
    margin: 0 auto;
  }
}
.video--container__videos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 47em) {
  .video--container__videos {
    flex-direction: row;
  }
}
.video--container__item {
  width: 100%;
  margin: 2rem 0 2rem 0;
}
@media (orientation: landscape) {
  .video--container__item {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 47em) {
  .video--container__item {
    max-width: 45%;
    margin: 2rem 0 2rem 0;
  }
}

.showroom__map {
  width: 100%;
}

.contact__info {
  margin-left: 0 !important;
}

.col-2-of-2 {
  margin-top: 0;
}
@media (min-width: 47em) {
  .col-2-of-2 {
    margin-top: 7rem;
  }
}

#cap > div {
  width: 100% !important;
}
@media (min-width: 47em) {
  #cap > div {
    border: none;
  }
}

.g-recaptcha > div {
  width: 100% !important;
}

.g-recaptcha iframe {
  width: 100% !important;
}

#rules {
  justify-content: left;
  margin-left: 3rem;
  margin-bottom: 5rem;
}
@media (min-width: 47em) {
  #rules {
    margin-left: 0;
  }
}

.brands {
  width: 100%;
}
.brands--list {
  width: 90%;
  max-width: 90%;
  -moz-column-count: 1;
       column-count: 1;
  margin-left: 3rem;
}
@media (min-width: 47em) {
  .brands--list {
    width: 100%;
    max-width: 100%;
    -moz-column-count: 2;
         column-count: 2;
    padding: 0;
    margin-left: 0;
  }
}
@media (min-width: 75em) {
  .brands--list {
    -moz-column-count: 3;
         column-count: 3;
    text-align: left;
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }
}
.brands--list--items {
  font-size: 2rem;
  width: 25rem;
}

#auth form {
  max-width: 800px;
  margin: 0 auto;
}
#auth form fieldset {
  max-width: 65%;
  margin: 0 auto;
  border: 1px solid;
}

.page-wrap {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.main-content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0 5%;
}
@media (min-width: 75em) {
  .content {
    padding: 0 5%;
  }
}

.navbar-brand,
.navbar-toggler {
  display: none;
}

.form-group.row {
  padding-bottom: 5%;
}

/* PUSH MENU */
#menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  padding: 50px 30px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  text-align: center;
  background-color: rgba(44, 51, 57, 0.15);
  overflow-x: scroll;
}

#menu .brand {
  height: 51px;
  line-height: 0.6;
  color: #2c3339;
}

#menu ul {
  padding: 0;
}

#menu ul li a {
  display: block;
  font-weight: 900;
  line-height: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  color: #2c3339;
  border-top: 1px solid #eee;
}

.main {
  display: block;
  font-weight: 900;
  line-height: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  color: #2c3339;
  border-top: 1px solid #eee;
}

.sub {
  border-top: none !important;
  margin-left: 2rem;
  line-height: 3rem !important;
  text-transform: capitalize !important;
}

#menu ul li a:hover {
  letter-spacing: 1px;
}

body.open #menu {
  left: 0;
}

/* MAIN PAGE */
.admin__wrap {
  padding: 50px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}

body.open .admin__wrap {
  margin-left: 300px;
}

/* MENU TOGGLE ICON */
button:focus {
  outline: none;
}

#menu-toggle {
  position: relative;
  width: 51px;
  height: 51px;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  background: #fff;
}

#menu-toggle:before,
#menu-toggle:after {
  position: absolute;
  transition: all 0.5s ease;
  background-color: #232629;
}

#menu-toggle:before {
  top: 12px;
  left: 25px;
  width: 1px;
  height: 27px;
}

#menu-toggle:after {
  top: 25px;
  left: 12px;
  width: 27px;
  height: 1px;
}

body.open button#menu-toggle:before,
body.open button#menu-toggle:after {
  transform: rotate(45deg);
}

/* CONTENT CONTAINER */
.admin-container {
  margin: 0 auto;
}

.form--admin {
  max-width: 65%;
  margin: 0 auto;
}

.admin__headings {
  max-width: 65%;
  margin: 0 auto;
}

.form {
  position: relative;
  display: flex;
  margin-right: 1.25%;
}
.form .form-search-item {
  display: flex;
  position: relative;
}
.form input {
  margin: 0;
  border-radius: 25px 0 0 25px;
}
.form .search-button {
  width: 40px;
  height: 36px;
  background: #052451;
  text-align: center;
  color: white;
  border: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 20px;
}

.tox-tinymce {
  width: 100% !important;
}

#trade #app .container {
  height: 100%;
}
@media (min-width: 20em) and (max-height: 480px) {
  #trade #app .container {
    height: 100% !important;
  }
}
@media (min-width: 47em) {
  #trade #app .container {
    height: 85vh;
  }
}
#trade .footer {
  position: relative;
}

#trade__page .video--container {
  width: 85%;
  margin-left: auto;
}
@media (min-width: 120.063em) {
  #trade__page .video--container {
    margin-left: 300px;
  }
}
#trade__page h3 {
  margin-bottom: 1.5rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  grid-template-rows: minmax(100px, max-content);
}
@media (min-width: 47em) {
  .grid {
    grid-template-columns: 2fr 1fr;
  }
}
.grid__column-2 {
  grid-row-start: span 2;
}

.grid__columns-4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  justify-items: center;
}
@media (min-width: 47em) {
  .grid__columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 75em) {
  .grid__columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid__columns-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  justify-items: center;
}
@media (min-width: 47em) {
  .grid__columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  width: 180px;
  height: 180px;
  background-color: #586773;
}
.grid__item--active {
  background-color: black;
}

.lrg-margin {
  margin-top: 0;
}
@media (min-width: 47em) {
  .lrg-margin {
    margin-top: 3rem;
  }
}

.training__details {
  margin-bottom: 3rem;
}

.training__detail {
  margin-bottom: 0;
}

.bold {
  font-weight: bold;
}

.training-schedule__item {
  margin-bottom: 0;
}

.full {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.trade__body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 47em) {
  .trade__body {
    flex-direction: row;
  }
}
.trade__body article ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.trade__body article ul li {
  display: list-item;
  list-style: disc;
}

.trades-cards--active:after {
  content: " ";
  display: block;
  border: 1px solid #9E6900;
  width: 180px;
  position: fixed;
  bottom: 57%;
}
.trades-cards__links {
  position: absolute;
  z-index: 10;
  color: white;
  display: flex;
  width: 180px;
  height: 180px;
  align-items: center;
  justify-content: center;
}
.trades-cards__img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.trades-cards__img--active {
  filter: brightness(0.2);
}

.post {
  position: relative;
  display: grid;
  box-shadow: 0 3px 15px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  margin-bottom: 10rem;
}
.post--card {
  width: 100%;
  grid: 340px auto auto/repeat(3, minmax(80px, 1fr));
  grid-gap: 10px;
}
@media (min-width: 47em) {
  .post--card {
    grid-template-columns: 150px repeat(3, 1fr) auto;
    grid-template-rows: auto auto;
  }
}
.post__img {
  grid-column: span 3;
}
@media (min-width: 47em) {
  .post__img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 47em) {
  .post__img img {
    border-radius: 10px 0 0 10px;
  }
}
.post__details {
  grid-column: span 3;
  padding: 20px 15px 20px 20px;
}
@media (min-width: 47em) {
  .post__details {
    grid-column: 2/6;
    grid-row: 1;
  }
}
.post__view {
  grid-column: span 3;
  text-align: center;
  align-self: center;
  padding: 10px 25px;
}
@media (min-width: 47em) {
  .post__view {
    grid-row: 2/3;
    grid-column: 5/6;
  }
}
