

nav:not(.mm-menu) {
    display: none;
}

.header {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 50px;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 9999;
}

    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    .header a {
        display: block;
        width: 28px;
        height: 18px;
        padding: 20px 10px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .header a:before,
        .header a:after {
            content: '';
            display: block;
            background: #000;
            height: 2px;
        }

        .header a span {
            background: #000;
            display: block;
            height: 2px;
            margin: 6px 0;
        }

.mm-panels > .mm-panel {
    /*padding-top: 80px !important;*/
}

.mm-panel.mm-hasnavbar .mm-navbar {
    height: 60px !important;
    padding: 0;
}

.mm-navbar .mm-title {
    padding: 0;
    line-height: 60px !important;
}

.mm-navbar .mm-btn {
    height: 60px !important;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0;
}
.mm-navbar .mm-title {
    font-weight:bold !important;
}

.mm-menu {
    background: -webkit-linear-gradient(#FFF,#c6c3c0) !important;
    background: -o-linear-gradient(#FFF,#c6c3c0) !important;
    background: -moz-linear-gradient(#FFF,#c6c3c0) !important;
    background: linear-gradient(#FFF,#c6c3c0) !important;
    color: #000 !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
    color: #000 !important;
}

.mm-listview > li > a, .mm-listview > li > span {
    white-space: normal !important;
}


/* IPhone 6, 6S DİKEY */
@media only screen and (min-width:370px) and (max-width:413px){
    .mm-panel.mm-hasnavbar .mm-navbar {
        height: 40px !important;
    }
    .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
            margin-top: 20px !important;
    }
}

/* IPhone 6, 6S YATAY */
@media only screen and (min-width:660px) and (max-width:670px) {
    .mm-panel.mm-hasnavbar .mm-navbar {
        height: 40px !important;
    }
    .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
            margin-top: 20px !important;
    }
    .mm-navbar > * {
        padding:0 !important;
    }
}

/* iphone 4, 5, 5S DİKEY */
@media only screen and (max-width:321px) {
    .mm-listview{ margin-top:10px !important; }
    .mm-panel.mm-hasnavbar .mm-navbar {
        height: 70px !important;
    }
}


/*IPhone 5, 5S YATAY*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .mm-listview{ margin-top:20px !important; }
    .mm-panel.mm-hasnavbar .mm-navbar {
        height: 80px !important;
    }
}