@import url(/css/bootstrap/5.0.2/css/bootstrap.min.css);

@import url(/css/storelocator.css);
@grid-float-breakpoint : @screen-md;

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat'), local('Montserrat'),
    url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXx-p7K4KLg.woff)
      format('woff');
  font-display: swap;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html{
  width: 100% !important;
  overflow-x: hidden !important;
}

body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  background-color: #fff;
  margin-right: -1px;
  overflow-x: hidden;
}
header{
  height: 128px !important;
}
.main-container {
  padding-top: 128px !important;
  display: block !important;
  min-height: 75vh !important;
}

::-webkit-scrollbar {
  width: 15px;
}


/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {

  background: #129eff;
}

a {
  color: #000;
  text-decoration-color: #129eff;
  font-weight: bold;
  transition: all 0.3s ease-in;
}

a:hover {
  color: #129eff;

}

h3 {
  font-weight: bold;
}

.fs-7 {
  font-size: 14px;
}
.link-dark {
  text-decoration: underline;
  text-decoration-color: #129eff;
  transition: all 0.3s ease-in;
}

.link-dark:hover {
  color: #129eff;
}

.text-blue {
  color: #129eff;
}

.bg-blue {
  background-color: #129eff !important;
}

.bg-opaque {
  background-color: rgba(240, 240, 240, 0.8);
}


.product-video:hover .pop{
  animation: pop 0.3s linear 1;
}

@keyframes pop {
  50% {
    transform: scale(1.2);
  }
}

.maxw-500 {
  min-width: 15px;
  max-width: 300px;
}

.maxh-20 {
  min-height: 20px;
  max-height: 20px;
} 

.maxh-48{
  min-height: 48px;
  max-height: 48px;
}

.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-120 {
  min-height: 120px;
  max-height: 120px;
}

.maxh-120-2 {
  min-height: 40px;
  max-height: 120px;
}

.maxh-150 {
  min-height: 80px;
  max-height: 150px;
}

.maxh-170-2 {
  min-height: 90px;
  max-height: 170px;
}

.maxh-170 {
  min-height: 170px;
  max-height: 170px;
}

.maxh-240 {
  min-height: 240px;
  max-height: 240px;
}
header {
  width: 100%;
  background-color: #000;
  z-index: 1000;
  border-bottom: solid 5px #129eff;
}

.header {

  width: 100%;
  height: 124px;

}

.navbar {
  margin-bottom: 0;
}
.navbar-nav2{
  height:43px;
}
.cat-link a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.cat-link a:hover {
  text-decoration: underline;
  text-decoration-color: #129eff;
}

.accordion-button {
  color: #fff !important;
}

.accordion-item,
.dropdown-menu {
  border: 0 !important;
}

.dropdown-menu-mobile {
  margin-top: 60px !important;
}

.dropdown-menu-mobile2 {
  background-color: #129eff;
}

#dropdownMobile2 {
  margin-top: -20px;
}

.dd-mm-cat {
  color: #fff;
  text-decoration: none;
}

.dd-mm-cat:hover {
  color: #000;
}

#dropdownMobile2 i:hover {
  color: #000 !important;
}

.primary {
  color: #129eff;
}

.error {
  color: red;
}

.PriNavBarMargin {
  padding-top: 128px;
}

.SecNavBarMargin {
  margin-top: 128px;
}

.search-sec {
  top: 128px !important;
}

.navbar-primary {
  padding-top: 15px;
  min-height: 100px;
  border: 0;
}

.navbar-primary,
footer {
  background-color: #222323;
  background-image: linear-gradient(to right, #222323, #353536);
  text-transform: uppercase;
}


footer h4 {
  font-weight: bolder;
}

.footer-links {
  font-size: 14px;
}

.footer-links>li {
  margin: 10px 0;
}

.footer-links>li>a {
  text-decoration: none;

}

.footer-links>li>a:hover {
  text-decoration: underline;
  text-decoration-color: #129eff;
}

.footer-icon {
  transition: all 0.3s ease-in;
}

.footer-icon:hover {
  text-decoration: none !important;
  color: #129eff;
}

.navbar-primary .navbar-nav>li>a:hover,
.navbar-primary .navbar-nav>li>a:focus,
.current,
.current2 {
  color: #fff;
  text-decoration: underline;

}

.navbar-primary .navbar-nav>.active>a,
.navbar-primary .navbar-nav>.active>a:hover,
.navbar-primary .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-primary .navbar-nav>.disabled>a,
.navbar-primary .navbar-nav>.disabled>a:hover,
.navbar-primary .navbar-nav>.disabled>a:focus {
  color: #444;
}

.navbar-secondary {
  top: 8px;
  background-color: #129eff;
  border: 0;
}

.navbar-nav2>span>a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.current2 {
  text-decoration: underline !important;
}

.navbar-nav2>span>a:hover {
  text-decoration: underline;
}

.dropdown-menu {
  transform: translate(0px, 36px) !important;
}

.dropdown-toggle-split {
  color: #fff;
}

.dropdown-toggle-split:hover {
  color: #129eff;
}

/* Begin Search Styling */
#btn-search {
  background: none;
  border: none;
  color: #fff;
  transition: all 0.3s ease-in;
}

