@font-face {
  font-family: 'Poppins';
  src: url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  /* IE9 Compat Modes */
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.ff-electrolize {
  font-family: 'Electrolize', Courier New Verdana, sans-serif !important;
}

.ff-oswald {
  font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
  line-height: 1.3;
  transform: scaleY(1.5);
  font-weight: 400;
}
/*///////////// SEO //////////////*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*///////////// STRUCTURE //////////////*/
html {
  width: 100% !important;
  overflow-x: hidden;
  background-color: #000;
}
body {
  font-family: 'Poppins', Courier New Verdana, sans-serif !important;
  height: 100% !important;
  background-color: #fff;
  margin-right: -1px;
  overflow-x: hidden;
  background-color: #fff;
}
header {
  width: 100%;
  background-color: #000;
  height: 158px !important;
  margin: 0 auto;
}
.main-container {
  display: block !important;
  height: 100% !important;
  min-height: 78vh !important;
}
footer {
  color: white;
  padding: 0 0 5px 0;
  width: 100%;
  height: 120px;
  max-height: 120px !important;
  background-color: #000;
  display: block;
}
/*///////////// UI //////////////*/
/* Header */

/* Desktop Menu */
.menu>div {
  height: 40px !important;
  padding-top: 8px;
}
.menu {
  margin-top: 55px;
}
.dropdown-menu-dark {
  background-color: #000 !important;
}
.dropdown-menu-dark>li>.dropdown-item:hover {
  text-decoration-color: #DD9933 !important;
}
.accordion-item,
.dropdown-menu {
  border: 0 !important;
}
.dropdown-menu {
  transform: translate(0px, 36px) !important;
}
.dropdown-toggle-split {
  color: #fff;
}
.dropdown-toggle-split:hover {
  color: #DD9933;
}
/* Mobile Menu */
.dropdown-menu-mobile {
  margin-top: 120px !important;
}
.mobile-menu button {
  background: none;
  border: none;
}


.mobile-menu button i {
  color: #fff;
  transition: all 0.3s ease-in;
}

.mobile-menu button i:hover {
  color: #DD9933;
}
/* Search Styles*/
.btn-search {
  background: none;
  border: none;
  color: #fff;
  transition: all 0.3s ease-in;
}
.btn-search:hover {
  color: #DD9933 !important;
}
#search-form {
  display: none;
  background: #fff;
  position: relative;
  z-index: 1000;
}
#search-container {
  width: 100%;
  position: absolute;
}
#search-container input {
  width: 89%;
  height: 50px;
  font-size: 22px;
  border-radius: 0;
}
#search-container button.submit {
  width: 11%;
  background-color: #555;
  color: #fff;
  border-radius: 0 !important;
  border-color: transparent;
  font-size: 25px;
  height: 50px;
  top: 0;
  left: 89%;
  position: absolute;
}
.form-group {
  margin-bottom: 0 !important;
}
/* Footer */
#topBtn {
  display:none;
  position: fixed;
  bottom: 30px;
  left: 94%;
  z-index: 99;
  background: #333 !important;
  color:#fff !important;
  width: 40px;
  height: 40px;
  outline: none;
  background: none;
  cursor: pointer;
  padding-top: 6px;
  font-size: 18px;
}
#topBtn:hover .pop{
  animation: pop 0.3s linear 1 !important;
}
footer ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
footer a {
  color: white !important;
  font-weight: normal !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in !important;
  text-decoration: none !important;
  font-size: 18px !important;
}
footer a:hover,
footer a:focus {
  color: #DD9933 !important;
  text-decoration: none !important;
}
.fa-facebook-square,
.fa-instagram,
.fa-youtube {
  color: #fff;
}
.fa-facebook-square:hover {
  color: #1877F2 !important;
}
.fa-instagram:hover {
  background: radial-gradient(circle at 12% 107%, #fdf497 4%, #fdf497 16%, #fd5949 38%, #d6249f 66%, #285AEB 92%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.fa-youtube:hover {
  color: #FF0000 !important;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Default UI styles*/
.pages-container a {
  color: #000 !important;
  text-decoration: underline !important;
  text-decoration-color: #DD9933 !important;
  font-weight: bold !important;
  transition: all 0.3s ease-in;
}
.pages-container a:hover {
  color: #DD9933 !important;
}

.active {
  text-decoration: none !important;
  color: #DD9933 !important;
}
.activeA {
  color: #DD9933 !important;
  text-decoration: none !important;
}
.activeM {
  border: 1px solid #fff;
  text-decoration: none;
}
.button {
  display: flex;
  align-items: center;
  justify-self: end;
  background-color: rgba(240, 240, 240, 0.8);
  border: 2px solid #000;
  padding: 4px 8px;
  text-align: center;
  margin-left: 25px;
  text-decoration: none;
  cursor: pointer;
}
.page-heading {
  background-color: #444;
  
    margin:1em -100%; /* old browsers fallback */
    margin:1em calc(50% - 50vw);
    margin-top:0;
  
}
.page-heading-text{
  padding: 30px 0;
  color: #fff;
  font-size: 3.2em;
  font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
}
/* Page Elements */
.span-new{
  top:30px;
  right:10px;
  border-radius:50%;
  font-size:18px;
  padding:14px 8px;
}
/* Home Page Elements */
.carousel-control-prev {
  text-decoration: none !important;
}
.carousel-control-next {
  text-decoration: none !important;
}
.banner {
  position: relative;

}
.banner-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width:100%;
}

.banner-text {
  position: absolute;
  left: 200px;
  bottom: 20%;
}
.banner-body {
  width: 320px;
  line-height: 24px;
  font-family: 'Open-sans', sans-serif !important;
  font-size: 1.25rem;
}
.banner-title {
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 6px 12px;
  font-weight: 100;
}
.banner-btn {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.banner-btn a {
  display: block;
  padding-top: 11px;
  border: 2px solid #fff;
  background-color: transparent;
  width: 160px;
  height: 60px;
  color: #fff !important;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  margin: 0 !important;
}
.banner-btn a:hover {
  border: 2px solid #DD9933;
  color: #DD9933 !important;
  background-color: transparent;
}
/* Department Page Elements */
.card {
  text-decoration: none !important;
  border: 0 !important;
  transition: all 0.3s ease-in !important;
}
.card:hover>img {
  animation: pop2 0.3s linear 1;
}
/* Product Page Elements */
.product-video:hover .pop {
  animation: pop 0.3s linear 1;
}
.striped:nth-child(even) {
  background-color: #ddd;
}
.findDealerButton {
  display: block;
  min-width: 130px !important;
  color:#000;
  transition: all 0.3s ease-in;
}
.findDealerButton:hover {
  display: block;
  min-width: 130px !important;
  color:#DD9933;
  border-color: #DD9933;
}
#LargeImage:hover .ImageContainer-zoom-icon{
  animation: shake 0.5s linear ;
}
#LargeImage {
  text-align: center;
}
#thumbnails {
  text-align: center;
  padding-bottom: 10px;
}
.thumbnail_strip {
  margin: auto;
}
#ProductDownloads a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in;
  justify-self: start !important;
  width:236px;
}
#ProductDownloads a:hover {
  border-color: #DD9933;
}
.ProductText {
  margin-top: 20px;
}
.ProductText ul {
  margin-left: 20px;
  padding: 0;
}
.ProductText li {
  margin: 5px 0;
}
.ProductText a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #DD9933;
}
.ProductText a:hover {
  color: #DD9933;
}
.ProductThumbnail {
  margin: 5px 3px;
}
.img-thumbnail {
  padding: 0;
  margin: 4px 0;
  width:100%;
}
.ProductText h3 {
  margin-top: 40px;
}
.table td {
  border: none !important;
  padding: 4px 5px !important;
  font-size: 14px;
}
.Disclaimer {
  font-style: italic;
  font-size: 12px;
}
.ImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.ImageContainer-zoom-icon {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 10;
  pointer-events: none;
}
.product-playlist {
  padding: 0px !important;
  background: none !important;
  width: 100%;
  height: 360px;
}
.product-video {
  height: 360px;
  width: 100%;
}
/* North American Dealers */
#map {
  width: 880px;
  height: 430px;
}
#map a {
  color: black;
  text-decoration: underline;
}
#map a:hover {
  color: #DD9933;
}
.bh-sl-container {
  float: none;
}
.bh-sl-container button,
.bh-sl-container .bh-sl-loc-list .list-label {
  background: #000;
}
.bh-sl-container button:hover {
  background: #DD9933;
}
/* International Distributors */
.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 4px;
  padding: 10px;
  z-index: 1000;
  display: none;
  color: #232323;
}
.mapael .map {
  overflow: hidden;
  position: relative;
  background-color: #9cc0f9;
  border-radius: 5px;
}
.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.mapael .zoomReset {
  top: 10px;
}
.mapael .zoomIn {
  top: 30px;
}
.mapael .zoomOut {
  top: 50px;
}
/*///////////// COLOURS //////////////*/
.text-blue {
  color: #DD9933;
}
.bg-blue {
  background-color: #DD9933 !important;
}
.bg-opaque {
  background-color: rgba(240, 240, 240, 1);
}
.bg-grey {
  background-color: #555;
}
.bg-black{
  background-color: #000;
}
.link-menu {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: normal !important;
  padding:4px;
  border: 1px solid transparent !important;
}

