body {
  font-family:Lato;
  color:#ffffff;
  width:100%;
  height:100%;
}

html {
  width:100%;
  height:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -moz-font-smoothing:antialiased;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
}

#particles-js {
  position:absolute;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:50% 50%;
  z-index:-1;
}

.main-gradient {
  background:linear-gradient(1deg, #050029 0%, #060032 0%, #0a0012 70%);
}

.navbar-default {
  background:#0a0012;
  border-color:transparent;
}

.navbar-default .navbar-nav > li > a {
  font-weight:400;
}

.navbar-default .navbar-nav > li > a {
  color:rgba(255, 255, 255, 0.4);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color:#ffffff !important;
  background-color:transparent !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image:none;
}

.navbar-default .navbar-toggle {
  border-color:transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color:transparent;
}

.par-section h1 {
  font-weight:300;
}

p.contact-info, 
.contact-info a {
  color:#ffffff;
  font-weight:300;
  font-size:24px;
  line-height:150%;
  overflow:hidden;
}

p.description {
  height:100%;
  /*padding-top:50px;*/
  color:#ffffff;
  font-weight:300;
  font-size:24px;
  line-height:150%;
  overflow:hidden;
}

.inactive {
  opacity:0.2;
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}

.navbar-brand {
  background-image:url("../img/aliens_logo.svg");
  background-size:30px 30px;
  background-position:center center;
  background-repeat:no-repeat;
  width:30px;
  height:30px;
  margin-right:20px !important;
}

#intro svg {
  width:60%;
}

.svg-name {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
}

.svg-name.first-step {
  -webkit-animation-delay:0.5s;
  -moz-animation-delay:0.5s;
  animation-delay:0.5s;
}

.team-hero svg {
  padding-top:3em;
  width:250px;
}

.aliens-hero {
  font-weight:100;
  font-size:6em;
  color:rgba(255, 255, 255, 0.4);
}

.section-header {
  color:rgba(255, 255, 255, 0.4);
  text-transform:uppercase;
  padding-bottom:50px;
}

.bounce {
  position:absolute;
  bottom:30px;
  left:50%;
  width:60px;
  height:60px;
  margin-left:-30px;
  animation:bounce 2s infinite;
  -webkit-animation:bounce 2s infinite;
  -moz-animation:bounce 2s infinite;
  -o-animation:bounce 2s infinite;
}

.chevron-down {
  width: 24px;
  height: auto;
}

.btn-primary.btn-square {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border:1px solid #5a42ff;
}

.btn-primary.btn-square:not(:last-of-type) {
  margin-right: 4px;
}

.btn-primary.btn-square[social] {
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
}

.btn-primary.btn-square[social]:hover {
  background-color: #584d94;
}

.btn-primary.btn-square[social="fb"] {
  background-image: url("../img/facebook.svg");
}

.btn-primary.btn-square[social="tt"] {
  background-image: url("../img/twitter.svg");
}

#contact .nav-social .btn-primary.btn-square {
  width: 48px;
  height: 48px;
}

#contact .nav-social .btn-primary.btn-square[social] {
  background-size: 34px 34px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform:translateY(0);
  }
  40% {
    transform:translateY(-30px);
  }
  60% {
    transform:translateY(-15px);
  }
}

#contact .container {
  height:100%;
}

#contact .col-lg-12 {
  height:100%;
}

.fa {
  margin-bottom:30px;
}

#contact p {
  font-size:1.6em;
}

#contact p.contact {
  padding-top:20px;
  font-size:1.8em;
}

.foot {
  position:relative;
  bottom:100px;
  left:0;
  right:0;
  font-size:12px;
  color:rgba(255,   255,   255, 0.4);
  margin:auto;
}

.foot-logo {
  background-image:url("../img/aliens_logo.svg");
  background-size:20px 20px;
  background-position:center center;
  background-repeat:no-repeat;
  height:30px;
}

.intro-section {
  padding-top:7%;
  text-align:center;
  min-height:100%;
}

.cs-players {
  padding-top:10vh;
  height:auto;
}

.cs-players div.player-box {
  display:inline-block;
  vertical-align:top;
}

.game-title {
  font-size:24px;
  padding-bottom:60px;
  font-weight:300;
  /*color:rgba(255, 255, 255, 0.4);*/
}

.player-row {
  padding-top:10px;
  font-size:24px;
}

.player-name {
  font-size:24px;
  font-weight:600;
  /*color:rgba(255, 255, 255, 0.4);*/
}

.player-box {
  width:180px;
}

.player-box img {
  width:120px;
  height:120px;
  border-radius:10px;
}

.player-box span {
  display:block;
  padding-top:20px;
  padding-bottom:20px;
}

#team.container {
  position:relative;
  z-index:9999;
}

#about.par-section, #matches.par-section, #results.par-section, #contact.par-section, #news.par-section, #team.par-section {
  padding-top:150px;
  text-align:center;
  background-color:#060032;
}

#about.par-section, #matches.par-section, #results.par-section, #news.par-section, #team.par-section {
  min-height:100%;
}