#btn-search:hover {
  color: #129eff !important;
}


#search-form {
  display: none;
  background: #fff;
  position: relative;
  top: 128px;
  z-index: 1000;
}

#search-container {
  width: 100%;
}

#search-container input {
  width: 89%;
  height: 50px;
  font-size: 22px;
  border-radius: 0;
  display: inline-block;
}

#search-container button.submit {
  width: 11%;
  margin-top: -6px;
  margin-left: -4px;
  margin-right: -15px;
  background-color: #129eff;
  color: #fff;
  border-radius: 0 !important;
  border-color: transparent;
  font-size: 25px;
  height: 50px;
}

.form-group {
  margin-bottom: 0 !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: #129eff;
}

/* End Search Styling */
footer {
  color: white;
  padding: 10px 0 5px 0;
  width: 100%;
}

footer a {
  color: white;
  font-weight: normal;
}

footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .icon-twitter,
footer .icon-youtube {
  margin: 0 3px;
}

/* Begin Carousel Styling */
#homeCarousel {
  width: 100%;
  min-height: 200px;
  max-height: 400px;
}

.banner-desktop {
  image-rendering: crisp-edges;
}

.carousel-inner {
  width: 100%;
  max-height: 400px;
}


.shadowed {
  -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')";
}

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 400px;
}


.single-img-container {
  max-height: 400px;
}

.featured-section,
.featured-product-section {
  margin: 40px 0;
}

.featured-section-item,
.featured-product-section-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  margin: 20px 0;
  transition: all 0.3s ease-in;
}

.featured-section-item img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 3px solid #000;
  transition: all 0.3s ease-in;
}

.featured-section-item p {
  margin: 8px 0 !important;
  font-weight: bolder;
  font-size: 18px;
}

.featured-section-item:hover>img {
  border: 3px solid #129eff;
  text-decoration: none;
}

.featured-section-item:hover {
  text-decoration: none;
  color: #129eff;
}

.featured-product-section h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 40px;
}

.featured-product-section-item p {
  margin: 8px 0 0 0 !important;
  font-weight: bolder;
  font-size: 18px;
}

.featured-product-section-item span {
  font-weight: 300;
  font-size: 14px;
}

.featured-product-section-item:hover {
  text-decoration: none;
  color: #129eff;
}

.news-banner {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-banner img {
  width: 100%;
}


.social-media-icon {
  color: #000;
  transition: all 0.3s ease-in;
}

.social-media-icon:hover {
  color: #129eff;
}

.wrapVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.wrapVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* End Carousel Styling */
#top {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

#CategoryLandingPage {
  margin: 10px 0;
}

.AppDownloadButton {
  padding: 5px 0;
  margin-left: 0 !important;
  text-align: start
}
.seriesDesc:hover {
  background-color:rgba(240, 240, 240, 0.8);
}
.ProductList {
  padding: 0 35px;
}

.Product {
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
  max-height: 300px;

}

.ProductImage {
  margin-bottom: 5px;
}

.Product a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.Product a:hover {
  color: #129eff;
}

.Product:hover {
  background-color: rgba(240, 240, 240, 0.4);
}

.ProductDescription {
  text-align: center;
  font-size: 14px;
}

.cat_link {
  color: #fff;
  padding: 10px 12px;
  background-color: #129eff;
}

.nav-pills>li>a {
  border-radius: 0 !important;
}

.ls-tile > a {
  height: 300px !important;
}

.sw-tile > a {
  height: 300px !important;
}

