.nav-link.github .icon {
    font-size: 30px;
    vertical-align: -5px;
    margin-right: 6px;
  }
  
  .be-top-header .be-navbar-header .navbar-brand {
    background-image: none !important;
    color: #595959;
    font-weight: bold;
    font-size: 150%;
  }
  
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-with-image .gritter-title, 
  .gritter-item-wrapper .gritter-item .gritter-content.gritter-without-image .gritter-title {
    text-transform: capitalize;
  }
  
  .be-top-header .navbar-nav > li > a.nav-link.active {
    color: #CAF83A;
  }
  
  /* select2 stuff */
  .select2-container--default .select2-selection--single {
    height: 37px;
    margin-top: 1px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 10px;
    height: 37px;
    line-height: 36px;
    font-size: 1.0rem;
    color: #404040;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f2f9";
    font-family: "Material Icons";
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 37px;
    color: #404040;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    width: 24px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-color: #4285f4;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
  }
  .select2-container--default.select2-container--open .select2-dropdown--below {
    border-color: #4285f4;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    color: #4185f5;
  }
  
  .table-filter-title {
    -webkit-font-smoothing: antialiased;
  }
  
  div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 100%;
  }
  
  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0em;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border-top-color: #bec0c8;
    border-left-color: #d6d8df;
    border-right-color: #d6d8df;
    border-bottom-color: #d6d8df;
    padding-left: 10px;
  }
  
  .row.be-datatable-body {
    background-color: #303940;
    margin: 0px;
  }
  
  .be-datatable-footer {
    margin: 0;
    padding: 15px 0px;
    background-color: #303940;
    border-bottom: 2px solid #3d464e;
  }
  
  div.dataTables_wrapper div.dataTables_length label select.form-control-sm {
    width: 100%;
    margin: 0px;
  }
  
  div.dataTables_wrapper div.dataTables_length label {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  
  .be-nosidebar-left .be-top-header .be-navbar-header .navbar-brand {
    font-size: 22px;
    color: #CAF83A;
    font-family: Avenir-Light;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    padding-top: 2px;
  }
  
  .card.card-table.card-leaderboard {
    background-color: transparent;
    box-shadow: none;
  }
  
  
  .page-link {
    font-size: 1.077rem;
    line-height: 14px;
    font-weight: 400;
    padding: 7px 0.9231rem;
  }
  .page-item.active .page-link {
    z-index: 1;
    color: #FFFFFF;
    background-color: #CAF83A;
    border: 0.5px solid #CAF83A;
  }
  
  .table-filters {
    padding: 0px 10px;
  }
  
  .be-datatable-header {
    padding: 10px;
  }
  
  .be-top-header .navbar-nav > li > a.nav-link:hover, 
  .be-top-header .navbar-nav > li > a.nav-link:focus {
    color: #CAF83A;
    opacity: 1.0;
  }
  .be-top-header .navbar-nav > li > a.nav-link:active:after,
  .be-top-header .navbar-nav > li > a.nav-link:hover:after,
  .be-top-header .navbar-nav > li > a.nav-link:focus:after {
    color: #CAF83A;
  }
  
  .hide-first,
  .hide-second,
  .hide-third,
  .hide-forth,
  .hide-fifth {
    display: block;
  }
  
  @media (min-width: 576px) {
    
  }
  
  @media (min-width: 850px) {
    .hide-second {
      display: none;
    }
  }
  
  @media (min-width: 992px) {
    .hide-first {
      display: none;
    }
  }
  
  @media (max-width: 991px) {
    .show-first {
      display: none;
    } 
  }
  
  @media (max-width: 849px) {
    .show-second {
      display: none;
    } 
  }
  
  @media (max-width: 991.98px) {
    .be-nosidebar-left .be-top-header .be-navbar-header {
      display: -ms-flexbox;
      display: flex;
      width: 230px;
    }
    .be-top-header .navbar-nav > li > a.nav-link {
      padding: 0 18px;
    }
    .widget.widget-tile .chart {
      display: none;
    }
    .widget.widget-tile .data-info {
      display: table-cell;
      text-align: center;
    }
    .widget.widget-tile {
      padding: 15px;
    }
  }
  
  
  table.dataTable thead .sorting:before, 
  table.dataTable thead .sorting:after, 
  table.dataTable thead .sorting_asc:before, 
  table.dataTable thead .sorting_asc:after, 
  table.dataTable thead .sorting_desc:before, 
  table.dataTable thead .sorting_desc:after {
    font-size: 1rem;
    bottom: 0.9rem;
  }
  
  table.dataTable thead > tr > th.sorting_asc, 
  table.dataTable thead > tr > th.sorting_desc, 
  table.dataTable thead > tr > th.sorting, 
  table.dataTable thead > tr > td.sorting_asc, 
  table.dataTable thead > tr > td.sorting_desc, 
  table.dataTable thead > tr > td.sorting {
    outline: 0 !important;
  }
  
  .col-sm-12.table-column {
    padding: 0px;
    overflow: scroll;
  }
  
  @media (max-width: 1199px) {
    .be-datatable-header {
      padding: 20px 10px 10px 10px;
      background-color: #303940;
      border-bottom: 2px solid #3d464e;
    }
    .table-filter-title {
      margin-bottom: 5px;
      margin-top: 10px;
    }
  }
  
  @media (min-width: 1200px) {
    /* special */
    .be-datatable-header {
      position: absolute;
      top: -130px;
      right: 0px;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      min-width: 25%;
      border-bottom: 0px;
      padding: 1px 1px 0px 10px;
    }
    .table-filters {
      padding: 0px 0px 0px 10px;
      min-width: 100%;
    }
    .table-filter-title {
      display: none;
    }
    .filter-container {
      padding: 10px 0 9px;
    }
    .row.be-datatable-body {
      padding-top: 10px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
    }
    /* special */
  }
  
  @media (max-width: 576px) {
    .be-datatable-header {
      padding: 20px 0px 10px 0px;
    }
    .be-datatable-footer .col-sm-3.text-right {
      display: none;
    }
    .be-datatable-footer .col-sm-5 {
      text-align: center;
      margin-bottom: 20px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      margin: 0;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 767px) {
    .hide-first {
      display: none;
    }
    .show-second,
    .show-first {
    display: block;
    }
  }
  
  .be-aside .main-content {
    margin-right: 200px;
    margin-left: 0px;
    width: auto;
  }
  
  .page-aside {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    left: auto;
    border-left: 1px solid #e6e5e5;
    border-right: 0px;
    margin-top: 61px;
    padding-bottom: 61px;
  }
  
  
  @media (min-width: 1180px) {
    .be-aside .main-content {
      margin-right: 280px;
    }
    .page-aside {
      width: 280px;
    }
  }
  
  .aside-header .navbar-toggle .icon {
    font-size: 2.077rem;
    line-height: 22px;
    color: #c5c5c5;
  }
  
  .aside-header .title {
    display: block;
    margin: 5px 0 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
  }
  
  .aside-nav label {
    margin-bottom: 15px;
  }
  
  @media (max-width: 767.98px) {
    .page-aside {
      width: 100%;
      display: block;
      height: auto;
      position: relative;
      margin-top: 0;
      padding-bottom: 0;
      left: 0;
      border-bottom: 1px solid #e3e3e3;
    }
    .be-aside .main-content {
      margin-right: 0px;
      margin-left: 0px;
      width: auto;
    }
    .aside-content {
      overflow: hidden;
    }
    .page-aside .content {
      padding: 10px 22px;
      position: relative;
    }
    .aside-header .title {
      background-color: #FFFFFF;
      padding: 0px 10px;
      color: #404040;
      font-weight: 300;
      font-size: 1.077rem;
      margin-left: -20px;
    }
  }
  
  .icon-container:hover .icon span {
    color: #bfbfbf;
  }
  
  .icon-container {
    background-color: transparent;
    padding: 0px;
    cursor: default;
    text-align: center;
    font-size: 5em;
  }
  
  .icon-container .icon {
    transition: background-color 300ms ease-in-out;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    width: 60px;
    margin-right: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
  }
  
  .icon-container .icon span {
    transition: color 300ms ease-in-out;
    font-size: 6rem;
    color: #bfbfbf;
  }
  
  .icon-container .icon span.dark {
    color:#999999;
  }
  .icon-container .icon span.light {
    color:#e0e0e0;
  }
  
  .icon-container:hover .icon {
    background-color: transparent;
  }
  
  
  form.dropzone {
    position: relative;
    border: 2px dashed #c3c3c3;
    padding: 5px;
    background: transparent;
    width: 100%;
    margin-bottom: 10px;
  }
  
  form.dropzone .icon {
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 100px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
  }
  
  form.dropzone .icon span {
    font-size: 3.615rem;
    color: #696767;
  }
  
  form.dropzone .icon span {
    font-size: 3.615rem;
    color: #696767;
  }
  
  .dropzone {
    min-height: 66px;
  }
  
  .dropzone .dz-message {
    text-align: center;
    margin: 0px;
  }
  
  .algo-card {
    background: #d6d9df;
    box-shadow: none;
    border-width: 0;
    border-radius: 5px;
    min-width: 145px;
    margin-bottom: 25px;
    height: 100px;
    padding: 15px;
    font-size: 16px;
    line-height: 33px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    opacity: 0.8;
  }
  
  .algo-card:hover {
    opacity: 1.0;
  }
  
  .algo-actions-right {
    position: absolute;
    bottom: 13px;
    right: 15px;
  }
  
  .algo-card.open {
    background: repeating-linear-gradient( 45deg, #1F282E, #1F282E 2px, #192226 2px, #192226 6px );
    box-shadow: none;
    border-radius: 5px;
    border: 2px dashed #374045;
    min-height: 62px;
    cursor: normal;
  }
  
  .algo-card.empty {
    background: repeating-linear-gradient( 45deg, #192226, #192226 2px, #1F282E 2px, #1F282E 6px );
    border-radius: 5px;
    border: 2px dashed #374045;
    min-height: 62px;
    cursor: normal;
    opacity: 0.4;
  }
  
  .algo-card.loading {
    background: repeating-linear-gradient( 45deg, #1F282E, #1F282E 2px, #192226 2px, #192226 6px );
    box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    border: 2px dashed #374045;
    min-height: 62px;
    cursor: normal;
    pointer-events: none;
  }
  
  .timeline-item {
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin-bottom: 30px;
  }
  
  .timeline:before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: #ebebeb;
    left: 5px;
    margin-left: -1px;
  }
  
  .timeline-item:before {
    content: '';
    position: absolute;
    top: 34.5px;
    left: -3px;
    border: 2px solid #cccccc;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50px;
  }
  
  .timeline-content {
    position: relative;
    background-color: #ffffff;
    padding: 25px 30px 25px 28px;
    border-radius: 3px;
    border: 2px solid #ebebeb;
    min-height: 85px;
    box-shadow: none;
  }
  
  .timeline-content:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ebebeb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 37.5px;
    left: -6px;
  }
  
  .timeline-content:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 37.5px;
    left: -3px;
    box-shadow: none;
    z-index: 1;
  }
  
  .tab-content.myalgos {
    background: #303940;
    padding: 40px 60px;
    margin-bottom: 40px;
    border-radius: 0 0 0px 0px;
    min-height: 305px;
    max-height: 305px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  .btn-remove {
    color: #404040;
    background-color: #FFFFFF;
    border-color: #dbdbdb;
  }
  .btn-remove:focus, .btn-remove.focus {
    color: #ffffff;
    box-shadow: none;
    background-color: #c74a40;
    border-color: transparent;
  }
  .btn-remove:hover, .btn-remove:hover {
    color: #ffffff;
    box-shadow: none;
    background-color: #c74a40;
    border-color: transparent;
  }
  
  label.add-bot {
    width: 100%;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    color: #caf839;
    text-align: center;
    line-height: 108px;
  }
  
  .file-title {
    display: none;
  }
  .loader {
    display: none;
    position: relative;
    left: 50%;
    margin-top: 10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border: 3px solid #CCC;
    border-radius: 50%;
    -webkit-animation: rotation 1s infinite linear;
    animation: spin 1s infinite linear;
    border-color: transparent;
  }
  .loader:before {
    left: -3px;
    top: -3px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    display: inline-block;
    border-color: rgba(178, 182, 189, 0.40);
    border-bottom-color: transparent;
    animation: spin 2s infinite linear;
  }
  
  .algo-card.loading .loader {
    display: inline-block;
  }
  
  .algo-card.loading form {
    display: none;
  }
  
  .algo-card.loading .file-title {
    display: block;
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
      
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  .algo-card .algo-name {
    color: #313940;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    top: -10px;
    left: 25px;
    font-family: Avenir-Black;
  }
  
  .algo-card .algo-name:after {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background: #FFF;
    border-radius: 2em;
    left: -32px;
    top: -5px;
  }
  
  .file-title {
    font-size: 12px;
    color: #4b5358;
    text-align: center;
    line-height: 1em;
  }
  .algo-card.empty {
    opacity: 0.3;
    pointer-events: none;
  }
  
  
  #competitions-filter-controls {
    width: 100%;
  }
  .competition-preview {
    margin: 20px 0px;
    height: 200px;
    display: block;
    padding: 20px;
    background-color: #3E2D5F;
    background: url(https://s3-us-west-2.amazonaws.com/c1-terminal/global-comp-bg.jpg);
    border-radius: 10px;
    position: relative;
    background-size: cover;
    box-shadow: 0px 6px 20px #1b2227;
    font-family: Avenir-Medium;
  }
  .competition-preview:hover {
    box-shadow: inset 0px 0px 50px #cbf83a;
  }
  .competition-preview .title {
    color: #ffffff;
    font-family: Avenir-Medium;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  .competition-preview .date-range {
    color: #ffffff;
    font-family: Avenir-Medium;
    font-size: 14px;
    font-weight: 400;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .competition-preview .description {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
  }
  .competition-preview .participant-count {
    position: absolute;
    right: 20px;
    color: #FFF;
    bottom: 20px;
    text-align: right;
    font-size: 18px;
  }
  .competition-preview .prize-holder {
    position: absolute;
    right: 20px;
    color: #FFF;
    top: 20px;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .competition-preview .joined {
    position: absolute;
    right: 0;
    background: #FFF;
    border-radius: 2em 0px 0px 2em;
    padding: 5px 19px 2px 21px;
    color: #212a30;
    font-weight: 900;
    top: 55px;
  }
  
  .listing-header h3 {
    display: block;
    width: 100%;
    margin: 10px 15px;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid #FFF;
  }
  
  .listing-footer {
    margin-top: 40px;
    position: relative;
  }
  .listing-footer:before {
    position: absolute;
    /*width: Calc(100% - 30px);*/
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    content: "";
    left: 15px;
    top: 17px;
  }
  .listing-footer h3 {
    display: block;
    width: 300px;
    margin: 10px 15px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.30);
    background: #212a30;
    text-align: center;
    left: 50%;
    position: relative;
    margin-left: -150px;
  }
  
  .filter-choices {
    list-style: none;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 10px 15px;
  }
  .filter-option {
    color: #FFFFFF;
    background-color: transparent;
    margin-left: 0px;
    text-decoration: none;
    padding: 4px 17px 2px;
    font-weight: normal;
    font-family: Avenir-Medium;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    border-radius: 2em;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px;
  }
  .filter-option.active {
    background-color: white;
    color: #212a30;
  }
  .search-box {
    display: none;
  }
  .rules-section {
    border-radius: 20px;
    width: 70%;
    background: #716c6c;
    padding: 10px 30px;
    margin: 10px 20px;
  }
  .rules-section p {
    color: #c1c1c1;
  }
  #rules-nav {
    position: fixed;
    right: 100px;
    top: 100px;
  }
  
  
  /* the norm */
  #gritter-notice-wrapper {
      position:fixed;
      top:20px;
      right:20px;
      width:301px;
      z-index:9999;
  }
  #gritter-notice-wrapper.top-left {
      left: 20px;
      right: auto;
  }
  #gritter-notice-wrapper.bottom-right {
      top: auto;
      left: auto;
      bottom: 20px;
      right: 20px;
  }
  #gritter-notice-wrapper.bottom-left {
      top: auto;
      right: auto;
      bottom: 20px;
      left: 20px;
  }
  .gritter-top {
      height:10px;
  }
  .hover .gritter-top {
      background-position:right -30px;
  }
  .gritter-bottom {
      height:8px;
      margin:0;
  }
  .hover .gritter-bottom {
      background-position: bottom right;
  }
  .gritter-item {
      display:block;
      color:#eee;
      padding:2px 11px 8px 11px;
      font-size: 11px;
      font-family:verdana;
  }
  .hover .gritter-item {
      background-position:right -40px;
  }
  .gritter-item p {
      padding:0;
      margin:0;
      word-wrap:break-word;
  }
  .gritter-close {
      display:none;
      position:absolute;
      top:5px;
      left:3px;
      cursor:pointer;
      width:30px;
      height:30px;
      text-indent:-9999em;
  }
  .gritter-title {
      font-size:14px;
      font-weight:bold;
      padding:0 0 7px 0;
      display:block;
      text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
  }
  .gritter-image {
      width:48px;
      height:48px;
      float:left;
  }
  .gritter-with-image,
  .gritter-without-image {
      padding:0;
  }
  .gritter-with-image {
      width:220px;
      float:right;
  }
  /* for the light (white) version of the gritter notice */
  .gritter-light .gritter-item,
  .gritter-light .gritter-bottom,
  .gritter-light .gritter-top,
  .gritter-light .gritter-close {
      color: #222;
  }
  .gritter-light .gritter-title {
      text-shadow: none;
  }
  
  
  
  body {
    background: #04000f;
  }
  
  .be-top-header .be-right-navbar {
    border-bottom: 1px solid transparent !important;
    background-color: transparent !important;
  }
  .be-top-header {
    background-color: transparent !important;
    border-bottom: 1px solid transparent !important;
  }
  
  .tos-link {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 16px;
    font-family: 'Avenir';
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  .tos-link a {
    color: #247ab0;
  }
  .tos-link a:hover {
    color: #2ea2ea;
  }
  
  .gritter-title {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0 0px 0;
    display: block;
    text-shadow: none;
    font-family: 'Roboto';
  }
  
  .be-nosidebar-left .be-top-header .navbar-nav li a.nav-link {
    font-family: BebasNeue-Regular;
    letter-spacing: 2px;
    line-height: 60px;
    color: #247ab0;
    font-size: 20px;
    padding: 2px 18px 0;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .close{
    color: white; 
  }
  .close:hover{
    color:white;
  }
  .be-nosidebar-left .be-top-header .be-navbar-header .navbar-brand {
    font-size: 26px;
    color: #fff;
    font-family: BebasNeue-Bold;
    letter-spacing: 2px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding-top: 2px;
    width: 142px;
    line-height: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 20px;
    padding: 0 20px;
    margin: 0;
    display: block;
  }
  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: 4px;
    font-family: BebasNeue-Regular;
    letter-spacing: 0.1em;
    color: #FFF;
  }
  .modal-content {
    background-color: transparent;
  }
  
  .jumbotron .lead {
    font-size: 18px;
    font-family: 'Avenir';
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    opacity: 0.8;
  }
  .be-nosidebar-left .be-top-header .navbar-nav li a.nav-link:hover {
    color: #2ea2ea;
  }
  .be-nosidebar-left .be-top-header .navbar-nav li a.nav-link:hover:before {
    opacity: 1;
  }
  .be-nosidebar-left .be-top-header .navbar-nav li a.nav-link:hover:after {
    opacity: 1;
  }
  .jumbotron h1 {
    margin-top: 60px;
  }
  .be-nosidebar-left .be-top-header {
    background-color: transparent;
    background: transparent;
  }
  a.btn-lg.btn-success {
    color: #ffffff !important;
    background-color: transparent;
    border: 2px solid #ffffff;
    font-family: BebasNeue-Bold;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    padding: 10px 10px 5px 80px;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.8;
    margin-top: 34vh;
    transform: scale(1.5);
  }
  a.btn-lg.btn-success:after {
    content: '\25BA';
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    top: 0px;
    opacity: 1;
    right: 131%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  a.btn-lg.btn-success:before {
    content: '';
    width: 2px;
    background: #ffffff;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 1;
    left: 55px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  a.btn-lg.btn-success:hover {
    background-color: transparent;
    box-shadow: none;
    transform: scale(1.8);
    opacity: 1.0;
  }
  
  a.btn-lg.btn-success:hover:after {
    color: #ffffff;
    font-size: 20px;
    right: 129%;
    top: 1px;
  }
  a.btn-lg.btn-success:active {
    color: #2ea2ea;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #2ea2ea;
    border-top-color: #2ea2ea;
  }
  a.btn-lg.btn-success:not([disabled]):not(.disabled):active:hover {
    color: #2ea2ea;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #2ea2ea;
    border-top-color: #2ea2ea;
  }
  .be-content {
    height: 100vh;
    margin-top: -61px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom 40px;
  }
  
  @media screen and (max-width: 600px) {
    .be-content {
      height: 100vh;
      margin-top: -125px;
      background-size: 200%;
      background-position: left bottom;
    }
    a.btn-lg.btn-success {
      transform: scale(1);
      margin-top: 30vh;
    }
    a.btn-lg.btn-success:hover {
      transform: scale(1.2);
    }
    .be-nosidebar-left .be-top-header .be-navbar-header .navbar-brand {
      width: 100%;
    }
    .be-top-header .be-right-navbar .navbar-nav {
      width: 100%;
      text-align: center;
    }
    .tos-link {
      width: 300px;
      text-align: center;
      margin-left: -150px;
      left: 50%;
      bottom: 20px;
    }
  }
  
  
  /* the norm */
  #gritter-notice-wrapper {
      position:fixed;
      top:20px;
      right:20px;
      width:301px;
      z-index:9999;
  }
  .gritter-fade{
      animation: slideInFromLeft 2s ease-out 2s forwards;
  }
  #gritter-notice-wrapper.top-left {
      left: 20px;
      right: auto;
  }
  #gritter-notice-wrapper.bottom-right {
      top: auto;
      left: auto;
      bottom: 20px;
      right: 20px;
  }
  #gritter-notice-wrapper.bottom-left {
      top: auto;
      right: auto;
      bottom: 20px;
      left: 20px;
  }
  
  
  .hover .gritter-top {
      background-position:right -30px;
  }
  
  .hover .gritter-bottom {
      background-position: bottom right;
  }
  .gritter-item {
      display:block;
      color:#eee;
      padding:2px 11px 8px 11px;
      font-family: 'BebasNeue-Book';
  }
  .hover .gritter-item {
      background-position:right -40px;
  }
  .gritter-item p {
      padding:0;
      margin:0;
      word-wrap:break-word;
      font-family: 'Avenir';
  }
  .gritter-close {
      display:none;
      position:absolute;
      top:5px;
      left:3px;
      cursor:pointer;
      width:30px;
      height:30px;
      text-indent:-9999em;
  }
  .gritter-image {
      width:48px;
      height:48px;
      float:left;
  }
  .gritter-with-image,
  .gritter-without-image {
      padding:0;
  }
  .gritter-with-image {
      width:220px;
      float:right;
  }
  
  .gritter-light .gritter-title {
      text-shadow: none;
  }
  .gritter-title {
      font-size:42px;
      font-family: 'BebasNeue';
      font-weight:bold;
      padding:0 0 7px 0;
      display:block;
      text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
      letter-spacing: 1px;
  }
  @keyframes slideInFromLeft {
      0% {
        transform: translateX(0);
        opacity: 1;
      }
      100% {
        transform: translateX(150%);
        opacity: 0;
      }
  }
  
  #play-signup-btn {
    margin-top: 40px;
    font-size: 24px;
  }

  #play-signup-btn .icon.mdi.mdi-github {
    font-size: 40px;
  }

  #play-signup-btn:hover {
    color: #2ea2ea;
  }