
/* ### PONIŻEJ 800 PIKSELI ### */

@media screen and (max-width: 800px) {

  .nawigacja {
  
    display: none;
    
  }

  .button {
  
    width: 100%;
    height: 50px;
    background-color: #000000;
    text-align: left;
    top: 10px;
    animation: none;
    background-color: #353638;
    animation-name: in-responsive-menu-dropdown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  
  }
  
  .button-out {
  
    width: 100%;
    height: 50px;
    background-color: #000000;
    text-align: left;
    top: 10px;
    animation: none;
    background-color: #353638;
    animation-name: out-responsive-menu-dropdown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  
  }
    
  .button:hover {
    
    background-color: #00bbf2 !important;
      
  }
  
  .main-text {
  
   animation: none;
   top: 8px;
   margin-left: 20px;
   
  }
  
  .button:hover > .main-text {
  
    transition: none;
    animation: none !important;
    animation-duration: 0s;
  
  }
  
  .button.active > .main-text {
    animation: none;
  }
  
  .sub-text {
    display: none;
  }
  
  .arrow {
    display: none;
  }
  
  .button-active {
    display: none;
  } 
  
  /* ### SIDE MENU ## */
  
  .side-menu {
  
    min-width: 100%;
    margin: 0 auto;
    background-color: #353638;
    display: none;
  
  }
  
  .side-menu-topic {
  
    min-width: 100%;
    margin: 0 auto;
    padding-top: 0px;
  
  }
  
  .side-menu-topic-text {
  
    text-align: center;
    color: #ffffff;
  
  }
  
  .side-menu-button-hover {
  
    background-image: none !important;
    transition: none;
  
  }
  
  .side-menu-button.active {
  
    background-image: none;
    transition: none;
    min-width: 100%;
  
  }
  
  .side-menu a {
  
    transition: none;
    color: white;
  
  }
    
  .side-menu-button:hover .side-menu-button-hover {
  
    background-image: none;
    background-color: #00bbf2;
    transition: none;
    width: 100%;
  
  }
  
  .side-menu-gear {
  
    display: none;
  
  }
  
  .side-menu-arrow {
  
    display: none;
  
  }
  
  .side-menu-button {
  
    min-width: 100%;
    text-align: center;
     
  }
  
  .side-menu-button-title {
  
    margin: 0 auto;
  
  }
  
  .toggle-sub-menu {
  
    display: block;
  
  }
  
  .main {
  
    padding: 0px;
  
  }
  
  .main-box {
  
    margin: 0 auto;
    margin-top: 10px;
  
  }
  
      
  @media screen and (max-width: 360px) {
  
    .menu-top {
      
      min-width: 360px;
      position: absolute;
      z-index: 2;
      
    }
            
  }

}

/* ### POWYŻEJ 800 PIXELI ### */

@media screen and (min-width: 800px) {

  .nawigacja {
  
    display: block !important;
    padding-bottom: 10px;
  
  }
  
  .responsive-menu {
  
    display: none;
  
  }
  
  .toggle-sub-menu {
  
    display: none;
  
  }
  
  .side-menu {
  
    display: block !important;
  
  }  
  

}