.tile > a {
  color: #000 !important;
  background-color: rgba(240, 240, 240, 0.4) !important;
  transition: all 0.3s ease-in !important;
  text-decoration: none !important;
}

.tile >a:hover h2 {
  text-decoration: underline !important;
  text-decoration-color: #129eff !important;
}

.tile p {
  font-size: 14px !important;
}


.tile img {
  max-height: 220px !important;
}


#LargeImage {
  text-align: center;
}

#thumbnails {
  text-align: center;
  padding-bottom: 10px;
}

.thumbnail_strip {
  margin: auto;
}

.ProductContainer {
  padding-bottom: 20px;
  margin-top: 40px;
}

.ProductName h1 {
  margin: 0;
  font-weight: bolder;
}

.ProductName h2 {
  font-size: 20px;
  margin: 0;
  font-weight: bolder;
}

#ProductMedImage {
  width: auto;
  max-height: 500px;
}

.img-thumbnail {
  width: 100%;
}


#ProductDownloads ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}



#ProductDownloads a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #129eff;
}

#ProductDownloads a:hover {
  color: #129eff;
}

.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: #129eff;
}

.ProductText a:hover {
  color: #129eff;
}


.ProductThumbnail {
  margin: 5px 3px;
}

.img-thumbnail {
  padding: 0;
  margin: 4px 0
}

.ProductText h3 {
  margin-top: 40px;
}

#ProductFeatures {
  margin: 0 20px;
}

#ProductFeatures ul li:nth-child(odd) {
  font-weight: bold;
}


.table td {
  border: none !important;
  padding: 4px 5px !important;
  font-size: 14px;
}

.Disclaimer {
  font-style: italic;
}

.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;
}

.ProductDocuments th,
.ProductDocuments td {
  text-align: center;
}

#PartsSearch label,
#ComponentSearch label {
  margin-right: 5px;
}


.img-thumbnail {
  max-width: 100px
}

.playlist {
  padding: 20px;
  background-color: #ddd;
}

.product-playlist {
  padding: 0px !important;
  background: none !important;
  width: 100%;
  height: 360px;
}

.product-video {
  height: 360px;
  width: 100%;
}

.playlist-table {
  padding-top: 20px;

}

.playlist-row>.active {
  background-color: #444;
  color: #fff;
}

.playlist-row>.media:hover {
  color: #129eff;
}

#map {
  width: 880px;
  height: 430px;
}

#map a {
  color: black;
  text-decoration: underline;
}

#map a:hover {
  color: #4E70AF;
}

.bh-sl-container {
  float: none;
}

.bh-sl-container button,
.bh-sl-container .bh-sl-loc-list .list-label {
  background: #129eff;
}

#SearchResults {
  margin-top: 5px;
  width: 920px;
  height: 315px;
  font-size: 14px;
  overflow: auto;
}

.Result {
  float: left;
  width: 190px;
  height: 155px;
  margin: 5px 15px;
}

.ResultName {
  font-weight: bold;
}

.ResultEmail,
.ResultWebsite {
  float: left;
  padding-right: 10px;
}

.ResultEmail a,
.ResultWebsite a {
  text-decoration: underline;
}

.DistLineRow {
  text-align: center;
}


.Brand {
  text-align: center;
  height: 120px;
  margin-bottom: 20px;
}


.dist-flags {
  height: 20px;
  width: auto;
}

#SiteYorkville,
#SiteYorkville table,
#SiteTraynor,
#SiteTraynorTable,
#SiteVTC,
.ProductDocuments table,
#SiteVTC table {
  width: 100%;
  color: #000;
}

tbody tr:nth-child(odd) {
  background-color: rgba(240, 240, 240, 0.4);
}

#SiteYorkville th,
#SiteYorkville td,
#SiteYorkville table th,
#SiteYorkville table td,
#SiteTraynor th,
#SiteTraynor td,
#SiteTraynorTable th,
#SiteTraynorTable td,
#SiteVTC th,
#SiteVTC td,
#SiteVTC table th,
#SiteVTC table td {
  text-align: center;

}

#SiteYorkville th:first-child,
#SiteYorkville td:first-child,
#SiteYorkville table th:first-child,
#SiteYorkville table td:first-child,
#SiteTraynor th:first-child,
#SiteTraynor td:first-child,
#SiteTraynorTable th:first-child,
#SiteTraynorTable td:first-child,
#SiteVTC th:first-child,
#SiteVTC td:first-child,
#SiteVTC table th:first-child,
#SiteVTC table td:first-child {
  text-align: left;
}