#contact.par-section {
  height:100%;
}

.clear:before, .clear:after {
  content:" ";
  display:table;
}

.clear:after {
  clear:both;
}

.team-logo {
  width:40px;
  height:40px;
  overflow:hidden;
}

.match-row-clear {
  border:1px solid red;
}

.match-inside, .match-esential, .row-2 {
  background-color:rgba(255, 255, 255, 0.25);
}

.match-team-name, .a-match-team-name {
  font-weight:700;
  font-size:20px;
}

.match-time {
  font-size:18px;
}

.match-score, .match-score-vs, .a-match-score, .a-match-score-vs {
  font-weight:700;
  font-size:40px;
}

.team-country-flag {
  width:20px;
  height:20px;
  line-height:20px;
}

.resp-row, .a-resp-row {
  height:60px;
  line-height:60px;
  vertical-align:middle;
}

.row-group {
  display:inline-block;
  margin-left:-4px;
}

.match-team-name a, .match-team-name a:link, .match-team-name a:hover, .match-team-name a:active {
  color:#FFFFFF !important;
  text-decoration:none;
}

@media (max-width: 1199px) {
  .navbar-brand {
    margin-left:25px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav > li > a, .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    font-size:16px;
  }
}

@media (max-width:767px) {
  .navbar-collapse {
    background-color:rgba(255, 255, 255, 0.15);
  }
}

@media (max-width: 1199px) {
  .intro-section, #about.par-section, #matches.par-section, #results.par-section, #contact.par-section {
    padding-top:50px;
  }
}

@media (max-width: 1199px) {
  .fa {
    margin-bottom:10px;
  }
}

@media (max-width: 1199px) {
  #intro svg {
    width:90%;
  }
}

@media (max-width: 1199px) {
  .game-title, .player-name {
    font-size:20px;
  }
}

@media (max-width: 1199px) {
  .player-box span {
    padding-top:5px;
  }
}

@media (max-width: 1199px) {
  .cs-players {
    height:100%;
  }
}

@media (max-width: 1199px) {
  .row-1 {
    margin-top:30px;
  }
}

@media (max-width: 1199px) {
  .row-3 {
    margin-bottom:20px;
  }
}

@media (max-width: 1199px) {
  .row-group {
    display:block;
  }
}

@media (max-width: 1199px) {
  .match-time span {
    padding:0 5px;
  }
}

@media (max-width: 1199px) {
  .match-esential {
    height:60px !important;
    line-height:60px !important;
    vertical-align:middle;
  }
}

@media (max-width: 1199px) {
  .a-resp-row {
    display:inline-block;
  }
}

@media (max-width: 1199px) {
  .resp-row {
    display:block;
    height:30px;
    line-height:30px;
    vertical-align:middle;
  }
}

@media (max-width: 1199px) {
  .match-broadcast {
    padding-top:10px;
  }
}

@media (max-width: 1199px) {
  .a-match-team-badge {
    width:25%;
  }
}

@media (max-width: 1199px) {
  .a-match-score {
    width:20%;
  }
}

@media (max-width: 1199px) {
  .right-align, .left-align {
    text-align:center;
  }
}

@media (min-width:768px) {
  .navbar {
    background-color: #0a0012;
    padding:20px 0;
    -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
    transition:background .5s ease-in-out,padding .5s ease-in-out;
  }
}

@media (min-width:1200px) {
  .top-nav-collapse {
    padding:0;
  }
}

@media (min-width:1200px) {
  .row-group {
    margin-top:20px;
    margin-bottom:20px;
  }
}

@media (min-width:1200px) {
  .resp-row, .a-resp-row {
    display:inline-block;
  }
}

@media (min-width:1200px) {
  .row-1, .row-3 {
    width:11%;
  }
}

@media (min-width:1200px) {
  .row-2 {
    width:76%;
  }
}

@media (min-width:1200px) {
  .match-time span {
    height:30px;
    line-height:30px;
    display:block;
  }
}

@media (min-width:1200px) {
  .match-time, .match-broadcast {
    width:100%;
  }
}

@media (min-width:1200px) {
  .match-team-country {
    width:3%;
  }
}

@media (min-width:1200px) {
  .match-team-name {
    width:28%;
  }
}

@media (min-width:1200px) {
  .match-esential {
    width:35%;
  }
}

@media (min-width:1200px) {
  .match-team-badge {
    width:6%;
  }
}

@media (min-width:1200px) {
  .a-match-team-badge {
    width:25%;
  }
}

@media (min-width:1200px) {
  .match-score {
    width:5%;
  }
}

@media (min-width:1200px) {
  .a-match-score {
    width:20%;
  }
}

@media (min-width:1200px) {
  .match-time {
    padding-right:20px;
  }
}

@media (min-width:1200px) {
  .match-broadcast {
    padding-left:20px;
  }
}

@media (min-width:1200px) {
  .right-align {
    text-align:right;
  }
}

@media (min-width:1200px) {
  .left-align {
    text-align:left;
  }
}

