/* 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) {
    .md-pixflow-slider.classic.hr-left .pixflow-slide-container {
        left: 18%;
        transform: translateY(-35%);
    }    

    .pixflow-slide.gallery-cell,
    .flickity-viewport {
        height: 100vh !important;
    }

    .navigation-mobile > ul {
        margin-top: 35px;
    }

}
/* 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){

    .smart-sidebar .close-sidebar {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
    }

    .smart-sidebar .close-sidebar i {
        font-size: 24px;
        line-height: 25px;
    }

    .post-content {
        text-align: left;
    }
}
/* 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) {
    header.top-classic.header-style1.top.header-dark.logo-dark.sticky-header a.logo.item-left {
        top: -1.6em;
    }
}

/* Laptop Screen */
@media (min-width: 1281px) and (max-width: 1440px){
}