.career-img {
  margin: auto 0;
}

.CareersContainer {
  padding-bottom: 15px;
}


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

@media (min-width: 768px) {

  .carousel-inner .item {
    height: auto;
  }

  .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    height: 400px;
  }

  .app-wrapper {
    margin: auto 0;
    height: 100%;
  }

  #ProductDescription {
    margin-bottom: 20px;
  }

}

@media (min-width: 992px) {

  .carousel-inner .item {
    height: auto;
  }

  /* For simple tradeshow banners
  .banner1 {
    background-color: #1f1f1f;
  }
  */

  .tradeshow-img-txt {
    background-image: url(../images/home/djexpo-img-txt-xl.png);
    width: 100%;
  }

  .namm-img-txt {
    background-image: url(../images/home/namm-img-txt-xl.png);
  }

  .synergy-img-txt {
    background-image: url(../images/home/synergy-img-txt-1-xl.png);
    width: 90%;
  }

  .exm-img-txt {
    background-image: url(../images/home/exm-img-txt-xl.png);
  }


  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }

  .texture {
    height: 88vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
  }

  .texture-long {
    height: 160vh !important;
  }

  .texture-extralong {
    height: 200vh !important;
  }

}

/* Specific mapael css class are below for international distributors page
 * 'mapael' class is added by plugin
*/

.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;
}

/* For all zoom buttons */
.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;
}

@media (max-width: 280px) {
  .header>.row {
    margin: 0;
  }
}

@media (max-width: 370px) {
  .featured-section-item img {
    height: 120px !important;
    width: 120px !important;
  }

}

@media only screen and (max-width: 395px) and (min-width: 371px) {
  .featured-section-item img {
    height: 150px;
    width: 150px;
  }

}

@media only screen and (max-width: 420px) and (min-width: 396px) {
  .featured-section-item img {
    height: 160px;
    width: 160px;
  }

}

@media only screen and (max-width: 585px) and (min-width: 421px) {
  .featured-section-item img {
    height: 180px;
    width: 180px;
  }
}

@media (max-width: 767px) {
  .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;
  }

  .navbar-header>.navbar-left>img {
    margin-left: 5px;
  }

  .prod-row {
    display: inline-block;
  }


  .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    height: 200px;
  }


}

@media (max-width: 991px) and (min-width: 767px) {
  #ProductMedImage {
    min-height: 160px;
  }

  .featured-section-item img {
    height: 160px;
    width: 160px;
  }
  .carousel-indicators [data-bs-target] {
    height:13px !important;
  }
}

@media (min-width: 991px) {
  #navbar {
    margin-top: 70px;
  }

  .navbar-primary .navbar-nav>li>a {
    padding-top: 0;
  }

  .carousel-inner>.item>img {
    max-height: 30vh !important;
  }

  .speaker-img-container {
    height: 80%;
  }

  .speaker-txt-container {
    height: 20%;
  }


  .featured-section-item img {
    height: 180px;
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .featured-section-item img {
    height: 200px;
    width: 200px;
  }
}

@media (min-width: 1400px) {
  #ProductMedImage {
    min-height: 160px;
  }
}

@media (min-width: 767px) and (max-width: 790px) {
  .ls-tile a {
    height: 320px !important;
  }
  .sw-tile a {
    height: 340px !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {

  .sw-tile a {
    height: 380px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .ls-tile a {
    height: 450px !important;
  }
  .sw-tile a {
    height: 320px !important;
  }
}

@media (min-width: 1250px) and (max-width: 1560px) {
  .ls-tile a {
    height: 400px !important;
  }
 
}

/* Reset Zoom button first */
.mapael .zoomReset {
  top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
  top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
  top: 50px;
}

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

/* TEMP HARDCODED PAGES */
.installation-nav {
  height: 43px;
  background-color: #129eff;
}

#topBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  left: 94%;
  z-index: 99;
  border: 1px solid #129eff;
  border-radius: 50%;
  width:60px;
  height: 60px;
  outline: none; 
  background:none;
  cursor: pointer; 
  padding-top:6px;
  font-size: 18px;
  transition: all 0.3s ease-in;
}

#topBtn:hover {
  color: #129eff;
}

#topBtn:hover{
  animation: pop 0.3s linear 1;
}