.antispam { display:none;}

.register-area{
	height: auto;
	padding: 5rem 0;
}
#login-form {
	height: auto;
	padding: 1rem 0;
}
@media (min-width: 768px) {
.register-area, #login-form {
	height: 100vh;
}
}
.download-items a:hover {
	color: #ff0 !important;
}
.download-area {
	display: none;
}
.registered, .exit, .mouse_down {
	cursor: pointer;
}
.thanx {
	display: none;
}
.reg_click {
	cursor: pointer;
	text-decoration: underline;
} 
.reg_click:hover {
	text-decoration: none;
} 

#mouse_button {
	animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
#mobile_mouse_button {
	animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
.sign_new {
	right: 0;
	bottom: 8rem;
}
.lime_badge {
	margin-top: -2rem;
	position: absolute;
}
.log_new {
	right: 0;
	bottom: 2rem;
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(10px)
    }
}
html {
	height: 100%;
}
body {
    font-family: 'GT Walsheim Medium';
    color: #3c3c3b;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

.fade-content {
    opacity: 0;
}

.spacer1 {
    height: 1rem;
}

.spacer2 {
    height: 2rem;
}

.spacer3 {
    height: 3rem;
}

.spacer4 {
    height: 4rem;
}

.spacer5 {
    height: 5rem;
}

.spacer6 {
    height: 6rem;
}

.spacer7 {
    height: 7rem;
}

.spacer8 {
    height: 8rem;
}

.spacer9 {
    height: 9rem;
}

.spacer10 {
    height: 10rem;
}

img {
    min-height: 0.01px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.img-fluid_full {
    display: block;
    width: 100%;
    height: auto;
}

.image-fill {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.vh-fix {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
}

.bg-primary {
    background-color: #3c3c3b !important;
}

.text-primary {
    color: #3c3c3b !important;
}

.bg-secondary {
    background-color: #ff0 !important;
}

.text-secondary {
    color: #ff0 !important;
}

h1 {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.3rem;
}

.small {
    font-size: 0.6rem;
}

#landing {
    background-image: url('../img/top_bak.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.divider {
    background-image: url('../img/main_divider.svg');
    height: 0.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.divider_dark {
    background-image: url('../img/black_divider.svg');
    height: 0.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.divider_small {
    background-image: url('../img/small_yellow_divider.svg');
    height: 0.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.position-left-bottom {
    right: 0;
    bottom: 0;
}
.position-left-top {
    right: 0;
    top: 0;
}

.mouse_down {
    height: 7.75rem;
}
.new_buts {
	width: 7.75rem;
	height: 7.75rem;
	z-index: 100;
}

.form-control {
    height: 2rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ececeb;
    background-clip: padding-box;
    border: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.active {
    border: 0.1rem solid #3c3c3b;
}

.btn {
    font-size: 0.85rem;
    padding: 0.5rem 0;
}

.btn-secondary {
    color: #3c3c3b;
    background-color: #ffff00;
    border-color: #ffff00;
}
.btn-secondary:hover {
    color: #ffff00;
    background-color: #3c3c3b;
    border-color: #3c3c3b;
}

.btn-dark {
    color: #ffff00;
    background-color: #3c3c3b;
    border-color: #3c3c3b;
}

.btn-dark:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.valid-box {
    height: 2rem;
    padding: .375rem .75rem;
}

@media (min-width: 768px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 18px;
    }

    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 20px;
    }

    .container {
        max-width: 1540px;
    }
}

@media (max-width: 767px) {

    html {
        font-size: 16px;
    }

    body {
        font-size: 1.1rem;
    }

    .container {
        padding: 0 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .form-control,
    .valid-box {
        height: 2.5rem;
    }

    .btn {
        font-size: 1rem;
        padding: 0.75rem 0;
    }

    .small {
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {

    html {
        font-size: 3.5vw;
    }
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GTWalsheim-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Medium';
    src: url('../fonts/GTWalsheim-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Bold';
    src: url('../fonts/GTWalsheim-Bold.woff2') format('woff2'),
        url('../fonts/GTWalsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maax Bold';
    src: url('../fonts/Maax-Bold.woff2') format('woff2'),
        url('../fonts/Maax-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-reg {
    font-family: 'GT Walsheim';
}

.font-bold {
    font-family: 'GT Walsheim Bold';
}