/* your styles go here */
/*
* ===================================================
*     sizing area
* ===================================================
*/
.sizing-area-wrapper {
    display: none;
  }
  
  .sizing-area {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  
  .sizing-area .sizing-area-form {
    width: 100%;
    max-width: 700px;
    margin: 20px;
  }
  
  .sizing-area .sizing-area-input {
    width: 100%;
    padding: 1rem 0;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
    border-bottom: 1px solid #aaa;
  }
  
  .sizing-area .sizing-area-button {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  .sizing-area .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color: #555;
  }
  /* special css for forms */
  .spec {
    display:none;
  }
  /*mega menu*/
.dropdown-hover {
  float: left;
  overflow: hidden;
}

.dropdown-hover-content {
  display: none;
  position: absolute;
  margin-top: -5px;
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 0px 0px 45px;
  z-index: 1000;
}

.dropdown-hover-content .row {
  width: 100%;
}

.dropdown-hover-content a.dropdown-item {
  font-size: 14px;
  white-space: normal;
}

.dropdown-hover:hover .dropdown-hover-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/*end of mega menu*/
@media (max-width: 767px){
  nav.navbar{
   max-height: 150vh;
   overflow: auto;
  -webkit-overflow-scrolling: touch;
  }
}
a.megamenu-list-link:link, a.megamenu-list-link:visited {
  color:#333333;
}