
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 20px;
}

.autocomplete-items div {
  position: relative;
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
#result {
  border: 1px dotted #ccc;
  padding: 3px;
}
#result ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#result ul li {
  padding: 5px 0;
}
#result ul li:hover {
  background: #eee;
}
.primary-color {
  color: #00ff69;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  font-weight: bold;
}
.noUi-connect {
    background: #43af72;
}
a {
    color: #000;
}
a:hover {
    color:#00ff69;
}
.product-ribbon {
    position: absolute;
    top: 15px;
    right: 15px;
}
.form-check-input:checked {
    background-color: #3FB8AF;
    border-color: #3FB8AF;
}
.product-ribbon.product-ribbon--style-1 {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    line-height: 48px;
    font-size: 11px;
    z-index: 10;
    background-color: #00ff69;
    -webkit-box-shadow: 5px 5px 9px 1px rgba(0,0,0,0.21);
    box-shadow: 5px 5px 9px 1px rgba(0,0,0,0.21);
}
.closeout {
    max-width: 20vh;
    width: 100%;
    height: 20vh;
    background: #000;
    text-align: center;
    line-height: 20vh;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10vh;
    margin-top: -10vh;
    color: #FFF;
    font-size: 1.5rem;
}
.image-blur {
    filter: blur(1px);
    opacity: .6;
}
.product-overlay {
    align-items: center;
    position: absolute;
    top: -20%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    margin: auto;
    width: 50%;
    height: 40%;
    transition: opacity 0.25s;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
    border: 2px solid #FFF;
    font-size: 14px;
    font-color: #323232;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 9px 1px rgba(0,0,0,0.21);
    box-shadow: 5px 5px 9px 1px rgba(0,0,0,0.21);
}
.products-button {
    background-color: #272727;
    background-image: url(https://massatom.com/img/header-bg-1.jpg);
    background-size: contain;
    background-position: 680px top;
}
.products-button a {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px auto;
    display: inline-block;
    padding: 8px 30px 9px 30px;
    border-radius: 50px;
    transition: 0.5s;
    border: 3px solid #fff;
    color: #00ff69;
    text-decoration: none;
}
.products-button a:hover {
    background: none;
    border: 3px solid #00ff69;
}

.secondary-color {
  background-color: #939393;
}
btn:focus, a:focus
{
         outline: none;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:focus::-webkit-input-placeholder {
    color: #00ff69;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder {
    color: #00ff69;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: #00ff69;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder {
    color: #00ff69;
}
.btn.btn-outline-secondary.search:hover {
    color: #00FF69;
}
.bi-list::before {
    font-size: 22px;
    font-weight: bold !important;
}
.navbar-toggler:focus
{
         outline: none !important;
         box-shadow: none;
}
.scroll::-webkit-scrollbar { width: 0 !important }
.scroll {
  white-space: nowrap;
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.rollover {
    display: block;
    width: 140px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: top center;
    /* -webkit-transition: all .15s ease-in-out; */
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    /* transition: all .15s ease-in-out; */
}
  .rollover:hover,
  .rollover.active {
    color: #43af72;
  }

  .rollover.entertainment {
    background-image: url(../img/icons/entertainment.png);
  }

  .rollover.entertainment:hover,
  .rollover.entertainment.active {
    background-image: url(../img/icons/entertainment-over.png);
  }

  .rollover.performing {
    background-image: url(../img/icons/performing.png);
  }

  .rollover.performing:hover,
  .rollover.performing.active {
    background-image: url(../img/icons/performing-over.png);
  }

  .rollover.meeting {
    background-image: url(../img/icons/communication.png);
  }

  .rollover.meeting:hover,
  .rollover.meeting.active {
    background-image: url(../img/icons/communication-over.png);
  }

    .rollover.microphones {
    background-image: url(../img/icons/microphones.png);
  }

  .rollover.microphones:hover,
  .rollover.microphones.active {
    background-image: url(../img/icons/microphones-over.png);
  }
   .rollover.accessories {
    background-image: url(../img/icons/accessories.png);
  }

  .rollover.accessories:hover,
  .rollover.accessories.active {
    background-image: url(../img/icons/accessories-over.png);
  }

/*=========================
  Social Icons
 ================= */

.social li a {
  display:inline-block;
  position:relative;
}
.social li i {
  margin:0;
  line-height:40px;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size:24px;
}
.social i {
  color: #323232;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: solid 1px #323232;
}
.social a:hover i {
  color: #00ff69;
  border: solid 1px #00ff69;
}
.social.footer i {
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}
.video {
  background-image: url(../img/site/footer-bg.jpg); 
  background-size: cover;
  min-height: 400px;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feature {
  background-image: url(../img/site/banner.jpg);
  background-size: cover;
  min-height: 550px;
  background-position:  center;
}
.contact {
  background-image: url(../img/site/contact-banner-1.jpg);
  background-size: cover;
  height: 100%;
  max-height: 400px;
  background-position:  center;
}
.service {
  background-image: url(../img/site/service-banner-1.jpg);
  background-size: cover;
  height: 100%;
  max-height: 400px;
  background-position:  center;
}
.feature > div {
  background-color: rgba(0,0,0, 0.4);
}
.features .card {
  background-color: #000;
}

.features .card img {
  opacity: .6;
}
.product-details img {
    max-width: 350px;
}
.product-details .badge {
    background-color: #00ff69;
    color: #000000;
}
.product-details .badge.light-text {
    color: #FFFFFF;
}
.product-details .product-description p {
    margin-top: 1rem;
}
.product-description ul {
    padding-left: 0;
}
.product-description ul > li {
    margin-left: 15px;
}
.about {
  background: rgb(183,183,183);
  background: -moz-linear-gradient(90deg, rgba(183,183,183,1) 0%, rgba(255,255,255,1) 22%, rgba(185,185,185,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(183,183,183,1) 0%, rgba(255,255,255,1) 22%, rgba(185,185,185,1) 100%);
  background: linear-gradient(90deg, rgba(183,183,183,1) 0%, rgba(255,255,255,1) 22%, rgba(185,185,185,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b7b7b7",endColorstr="#b9b9b9",GradientType=1);
}

.class-2 {
  margin: 3px 17px 0;
  font-family: Tahoma;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.49px;
  text-align: center;
  color: #fff;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #555555;
    background-color: #FFFFFF;
    -moz-box-shadow: inset 0px 0px 16px 1px rgba(168,168,168,0.25);
    -webkit-box-shadow: inset 0px 0px 16px 1px rgba(168,168,168,0.25); 
    box-shadow: inset 0px 0px 16px 1px rgba(168,168,168,0.25);
    border-color: #000;
}






.navbar-brand img {max-width: 300px;}
@media (max-width: 1275px) {
    .product-overlay {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
.navbar-nav.desktop {display: none;}
.navbar-brand img {max-width: 225px;}
.search {display: none; }
}
@media (min-width: 768px) {
.categories.desktop {display: none;}
}





.navbar-nav.mobile ul {
    list-style-type: none;
}
.navbar-nav.mobile ul > li {
   line-height: 2.29;
  letter-spacing: -0.09px;
  color: #9a9a9a;
}
.navbar-nav.mobile ul.social > li {
    color: #323232;
}
.navbar-nav.mobile ul > li a {
   text-decoration: none;
}
body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #323232;
}
.navbar-toggler {
    box-shadow: 1px 2px 3px 1px rgb(0 0 0 / 18%);
    border: solid 1px #ececec;
    width: 45px;
    height: 45px;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    transition: box-shadow .15s ease-in-out;
    border-radius: 50%;
}
a.no-underline {
  text-decoration: none;
  color: #323232;
}

.about img {
  max-width: 400px;
}
.navbar-collapse {
  align-self: flex-end;
}
.nav-link {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.09px;
  color: #323232;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #00FF69;
}
.bi-chevron-right::before {
  font-weight: bold !important;
}
.nav-secondary ul {
  align-self: center;
  flex-direction: row;
}
  .nav-secondary ul span {
    display: block;
  }
  .nav-secondary li img {
    max-height:  45px;
  }
  .nav-secondary a {
    display: block;
    text-decoration: none;
    color: #555555;
  }
.mobile-header {
    background: #0f1010;
    color: #bfbfbf;
    font-size: 0.825rem;
}
/*
 * Sidebar
 */

.sidebar {
  /*position: fixed;*/
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  /*padding: 48px 0 0; /* Height of navbar */
  /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
}
.sidebar .nav-item {
    padding: .5rem 1rem .5rem 0;
}
@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  text-transform: none;
  padding: 0;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  font-weight: bold;
}
.sidebar .nav-link:hover {
  color: #00FF69;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 1.125rem;
  letter-spacing: -0.11px;
  color: #323232;
}
/*.sidebar input[type=range] {
  -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255));

}*/
.text-shadow {
  text-shadow: 0.05em 0.05em 0.1em rgb(0 0 0 / 60%);
}
@media (max-width:400px) {
  .navbar-nav.mobile {display:block;}
  .navbar-brand img {
  max-width: 225px;
  }
  .feature {
  background-position: -300px;
}
.features .card h5 {
    font-size: calc(1.275rem + .3vw) !important;
}
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3E%3C/svg%3E");
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
img.nav-icon {
    width: 25px;
    margin-right: 10px;
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      ul.nav.nav-header > li {
    border: solid 1px #969696;
    padding: .25rem .7rem;
    width: 33%;
    text-align: center;
  }

footer {
  background-color: #0f1010;
}

.form {
    position: relative
}
form

.fa-search {
    font-size: 1.5em;
    padding: .1em;
}
.form span {
    position: absolute;
    right: 17px;
    top: 6px;
    padding: 2px;
}

.left-pan {
    padding-left: 7px
}

.left-pan i {
    padding-left: 10px
}

.form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 25px
}

.form-input:focus {
    box-shadow: none;
    border: 1px solid #00ff69;
}


.jqTransformSelectWrapper {margin-top:2px;}
.jqTransformSelectWrapper ul li {
list-style:none;
text-align:left;
}
.jqTransformSelectWrapper div:first-child {
text-align:left;
}

.searchResult {
    min-height: fit-content;
}
/* Code By Webdevtrick ( https://webdevtrick.com ) */

.price-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 3em;
}
.price-slider svg,
.price-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.noUi-horizontal .noUi-tooltip {
    bottom: -160% !important;
}
.slider-inputs {
    overflow:hidden;
}
.slider-inputs input[type=number] {
  border: none;
  font-size: 1em;
  -moz-appearance: textfield;
  position: absolute;
  left: -9999px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active, .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: none !important;
    opacity:0.5;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form .btn-check:focus+.btn-outline-secondary, .form .btn-outline-secondary:focus {
    box-shadow: none;
}

.form .btn-outline-secondary:active, .form .btn-outline-secondary:hover {
    color: #00FF69;
}
.categories {
    position: relative;
    display: flex;
}
.categories::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.categories:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.categories.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.frequency-table tr td:not(:last-child) {
    width: 100%;
    max-width: 25%;
}
