* {
    box-sizing: border-box;
}

body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 100vh;
}

footer {
    padding: 30px 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: relative;
	bottom: 10px;
	right: 10px;
    width: 100%;
    z-index: 10000;
    clear: both;
}

a {
    color: inherit;
    text-decoration: none;
}

.bg-player {
    background-image: linear-gradient(90deg, #191919, #48484A);
}


/* ### BACKGROUNDS ### */

.bg-exit {
    background-image: url('/img/bg_choose.jpg');
    background-size: 100% auto;
    background-position: 50% 0;
    background-color: #111;
    background-repeat: no-repeat;
}

.bg-index {
    background-image: url('/img/bg_index.jpg');
    background-size: cover;
    background-position: 50% 0;
    background-color: #111;
    background-repeat: no-repeat;
}
.bg-index.bg-alt {
    background-image: url('/img/bg_index.jpg');
}

.bg-choose {
    background-image: url('/img/bg_choose.jpg');
    background-size: cover;
    background-position: 50% 0;
    background-color: #111;
    background-repeat: no-repeat;
    padding: 25% 0 0 0;
}

@media (max-width: 1023px) {
    .bg-exit {
        background-image: url('/img/bg_index.jpg');
        background-size: cover;
        min-height: 100vh;
    }
    .bg-index {
        background-image: url('/img/bg_index.jpg');
        background-size: cover;
        min-height: 100vh;
    }
    .bg-choose {
        background-image: url('/img/bg_index.jpg');
        background-size: cover;
        min-height: 100vh;
    }
}

#bg-player {
    background: linear-gradient(to right, #262626, #999999);
}


/* ### TITLES ### */

.choose-title {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}

.exit-title {
    color: #ffffff;
    font-size: 30px;
    margin: 7% 0 0 0;
    text-align: center;
    text-transform: uppercase;
}

.join-title {
    background-image: url('/img/flag.png');
    background-position: 87% 0%;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    color: #ffffff;
    font-size: 80px;
    font-weight: 200;
    letter-spacing: 5px;
    padding: 5% 0;
    text-align: center;
    text-transform: uppercase;
}


/* ### BUTTONS, ACTION DIV ### */

.join-button {
    color: #be0000;
    font-size: 10rem;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -2%;
    position: relative;
    display: inline-block;

}

.join-button-circle {
    background-color: #3e3e64;
    border-radius: 20px;
    height: 40px;
    margin: 0 auto;
    bottom: 76px;
    right: 44px;
    width: 40px;
    position: absolute;
    -webkit-animation: pulse-anim 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
    animation: pulse-anim 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

@-webkit-keyframes pulse-anim {
    0% {
        background-color: #3e3e64;
    }
    50% {
        background-color: #3e3e64;
    }
    100% {
        background-color: #be0000;
    }
}
@keyframes pulse-anim {
    0% {
        background-color: #be0000;
    }
    50% {
        background-color: #3e3e64;
    }

    100% {
        background-color: #be0000;
    }
}

.choose-exit,
.choose-join {
    border-radius: 90px;
    font-size: 28px;
    font-weight: bold;
    height: 180px;
    margin: 15% auto 2% auto;
    padding-top: 70px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 500ms;
    width: 180px;
}

.choose-exit {
    color: #b90202;
    border: solid 7px #b90202;
}

.choose-join {
    color: #1ee00c;
    border: solid 7px #1ee00c;
}


/* ### HOVER ### */

.choose-exit:hover {
    background-color: #b90202;
    color: #ffffff;
}

.choose-join:hover {
    background-color: #1ee00c;
    color: #ffffff;
}

.choose-icon:hover {
    background: none;
    color: #ffffff;
}

/* ### DIV, OVERLAY, OTHER ### */

.choose-icon {
    background-color: #ffffff;
    border-radius: 100px;
    color: #000000;
    font-size: 60px;
    font-weight: bold;
    height: 200px;
    margin: auto;
    padding-top: 65px;
    position: relative;
    z-index: 100;
    text-align: center;
    transition-duration: 500ms;
    width: 200px;
}

.choose-icon-border {
    border: solid 10px #ffffff;
    border-radius: 120px;
    height: 240px;
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 70px;
    width: 240px;
}

.exit-film {
    margin: 0 auto;
    text-align: center;
}

.exit-film video {
    height: auto;
    width: 75%;
}

#overlay-index {
    padding-top: 7%;
}

@media (max-width: 767px) {
    #overlay-index {
        padding-top: 35%;
    }
}

#overlay-index.login-register {
    padding-top: 17%;
}

.yt-views {
    color: #eee;
    text-align: center;
	font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
}

#delay {
    visibility: hidden;
    transition-duration: 1000ms;
}


/* ### FORM ### */

.form-login {
    background: none;
    border: none;
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
    display: block;
    font-size: 26px;
    height: 40px;
    font-weight: 300;
    margin-top: 25px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    outline: none !important;
}

.form-registration {
    background: none;
    border: none;
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
    display: block;
    font-size: 26px;
    height: 40px;
    font-weight: 300;
    margin-top: 25px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    outline: none !important;
}

