.navbar .megamenu{ padding: 1rem; }

.dropdown-menu {
  background-color: rgba(33, 37, 41, 1);
  border: none;
}

.navbar-nav .nav-item0 a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 55px;
  padding: 12px 25px;
  min-height: 100%;
  
}

.navbar-nav .nav-item0 a:hover {
  color: #fff;
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  0% { text-shadow: 0 0 5px white; }
  50% { text-shadow: 0 0 15px white; }
  100% { text-shadow: 0 0 5px white; }
}

.mm-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: #636363 solid 1px;
  border-top: #636363 solid 1px;
  padding: 7px 0;

}

.mm-title a {
  text-decoration: none;
}

.dd-item {
  color: #fff;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin-top: 4px;
}

.dd-item:hover {
  color: #fff;
  text-decoration: none;
}

.dd-item a {
  display: block;
  text-decoration: none;
  font-size:14px !important;
  font-weight: normal !important;
}
.dd-item a:hover {
  text-decoration: none;
}



.dd-item::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid rgb(68, 68, 68);
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.dd-cat-image {
  max-width: 80%;
  height:auto;
  margin-left:auto;
}

@media all and (min-width: 992px) {
	
	.navbar .has-megamenu {
    position: static !important;
  }
	.navbar .megamenu {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top:0;  
  }
	
}	

@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}


@media (min-width: 768px) {

  .gradient-line {
      width: 2px;
      height: 55px;
      background: linear-gradient(to bottom, #444 0%, #fff 50%, #444 100%);
      margin-left:14px;
      margin-right:14px;
  }

}

@media (max-width: 991px) {
  .gradient-line {
      display: none;
  }
}

/*

.dropdown-menu {
  background-color: rgb(38, 38, 38);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
.navbar .megamenu{ padding: 1rem; }

@media all and (min-width: 992px) {
	
	.navbar .has-megamenu {
    position:static!important;
  }
	.navbar .megamenu {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top:0;  
  }
	
}	

@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}


.navbar-background {
  background: linear-gradient(
      to bottom,
      #666 0%,   
      #222 40%, 
      #000 60%, 
      #434343 100%  
  );
  padding: 0;
  height: 55px;
}

.navbar-nav .nav-item0 {
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 55px;
  padding: 8px 25px;
  min-height: 100%;
  
}
.navbar-nav .nav-item0:hover {
  background-color: #000;
  color: #fff;
  border-bottom: white solid 2px;
}

.navbar-nav .nav-item0 a {
  color: #fff;
}
.navbar-nav .nav-item0:hover a {
  color: #fff;
  background-color: transparent;
}

.mm-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: #636363 solid 1px;
  padding-left: 15px;

}

.mm-title a {
  text-decoration: none;
}

.dd-item {
  color: #fff;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.dd-item:hover {
  background: linear-gradient(
      to bottom,
      #666 0%,  
      #222 40%, 
      #000 60%, 
      #434343 100% 
  );
  color: #fff;
  text-decoration: none;
}

.dd-item a {
  text-decoration: none;
}
.dd-item a:hover {
  text-decoration: none;
}


@media (min-width: 768px) {

  .gradient-line {
      width: 2px;
      height: 55px;
      background: linear-gradient(to bottom, #444 0%, #fff 50%, #444 100%);
  }

}

@media (max-width: 991px) {
  .navbar-nav .nav-item0 {
      background-color:  rgb(38, 38, 38);    
      border-bottom: none;
  }
  .navbar-nav .nav-item0:hover {
      background-color: rgb(38, 38, 38);  
  }
  .gradient-line {
      display: none;
  }
}

@media (max-width: 767px) {
  .dd-item {
      color: #fff;
      width: 100%;
      padding-left: 10px;
      text-align: center;
  }
}

*/