@import url("../massive-dynamic/assets/css/responsive.css");/* iPhone 5 Portrait*/@media (max-width : 380px) {}/* Custom, iPhone Retina (480px and below) */@media (max-width : 480px) {}/* Extra Small Devices, Phones (481px to 767px) */@media (min-width : 481px) and (max-width: 767px) {}/** All Small Devices Except Portrait Tablet **/@media (max-width: 767px){}/* All Mobile And Small Devices(800px and below) */@media (max-width: 800px) {}/* For Apple iPad */@media (min-device-width: 768px) and (max-device-width: 1024px){}/* Small Devices, Tablets (768px to 991px) */@media (min-width : 768px) and (max-width: 991px) {}@media (min-width : 768px) and (max-width: 1280px) {}/* General Styles for 1280 pixel and below */@media (max-width: 1280px){}/* All Mobile And Small Devices(Below 991px (SM & XS in bootstrap)) */@media (max-width: 991px) {}/* Medium Devices, Desktops  (992px to 1199px) */@media (min-width : 992px) and (max-width: 1199px) {}/* All Small Devices and Small Screens (1200px and below)*/@media (max-width : 1200px) {}/* Large Devices, Wide Screens (1200px and above)*/@media (min-width : 1200px) {}/* Laptop Screen */@media (min-width: 1281px) and (max-width: 1440px){}

/* D'Tablas: header logo on tablet/mobile (inline width + absolute img) */
@media (max-width: 1280px) {
  header.top-classic .content a.logo,
  header.top-classic .content a.logo.item-right {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 110px !important;
    max-width: calc(100% - 130px) !important;
    height: 75px !important;
    float: left !important;
    position: relative !important;
    z-index: 20 !important;
    overflow: visible !important;
  }

  header.top-classic .content a.logo img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    max-height: 58px !important;
    min-height: 28px !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 0 !important;
  }

  header.top-classic.header-dark .content a.logo img,
  header.top-classic.logo-dark .content a.logo img {
    filter: none !important;
  }

  header.top-classic .content a.navigation-button {
    float: right !important;
  }
}