.link-menu:hover {
  border: 1px solid #fff !important;
  padding:4px;
}

.link-light {
  color: #fff !important;
  text-decoration: none !important;
}
.link-light:hover {
  color: #DD9933 !important;
  text-decoration: none !important;
  background-color: #333;
}
.link-dark {
  text-decoration: underline;
  text-decoration-color: #DD9933;
  transition: all 0.3s ease-in;
}
.link-dark:hover {
  color: #DD9933 !important;
}

.link-dark-2 {
  color: #000;
  transition: all 0.3s ease-in;
}
.link-dark-2:hover {
  color: #DD9933;
}
/*/////////////// SIZES /////////////////*/
.fs-7 {
  font-size: 14px;
}
.maxw-220 {
  min-width: 40px;
  max-width: 200px;
}
.maxw-300 {
  min-width: 40px;
  max-width: 300px;
}
.maxw-500 {
  min-width: 15px;
  max-width: 300px;
}
.maxh-20 {
  min-height: 20px;
  max-height: 20px;
}
.maxh-48 {
  min-height: 0px;
  max-height: 48px;
}
.maxh-60 {
  min-height: 60px;
  max-height: 60px;
}
.maxh-75 {
  min-height: 60px;
  max-height: 100px;
}
.maxh-80 {
  min-height: 80px;
  max-height: 80px;
}
.maxh-90 {
  min-height: 30px;
  max-height: 90px;
}
.maxh-100 {
  min-height: 100px;
  max-height: 100px;
}
.maxh-120 {
  min-height: 120px;
  max-height: 120px;
}
.maxh-120-2 {
  min-height: 40px;
  max-height: 120px;
}
.maxh-130 {
  min-height: 90px;
  max-height: 130px;
}
.maxh-140 {
  min-height: 20px;
  max-height: 140px;
}
.maxh-150 {
  min-height: 40px;
  max-height: 150px;
}
.maxh-170-2 {
  min-height: 90px;
  max-height: 170px;
}
.maxh-170 {
  min-height: 170px;
  max-height: 170px;
}
.maxh-175 {
  min-height: 90px;
  max-height: 175px;
}
.maxh-200 {
  min-height: 200px;
  max-height: 200px;
}
.maxh-220 {
  min-height: 220px;
  max-height: 220px;
}
.maxh-240 {
  min-height: 240px;
  max-height: 240px;
}
.maxh-300 {
  min-height: 300px;
  max-height: 300px;
}
.maxh-480 {
  min-height: 480px;
  max-height: 480px;
}
.maxh-540 {
  min-height: 540px;
  max-height: 540px;
}
.margin-minus {
  margin-left: -40px;
}
/*////////// MEDIA QUERIES //////////*/
@media (max-width:350px){
  .banner-body {
    width:290px !important;
  }
}

