.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.navbar-expand-lg .dropdown .dropdown-menu ul,
.sociable-icon,
.badge-icon,
.statistics-item,
.history-item,
.tab-item,
.gamemode-item,
.teams-item,
.statistic-item,
.comments-item,
.comments-item ul,
.paging,
.equipment-box ul,
.list-item,
.items-block .item,
.items-block .dropdown-menu ul,
.staff-item,
.terms-section ol,
.footer .social,
.footer .footer-right .footer-nav ul,
.item-group {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

/* ---------------------------------------------------------
   2. Custom form styles
   ---------------------------------------------------------*/

/* custom radio styles */

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%;
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}

/* header styles */

.header {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .23);
}

.navbar-expand-lg {
    width: 100%;
    background: #fff !important;
    padding: 10px 6px 12px; /* page logo styles */ /* search form styles */ /* submenu block styles */
}

.navbar-expand-lg .navbar-brand {
    padding-top: 2px;
    margin-left: -1px;
}

.navbar-expand-lg .navbar-brand img {
    width: 90px;
}

.navbar-expand-lg .navbar-toggler {
    border-radius: 5px;
    outline: none;
    border-color: #000;
}

.navbar-expand-lg .navbar-toggler.collapsed {
    border-color: rgba(52, 0, 159, .1);
}

.navbar-expand-lg .navbar-nav {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 4px 0;
    letter-spacing: 1.3px;
    width: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-expand-lg .navbar-nav li {
    padding: 0 14px;
    margin: 10px 0;
}

.navbar-expand-lg .navbar-nav li a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #262626 !important;
    padding: 0 !important;
    opacity: .75;
}

.navbar-expand-lg .navbar-nav li:hover a,
.navbar-expand-lg .navbar-nav li.active a {
    opacity: 1;
}

.navbar-expand-lg .navbar-nav li.store-link a {
    color: #8e2a14 !important;
}

.navbar-expand-lg .form-inline {
    width: 27%;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar-expand-lg .form-inline .form-group {
    width: 245px;
    position: relative;
}

.navbar-expand-lg .form-inline .form-control {
    width: 100%;
    max-width: 245px;
    height: 22.5px;
    border: 1px solid rgba(210, 210, 210, .35);
    background: #fafafa;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 26px;
}

.navbar-expand-lg .form-inline .form-control::-webkit-input-placeholder {
    color: rgba(210, 210, 210, .37);
    font-style: italic;
}

.navbar-expand-lg .form-inline .form-control::-moz-placeholder {
    opacity: 1;
    color: rgba(210, 210, 210, .37);
    font-style: italic;
}

.navbar-expand-lg .form-inline .form-control:-moz-placeholder {
    color: rgba(210, 210, 210, .37);
    font-style: italic;
}

.navbar-expand-lg .form-inline .form-control:-ms-input-placeholder {
    color: rgba(210, 210, 210, .37);
    font-style: italic;
}

.navbar-expand-lg .form-inline .form-control.placeholder {
    color: rgba(210, 210, 210, .37);
    font-style: italic;
}

.navbar-expand-lg .form-inline .form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.navbar-expand-lg .form-inline .btn {
    position: absolute;
    background: none;
    border: none;
    outline: none;
    color: #d2d2d2;
    left: 0;
    top: 2px;
    font-size: 11px;
    padding: 2px 8px;
    cursor: pointer;
}

.navbar-expand-lg .form-inline .btn:hover {
    color: #000;
}

.navbar-expand-lg .dropdown-menu {
    border-radius: 5px;
    font-size: 12px;
}

.navbar-expand-lg .account-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 23%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-expand-lg .account-dropdown .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 14px);
}

.navbar-expand-lg .account-dropdown .user .user-info {
    padding-right: 8px;
    padding-top: 1px;
    width: calc(100% - 22px);
}

.navbar-expand-lg .account-dropdown .user span {
    display: block;
    text-align: right;
    font-weight: 700;
}

.navbar-expand-lg .account-dropdown .user span.sub-txt {
    font-size: 6px;
    color: #1b1b1b, .39;
    letter-spacing: .3px;
    font-weight: 700;
}

.navbar-expand-lg .account-dropdown .user span.user-name {
    font-size: 12px;
    color: #404040;
    letter-spacing: 1.1px;
    font-weight: 800;
    padding-right: 12px;
}

.navbar-expand-lg .account-dropdown .user .user-avatar {
    width: 22px;
}

.navbar-expand-lg .account-dropdown .user .user-avatar img {
    width: 22px;
    height: 22px;
}

.navbar-expand-lg .account-dropdown .dropdown-toggle {
    color: #cdcdcd;
    font-size: 15px;
    padding-top: 3px;
    padding-right: 1px;
    width: 14px;
}

.navbar-expand-lg .account-dropdown .dropdown-toggle:after {
    display: none;
}

.navbar-expand-lg .account-dropdown .dropdown-menu {
    left: auto;
    right: -11px;
    top: 122%;
    max-width: 300px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
}

.navbar-expand-lg .account-dropdown .dropdown-menu ul {
    text-transform: uppercase;
    padding: 0 17px;
    letter-spacing: 1.3px;
}

.navbar-expand-lg .dropdown .dropdown-menu .dropdown-item {
    font-weight: 700;
    padding: 5px 0;
    display: inline-block;
    width: auto;
    white-space: normal;
    color: rgba(38, 38, 38, .46);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-expand-lg .dropdown .dropdown-menu .dropdown-item:hover,
.navbar-expand-lg .dropdown .dropdown-menu .dropdown-item:focus {
    color: rgba(38, 38, 38, .75);
    background: none;
}

.navbar-expand-lg .account-dropdown .dropdown-menu .dropdown-item i {
    font-size: 13px;
    width: 15px;
}

.navbar-expand-lg .account-dropdown .dropdown-menu .dropdown-item i.fa-user {
    font-size: 17px;
}

.navbar-expand-lg .account-dropdown .dropdown-menu .dropdown-item span {
    padding-left: 10px;
    width: calc(100% - 15px);
}

.navbar-expand-lg .account-dropdown .dropdown-menu .dropdown-divider {
    margin: 5px 0;
}

.navbar-expand-lg .account-dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 1px;
    right: 3px;
    box-sizing: border-box;
    border: 4px solid black;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -1px 1px 0 0 rgba(0, 0, 0, .13);
}

.navbar-expand-lg .account-dropdown.show .fa-bars {
    color: #000;
}

/* ---------------------------------------------------------
   1. Common site styles
   ---------------------------------------------------------*/

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn {
    border-radius: 6px;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .32) inset;
    border: 1px solid rgba(0, 0, 0, .32);
    padding: 5px 7px;
    color: rgba(255, 255, 255, .9);
    letter-spacing: 1px;
}

.btn.btn-warning {
    color: rgba(0, 0, 0, .9);
}

.btn.btn-default {
    color: #fff;
}

.btn:hover {
    cursor: pointer;
}

#sidebar .box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    padding: 0 20px;
}

.box {
    margin: 0 0 15px;
}

.box .online-box {
    margin: 0 -20px;
}

.box .offline-box {
    margin: 0 -20px;
}

.box .banned-box {
    margin: 0 -20px;
}

.season-end-banner {
    overflow: hidden;
    border-radius: 5px;
}

.box .premium-box,
.box .settings-box {
    margin: 0 -20px;
}

.box .heading {
    font-size: 11px;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
    color: #b0b0b0;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px 0 7px;
}

.box .btn {
    font-size: 10px;
}

.request-box {
    padding: 0 0 15px;
}

.request-box .btn {
    display: block;
    width: 100%;
}

.online-box {
    background-image: linear-gradient(to bottom, #64cb43 0%, #55ad39 100%);
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    letter-spacing: 2px;
    border: 1px solid rgba(0, 0, 0, .13);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .19) inset;
}

.online-box a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.online-box a:hover {
    text-decoration: none;
}

.online-box .text {
    display: block;
    padding: 7px 10px;
}

.online-box .title {
    font-size: 16px;
    line-height: 16px;
    display: block;
    font-weight: bold;
}

.offline-box {
    background-image: linear-gradient(to bottom, #b7b7b7 0%, #b7b7b7 100%);
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    letter-spacing: 2px;
    border: 1px solid rgba(0, 0, 0, .13);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .19) inset;
}

.offline-box a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.offline-box a:hover {
    text-decoration: none;
}

.offline-box .text {
    display: block;
    padding: 7px 10px;
}

.offline-box .title {
    font-size: 16px;
    line-height: 16px;
    display: block;
    font-weight: bold;
}

.banned-box {
    background-image: linear-gradient(to bottom, #c94444 0%, #ab3838 100%);
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    letter-spacing: 2px;
    border: 1px solid rgba(0, 0, 0, .13);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .19) inset;
}

.banned-box a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
}

.banned-box a:hover {
    text-decoration: none;
}

.banned-box .text {
    display: block;
    padding: 7px 10px;
}

.banned-box .title {
    font-size: 16px;
    line-height: 16px;
    display: block;
    font-weight: bold;
}

/* user box styles */

.user-box {
    text-align: center;
    padding: 25px 0 14px;
}

.user-box .name {
    font-size: 21px;
    line-height: 24px;
    display: block;
    margin: 10px 0 1px;
    font-variant-ligatures: none;
    color: #000;
}

.user-box .name a {
    color: #000;
}

.user-box .name a:hover {
    color: #b8b8b8;
    text-decoration: none;
}

.user-box .country {
    font-size: 12px;
    line-height: 15px;
    color: #b8b8b8;
}

.user-box .country:hover {
    text-decoration: none;
    color: #000;
}

.user-box .country img {
    margin: 0 2px 0 0;
}

