@charset "utf-8";
/* CSS Document */
.header-top {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 750px;
    height: 50px;
    background: #000;
}
.logo {
    text-align: center;
    /* padding: 11px 0; */
}
.logo img {
    max-width: 160px;
}
.reg-wrapper {
    float: right;
    padding: 11px 8px 10px 0;
    color: #fff;
}

.float-menu-btn {
    background: transparent;
    border: none;
    padding: 13px 10px;
}
.float-menu-btn:focus {
	outline: 0;
}
.nav-icon {
    width: 28px;
	margin: 0;
}
.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
	background-color: #ffb900;
	border-radius: 6px;
	content: '';
	display: block;
	height: 3px;
	margin: 4px 0;
	transition: all .2s ease-in-out;
}
.nav-icon:hover:before {
	transform: translateY(6px) rotate(135deg);
}

.nav-icon:hover:after {
	transform: translateY(-8px) rotate(-135deg);
}

.nav-icon:hover div {
	transform: scale(0);
}
.register-btn {
    color: #000;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.28);
    background: linear-gradient(to bottom, rgba(255,248,204,1) 0%, rgba(215,162,65,1) 15%, #eec95b 100%);
}
.register-btn:hover,.register-btn:focus {
	color: #fff;
	background: linear-gradient(to bottom, rgba(255,248,204,1) 0%, rgba(215,162,65,1) 15%, #eec95b 100%);
}
.login-btn {
    display: inline-block;
    padding: 0 6px;
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.28);
    background: #000000;
    border: 1px solid #ffb900;
}

.sync-font {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 0;
    color: #ffffff;
}
.sync-font:hover {
	color: #ff4c52;
}
.balance-sync {
    font-weight: 500;
}
.header-in {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}














