@media (max-width: 767px) {
  body{
    font-size: 0.8rem !important;
  }

  .maxh-60{
    min-height: 50px !important;
    max-height: 50px !important;
  }
  .maxh-100{
    min-height: 95px !important;
    max-height: 95px !important;
  }
  .maxh-220{
    min-height:140px !important;
    max-height:170px !important;
  }  
  .menu>div {
    height: 30px !important;
    padding-top: 8px;
  }
  .menu {
    margin-top: 60px;
    height: 30px !important;
    background-image: -webkit-linear-gradient(130deg, #555 94%, rgba(0, 0, 0, 0) 0%);
  }
  .dropdown-item {
    font-size: 0.8rem !important;
  }
  footer{
    height:60px !important;
  }
  footer a {
    font-size: 0.8rem !important;
  }
  #topBtn{
    bottom: 10px !important;
    left: 85% !important;
  }
.banner-image img {
  height: calc(100vh - 80px) !important;
}
.banner-text {
  bottom:40px !important;
  left:40px !important;
  padding: 8px !important;
  font-size:1rem !important;
}
.banner-body {
  background-color: rgba(0,0,0,0.4) !important;
  padding:4px !important;
  text-shadow: 2px 2px 3px #000,
  -2px -2px 3px #000 !important;
  font-size:0.9rem !important;
}
.banner-btn a{
  padding:7px 4px 4px !important;
  width: 100px !important;
  height: 40px !important;
  font-size: 0.8rem !important;
}
.banner-title{
  font-size:1.4rem;
}
.span-new{
  top: 10px;
  right:10px;
}
  .carousel-indicators [data-bs-target] {
    height: 13px !important;
  }
  .header>.row {
    margin: 0 15px;
  }
  .ProductContainer {
    margin-top: 10px;
  }
  #ProductMedImage {
    min-height: 0px;
  }
  #search-container button.submit {
    margin: 0;
  }
  .ImageContainer {
    margin-top: 20px;
  }
  #search-container input,
  #search-container button.submit {
    float: left;
  }
  .prod-row {
    display: inline-block;
  }

}
@media (min-width:768px) and (max-width:991px){
  .banner-image img {
    height: calc(100vh - 80px) !important;
  }
}