.premium-box .btn {
    display: block;
    border-radius: 0 0 4px 4px;
    background: #3393d4;
    font-size: 12px;
}

.premium-box .btn:hover {
    background: #2577af;
}

.settings-box .btn {
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    border-radius: 4px;
}

.settings-box .btn i {
    margin: 0 4px 0 0;
    font-size: 12px;
}

.sociable-icon {
    text-align: center;
    padding: 0 0 14px;
}

.sociable-icon li {
    padding: 0 0 2px;
    display: inline;
}

.sociable-icon a {
    color: rgba(68, 68, 68, .62);
}

.sociable-icon a:hover {
    text-decoration: none;
    color: #000;
}

.sociable-icon a i {
    font-size: 2em;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.badge-icon {
    text-align: center;
    padding: 0 0 14px;
    list-style: none;
}

.badge-icon li {
    padding: 0 0 2px;
    display: inline;
}

.badge-icon a {
    color: rgba(68, 68, 68, .62);
}

.badge-icon a:hover {
    text-decoration: none;
    color: #000;
}

.badge-icon a i {
    font-size: 2em;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.statistics-item {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 9px;
    letter-spacing: .6px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.statistics-item li {
    padding: 0 0 5px;
}

.statistics-item a {
    color: rgba(68, 68, 68, .82);
}

.statistics-item a:hover {
    text-decoration: none;
    color: #000;
}

.history-item {
    font-size: 9px;
    line-height: 8px;
    letter-spacing: .5px;
    padding: 3px 0 0;
    margin: 0 0 14px;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.history-item:before {
    content: "";
    width: 2px;
    position: absolute;
    left: 3px;
    top: 13px;
    bottom: 17px;
    background: #f7f7f7;
}

.history-item li {
    margin: 0 0 6px;
    position: relative;
}

.history-item li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f0f0f0;
    z-index: 1;
}

.history-item a {
    display: inline-block;
    vertical-align: top;
    color: #adadad;
    padding: 0 11px;
    position: relative;
}

.history-item a:before {
    content: "";
    height: 2px;
    position: absolute;
    left: -9999px;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f7f7f7;
}

.history-item a:hover {
    text-decoration: none;
    color: rgba(68, 68, 68, .79);
}

.history-item a:hover span {
    color: #000;
}

.history-item a span {
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: rgba(68, 68, 68, .79);
    font-weight: 600;
}

.friends-box-plagin {
    padding: 6px 0 13px;
    text-align: center;
    max-width: 233px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.friends-box-plagin .friends-holder {
    padding: 2px;
}

.friends-box-plagin .friends-holder a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

.friends-box-plagin .friends-holder a img {
    width: 34px;
    height: 34px;
    border: 1px solid #f3f3f3;
}

.friends-box-plagin .friends-holder a:hover {
    opacity: .75;
}

.friends-box-plagin .friends-holder a.count {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f9f9f9;
    border: 1px solid #f3f3f3;
    border-radius: 15%;
}

.friends-box-plagin .friends-holder a.count:hover {
    opacity: .6;
}

.tabs-section h2 {
    text-align: center;
    letter-spacing: 2px;
}

.tabs-section h2.user-threads {
    text-align: left;
    letter-spacing: 2px;
}

/* tabs content holder styles */

.ajax-tabs .ajax-holder {
    min-height: 500px;
}

.ajax-tabs-loading .ajax-holder {
    background: url('rebridge.jpg') no-repeat 50% 50%;
}

.nav-tabs {
    border-bottom: none;
}

/* tabs switcher styles */

.admin-tab {
    color: indianred !important;
}

.tab-item,
.gamemode-item {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 1px;
    margin: -5px 0 -2px;
}

.tab-item a,
.gamemode-item a {
    color: rgba(38, 38, 38, .62);
    display: block;
    border-radius: 6px;
    padding: 5px 9px 3px;
    text-align: center;
}

.tab-item a:hover,
.gamemode-item a:hover {
    text-decoration: none;
    color: #000;
}

.tab-item a.active,
.gamemode-item a.active {
    background-image: -webkit-linear-gradient(top, #d1cfd0 0%, #bfbebf 100%);
    background-image: linear-gradient(to bottom, #d1cfd0 0%, #bfbebf 100%);
    background-repeat: repeat-x;
    text-shadow: 0 0 1px rgba(0, 0, 0, .27);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .08) inset;
    color: #fff;
}

.tab-item li,
.gamemode-item li {
    margin: 0 9px 0 8px;
}

#content .block {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
    padding: 20px;
    margin: 0 0 15px;
}

.teams-item {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.teams-item > li {
    width: 33.333%;
    padding: 10px 10px 9px;
    position: relative;
    z-index: 1;
}

.teams-item .bg-stretch {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 6px;
    z-index: -1;
    background-size: cover;
    overflow: hidden;
}

.team-box {
    min-height: 219px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
}

.team-box a {
    color: #fff;
}

.team-box > * {
    display: block;
    padding: 13px 17px 17px;
    min-height: 219px;
    border-radius: 6px;
}

.team-box .title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 10px;
}

.team-box .titlesmaller {
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 10px;
    font-size: 13px;
}

.team-box .link-box {
    font-size: 12px;
    line-height: 15px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    font-weight: bold;
    letter-spacing: 1.8px;
    margin: 12px 0 0;
}

.team-box .link-box a {
    color: #fff;
    padding: 7px 4px;
    display: block;
    text-align: center;
}

.team-box .link-box a:hover {
    background: rgba(255, 255, 255, .1);
    text-decoration: none;
}

.team-box .link-box a:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.team-box .link-box a:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-flex: 0;
    -ms-flex: 0 2 70%;
    flex: 0 2 70%;
}

.statistic-item {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1.8px;
}

.statistic-item li {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    padding: 7px 4px;
    margin: 0 0 12px;
}

.statistic-item li:last-child {
    margin: 0;
}

.comments-item {
    overflow: hidden;
}

.comments-item:not(:last-child) {
    margin: 0 0 14px;
    padding: 0 0 2px;
    border-bottom: 2px solid #f7f7f7;
}

.comments-item li:not(:first-child) {
    padding-left: 43px;
}

.comments-block {
    font-size: 15px;
    line-height: 18px;
    color: #7e7e7e;
}

.comments-block h2 {
    text-align: center;
    letter-spacing: 2px;
}

.comments-block h2 i {
    margin: 0 6px 0 0;
    font-size: 15px;
}

.comments-block p {
    margin: 0 0 3px;
}

.comments-block .avatar-box {
    position: absolute;
    left: -45px;
    top: -7px;
    padding: 5px 0 6px;
    background: #fff;
    z-index: 4;
}

.comments-block .avatar {
    opacity: 1;
}

.comments-block article {
    z-index: 1;
    padding: 0 0 11px 43px;
}

.comments-block footer {
    font-size: 11px;
    line-height: 14px;
    color: #9f9f9f;
}

.comments-block footer a {
    opacity: .63;
}

.comments-block footer a:hover {
    opacity: 1;
}

.comments-block .comment-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    background: #fbfbfb;
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    z-index: 2;
}

.comments-block .comment-frame:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 8px 4.5px 0;
    border-color: transparent #fbfbfb transparent transparent;
    position: absolute;
    left: -6px;
    top: 5px;
    z-index: 1;
}

.comments-block .comment-frame:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 9px 5.5px 0;
    border-color: transparent #f1f1f1 transparent transparent;
    position: absolute;
    left: -9px;
    top: 4px;
    z-index: 1;
}

.comments-block .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 0 0 10px;
}

.comments-block .like-link {
    color: #bebebe;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    width: 39px;
    border-left: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    outline: none;
}

.comments-block .like-link i {
    display: block;
    font-size: 12px;
    margin: 0 0 1px;
}

.comments-block .like-link:focus,
.comments-block .like-link.active {
    color: #000;
}

.comments-block .like-link:focus i,
.comments-block .like-link.active i {
    color: #ef6b61;
}

.comments-block .reply-box {
    width: 26px;
    text-align: center;
    font-size: 14px;
    margin: 0 0 0 11px;
}

.comments-block .reply-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 50%;
    color: #bebebe;
    border-left: 1px solid #e8e8e8;
    outline: none;
}

.comments-block .reply-box a.reply-link {
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.comments-block .reply-box a.reply-link:hover {
    color: #000;
}

.comments-block .reply-box a.warning-link {
    border-top: 1px solid #e8e8e8;
}

.comments-block .reply-box a.warning-link:hover {
    color: #db4040;
}

.comments-block .reply-box .trash-link {
    display: none;
}

.comments-block .comment-holder {
    padding: 7px 8px 7px 7px;
    position: relative;
}

/*
.comments-block .comment-holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 11px;
    margin: 2px 0 0;
    background: #fff;
    width: 100%;
}
*/

.comments-block .delete-link {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 11px;
    color: rgba(219, 64, 64, .42);
    margin: 0 0 5px;
    font-weight: 600;
    cursor: pointer;
}

.comments-block .delete-link:hover {
    color: #db4040;
}

.comments-block .reply-entry {
    margin-left: 41px;
    width: 691px;
}

.hidden {
    display: none;
}

/* comment form styles */

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding: 0 0 14px;
    margin: 0 0 13px;
    border-bottom: 2px solid #f7f7f7;
}

.comment-form .img-box img {
    vertical-align: top;
    border-radius: 4px;
}

.after-comment-frame div {
    margin-top: 10px;
}

.comments-block input[type=text] {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    color: rgba(53, 53, 53, .8);
    background: #fbfbfb;
    border-radius: 4px;
    resize: vertical;
    border: 2px solid #f1f1f1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    padding: 5px 10px 4px 8px;
    outline: none;
}

