@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  font-family: "Montserrat", sans-serif;}

p {
  font-family: 'lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 175%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white; }

h1 {
  text-transform: uppercase; }

h2 {
  text-transform: uppercase; }

.button {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  color: white;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 18px;
  padding: 2px 15px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 0 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase; }
  .button:hover {
    background: #2b94d9;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 0 rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 0 rgba(0, 0, 0, 0.8);
    color: white;
    text-decoration: none; }
  .button:active {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.5), 0 2px 0 rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.5), 0 2px 0 rgba(255, 255, 255, 0.2); }
  .button:before {
    font-family: 'FontAwesome';
    margin-right: 8px;
    position: relative;
    top: 1px;
    font-weight: normal; }
  .button.large {
    font-size: 20px;
    padding: 10px 20px 8px; }
  .button.small {
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 10px 3px; }
    .button.small:active {
      padding: 5px 10px 0; }
  .button.error {
    background: #aa0033; }
    .button.error:hover {
      background: #91002b; }
  .button.warning {
    background: #ff7900; }
    .button.warning:hover {
      background: #e66d00; }
  .button.success {
    background: #5cb85c; }
    .button.success:hover {
      background: #4cae4c; }
  .button.info {
    background: #1681e4; }
    .button.info:hover {
      background: #1474cd; }
  .button.facebook {
    background: #3b5998; }
    .button.facebook:before {
      content: "\f09a"; }
    .button.facebook:hover {
      background: #344e86; }
  .button.twitter {
    background: #00aced; }
    .button.twitter:before {
      content: "\f099"; }
    .button.twitter:hover {
      background: #0099d4; }
  .button.discord {
    background: #ff0000; }
    .button.discord:before {
      content: "\f392"; }
    .button.discord:hover {
      background: #f00000; }
  .button.tiktok {
    background: #ff0000; }
    .button.tiktok:before {
      content: "\e07b"; }
    .button.tiktok:hover {
      background: #f00000; }
  .button.youtube {
    background: #ff0000; }
    .button.youtube:before {
      content: "\f167"; }
    .button.youtube:hover {
      background: #f00000; }
  .button.twitch {
    background: #6441a4; }
    .button.twitch:before {
      content: '\f1e8'; }
    .button.twitch:hover {
      background: #5d3d99; }

.user .profile-image {
  border: 2px solid white;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block; }
  .user .profile-image img {
    width: 100%;
    height: 100%;
	vertical-align: unset; }
.user .name {
  font-weight: bold;
  color: white;
  display: inline-block; }

input[type='text'],
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  color: #bfbfbf;
  font-family: "lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 5px 0;
  margin: 0;
  outline: none;
  width: 100%;
  resize: none;
  height: 33px; }
  input[type='text']:focus,
  input[type='color']:focus,
  input[type='date']:focus,
  input[type='datetime-local']:focus,
  input[type='email']:focus,
  input[type='month']:focus,
  input[type='number']:focus,
  input[type='range']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='time']:focus,
  input[type='url']:focus,
  input[type='week']:focus,
  textarea:focus {
    color: white;
    border-bottom: 1px solid white; }

.field {
  padding-bottom: 40px; }
  .field label {
    color: white;
    font-size: 22px; }
  .field.error label {
    color: #ff0000; }
  .field.error input[type='text'],
  .field.error input[type='color'],
  .field.error input[type='date'],
  .field.error input[type='datetime-local'],
  .field.error input[type='email'],
  .field.error input[type='month'],
  .field.error input[type='number'],
  .field.error input[type='range'],
  .field.error input[type='search'],
  .field.error input[type='tel'],
  .field.error input[type='time'],
  .field.error input[type='url'],
  .field.error input[type='week'],
  .field.error textarea {
    border-bottom: 1px solid #ff0000; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  background-color: transparent; }

.character_limit {
  position: relative; }
  .character_limit .limit_display {
    border-radius: 3px;
    color: white;
    font-size: 12px;
    padding: 4px 0;
    position: absolute;
    bottom: 15px;
    right: 0; }
    .character_limit .limit_display:after {
      content: " characters remaining"; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-style: italic; }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-style: italic; }

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-style: italic; }

::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-style: italic; }

.header.site {
  z-index: 1000;
  width: 100%; }
  .header.site .container {
    position: relative; }
  .header.site .logo {
    background: url("/images/logo-55eed078.png") top center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 50px;
    height: 58px;
    position: absolute;
    top: 35px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .header.site .logo {
        display: none; } }
  .header.site .menu {
    text-align: right;
    text-transform: uppercase;
    padding: 32px 0; }
    .header.site .menu .mobile_trigger {
      color: white;
      font-size: 30px;
      display: none; }
      @media only screen and (max-width: 1000px) {
        .header.site .menu .mobile_trigger {
          display: inline-block;
          cursor: pointer;
          position: relative;
          top: -7px;
          right: 24px; } }
    .header.site .menu .mobile-menu {
      display: inline-block;
      padding: 20px; }
      .header.site .menu .mobile-menu .mobile_trigger {
        position: fixed;
        top: 25px;
        right: 25px; }
      @media only screen and (max-width: 1000px) {
        .header.site .menu .mobile-menu {
          display: none; }
          .header.site .menu .mobile-menu.active {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1100;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.75); }
            .header.site .menu .mobile-menu.active a.menu-item {
              display: block;
              text-align: center;
              font-size: 30px;
              padding: 25px; }
          .header.site .menu .mobile-menu .menu-item {
            width: 100%; }
          .header.site .menu .mobile-menu .user {
            padding: 50px 0 0;
            text-align: center;
            width: 100%; }
            .header.site .menu .mobile-menu .user:before {
              display: none; } }
    .header.site .menu .menu-item {
      color: white;
      font-weight: 600;
      display: inline-block;
      margin: 0 13px;
      height: 32px; }
    .header.site .menu .btn {
      position: relative;
      top: -2px; }
.header .user {
  position: relative;
  padding-left: 25px;
  height: 32px;
  overflow: visible; }
  .header .user .button {
    margin: 0;
    position: relative;
    top: -2px; }
  .header .user .profile-image {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    position: absolute;
    top: 0;
    left: 20px; }
  .header .user .name {
    text-transform: none;
    font-weight: 400;
    padding-left: 35px; }
    @media only screen and (max-width: 1000px) {
      .header .user .name {
        display: none; } }
  .header .user:before {
    content: "";
    background: white;
    height: 25px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0; }
  .header .user-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1000;
    padding: 30px 0 0;
    min-width: 180px; }
    .header .user-menu ul {
      padding: 0; }
      .header .user-menu ul li {
        list-style: none;
        text-align: left; }
        .header .user-menu ul li a {
          background: #192632;
          color: white;
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          font-weight: 300;
          text-transform: capitalize;
          text-decoration: none;
          display: block;
          padding: 8px 15px; }
          .header .user-menu ul li a i {
            -webkit-transition: .2s linear opacity;
            transition: .2s linear opacity;
            opacity: 0.35;
            color: white;
            margin-right: 4px; }
          .header .user-menu ul li a:hover {
            background: #111921; }
            .header .user-menu ul li a:hover i {
              -webkit-transition: .2s linear opacity;
              transition: .2s linear opacity;
              opacity: 1; }
        .header .user-menu ul li:first-child a {
          border-top-right-radius: 5p;
          border-top-left-radius: 5p;
          padding-top: 8px; }
          .header .user-menu ul li:first-child a:before {
            content: "";
            border: 5px solid transparent;
            border-bottom: 8px solid #192632;
            position: absolute;
            top: 17px;
            right: 17px; }
          .header .user-menu ul li:first-child a:hover:before {
            border-bottom-color: #111921; }
        .header .user-menu ul li:last-child a {
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          padding-bottom: 8px; }
        .header .user-menu ul li.sign-out a {
          -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
                  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
          background: #131d26; }
          .header .user-menu ul li.sign-out a:hover {
            color: #ff8080; }
            .header .user-menu ul li.sign-out a:hover i {
              color: #ff8080; }
  .header .user:hover .user-menu {
    display: block; }

.home .header.site {
  position: absolute;
  top: 0;
  left: 0; }
.home .hero {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  background: url("/images/sea-2706b2db.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 420px 0 80px;
  min-height: 720px;
  overflow: hidden; }
  .home .hero .not-live,
  .home .hero .live {
    opacity: 1;
    display: none;
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
    -webkit-animation-duration: 2.75s;
            animation-duration: 2.75s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  .home .hero:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#030303));
    background-image: linear-gradient(transparent, #030303);
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 350; }
  .home .hero .content {
    position: relative;
    z-index: 100; }
  .home .hero h2,
  .home .hero h3 {
    text-align: center;
    max-width: 697px;
    margin: 0 auto; }
  .home .hero h2 {
    font-size: 53px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative; }
    .home .hero h2:after {
      content: "";
      display: block;
      background: rgba(255, 255, 255, 0.85);
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: 0; }
  .home .hero h3 {
    font-family: 'lato', sans-serif;
    font-size: 20px;
    font-weight: 300; }
    .home .hero h3 .massive {
      font-size: 70px;
      font-weight: bold;
      position: relative;
      top: -15px; }
  .home .hero .btn {
    margin-top: 10px; }
  .home .hero .captain {
    background: url("/images/sneaky-burke-3843bcc0.png") bottom center no-repeat;
    margin: 0 auto;
    position: absolute;
    bottom: 190px;
    left: 0;
    height: 450px;
    width: 100%;
    z-index: 30;
    text-align: center; }
  .home .hero .where {
    margin: 0 auto;
    position: absolute;
    bottom: 190px;
    left: 0;
    height: 450px;
    width: 100%;
    z-index: 30;
    text-align: center; }
  .home .hero .table {
    background: url("/images/table-4efdb0bf.png") bottom center no-repeat;
    background-size: auto 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 500px;
    z-index: 50;
    -webkit-animation-name: table-rocking;
            animation-name: table-rocking;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .home .hero .ship {
    background: url("/images/ship-b0a46981.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -10%;
    left: -10%;
    height: 120%;
    width: 120%;
    z-index: 10;
    -webkit-animation-name: ship-rocking;
            animation-name: ship-rocking;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.time-to-live {
  font-family: 'lato', sans-serif; }
  .time-to-live .time {
    padding-top: 25px; }
    .time-to-live .time .increment {
      background: rgba(0, 0, 0, 0.75);
      padding: 5px 15px;
      font-size: 56px;
      font-weight: 700; }
  .time-to-live .days,
  .time-to-live .hours,
  .time-to-live .minutes,
  .time-to-live .seconds {
    display: inline-block;
    width: 95px;
    margin: 0 25px; }
    .time-to-live .days:after,
    .time-to-live .hours:after,
    .time-to-live .minutes:after,
    .time-to-live .seconds:after {
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      padding-top: 5px;
      font-weight: 300; }
  .time-to-live .days:after {
    content: "Days"; }
  .time-to-live .hours:after {
    content: "Hours"; }
  .time-to-live .minutes:after {
    content: "Minutes"; }
  .time-to-live .seconds:after {
    content: "Seconds"; }

@media only screen and (max-width: 800px) {
  .home .hero {
    padding-top: 375px; }
    .home .hero h2 {
      font-size: 20px; }
      .home .hero h2:after {
        max-width: 50%;
        left: 25%; }
    .home .hero h3 {
      font-size: 16px; }
      .home .hero h3 .massive {
        font-size: 50px; }
  .home .time-to-live .time .increment {
    font-size: 25px;
    width: auto; }
  .home .time-to-live .time .days,
  .home .time-to-live .time .hours,
  .home .time-to-live .time .minutes,
  .home .time-to-live .time .seconds {
    margin: 4px;
    padding: 4px;
    width: auto; }
    .home .time-to-live .time .days:after,
    .home .time-to-live .time .hours:after,
    .home .time-to-live .time .minutes:after,
    .home .time-to-live .time .seconds:after {
      font-size: 12px; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes ship-rocking {
  from,
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes ship-rocking {
  from,
  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@-webkit-keyframes table-rocking {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); } }
@keyframes table-rocking {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); } }
.about {
  padding: 80px 0 40px;
  color: white;
  background: #030303; }
  .about .about-photo img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 800px) {
    .about .the-legend {
      text-align: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .about .about-photo {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .about h2 {
    text-transform: uppercase;
    padding-bottom: 25px; }

.kraken {
  background: -webkit-gradient(linear, left top, left bottom, from(#050d12), to(#2e3f4e));
  background: linear-gradient(#050d12, #2e3f4e);
  color: white;
  padding: 80px 0 120px;
  text-align: center;
  position: relative; }
  .kraken h2 {
    text-transform: uppercase;
    padding-bottom: 35px; }
  .kraken p {
    margin-bottom: 50px; }
  .kraken h4 {
    text-transform: capitalize;
    margin: -15px 0 15px; }
  .kraken .user {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 15px 15px; }
    .kraken .user .profile-image {
      height: 40px;
      width: 40px;
      position: relative;
      top: 10px;
      margin-right: 8px; }
    .kraken .user .name {
      font-size: 30px; }
  .kraken:before {
    content: '';
    display: block;
    background: url("/images/barrel-0d52b3f6.png") center center no-repeat;
    background-size: cover;
    width: 216.5px;
    height: 196.5px;
    position: absolute;
    bottom: -112px;
    left: 50%;
    margin-left: -97.5px;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    -webkit-animation-name: floating-debris;
            animation-name: floating-debris;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .kraken:after {
    content: '';
    background: url("/images/burke-waves-ba20d5df.png") center center repeat-x;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 52px; }

@-webkit-keyframes floating-debris {
  0% {
    -webkit-transform: rotate(-80deg) translate3d(0, 0, 0);
            transform: rotate(-80deg) translate3d(0, 0, 0); }
  50% {
    -webkit-transform: rotate(-100deg) translate3d(0, -20px, 0);
            transform: rotate(-100deg) translate3d(0, -20px, 0); }
  100% {
    -webkit-transform: rotate(-80deg) translate3d(0, 0, 0);
            transform: rotate(-80deg) translate3d(0, 0, 0); } }

@keyframes floating-debris {
  0% {
    -webkit-transform: rotate(-80deg) translate3d(0, 0, 0);
            transform: rotate(-80deg) translate3d(0, 0, 0); }
  50% {
    -webkit-transform: rotate(-100deg) translate3d(0, -20px, 0);
            transform: rotate(-100deg) translate3d(0, -20px, 0); }
  100% {
    -webkit-transform: rotate(-80deg) translate3d(0, 0, 0);
            transform: rotate(-80deg) translate3d(0, 0, 0); } }
.sponsors {
  background: #192632 url("/images/sponsors-4c46ad84.jpg") bottom center no-repeat;
  background-size: cover;
  height: 700px;
  max-height: 700px;
  color: white;
  position: relative; }
  .sponsors h2 {
    padding: 120px 0 0;
    display: none; }
  .sponsors .slider_trigger {
    background: white;
    cursor: pointer;
    position: absolute;
    right: 50%;
    padding: 2px 9px;
    margin-left: -55px;
    z-index: 1000;
    font-size: 15px;
    color: white;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    text-transform: uppercase; }
    .sponsors .slider_trigger:before {
      content: "";
      border: 16px solid transparent; }
    .sponsors .slider_trigger.prev {
      top: 100px; }
      .sponsors .slider_trigger.prev:before {
        border-right-color: white;
        border-bottom-color: white;
        position: absolute;
        left: -30px;
        bottom: 0; }
    .sponsors .slider_trigger.next {
      bottom: 100px; }
      .sponsors .slider_trigger.next:before {
        border-left-color: white;
        border-bottom-color: white;
        position: absolute;
        right: -30px;
        bottom: 0; }
  .sponsors .container {
    position: relative;
    height: 700px; }
    .sponsors .container .burke-presents {
      position: absolute;
      bottom: 0;
      right: 20px;
      z-index: 5;
      width: 40%; }
    .sponsors .container:before {
      content: "";
      background: url("/images/sponsors-before-cd9fb685.png") bottom right no-repeat;
      background-size: 100% auto;
      width: 40%;
      height: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 10; }
  .sponsors .sponsor-list {
    width: 100%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .sponsors .sponsor-list .inner {
      position: absolute;
      top: 0;
      left: 0;
      height: 700px;
      width: 50%; }
    .sponsors .sponsor-list .sponsor {
      padding: 50px;
      background: url("/images/ropes-4d969fc6.png") top left repeat-y;
      background-size: 100% auto;
      height: 700px;
      position: relative; }
      .sponsors .sponsor-list .sponsor:after {
        content: "";
        background: url("/images/sponsor-c422b8d9.png") bottom center no-repeat;
        background-size: 100% auto;
        height: 300px;
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 10; }
    .sponsors .sponsor-list .logo {
      width: 70%;
      margin: 0 auto 25px;
      display: block; }
    .sponsors .sponsor-list .btn {
      -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.8);
              box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.8);
      border-radius: 2px;
      background: #228935;
      color: white;
      font-size: 18px;
      position: absolute;
      bottom: 75px;
      right: 50px;
      z-index: 25;
      padding: 15px; }
  .sponsors:after {
    right: 0; }

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */ }

@media only screen and (max-width: 900px) {
  .sponsors .sponsor-list .inner {
    width: 100%; }
    .sponsors .sponsor-list .inner .sponsor p {
      font-size: 16px;
      line-height: 165%; }
  .sponsors .sponsor-list .slider_trigger {
    right: 0;
    margin-right: 20px; }

  .container:before,
  .container .burke-presents {
    display: none; } }
.social {
  background: #030303;
  padding: 0px 0 80px; }
  .social .youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px; }
    .social .youtube-video iframe,
    .social .youtube-video object,
    .social .youtube-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .social #twitter_timeline {
    height: 700px;
    margin-bottom: 25px;
    overflow: auto; }
    .social #twitter_timeline ul {
      padding: 0;
      margin: 0; }
    .social #twitter_timeline li {
      border-bottom: 1px dotted #323232;
      padding: 75px 0 35px;
      margin: 0 0 15px;
      position: relative;
      list-style: none; }
      .social #twitter_timeline li:last-child {
        border: 0; }
      .social #twitter_timeline li p {
        padding: 0;
        margin: 0; }
      .social #twitter_timeline li .user {
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        font-size: 20px;
        padding: 6px 0 0 50px; }
        .social #twitter_timeline li .user img {
          border-radius: 100%;
          display: inline-block;
          height: 40px;
          width: 40px;
          position: absolute;
          top: 0;
          left: 0; }
        .social #twitter_timeline li .user a {
          color: white; }
          .social #twitter_timeline li .user a div span:first-child {
            display: none; }
      .social #twitter_timeline li .timePosted {
        font-size: 12px;
        font-style: italic;
        position: absolute;
        bottom: 5px;
        right: 0; }
        .social #twitter_timeline li .timePosted a {
          color: #ababab; }
      .social #twitter_timeline li .interact {
        display: none; }
      .social #twitter_timeline li .tweet {
        color: white;
        font-size: 16px; }
        .social #twitter_timeline li .tweet a {
          color: #769abb; }

.footer {
  padding: 120px 0;
  background: #06111a;
  position: relative; }
  .footer:after {
    content: '';
    background: url("/images/burke-waves-darker-801fbec5.png") center center repeat-x;
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 52px; }
  .footer .sub-footer {
    background: black;
    color: white;
    font-family: 'lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .footer .sub-footer .copy {
      padding-top: 5px; }
    .footer .sub-footer .social-links {
      text-align: right; }
    @media only screen and (max-width: 767px) {
      .footer .sub-footer .copy,
      .footer .sub-footer .social-links {
        text-align: center; }
      .footer .sub-footer .social-links {
        padding-top: 20px; } }
  .footer .social-link {
    border-radius: 50%;
    width: 27px;
    text-indent: 500px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    color: white;
    position: relative;
    top: 4px; }
    .footer .social-link:before {
      font-family: 'FontAwesome';
      font-size: 18px;
      position: absolute;
      top: -2px;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: 0;
      text-align: center; }
    .footer .social-link.discord:before {
      content: "\f392"; }
    .footer .social-link.facebook:before {
      content: "\f09a"; }
    .footer .social-link.instagram:before {
      content: "\f16d"; }
    .footer .social-link.reddit:before {
      content: "\f281"; }
    .footer .social-link.tiktok:before {
      content: "\e07b"; }
    .footer .social-link.twitch:before {
      content: "\f1e8"; }
    .footer .social-link.twitter:before {
      content: "\f099"; }
    .footer .social-link.youtube:before {
      content: "\f167"; }


.error-404 .hero {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.dashboard,
.ui-kit {
  background:
  url("/images/account-bg-a9be30a3.jpg") top center,
  -webkit-gradient(linear, left top, left bottom, from(#050d12), to(#050d12)) center;
  background-repeat: no-repeat,no-repeat;
  background-size: 2616px,cover; }
  .dashboard h2,
  .ui-kit h2 {
    display: block;
    width: 100%; }
  .dashboard .nav,
  .ui-kit .nav {
    padding-bottom: 25px; }
    .dashboard .nav a,
    .ui-kit .nav a {
      display: inline-block;
      color: white;
      text-transform: uppercase;
      margin: 0 50px 0 0;
      border-bottom: 2px solid transparent; }
      .dashboard .nav a.active, .dashboard .nav a:hover,
      .ui-kit .nav a.active,
      .ui-kit .nav a:hover {
        border-bottom: 2px solid white;
        text-decoration: none; }
  .dashboard .inventory,
  .ui-kit .inventory {
    text-align: center;
    color: white;
    padding: 50px 0; }
    .dashboard .inventory h3,
    .ui-kit .inventory h3 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .dashboard .inventory .quantity,
    .ui-kit .inventory .quantity {
      color: #fadd68;
      font-size: 50px;
      font-weight: 700;
      line-height: 115%; }
  .dashboard ul.table,
  .ui-kit ul.table {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 25px; }
    .dashboard ul.table li,
    .ui-kit ul.table li {
      padding: 8px 12px;
      background: white;
      overflow: auto; }
      .dashboard ul.table li:nth-child(odd),
      .ui-kit ul.table li:nth-child(odd) {
        background: #fafafa; }
      .dashboard ul.table li:last-child,
      .ui-kit ul.table li:last-child {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px; }
      .dashboard ul.table li .actions,
      .ui-kit ul.table li .actions {
        float: right; }
      .dashboard ul.table li.head,
      .ui-kit ul.table li.head {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        background: #192632;
        color: white; }