@media (min-width: 991px) and (max-width: 1366px) and (max-height:610px){
  body{
    font-size: 0.8rem !important;
  }

  .maxh-60{
    min-height: 50px !important;
    max-height: 50px !important;
  }
  .maxh-100{
    min-height: 95px !important;
    max-height: 95px !important;
  }
  .maxh-220{
    min-height:170px !important;
    max-height:170px !important;
  }  
  .menu>div {
    height: 30px !important;
    padding-top: 8px;
  }
  .menu {
    margin-top: 60px;
    height: 30px !important;
    background-image: -webkit-linear-gradient(130deg, #555 94%, rgba(0, 0, 0, 0) 0%);
  }
  .dropdown-item {
    font-size: 0.8rem !important;
  }
  footer{
    height:60px !important;
  }
  footer a {
    font-size: 0.8rem !important;
  }
  #topBtn{
    bottom: 10px !important;
  }

.banner-text > img {
  transform:scale(0.8) !important;
}
.banner-text {
  bottom:10px !important;
  left:80px !important;
  padding: 8px !important;
  font-size:1rem !important;
}
.banner-body {
  background-color: rgba(0,0,0,0.4) !important;
  padding:4px !important;
  text-shadow: 2px 2px 3px #000,
  -2px -2px 3px #000 !important;
  font-size:0.9rem !important;
}
.banner-btn a{
  padding:7px 4px 4px !important;
  width: 100px !important;
  height: 40px !important;
  font-size: 0.8rem !important;
}
.banner-title{
  font-size:1.4rem;
}
.span-new{
  top: 10px;
  right:40px;
}
}
@media (min-width: 991px) and (max-width: 1634px){
   .banner-image img {
    height: calc(100vh - 110px) !important;
   }
}
@media (min-width: 767px) and (max-width: 1188px)  {

  .banner-text {
    bottom: 100px;
    left: 100px;
    padding: 8px;
  }
  .banner-body, .banner-btn {
    background-color: rgba(0,0,0,0.4);
    padding:4px;
    text-shadow: 2px 2px 3px #000,
    -2px -2px 3px #000;
  }

  #ProductDescription {
    margin-bottom: 20px;
  }
}


@media (min-width: 400px) {
  footer {
    bottom: 0;
  }
}



/*/////////////////// ANIMATIONS ///////////////////*/
@keyframes pop {
  50% {
    transform: scale(1.2);
  }
}
@keyframes pop2 {
  50% {
    transform: scale(1.1);
  }
}
@keyframes shake {
  10% {
    transform: rotate(-25deg);
  }
  30% {
    transform: rotate(25deg);
  } 
  50% {
    transform: rotate(-25deg);
  }
  70% {
    transform: rotate(25deg);
  }
  90% {
    transform: scale(1.4);
  }
}