.comments-block input[type=text]:focus {
    border: 2px solid #ddd;
}

.comments-block input[type=text]::-webkit-input-placeholder {
    color: #c3c5c6;
}

.comments-block input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #c3c5c6;
}

.comments-block input[type=text]:-moz-placeholder {
    color: #c3c5c6;
}

.comments-block input[type=text]:-ms-input-placeholder {
    color: #c3c5c6;
}

.comments-block input[type=text].placeholder {
    color: #c3c5c6;
}

.comment-entry {
    margin-left: 14px;
    width: 100%;
}

/* pagination block styles */

.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1px;
    font-size: 12px;
    line-height: 17px;
}

.paging li {
    padding: 0 6px 0 5px;
}

.paging li.arrow {
    width: 68px;
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
}

.paging li.arrow a {
    color: #797979;
    cursor: pointer;
}

.paging li.arrow a:hover {
    color: #000;
}

.paging li.arrow.disabled a {
    pointer-events: none;
    color: #e3e3e3;
}

.paging a,
.paging strong {
    display: inline-block;
    vertical-align: top;
    min-width: 26px;
    height: 21px;
    text-align: center;
    color: rgba(38, 38, 38, .62);
    font-weight: 800;
}

.paging a:hover {
    color: #000;
}

.paging strong {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #c7c7c7 100%);
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #c7c7c7 100%);
    background-repeat: repeat-x;
    color: #fff;
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 1px 1px #bebebe inset;
}

.page-number-nav {
    cursor: pointer;
}

/* additional navigation styles */

.gamemode-item {
    font-size: 12px;
    padding: 2px 0 15px;
    border-bottom: 1px solid #eee;
}

.gamemode-item li {
    margin: 0 8px;
}

.gamemode-item a {
    padding: 4px 5px 3px;
}

.equipment-box {
    text-align: center;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 13px 10px 10px;
    height: 100%;
}

.equipment-box .title {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 2px;
    margin: 0 0 16px;
    color: rgba(38, 38, 38, .47);
}

.equipment-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.equipment-box ul li {
    margin: 0 8px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
}

.equipment-box ul img {
    vertical-align: top;
}

.list-item {
    color: rgba(38, 38, 38, .75);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 5px 0 20px;
}

.list-item li {
    width: calc(33.333% - 8px);
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 7px 5px 8px 5px;
    margin: 11px 0 0;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-item li.more-text {
    width: calc(66.666% - 5px);
}

.items-block {
    margin: 12px 0 0;
}

.items-block .title {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 2px;
    margin: 15px 0;
    color: rgba(38, 38, 38, .47);
    text-align: center;
}

.items-block .box-item {
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.items-block .box-item + .box-item {
    margin-top: 12px;
}

.items-block .item {
    padding: 0 16px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #cacaca;
}

.items-block .item > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 0 12px;
    letter-spacing: .5px;
}

.items-block .item > li img {
    width: 31px;
    margin: 0 10px 0 0;
}

.items-block .item.mined-item {
    text-transform: uppercase;
    padding: 0 13px;
    line-height: 12px;
    color: #727272;
    font-weight: 500;
}

.items-block .item.mined-item > li {
    border-top: 1px solid #e8e8e8;
    padding: 12px 0;
    margin: 0;
    display: block;
}

.items-block .item.mined-item > li:first-child {
    border: none;
}

.items-block .item.mined-item img {
    width: 23px;
    margin: 0 11px 0 0;
}

.items-block .item.mined-item p {
    margin: 0;
}

.items-block .item.mined-item a {
    color: #727272;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1.4px;
}

.items-block .item.mined-item a b {
    padding-right: 1px;
}

.items-block .item.mined-item a:hover {
    color: #262626;
}

.items-block .dropdoun {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.items-block .dropdown-menu.pull-right {
    right: 0;
    left: auto !important;
}

.items-block .dropdown-menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 7px 0 0 !important;
}

.items-block .show {
    z-index: 1;
}

.items-block .show .dropdown-toggle:before,
.items-block .show .dropdown-toggle:after,
.items-block .show .dropdown-toggle span {
    background: #000;
}

.items-block .dropdown-toggle {
    display: block;
    width: 16px;
    height: 4px;
}

.items-block .dropdown-toggle:hover:before,
.items-block .dropdown-toggle:hover:after,
.items-block .dropdown-toggle:hover span {
    background: #000;
}

.items-block .dropdown-toggle:before,
.items-block .dropdown-toggle:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #d5d5d5;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.items-block .dropdown-toggle:after {
    left: auto;
    right: 0;
}

.items-block .dropdown-toggle span {
    width: 4px;
    height: 4px;
    display: block;
    margin: 0 auto;
    background: #d5d5d5;
    border-radius: 1px;
}

.items-block .name {
    color: #494949;
    font-weight: bold;
    font-size: 14px;
}

.items-block .name:hover {
    color: #000;
}

/* forum section styles */

.alert-dismissible .close {
    padding: 0;
    top: 0;
    bottom: 0;
    right: 20px;
}

.alert-dismissible {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.previous-replies {
    margin-top: 20px;
}

.update-reason {
    width: 450px;
    margin-bottom: 0px;
}

.applications {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
    background: #fff;
    text-align: center;
    padding: 18px 20px 20px;
    margin: 0 0 10px;
}

.applications .btn-holder {
    padding: 2px 0 1px;
}

.applications .btn-holder .btn {
    display: block;
}

.applications h2 {
    letter-spacing: 2px;
    margin: 0 0 12px;
}

.staff-section {
    padding: 0 0 15px;
}

.staff-section .block {
    padding-top: 0 !important;
    padding-bottom: 9px !important;
}

.staff-section .block h2 {
    background-repeat: repeat-x;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .32) inset, 0 -15px 15px rgba(0, 0, 0, .05) inset;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px 5px 0 0;
    margin: 0 -20px 27px;
    padding: 5px 20px 5px;
}

.staff-section .holder-item {
    background: #fafafa;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0 1px 0 #f8f8f8 inset;
    margin: 0 -20px -9px;
    border-radius: 0 0 5px 5px;
    padding: 19px 20px 0;
}

/* staff item styles */

.staff-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.staff-item.item-small {
    padding: 0 20px;
}

.staff-item.item-small li {
    padding: 0 4px 14px;
    width: 16.666%;
}

.staff-item.item-small .name {
    font-size: 14px;
    line-height: 17px;
    /*margin: 0 0 -6px;*/
    display: block;
}

.staff-item li {
    padding: 0 22px;
    width: 25%;
}

.staff-item .name {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    font-weight: 700;
}

.staff-item .country {
    display: block;
    font-size: 9px;
}

.staff-item .country > * {
    vertical-align: middle;
}

.staff-item .country .fa {
    font-size: 13px;
    color: #48b0f1;
    margin-right: 3px;
}

.staff-item .link-box {
    color: #000;
    display: block;
}

.staff-item .link-box:hover {
    color: #b8b8b8;
}

.terms-section {
    padding: 18px 0 20px;
}

.terms-section .heading {
    position: relative;
    padding: 18px 21px 17px;
    letter-spacing: 3px;
    z-index: 1;
    margin: -20px -20px 17px;
}

.terms-section .heading h1 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 2px 2px rgba(255, 255, 255, .11);
}

.terms-section .heading .bg-stretch {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    border-radius: 5px 5px 0 0;
}

.terms-section h2 {
    font-size: 14px;
    text-transform: none;
    color: #666;
    letter-spacing: .2px;
}

h2 {
    text-transform: uppercase;
}

html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
    font-variant-ligatures: none;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";

}

/* main container styles */

#wrapper {
    display: table-cell;
}

/* main informative part styles */

.main {
    padding-bottom: 90px;
}

.bg-stretch {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.tab-bg-stretch {
    background-image: url('rebridge.jpg');
}

.main-top {
    margin-top: 15px;
}

.main-top .main-top-col {
    width: 28.8%;
    padding: 0 7.5px;
    margin-bottom: 13px;
}

.main-top .main-top-col .main-top-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    color: rgba(38, 38, 38, .75);
    font-size: 12px;
    font-weight: 500;
    padding: 13px 12px 13px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    min-height: 42px;
    height: 100%;
    font-weight: bolder;
}

.main-top .main-top-col .main-top-content a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: rgba(38, 38, 38, .75);
    padding-right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-top .main-top-col .main-top-content a:hover {
    text-decoration: none;
    opacity: .7;
}

.main-top .main-top-col .main-top-content .fa {
    font-size: 15px;
    margin-right: 5px;
}

.main-top .main-top-col .main-top-content .fa.fa-globe {
    color: #3cb152;
}

.main-top .main-top-col .main-top-content .fa.fa-exclamation-triangle {
    color: #db4040;
}

.main-top .main-top-col .main-top-content.main-top-button {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-top .main-top-col .main-top-content.main-top-button a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #db4040;
    text-align: center;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    padding: 13px 12px 13px 12px;
    position: relative;
}

.main-top .main-top-col .main-top-content.main-top-button a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .32);
    border-radius: 5px;
}

.main-top .main-top-col .main-top-content.main-top-button a:after {
    content: "";
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 5px;
}

.main-top .main-top-col .main-top-content.main-top-button a:hover {
    opacity: .7;
}

.main-top .main-top-col .main-top-content.main-top-button .fa {
    font-size: 13px;
}

.main-top .main-top-col .main-top-content.main-top-button span {
    line-height: 1;
    letter-spacing: 1.7px;
}

.main-top .main-top-col.main-top-big {
    width: 42.4%;
}

.main-top .main-top-col.main-top-big .main-top-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news {
    /* posts section styles */ /* single post styles */
}

.news .post-holder {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(210, 210, 210, .26);
}

.news .post-holder:last-child {
    border-bottom: none;
}

