.atulos .reaper-section, .atulos .home #title-section {
  background-color: #000;
  padding-bottom: 12%; }
  .atulos .reaper-section .content, .atulos .home #title-section .content {
    font-size: 1.5em;
    color: #983; }
    .atulos .reaper-section .content p, .atulos .home #title-section .content p {
      margin-top: 50px; }

@media (max-width: 1199px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-collapse.in {
    overflow-y: auto !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background: transparent none; } }

.embed-container {
  position: relative;
  margin-top: 12px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: BlackChancery;
  src: url(/static/css/fonts/BlackChancery.ttf); }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 70px;
  height: 100%;
  background-color: #000;
  transition: background-color .5s;
  font-family: Cardo, serif;
  color: #999; }

p {
  margin-bottom: 20px; }

input[type=text], input[type=password] {
  background-color: #ccc; }

a:hover {
  color: #3f9fe8; }

.active.focus, .active:focus, .active:active:focus, .focus, a:active.focus, a:active:focus, a:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none !important; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  font-family: "San Fransisco", Roboto, "Helvetica Neue", "Segoe UI", sans-serif;
  padding: 25px 0;
  background-color: #040404;
  color: #667; }

.atulos-text {
  color: #ba2; }

.premier-text {
  color: #26b026; }

.navbar-inverse .navbar-nav > li.premier-navitem > a {
  color: #4a5; }

.navbar-inverse .navbar-nav > li.premier-navitem > a:hover {
  color: #55e781; }

.navbar-inverse .navbar-nav > li.premier-navitem.active > a {
  color: #55e781; }

.dropdown-menu {
  background-color: #333;
  border-top: none; }
  .dropdown-menu a, .dropdown-menu li > a {
    color: #ccc; }
  .dropdown-menu .divider {
    background-color: #000; }

#app {
  height: 100%;
  padding-top: 50px; }

.atulos {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .atulos .fill {
    min-height: 100%; }
  .atulos .vbox {
    display: flex;
    flex-direction: column; }
  .atulos .expander {
    flex: 1; }
  .atulos .home #video-section {
    background-color: #000;
    padding-bottom: 12%; }
  .atulos .home #title-section .content p {
    margin-top: 50px; }
  .atulos .home #blurb-section {
    font-size: 2em;
    background-color: #222;
    padding: 100px 0; }
    .atulos .home #blurb-section img {
      margin-bottom: 24px; }
  .atulos .home #screenshots-section {
    padding: 100px 0 76px;
    background-image: url(/static/img/background/binding_dark.png);
    background-image: -webkit-image-set(url(/static/img/background/binding_dark.png) 1x, url(/static/img/background/binding_dark_@2X.png) 2x);
    background-image: -moz-image-set(url(/static/img/background/binding_dark.png) 1x, url(/static/img/background/binding_dark_@2X.png) 2x);
    background-image: -o-image-set(url(/static/img/background/binding_dark.png) 1x, url(/static/img/background/binding_dark_@2X.png) 2x);
    background-image: -ms-image-set(url(/static/img/background/binding_dark.png) 1x, url(/static/img/background/binding_dark_@2X.png) 2x); }
    .atulos .home #screenshots-section img {
      margin-bottom: 24px; }

.authsection, .authform {
  margin: -40px auto 0 auto; }
  @media (min-width: 992px) {
    .authsection, .authform {
      margin-top: 0; } }

.authform {
  max-width: 400px; }

.authform-logowrapper {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .authform-logowrapper {
      margin-bottom: 50px; } }

.authform-logo {
  background-image: url(/static/img/logo/AtulosLogo_sm_shadow.png);
  background-image: -webkit-image-set(url(/static/img/logo/AtulosLogo_sm_shadow.png) 1x, url(/static/img/logo/AtulosLogo_sm_shadow@2x.png) 2x);
  background-image: -moz-image-set(url(/static/img/logo/AtulosLogo_sm_shadow.png) 1x, url(/static/img/logo/AtulosLogo_sm_shadow@2x.png) 2x);
  background-image: -o-image-set(url(/static/img/logo/AtulosLogo_sm_shadow.png) 1x, url(/static/img/logo/AtulosLogo_sm_shadow@2x.png) 2x);
  background-image: -ms-image-set(url(/static/img/logo/AtulosLogo_sm_shadow.png) 1x, url(/static/img/logo/AtulosLogo_sm_shadow@2x.png) 2x);
  width: 221px;
  height: 39px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .authform-logo {
      background-image: url(/static/img/logo/AtulosLogo_md_shadow.png);
      background-image: -webkit-image-set(url(/static/img/logo/AtulosLogo_md_shadow.png) 1x, url(/static/img/logo/AtulosLogo_md_shadow@2x.png) 2x);
      background-image: -moz-image-set(url(/static/img/logo/AtulosLogo_md_shadow.png) 1x, url(/static/img/logo/AtulosLogo_md_shadow@2x.png) 2x);
      background-image: -o-image-set(url(/static/img/logo/AtulosLogo_md_shadow.png) 1x, url(/static/img/logo/AtulosLogo_md_shadow@2x.png) 2x);
      background-image: -ms-image-set(url(/static/img/logo/AtulosLogo_md_shadow.png) 1x, url(/static/img/logo/AtulosLogo_md_shadow@2x.png) 2x);
      width: 332px;
      height: 59px; } }

.authform-link-section {
  margin-top: 24px;
  text-align: center; }
  @media (min-width: 992px) {
    .authform-link-section {
      margin-top: 48px; } }

html.nonav body {
  background-color: #222;
  transition: background-color .5s; }

.buy-label {
  display: inline-block;
  border: 1px solid white;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: .7em;
  font-family: sans-serif;
  padding: 3px 8px;
  margin: -3px 0; }

.nav-tabs {
  border-bottom-color: #666; }
  .nav-tabs > li > a {
    color: #aaa; }
  .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: #111;
    border-color: #666; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ccc;
    background-color: #222;
    border-color: #666;
    border-bottom-color: transparent; }

.arena-war-results {
  background-color: #222;
  border: 1px solid #666;
  border-top: none; }
  .arena-war-results .table {
    font-family: sans-serif; }
    .arena-war-results .table td, .arena-war-results .table th {
      color: #ccc;
      border-color: #333; }
    .arena-war-results .table th {
      color: #ffcf2c;
      font-weight: bold;
      font-size: 1.2em; }
    .arena-war-results .table td.rank {
      color: #999;
      font-size: 0.8em; }
    .arena-war-results .table tr.top {
      background-color: #333;
      font-size: 1.1em; }
      .arena-war-results .table tr.top td {
        color: #eee; }
      .arena-war-results .table tr.top td.rank {
        color: #aaa; }
  .arena-war-results .table-hover > tbody > tr:hover {
    background-color: #565656; }

.modal-lightbox img {
  width: 100%; }

@media (min-width: 768px) {
  .modal-lightbox {
    width: 700px; } }

@media (min-width: 992px) {
  .modal-lightbox {
    width: 900px; } }

@media (min-width: 1200px) {
  .modal-lightbox {
    width: 1024px; } }

.modal-lightbox .modal-content {
  border: 0;
  background-color: #000; }
  .modal-lightbox .modal-content .modal-header {
    border: none; }
    .modal-lightbox .modal-content .modal-header .close {
      color: #fff;
      opacity: .5; }
    .modal-lightbox .modal-content .modal-header .close:hover {
      opacity: 1; }

#user-profile-dropdown {
  padding: 9px; }

a.player-row {
  display: block;
  color: #eee;
  border-top: 1px solid #888;
  padding-top: 8px;
  padding-bottom: 8px; }
  a.player-row:hover {
    background-color: #555; }

.player-menu-backdrop {
  position: relative;
  width: 1024px;
  height: 124px;
  background: url(/static/img/game/menu/background2.png); }
  .player-menu-backdrop .xp-bar {
    background: linear-gradient(to right, navy, #004080); }
