.front-indicator {
  width: 145px;
  margin: 5px 32px 15px 32px;
  background-color: #f6f6f6;
  color: #adadad;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
}
div.seatCharts-cell {
  color: orange;
  height: 20px;
  width: 25px;
  line-height: 20px;
}
div.seatCharts-space {
  background: none;
}
div.seatCharts-seat {
  color: #FFFFFF;
  cursor: pointer;
}
div.seatCharts-row {
  height: 30px;
}
div.seatCharts-seat.available {
  background-color: #996300;
}
div.seatCharts-seat.gigabit {
  background-color: green;
}
div.seatCharts-seat.focused {
  background-color: #76B474;
}
div.seatCharts-seat.selected {
  background-color: #EF4323;
}
div.seatCharts-seat.unavailable {
  background-color: #444;
}
div.seatCharts-seat.online {
  background-color: #57CBDE;
}
div.seatCharts-seat.ingame {
  background-color: #90BA3C;
}
div.seatCharts-seat.highlight {
  background-color: #cc0000;
}
div.seatCharts-container {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  margin: 20px;
}
ul.seatCharts-legend {
  margin: 0px;
  padding: 0px;
}
span.seatCharts-legendDescription {
  margin-left: 5px;
  line-height: 30px;
}
#selected-seats {
  max-height: 90px;
  overflow-y: scroll;
  overflow-x: none;
  width: 170px;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url('/static/fonts/BebasNeue-webfont.eot');
  src: url('/static/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/BebasNeue-webfont.woff') format('woff'), url('/static/fonts/BebasNeue-webfont.ttf') format('truetype'), url('/static/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.steam-ingame {
  border: 4px solid #90BA3C !important;
}
.steam-online {
  border: 4px solid #57CBDE;
}
.steam-game {
  width: 85%;
  image-rendering: optimizequality;
  margin: 7px auto;
}
.twitch-online-bar {
  background-color: #6441A5;
  color: white;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.twitch-online-bar a {
  color: white;
  text-decoration: underline;
}
.twitch-icon {
  width: 20px;
  height: auto;
}
.twitch-live {
  display: inline-block;
  background-color: #d44949;
  border-radius: 50%;
  position: relative;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  animation: blink 1s steps(2, start) infinite;
  -webkit-animation: blink 1s steps(2, start) infinite;
}
.twitch-stream {
  margin: 0px auto;
}
.twitch-wrapper {
  background-color: white;
  color: #222;
}
@keyframes blink {
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink {
  to {
    opacity: 0.5;
  }
}
.lol-match {
  text-align: center;
  color: #CFBA6B;
  background-color: #0b1016;
  padding: 10px;
  margin-bottom: 10px;
  background-image: url(http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Teemo_0.jpg);
  background-size: cover;
}
.lol-match .logo {
  max-width: 300px;
}
.lol-match .game-info {
  padding: 10px;
  background-color: rgba(11, 16, 22, 0.7);
}
.lol-match h3,
.lol-match h4 {
  text-align: center;
}
.lol-match .table tr > td {
  border-top: none;
  line-height: 32px;
}
.lol-match .goodguys td {
  text-align: right;
  color: #176faa;
}
.lol-match .badguys td {
  text-align: left;
  color: #b32b2b;
}
.lol-match .champion-icon {
  width: 32px;
  height: 32px;
}
.lol-match .vs {
  margin-top: 40px;
}
.lol-match .time {
  margin-top: 30px;
}
.csgo-match {
  text-align: center;
  background-color: #0b1016;
  background-image: url("/static/img/CS GO bg.png");
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 10px;
}
.csgo-match .logo {
  margin-top: 10px;
  max-width: 300px;
}
.csgo-match .game-info {
  margin-top: 30px;
  padding: 10px;
  background-color: rgba(11, 16, 22, 0.7);
}
.csgo-match img {
  width: 300px;
}
.dota2-match {
  text-align: center;
  background-image: url("/static/img/dota 2 bg.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  min-height: 300px;
  color: #CFBA6B;
}
.dota2-match .logo {
  margin-top: 10px;
  max-width: 300px;
}
.dota2-match .game-info {
  padding: 10px;
  background-color: rgba(11, 16, 22, 0.7);
  height: 300px;
}
.dota2-match .party-info {
  margin-top: 30px;
}
.dota2-match h2 {
  color: #9F4032;
}
.et2-match {
  text-align: center;
  background-image: url(/static/img/et2_bg.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  margin-bottom: 10px;
}
.et2-match h4 {
  padding: 20px;
  background-color: #0b1016;
  color: white;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  padding-top: 50px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  background-color: #0a1623;
}
hr {
  border-color: #EF4323;
  border-width: 1px;
  max-width: 100px;
}
.img-link {
  text-decoration: none;
}
hr.light {
  border-color: #0a1623;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #EF4323;
}
a:hover,
a:focus {
  color: #d02d0f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Franklin', Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 300;
}
.services,
h2 {
  color: #666;
}
h2 {
  font-size: 46px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sell {
  width: 100%;
  background-color: #eee;
  color: #0a1623;
  padding: 60px 0;
  padding-top: 30px;
  margin: 50px auto;
}
.sell p {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 14px !important;
  font-size: 16px !important;
  color: #0a1623 !important;
  font-weight: bold !important;
}
table {
  color: #fff;
}
#header-img {
  padding: 0px;
  height: 300px;
  background-size: cover;
  background-position: center;
}
#main-content {
  padding-top: 50px;
  background-repeat: repeat;
  /*background-image: url(/static/img/bg.png);*/
}
.bg-primary {
  background-color: #EF4323;
}
.bg-primary a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #ef9989;
}
.bg-primary a:hover,
.bg-primary a:focus {
  color: #d5d5d5;
}
.bg-dark,
#main-content {
  background-color: #0a1623;
  color: #eee;
}
.bg-light {
  background-color: #eee;
  color: #0a1623;
}
.text-faded {
  color: rgba(10, 22, 35, 0.7);
}
.well {
  background-color: black;
  color: #b3b3b3;
  border: none;
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: #0a1623;
  border-color: rgba(238, 238, 238, 0.05);
  border-bottom: none;
  font-family: 'Libre Franklin', Arial, sans-serif;
  letter-spacing: 2px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #EF4323;
  font-family: 'Libre Franklin', Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #d02d0f;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  color: #eee;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #EF4323;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #EF4323 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: #0a1623;
    border-color: rgba(238, 238, 238, 0.05);
    border-bottom: 2px solid #EF4323;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(238, 238, 238, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #eee;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(238, 238, 238, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #eee;
  }
  .navbar-default.affix {
    background-color: #0a1623;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #EF4323;
    font-size: 16px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #d02d0f;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #eee;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #EF4323;
  }
}
#corner-image {
  position: absolute;
  width: 600px;
  height: 600px;
  top: -5px;
  left: -5px;
}
#countdown span {
  color: #EF4323;
  font-size: 40px;
}
#countdown-desc {
  font-size: 20px;
  text-align: center;
}
header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  color: #0a1623;
}
header .header-content {
  position: relative;
  text-align: center;
  width: 100%;
  color: #eee;
}
header .header-content .container h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}
header .header-content .container h2 {
  color: #eee;
}
header .header-content .container hr {
  margin: 50px auto;
}
header .header-content .container p {
  font-weight: 300;
  color: #eee;
  font-size: 18px;
  margin-bottom: 50px;
}
header .header-content .container h1.edition {
  font-size: 24px;
  width: 60%;
  margin: 0 auto;
  background-color: #EF4323;
  padding: 20px 30px;
  text-align: center;
  color: #0a1623;
}
@media (min-width: 768px) {
  header .header-content {
    padding-top: 100px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
input.form-control {
  border-radius: 0px;
}
.btn-success {
  background-color: #EF4323;
}
.section-heading {
  margin-top: 0;
}
.panel-header {
  margin-bottom: 0px;
  font-weight: 300;
  padding: 20px;
  padding-top: 4px;
  padding-bottom: 0px;
  display: inline-block;
  background-color: #08111b;
  color: #bbbbbb;
}
.panel-header.inline {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #010203;
}
.panel.panel-default {
  background-color: #111;
  color: white;
  border: none;
  padding: 20px;
  border-radius: 0px;
}
.panel.panel-default input {
  color: #EF4323;
  background-color: #222;
  border: none;
}
.panel.panel-default .table {
  color: white;
  border: none;
}
.panel.panel-default .table td {
  border-top: 3px solid black;
}
.panel.panel-default .table.table-striped td {
  border-top: 0px;
}
.panel.panel-default .table.table-striped tbody > tr:nth-of-type(2n+1) {
  background-color: #1F1F1F;
}
.user-header {
  text-transform: uppercase;
}
.service-box {
  max-width: 400px;
  min-height: 250px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
  color: #CCC;
}
.service-box h2 {
  color: rgba(134, 200, 8, 0.5);
  font-size: 35px;
}
.tournament {
  position: relative;
  height: 200px;
  background-color: #111;
  margin-bottom: 30px;
  background-color: black;
}
.tournament.minor {
  height: 150px;
}
.tournament .background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;
  opacity: 0.6;
}
.tournament .name {
  position: absolute;
  top: 0px;
  padding: 8px 16px;
  margin: 0;
  background-color: rgba(10, 22, 35, 0.9);
  font-size: 20px;
  border-left: 4px solid #EF4323;
}
.tournament .info {
  position: absolute;
  bottom: 0px;
  padding: 4px 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.tournament .info .date {
  font-size: 18px;
  float: left;
}
.tournament .info .stats {
  float: right;
  font-size: 16px;
}
.tournament .info .divid {
  margin: 0px 4px;
}
img[alt=full] {
  width: 100%;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #EF4323;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #4F4F4F;
  background-color: transparent !important;
  border: 4px solid #4F4F4F !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 300;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  /*background-color: darken(@background, 5%);
	    border-color: darken(@border, 7%);*/
  background-color: #4F4F4F !important;
  color: #EF4323;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #4F4F4F;
  border-color: #4F4F4F;
}
.btn-default .badge {
  color: #4F4F4F;
  background-color: #EF4323;
}
.btn-primary {
  color: #EF4323;
  background-color: transparent !important;
  border: 4px solid #EF4323 !important;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 300;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  /*background-color: darken(@background, 5%);
	    border-color: darken(@border, 7%);*/
  background-color: #EF4323 !important;
  color: #0a1623;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #EF4323;
  border-color: #EF4323;
}
.btn-primary .badge {
  color: #EF4323;
  background-color: #0a1623;
}
.btn {
  font-family: 'Libre Franklin', Arial, sans-serif;
  letter-spacing: 2px;
  padding: 10px 16px;
  border-radius: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.btn-xl {
  padding: 15px 30px;
}
#notification-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 150;
  display: none;
}
#notification-overlay .arrow {
  position: fixed;
  top: 150px;
  right: 600px;
}
.notification-area {
  z-index: 200;
  position: fixed;
  top: 100px;
  right: 100px;
}
.notification-area .notification {
  position: relative;
  width: 440px;
  background-color: #040a0f;
  color: #eee;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
}
.notification-area .notification .inner {
  width: 320px;
}
.notification-area .notification-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.notification-area h3 {
  padding: 0;
  margin: 0;
}
.notification-area p {
  margin: 0;
  padding: 0;
}
@media (max-width: 800px) {
  .notification-area {
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .notification-area .notification {
    z-index: 10010;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 2px solid #EF4323;
  }
  .notification-area .notification .inner {
    width: 80%;
  }
}
::-moz-selection {
  color: #0a1623;
  text-shadow: none;
  background: #eee;
}
::selection {
  color: #0a1623;
  text-shadow: none;
  background: #eee;
}
img::selection {
  color: #eee;
  background: transparent;
}
img::-moz-selection {
  color: #eee;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #eee;
}