.news .post-item {
    background: #fff;
    border-radius: 5px;
    padding: 12px 12px 0;
}

.news .post-item .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid rgba(212, 92, 57, .14);
}

.news .post-item .post-header .title {
    width: 90%;
    padding-top: 2px;
}

.news .post-item .post-header h2 {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 1;
}

.news .post-item .post-header h2 a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #000;
}

.news .post-item .post-header h2 a:hover {
    opacity: .75;
    text-decoration: none;
}

.news .post-item .post-header span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-left: 2px;
}

.news .post-item .post-header span.author a {
    color: rgba(38, 38, 38, .75);
}

.news .post-item .post-header span.author a:hover {
    opacity: .75;
    text-decoration: none;
}

.news .post-item .post-header .post-icons {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: rgba(38, 38, 38, .75);
    opacity: .3;
    padding-right: 14px;
}

.news .post-item .post-header .post-icons .view,
.news .post-item .post-header .post-icons .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news .post-item .post-header .post-icons .comment a {
    color: rgba(38, 38, 38, .75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news .post-item .post-header .post-icons .comment a:hover {
    opacity: .75;
}

.news .post-item .post-header .post-icons .fa {
    margin-left: 5px;
}

.news .post-item .post-body {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.news .post-item .post-body:after {
    content: '';
    position: absolute;
    height: 50px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    width: 100%;
    top: 150px;
    left: 0;
    pointer-events: none;
}

.news .post-item .post-body p {
    margin-bottom: 15px;
}

.news .post-item .post-body p:last-child {
    margin-bottom: 10px;
}

.news .post-item .btn-holder {
    margin-left: -12px;
    margin-right: -12px;
    padding: 1px;
}

.news .post-item .btn-holder .btn {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    background-image: url('rebridge.jpg');
    background-size: cover;
    border-radius: 0 0 5px 5px;
    padding: 7px 10px 6px;
    font-size: 12px;
    color: #fff;
}

.news .post-item .btn-holder .btn:hover {
    color: #fff;
    opacity: .8;
}

.news .twitter-img {
    width: 100%;
}

.account,
.get-started {
    margin-bottom: 37px; 
}

.account .account-settings,
.account .password,
.account .badge-selection,
.account .ranks,
.account .auth,
.get-started .account-settings,
.get-started .password,
.get-started .auth {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    padding: 19px 20px;
}

.account h2,
.get-started h2 {
    font-size: 14px;
    padding-bottom: 14px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(210, 210, 210, .37);
}

.account h2 i,
.get-started h2 i {
    margin-right: 0;
    font-size: 13px;
}

.account h3,
.get-started h3 {
    font-size: 11px;
    text-transform: uppercase;
    color: #b0b0b0;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
}

.account .privacy-settings,
.get-started .privacy-settings {
    padding: 10px 0 7px;
    border-bottom: 1px solid rgba(210, 210, 210, .37);
}

.account .privacy-settings .setiing,
.get-started .privacy-settings .setiing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: rgba(38, 38, 38, .75);
    margin-bottom: 3px;
}

.account .privacy-settings .setiing .txt,
.get-started .privacy-settings .setiing .txt {
    max-width: 60%;
}

.account .privacy-settings .setiing .txt span,
.get-started .privacy-settings .setiing .txt span {
    font-weight: 700;
}

.account .privacy-settings .radio-box,
.get-started .privacy-settings .radio-box {
    width: 40%;
    padding-left: 22px;
}

.account .privacy-settings .radio-box label,
.get-started .privacy-settings .radio-box label {
    color: rgba(38, 38, 38, .75);
    text-transform: uppercase;
    font-size: 10px;
    padding: 4px 5px 2px;
    margin-right: 10px;
    letter-spacing: .85px;
    cursor: pointer;
}

.account .privacy-settings .radio-box label.jcf-label-active,
.get-started .privacy-settings .radio-box label.jcf-label-active {
    background-image: -webkit-linear-gradient(top, #d1cfd0 0%, #bfbebf 100%);
    background-image: linear-gradient(to bottom, #d1cfd0 0%, #bfbebf 100%);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .17);
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .08) inset;
}

.privacy-question {
    color: rgba(38, 38, 38, .75);
}

.privacy-question-focus {
    font-weight: bolder;
}

.save-message {
    display: none;
    color: mediumseagreen;
    font-weight: 500;
}

.account .privacy-settings .radio-box .jcf-radio,
.get-started .privacy-settings .radio-box .jcf-radio {
    display: none;
}

.account .social-links,
.get-started .social-links {
    padding: 18px 0 11px;
    border-bottom: 1px solid rgba(210, 210, 210, .37);
}

.account .social-links h3,
.get-started .social-links h3 {
    margin-bottom: 15px;
}

.account .social-links .link-holder,
.get-started .social-links .link-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.account .social-links ul.errorlist {
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 28px;
    color: #db4040;
}

.account .social-links .link-holder .fa,
.get-started .social-links .link-holder .fa {
    width: 24px;
    font-size: 20px;
    color: #3b3b3b;
}

.account .social-links .link-holder .fa.fa-youtube-play,
.get-started .social-links .link-holder .fa.fa-youtube-play {
    color: #dc193c;
}

.account .social-links .link-holder .fa.fa-twitter,
.get-started .social-links .link-holder .fa.fa-twitter {
    color: #19abfa;
}

.account .btn-holder,
.get-started .btn-holder {
    padding: 19px 13px 2px;
    text-align: right;
}

.account .btn-holder .btn,
.get-started .btn-holder .btn {
    min-width: 150px;
    cursor: pointer;
}

.account input,
.get-started input {
    width: 96%;
    background: #fbfbfb;
    border-radius: 5px;
    border: 1px solid rgba(210, 210, 210, .35);
    padding: 6px 12px;
    letter-spacing: .4px;
    outline: none;
}

.account .password,
.account .badge-selection,
.get-started .password {
    padding-top: 18px;
    padding-bottom: 10px;
    margin-bottom: 13px;
}

.account .password h2,
.account .badge-selection h2,
.get-started .password h2 {
    padding-bottom: 7px;
    border-bottom: none;
}

.account .password i,
.account .badge-selection i,
.get-started .password i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.account .password .input-group,
.get-started .password .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(210, 210, 210, .37);
}

.account .password .input-group input,
.get-started .password .input-group input {
    margin-bottom: 8px;
    width: 100%;
}

.account .badge-selection .btn-holder {
    padding: 1px 0;
}

.account .password .btn-holder,
.get-started .password .btn-holder {
    padding: 10px 0;
}

.account .password .btn-holder .btn,
.account .badge-selection .btn-holder .btn,
.get-started .password .btn-holder .btn {
    width: 100%;
}

.account .badge-selection .p {
    text-align: center;
    font-size: 16px;
}

.account .auth,
.get-started .auth {
    text-align: center;
    padding-bottom: 10px;
}

.account .auth h2,
.get-started .auth h2 {
    padding-bottom: 6px;
    border-bottom: none;
}

.account .auth i,
.get-started .auth i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.account .auth .qr-holder,
.get-started .auth .qr-holder {
    border-bottom: 1px solid rgba(210, 210, 210, .37);
    padding-bottom: 18px;
    margin-bottom: 14px;
}

.account .auth input,
.get-started .auth input {
    width: 100%;
}

.account .auth .btn-holder,
.get-started .auth .btn-holder {
    padding: 10px 0;
}

.account .auth .btn-holder .btn,
.get-started .auth .btn-holder .btn {
    width: 100%;
}

.get-started {
    margin-top: 17px;
}

.get-started .account-settings {
    max-width: 618px;
    margin: 0 auto;
    padding: 16px 23px;
}

.get-started h2 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 12px;
}

.get-started p {
    text-align: center;
    padding: 0 10px 16px;
    border-bottom: 1px solid rgba(210, 210, 210, .37);
}

.get-started .privacy-settings {
    padding: 4px 0 5px;
}

.get-started .privacy-settings .setiing .txt {
    max-width: 50%;
}

.get-started .privacy-settings .setiing .radio-box {
    width: 50%;
}

.get-started .social-links {
    padding: 20px 0 12px;
}

.get-started .social-links .link-holder .fa {
    width: 6%;
}

.get-started .social-links .link-holder input {
    width: 94%;
    padding: 6px 7px;
}

.get-started .btn-holder {
    text-align: center;
    padding: 13px 13px 8px;
}

.get-started .btn-holder .btn {
    min-width: 179px;
}

.modal-content {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 5px 15px 0;
}

.token-fail {
    color: #ce2727;
    font-weight: bolder;
}

#twofa-fail-message {
    display: none;
}

.forum {
    margin-bottom: 107px; /* category section styles */ /* posts section styles */
}

.forum .forum-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    margin: 19px 0 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forum .forum-tools .breadcrumb {
    margin-bottom: 0;
    width: 60%;
    background: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 13px 13px 12px;
    letter-spacing: 1.8px;
    color: #6188b0;
}

.forum .forum-tools .breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forum .forum-tools .breadcrumb li.active {
    color: #6188b0;
}

.forum .forum-tools .breadcrumb li:before {
    padding-right: 4px;
    padding-left: 5px;
    color: #e0e0e0;
}

.forum .forum-tools .breadcrumb a {
    color: #6188b0;
}

.forum .forum-tools .breadcrumb a:hover {
    opacity: .75;
}

.forum .forum-tools .breadcrumb i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 4px;
    margin-top: -2px;
}

.forum .forum-tools .breadcrumb span {
    display: inline-block;
    vertical-align: middle;
}

.forum .forum-tools .btn-holder {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 2px;
}

.forum .forum-tools .btn-holder .btn {
    margin: 0 4px;
    padding: 3px 9px;
    font-size: 10px;
    line-height: 15px;
}

