@font-face {
  font-family: 'Raleway';
  src: url('Raleway-Medium.ttf');
}
@font-face {
  font-family: 'Raleway';
  src: url('Raleway-Bold.ttf');
  font-weight: bold;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 936px;
}
@media (max-width: 936px) {
    .container {
        width: 100% !important;
    }
    .players {
        width: 60%;
    }
}
html, body {
    height: 100%;
}
body {
    font-family: 'Raleway';
    color: #FFF;
    background: url("../images/background.png") no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
@media (prefers-color-scheme: dark) { 
    body {
	background:
	linear-gradient(
          rgba(0, 0, 0, 0.7), 
          rgba(0, 0, 0, 0.7)
        ),
    url("../images/background.png") no-repeat;
    background-color: black;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    }
}

.btn-default {
    background: transparent;
    border-radius: 2px;
    padding: 10px;
    margin-top: 20px;
    color: #FFF;
    border: 1px solid rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    border: 1px solid rgb(255, 255, 255);
    color: #888;
    box-shadow: none;
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation {
    margin-bottom: 30px;
}

.text {
    margin-bottom: 30px;
}

.text-box {
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    text-align: center;
    background: rgba(63, 63, 63, 0.8);
    color: #EEE;
    width: 300px;
    font-weight: 500;
    padding: 15px;
}

.testimonial {
    margin-left: 5px;
    marin-right: 5px;
    border-radius: 2px;
    text-align: center;
    background: rgba(63, 63, 63, 0.8);
    color: #EEE;
    width: 32%;
    font-weight: 500;
    padding: 15px;
}

.logoimg {
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.logoimg:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transform: scale3d(1.10, 1.10, 1.10);
}

/*
 * Vote Styles
 */

.vote {
    margin-top: 20px;
}

.vote > .col-md-12 {
    margin-bottom: 20px;
}

.vote > .col-md-12 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.vote > .col-md-12:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transform: scale3d(1.05, 1.05, 1.05);
}

.vote > .col-md-12:hover:last-of-type {
    transform: none;
}

.vote > .col-md-12 .btn-block {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/*
 * Logo
 */

.logo {
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
/*
 * nln
 */

.votebox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 2px;
    background: rgba(63, 63, 63, 0.8);
    text-align: center;
    color: #EEE;
    font-weight: 500;
    font-size: 16px;
}

/*
 * Player Module
 */

.players {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 2px;
    background: rgba(63, 63, 63, 0.8);
    text-align: center;
    color: #EEE;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 936px) {
    .container {
        width: 100% !important;
    }
    .players {
        width: 80%;
    }
}

.players > p {
    margin: 0;
}

.players .online {
    padding: 5px 8px;
    font-weight: bold;
    margin: 0 4px 0 4px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.players .ip {
    margin-top: 10px;
}

.ip .tip {
    visibility: hidden;
    width: 190px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    text-transform: none;
    
    /* Position */
    position: absolute;
    z-index: 1;
    top: 97%;
    left: 50%;
    margin-left: -95px;
}

.ip:hover .tip {
    visibility: visible;
}

.ip:hover {
    -webkit-stroke-width: 1.3px;
    -webkit-stroke-color: #FFFFFF;
    -webkit-fill-color: #FFFFFF;
    text-shadow: 1px 0px 20px yellow;
}

/*
 * Links
 */

.links {
    margin-top: 30px;
}

.links .col-md-4,
.links .col-sm-4,
.links .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

.navigation {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.navigation > h3,
.navigation > p {
    font-weight: 200;
}

.navigation > h3 {
    margin-bottom: 10px;
}

.navigation > p {
    font-size: 18px;
    margin-bottom: 20px;
}

.navigation img {
    width: 50%;
}

.navigation img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.navigation img:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transform: scale3d(1.15, 1.15, 1.15);
}



.bignavigation {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.bignavigation > h3,
.bignavigation > p {
    font-weight: 200;
}

.bignavigation > h3 {
    margin-bottom: 10px;
}

.bignavigation > p {
    font-size: 18px;
    margin-bottom: 20px;
}

.bignavigation img {
    width: 60%;
}

.bignavigation img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.bignavigation img:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transform: scale3d(1.15, 1.15, 1.15);
}




/* Maintenance */
.maintenance {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 2px;
    background: rgba(222, 82, 70, 0.8);
    text-align: center;
    color: #EEE;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

/* Video */
.video {
    margin-top: 50px;
}

/* Social Media */

.social {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.social .fa {
    font-size: 50px !important;
}

.social img {
    width: 50px;
}
.social a,img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.social a:hover,img:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transform: scale3d(1.30, 1.30, 1.30);
}

.img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    margin-bottom: 10px;
}
