@import url('http://fonts.googleapis.com/css?family=Raleway:500,700,200,300');

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

.container {
  width: 936px;
}

body {
  background: #4cbde7;
  font-family: 'Raleway';
  color: #FFF;
}

@media (min-width: 992px) {
  .links .col-md-2 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .links .col-md-2 {
    width: 20%;
  }
}

.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: 50px;
}

.text {
  margin-bottom: 30px;
}

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

#logo {
  -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);
}

#logo: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 Styles
*/

.vote {
  margin-top: 35px;
}

.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: 15%;
}

/*
  * Logo
*/

.logo {
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 40px;
}

.logo h1 {
  margin-top: 125px;
  font-size: 64px;
}

.logo h2 {
  font-size: 48px;
}
/*
* 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: 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;
  text-transform: uppercase;
  font-size: 16px;
}

.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;
}

/*
  * Links
*/

.links {
  margin-top: 30px;
}

.links .col-md-2,
.links .col-sm-2,
.links .col-xs-2 {
  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);
}

/* 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 */

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

.socialmedia img {
    width: 30px;
}
.socialmedia 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);
}

.socialmedia 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);
}
