.else {
    margin: 10px
}

.diwan_copyright {

    color: #fff;
    line-height: 40px;
    margin-bottom: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

@media (max-width: 480px) {
    #header.fixed .menu__container .social {
        display: none
    }

    #header.fixed .menu__container {
        position: absolute;
        left: 15px;
        top: -46px;
    }

    #header.fixed .menu__toggle {
        position: absolute;
        right: 15px;
        top: -46px;
    }
}