/* Media Query */
@media only screen and (max-width:1199px) {

}


@media only screen and (max-width:991px) {
  nav.navbar {
    display: none
  }
  .btn--menu_mobile {
    display: block
  }
}



@media only screen and (max-width:767px) {
  .nav-menu {
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  
  .container--menu_mobile ul.navbar-nav li.menu-item {
    margin-right: 0;
    padding: 15px 0
  }
  li.menu-item a:hover {
    background: transparent
  }
  .gridder-list {
    width: 33.33333%
  }
}
  

@media only screen and (max-width:575px) {
  .gridder-list {
    width: 50%
  }
}


@media only screen and (max-width:480px) {
  .btn--menu_mobile {
    margin-bottom: 0;
    height: 42px
  }
  .gridder-list {
    width: 100%
  }
}


@media only screen and (max-width:380px) {
  
}