.login,
.registration {
    margin-top: 17px;
}

.login .login-holder,
.login .registration-holder,
.registration .login-holder,
.registration .registration-holder {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    padding: 40px 24px 29px;
    max-width: 442px;
    margin: 0 auto;
    text-align: center;
}

.login .login-header,
.registration .login-header {
    position: relative;
    z-index: 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -43px;
    margin-bottom: 30px;
    height: 168px;
    white-space: nowrap;
    text-align: center;
}

.login .login-header:before,
.registration .login-header:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 168px;
}

.login .login-header > *,
.registration .login-header > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}

.login .login-header .bg-stretch,
.registration .login-header .bg-stretch {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
}

.login .login-header .bg-stretch:before,
.registration .login-header .bg-stretch:before {
    content: "";
    z-index: 4;
    position: absolute;
    left: -40px;
    top: -32px;
    right: -40px;
    height: 125px;
    background: rgba(255, 255, 255, .04);
    border-radius: 50% / 65px;
}

.login .login-header .bg-stretch:after,
.registration .login-header .bg-stretch:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .19);
    content: "";
    border-radius: 6px 6px 0 0;
}

.login h2,
.registration h2 {
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.login h2 i,
.registration h2 i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}

.login p,
.registration p {
    margin-bottom: 11px;
}

.login .input-group,
.registration .input-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 64px 10px;
    position: relative;
}

.login .input-group:after,
.registration .input-group:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 17%;
    right: 17%;
    height: .5em;
    border-top: 1px solid rgba(210, 210, 210, .37);
}

.login input:not([type="checkbox"]),
.registration input:not([type="checkbox"]) {
    width: 100%;
    background: #fbfbfb;
    border-radius: 5px;
    border: 1px solid rgba(210, 210, 210, .35);
    padding: 6px 9px;
    letter-spacing: .4px;
    outline: none;
    margin-bottom: 8px;
}

.login .btn-holder,
.registration .btn-holder {
    padding: 0 64px;
    margin-bottom: 9px;
}

.login .btn-holder .btn,
.registration .btn-holder .btn {
    width: 100%;
    cursor: pointer;
}

.login .login-links,
.registration .login-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 64px;
}

.login .login-links a,
.registration .login-links a {
    color: #b3c5d9;
}

.login .login-links a:hover,
.registration .login-links a:hover {
    opacity: .75;
}

.login .login-links a.register,
.registration .login-links a.register {
    color: #b3d1ab;
}

.login-box {
    margin-bottom: 15px;
}

/* registration form styles */

.registration .registration-holder {
    position: relative;
    margin-top: 60px;
    padding: 71px 50px 29px;
}

.registration .registration-holder h2 {
    text-transform: none;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.registration .user-box {
    position: absolute;
    top: -61px;
    left: 10px;
    right: 10px;
    padding: 0
}

.registration .img-box {
    width: 125px;
    height: 125px;
    margin-bottom: 0;
}

.registration .input-group {
    padding: 5px 39px 11px;
}

.registration .input-group:after {
    left: 11%;
    right: 11%;
}

.registration .btn-holder {
    padding: 0 39px;
}

.leaderboards {
    margin-top: 19px;
}

.leaderboards .page-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    margin: 0 0 11px;
    color: #262626;
    padding: 11px 13px 9px;
}

.leaderboards .page-current .title {
    width: calc(100% - 184px);
}

.leaderboards .page-current h2 {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.leaderboards .page-current h2 i {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}

.leaderboards .page-current .sort-holder {
    width: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.leaderboards .page-current .sort-holder .jcf-select {
    width: 100%;
    background: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 6px 9px;
    letter-spacing: .4px;
    outline: none;
    margin: 0;
    color: #9da0a2;
    font-weight: 600;
    max-width: 184px;
}

.leaderboards .page-current .sort-holder .jcf-select.jcf-focus {
    border-color: #000 !important;
}

.leaderboards .page-current .sort-holder .jcf-select .jcf-select-text {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.leaderboards .page-current .sort-holder .jcf-select .jcf-select-opener {
    background: none;
    border: none;
}

.leaderboards .page-current .sort-holder .jcf-select .jcf-select-opener:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 3px;
    right: 6px;
    color: #9da0a2;
}

.leaderboards .table-holder {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.leaderboards .table {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    margin: 0 0 19px;
    display: table;
}

.leaderboards .table thead {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .17);
    letter-spacing: 1.8px;
}

.leaderboards .table thead tr {
    overflow: hidden;
}

.leaderboards .table th {
    position: relative;
    z-index: 1;
}

.leaderboards .table .bg-box {
    height: 100%;
    position: absolute;
    left: -9999px;
    top: 0;
    right: -9999px;
    background: #411824;
    z-index: -1;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.leaderboards .table .bg-box:before {
    background: #411824;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 100%;
    content: "";
    border-radius: 5px 5px 0 0;
    z-index: 1;
}

.leaderboards .table th {
    padding: 9px 16px;
}

.leaderboards .table th:before {
    border-top: 1px solid rgba(255, 255, 255, .19);
    border-bottom: 1px solid rgba(255, 255, 255, .19);
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 100%;
    content: "";
    z-index: 1;
}

.leaderboards .table th.rank {
    z-index: 1;
    border-radius: 5px 0 0 0;
}

.leaderboards .table th.rank:before {
    border-left: 1px solid rgba(255, 255, 255, .19);
    border-radius: 5px 0 0 0;
}

.leaderboards .table th.losses {
    border-radius: 0 5px 0 0;
}

.leaderboards .table th.losses:before {
    border-right: 1px solid rgba(255, 255, 255, .19);
    right: 1px;
    border-radius: 0 5px 0 0;
    left: auto;
    width: calc(100% - 2px);
}

.leaderboards .table tbody {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .5px;
}

.leaderboards .table tbody tr:nth-child(odd) {
    background: #fff;
}

.leaderboards .table tbody tr:nth-child(even) {
    background: #fafafa;
}

.leaderboards .table tbody td {
    padding: 6px 15px 9px;
}

.leaderboards .table tbody .rating {
    padding-top: 6px;
}

.leaderboards .table tbody .wins {
    padding-top: 6px;
}

.leaderboards .table tbody .losses {
    padding-top: 6px;
}

.leaderboards .table .rank {
    width: 8%;
}

.leaderboards .table .username .avatar {
    width: max-content;
}

.leaderboards .table .username .avatar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leaderboards .table .username .avatar a:hover {
    opacity: .75;
}

.leaderboards .table .username .avatar span {
    width: calc(100% - 18px);
    padding-left: 6px;
}

.leaderboards .table .region {
    width: 22%;
}

.leaderboards .table .rating {
    width: 17%;
    padding: 9px 12px;
}

.leaderboards .table .wins {
    width: 10%;
    padding: 9px 3px;
}

.leaderboards .table .losses {
    width: 12%;
    padding: 9px 10px;
}

.leaderboards .paging {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    margin: 0 0 31px;
    color: #262626;
    padding: 12px 13px 9px;
}

.title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    margin: 0 0 11px;
    color: #262626;
    padding: 11px 13px 9px;
}

.title-block h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    color: #262626;
}

.block-sections {
    padding: 20px 0 0;
}

.block-sections .img-title {
    position: relative;
    z-index: 1;
    height: 114px;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 18px;
}

.block-sections .bg-stretch {
    border: 1px solid rgba(0, 0, 0, .1);
}

.block-sections .bg-stretch:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .1);
    content: "";
    border-radius: 6px;
}

.block-sections .holder-section-box {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    border-radius: 6px;
    text-align: center;
}

.block-sections .holder-section-box h2 {
    font-size: 18px;
    text-transform: none;
    color: #262626;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.block-sections .holder-section-box .registration {
    margin: 0;
    padding: 0 50px 16px;
}

.block-sections .holder-section-box .registration-holder {
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    max-width: 290px;
}

.block-sections .holder-section-box .registration-holder input::-webkit-input-placeholder {
    color: #c3c5c6;
}

.block-sections .holder-section-box .registration-holder input::-moz-placeholder {
    opacity: 1;
    color: #c3c5c6;
}

.block-sections .holder-section-box .registration-holder input:-moz-placeholder {
    color: #c3c5c6;
}

.block-sections .holder-section-box .registration-holder input:-ms-input-placeholder {
    color: #c3c5c6;
}

.block-sections .holder-section-box .registration-holder input.placeholder {
    color: #c3c5c6;
}

.block-sections .holder-section-box .input-group {
    padding: 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.block-sections .holder-section-box .btn-holder {
    padding: 0;
}

.block-sections p {
    margin: 0 0 11px;
}

.block-sections p a {
    color: #77c4ed;
    letter-spacing: 1px;
}

.block-sections .short-text {
    font-size: 11px;
    line-height: 13px;
    color: rgba(166, 166, 166, .41);
    padding: 6px 0 0;
}

.block-sections .short-text p {
    margin: 0;
}

.block-sections .holder-section-text {
    padding: 0 30px 11px;
}

.block-sections .register-link {
    display: inline-block;
    vertical-align: top;
    background: url('rebridge.jpg') no-repeat;
    background-size: cover;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    padding: 6px 26px;
    margin: 0 0 13px;
}

.block-sections .register-link:hover {
    opacity: .8;
}

.block-sections .register-link:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .1);
    content: "";
    border-radius: 6px;
}

.purchase-block {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
}

.purchase-block h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px;
    color: #262626;
}

.purchase-block h2 i {
    font-size: 16px;
    margin: 0 5px 0 0;
}

.purchase-block p {
    margin: 0 0 15px;
}

