/* applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.big-box-top-bar-icon {
  width: 38px;
  left: 19%;
}

.mod-menu {
  flex-direction: column;
}

}

/* applies to small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* applies to medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {


}

/* applies to large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {


}

/* applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1399px) {


}

/* XLarge devices (desktops, less than 1366px) */
@media (min-width: 1400px) and (max-width: 1800px) {
  
  
}

@media screen and (min-width: 2200px) {
	

}


/* XLarge devices (desktops, less than 1366px) */
@media (min-width: 1px) and (max-width: 576px) {
#menu-default {
   display: none !important; 
}


  
}

@media (min-width: 576px) and (max-width: 4500px) {

#navbar116 {
    display: none !important;
}
  
}