.form-button {
    background-color: #ffffff;
    color: #000000;
	font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 10px;
    padding: 7px 15px 7px 15px;
    text-transform: uppercase;
    transition-duration: 500ms;
	outline: none;
	border: 1px solid #000;
	cursor: pointer;
	display: inline-block;
}

.form-button:hover {
    background: none;
    border: solid 1px #ffffff;
    color: #ffffff;
}

.form-button#reset {
	background: none;
    border: solid 1px #ffffff;
    color: #ffffff;
	font-weight: 300 !important;
	opacity: 0.8;
}

.form-button.register {
	float: right;
}

::placeholder {
	color: #d6d6d6;

}

form p {
    color: #ffffff;
    display: inline-block;
}

.form-title h3 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 200;
    margin: 0;
    text-transform: uppercase;
}

.form-title h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 200;
    margin: 0;
    text-transform: uppercase;
}

.form-title h4>span {
    display: block;
    font-size: 24px;
}

.register-login-button {
    border: solid 3px #ffffff;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin: 0 100px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 500ms;
}

.margined-3 {
    margin-top: 20%;
}

.register-login-button span {
    display: block;
    font-size: 18px;
}

.register-login-button:hover {
    background-color: #ffffff;
    ;
    color: #000000;
}

.registration-error {
    color: #b90202;
    border-left: solid 3px #b90202;
    font-size: 18px;
    padding: 5px;
}

.payment-title {
    color: #ffffff;
    font-size: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.payment {
    background-color: #ffffff;
    color: #000000;
    height: 200px;
    font-size: 46px;
    border-radius: 100px;
    width: 200px;
    margin: 10px auto;
    text-align: center;
    padding-top: 50px;
    position: relative;
    transition-duration: 500ms;
    z-index: 40;
}

.payment:hover {
    background: none;
    color: #ffffff;
}

.payment img {
    max-height: 120px;
    max-width: 180px;
}

.paypal {
    position: relative;
    bottom: 20px;
}

.dotpay {
    position: relative;
    top: 20px;
}

.payment span {
    display: block;
    font-size: 30px;
}

.payment-border {
    background: none;
    border: solid 5px #ffffff;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    margin: 0 auto;
    position: relative;
    bottom: 220px;
}

.margined-5 {
    padding: 0 190px;
}

#register {
    display: none;
}

.bg-start {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.start-margined {
    margin-top: 20%;
}

.payment em {
    display: block;
    font-size: 14px;
}

.payment-table {
    background-color: #ffffff;
    border: solid 1px #000000;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 18px;
}

.payment-table tr {
    padding: 10px;
}

.payment-table td {
    text-align: center;
    border: 1px solid #000000;
    padding: 10px;
    width: 200px;
}

.ptt {
    background-color: #dbdbdb;
    text-transform: uppercase;
}

.login-button {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0.5;
    transition-duration: 500ms;
    z-index: 100;
}

.login-button:hover {
    opacity: 1.0;
}

.payment-title span {
    display: block;
    font-size: 20px;
}

.payment-border-2 {
    background: none;
    border: solid 5px #ffffff;
    width: 155px;
    height: 155px;
    border-radius: 110px;
    margin: -150px auto 0 auto;
    position: relative;
    top: 3px;
    left: -105px;
}

.payment-smaller {
    background-color: #b90202;
    color: #ffffff;
    height: 140px;
    font-size: 22px;
    border-radius: 100px;
    width: 140px;
    margin:auto 0 auto;
    text-align: center;
    padding-top: 25px;
    position: relative;
    transition-duration: 500ms;
    z-index: 40;
}

.payment-smaller:hover {
    background-color: #ffffff;
    color: #000000;
}

.positioned-center {
    position: relative;
    bottom: 155px;
    text-align: center;
}

.terms-block {
    color: #ffffff;
    font-size: 20px;
    padding: 70px 0;
}

.terms-block ol {
    line-height: 1.5em;
}

.terms-block li {
    margin: 20px 0;
}

.terms-block h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.terms-block-button {
    display: block;
    padding: 10px 30px;
    margin-top: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 250px;
    margin-left: 40px;
    transition-duration: 500ms;
}

.terms-block-button:hover {
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
}

h1.payment-title {
    text-align: center;
    display: block;
	font-family: 'Roboto', sans-serif;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 46px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
p.center-text {
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-align: center;
    max-width: 500px;
    display: block;
    margin: 0px auto;
}
button.center-button,
.dotpay-submit {
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    transition-duration: 500ms;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 40px auto 0px;
    padding: 7px 35px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}
button.center-button:hover, button.center-button:active, button.center-button:focus,
.dotpay-submit:hover, .dotpay-submit:active, .dotpay-submit:focus {
    color: rgb(255, 255, 255);
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}
.form-recover {
    font-family: Roboto, sans-serif;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    height: 30px;
    min-width: 300px;
    background: none;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid rgb(255, 255, 255);
    outline: none;
    margin: 35px auto 0px;
}
.loading {
    max-width: 50px;
    height: auto;
    max-height: 50px;
    margin: 0px auto;
}

/* Changes */
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.mw-100 {
    max-width: 100%;
}
.mh-100 {
    max-height: 100%;
}
.v-middle {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .hidden-up-to-sm {
        display: none;
    }
}
.mt-30 {
    margin-top: 30px;
}
.mv-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
