#topfix {
    position: fixed;
    width: 100%;
    max-width: 1000px;
    height: 50px;
    top: 0px;
    /* left: 0; */
    /* right: 0; */
    z-index: 9000;
    /* border-top: 20px solid #fff; */
    transition: all 300ms;
    border-bottom: 30px solid rgb(0 0 0 / 0%);
    background-clip: padding-box;
    box-sizing: content-box;
}

#topbar {
    position: absolute;
    background: #ffffff;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.11); */
    z-index: 10000;
    /* box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18); */
    overflow: visible;
}

#pushdown {
    height: 50px;
    width: 100%;
    background: transparent;
}

.numpad {
    position: absolute;
    background: url(../images/numpad-bg.png) no-repeat center 3px;
    background-size: 81px;
    width: 70px;
    height: 50px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    text-indent: 999em;
    overflow: hidden;
    display: none;
}

.listpad {
    position: absolute;
    background: url(../images/listpad.png) no-repeat center 0px;
    background-size: 70px;
    width: 70px;
    height: 50px;
    top: 0;
    left: 50%;
    margin-left: -35px;
    text-indent: 999em;
    overflow: hidden;
    display: none;
}

a:active.numpad {
    background: url(../images/numpad-bg-active.png) no-repeat center 5px;
    background-size: 60px;
}

.hidenumpad {
    display: none!important;
}

.back {
    position: absolute;
    height: 50px;
    width: 80px;
    /* padding-top: 10px; */
    /* padding-left: 15px; */
    background: url(../images/icon_back.png) no-repeat 14px center;
    background-size: 20px;
}

.inv .back {
    position: absolute;
    height: 60px;
    width: 80px;
    padding-top: 12px;
    padding-left: 10px;
    background: url(../images/icon_back_inv.png) no-repeat 10px 16px;
    background-size: 24px;
}

.hideback, .backopen {
    display: none;
}

.backtest {
    display: none;
}

a.back, a:visited.back {
    color: #666;
    font-size: 26px;
    text-decoration: none;
}

a:active.back {
    /*! background: -webkit-radial-gradient(center ellipse,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */
    /*! background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */
    /* background: url(../images/icon_back_a.png) no-repeat 10px 20px; */
    /* background-size: 24px; */
}

.back p {
    font-size: 26px;
}

#homeicon {
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    display: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

#homeicon.show {
    display: block;
}

#overlay {
    height: 100%;
    position: fixed;
    /* max-width: 1000px; */
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7000;
    background: rgb(255 255 255 / 37%);
    display: block;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,200vhpx);
    opacity: 0;
    display: none;
}

#overlay.open {
    display: block;
    -webkit-transform: translate(0px,1px);
    transform: translate(0px,0px);
    opacity: 1;
    display: block;
}

#menu {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    background: transparent;
    max-height: 100%;
    position: fixed;
    overflow-y: auto;
    top: 50px;
    right: auto;
    z-index: 88889;
    /* transform: translate(110vw,0px); */
    transition: all 200ms;
    transform: scale(0) translateX(-0px);
    transform-origin: top right;
    /* border-top: 1px solid #ddd; */
}

#menu.open {
    transform: translate(0px,14px);
    transform: scale(1) translateX(-0px);
    /* transform: translateX(-10px); */
    transition: all 200ms;
}

#menu a, #menu a:visited, #size-button, #invert-button {
    font-size: 125%;
    font-weight: 300;
    background: #ffffff;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 8px 20px 15px;
    display: block;
    color: #525252;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-left: 42%;
    margin-right: 10px;
    min-height: 44px;
    /* width: 96%; */
    box-shadow: -5px 0 10px #00000014;
}

.inv #menu a, .inv #menu a:visited, .inv #size-button, .inv #invert-button {
    background: rgb(12 16 22);
    color: #FFF;
    border-bottom: 1px solid #333;
}

.menufirst {
    border-top: 1px solid#dfdfdf!important;
}

.inv .menufirst {
    border-top: 0px solid#333!important;
}

#navbutton {
    height: 50px;
    width: 70px;
    position: absolute;
    right: 0;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 29px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    right: 9px;
    top: 15px;
    /* transform: translateY(-50%); */
    /* overflow: hidden; */
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 29px;
    background: #424242;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    background: #2c2c2c;
}

.inv #nav-icon1 span, .inv #nav-icon3 span, .inv #nav-icon4 span {
    background: #FFF;
}

/* Icon 3   #nav-icon3.open span{ background:#D73E3E} */
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    opacity: 0;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 2px;
}

#nav-icon3.open span:nth-child(4) {
    opacity: 0;
}

#menu a p:first-child {
    color: #474747;
    font-size: 111%;
}

.inv #menu a p:first-child {
    color: #FFF;
    font-size: 120%;
}

.menuwrap {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
