div#container {
    width: 1200px;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: left;
}

body {
    background-color: #F5F5F5;
    color: #000000;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.1875;
    margin: 0;
    text-align: center;
}

#PageHeader {
    background-color: #222222;
    background-image: none;
    box-sizing: border-box;
}

#wb_carticon {
    background-color: transparent;
    background-image: none;
    border: 0px solid #F5F5F5;
    text-align: center;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#wb_carticon:hover {
    background-color: transparent;
    background-image: none;
    border: 0px solid #F5F5F5;
}

#carticon {
    height: 20px;
    width: 49px;
}

.carticon {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    font-family: "Material Icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.carticon:before {
    content: "\e8cc";
}

#carticon i {
    color: #F5F5F5;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    width: 19px;
}

#wb_carticon:hover i {
    color: #F5F5F5;
}

#menu {
    background-color: #505050;
    background-image: none;
    margin: 0;
}

#memoho {
    position: absolute;
    left: 25px;
    top: 67px;
    width: 156px;
    height: 391px;
    z-index: 7;
}

#mmenu {
    position: absolute;
    left: 1099px;
    top: 14px;
    width: 44px;
    height: 34px;
    visibility: hidden;
    z-index: 4;
}

#loginbutt {
    position: absolute;
    
    top: 17px;
    width: 80px;
    height: 28px;
    z-index: 1;
}

#PageHeader {
    position: fixed;
    overflow: hidden;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    z-index: 7777;
}

#PageHeader_Container {
    width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#signupbutt {
    position: absolute;
   
    top: 13px;
    width: 113px;
    height: 36px;
    z-index: 6;
}

#menuit {
    position: absolute;
    left: 180px;
    top: 21px;
    width: 740px;
    height: 18px;
    z-index: 5;
}

#notif {
    position: absolute;
    
    top: 23px;
    width: 21px;
    height: 18px;
    z-index: 2;
}

#logo {
    position: absolute;
    left: 4px;
    top: 5px;
    width: 165px;
    height: 50px;
    z-index: 0;
}

#wb_carticon {
    position: absolute;
    
    top: 17px;
    width: 49px;
    height: 20px;
    text-align: center;
    z-index: 3;
}

#menu {
    position: relative;
    overflow: auto;
    text-align: left;
    width: 206px;
    height: 498px;
    float: left;
    display: none;
    z-index: 8;
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    div#container {
        width: 980px;
    }

    body {
        background-color: #F5F5F5;
        background-image: none;
    }

    #PageHeader {
        height: 60px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #222222;
        background-image: none;
    }

    #PageHeader_Container {
        width: 980px;
    }

    #logo {
        left: 4px;
        top: 5px;
        width: 165px;
        height: 50px;
        visibility: visible;
        display: inline;
    }

    #loginbutt {
        left: 777px;
        top: 17px;
        width: 80px;
        height: 28px;
        visibility: visible;
        display: inline;
    }

    #notif {
        left: 748px;
        top: 23px;
        width: 21px;
        height: 18px;
        visibility: visible;
        display: inline;
    }

    #wb_carticon {
        left: 704px;
        top: 17px;
        width: 49px;
        height: 20px;
        visibility: visible;
        display: inline;
        color: #F5F5F5;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        margin: 0;
        padding: 0;
    }

    #carticon {
        width: 49px;
        height: 20px;
    }

    #carticon i {
        line-height: 20px;
        font-size: 20px;
        width: 19px;
    }

    #mmenu {
        left: 881px;
        top: 14px;
        width: 44px;
        height: 34px;
        visibility: hidden;
        display: none;
    }

    #menuit {
        left: 180px;
        top: 21px;
        width: 524px;
        height: 18px;
        visibility: visible;
        display: inline;
    }

    #signupbutt {
        left: 863px;
        top: 13px;
        width: 113px;
        height: 36px;
        visibility: visible;
        display: inline;
    }

    #menu {
        width: 206px;
        height: 498px;
        visibility: hidden;
        display: none;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #505050;
        background-image: none;
        margin: 0;
    }

    #menu {
        margin: 0;
    }

    #memoho {
        left: 25px;
        top: 67px;
        width: 156px;
        height: 391px;
        visibility: visible;
        display: inline;
    }
}

