.hamburger {
    float: right;
    display: none;
    margin-top: 10px;
}

.hamburger span {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    display: block;
}
.hamburger.menu-open span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 7px);
}
.hamburger.menu-open span:nth-child(2) {
    opacity: 0;
}

.hamburger.menu-open span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -7px);
}

.mobile-menu {
    position: fixed;
    left: -280px;
    top: 0;
    height: 100%;
    width: 260px;
    background-color: rgb(1, 62, 87);
    z-index: 9999;
    transition: left 0.4s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mobile-menu .lang {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 40px;
    margin-top: 20px;
}

.mobile-menu .lang li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.mobile-menu-open .mobile-menu {
    left: 0;
}
.mobile-menu .mobile-logo {
    margin: 10px auto;
    display: block;
}

/* Mobile menu items */
#mobile-menu {
    list-style: none;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
#mobile-menu li {
    line-height: 40px;
    margin-bottom: 15px;
}
#mobile-menu li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
#mobile-menu li a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#portfolio-mobile {
    display: none;
}

@media only screen and (max-width: 1023px) {
    #logo,
    #log-in,
    #navigation,
    #croatia-composite-newslist,
    .hide-on-mobile {
        display: none !important;
    }
    .app-header #search {
        margin-left: 0;
    }
    .hamburger {
        display: block;
    }
    .wt-h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .cell-content {
        height: auto !important;
    }
    .remove-bg .cell-content {
        padding: 0;
        border: 0;
        background: none;
    }

    .mobile-menu {
        display: block;
    }

    #portfolio-mobile {
        display: block;
    }

    #portfolio-mobile > .cell-row {
        margin-top: 10px;
        margin-bottom: 0;
    }
}
