/* ▼▼ MENU TOP ▼▼ */


.topMenu { 
  position: relative;
  z-index: 90;
  color: #fff;
  padding-left: 0;
  padding-right: 0; 
  margin-bottom: 20px;
  /*font-family: "Montserrat", sans-serif;*/
}

#menuSearchform {
  width: auto;
}
#menuSearchform .input-group {
  margin: 0 auto;
  width: 100%;
}
#menuSearchform > .input-group > .input-group-btn {
  width: 40px;
}  
         
.topMenu > .btn-group-justified > .btn-group > .btn, .topMenu .input-group > .input-group-btn > .btn { 
  z-index: 600;
  border-radius: 0; 
  padding: 2px 6px;   
}
      
 
.subMenu {
  padding: 13px;
  list-style: none; 
  /*font-family: "Montserrat Ultra", sans-serif;*/
} 
.subMenu > li > h5 { 
  /*font-family: "Montserrat", sans-serif;*/
  padding-bottom: 3px;
  border-bottom: 1px solid #bbb;
} 
.subMenu > li > h5 > a:hover, .subMenu > li > h5 > a:active { 
  text-decoration: none;
}

.btn-group-justified > .btn-group {
  position: static;
  width: auto;
}

.topMenu > .btn-group-justified {
  table-layout: auto;
}

.topMenu .btn-group-justified > .btn-group > .btn {
  padding: 6px;
  color: #fff;    
  border: none;
}
.btn-group-justified > .btn-group > .dropdown-menu {
  left: 0;
  width: 100%;
  background: #fff;
}

.subMenu > li {
  line-height: 20px;
}
/* ▲▲ MENU TOP ▲▲ */


                                                    @media (max-width: 767px) {
{}


.topMenu > .btn-group-justified > .btn-group {
  display: table-row;
}

.topMenu > .btn-group-justified > .btn-group > .btn {
  position: relative;
  line-height: 24px;
}

.topMenu > .btn-group-justified > .btn-group > .dropdown-menu {
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}
.subMenu {
  margin-bottom: 0px;
  padding: 2px;
}
.subMenu > li > h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}   
.subMenu > li > h5 > a {
  display: block;
  padding: 6px;
}
.subMenu > li > h5 > a:hover {
  background: #eee;
}

}



                                                    @media (min-width: 768px) {
{}


.topMenu > .btn-group-justified > .btn-group {
  display: table-cell;
  height: 55px;
  line-height: 55px;
}


.topMenu > .btn-group-justified > .btn-group .menuBtn  {
  position: inherit;
  height: 50px;
  white-space: normal;
  font-size: 12px;
  display: table;   
  line-height: 16px !important;
}  

.topMenu > .btn-group-justified > .btn-group .menuBtnInner  {
  position: inherit;
  height: 35px;
  white-space: normal;
  font-size: 12px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}  
   


.topMenu > .btn-group-justified > .btn-group > .dropdown-menu {
  position: absolute;
  top: 100%;
  margin-top: 0px;
} 



}

      @media (min-width: 1200px) {
{}



.topMenu > .btn-group-justified > .btn-group .menuBtnInner  {
  font-size: 14px;
}  



}