@media only screen and (max-width: 979px) {
    div#container {
        width: 320px;
    }

    body {
        background-color: #F5F5F5;
        background-image: none;
    }

    #PageHeader {
        height: 60px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #222222;
        background-image: none;
    }

    #PageHeader_Container {
        width: 320px;
    }

    #logo {
        left: 4px;
        top: 5px;
        width: 165px;
        height: 50px;
        visibility: visible;
        display: inline;
    }

    #loginbutt {
        left: 240px;
        top: 13px;
        width: 80px;
        height: 28px;
        visibility: hidden;
        display: none;
    }

    #notif {
        left: 241px;
        top: 23px;
        width: 21px;
        height: 18px;
        visibility: visible;
        display: inline;
    }

    #wb_carticon {
        left: 197px;
        top: 17px;
        width: 49px;
        height: 20px;
        visibility: visible;
        display: inline;
        color: #F5F5F5;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        margin: 0;
        padding: 0;
    }

    #carticon {
        width: 49px;
        height: 20px;
    }

    #carticon i {
        line-height: 20px;
        font-size: 20px;
        width: 19px;
    }

    #mmenu {
        left: 275px;
        top: 13px;
        width: 44px;
        height: 34px;
        visibility: visible;
        display: inline;
    }

    #menuit {
        left: 180px;
        top: 21px;
        width: 82px;
        height: 18px;
        visibility: hidden;
        display: none;
    }

    #signupbutt {
        left: 195px;
        top: 12px;
        width: 113px;
        height: 36px;
        visibility: hidden;
        display: none;
    }

    #menu {
        width: 226px;
        height: 575px;
        visibility: hidden;
        display: none;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.94);
        background-image: none;
        margin: 0;
    }

    #menu {
        margin: 0;
    }

    #memoho {
        left: 2px;
        top: 55px;
        width: 220px;
        height: 510px;
        visibility: visible;
        display: inline;
    }
}

.cool-link {
    display: inline-block;
    color: #A9A9A9;
    text-decoration: none;
}

.cool-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #A9A9A9;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
}

.select {
    display: inline-block;
}

.select::after {
    display: block;
    content: "";
    height: 2px;
    background: #A9A9A9;
}

.gb {
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 8px;
    white-space: pre-wrap;
}

.gb::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #FFFFFF;
    border-radius: 4px;
    transform: scale(0);
    transition-property: transform, opacity;
}

.gb:hover::before {
    opacity: 0.25;
    transform: scale(1);
}

.logo img {
    object-fit: contain;
    vertical-align: middle;
    max-width: 165px;
    max-height: 50px;
    width: auto;
    height: auto;
}

ct {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Tahoma;
    background-color: #00CED1;
    border-radius: 3px;
    padding: 2px;
}

#mbut {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 4px;
    background-color: #F5F5F5;
    margin: 5px 0;
    transition: 0.6s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 5px);
    transform: rotate(-45deg) translate(-9px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px);
    transform: rotate(45deg) translate(-8px, -4px);
}

.buttn {
    background-color: #00CED1;
    border: none;
    color: white;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
}

.mlink {
    display: block;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 10px;
    color: #F7F7F7;
    border: 0px solid #2E2E2E;
    font-family: Arial;
    font-weight: normal;
    font-size: 19px;
    font-style: normal;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mlink:hover {
    color: #00CED1;
    background-color: #343643;
    border: 0px solid #2E2E2E;
}

#menu {
    z-index: 10001 !important;
    position: fixed !important;
    height: 100vh !important;
}