.productBoxTitle {
  line-height: 34px; }
  .productBoxTitle span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.4em;
    color: #777; }
  .productBoxTitle:before {
    display: none; }

.productBoxesWrap {
  display: flex;
  position: relative;
  flex-direction: column; }
  .productBoxesWrap.fullLength {
    flex-direction: row; }
    .productBoxesWrap.fullLength:before {
      display: none; }
  .productBoxesWrap .productBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px; }
    .productBoxesWrap .productBox.boxCenter .productBoxImageWrap {
      align-self: center; }
      .productBoxesWrap .productBox.boxCenter .boxCenterAlignment {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; }
        .productBoxesWrap .productBox.boxCenter .boxCenterAlignment .boxCenterInfo {
          display: flex;
          flex-direction: column;
          width: 100%;
          margin-top: 0;
          justify-content: space-between;
          margin-top: 20px; }
    .productBoxesWrap .productBox:hover, .productBoxesWrap .productBox:focus {
      cursor: default; }
      .productBoxesWrap .productBox:hover .productBoxImageWrap img, .productBoxesWrap .productBox:focus .productBoxImageWrap img {
        scale: 0.9;
        transition: 0.2s ease-in-out; }
  .productBoxesWrap .newProductTag {
    background: #ffed00;
    padding: 5px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #343434;
    font-size: 0.8rem;
    border-radius: 20px;
    display: inline-block;
    line-height: 18px;
    height: 26px;
    margin-right: auto;
    text-transform: uppercase; }
  .productBoxesWrap h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black; }
    .productBoxesWrap h4 span {
      font-weight: normal; }
  .productBoxesWrap .productBoxImageWrap {
    background: #f7f7f7; }
    .productBoxesWrap .productBoxImageWrap img {
      scale: 0.8;
      transition: 0.2s ease-in-out; }
  .productBoxesWrap .productDesc {
    margin: 20px 0;
    min-height: 48px; }
  .productBoxesWrap .productExtras {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    font-weight: bold; }
    .productBoxesWrap .productExtras .extra {
      padding: 10px 30px; }
    .productBoxesWrap .productExtras span.extra {
      background: #ffed00;
      font-weight: bold;
      letter-spacing: 3px;
      display: flex;
      line-height: 44px;
      width: 100%; }
    .productBoxesWrap .productExtras .colors {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-right: 0; }
      .productBoxesWrap .productExtras .colors .color {
        padding: 10px 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }

.colorCircle {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 5px; }

.productsHorizontalDivider {
  height: 4px;
  background: #343434;
  width: 100%; }

@media (min-width: 768px) {
  .productBoxesWrap {
    flex-direction: row; }
    .productBoxesWrap .boxLeft {
      padding-right: 40px; }
    .productBoxesWrap .boxRight {
      padding-left: 40px; }
    .productBoxesWrap:before {
      content: '';
      height: 100%;
      background: #343434;
      position: absolute;
      width: 4px;
      left: calc(50% - 2px);
      top: 0; }
    .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment {
      flex-direction: row; }
      .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment .productBoxImageWrap {
        width: 50%; }
      .productBoxesWrap.fullLength .productBox.boxCenter .boxCenterAlignment .boxCenterInfo {
        width: 50%;
        padding-left: 40px;
        margin-top: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

@media (min-width: 1200px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

.riserDisplay {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .riserDisplay img {
    width: 100%; }
  .riserDisplay h4 {
    color: white; }
  .riserDisplay .riserPic {
    width: 100%; }
    .riserDisplay .riserPic img {
      width: 100%;
      display: none;
      transition: 0.5s ease all; }
  .riserDisplay .riserInfo {
    width: 100%; }
  .riserDisplay .riserIntro img {
    height: 60px;
    width: auto; }
  .riserDisplay .riserUSP ul {
    padding-left: 20px; }
    .riserDisplay .riserUSP ul li {
      list-style-type: none;
      position: relative;
      margin-bottom: 10px; }
      .riserDisplay .riserUSP ul li:before {
        content: '';
        width: 8px;
        height: 100%;
        left: -20px;
        top: calc(50% - 50%);
        background-color: #ffed00;
        position: absolute;
        vertical-align: middle; }
  .riserDisplay img.active {
    display: block;
    transition: 0.5s ease all;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s; }
  .riserDisplay .dropdown {
    width: 100%;
    border: 1px solid;
    font-weight: bold;
    text-transform: uppercase; }
  .riserDisplay .nav-pills > li > a {
    border-radius: 0; }
  .riserDisplay .dropdown > a {
    color: #222; }
  .riserDisplay .dropdown-menu {
    width: 100%; }

.riserSpecsTable {
  border: 2px solid #777;
  width: 100%; }
  .riserSpecsTable tr {
    border-bottom: 1px solid #777; }
  .riserSpecsTable th {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    text-align: right;
    padding: 5px 10px; }
  .riserSpecsTable td {
    padding: 5px 10px; }

select.riserColors {
  display: block;
  height: 30px;
  width: 50%;
  border-radius: 5px;
  background-color: #343434;
  margin-bottom: 30px;
  border: 1px solid #777;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  width: 100%; }
  select.riserColors:focus {
    outline: none; }
  select.riserColors .dropdownOpt {
    background-color: transparent;
    position: relative; }
    select.riserColors .dropdownOpt:hover, select.riserColors .dropdownOpt:focus {
      background-color: red; }

@media (min-width: 768px) {
  .riserDisplay {
    flex-direction: row; }
    .riserDisplay .riserPic {
      width: 50%; }
    .riserDisplay .riserInfo {
      width: 50%; } }

a.productListHover {
  display: block; }
  a.productListHover:hover .productList:before, a.productListHover:focus .productList:before {
    right: -12px;
    transition: 0.2s ease-in-out; }
    a.productListHover:hover .productList:after, a.productListHover:focus .productList:after {
      opacity: 1;
      right: 20px;
      transition: 0.2s ease-in-out; }

.productList {
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  border: 2px solid #777;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  .productList:before {
    content: '';
    display: block;
    background: #ffed00;
    position: absolute;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    transform: skewX(-10deg);
    transition: 0.2s ease-in-out; }
  .productList:after {
    content: '\2192';
    display: block;
    position: absolute;
    color: #343434;
    transition: 0.2s ease-in-out;
    bottom: 10px;
    right: 50px;
    opacity: 0; }
  .productList span.process {
    background: #ffed00;
    display: block;
    border-radius: 50px;
    font-weight: bold;
    color: #343434;
    padding: 3px 15px;
    text-transform: uppercase;
    margin: 0 auto 0 0;
    font-size: 0.8em; }
  .productList h3 {
    color: white;
    margin-bottom: 0; }
  .productList p {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 0; }
/** PRODUCT CARDS --**/
.productCardHover {
  display: block;
  margin-top: 50px; }
  .productCardHover.newProduct:after {
    content: 'NEW!';
    background: #ffed00;
    color: black;
    position: absolute;
    right: 0;
    width: auto;
    height: 40px;
    top: 10px;
    padding: 5px 35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 30px;
    font-weight: bold; }

.productCardWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #777;
  border-radius: 2px;
  padding: 20px; }

.productCardImage {
  width: 150px;
  margin-top: -20px;
  overflow: hidden;
  height: 228px;
  position: relative; }

.productCardDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 0;
  margin: 0 auto;
  padding-left: 20px; }
  .productCardDetails h3 {
    color: white;
    margin-bottom: 0; }
  .productCardDetails p {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 0; }

span.process {
  background: #ffed00;
  display: block;
  border-radius: 50px;
  font-weight: bold;
  color: #343434;
  padding: 3px 15px;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  font-size: 0.8em; }

.cardProductImg {
  opacity: 0;
  position: absolute;
  bottom: 0; }

.productCardHover:hover .productCardImage .cardProductImg, .productCardHover:focus .productCardImage .cardProductImg {
  opacity: 1;
  width: 100px; }

.overviewRiserColors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold; }
  .overviewRiserColors .colors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 0; }
    .overviewRiserColors .colors .colorCircle {
      width: 30px;
      height: 30px;
      border-radius: 50px;
      margin: 5px; }
/** PRODUCT COLORS **/
.colorBrass {
  background: #e1c964; }

.colorBlack {
  background: #000; }

.colorGray {
  background: #ccc; }

.colorBlackGray {
  background: linear-gradient(-45deg, #000 50%, #ccc 50%); }

.colorBrown {
  background: #8e4d21; }

.colorWhiteGray {
  background: linear-gradient(-45deg, #fff 50%, #ccc 50%); }

.colorOrangeGray {
  background: linear-gradient(-45deg, #ff7c00 50%, #ccc 50%); }

.colorGreenGray {
  background: linear-gradient(-45deg, #8ec33c 50%, #ccc 50%); }

.colorBlueGray {
  background: linear-gradient(-45deg, #4ca3df 50%, #ccc 50%); }

.colorPurpleGray {
  background: linear-gradient(-45deg, #b30dff 50%, #ccc 50%); }

.colorRedGray {
  background: linear-gradient(-45deg, #e03434 50%, #ccc 50%); }

.colorSpectra {
  background: linear-gradient(-45deg, #4ca3df 0%, #fff230 50%, #b30dff 100%); }

.colorGold {
  background: linear-gradient(-45deg, rgba(204, 161, 92, 1) 0%, rgba(255, 243, 59, 1) 35%, rgba(145, 112, 58, 1) 75%, rgba(226, 200, 48, 1) 100%); }

.colorBlue {
  background: #4ca3df; }

.colorRed {
  background: #e03434; }

.colorGreen {
  background: #8ec33c; }

.colorPurple {
  background: #b30dff; }

.colorOrange {
  background: #ff7c00; }

.colorTurquoise {
  background: #30d5c8; }

.colorSmoke {
  background: #9e9e9e; }

.colorBronze {
  background: #cd7f32; }

.productBoxTitle {
  line-height: 34px; }
  .productBoxTitle span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.4em;
    color: #777; }
  .productBoxTitle:before {
    display: none; }

.productBoxesWrap {
  display: flex;
  position: relative;
  flex-direction: column; }
  .productBoxesWrap .productBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between; }
    .productBoxesWrap .productBox:hover, .productBoxesWrap .productBox:focus {
      cursor: default; }
    .productBoxesWrap .productBox:hover .productBoxImageWrap img, .productBoxesWrap .productBox:focus .productBoxImageWrap img {
      scale: 0.9;
      transition: 0.2s ease-in-out; }
  .productBoxesWrap .gapFiller {
    background-color: #ffed00;
    background-image: url("/images/new_filler.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-content: center;
    align-items: center; }
  .productBoxesWrap h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: black; }
    .productBoxesWrap h4 span {
      font-weight: 200; }
  .productBoxesWrap .productBoxImageWrap {
    background: #f7f7f7; }
    .productBoxesWrap .productBoxImageWrap img {
      scale: 0.8;
      transition: 0.2s ease-in-out; }
  .productBoxesWrap .productDesc {
    margin: 20px 0;
    min-height: 48px;
    color: #343434; }
  .productBoxesWrap .productExtras {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    font-weight: bold; }
    .productBoxesWrap .productExtras .extra {
      padding: 10px 30px; }
    .productBoxesWrap .productExtras span.extra {
      background: #ffed00;
      font-weight: bold;
      letter-spacing: 3px;
      display: flex;
      line-height: 44px;
      width: 100%; }
    .productBoxesWrap .productExtras .colors {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-right: 0; }
    .productBoxesWrap .productExtras .colors .color {
      padding: 10px 30px;
      display: flex;
      align-items: center; }

.colorCircle {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 10px;
  border: 2px solid #ccc;
  transition: 0.2s ease-in; }
  .colorCircle:hover, .colorCircle:focus {
    border: 2px solid white;
    transition: 0.2s ease-in;
    cursor: pointer; }

@media (min-width: 768px) {
  .productBoxesWrap {
    flex-direction: row; }
    .productBoxesWrap .boxLeft {
      padding-right: 40px; }
    .productBoxesWrap .boxRight {
      padding-left: 40px; }
    .productBoxesWrap:before {
      content: '';
      height: 100%;
      background: #343434;
      position: absolute;
      width: 4px;
      left: calc(50% - 2px);
      top: 0; } }

@media (min-width: 576px) and (max-width: 767px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

@media (min-width: 1200px) {
  .productBoxesWrap .productExtras span.extra {
    width: auto; } }

.imageContainer img {
  transition: all 0.5s ease;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: none; }
  .imageContainer img.active {
    display: block;
    transition: all 0.5s ease;
    animation: fadeIn ease 1s; }

.kineticSlider {
  background-image: url("/images/slider_bg.jpg");
  position: absolute;
  top: 0;
  width: 100%; }
  .kineticSlider .sliderWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100vh;
    padding: 0 50px; }
  .kineticSlider .carousel-inner {
    height: 100vh; }
  .kineticSlider .kineticSliderPic {
    margin-bottom: 50px;
    margin-right: 0; }
  .kineticSlider .kineticSliderText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px; }
  .kineticSlider .kineticSliderText h2 {
    letter-spacing: 0;
    margin: 0;
    position: relative; }
  .kineticSlider .kineticSliderText h2:before {
    display: none; }
  .kineticSlider .kineticSliderText h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-style: normal; }
  .kineticSlider .carousel-indicators li {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px; }

span.tag.tagNew {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%), #ffed00;
  border-radius: 50px;
  width: 100px;
  height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 30px;
  font-size: 1rem;
  color: #343434;
  text-align: center;
  letter-spacing: 5px;
  background-size: 300px 300px, 100% 100%;
  background-position: -250px -250px, center;
  background-repeat: no-repeat;
  animation: ShineAnimation 5s infinite cubic-bezier(0.12, 0.89, 0.98, 0.47);
  animation-delay: 3s;
  box-sizing: border-box;
  clear: both;
  cursor: default; }

@keyframes ShineAnimation {
  to {
    background-position: 250px 250px, center; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .kineticSlider .kineticSliderPic {
    max-height: 700px;
    overflow: hidden; } }

@media (min-width: 1200px) {
  .kineticSlider .sliderWrap {
    flex-direction: row;
    flex-wrap: nowrap; }
    .kineticSlider .kineticSliderPic {
      margin-right: 50px;
      margin-bottom: 0;
      width: 40%; }
    .kineticSlider .kineticSliderText {
      margin-top: 0; } }

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: 0.2s ease-in-out;
  text-transform: uppercase; }
  .navbar .menu-btn__lines {
    width: 1.5rem;
    height: 0.1rem;
    background: white;
    transition: all 0.4s ease-in-out; }
  .navbar .menu-btn__lines:before, .navbar .menu-btn__lines:after {
    width: 1.5rem;
    height: 0.1rem;
    background: white;
    transition: all 0.4s ease-in-out;
    content: "";
    position: absolute; }
  .navbar .menu-btn__lines:before {
    transform: translateY(-0.5rem); }
  .navbar .menu-btn__lines:after {
    transform: translateY(0.5rem); }
  .navbar .logo {
    display: block;
    width: 200px; }
  .navbar .menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2; }
  .navbar .menu-btn.open .menu-btn__lines {
    background: transparent; }
    .navbar .menu-btn.open .menu-btn__lines:before {
      transform: rotate(45deg);
      background: white; }
    .navbar .menu-btn.open .menu-btn__lines:after {
      transform: rotate(-45deg);
      background: white; }
  .navbar .menu-items {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .navbar .menu-items li:hover .mega-menu, .navbar .menu-items li:focus .mega-menu {
    opacity: 1;
    visibility: visible; }
  .navbar ul li {
    list-style: none;
    transition: 0.3s ease;
    position: relative;
    /** SMALLER MENU **/ }
  .navbar ul li .arrow {
    transition: all 0.3s ease-out; }
  .navbar ul li a {
    text-decoration: none;
    color: white; }
  .navbar .dropdown {
    position: relative; }
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
    opacity: 1;
    visibility: visible; }
  .navbar .expand-btn:after {
    content: " \25BE";
    opacity: 0.4;
    margin-left: 5px;
    margin-right: auto; }
  .navbar .dropdown-menu, .navbar .menu-right {
    position: absolute;
    background: #777;
    width: 190px;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    top: 65px;
    border-top: 1px solid white;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease; }
  .navbar .menu-right {
    top: 0;
    left: 100%; }
  .navbar .dropdown-menu, .navbar .menu-left {
    left: unset;
    right: 0; }
  .navbar .menu-left {
    left: -100%; }
  .navbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    position: relative;
    z-index: 10;
    align-items: center; }
  .navbar .menu-item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #ffed00;
    width: 0%;
    height: 100%;
    z-index: -5;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: 0.2s ease-in-out; }
  .navbar .menu-item.newItem:after {
    position: absolute;
    content: 'NEW!';
    background: #ffed00;
    color: #343434;
    border: 1px solid #343434;
    padding: 2px 15px;
    right: 5px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    transition: 0.2s ease-in-out; }
  .navbar .menu-item.newItem:hover:after, .navbar .menu-item.newItem:focus:after {
    background: white;
    transition: 0.2s ease-in-out; }
  .navbar .menu-item:hover, .navbar .menu-item:focus {
    color: black; }
  .navbar .menu-item:hover:before, .navbar .menu-item:focus:before {
    left: 0;
    width: 100%;
    transition: 0.2s ease-in-out; }
  .navbar .menu-item.first-item {
    padding: 2rem 1rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 2px;
    background: none; }
  .navbar .menu-item.first-item:hover, .navbar .menu-item.first-item:focus {
    color: #ffed00; }
  .navbar .menu-item.first-item:before {
    display: none; }
  .navbar .mega-menu {
    position: absolute;
    left: 0;
    top: 92px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
    width: 300px;
    /** SMALLER MENU **/
    overflow: hidden;
    /** SMALLER MENU **/ }
  .navbar .mega-menu .content {
    background: #1b1b1b;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    width: 100%;
    justify-content: space-between; }
  .navbar .mega-menu .content .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 3rem;
    width: 100%; }
    .navbar .mega-menu .content .col .img-wrapper {
      display: block;
      position: relative;
      width: 100%;
      height: 20vw;
      overflow: hidden; }
      .navbar .mega-menu .content .col .img-wrapper:hover img {
        transform: scale(1.1); }
    .navbar .mega-menu .content .col .img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .navbar .mega-menu .content .col img {
      width: 100%;
      transition: transform 0.3s ease-in-out; }
    .navbar .mega-menu .content .col .menu-title {
      color: #ccc;
      font-size: 1.2rem;
      line-height: 3rem;
      font-weight: bold; }
    .navbar .mega-menu .content .col .mega-links {
      border-left: 4px solid #ffed00;
      padding-left: 0; }
      .navbar .mega-menu .content .col .mega-links li a {
        padding: 0 1rem;
        position: relative;
        line-height: 34px; }

.sticky {
  background: #1b1b1b;
  border-bottom: 2px solid #ffed00; }
  .sticky .mega-menu {
    top: 60px !important; }
  .sticky .menu-item.first-item {
    padding: 1rem 1rem; }
/* dropdown menu */
.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible; }

.navbar .dropdown-right:hover .menu-left {
  left: -100%; }

.blog .content {
  grid-template-columns: repeat(4, 1fr); }

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px; }

.content .col .read-more:hover {
  color: #ff5722; }
/* Responsive style */
@media screen and (max-width: 1199px) {
  .navbar {
    padding: 10px 20px; }
    .navbar .menu-btn {
      display: flex; }
    .navbar .menu-items {
      position: fixed;
      height: 100%;
      max-height: initial;
      overflow-y: auto;
      width: 100%;
      top: 60px;
      left: 0;
      background: #222;
      display: block;
      transform: translateX(-100%);
      transition: 0.3s ease-out;
      padding-bottom: 100px;
      opacity: 0; }
      .navbar .menu-items.open {
        transform: translateY(0);
        opacity: 1;
        padding: 0 20px; }
      .navbar .menu-items li:first-child {
        margin-top: 20px; }
        .navbar .menu-items li a {
          font-size: 18px; }
      .navbar .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg); }
      .navbar .menu-items .menu-item.first-item {
        padding: 0.5rem 1rem; }
        .navbar .menu-items .menu-item.newItem:after {
          left: -25px;
          right: auto;
          padding: 2px 8px; }
        .navbar .menu-items .menu-item:before {
          width: 0%;
          left: 0; }
        .navbar .menu-items .menu-item:hover:before, .navbar .menu-items .menu-item:focus:before {
          width: 100%; }
      .navbar .menu-items .dropdown-menu, .navbar .menu-items .menu-right, .navbar .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        width: auto;
        max-height: 0;
        transform: scaleX(0);
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease; }
      .navbar .menu-items .dropdown-menu, .navbar .menu-items .menu-right {
        padding-left: 1rem;
        width: 102%;
        margin-left: -10px; }
      .navbar .menu-items .mega-menu .col {
        padding-left: 1rem; }
        .navbar .menu-items .mega-menu .content {
          grid-template-columns: repeat(1, 1fr); }
          .navbar .menu-items .mega-menu .content .col {
            width: 100%; }
            .navbar .menu-items .mega-menu .content .col .menu-title {
              line-height: 1.5rem;
              margin-bottom: 10px; }
            .navbar .menu-items .mega-menu .content .col .mega-links {
              padding-left: 0; }
              .navbar .menu-items .mega-menu .content .col .mega-links li {
                padding: 0;
                margin: 0; }
                .navbar .menu-items .mega-menu .content .col .mega-links li a {
                  padding: 0 0 0 40px;
                  line-height: 30px; }
      .navbar .menu-items .expand-btn.open + .sample {
        max-height: 100%;
        transform: scaleZ(1); }
        .navbar .menu-items .expand-btn.open + .blog-sample {
          max-height: 100%;
          transform: scaleZ(1);
          max-width: fit-content; }
    .navbar .sample {
      border-top: none; }
      .navbar .sample li {
        margin: 0; }
        .navbar .sample li:last-child {
          border-bottom: none; }
        .navbar .sample li a {
          font-size: 1rem; }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }

  .overlay--active {
    opacity: 1;
    visibility: visible; }

  .sticky .menu-items {
    top: 60px !important; } }

:root {
  --card-height: 232px;
  --card-width: calc(var(--card-height) / 1.5); }

.productCard {
  width: var(--card-width);
  height: var(--card-height);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10px;
  perspective: 2500px;
  margin: 0 auto; }
  .productCard .wrapper {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .productCard .wrapper:before, .productCard .wrapper:after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all 0.5s;
    position: absolute;
    left: 0; }
  .productCard .wrapper:before {
    top: 0;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  .productCard .wrapper:after {
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  .productCard .cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s; }
  .productCard .title {
    width: 100%;
    transition: transform 0.5s; }
  .productCard .character {
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: -1; }

.productCardHover {
  position: relative; }
  .productCardHover:before {
    content: '\2192';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    color: #ccc;
    transition: 0.2s ease-in-out;
    bottom: 10px;
    right: 30px; }
  .productCardHover:hover:before, .productCardHover:focus:before {
    right: 15px;
    transition: 0.2s ease-in-out;
    opacity: 0; }
  .productCardHover:hover .productCardWrap .productCard .wrapper, .productCardHover:focus .productCardWrap .productCard .wrapper {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75); }
    .productCardHover:hover .productCardWrap .productCard .wrapper:before, .productCardHover:focus .productCardWrap .productCard .wrapper:before, .productCardHover:hover .productCardWrap .productCard .wrapper:after, .productCardHover:focus .productCardWrap .productCard .wrapper:after {
      opacity: 1; }
    .productCardHover:hover .productCardWrap .productCard .wrapper:after, .productCardHover:focus .productCardWrap .productCard .wrapper:after {
      height: 120px; }
    .productCardHover:hover .productCardWrap .productCard .title, .productCardHover:focus .productCardWrap .productCard .title {
      transform: translate3d(0%, -50px, 100px); }
    .productCardHover:hover .productCardWrap .productCard .character, .productCardHover:focus .productCardWrap .productCard .character {
      opacity: 1;
      transform: translate3d(0%, -30%, 100px); }
    .productCardHover:hover .productCardWrap .productCard .cover-image, .productCardHover:focus .productCardWrap .productCard .cover-image {
      opacity: 0.2;
      transition: all 0.5s; }

@media screen and (min-width: 576px) {
  .productCardHover .productCardWrap {
    flex-direction: row; }
    .productCardHover .productCardWrap .productCard {
      margin: 0; } }

h3.accordion-header {
  margin-bottom: -2px;
  color: white; }

.accordion .accordion-item .accordion-button {
  border: 2px solid #ffed00;
  background: transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  display: flex;
  width: 100%; }
  .accordion .accordion-item .accordion-button:focus {
    outline: none; }
  .accordion .accordion-item .accordion-button.collapsed {
    border: 2px solid black;
    border-bottom: 2px solid transparent; }
  .accordion .accordion-item .accordion-body {
    padding: 30px 20px;
    border-top: 2px solid #ffed00; }

.parallax-window {
  background: transparent; }

body {
  background: #343434;
  font-family: 'Montserrat', sans-serif;
  color: white; }

.bg-light {
  background: white;
  color: black; }

header {
  display: block;
  position: relative; }

.kineticHeader {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  .kineticHeader .mcWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px; }

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 4px; }
  h1 span {
    font-weight: 200; }

@media (min-width: 1200px) {
  h1 {
    font-size: 3em; } }

.hiddenSmUp {
  display: block; }

@media (min-width: 768px) {
  .hiddenSmUp {
    display: none; } }

span.version {
  font-weight: 100;
  color: #ccc; }

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 3em;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative; }
  h2:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 80px;
    top: -20px;
    left: 0;
    background-color: #ffed00; }

h2.small {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0; }
  h2.small:before {
    display: none; }

h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }

h3.productTitle {
  font-size: 3rem;
  line-height: 34px;
  margin-bottom: 60px;
  position: relative; }
  h3.productTitle span.subcategory {
    font-size: 0.3em;
    font-weight: bold;
    letter-spacing: 4px;
    color: #ccc;
    font-family: 'Montserrat', sans-serif; }
  h3.productTitle:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 80px;
    bottom: -30px;
    left: 0;
    background-color: #ffed00; }

h4 {
  color: #777;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase; }
  h4.kineticSlogan {
    text-transform: none; }

hr {
  border-top: 1px solid rgba(0, 0, 0, .2); }

span.kineticColor {
  color: #ffed00; }

img.imgResponsive {
  display: block;
  width: 100%; }

img.productImg {
  width: 100%; }

.textHighlight {
  font-family: 'Oswald', sans-serif;
  color: #ffed00;
  font-size: 2em;
  font-style: italic;
  text-transform: uppercase; }

a.btnSmall {
  font-size: 0.8em; }

a.btnBig {
  font-size: 1.2em; }

a.btnMain {
  background: #ffed00;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #ffed00;
  border-radius: 50px;
  color: #343434;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  padding: 10px 30px;
  position: relative;
  transition: 0.2s ease-in;
  z-index: 10; }
  a.btnMain:hover, a.btnMain:focus {
    color: white;
    border-color: black;
    background: black; }

a.btnInverse {
  background: transparent;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #ffed00;
  border-radius: 50px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
  padding: 10px 30px;
  position: relative;
  transition: 0.2s ease-in;
  z-index: 10; }
  a.btnInverse:before {
    position: absolute;
    content: '';
    left: calc(-100% - 10px);
    top: 0;
    background: #ffed00;
    width: calc(100% + 4px);
    height: 100%;
    transition: 0.2s ease-in;
    z-index: -1;
    transform: skewX(-20deg); }
  a.btnInverse:hover, a.btnInverse:focus {
    color: #343434; }
  a.btnInverse:hover:before, a.btnInverse:focus:before {
    left: -2px;
    transition: 0.2s ease-in; }

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

ul.kinetic_ul_links {
  padding-left: 24px; }
  ul.kinetic_ul_links li {
    list-style-type: none;
    position: relative; }
  ul.kinetic_ul_links li a {
    color: #777;
    text-transform: uppercase;
    font-weight: bold; }
  ul.kinetic_ul_links li a:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    left: -20px;
    top: 0;
    color: #ffed00;
    transition: 0.2s ease-in; }
  ul.kinetic_ul_links li a:hover, ul.kinetic_ul_links li a:focus {
    color: #777; }
    ul.kinetic_ul_links li a:hover:before, ul.kinetic_ul_links li a:focus:before {
      transition: 0.2s ease-in;
      left: -15px; }

ul.kinetic_ul {
  padding-left: 24px; }
  ul.kinetic_ul li {
    list-style-type: none;
    position: relative; }
  ul.kinetic_ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    left: -20px;
    top: 0;
    color: #ffed00; }

.imgHoverWrap {
  position: relative; }
  .imgHoverWrap .imgHoverText {
    position: absolute;
    background: #ffed00;
    width: 100%;
    bottom: 0px;
    transition: 0.2s ease-in-out;
    opacity: 0; }
  .imgHoverWrap .imgHoverText p {
    margin: 0; }
  .imgHoverWrap .imgHoverText a {
    padding: 5px 10px;
    color: #343434;
    font-weight: bold;
    display: block; }
  .imgHoverWrap:hover .imgHoverText, .imgHoverWrap:focus .imgHoverText {
    bottom: 10px;
    transition: 0.2s ease-in-out;
    opacity: 1; }

table.kineticTable {
  width: 100%; }
  table.kineticTable th {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    padding: 10px;
    border-bottom: 2px solid #ffed00;
    text-align: center; }
  table.kineticTable th:first-child {
    text-align: left; }
  table.kineticTable th:last-child {
    text-align: left;
    padding-left: 30px; }
  table.kineticTable td {
    padding: 10px;
    text-align: center;
    font-size: 0.8em; }
  table.kineticTable td:first-child {
    text-align: left;
    white-space: nowrap;
    padding-right: 30px; }
  table.kineticTable td:last-child {
    text-align: left;
    padding-left: 30px; }
  table.kineticTable tr:nth-child(even) {
    background: #414141;
    transition: 0.2s ease-in; }
  table.kineticTable tr:hover, table.kineticTable tr:focus {
    background: #272727;
    transition: 0.2s ease-in;
    cursor: default; }
  table.kineticTable tr:hover:first-child, table.kineticTable tr:focus:first-child {
    background: transparent; }
  table.kineticTable a.btnTable {
    min-width: 230px; }

@media (min-width: 1000px) {
  table.kineticTable td {
    font-size: 1em; }
    table.kineticTable a.btnTable {
      min-width: 270px; } }

table#tableDealers thead {
  border-bottom: 2px solid #ffed00; }
  table#tableDealers thead th.dt-orderable-asc:hover, table#tableDealers thead th.dt-orderable-desc:hover, table#tableDealers thead th.dt-ordering-asc:hover, table#tableDealers thead th.dt-orderable-asc:focus, table#tableDealers thead th.dt-orderable-desc:focus, table#tableDealers thead th.dt-ordering-asc:focus {
    outline: none; }
  table#tableDealers thead th:last-child {
    text-align: center; }
  table#tableDealers thead th span.dt-column-order:before, table#tableDealers thead th span.dt-column-order:after {
    font-size: 0.5em; }
  table#tableDealers td {
    text-align: left; }
  table#tableDealers td:last-child {
    text-align: center; }

.dt-container .dt-length select {
  margin-right: 10px; }
  .dt-container .dt-length select:focus {
    outline: none; }
  .dt-container .dt-search input {
    margin-left: 10px !important; }
  .dt-container .dt-search input:focus {
    outline: none; }
  .dt-container .dt-paging-button.current:focus {
    outline: none; }

ul.statShowcase {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.statShowcase li {
    position: relative;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 20px; }
  ul.statShowcase li span img {
    width: 50px;
    margin-bottom: 10px; }

ul.riserStats li:first-child {
  display: none; }
  ul.riserStats li:last-child {
    margin-right: 0; }

@media (min-width: 1000px) {
  ul.statShowcase {
    flex-direction: row; } }

a {
  color: #ffed00;
  transition: 0.2s ease-in; }
  a:hover, a:focus, a:active {
    color: #fff133;
    text-decoration: none;
    transition: 0.2s ease-in; }

hr {
  margin: 30px 0; }

#footer {
  padding: 20px 0;
  color: #ccc;
  background: #343434; }
  #footer hr {
    margin: 20px 0; }

.footerTop {
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom; }
  .footerTop .footerTopWrap {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 237, 0, .8); }
  .footerTop .footerQuote {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center; }
  .footerTop .footerQuote .quoteImg {
    width: 300%; }

@media (min-width: 1000px) {
  .footerTop .footerQuote .quoteImg {
    width: 100%; } }

.kineticFooter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 0.8em; }
  .kineticFooter .kineticFooterBox {
    padding: 20px;
    width: 300px; }
  .kineticFooter .kineticFooterBox.box2, .kineticFooter .kineticFooterBox.box3 {
    display: none; }
  .kineticFooter a {
    color: #ffed00;
    transition: 0.2s ease-in; }
  .kineticFooter a:hover, .kineticFooter a:focus, .kineticFooter a:active {
    color: #fff133;
    text-decoration: none;
    transition: 0.2s ease-in; }

ul.kineticSocial {
  display: inline;
  padding-left: 0; }
  ul.kineticSocial li {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px; }
  ul.kineticSocial li:first-child {
    margin-left: 0; }
  ul.kineticSocial li a {
    color: #777;
    display: block;
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 50px;
    transition: 0.2s ease-in-out;
    font-size: 1.2rem;
    text-align: center;
    vertical-align: middle;
    padding: 1px; }
  ul.kineticSocial li a:hover, ul.kineticSocial li a:focus {
    color: black;
    background: #ffed00;
    transition: 0.2s ease-in-out; }

@media (min-width: 1000px) {
  .kineticFooter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 0.8em; }
    .kineticFooter .footerLogo {
      width: 120px; }
    .kineticFooter .kineticFooterBox {
      padding-left: 20px; }
      .kineticFooter .kineticFooterBox:first-child {
        padding-left: 0; }
      .kineticFooter .kineticFooterBox.box6 {
        margin-left: auto; }
      .kineticFooter .kineticFooterBox.box2, .kineticFooter .kineticFooterBox.box3 {
        display: block; } }

.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px; }

.btn-toTop {
  background: #ffed00;
  color: #343434;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  border: none;
  padding: 0; }
  .btn-toTop .fa {
    line-height: 50px; }
  .btn-toTop:hover, .btn-toTop:focus {
    background: black;
    color: white;
    outline: none;
    box-shadow: none; }
  .btn-toTop:hover:focus {
    outline: none; }

.pinnedWarning {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 30px;
  border: 2px solid #ffed00;
  font-family: agency fb;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.5em; }

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

::selection {
  background: #ffed00;
  color: black; }

.homeHero {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .homeHero .contentWrap {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 50px; }
  .homeHero .contentWrap .heroImage {
    display: flex;
    height: 100vh;
    margin-right: 50px; }
  .homeHero .contentWrap .heroImage img {
    width: 100%;
    display: block; }
  .homeHero .contentWrap .heroText {
    display: flex;
    flex-direction: column; }
  .homeHero .heroTriangleLeft {
    width: 50%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 200px solid transparent;
    border-left: 1710px solid white;
    border-bottom: 0px solid transparent; }
  .homeHero .heroTriangleRight {
    width: 50%;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 200px solid transparent;
    border-right: 1710px solid white;
    border-bottom: 0px solid transparent; }
  .homeHero .heroAngle {
    font-size: 3em;
    position: absolute;
    bottom: 150px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    text-align: center; }
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .homeHero {
    background-attachment: scroll; } }
/* end iOS */
.heroBtnWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }

@media (min-width: 1601px) {
  .homeHero .heroAngle {
    bottom: 100px; } }

@media (min-width: 1200px) {
  .heroBtnWrap {
    flex-direction: row; } }

.homeProductBlocks {
  background: #f7f7f7;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.45); }
  .homeProductBlocks .productBlockText {
    background: #ffed00;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
  .homeProductBlocks .productBlockText h3 {
    color: #343434;
    margin-bottom: 0; }
  .homeProductBlocks .productBlockImage img {
    scale: 0.9;
    transition: 0.2s ease-in-out; }

a.homeProductBlocksLink:hover .homeProductBlocks .productBlockImage img, a.homeProductBlocksLink:focus .homeProductBlocks .productBlockImage img {
  scale: 1;
  transition: 0.2s ease-in-out; }

.limbStats .limbStatsWrap {
  margin: 10px 0; }
  .limbStats .limbStatsWrap .limbStatsLabel {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500; }
  .limbStats .progress {
    background-color: #1b1b1b; }
  .limbStats .progress-bar {
    background: #ffed00; }
  .limbStats .progress-percent {
    width: 50px;
    color: #343434;
    font-weight: bold; }

.gm-style-iw-d {
  padding: 10px 30px;
  overflow: auto !important; }

.gm-style-iw-c {
  padding: 0 !important; }
