.hamburger,
.mobile-nav {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
       
    }
    /*-----standard-----*/
    /*--buttons--*/
    /*--buttons--*/
    /*--titles--*/
    /*--titles--*/
    /*--fields--*/
    /*-custom-select-*/
    /*-custom-select-*/
    /*--fields--*/
    /*-----form-----*/
    /*-----form-----*/
    /*-----standard-----*/
    /*-----popup-----*/
    /*-----popup-----*/
    /*-----header-----*/
    header nav,
    footer nav {
        display: none;
    }
    /*-----header-----*/
    /*-----mobile-nav-----*/
    .hamburger {
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/hamburger.png) center no-repeat;
        width: 50px;
        height: 50px;
        margin: 15px;
        outline: 1px solid #000;
        z-index: 2;
        display: block;
    }
    .mobile-nav {
        display: none;
    }
    .mobile-nav.show {
        display: block;
    }
    .mobile-nav nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #2196F3;
        z-index: 3;
    }
    .mobile-nav nav ul {
        display: table;
        width: 100%;
        height: 100%;
    }
    .mobile-nav nav ul li {
        display: table-row;
    }
    .mobile-nav nav ul li a {
        display: table-cell;
        vertical-align: middle;
    }
    /*-----mobile-nav-----*/
    /*-----header-----*/
    /*-----footer-----*/
    /*-----footer-----*/
    /*-----section-all-----*/
    /*-----slider-----*/
    /*---owl---*/
    /*---owl---*/
    /*-----slider-----*/
    /*---fl-item-img+text--*/
    /*---tc-item-img+text--*/
    /*-----section-map-----*/
    /*-----section-map-----*/
    /*-----section-all-----*/
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body {
     
    }
    /*-----standard-----*/
    /*--buttons--*/
    /*--buttons--*/
    /*--titles--*/
    /*--titles--*/
    /*--fields--*/
    /*-custom-select-*/
    /*-custom-select-*/
    /*--fields--*/
    /*-----form-----*/
    /*-----form-----*/
    /*-----standard-----*/
    /*-----popup-----*/
    /*-----popup-----*/
    /*-----header-----*/
    /*-----header-----*/
    /*-----footer-----*/
    /*-----footer-----*/
    /*-----section-all-----*/
    /*-----slider-----*/
    /*---owl---*/
    /*---owl---*/
    /*-----slider-----*/
    /*---fl-item-img+text--*/
    /*---tc-item-img+text--*/
    /*-----section-map-----*/
    /*-----section-map-----*/
    /*-----section-all-----*/
}

@media only screen and (min-device-width: 736px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
      
    }
    /*-----standard-----*/
    /*--buttons--*/
    /*--buttons--*/
    /*--titles--*/
    /*--titles--*/
    /*--fields--*/
    /*-custom-select-*/
    /*-custom-select-*/
    /*--fields--*/
    /*-----form-----*/
    /*-----form-----*/
    /*-----standard-----*/
    /*-----popup-----*/
    /*-----popup-----*/
    /*-----header-----*/
    /*-----header-----*/
    /*-----footer-----*/
    /*-----footer-----*/
    /*-----section-all-----*/
    /*-----slider-----*/
    /*---owl---*/
    /*---owl---*/
    /*-----slider-----*/
    /*---fl-item-img+text--*/
    /*---tc-item-img+text--*/
    /*-----section-map-----*/
    /*-----section-map-----*/
    /*-----section-all-----*/
}
