/*small Device*/
@media (max-width: 768px) {
    body {
        font-size: 1em;
    }
    
    .stage .stage-0 > .body, .stage .stage-1 > .body {
        /*auto padding margin:0  0px; */
    }
    
    .box_login_s.online, .nivo-slider {
        display: none;
    }
    
    .box_login_s {
        display: none;
    }
    
    .search.site-search {
        display: none;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    
    #top {
        height: 60px;
        padding: 0;
    }
    
    .logo-overlay {
        line-height: 56px;
        max-width: 250px;
        width: 50%;
        margin: 0;
        max-height: 56px;
        padding: 0;
    }
    
    .logo-overlay img {
        display: block;
        max-width: 99%;
        max-height: 58px;
    }
    
    #flags {
        margin-right: 60px;
        padding-top: 10px;
    }
    
    .navi {
        display: none;
    }
    
    .layout-B .stage-1 > .body {
        margin: 0;
    }
    
    .stage-0 > .body, .stage-0 > .body {
        margin-right: 10px;
        margin-left: 10px;
    }
}

/*  medium device */
@media (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 0.9em;
    }
}

/* small + medium device */
@media (max-width: 979px) {
    #wrapper-content {
        padding: 0;
    }
    
    #pbody {
        coverflow: auto;
    }
    
    .navi {
        right: 105px;
    }
    
    .navi a, .navi a:link, .navi a:visited {
        padding-left: 10px;
        padding-right: 10px;
        background-image: none;
    }
    
    .stage .body table {
        max-width: 99.9%;
    }
    
    .stage .body img {
        max-width: 99.9%;
    }
    
    .stage .urun_list_item .cats .thumb img, .stage li.urun_list_item .cats li.main-urun .thumb img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    
    #flags .listed, #flags .text {
        float: right;
        margin: 5px 0px 0px 0;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .stage .urun_list_item .cats .thumb, .stage li.urun_list_item .cats li.main-urun .thumb {
        overflow: hidden;
        height: 80px;
    }
}