.purchase-block ul {
    font-weight: bold;
    color: #616161;
    display: table;
    margin: 0 auto 19px;
    text-align: center;
    line-height: 16px;
}

.purchase-block ul li {
    position: relative;
    padding: 0 0 1px;
}

.purchase-block ul li:before {
    content: "•";
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
}

.purchase-block .purchase-box {
    width: calc(100% - 270px);
    padding: 20px 20px 25px;
}

.purchase-block .purchase-box .btn {
    letter-spacing: 1px;
}

.purchase-block .purchase-logo {
    width: 270px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
}

.purchase-block .purchase-logo .bg-stretch {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

/* footer styles */

.footer {
    background: #262626;
    margin-top: 91px;
    overflow: hidden;
    display: table-footer-group;
    height: 1%;
    width: 100%; /* partners logos styles */ /* social networks styles */
}

.footer .footer-banner {
    width: 100%;
    margin-top: -63px;
    margin-bottom: 20px;
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.footer .footer-banner > * {
    padding: 22px 33px 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer-banner .bg-stretch {
    min-height: 130px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
}

.footer .footer-banner .banner-info {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-banner .banner-info .banner-logo {
    width: 71px;
}

.footer .footer-banner .banner-info .banner-txt {
    width: calc(100% - 71px);
    padding-left: 10px;
    padding-top: 16px;
}

.footer .footer-banner .banner-info .banner-txt h2 {
    font-size: 34px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
}

.footer .footer-banner .banner-info .banner-txt p {
    font-size: 18px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
}

.footer .footer-banner .banner-info .banner-txt p span {
    font-weight: 500;
}

.footer .footer-banner .btn-holder {
    width: 52%;
    padding: 22px 20px 24px 5px;
}

.footer .footer-banner .btn-holder .btn-white {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .33);
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #666;
    letter-spacing: 2.8px;
    padding: 12px 10px 11px;
}

.footer .footer-banner .btn-holder .btn-white:hover {
    opacity: .75;
}

.footer .footer-banner .btn-holder .btn-white .fa {
    margin-right: 5px;
}

.footer .social {
    padding: 29px 56px;
}

.footer .social li {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding: 0 3px;
}

.footer .social li img {
    width: 25px;
}

.footer .social li a {
    color: #424242;
}

.footer .social li a:hover {
    opacity: .75;
}

.footer .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 8px 35px;
    text-align: right; /* additional navigation styles */
}

.footer .footer-right a:hover {
    opacity: .75;
}

.footer .footer-right .footer-logo {
    max-width: 108px;
    margin-bottom: 4px;
}

.footer .footer-right .copyright,
.footer .footer-right .footer-nav {
    font-size: 11px;
    color: #fff;
    opacity: .12;
    margin-bottom: 7px;
    letter-spacing: .4px;
}

.footer .footer-right .copyright a,
.footer .footer-right .footer-nav a {
    color: #fff;
}

.footer .footer-right .footer-nav {
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav {
        width: 70%;
    }

    .navbar-expand-lg .form-inline {
        padding-right: 10px;
    }

    .navbar-expand-lg .form-inline .form-group {
        width: auto;
    }

    .navbar-expand-lg .account-dropdown {
        width: 22%;
    }

    .gamemode-item {
        font-size: 10px;
    }

    .gamemode-item li {
        margin: 0 5px;
    }

    .equipment-box ul li {
        margin: 0 8px 10px;
    }

    .list-item {
        font-size: 10px;
    }

    .staff-item.item-small {
        padding: 0;
    }

    .staff-item.item-small li {
        width: 20%;
    }

    .staff-item li {
        padding: 0 8px;
    }

    .content-center {
        justify-content: center;
    }

    .main-top .main-top-col .main-top-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-top .main-top-col .main-top-content a {
        margin-bottom: 5px;
    }

    .main-top .main-top-col .main-top-content.main-top-button a {
        margin-bottom: 0;
    }

    .forum .forum-tools .breadcrumb {
        width: 50%;
    }

    .forum .forum-tools .btn-holder {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        text-align: left;
        max-width: 160px;
        margin: 0 auto;
        padding-left: 30px;
    }

    .navbar-expand-lg .navbar-nav li {
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav li a {
        display: inline-block;
    }

    .navbar-expand-lg .form-inline {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .navbar-expand-lg .account-dropdown {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar-expand-lg .account-dropdown .user {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
    }

    .navbar-expand-lg .account-dropdown .dropdown-menu ul {
        padding: 2px 4px 0;
        max-width: 160px;
        margin: 0 auto;
        text-align: left;
    }

    .navbar-expand-lg .account-dropdown .dropdown-menu {
        position: static;
        width: 100%;
        border: none;
        max-width: 100%;
        box-shadow: none;
    }

    .navbar-expand-lg .account-dropdown .dropdown-menu:after {
        display: none;
    }

    .team-box .link-box {
        font-size: 10px;
    }

    .staff-item.item-small li {
        width: 25%;
    }

    .staff-item.item-small .name {
        font-size: 12px;
        line-height: 15px;
    }

    .staff-item li {
        padding: 0 5px 14px;
    }

    .staff-item .name {
        font-size: 12px;
        line-height: 15px;
    }

    .main-top .main-top-col .main-top-content.main-top-button .fa {
        margin-bottom: 10px;
    }

    .news .post-item .post-header .title {
        width: 75%;
    }

    .news .post-item .post-header .post-icons {
        width: 25%;
    }

    .account .account-settings,
    .account .password,
    .account .ranks,
    .account .badge-selection,
    .account .auth,
    .get-started .account-settings,
    .get-started .password,
    .get-started .auth {
        margin-bottom: 13px;
    }

    .account .privacy-settings .setiing .txt,
    .get-started .privacy-settings .setiing .txt {
        max-width: 40%;
    }

    .account .privacy-settings .radio-box,
    .get-started .privacy-settings .radio-box {
        width: 60%;
    }

    .account .btn-holder,
    .get-started .btn-holder {
        padding-right: 0;
    }

    .account input,
    .get-started input {
        width: 90%;
    }

    .get-started .privacy-settings .setiing .txt {
        max-width: 40%;
    }

    .get-started .privacy-settings .setiing .radio-box {
        width: 60%;
    }

    .forum .forum-tools .breadcrumb {
        width: 40%;
    }

    .forum .forum-tools .btn-holder {
        width: 60%;
    }

    .login .input-group,
    .registration .input-group {
        padding: 0 20px 12px;
    }

    .login .input-group:after,
    .registration .input-group:after {
        left: 7%;
        right: 7%;
    }

    .login .btn-holder,
    .registration .btn-holder {
        padding: 0 20px;
    }

    .login .login-links,
    .registration .login-links {
        padding: 0 20px;
    }

    .registration .registration-holder {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer .footer-banner .btn-holder {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .navbar-expand-lg .form-inline {
        width: 100%;
        padding-right: 0;
    }

    .navbar-expand-lg .form-inline .form-group {
        width: 100%;
    }

    .navbar-expand-lg .form-inline .form-control {
        height: 24px;
        width: 100%;
        max-width: 100%;
    }

    .navbar-expand-lg .account-dropdown .dropdown-menu {
        text-align: center;
    }

    #sidebar .box {
        padding: 0 10px;
    }

    .box .online-box {
        margin: 0 -10px;
    }

    .box .offline-box {
        margin: 0 -10px;
    }

    .box .banned-box {
        margin: 0 -10px;
    }

    .box .premium-box,
    .box .settings-box {
        margin: 0 -10px;
    }

    .punishment-btn {
        font-size: 12px;
    }

    .tab-item {
        flex-direction: column;
    }

    .tab-item li,
    .gamemode-item li {
        margin: 0;
        padding: 5px;
        width: 50%;
    }

    #content .block {
        padding: 10px;
    }

    .teams-item > li {
        width: 50%;
    }

    .comments-block .comment-frame {
        min-height: 100px;
    }

    .comments-block .box-holder {
        margin: 0 0 0 5px;
    }

    .comments-block .like-link {
        font-size: 16px;
    }

    .comments-block .reply-box {
        font-size: 16px;
        margin: 0;
    }

    .comments-block .reply-box a {
        height: 33.333%;
    }

    .comments-block .reply-box a.warning-link {
        border-bottom: 1px solid #e8e8e8;
    }

    .comments-block .reply-box .trash-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #e8e8e8;
    }

    .comments-block .reply-box .trash-link:hover {
        color: #db4040;
    }

    .comments-block .comment-holder {
        padding-right: 0;
    }

    .comments-block .delete-link {
        display: none;
    }

    .gamemode-item {
        font-size: 12px;
    }

    .gamemode-item li {
        margin: 0;
    }

    .gamemode-item a {
        padding: 5px 9px;
    }

    .list-item {
        margin: 0 0 12px;
    }

    .items-block .box-item {
        margin: 0 0 12px;
    }

    .staff-section .block h2 {
        margin: 0 -10px 15px;
    }

    .staff-section .holder-item {
        margin: 0 -10px -10px;
        padding: 19px 10px 0;
    }

    .terms-section .heading {
        margin: -10px -10px 17px;
    }

    .terms-section ol h2 {
        width: calc(100% - 30px);
    }

    .main {
        padding-bottom: 110px;
    }

    .main-top .main-top-col {
        width: 100%;
    }

    .main-top .main-top-col .main-top-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    .main-top .main-top-col .main-top-content.main-top-button .fa {
        margin-bottom: 0;
    }

    .main-top .main-top-col.main-top-big {
        width: 100%;
    }

    .get-started .social-links .link-holder .fa {
        width: 10%;
    }

    .get-started .social-links .link-holder input {
        width: 90%;
    }

    .forum .forum-tools .breadcrumb {
        width: 100%;
    }

    .forum .forum-tools .btn-holder {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .forum .forum-tools .btn-holder .btn {
        margin-bottom: 8px;
    }

    .login .login-links,
    .registration .login-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login .login-links a,
    .registration .login-links a {
        margin-bottom: 5px;
    }

    .registration .input-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    .registration .btn-holder {
        padding-left: 20px;
        padding-right: 20px;
    }

    .leaderboards .page-current .title {
        width: 100%;
        margin-bottom: 10px;
    }

    .leaderboards .page-current .sort-holder {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .leaderboards .table {
        display: block;
    }

    .leaderboards .table .bg-box {
        right: -635px;
    }

    .leaderboards .table .rank {
        width: 7%;
    }

    .leaderboards .table .username {
        width: 35%;
    }

    .footer .footer-banner > * {
        padding: 10px;
    }

    .footer .footer-banner .banner-info {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer .footer-banner .banner-info .banner-txt {
        padding-left: 5px;
    }

    .footer .footer-banner .btn-holder {
        width: 100%;
    }

    .footer .social {
        padding: 10px;
        text-align: center;
    }

    .footer .footer-right {
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .login .login-links,
    .registration .login-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login .login-links a,
    .registration .login-links a {
        margin-bottom: 5px;
    }

    .registration .input-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    .registration .btn-holder {
        padding-left: 20px;
        padding-right: 20px;
    }

    .leaderboards .page-current .title {
        width: 100%;
        margin-bottom: 10px;
    }

    .leaderboards .page-current .sort-holder {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .leaderboards .table {
        display: block;
    }

    .leaderboards .table .bg-box {
        right: -635px;
    }

    .leaderboards .table .rank {
        width: 7%;
    }

    .leaderboards .table .username {
        width: 35%;
    }

    .footer .footer-banner > * {
        padding: 10px;
    }

    .footer .footer-banner .banner-info {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer .footer-banner .banner-info .banner-txt {
        padding-left: 5px;
    }

    .footer .footer-banner .banner-info .banner-txt h2 {
        font-size: 24px;
    }

    .footer .footer-banner .banner-info .banner-txt p {
        font-size: 14px;
    }

    .footer .footer-banner .btn-holder {
        width: 100%;
    }

    .footer .social {
        padding: 10px;
        text-align: center;
    }

    .footer .footer-right {
        padding: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .title-block {
        text-align: center;
    }

    .title-block h1 {
        font-size: 16px;
    }

    .block-sections .holder-section-box {
        margin-bottom: 11px;
    }

    .purchase-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .purchase-block .purchase-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .purchase-block .purchase-logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 30px;
        border-radius: 5px 5px 0 0;
    }

    .purchase-block .purchase-logo .bg-stretch {
        border-radius: 5px 5px 0 0;
    }

    .purchase-block .purchase-logo .bg-stretch:after {
        border-radius: 5px 5px 0 0;
    }
}

@media (max-width: 575px) {
    .navbar-expand-lg {
        padding: 10px 15px 12px;
    }

    .navbar-expand-lg .form-inline .form-group {
        margin-bottom: 0;
    }
}

@media (max-width: 574px) {
    .staff-item.item-small li {
        width: 50%;
    }

    .staff-item li {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .teams-item > li {
        width: 100%;
        max-width: 276px;
        margin: 0 auto;
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#content .block-margin-top {
    margin: 20px 0 0;
}

.search-results {
    line-height: 2.0em;
}

.search-results img {
    margin-right: 4px;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.search-results a {
    display: inline-block;
}

.search-results h5 {
    margin: 0.5rem 0;
}

.pointer {
    cursor: pointer;
}

.user-holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    padding: 15px;
}

@media (max-width: 767px) {
    .user-holder {
        display: block;
        padding: 15px 12px;
    }
}

.user-holder .text-box-section {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

@media (max-width: 767px) {
    .user-holder .text-box-section {
        display: block;
    }
}

.date-block {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    text-shadow: rgba(0, 0, 0, 0.17) 0 1px 1px;
    text-align: left;
    letter-spacing: 2px;
    margin: 0 35px 0 0;
}

@media (max-width: 767px) {
    .date-block {
        margin: 0 0 10px;
    }
}

.date-block span {
    color: rgba(179, 179, 179, 0.38);
}

.date-block strong {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 4px;
}

.winners-block {
    margin: 0 0 -7px;
    font-size: 10px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .winners-block {
        margin: 0;
        padding: 3px 0;
    }
}

@media (max-width: 767px) {
    .winners-block {
        padding: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .winners-block {
        text-align: left;
    }
}

.winners-block p {
    margin: 0 0 5px;
}

.winners-block p img {
    margin: -2px 4px 0 0;
}

.winners-block p a.red {
    color: #e54366;
}

.winners-block p a.blue {
    color: #48a5ea;
}

.winners-block p a.yellow {
    color: #e5e358;
}

.winners-block p a.green {
    color: #3cb152;
}

.winners-block p a:hover {
    opacity: 0.8;
}

.winners-block .btn {
    margin-left: 11px;
    padding: 3px 11px;
    opacity: 0.6;
}

.winners-block .btn:hover {
    opacity: 1;
    color: #fff;
}

.item-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.item-group li {
    padding: 0 7px;
}

@media (max-width: 991px) {
    .item-group li {
        padding: 0 2px;
    }
}

.item-group a {
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    opacity: 0.4;
    padding: 6px 5px 2px;
    letter-spacing: -4px;
}

@media (max-width: 1199px) {
    .item-group a {
        padding: 6px 2px 2px;
    }
}

.item-group a:hover, .item-group a.active {
    opacity: 1;
}

.item-group a:hover.blue, .item-group a.active.blue {
    box-shadow: #44a1e3 0 0 11px;
}

.item-group a:hover.red, .item-group a.active.red {
    box-shadow: #e54366 0 0 11px;
}

.item-group a:hover.yellow, .item-group a.active.yellow {
    box-shadow: #e5e358 0 0 11px;
}

.item-group a:hover.green, .item-group a.active.green {
    box-shadow: #3cb152 0 0 11px;
}

.item-group a.blue {
    background-color: #44a1e3;
}

.item-group a.red {
    background-color: #e54366;
}

.item-group a.yellow {
    background-color: #e5e358;
}

.item-group a.green {
    background-color: #3cb152;
}

.item-group img {
    width: 18px;
    height: 18px;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.32), inset 0 0 0 2px rgba(255, 255, 255, 0.19);

    margin: 0 5px 4px 0;
}

@media (max-width: 1199px) {
    .item-group img {
        width: 16px;
        height: 16px;
        margin: 0 1px 4px 0;
    }
}

@media (max-width: 991px) {
    .item-group img {
        margin: 0 1px 1px 0;
    }
}

.item-group img:last-child {
    margin: 0;
}

.kills-and-game-length .stats-icons {
    margin-bottom: 2px;
    margin-right: 0px;
    width: 10px !important;
    height: 10px !important;
}

.recent-games-section {
    text-align: right;
    float: left;
}

.stats-icons {
    margin-right: 0px !important;
}

.items-block .item li {
    padding-right: 0px;
}

.avatar-img {
    width: 18px;
    margin-bottom: 4px !important;
    margin-right: 0;
}

.items-block img {
    width: 18px !important;
    height: 18px;

}

.game-bar {
    margin-bottom: 0px !important;
}

.game-bar div {
    margin-top: 0 !important;
}

.recent-games-section .item-group li a img:last-child {
    margin-right: 0;
}

.bg-01 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-02 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-03 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-04 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-05 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-06 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-07 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-08 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.bg-09 {
    background: url('rebridge.jpg') center;
    background-size: cover;
}

.profile-header {
    background: url('rebridge.jpg') center;
    background-size: cover;
    margin: 15px 0;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.profile-header > * {
    padding: 20px;
}

.shiny-border {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .5);
}

.shiny-border > * {
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, .16);
}

.recent-games-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.recent-games {
    list-style: none;
    padding: 0;
}

.recent-games li {
    color: white;
    background: url('rebridge.jpg') center;
    background-size: cover;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .13);
}

.recent-games li > * {
    display: block;
    border-radius: 6px;
    padding: 8px;
}

.recent-games li strong {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.recent-games li a {
    color: white;
}

.recent-games li h1 {
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
}

.recent-games .vs {
    margin: auto 5px;
    font-size: 18px;
    font-weight: 700;
}

.recent-games .avatar {
    margin-right: 8px;
}

.forum-post-avatar {
    padding-right: 16px;
}

.forum-post-body {
    flex-grow: 1;
}

.forum-post-content {
    padding: 10px 0;
}

.forum-post-info,
.forum-post-controls {
    font-size: 90%;
}

.forum-reply {
    padding-top: 14px;
    display: flex;
}

.forum-reply-content {
    padding: 3px 0;
}

.forum-reply-info,
.forum-reply-controls {
    font-size: 80%;
}

.forum-reply-gutter {
    display: flex;
    flex-direction: column;
    margin-right: 6px;
}

.forum-reply-gutter img {
    margin-top: 2px;
}

.forum-reply-gutter .indent-line {
    flex-grow: 1;
    border-right: 2px solid #eeeeee;
    width: 50%;
    margin-top: 6px;
}

.forum-reply-body {
    flex-grow: 1;
}

.forum-reply-children {
    padding-left: 15px;
    margin-left: 12px;
    border-left: 2px solid #eeeeee;
}

.forum-post {
    display: flex;
}

.thread-list,
.forum-list {
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    border-radius: 6px;
    overflow: hidden;
}

.thread-list thead,
.forum-list thead {
    background: url('rebridge.jpg') center;
    background-size: cover;
    color: white;
    letter-spacing: 1px;
}

.thread-list thead th,
.forum-list thead th {
    border: none;
}

.thread-list thead th h3,
.forum-list thead th h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    color: white;
}

/* upvote/icon */
.thread-list td:nth-child(1),
.profile-thread-list td:nth-child(1),
.profile-replies-list td:nth-child(1) {
    vertical-align: top;
    width: 1px;
    font-size: 1.6em;
    text-align: right;
    padding-right: 6px;
}

/* title */
.thread-list td:nth-child(2) h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

/* reply count, last reply time */
.thread-list th:nth-child(2),
.thread-list th:nth-child(3) {
    white-space: nowrap;
    width: 15%;
}

.thread-list td:nth-child(3),
.thread-list td:nth-child(4) {
    vertical-align: middle;
}

/* title */
.forum-list td:nth-child(1) h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

/* thread count, last active time */
.forum-list th:nth-child(2),
.forum-list th:nth-child(3) {
    white-space: nowrap;
    width: 15%;
}

.forum-list td:nth-child(2),
.forum-list td:nth-child(3) {
    vertical-align: middle;
}

.upvotes {
    display: inline-block;
    word-break: normal;
}

.forum-post .upvotes,
.forum-reply .upvotes,
.thread-list .upvotes,
.profile-thread-list .upvotes,
.profile-replies-list .upvotes {
    color: #ccc;
    font-weight: 500;
}

.forum-post .upvotes[data-upvote],
.forum-reply .upvotes[data-upvote] {
    transition: color 0.2s ease;
    cursor: pointer;
}

.forum-post .upvotes:hover[data-upvote],
.forum-reply .upvotes:hover[data-upvote] {
    color: #6188b0;
}

.forum-post .upvotes.voted,
.forum-reply .upvotes.voted,
.thread-list .upvotes.voted,
.profile-thread-list .upvotes.voted,
.profile-replies-list .upvotes.voted {
    color: #3cb152 !important;
}

.profile-thread-list tr:first-child td,
.profile-replies-list tr:first-child td {
    border-top: none;
}

.profile-thread-list td:nth-child(2) h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 500px) {
    .thread-list thead th,
    .forum-list thead th {
        font-size: 12px;
        font-weight: 500;
    }

    .thread-list thead th h3,
    .forum-list thead th h3 {
        font-size: 12px;
        font-weight: 500;
    }

    .thread-list th,
    .thread-list td,
    .forum-list th,
    .forum-list td {
        padding: 8px;
    }

    /* thread count, reply count, last active, last reply */
    .forum-list td:nth-child(2),
    .forum-list td:nth-child(3),
    .forum-list th:nth-child(2),
    .forum-list th:nth-child(3),
    .thread-list td:nth-child(3),
    .thread-list td:nth-child(4),
    .thread-list th:nth-child(2),
    .thread-list th:nth-child(3) {
        font-size: 12px;
    }
}

.nowrap {
    white-space: nowrap;
}

.errorlist-flat .errorlist {
    padding-left: 10px;
    margin-bottom: 0;
}

.circle-avatar {
    display: block;
    border-radius: 100%;
    border: 2px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, .07);
    background: #f5f5f5;
}

.circle-avatar img {
    border-radius: 100%;
    border: 2px solid #fff;
}

.flex-grow {
    flex-grow: 1;
}

.registration .errorlist {
    list-style-type: none;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 0;
    color: #db4040;
}

.block-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

.notifications {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notifications li {
    padding: 12px;
    border-top: 1px solid #eee;
    display: flex;
}

.notifications li .unread {
    padding-right: 12px;
}

.notification-badge {
    position: relative;
}

.notification-badge[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    bottom: -10px;
    left: -10px;
    font-size: 11px;
    background: #db4040;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-family: sans-serif;
}

.break-word {
    word-break: break-word;
}

.home-banner {
    height: 345px;
    background: #22273D url('rebridge.jpg') center;
    background-size: cover;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.home-banner .logo {
    width: 182px;
    height: 175px;
    margin: 66px auto 18px;
}

.home-banner h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 1.7pt;
}

.home-banner h3 {
    font-size: 14px;
    color: #dddddd70;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.manage-friends > div {
    padding: 6px;
    font-size: 18px;
}

.manage-friends a {
    transition: color .35s ease-in-out;
}

.manage-friends .removed a {
    color: #bbb;
}

.manage-friends .accepted a {
    color: #3cb152;
}

.manage-friends .btns {
    padding-right: 25px;
}

.manage-friends .btns > span {
    cursor: pointer;
}

.manage-friends .remove-btn,
.manage-friends .deny-btn {
    color: #db4040;
}

.manage-friends .accept-btn {
    color: #3cb152;
}

@media (max-width: 400px) {
    .manage-friends .btns {
        padding: 0;
    }
}

.friends-list {
    margin-bottom: 20px;
}

.friends-list > div {
    font-weight: 700;
    padding: 6px;
    font-size: 1.2em;
}

.name-color-owner,
.name-color-platform-admin,
.name-color-head-admin,
.name-color-senior-admin,
.name-color-admin {
    font-weight: 700;
    color: #FF5555;
}

.name-color-developer {
    font-weight: 700;
    color: #3dd4d9;
}

.name-color-head-mod,
.name-color-senior-mod,
.name-color-mod-plus,
.name-color-mod {
    font-weight: 700;
    color: #9C32FF;
}

.name-color-youtuber,
.name-color-streamer,
.name-color-partner,
.name-color-famous {
    font-weight: 700;
    color: #FF55FF;
}

.name-color-basic {
    font-weight: 700;
    color: #AAAAAA;
}

.name-color-epic {
    font-weight: 700;
    color: #5555FF;
}

.name-color-king {
    font-weight: 700;
    color: #00AA00;
}

.name-color-legend {
    font-weight: 700;
    color: #00AAAA;
}

.name-color-master {
    font-weight: 700;
    color: #FFAA00;
}

.discord-widget {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
}

.discord-widget iframe {
    width: 100%;
    height: 500px;
}
.inner-discord {
    height: 470px;
    overflow: hidden;
}

.discord-widget ::-webkit-scrollbar {
    width: 10px
}

.discord-widget ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .1);
    border: 3px solid transparent;
    border-radius: 5px
}

.discord-widget ::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 5px
}

.discord-widget-footer {
    background-color: #7289da;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .32) inset;
    border: 1px solid rgba(0, 0, 0, .32);
}

.discord-widget-footer a {
    color: #fff;
    font-weight: 700;
    transition: opacity .25s ease-out;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    font-size: 12px;
}

.discord-widget-footer a:hover {
    opacity: .6;
}

.twitter-timeline {
    margin-bottom: -4px !important;
    background-color: white;
}

.twitter-widget {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
    margin-top: 13px;
}

.twitter-widget-header {
    align-items: center;
    background-color: #44a1e3;
    display: flex;
    flex-shrink: 0;
    padding: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .32) inset;
    border: 1px solid rgba(0, 0, 0, .32);
    font-size: smaller;
}

.twitter-widget-header > span > b {
    font-size: medium;
}

.twitter-widget-footer {
    background-color: #44a1e3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .32) inset;
    border: 1px solid rgba(0, 0, 0, .32);
}

.twitter-widget-footer a {
    color: #fff;
    font-weight: 700;
    transition: opacity .25s ease-out;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .17);
    font-size: 12px;
}

.twitter-widget-footer a:hover {
    opacity: .6;
}

.avatar-face {
    border-radius: 15%;
}

.no-pad {
    padding: 0 !important;
}

.breadcrumb.nice-breadcrumb {
    margin-bottom: 0;
    background: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 13px 13px 12px;
    letter-spacing: 1.8px;
    color: #6188b0;
}

.breadcrumb.nice-breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb.nice-breadcrumb li:before {
    padding-right: 4px;
    padding-left: 5px;
    color: #e0e0e0;
}

.breadcrumb.nice-breadcrumb a {
    color: #6188b0;
}

.breadcrumb.nice-breadcrumb a:hover {
    opacity: .75;
}

.schedule-form {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    justify-content: space-between;
}

.schedule-form input[id$=-time] {
    width: 80px;
}

.schedule-form input[id$=-team_size] {
    width: 50px;
}

.schedule-form label[for$=-DELETE] {
    color: #db4040;
    font-weight: 600;
}

.table-rounded {
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .13);
    border-radius: 6px;
    overflow: hidden;
}

.table-header-bg thead {
    background: url('rebridge.jpg') center;
    background-size: cover;
    color: white;
    letter-spacing: 1px;
}

.table-header-bg thead th {
    border: none;
}

.match-header {
    background: url('rebridge.jpg') center;
    background-size: cover;
    color: white;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .19) inset;
    border-radius: 6px;
    padding: 15px;
}

.match-header-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
}

.match-header-date {
    text-transform: uppercase;
    color: #fff8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.match-facts,
.death-timeline {
    font-weight: 500;
    color: #aaa;
}

.match-facts h2,
.death-timeline h2 {
    letter-spacing: 2px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

.death-timeline ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.death-timeline ul li {
    padding: 6px 0;
}

.match-facts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.match-facts ul li {
    padding: 6px 0;
}

.match-table {
    font-size: 16px;
    font-weight: 600;
}

.match-table th {
    font-size: 14px;
}

.deleted-ticket-response {
    opacity: 0.65;
}

.btn-discord > .discord-logo {
    width: 11px;
    margin-top: -2px;
}

.api-method > h4 div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.api-method > h4 div > i {
    font-size: 16px;
}
.api-method[data-has-documentation="no"] {
    cursor: not-allowed;
}
.api-method[data-has-documentation="no"] {
    opacity: 0.7;
}
.api-method[data-has-documentation="no"] a {
    cursor: not-allowed;
}

.player-name {
    cursor: pointer;
}