@font-face {
    font-family: 'WebSymbolsRegular';
    src: url(/blackout/fonts/websymbols-regular-webfont.eot);
    src: url(/blackout/fonts/websymbols-regular-webfont.eot#iefix) format("embedded-opentype"), 
    url(/blackout/fonts/websymbols-regular-webfont.woff) format("woff"), 
    url(/blackout/fonts/websymbols-regular-webfont.ttf) format("truetype"), 
    url(/blackout/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'WebSymbolsLiga';
    src: url(/blackout/fonts/websymbolsligaregular.eot);
    src: url(/blackout/fonts/websymbolsligaregular.eot#iefix) format("embedded-opentype"), 
    url(/blackout/fonts/websymbolsligaregular.woff) format("woff"), 
    url(/blackout/fonts/websymbolsligaregular.ttf) format("truetype"), 
    url(/blackout/fonts/websymbolsligaregular.svg#web_symbols_ligaregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

html {
    outline: none;
    box-sizing: border-box;
    background: #000;
    background: -webkit-linear-gradient(top, #000 90%, #15181c 100%);
    background: -moz-linear-gradient(top, #000 90%, #15181c 100%);
    background: -ms-linear-gradient(top, #000 90%, #15181c 100%);
    background: linear-gradient(to bottom, #000 90%, #15181c 100%);
}

*,
:before,
:after {
    box-sizing: inherit;
}

img {
    box-sizing: content-box;
    display: block;
}

img {
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.websymbol,
.web-symbol {
    font-family: WebSymbolsRegular !important;
}

.websymbol-liga,
.web-symbol-liga {
    font-family: WebSymbolsLiga !important;
}

body {
    font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
    color: #666;
    font-size: 12px;
    background: #000;
    background: -webkit-linear-gradient(top, #000 90%, #15181c 100%);
    background: -moz-linear-gradient(top, #000 90%, #15181c 100%);
    background: -ms-linear-gradient(top, #000 90%, #15181c 100%);
    background: linear-gradient(to bottom, #000 90%, #15181c 100%);
}

.fb-like-box {
    background: #fff;
    border: solid 1px #ccc;
}

#is-home {
    background-image: none !important;
}

.fa-comments {
    color: #878787;
}

a {
    -webkit-transition: color .1s ease-in-out !important;
    -moz-transition: color .1s ease-in-out !important;
    -o-transition: color .1s ease-in-out !important;
    -ms-transition: color .1s ease-in-out !important;
    transition: color .1s ease-in-out !important;
}

a,
ul li {
    text-decoration: none;
}

#content p a:hover {
    text-decoration: underline;
}

strong,
b {
    font-weight: 700 !important;
}

p {
    margin-bottom: 20px;
    line-height: 20px;
}

.right {
    float: right !important;
}

.left {
    float: left;
}

.clear {
    clear: both;
    overflow: hidden;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.inner {
    width: 1260px;
    margin: 0 auto;
}

.hide {
    display: none !important;
    visibility: hidden !important;
}

p.none-found,
p.none {
    padding: 15px 15px 0;
}

.greyscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/css/grayscale.svg#greyscale);
    /* Firefox 4+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE 6-9 */
}

body #wrapper .pagination {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    clear: left;
    background: #ced7e0;
    margin-top: 10px;
}

body #wrapper .pagination li {
    margin-bottom: 0 !important;
    float: left;
    margin-right: 5px;
    line-height: 23px !important;
    min-height: 0;
    width: auto;
    background: #3a424d;
    padding: 0 !important;
}

body #wrapper .pagination li a {
    padding: 0 9px;
    display: block;
    line-height: 23px;
    height: 23px;
    font-weight: 700;
    font-size: 10px;
}

body #wrapper .pagination li a:hover {}

body #wrapper .pagination li .web-symbol {
    font-size: 8px;
    font-weight: 400 !important;
}

body #wrapper .pagination li.current {
    padding: 0 9px !important;
    border: solid 0;
    line-height: 19px;
    font-weight: 400;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/latest_blogs_gradient.png);
}

.button,
.button.input {
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #58606a;
    color: #fff;
    border: solid 2px #58606a;
}

.button:hover,
input.button:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.1);
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/utility_gradient_mask.png);
}

.button:active,
input.button:active {
    top: 1px;
    position: relative;
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/utility_gradient_mask.png);
}

.head_slider {
    width: 100%;
    height: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #1d1d1d;
}

#utility {
    height: 52px;
    line-height: 52px;
    padding-top: 2px;
}

#utility .social {
    float: left;
    margin-top: 0;
}

#utility .social li {
    float: left;
}

#utility .social li a {
    line-height: 35px;
    width: 35px;
}

#utility .login-buttons {
    float: left;
    margin-left: 0;
}

#utility .login-buttons li {
    float: left;
    line-height: 40px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 800;
}

#utility .open-menu {
    float: left;
    line-height: 40px;
    margin-left: 30px;
    color: #fff;
    font-size: 16px;
}

#utility .open-menu:hover {
    border-bottom: 2px solid;
}

#utility .open-menu .fa {
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.topbar_wrap .footer_bar_social {
    margin-right: 5px;
}

.topbar_wrap .footer_bar_social li {
    float: left;
    opacity: 1;
}

.topbar_wrap .footer_bar_social li a {
    color: #b6b6b6;
    line-height: 24px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 15px;
    padding: 0;
}

.topbar_wrap .footer_bar_social li a:hover .fa {
    color: #fff !important;
}

#utility .user-box a {
    font-size: 12px;
    font-weight: 700;
}

#utility ul.user-buttons {
    float: right;
    height: 52px;
    margin-right: 0;
    position: relative;
    z-index: 9999;
}

#utility ul.user-buttons li {
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    margin: 0;
}

#utility ul.user-buttons li:hover {
    background: #3a424d;
}

#utility ul.user-buttons li img {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-top: 12px;
    border: solid 1px #23282e;
}

#utility ul.user-buttons li h3 {
    float: left;
    font-size: 18px;
    text-transform: none;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
}

#utility ul.user-buttons li h3 .websymbol {
    margin-left: 3px;
    font-size: 12px;
}

#utility ul.user-buttons li .notif {
    background: #ffcc00;
    border-radius: 20px;
    width: 16px;
    text-align: center;
    font-family: helvetica, arial, verdana;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: #111;
    line-height: 16px;
    position: relative;
    top: 3px
}

#utility ul.user-buttons li h3 .notif {

    top: -2px;
}

#utility ul.user-buttons li .dropdown {
    visibility: hidden;
    height: auto;
    opacity: 0;
    z-index: 99999;
    position: absolute;
    top: 52px;
    right: 0;
    left: 0;
    background: #3a424d;
}

#utility ul.user-buttons li:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

#utility ul.user-buttons li .dropdown li {
    float: none;
    display: block;
    padding: 0;
}

#utility ul.user-buttons li .dropdown li a {
    float: none;
    line-height: 28px;
    padding: 0 10px;
    display: block;
    text-transform: none;
    font-size: 11px;
    margin: 0;
    border-bottom: solid 1px #495360;
    height: 28px;
}

#utility ul.user-buttons li .dropdown li a:hover {
    color: #fff;
}

#utility ul.user-buttons li .dropdown li:last-child a {
    border: 0;
}

#utility ul.user-buttons li .dropdown li:first-child a:hover {}

.topbar_wrap {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.topbar_left {
    height: 50px;
    float: left;
}

.topbar_left li {
    float: left;
    height: 50px;
    line-height: 50px;
    opacity: .3;
}

.topbar_left li img {
    height: 30px;
    margin-top: 10px;
}

.topbar_left li:hover {
    opacity: 1;
}

.topbar_left a {
    display: inline-block;
    font-size: 16px;
    height: 50px;
    padding: 0 15px;
    text-align: center;
    line-height: 50px;
    color: #7d8999;
}

.topbar_left a:hover {
    color: #fff;
    background: #3a424d;
}

.topbar a {
    margin-top: 10px;
}

.topbar_right {
    width: 200px;
    height: 50px;
    float: right;
}

.topbar_right a {
    float: right;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    padding: 18px 12px;
    color: #96a2b2;
    background: #3a424d;
    height: 50px;
    /** Fixed height for MOZ **/
}

.topbar_right a:hover {
    color: #fff;
}

.topbar_right a span {
    text-transform: lowercase;
    margin-right: 5px;
    font-weight: 400 !important;
}

.header-wrap {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/bgs/bg-header-sub-loop.png);
    background-position: top;
    background-repeat: repeat;
}

#header {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/bgs/bg-header-sub.png);
    background-position: top center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    z-index: 2;
    width: 1584px;
    margin-left: auto;
    margin-right: auto;
}

#is-home .header-wrap {
    background-image: url(/blackout/images/bgs/bg-header-loop.png);
    background-position: top;
    background-repeat: repeat;
}

#is-home #header {
    background-image: url(/blackout/images/bgs/bg-header.png);
    background-position: top center;
    background-repeat: no-repeat;
    max-width: 1920px;
    width: 100%;
}

#footer {
    background: url(/blackout/images/bgs/bg-footer.jpg) center 100px no-repeat #000;
    -webkit-box-shadow: inset 0 -200px 300px 0 #000;
    -moz-box-shadow: inset 0 -200px 300px 0 #000;
    box-shadow: inset 0 -200px 300px 0 #000;
}

.nav_wrap {
    position: relative;
}

.logo {
    float: left;
    margin-top: 0;
    line-height: 155px;
    height: 155px;
    width: 350px;
    font-size: 25px;
    text-align: left;
}

.logo a {
    font-weight: 700;
    display: inline-block;
    height: 155px;
    color: #fff;
}

.logo a img {
    max-width: 220px;
    max-height: 104px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -5px;
    margin-top: -6px;
}

#header .logo a img {
    max-width: 270px;
    max-height: 150px;
}

.nav_right ul {
    float: left;
    margin-left: 0;
}

.nav_right ul li {
    display: inline-block;
    margin: 0 10px;
}

.nav_right ul li a {
    border-top: 2px rgba(0, 0, 0, 0.0) solid;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #b6b6b6;
    line-height: 52px;
    font-weight: 600;
}

.nav_right ul li a:last-child {
    display: inline-block;
}

.nav_right ul li a:hover {}

.nav_right ul li.active {
    border-top: 2px solid #fff;
}

.nav_right ul li.active a {
    height: 52px;
    color: #fff;
    font-weight: 700;
}

#spotlight-surround {
    position: relative;
    width: 100%;
    height: 690px;
    z-index: 1;
}

#spotlight-surround .next,
#spotlight-surround .prev {
    color: #fff;
    height: 80px;
    width: 30px;
    font-size: 100px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    opacity: .3;
    text-shadow: 0 0 10px #000;
}

#spotlight-surround .next {
    top: 50%;
    right: 20px;
    margin-top: -50px;
}

#spotlight-surround .prev {
    top: 50%;
    left: 20px;
    margin-top: -50px;
}

#spotlight-surround .next:hover,
#spotlight-surround .prev:hover {
    opacity: 1;
}

.texture {
    /* background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/bgs/texture50.png) repeat; */
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) repeat;
}

#spotlight {
    width: 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
    clear: both;
}

#spotlight img {
    width: 1240px;
    margin: 0 auto;
}

#spotlight .spotlight-copy {
    position: absolute;
    top: 230px;
    left: 40px;
    width: 450px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
}

#spotlight .spotlight-copy p {
    margin-bottom: 0;
}

#spotlight .spotlight-copy .button {
    line-height: 20px;
    height: 20px;
    float: right;
    background: none;
    border: 0;
    padding: 0 10px;
}

#spotlight .spotlight-copy .button:hover {
    color: #fff;
    background: none !important;
}

#spotlight ul {
    position: absolute;
    width: 2000em;
    overflow: hidden;
}

#spotlight ul li {
    margin: 0 auto;
    position: relative;
}

#spotlight ul li .spotlight-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(/blackout/images/bgs/texture50.png), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: url(/blackout/images/bgs/texture50.png), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: url(/blackout/images/bgs/texture50.png), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background: url(/blackout/images/bgs/texture50.png), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

#spotlight ul li .spotlight-fade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/bgs/spotlight-fade.png) no-repeat top center;
}

#spotlight ul li .inner {
    width: 1240px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#spotlight h2 {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 28px;
    letter-spacing: -1px;
}

#spotlight h2 a {
    color: #fff;
}

#spotlight p {
    line-height: 18px;
    font-size: 14px;
}

#spotlight .read-more {
    margin-top: 10px;
}

#spotlight .slideshow,
#spotlight .slideshow li {
    width: 100% !important;
    height: 100%;
}

.spotlight-nav {
    position: absolute;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 155px;
    margin-top: -155px;
    overflow: hidden;
}

.spotlight-nav ul {
    overflow: hidden;
    height: 144px;
    margin: 0 auto;
    width: 1240px;
}

.spotlight-nav li {
    float: left;
    margin-right: 0;
    margin-top: 0;
    border-bottom: solid 1px #000;
    position: relative;
    background: #000;
}

.spotlight-nav li .timer {
    visibility: hidden;
    opacity: 0;
}

.spotlight-nav li:last-child {
    margin-right: 0 !important;
}

.spotlight-nav li a {
    width: 248px;
    height: 135px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    opacity: .2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.spotlight-nav li.activeSlide {
    border-bottom: solid 1px #fff;
}

.spotlight-nav li.activeSlide a {
    opacity: 1;
}

.spotlight-nav li.activeSlide .timer {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes travel {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes travel {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes travel {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.timer-surround {
    width: 1240px;
    margin: 0 auto;
    position: absolute;
    bottom: 155px;
    left: 50%;
    margin-left: -620px;
    height: 3px;
}

.timer {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    height: 3px;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-animation-name: travel;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 4.85s;
    -moz-animation-name: travel;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-duration: 4.9s;
    -o-animation-name: travel;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-animation-duration: 4.9s;
}

#wrapper {
    background: #dcdcdc;
    width: 100%;
    min-height: 200px;
    height: auto;
    overflow: hidden;
    /*  margin-top: 40px; */
    padding-top: 0;
}

#wrapper {
    margin-top: 0;
    padding-top: 0;
}

#content-wrapper {
    width: 1280px;
    margin: 0 auto;
    padding: 15px 20px 0;
    background: #ededed;
    overflow: hidden;
}

#content {
    padding-left: 0;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    z-index: 0;
    overflow: hidden;
}

.fill_meta {
    display: none
}

#content.has-side {
    max-width: 920px;
}

#content.no-side {
    width: 100%;
}

#sidebar {
    width: 320px;
    float: right;
    margin-top: 10px;
}

/*
#page-title {

    box-shadow: 0px 2px 1px #b3bdc7;
    padding-left: 17px;
    line-height: 52px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
    background: -webkit-linear-gradient(top, #fff , #f0f5fa);
    background: -moz-linear-gradient(top,  #fff ,  #f0f5fa );
    background: -ms-linear-gradient(top, #fff ,  #f0f5fa);
    background: linear-gradient(to bottom,  #fff ,  #f0f5fa);
    font-size: 20px;
    border-left: solid 5px;
}
*/
#section-title {
    width: 100%;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #96a2b3;
}

#footer_sponsors {
    max-width: 1240px;
    height: 140px;
    background: #23282e;
    margin-left: auto;
    margin-right: auto;
}

.footer_sponsors_wrap {
    max-width: 1240px;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#footer_sponsors .sponsors_list {
    width: 2000em;
}

#footer_sponsors .sponsors_list li {
    float: left;
    margin: 32px 20px 0;
    height: 80px;
    /* equals max image height */
    width: 163px;
    white-space: nowrap;
    text-align: center;
    opacity: .5;
}

#footer_sponsors .sponsors_list li img {
    vertical-align: middle;
    max-height: 80px;
    display: inline-block;
    max-width: 130px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/css/grayscale.svg#greyscale);
    /* Firefox 4+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE 6-9 */
}

#footer_sponsors .sponsors_list li:hover {
    opacity: 1;
}

#footer_sponsors .sponsors_list li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/css/grayscale.svg#greyscale);
    /* Firefox 4+ */
    filter: none;
    /* IE 6-9 */
}

#footer .widget ul.widget-list .comments:hover {
    background: none;
}

/*Can give problems when the image has a different colour, at this moment I know no way to fix it*/
.footer_sponsors_image {
    opacity: .2;
}

.footer_sponsors_image:hover {
    opacity: 1;
}

.footer_sponsors_arrow {
    margin-top: 54px;
    font-size: 30px;
    color: #4b5461;
}

.footer_sponsors_arrow:hover {
    color: #fff;
}

.footer_sponsors_arrow.prev {
    position: absolute;
    left: 10px;
    top: 0;
}

.footer_sponsors_arrow.next {
    position: absolute;
    right: 10px;
    top: 0;
}

#footer_main .footer_sponsors_arrow {
    margin-top: 65px;
}

#footer_main .jcarousel-wrapper {
    padding: 0 20px;
}

#footer_main .jcarousel li {
    width: 200px;
}

#footer_main .jcarousel-control-prev {
    left: 0;
}

#footer_main .jcarousel-control-prev {
    right: 0;
}

#footer_nav {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    border-width: 1px 0;
}

#footer_nav .inner {
    width: 1240px;
}

#footer_nav .nav_right ul {}

#footer_nav .nav_right ul li {
    border-bottom: 0;
    border-top: 0;
    margin-top: 25px;
}

#footer_nav .nav_right ul li.active {
    border-bottom: 3px solid #fff;
}

#footer_nav .nav_right ul li a {
    height: auto;
    line-height: 2.5em;
    padding: 0;
}

#footer_nav .logo {
    height: 100px;
    max-width: 250px;
    line-height: 100px;
}

#footer_nav .logo a {
    height: 100px;
}

#footer_nav .logo img {
    max-height: 80px;
}

#footer_main {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
}

#footer_main h2 {
    color: #fff;
}

#footer_main h3 a {
    color: #ededed;
    font-size: 15px;
    line-height: 15px;
}

#footer_main .widget {
    float: left;
    width: 393px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    border: 0;
    color: #7d8999;
}

#footer_main ul.widget-list {
    background-color: rgba(255, 255, 255, 0.04);
    border: 0;
    padding: 8px;
}

#footer_main ul.widget-list li {
    background: none;
    padding: 5px 10px 10px;
}

#footer_main .widget .widget-list .meta,
#footer_main .widget .widget-list .meta strong {
    color: #a9a9a9;
    font-size: 11px;
}

#footer_main ul.widget-list li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.04);
}

#footer_main .widget:first-child {
    margin-left: 0;
    width: 403px;
}

#footer_main .widget:nth-child(even) {
    width: 403px;
}

#footer_main .widget:nth-child(3n) {
    margin-right: 0;
    width: 393px;
}

#footer_main .widget .widget-inner {
    height: 245px;
}

#footer_main .widget .widget-list .comments span {
    background: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

#footer_about .widget-inner {
    background: rgba(255, 255, 255, 0.04);
    border: 0;
    min-height: 271px !important;
}

#footer_about .widget-inner p {
    background: none;
    color: #ccc;
}

.footer_wrap {
    width: 1240px;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
}

.footer_block {
    float: left;
    width: 380px;
    margin-right: 20px;
}

.footer_block:last-child {
    margin-right: 0;
}

.forum_activity {
    float: left;
    width: 380px;
    margin-top: 30px;
}

.spanforum_activity {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    float: left;
}

.forum_activity_view_all {
    float: right;
    margin-top: 5px;
    font-weight: 600;
    color: #96a2b3;
}

.forum_activity_view_all:hover {}

.forum_activity_block {
    clear: both;
    float: left;
    width: 380px;
    height: 280px;
}

.forum_activity ul {
    float: left;
}

.forum_activity_contentblock {
    clear: both;
    position: relative;
    overflow: hidden;
    width: 348px;
    padding: 14px 16px;
    background-color: #15181c;
}

.forum_activity_contentblock:nth-child(even) {
    background-color: #fff;
}

.forum_activity_contentblock_title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.forum_activity_contentblock_information {
    margin-top: 4px;
    font-size: 12px;
    color: #878787;
}

.forum_activity_contentblock_poster {}

.forum_activity_contentblock_forum_location {
    color: #96a2b3;
}

.forum_activity_contentblock_comments {
    position: absolute;
    top: 13px;
    left: 322px;
    padding: 2px;
    font-size: 12px;
    background-color: #111;
}

.forum_activity_contentblock_comments:hover {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/forum_activity_comments_gradient.png);
}

.forum_activity_contentblock_comments p {
    padding: 8px 11px;
}

.forum_activity_contentblock_comments:hover p {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/50_mask.png);
    color: #fff;
}

.files_and_download {
    float: left;
    width: 380px;
    margin-top: 30px;
}

li.file {
    padding: 10px !important;
}

li.file h3 a {
    color: #222 !important;
}

li.file i.fa {
    float: left;
    font-size: 25px;
    line-height: 38px;
    margin: 0 10px 0 0 !important;
}

li.file .meta {
    color: #878787;
    font-weight: 400;
}

li.file .meta strong {
    font-weight: 400 !important;
}

.spanfiles_and_download {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    float: left;
}

.files_and_download_view_all {
    float: right;
    margin-top: 5px;
    font-weight: 600;
    color: #96a2b3;
}

.files_and_download_view_all:hover {}

.files_and_download_block {
    clear: both;
    float: left;
    width: 380px;
    height: 280px;
}

.files_and_download_block ul {
    float: left;
}

.files_and_download_contentblock {
    position: relative;
    width: 348px;
    height: 31px;
    padding: 14px 16px;
    background-color: #15181c;
}

.files_and_download_contentblock:nth-child(even) {
    background-color: #fff;
}

/* OR IS IT BETTER TO HAVE A DIV AROUND IT WITH THE WIDTH AND STUFF AND THEN A SPAN FOR THE BACKGROUND*/
.files_and_download_contentblock i {
    width: 30px;
    height: 28px;
    float: left;
    font-size: 30px;
    color: #4b5461;
}

.files_and_download_contentblock_information {
    float: left;
    margin-left: 14px;
}

.files_and_download_contentblock_information_title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.files_and_download_contentblock_information_type {
    margin-top: 4px;
    font-size: 12px;
    color: #878787;
}

.files_and_download_contentblock_information_type span {
    color: #96a2b3;
}

.files_and_download_contentblock_download {
    position: absolute;
    top: 13px;
    left: 288px;
    padding: 2px;
    font-size: 12px;
    background-color: #111;
}

.files_and_download_contentblock_download:hover {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/forum_activity_comments_gradient.png);
}

.files_and_download_contentblock_download p {
    padding: 8px 6px;
    text-transform: uppercase;
}

.files_and_download_contentblock_download:hover p {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/50_mask.png);
    color: #fff;
}

.about_us {
    float: left;
    width: 380px;
    margin-top: 30px;
}

.spanabout_us {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.about_us p {
    height: 261px;
    padding: 17px;
    font-size: 14px;
    line-height: 1.3;
    color: #878787;
    background-color: #15181c;
}

.about_us p a {
    font-weight: 600;
}

.about_us p a:hover {}

footer {
    height: 50px;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.footer_bar_wrap {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
}

.footer_bar_copyright {
    margin-top: 20px;
    margin-left: 25px;
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 28px;
    text-align: center;
}

.footer_bar_copyright span {
    font-weight: 600;
}

.footer_bar_image {
    top: 17px;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/logos/esify-light.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 28px;
    text-indent: -9999em;
}

.footer_bar_image a {
    display: block;
    height: 28px;
}

.footer_bar_social {
    float: left;
    margin-right: 13px;
    margin-top: 0;
}

.footer_bar_social li {
    float: right;
    opacity: 1;
}

.footer_bar_social a {
    float: left;
    color: #555;
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
    line-height: 28px;
    padding: 0 5px;
}

.footer_bar_social li a img {
    width: 30px;
}

.footer_bar_social li:hover {
    opacity: 1;
}

/** Our Squads Lists **/
#sidebar #squads {
    margin-top: 0;
}

#content .squad_list li {
    position: relative;
    text-decoration: none;
    background: #fff;
    margin-bottom: 6px;
    padding: 10px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

#sidebar .squad_list li {
    position: relative;
    text-decoration: none;
    background: #050505;
    margin-bottom: 5px;
    border: solid 2px #3a424d;
}

.squad_list li:last-child {
    margin-bottom: 0;
}

.squad_list li a {
    display: block;
    height: 100%;
}

.squad_list li a img {
    width: 100%;
    display: block;
}

.squad_list li .squad-image-holder {
    opacity: .7;
}

.squad_list li:hover .squad-image-holder {
    opacity: 1;
}

.squad_list li:hover .squad_list_mask {
    display: none;
}

.squad_list_mask {
    position: absolute;
    display: inline-block;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/40_mask.png);
}

.squad_list_name {
    position: absolute;
    bottom: 105px;
    right: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.squad_list_learn_more {
    position: absolute;
    bottom: 22px;
    right: 21px;
    font-size: 15px;
    font-weight: 600;
    color: #96a2b3;
}

/*end*/
/** News **/
#lead-headlines,
#latest_reviews {
    position: relative;
}

#lead-headlines li,
#latest_reviews li {
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    min-height: 192px;
    border: 1px solid #ccc;
    padding-left: 17px;
    line-height: 52px;
    color: #000;
}

#content.articles #lead-headlines li,
#content.articles #latest_reviews li {
    margin-bottom: 6px;
}

#lead-headlines .widget-list {}

#lead-headlines .widget-list li {
    border: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 8px 12px;
}

body #lead-headlines .widget-list h3,
body #lead-headlines .widget-list h3 a {
    color: #222;
    font-size: 18px;
    line-height: 20px;
}

#lead-headlines .widget-list span.meta {
    font-size: 11px;
    line-height: 24px;
}

.news_grid1 {
    width: 220px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.news_grid1_pic {
    width: 210px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 15px;
    height: 160px;
    border: solid 5px #e6e6e6;
    margin: 15px;
}

.news_grid1_pic img {
    height: 100%;
    display: inline-block;
    min-width: 220px;
    margin-left: -15%;
}

.news_comment {
    width: 220px;
    height: 40px;
    position: relative;
    float: left;
    display: block;
    background: #15181c;
    color: #7d8999;
    font-weight: 700;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
}

.news_comment i {
    margin-right: 6px;
}

.news_comment:hover {
    color: #fff;
}

.news_grid2 {
    margin-left: 225px;
}

.news_grid2 .blog_text {
    padding-right: 15px;
}

.news_content {
    padding-top: 15px;
    position: relative;
}

.news_bottom {
    height: 40px;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 240px;
    border-top: solid 1px #f3f3f3;
}

.news_readmore {
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    color: #7d8999;
    font-weight: 700;
    font-size: 13px;
}

.news_titlebar {
    display: block;
}

.news_titlebar h3 {
    position: relative;
    margin-left: 0;
    color: #222;
    line-height: 25px;
    font-size: 19px;
    width: 90%;
}

.news-meta-full {
    color: #000;
    margin: 5px 15px 0 0;
    font-size: 18px;
    line-height: 1em;
}

body .content-widget ul.widget-list .news-meta-sub {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

#content .widget .news_titlebar h3 a {
    color: #222;
}

.news_bottom .meta {
    position: relative;
    float: left;
    line-height: 35px;
    font-size: 13px;
}

.blog_text {
    margin-top: 3px;
    line-height: 15px;
    margin-left: 0;
    position: relative;
    font-weight: 400;
}

.blog_snippit {
    color: #787878;
    font-size: 13px;
}

/** Shop **/
#in_the_shop {
    overflow: hidden;
    position: relative;
}

#in_the_shop li {
    float: left;
    position: relative;
    width: 220px;
    overflow: hidden;
    padding: 5px;
    background: #ebf3fa;
}

#in_the_shop li:nth-child(even) {
    background: #d1d9e1;
}

#in_the_shop .shop_block_inner_dark {
    border: 4px solid #b3bdc7;
}

#in_the_shop .img-wrap {
    overflow: hidden;
    height: 157px;
}

#in_the_shop img {
    display: block;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    width: 208px;
}

.shop_block_in_stock {
    position: absolute;
    top: 2px;
    left: 114px;
    padding: 7px 18px;
    font-size: 12px;
    color: #54e49f;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/75_mask.png);
}

#in_the_shop .out_of_stock {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/67_mask_151515.png);
}

#in_the_shop .out_of_stock p {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 15px 47px;
    font-size: 18px;
    color: #e45656;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/75_mask.png);
    text-align: center;
    margin: 0;
}

#in_the_shop h3 {
    position: absolute;
    bottom: 53px;
    left: 11px;
    right: 11px;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, 1)));
    background: -moz-linear-gradient(top, rgba(26, 26, 26, 0), rgba(26, 26, 26, 1));
    background: linear-gradient(top, rgba(26, 26, 26, 0), rgba(26, 26, 26, 1));
}

#in_the_shop .shop_block_content {
    width: 203px;
    height: 42px;
    background: #23282e;
    margin: 2px;
}

#in_the_shop .discount {
    float: left;
    height: 38px;
    width: 54px;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/in_the_shop_sale_gradient.png);
}

#in_the_shop .discount span {
    display: inline-block;
    margin-top: 2px;
    margin-left: 2px;
    padding: 9px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/50_mask.png);
}

#in_the_shop .the-price {
    float: right;
    margin-top: 7px;
    margin-right: 13px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

#in_the_shop .the-price span {
    color: #878787;
    font-size: 12px;
}

/** Galleries **/
#latest_galleries {
    position: relative;
}

#latest_galleries li {
    position: relative;
    width: 220px;
    float: left;
    padding: 5px;
}

#latest_galleries li .meta {
    color: #fff;
}

#latest_galleries li:nth-child(even) {
    background: #d3dbe3;
}

#latest_galleries li:nth-child(even) .galleries_home_block_inner {
    border-color: #f3f3f3;
}

#latest_galleries li:hover i {
    display: inline;
}

#latest_galleries li:hover .galleries_home_block_inner {
    border-color: #ccc;
}

#latest_galleries .galleries_home_block_inner {
    overflow: hidden;
    border: 4px solid #fff;
    background: #000;
}

#latest_galleries .galleries_home_block_inner_dark {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 154px;
    height: 148px;
    padding-top: 2px;
    padding-left: 2px;
    border: 4px solid #fff;
}

#latest_galleries ul li i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 20px;
    float: none;
    text-align: center;
    line-height: 153px;
    color: #fff;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/40_mask.png);
    margin: 0 !important;
}

#latest_galleries .galleries_home_image img {
    height: 153px;
}

#latest_galleries li:hover .galleries_home_image img {
    opacity: .2;
    height: 173px;
    margin-left: -10px;
    margin-top: -10px;
}

.galleries_home_block_low {
    padding-bottom: 3px;
}

#latest_galleries .galleries_home_image {
    position: relative;
    display: block;
    height: 153px;
    overflow: hidden;
    background: #3a424d;
}

#latest_galleries h3 {
    margin-bottom: 0;
}

#latest_galleries h3 a {
    color: #222;
    float: left;
    display: block;
    clear: both;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px 0;
}

#latest_galleries ul .meta {
    width: 100%;
    padding: 0 10px 10px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
}

/** Videos **/
#latest_videos {
    position: relative;
}

#latest_videos li {
    position: relative;
    width: 220px;
    float: left;
    padding: 5px;
    background: #f3f7fc;
}

#latest_videos li:nth-child(even) {
    background: #d3dbe3;
}

#latest_videos li:hover i {
    display: inline;
}

#latest_videos .videos_home_block_inner {
    overflow: hidden;
    border: 4px solid #fff;
    background: #000;
}

#latest_videos li:nth-child(2n) .videos_home_block_inner {
    border-color: #f3f3f3;
}

#latest_videos .videos_home_block_inner_dark {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 154px;
    height: 148px;
    padding-top: 2px;
    padding-left: 2px;
    border: 4px solid #fff;
}

#latest_videos li:hover .videos_home_block_inner {
    border-color: #ccc;
}

#latest_videos ul li i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 20px;
    text-align: center;
    line-height: 153px;
    color: #fff;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/40_mask.png);
    margin: 0 !important;
}

#latest_videos .videos_home_image img {
    height: 153px;
}

#latest_videos li:hover .videos_home_image img {
    opacity: .2;
    height: 173px;
    margin-left: -10px;
    margin-top: -10px;
}

#latest_videos .videos_home_image {
    position: relative;
    display: block;
    height: 148px;
    overflow: hidden;
    background: #3a424d;
}

#latest_videos h3 {
    margin-bottom: 0;
}

#latest_videos h3 a {
    color: #fff;
    float: left;
    display: block;
    clear: both;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px 0;
}

#latest_videos ul .meta {
    width: 100%;
    padding: 0 10px 10px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

/** SIDEBAR STARTS **/
.widget {
    margin-bottom: 18px;
    overflow: hidden;
}

.widget.colored {}

.widget-inner {
    padding: 5px;
    background: #23282e;
}

.widget-inner p {
    margin-bottom: 0;
    line-height: 23px;
    background: #15181c;
    padding: 10px 10px 5px;
    height: 235px;
}

.widget-inner .team-logo {
    max-width: 150px;
    margin: 10px auto;
    max-height: 150px;
}

#content h1 {
    clear: both;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}

#content .widget h2,
#content h1 {
    box-shadow: 0 0;
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
    line-height: 30px;
    height: 30px;
    border-bottom: 0;
    color: #222;
}

#content .widget h4 {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    clear: both;
}

.widget h2 {
    width: 100%;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    padding-left: 0;
    font-weight: 600;
    color: #333;
    clear: both;
    margin-bottom: 10px;
}

.widget.colored h2 {
    color: #333;
    font-size: 20px;
    height: auto;
    padding-left: 0;
    font-weight: 600;
}

.widget ul li {
    overflow: hidden;
}

.widget h3 a {
    color: #000;
}

#content .widget h3 a {
    color: #222;
}

#content .widget-list h3 a {
    color: #222;
}

#content .widget-list {
    background: #fff;
    border: solid 1px #ccc;
    padding: 9px;
    overflow: hidden;
}

#content .widget-list li {
    background: #fff;
}

#content .widget-list li:nth-child(even) {
    background: #f3f3f3;
}

.inner-block {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 15px 15px 0;
}

#the-comments a {
    color: #000;
}

.widget .widget-list {
    padding: 5px;
    border: solid 1px #ccc;
    background: #fff;
}

.content-widget .widget-list {
    background: none;
    padding: 0;
}

.section-list {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 10px;
}

.section-list li {
    padding: 10px;
}

.widget .widget-list li {
    background: #fff;
    padding: 5px;
    margin-bottom: 1px;
}

.widget .widget-list li:nth-child(even) {
    background: #f3f3f3;
}

.widget .widget-list .icon {
    float: right;
    margin-left: 10px;
    padding: 2px;
    margin-top: 3px;
    background: #111;
    margin-left: 10px;
    text-align: center;
    display: block;
}

.widget .widget-list .icon .websymbol-liga {
    color: rgba(255, 255, 255, 0.1);
    padding: 6px 11px;
    display: block;
}

.widget .widget-list .icon:hover {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/latest_blogs_gradient.png);
}

.widget .widget-list .icon:hover span {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/50_mask.png);
    color: #fff;
}

.widget .widget-list li .meta strong {
    color: #878787;
}

.widget .widget-list li .meta .file-size {
    margin-left: 10px;
}

.widget .widget-list .auth-thumb {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background: #000;
    border: solid 1px #000;
}

.widget .widget-list h3 a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 4px;
}

.widget .widget-list h3 a:hover {
    color: #222;
}

.widget .widget-list .meta {
    font-size: 11px;
    margin-top: 3px;
    color: #a7b7cc;
    font-weight: 600;
}

.widget .widget-list .score {
    float: right;
    margin-left: 10px;
    padding: 0 10px;
    text-align: center;
    line-height: 43px;
    margin-top: 0;
    text-align: center;
    color: #fff;
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/nav_gradient_mask.png);
    background-position: center bottom;
    background-size: 100% 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.widget .widget-list .comments {
    float: right;
    color: #000;
    font-weight: 700;
    margin-left: 10px;
    padding: 2px;
    margin-top: 3px;
    margin-right: 2px;
    text-transform: uppercase;
}

.widget .widget-list .comments span {
    color: #000;
    padding: 8px 0;
    font-size: 12px;
    display: block;
}

.widget .widget-list .comments:hover {}

.widget .widget-list .comments:hover span {}

.widget .widget-list .fa {
    color: #5f6875;
    margin-left: 3px;
}

/** Sponsors **/
#sidebar_sponsors {
    overflow: hidden;
    background: #fff;
    border: solid 1px #ccc;
    padding: 10px 10px 0;
}

#sidebar_sponsors ul {
    margin-top: 0;
    overflow: hidden;
    width: 318px;
}

#sidebar_sponsors ul li {
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 143px;
}

#sidebar_sponsors ul li.lead-sponsor {}

#sidebar_sponsors ul li.lead-sponsor a {}

#sidebar_sponsors ul li:nth-child(even) {}

#sidebar_sponsors ul li a {
    text-align: center;
    display: block;
    height: 80px;
}

#sidebar_sponsors ul li img {
    vertical-align: middle;
    display: inline-block;
}

#sidebar_sponsors ul li.lead-sponsor img {
    /*max-height: 55px; max-width: 200px; display: inline-block*/
}

/** Livestreams **/
#sidebar_livestream {}

#sidebar_livestream h2 {}

.livestream_inner {
    width: 100%;
    display: block;
    border-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/50_mask.png) 1 0 1 0 stretch stretch;
    border-bottom: 1px solid;
    clear: both;
    position: relative;
}

.livestream_list {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    background: #23282e;
}

.livestream_list li {
    position: relative;
    padding: 12px;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #111, #1f1f1f);
    background: -moz-linear-gradient(top, #111, #1f1f1f);
    background: -ms-linear-gradient(top, #111, #1f1f1f);
    background: linear-gradient(to bottom, #111, #1f1f1f);
}

.livestream_list li:last-child {
    margin-bottom: 0;
}

.livestream_mask {}

.livestream_image {
    float: left;
    width: 144px;
    height: 80px;
    top: 12px;
    left: 12px;
    border: solid 2px #000;
    margin-right: 15px;
}

.livestream_image img {
    width: 100%;
}

.livestream_content {
    margin-top: 6px;
    height: 59px;
}

.livestream_name {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
}

.livestream_views {
    margin: 10px 0;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 1;
}

#content.streams .livestream_views {
    margin: 10px;
}

.livestream_check_it_now {
    font-size: 13px;
}

.livestream_check_it_now i {
    margin-right: 5px;
}

.livestream_check_it_now:hover {
    color: #fff;
}

.livestream_base {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    position: relative;
    clear: both;
    text-align: center;
    line-height: 3.5;
    font-size: 14px;
    color: #787878 !important;
    font-weight: 600;
    background: #000;
}

.livestream_base:hover {
    color: #fff;
}

/** MPU **/
.sidebar_mpu {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.sidebar_mpu .main_mpu {
    margin-bottom: 10px;
    text-align: center;
}

.sidebar_mpu .main_mpu div {
    margin: 0 auto;
    text-align: center;
}

.sidebar_mpu .main_mpu img {
    display: inline;
    border: solid 10px transparent;
}

.sidebar_mpu .mpu-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

#game-widget html body a.product p.name {
    color: blue !important;
}

/** Blogs **/
#sidebar_blogs {
    width: 320px;
    position: relative;
}

#sidebar_blogs h3 {
    color: #fff;
}

/** upcoming Matches **/
.sidebar_upmatch {
    width: 320px;
    height: 190px;
    float: left;
    position: relative;
    margin-bottom: 25px;
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/upcoming_match_information_block_gradient.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.sidebar_upmatch_block1 {
    width: 100%;
    height: 58px;
    color: #fff;
    display: block;
    float: left;
    clear: both;
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/upcoming_match_gradient.png);
    border-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/50_mask.png) 1 0 1 0 stretch stretch;
    border-bottom: 1px solid;
}

.sidebar_upmatch_block1 h2 {
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 58px;
    padding-left: 15px;
}

.sidebar_upmatch_block2 {
    text-shadow: 1px 1px #000;
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/75_mask.png);
    height: 32px;
    font-size: 14px;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 32px;
}

.sidebar_upmatch_block2 span {
    font-weight: 600;
    color: #fff;
}

.sidebar_upmatch_block2 p {
    float: left;
    padding-top: 9px;
}

.sidebar_upmatch_block2 p:first-child {
    padding-left: 9px;
}

.sidebar_upmatch_block2 p:last-child {
    float: right;
    padding-right: 9px;
}

.sidebar_upmatch_block2 a {}

.sidebar_upmatch_block2 a:hover {
    color: #fff;
}

.sidebar_upmatch_block3 {
    width: 282px;
    height: 80px;
    margin-left: 9px;
    margin-top: 10px;
    float: left;
    display: block;
    position: relative;
}

.sidebar_upmatch_versus {
    width: 202px;
    height: 80px;
    float: left;
    display: block;
    position: relative;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/upcoming_match_mask.png) no-repeat right;
}

.sidebar_upmatch_tpic {
    width: 80px;
    height: 80px;
    float: left;
    display: block;
    position: relative;
}

.sidebar_upmatch_versus h2 {
    font-size: 18px;
    padding-top: 37px;
    padding-left: 6px;
    text-shadow: 1px 1px #000;
    font-weight: 600;
    color: #fff;
}

.sidebar_upmatch_versus p {
    padding-left: 6px;
    padding-top: 5px;
    font-size: 13px;
    float: left;
    text-shadow: 1px 1px #000;
}

.sidebar_upmatch_versus p:last-child {
    float: right;
    padding-right: 6px;
}

/** Latest Results **/
#sidebar_lastresults {
    width: 320px;
    position: relative;
}

#sidebar_lastresults ul li {
    padding: 10px;
}

#sidebar_lastresults .the-game {
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #96a2b3;
    padding-right: 10px;
    margin-bottom: 0;
}

.row--result {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    zoom: 1;
}

.row--result span {
    color: #878787;
    font-weight: 400;
    font-size: 11px;
    font-weight: 600;
}

.result-meta {
    display: block;
    clear: both;
}

.result-game {
    font-size: 13px;
}

.result-opponent {
    font-size: 15px;
}

#sidebar_lastresults .win .row--result {
    border-left: solid 4px #8FCB51;
}

#sidebar_lastresults .win .the-score {
    color: #8FCB51;
}

#sidebar_lastresults .draw .row--result {
    border-left: solid 4px #5196CB !important;
}

#sidebar_lastresults .draw .the-score {
    color: #5196CB !important;
}

#sidebar_lastresults .loss .row--result {
    border-left: solid 4px #E35D59;
}

#sidebar_lastresults .loss .the-score {
    color: #E35D59;
}

#sidebar_lastresults .vs {
    padding: 0 1px 0 0;
    font-size: 15px;
    color: #878787;
    font-weight: 600;
}

#sidebar_lastresults .the-opponent {
    float: left;
    margin-left: 2px;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

#sidebar_lastresults .the-score {
    float: right;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.content-widget {
    width: 100%;
    line-height: 25px;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 18px;
    color: #000;
    overflow: hidden;
}

.content-widget h2 {
    margin-bottom: 10px;
}

.content-widget h2 span {
    float: right;
    color: #96a2b3;
    font-size: 16px;
}

/* --------------------------------- */
/* FORUMS */
/* --------------------------------- */
.forums ul.the-forums,
.forum-table {
    background: #fff;
    border: solid 1px #ccc;
    padding: 10px;
}

#content.forums {
    padding-right: 0;
}

#content.forums a.button:hover {
    color: #fff;
}

#content.forums #section-title {
    font-size: 18px;
    margin-top: -15px;
}

.forum-table {
    margin-bottom: 10px;
}

.forum-table th {
    color: #fff;
}

.context-nav {
    overflow: hidden;
    margin-bottom: 20px;
}

.context-nav .button {
    margin-right: 10px;
}

.who-is-online {
    line-height: 20px;
}

.who-is-online .user-online {
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 0;
    margin-right: 5px;
}

.who-is-online h2 {
    padding-left: 35px;
}

.who-is-online ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

.who-is-online ul li a {
    font-weight: 400;
}

.who-is-online ul li.team a {
    font-weight: 700;
}

.who-is-online ul li.moderator a {
    color: green;
    font-weight: 700;
}

.who-is-online ul li.admin a {
    color: #ca0227;
    font-weight: 700;
}

.who-is-online ul li.admin a:hover {
    color: inherit;
}

.sub-forum-list {
    list-style: none;
}

.sub-forum-list h2 {
    background: none;
    box-shadow: none;
    border: 0;
    padding-left: 0;
}

.sub-forum-list li {}

.sub-forum-list.widget {
    padding-bottom: 0 !important;
}

.sub-forum-list.widget h2 {
    margin-bottom: 0 !important;
    font-size: 16px;
}

.forums #page-title {
    margin-bottom: 20px;
}

.forums h2.topic {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}

.forums h2.topic span {
    font-size: 12px;
    float: left;
    font-weight: 400;
    margin-right: 20px;
    text-transform: uppercase;
}

.forums h2.topic .is-sticky {
    font-weight: 500;
    margin-top: 12px;
    font-size: 10px;
    float: left;
    margin-right: 10px;
}

.forum-breadcrumb {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.forum-breadcrumb li {
    float: left;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/ico/16/arrowR-grey.png) no-repeat 0 10px;
    margin-right: 5px;
}

.forum-breadcrumb li:first-child {
    background: none;
}

.forum-breadcrumb li a {}

.forum-breadcrumb li:first-child a {
    padding: 0;
}

#forum-list {}

#forum-list h2 {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 0 10px;
    color: #96a2b3;
    border: 0;
    margin-bottom: 0;
}

#forum-list h2 span {
    display: none;
    font-size: 11px;
    line-height: 40px;
    color: #999;
    position: absolute;
    left: 350px;
    font-weight: 400;
    text-transform: uppercase;
}

#forum-list .widget {
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}

.the-forums {
    margin-bottom: 0;
}

.the-forums>li {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    margin: 0 !important;
    width: 100%;
}

.the-forums>li:nth-child(even) {
    background: #f3f3f3;
}

.the-forums>li:hover {}

.the-forums li:last-child {
    border-bottom: 0;
}

.the-forums li h3 {
    font-size: 15px;
    margin-top: 0;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.the-forums li .thumb-left {
    float: left;
    margin-right: 20px;
    display: none;
}

.the-forums li p {
    margin: 0;
}

.the-forums li .forum-info {
    float: left;
    width: 630px;
}

.the-forums li .forum-info h3 {
    font-weight: 600;
}

.the-forums li .latest-thread {
    font-size: 11px;
    margin-left: 800px;
    margin-top: 2px;
}

.the-forums li .latest-thread span {}

.the-forums li .latest-thread .thread-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin: 0 0 3px 35px;
    padding-top: 2px;
}

.the-forums li .latest-thread .thread-title a {
    font-weight: 700;
}

.the-forums li .latest-thread .u-thumb {
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 0;
    margin-right: 5px;
    border: solid 1px #000;
}

.the-forums li .latest-thread a {
    font-weight: 400;
}

.the-forums li .latest-thread a:hover {
    text-decoration: underline;
}

.the-forums li .forum-threads {
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    float: left;
}

.the-forums li .forum-threads span {
    font-weight: 700;
}

.sub-forums {
    padding: 0 0 0 20px;
    clear: both;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/forum/subforum-ico.png) 0 12px no-repeat;
    border: 0 !important;
    overflow: hidden;
}

.sub-forums li {
    float: left !important;
    width: auto;
    padding: 0;
    margin: 0 5px 0 0 !important;
    border: 0;
}

.sub-forums li a {
    line-height: 20px;
}

.back {
    font-size: 30px;
    padding: 0;
}

.back span {}

.forum-table {
    text-align: left;
    clear: both;
    margin-top: 20px;
    margin-left: 0;
}

.forum-table tr {
    background: #f3f3f3;
}

.forum-table tr:nth-child(even) {
    background: #fff;
}

.forum-table th {
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0;
}

.forum-table td,
.forum-table th {}

.forum-table .forum-icon {
    font-size: 17px;
    width: 4%;
}

.forum-table .forum-icon i {
    line-height: 1;
    padding: 0;
    margin: 0;
    position: relative;
    top: 12px;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.forum-table .replies {
    text-align: left;
}

.forum-table .replies span {
    display: block;
    line-height: 15px;
}

.forum-table tr:hover {
    cursor: pointer;
}

.forum-table .ico {
    text-align: center;
}

.forum-table .ico img {
    margin: 0 auto;
}

.forum-table a {
    padding: 11px 0 5px;
    display: block;
    font-weight: 700;
}

.forum-table a:hover {
    color: #222;
}

.forum-table .date,
.forum-table .latest-by {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 11px;
    overflow: hidden;
}

.forum-table .date a,
.forum-table .latest-by a {
    padding: 0 0 5px;
    line-height: 15px;
}

.forum-table .date a {
    font-weight: 400;
    padding: 5px 0 0;
}

.forum-table .date a:hover {
    text-decoration: underline;
}

.forum-table .latest-by {
    margin-bottom: 5px;
}

.forum-table .latest-by a {
    display: inline;
}

.forum-table .small {
    font-size: 11px;
}

.is-sticky {
    padding: 3px 5px;
    margin: 9px 5px 0 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    float: left;
    color: #fff;
}

.started_by {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
}

.started_by a {
    display: inline;
    padding: 0;
    font-weight: 400;
}

#the-posts {
    margin-bottom: 20px;
}

#the-posts>li {
    padding-top: 0;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    min-height: 120px;
}

#the-posts>li:nth-child(even) {
    background: #fff;
}

#the-posts li.team-member {}

#the-posts li.mod-member {}

#the-posts li.admin-member {}

#the-posts .post-author {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    margin-right: 20px;
    padding: 20px;
    min-height: 110px;
    background: rgba(255, 255, 255, 0.05);
}

#the-posts .user-buttons {
    position: absolute;
    top: 124px;
    left: 20px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

#the-posts .user-buttons .generic_button {
    font-family: WebSymbolsRegular;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

#the-posts .user-buttons span.generic_button {}

#the-posts .post-author a img {
    width: 78px;
    height: 78px;
    float: left;
    margin-right: 10px;
    border: solid 2px #000;
}

#the-posts .post-author .user-avatar {
    position: relative;
    width: 81px;
    display: block;
}

#the-posts .post-author .user-online {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

#the-posts .post-author h3 {
    margin-bottom: 5px;
    margin-top: 6px;
}

#the-posts .post-author h3 a {
    font-size: 22px;
    color: #222;
    font-weight: 700;
}

#the-posts .post-author .is-admin,
#the-posts .post-author .is-team,
#the-posts .post-author .is-mod {
    padding: 5px;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
}

#the-posts .post-author .name {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3px;
}

#the-posts .post-author .team {
    display: block;
    font-size: 11px;
}

.post-date {
    color: #999;
    margin-bottom: 10px;
    font-size: 11px;
    padding-bottom: 5px;
    position: relative;
    float: right;
}

.post-number {
    position: absolute;
    right: 0;
    top: 0;
}

#the-posts .the-post {
    position: relative;
    margin-left: 320px;
    line-height: 18px;
    padding: 20px 20px 20px 0;
}

#the-posts .the-post ul {
    margin-left: 20px;
}

#the-posts .the-post ul li {
    list-style: disc;
    margin-bottom: 5px;
}

#the-posts .the-post .speech-mark {
    position: absolute;
    top: -20px;
    left: 30px;
    display: none;
    width: 20px;
    height: 20px;
}

#the-posts li .edit-options {
    display: none;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#the-posts li:hover .edit-options {
    display: block !important;
}

#the-posts li .edit-options li.adminedit {
    display: none;
}

#the-posts li .edit-options li {
    background: 0;
    padding: 0;
}

#the-posts li .edit-options li a {
    float: right;
    padding: 0 10px;
}

#the-posts .meta {
    text-align: left;
    margin-top: 20px;
    height: auto;
    font-size: 11px;
    padding: 0;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 300px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    margin-top: 0;
}

#the-posts .signature {
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

#the-posts .signature img {
    max-height: 200px;
    width: auto;
}

#the-posts .the-post p {
    margin-right: 150px;
}

#the-posts .the-post img {
    max-width: 600px;
}

#new-post {
    padding: 20px;
    margin-bottom: 0;
    overflow: hidden;
    background: #fff;
}

#new-post h2 {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

#new-post h4 {
    text-align: center;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
}

#new-post #write-post {
    margin-left: 250px;
}

#new-post #write-post textarea {
    width: 98.5%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    padding: 3px;
    height: 150px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: visible !important;
}

#new-post #write-post textarea:focus {
    height: 150px;
    box-shadow: 0 0 10px #999;
}

#new-post #user-info {
    float: left;
    width: 230px;
}

#new-post #user-info img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}

#new-post #user-info h3 {
    margin-bottom: 2px;
    font-size: 20px;
}

#new-post #user-info .name {
    font-size: 12px;
    color: #999;
}

.new-thread-form {
    padding: 10px;
    width: 650px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.new-thread-form .form-row input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

/* -------------------------------- */
/* ARTICLES */
/* -------------------------------- */
#article {}

#the-title {
    font-size: 30px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-weight: 700;
    position: relative;
    line-height: 1;
    letter-spacing: -1px;
    color: #222;
}

#the-title .category {
    font-size: 20px;
    height: 30px;
    line-height: 32px;
}

.the-category {
    color: #999;
    float: right;
}

.the-category span {
    color: #666;
}

.is-article p {
    margin-bottom: 20px;
}

#the-post {
    overflow: hidden;
    box-shadow: 0 2px 1px #b3bdc7;
}

#the-post img.leader {
    display: block;
    max-width: 450px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
    border: solid 2px #fff;
}

#the-post ul {
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

#the-post ul li {
    list-style: disc inside;
    margin-bottom: 10px;
}

.date {
    font-size: 11px;
    margin: 5px 0 10px;
    display: block;
    line-height: 25px;
    position: relative;
}

.date .category {
    float: right;
    padding: 0;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
}

#article .meta {
    margin: 0 0 20px;
    display: block;
    font-weight: 700;
    margin-top: 5px;
    color: #3a424d;
}

#the-post .post-inner {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #000;
    overflow: hidden;
    padding: 15px 15px 0;
    position: relative;
    width: 100%;
}

#the-post .post-inner img {
    display: inline;
}

#the-post .post-inner em {
    font-style: italic;
}

#the-post .post-inner sup {
    vertical-align: super;
    font-size: smaller;
}

#the-post .post-inner sub {
    vertical-align: sub;
    font-size: smaller;
}

#the-post .post-inner h1 {
    font-size: 27px;
}

#the-post .post-inner h2 {
    font-size: 20px;
}

#the-post .post-inner h3 {
    font-size: 16px;
}

#the-post .post-inner h4 {
    font-size: 13px;
}

#the-post .post-inner h5 {
    font-size: 11px;
}

#the-post .post-inner ul ul li,
#the-post .post-inner ol ol li {
    list-style-position: inside;
    list-style-type: inherit;
}

#post-meta {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-top: 0;
    color: #000;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    width: 100%;
}

#post-meta .author-avatar img {
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}

#post-meta .author-meta {
    font-size: 11px;
    margin-top: 10px;
    font-weight: 400;
}

#post-meta h4.author-meta {
    font-size: 11px;
    margin-top: 3px;
    font-weight: 400;
}

#post-meta .author-meta a {
    font-size: 20px;
    font-weight: 400;
}

#post-meta .author-meta a:hover {}

#post-meta .sharing {
    float: right;
    margin-top: 15px;
}

#post-meta .sharing span {
    margin-bottom: 0;
}

.rf-article-img {
    margin-bottom: 20px;
}

.sharing {
    margin-bottom: 0;
    margin-top: 20px;
}

#LikePluginPagelet {
    float: left !important;
}

#latest-blogs .section-list {
    padding-left: 20px;
}

#latest-blogs .section-list li {
    border: 0;
}

#latest-blogs .section-list li h3 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}

#latest-blogs .section-list li .user-ico {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

#latest-blogs .section-list li p {
    clear: both;
    margin-top: 10px;
    margin-bottom: 0;
}

#latest-blogs .section-list li .meta {
    display: block;
    line-height: 16px;
}

.addthis_default_style {
    border-bottom: solid 1px #eee;
    height: 30px;
    margin-bottom: 10px;
}

/* -------------------------------- */
/* COMMENTS */
/* -------------------------------- */
#comment-form {
    padding: 0 0 10px;
    overflow: hidden;
}

#comment-form h3 {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: solid 1px #eee;
}

#comment-form h4 {
    text-align: center;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
}

#comment-form textarea {
    width: 100%%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    padding: 3px;
    height: 120px;
}

#comment-form #user-info {
    float: left;
    width: 75px;
    margin-right: 20px;
    margin-left: 10px;
}

#comment-form #user-info a {
    display: block;
}

#comment-form #user-info img {
    float: left;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

#comment-form #write-comment {
    float: left;
    width: 100%;
}

#the-comments {
    background: none;
    margin-bottom: 30px;
}

#the-comments li {
    overflow: hidden;
    padding: 0;
    position: relative;
    min-height: 75px;
}

#the-comments .comment-author {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    margin-right: 20px;
    padding: 10px;
    min-height: 110px;
    background: #ced7e0;
}

#the-comments .meta {
    text-align: left;
    margin-top: 20px;
    height: auto;
    font-size: 11px;
    padding: 0;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    padding: 10px 20px;
    background: #f3f3f3;
    display: block;
    margin-top: 0;
}

#the-comments .comment-author a img {
    float: left;
    width: 50px;
    margin-right: 10px;
    border: solid 1px #000;
}

#the-comments .comment-author h3 {
    margin: 0;
    line-height: 1;
}

#the-comments .comment-author h3 a {
    font-size: 18px;
    font-weight: 700;
}

#the-comments .comment-author .name {
    display: block;
    font-weight: 400;
    color: #999;
    font-size: 11px;
    margin-bottom: 3px;
}

#the-comments .comment-author .team {
    display: block;
    font-size: 11px;
}

.comment-date {
    color: #999;
    margin-bottom: 10px;
    font-size: 11px;
    border-bottom: solid 1px #eff2f7;
    padding-bottom: 5px;
    position: relative;
}

.comment-number {
    position: absolute;
    right: 0;
    top: 0;
}

#the-comments .the-comment {
    position: relative;
    margin-left: 200px;
}

#the-comments .the-comment img {
    max-width: 450px;
}

#the-comments .the-comment .comment-content {
    padding: 15px 20px;
    background: #fff;
}

#the-comments .edit-options {
    overflow: hidden;
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#the-comments .edit-options li {
    border: 0;
    padding: 0;
    float: right;
}

#the-comments li:hover .edit-options {}

#the-comments {
    background: none;
}

#the-comments li {
    background: #fff;
    border: 2px solid #ced7e0;
}

#the-comments li:nth-child(even) {
    background: #f3f3f3;
}

/* -------------------------------- */
/* MATCHES */
/* -------------------------------- */
#content.matches ul li {
    padding: 13px 15px 13px 13px;
    margin-bottom: 1px;
}

#content.matches .the-game {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    padding-right: 10px;
    margin-bottom: 0;
    width: 240px;
    font-weight: 600;
}

#content.matches .win .the-game {
    box-shadow: 4px 0 #8FCB51;
}

#content.matches .win .the-score {
    color: #8FCB51;
}

#content.matches .draw .the-game {
    box-shadow: 4px 0 #5196CB !important;
}

#content.matches .draw .the-score {
    color: #5196CB !important;
}

#content.matches .loss .the-game {
    box-shadow: 4px 0 #E35D59;
}

#content.matches .loss .the-score {
    color: #E35D59;
}

#content.matches .vs {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 14px;
    color: #878787;
}

#content.matches .the-opponent {
    float: left;
    margin-left: 2px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 30px;
    color: #222;
}

#content.matches .the-opponent .vs {
    font-weight: 600;
}

#content.matches .the-score {
    float: right;
    line-height: 30px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

#content .custom-matches li {
    background: #fff;
    margin-bottom: 0;
}

#content .custom-matches li:nth-child(even) {
    background: #f3f3f3;
    margin-bottom: 1px;
}

#content .custom-matches {
    background: #fff;
    padding: 10px;
}

/* --------------------------------- */
/* TEAM */
/* --------------------------------- */
#squads li {
    padding: 0;
    margin-bottom: 0;
}

#sidebar #squads li {}

#sidebar #squads li:last-child {
    margin: 0;
}

#squads .squad-image {
    width: 100%;
}

#squads .squad-image-holder {
    position: relative;
    min-height: 40px;
    margin-bottom: 0;
}

#squads .team-button {
    display: block;
}

#content .members li {
    background-color: #f3f3f3 !important;
}

#content .members li:nth-child(2n) {
    background: none repeat scroll 0 0 #fff !important;
}

#squads p {
    margin-bottom: 10px;
}

.members {
    margin-top: 20px;
}

.members li {
    border: 0 !important;
    float: left;
    width: 100%;
    padding: 10px;
}

.members li img {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
    box-shadow: 0 2px 1px #ccc;
    padding: 3px;
    line-height: 52px;
    color: #222;
    font-weight: 600;
    background: -webkit-linear-gradient(top, #fff, #f0f0f0);
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #fff, #f0f0f0);
    background: linear-gradient(to bottom, #fff, #f0f0f0);
    font-size: 20px;
}

.members li p {
    margin-left: 220px;
}

.members li:hover img {
    border-color: #4b5461;
}

.members li h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 5px;
    line-height: 1;
}

.members li h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}

.member>p {
    overflow: hidden;
}

.memberReadMore {
    display: none;
    background: #e1e9f0;
    position: absolute;
    font-weight: 700;
    right: 0;
}

.memberReadMore span {
    color: #676767;
    margin: 0 10px 0 0;
}

#team-information .squad-image {
    width: 878px;
    padding: 10px;
    background: #fff;
    border: solid 1px #ccc;
}

#team-information>p {
    margin-top: 20px;
}

.tooltip {
    display: none;
    border-radius: 2px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    text-align: right;
    padding: 0 10px;
    z-index: 999;
    position: relative;
    background:
        /*border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;*/
        rgba(0, 0, 0, 0.9);
}

.tooltip .arrow {
    font-family: WebSymbolsRegular, helvetica;
    position: absolute;
    right: -5px;
    font-size: 18px;
    text-shadow: none;
}

.nicEdit-main {
    background: #fff;
    margin: 0 !important;
    padding: 4px;
}

/* --------------------------------- */
/* USER PROFILES */
/* --------------------------------- */
#user-profile #sidebar {
    margin-top: 0;
}

.user-options {
    overflow: hidden;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

.user-options a {
    float: left;
    margin-right: 5px;
    height: 27px;
    line-height: 23px;
    padding: 0 5px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    color: #fff;
    border: solid 2px #000;
}

.user-options a:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.1);
}

.user-options a:active {
    top: 1px;
    position: relative;
}

.user-options span {
    height: 27px;
    margin-right: 5px;
    line-height: 23px;
}

div#squad-banner {
    height: 230px;
    width: 1200px;
    position: relative;
    z-index: 1;
}

div#squad-banner div#tweet {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 8px 14px;
    border-radius: 3px;
    position: absolute;
    left: 320px;
    bottom: 20px;
    right: 20px;
}

div#squad-banner div#tweet p {
    margin-bottom: 0;
    font-weight: 400;
    color: #eee;
}

div#squad-banner div#tweet p span.name a {
    font-weight: 700;
    color: #F9C800;
    margin-right: 5px;
}

div#squad-banner div#tweet .meta a {
    font-weight: 400 !important;
    color: #666 !important;
    float: right;
}

section#gaming-stream {
    padding: 20px;
}

section#gaming-stream .stream {
    margin-top: 30px;
}

section#gaming-stream object {
    width: 960px !important;
    height: 460px;
}

section#gaming-stream iframe {
    width: 890px !important;
    height: 320px !important;
}

.player-hardware li {
    float: left;
    width: 320px;
    line-height: 25px;
    font-size: 12px;
    min-height: 70px;
    color: #666;
}

.player-hardware li span {
    font-weight: 700;
    display: block;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

section#fans {
    padding: 20px;
    padding-top: 10px;
    position: relative;
}

section#fans .fans {
    margin-top: 30px;
}

#user-header {
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    padding-left: 0;
    line-height: 52px;
    color: #222;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.nav_right ul.login-buttons li {
    margin: 0 5px;
}

.nav_right ul.login-buttons li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

section header h1#page-title {
    font-size: 30px;
    margin-bottom: 0 !important;
}

#user-header header span {
    top: 0;
}

#user-header h1#page-title {
    margin-bottom: 0 !important;
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 32px;
    text-transform: none;
    border: 0;
    text-indent: 0;
    font-weight: 700;
    background: none !important;
    box-shadow: none !important;
    clear: none;
}

.player-avatar {
    float: left;
    position: relative;
    z-index: 8;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -195px;
}

.player-avatar img {
    width: 260px;
    border: solid 1px rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.user-online {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: solid 1px #2a980c;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    background: #2a980c;
    background: -webkit-gradient(linear, left top, left bottom, from(#5fc328), to(#2a980c));
    background: -moz-linear-gradient(top, #5fc328, #2a980c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc328', endColorstr='#2a980c');
}

.user-online.not {
    border: solid 1px #ccc;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background: -moz-linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc');
}

.my-avatar {
    float: left;
    margin-right: 10px;
    position: relative;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.my-avatar .user-online {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.my-avatar img {
    width: 150px;
}

.full-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.post-amounts {
    float: right;
    margin: 10px 10px 0 0;
}

.post-amounts li {
    background: #f3f3f3;
    float: left;
    font-size: 20px;
    margin-left: 1px;
    text-align: center;
    padding: 0 15px 10px;
    color: #222;
}

.post-amounts li span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}

#content #stream object {
    width: 640px !important;
    min-height: 395px;
    margin-top: 20px;
}

#content #stream iframe {
    width: 640px !important;
}

.quick-info {
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 10px;
}

.quick-info li {
    line-height: 1;
    float: left;
    margin-right: 0;
    width: 50%;
    border-bottom: solid 1px #fff;
    box-shadow: inset 1px 0 0 #fff;
    padding: 11px 0;
}

.quick-info li .fa {
    float: left;
    margin-right: 10px;
    opacity: .5;
    margin-left: 10px;
}

.about_me {
    padding: 10px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 18px;
    background: #fff;
    border-bottom: 2px solid #b3bdc7;
}

#friends {
    position: relative;
}

#friends .next,
#fans .next {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/ico/arrowR-grey.png) no-repeat;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 90px;
}

#friends .prev,
#fans .prev {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/ico/arrowL-grey.png) no-repeat;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 90px;
}

#friends .next:hover,
#fans .next:hover {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/ico/arrowR-yellow.png) no-repeat;
}

#friends .prev:hover,
#fans .prev:hover {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/ico/arrowL-yellow.png) no-repeat;
}

#fans .prev {
    left: 20px;
    top: 108px;
}

#fans .next {
    right: 20px;
    top: 108px;
}

.friends-scroll {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding: 10px 0 0 10px;
    background: #fff;
    border-bottom: 2px solid #b3bdc7;
}

.fans-scroll {
    overflow: hidden;
    height: 86px;
    position: relative;
    width: 872px;
    margin: 0 40px;
}

#friends-list {}

#friends-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#friends-list li img {
    width: 51px;
    height: 51px;
    border: solid 2px rgba(255, 255, 255, 0.1);
}

#friends-list li img:hover {
    border-color: #5f6875;
}

.profile-details li {
    float: left;
    color: #333;
    width: 325px;
    line-height: 25px;
    border-bottom: solid 1px #eee;
    font-size: 13px;
    min-height: 50px;
}

.profile-details li span {
    font-weight: 400;
    display: block;
    color: #999;
    line-height: 12px;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

#my-friends li {
    padding: 5px 0;
    overflow: hidden;
}

#my-friends li .avatar {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

#my-friends li h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 5px;
}

#my-friends li h3 a {
    color: #333;
}

#my-friends li h4 {
    font-size: 13px;
    color: #999;
    font-weight: 400;
    margin-bottom: 5px;
}

#my-friends li p {
    margin: 0;
}

.widget .activity-feed li {
    padding: 10px !important;
}

.widget .activity-feed li h4 {
    font-size: 13px !important;
    font-weight: 700 !;
    margin-bottom: 3px !important;
    width: auto !important;
    clear: none !important;
    line-height: 1 !important;
    height: auto !important;
}

.widget .activity-feed li .fa {
    line-height: 29px;
    font-size: 12px;
    float: left;
    margin-left: 0;
    margin-right: 8px;
}

.activity-feed li {
    background: #fff !important;
}

.activity-feed li:nth-child(even) {
    background: #f3f3f3 !important;
}

.messaging .section-list .avatar,
.notifications .section-list .avatar {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.messaging .from {
    width: 150px;
    margin-top: 10px;
    float: left;
}

.messaging .msg-info {
    margin-left: 240px;
    margin-top: 10px;
}

.messaging .msg-buttons {
    margin-bottom: 5px;
    overflow: hidden;
    margin-top: -15px;
    float: right;
}

.messaging .msg-buttons a {
    margin-right: 10px
}

.messaging .meta {
    padding: 0;
    background: none;
    margin: 0;
    line-height: 17px;
    height: auto;
}

.messaging .section-list li,
.notifications .section-list li {
    min-height: 55px;
    position: relative;
}

.messaging .section-list li h2 {
    font-size: 13px;
}

.messaging .section-list li p {
    margin: 0;
    color: #999;
    font-size: 11px;
}

.messaging .generic_button.float-right {
    margin-top: -30px;
}

.messaging .unread {
    background: #eee;
    padding: 10px !important;
}

.messaging .unread h3 a,
.messaging .unread span,
.messaging .unread p {
    font-weight: 700 !important;
}

.messaging .block-row {
    padding: 5px 0;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    line-height: 30px;
}

.messaging .block-row .meta {
    color: #999;
}

.messaging .block-row label {
    float: left;
    margin-right: 5px;
    width: 100px;
    font-weight: 700;
}

.messaging .block-row input[type="text"] {
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 6px 8px;
    width: 350px;
    background: #eee;
}

.messaging .block-row input[type="text"]:focus {
    background: #fff;
}

.messaging .form-row textarea {
    width: 100% !important;
}

.messaging .block-row img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}

.messaging h2 {
    margin-bottom: 10px;
    line-height: 40px;
}

.messaging .msg-content {
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 1.3;
}

.messaging .msg-content .meta {
    margin-bottom: 10px;
    border-bottom: solid 1px #fff;
    margin: -10px 0 10px -10px;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.messaging .in-reply-to {
    clear: both;
    padding-top: 20px;
}

.messaging .in-reply-to h2 {
    margin-bottom: 0;
    font-size: 14px;
}

.messaging .in-reply-to .msg-content {
    margin-top: 0;
}

.notifications .section-list li h2 {
    font-size: 25px;
    margin-top: 5px;
}

.notifications .section-list li h3 {
    color: #999;
    font-weight: 400;
}

.the-buttons {
    float: right;
    position: absolute;
    right: 0;
    top: 20px;
}

.the-buttons a {
    margin-left: 10px;
}

/* --------------------------------- */
/* GALLERIES */
/* --------------------------------- */
.how-many {
    float: right;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

#content.galleries .section-list>li {
    background: #fff;
    padding: 10px;
    margin-bottom: 1px;
}

#content.galleries .section-list>li:nth-child(even) {
    background: #f3f3f3;
}

#content.galleries .gallery-images ul {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content.galleries .gallery-images li {
    border: 0;
    padding: 0;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    width: 229px;
    height: 170px;
    overflow: hidden;
    border: solid 2px rgba(255, 255, 255, 0.05);
    text-align: center;
}

#content.galleries .gallery-images li:nth-child(even) {
    background: #f3f3f3;
}

#content.galleries .gallery-images li:nth-child(5n) {
    margin-right: 0;
}

#content.galleries .gallery-images li:nth-child(5n+1) {
    clear: left;
}

#content.galleries .gallery-images li img {
    height: 100%;
    display: inline-block;
}

#content.galleries .gallery-images li:hover img {
    border-color: #5f6875;
}

#content.galleries .gallery-images li:last-child {
    margin-right: 0;
}

#content.galleries .gallery-info h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

#content.galleries .gallery-info h2 a {
    color: #222;
    font-weight: 700;
}

#content.galleries .gallery-info .meta {
    margin-bottom: 10px;
    display: block;
}

.galleries .how-many {
    margin-right: 0;
}

#content.galleries .gallery-info .gallery-count {
    float: right;
    margin-right: 2px;
    padding: 2px;
    margin-top: 3px;
    background: #111;
}

#content.galleries .gallery-info .gallery-count span {
    padding: 6px 11px;
    font-size: 12px;
    display: block;
}

#content.galleries .gallery-info .gallery-count:hover {
    background-image: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/latest_blogs_gradient.png);
}

#content.galleries .gallery-info .gallery-count:hover span {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/50_mask.png);
    color: #fff;
}

#content.galleries .gallery-images li h2 {
    font-size: 50px;
    margin-bottom: 5px;
}

#content.galleries .gallery-images li .meta {
    margin-left: 0 !important;
}

#content.galleries .gallery-image {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#content.galleries .gallery-image img {
    max-width: 1220px;
    margin: 0 auto;
}

.gallery-image .tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.gallery-image .tabs .prev-photo {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9999;
}

.gallery-image .tabs .next-photo {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.gallery-image .tabs a {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    display: block;
    padding: 12px 10px;
    background: rgba(0, 0, 0, 0.8);
}

.gallery-image .tabs a:hover {}

.gallery-image .tabs a.inactive {
    color: #666;
    cursor: default;
}

#content .preview-images {
    overflow: hidden;
}

#content .preview-images li {
    border: 0;
    padding: 0;
    float: left;
    margin: 14px 14px 0 0;
    position: relative;
    width: 131px;
}

#content .preview-images li:last-child {
    margin-right: 0;
}

#content .preview-images li img {
    width: 100%;
    border: solid 2px rgba(255, 255, 255, 0.1);
}

#content .preview-images li:hover img {
    border: solid 2px #5f6875;
}

.gallery-scroller {
    background: #111;
    padding: 10px;
    margin: 20px 0;
    position: relative;
}

.gallery-scroller .next,
.gallery-scroller .prev {
    display: block;
    width: 14px;
    height: 20px;
    cursor: pointer;
}

.gallery-scroller .next {
    position: absolute;
    right: 10px;
    top: 50px;
    background: red;
}

.gallery-scroller .prev {
    position: absolute;
    left: 10px;
    top: 50px;
    z-index: 5;
    background: red;
}

.gallery-items {
    width: 880px;
    overflow: hidden;
    height: 100px;
    position: relative;
    margin-left: 30px;
}

.gallery-items ul {
    width: 2000em;
    position: absolute;
}

.gallery-items ul li {
    float: left;
    margin-right: 10px;
    padding: 0 !important;
}

.gallery-items ul li img {
    height: 98px;
    cursor: pointer;
    border: solid 1px #111;
}

.gallery-items ul li img:hover {
    border: solid 1px #999;
}

.gallery-items ul li img.active {
    border: solid 1px #F9C800;
}

#the-image {
    text-align: center;
    background: #111;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#image_wrap {}

#image_wrap img {
    margin: 0 auto;
    height: 500px;
    max-width: 960px;
}

#the-gallery {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
}

#the-gallery .meta {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}



.title-subheading {
    float: left;
    clear: both;
    width: 660px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.title-subheading h4 {
    float: left;
    width: 400px;
    line-height: 22px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}


/** Shop **/

#latest-products .basket {
    display: block;
    height: 123px;
    left: 50%;
    margin-left: -60px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 128px;
    z-index: 1;
}

#latest-products li:hover .basket {
    margin-left: -80px;
    opacity: 0;
}

#latest-products ul {
    margin-top: 20px;
}

#latest-products ul li {
    background: #fff;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    width: 286px;
}

#latest-products ul li .price-block {
    border-top: solid 2px #eee;
    font-size: 18px;
    font-weight: 900;
    line-height: 40px;
    text-indent: 10px;
}

#latest-products ul li .price-block a {
    border: solid 2px #eee;
    border-width: 0 0 0 2px;
    background: none;
    border-radius: 0;
    color: #666;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-indent: 0;
}

#latest-products ul li h3 a {
    border: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    padding-left: 10px;
    text-align: left;
}

#latest-products ul li img {
    margin: 0 auto;
    max-height: 200px;
}

#latest-products ul li:hover {}

#latest-products ul li:hover .price-block a {
    background: #555;
    color: #fff;
}

#latest-products ul li:nth-child(3n) {
    margin-right: 0;
}

#shopbag .price {
    line-height: 20px;
}

#shopbag .total {
    line-height: 30px;
}

#shopbag h3 {
    line-height: 30px;
    text-align: right;
    font-size: 15px;
    font-weight: 300;
}

#shopbag h3 span {
    font-weight: 500;
    font-size: 20px;
    color: #333
}

#shopbag ul {}

#shopbag li {
    padding: 5px 10px;
    border-bottom: solid 1px #eee
}

#shopbag li:hover {
    background: #f5f5f5
}

#shopbag .button-wrap {
    padding: 5px 0px;
    text-align: right
}

#shopbag .button-wrap .button {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0 0 5px
}

.sidewidget {
    padding: 5px;
    border: solid 1px #ccc;
    background: #fff;
}

.sidewidget li {
    padding: 0 10px;
}

#shopbag li .quantity {
    float: left;
    width: 7.5%;
    margin-right: 10px;
    text-align: center
}

#shopbag li a.cart_remove {
    float: right;
    margin: 0 0 0 10px;
    text-align: center;
    line-height: 18px;

}

#shopbag li a.product_name {
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 170px;
}

#shopbag p {
    margin: 0;
    padding: 10px;
}

.sb-menu li {}

.sb-menu li a {
    display: block;
    font-weight: 700;
    line-height: 30px;
}

.sb-menu li a:hover {
    color: #333
}

.sb-menu li.current a {
    border-bottom: 0;
    color: #fff
}

.shop-items li:nth-child(4n) {
    margin-right: 0;
}

.shop-items li:nth-child(4n+1) {
    clear: left;
}

.shop-items li {
    min-height: 153px;
    margin: 0 20px 20px 0;
    float: left;
    width: 210px;
    position: relative;
    border: 0;
}

.shop-items li a {
    display: block;
}

.shop-items li:hover {}

.shop-items li:hover a {}

.shop-items li:last-child {
    margin-right: 0;
}

.shop-items li:active {}

.shop-items li h3 {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
    clear: both;
}

.shop-items li .the-price {
    color: #fff;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
}

.shop-items li .in-stock,
#shop-products li .out-stock {
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.shop-items li .in-stock {
    color: green;
}

.shop-items li .out-stock {
    color: red;
}

.shop-items li .rf-thumb {
    margin-bottom: 10px;
    width: 100%;
}

.shop-items li .cat {
    color: #999;
    font-size: 11px;
}

.shop-items .more-box {
    padding: 3px 0;
    margin-right: 0;
    text-align: right;
    margin-top: 10px;
}


/*Product Details*/
#product-image {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#product-image img {
    width: 100%;
}

#product-sum-wrap {
    float: left;
    padding: 0 0 15px;
    width: 100%;
}

#product-summary {
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
    background: #fff;
    border-top: solid 2px #eee;
}

#product-summary .controls {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    float: left;
    padding: 5px;
    position: relative;
    width: 373px;
}

#product-summary .controls .ct-left {
    float: left;
    width: 50%;
}

#product-summary .controls .ct-right {
    float: left;
    width: 50%;
}

#product-summary .controls .ct-right .button {
    float: right;
}

#product-summary .in-stock {
    float: right;
    margin-bottom: 0;
    line-height: 35px;
    margin-right: 20px;
}

#product-summary .info {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}

#product-summary .offer-code-box h5 {
    font-weight: 400;
    text-transform: none;
}

#product-summary .required {
    color: #ED1C24;
    margin-left: 5px;
}

#product-summary .row {
    float: left;
    margin: 0 0 10px;
    padding-bottom: 10px;
    width: 100%;
}

#product-summary .row .label {
    float: left;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    width: 110px;
}

#product-summary .row .select {
    float: left;
    text-transform: none;
}

#product-summary .row .text {
    float: left;
    padding: 5px;
}

#product-summary .row .text.qty {
    width: 30px;
}

#product-summary .the-price {
    float: left;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
}

#product-summary .title-subheading {
    clear: both;
    float: left;
    margin-bottom: 15px;
    width: 383px;
}

#product-summary .title-subheading .right {
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    text-transform: uppercase;
    width: 183px;
}

#product-summary .title-subheading h4 {
    float: left;
    line-height: 22px;
    width: 200px;
}

#product-summary p.green {
    color: #66993c;
}


#variations {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

#variations .variation-price {
    float: right;
}

#region_select select {
    width: 100%;
    padding: 5px;
}

#region_select {
    padding-bottom: 5px;
}

.region li,
.the-variations li {
    height: 40px;
    line-height: 40px;
    padding: 0;
}


.shop p.info {
    margin: 20px 0;
}

#shipping_details h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

#shipping_details div.row {
    min-height: 25px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 1px;
}

#shipping_details div.row input[type="text"] {
    height: 25px;
    padding: 0 5px;
    width: 350px;
}

#shipping_details div.row label {
    float: left;
    line-height: 25px;
    width: 200px;
}

.proceed-buttons {
    overflow: hidden;
    padding: 10px 0 20px 0;
    clear: both;
    border-top: solid 2px rgba(255, 255, 255, 0.1);
}

#the-cart {
    overflow: hidden;
    padding-bottom: 10px;
}

#the-cart h2 {
    line-height: 1;
    font-size: 18px;
    padding: 0 0 20px 0;
    border-bottom: solid 2px #eee
}

#the-cart h3 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-left: 0px;
    float: left
}

#the-cart .button-wrap {
    padding: 0px;
}

.shop section {
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

#checkout-sign-in {
    margin-bottom: 20px;
}

#checkout-sign-in h3 {
    padding-bottom: 10px;
    font-size: 20px;
}


#cart input[type="text"] {
    height: 25px;
    padding: 0 5px;
    width: 30px;
}

#cart td {
    padding: 5px;
    border-bottom: solid 2px #eee
}

#cart th {
    font-weight: 700;
    height: 25px;
    line-height: 20px;
    padding: 0 5px;
    text-align: left;
}


#my_orders th {
    padding: 0 5px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
}

#my_orders tr:nth-child(even) {}

#my_orders tr td {
    padding: 5px;
    line-height: 30px;
    height: 30px;
}

#my_orders tr td .meta {
    margin: 0;
}

/**** END NEW SHOP ****/


/* --------------------------------- */
/* VIDEOS & STREAMS */
/* --------------------------------- */
.streams .section-list li,
.videos .section-list li {
    float: left;
    width: 292px;
    padding: 10px !important;
    background: #fff;
    margin-bottom: 1px;
}

.streams .section-list li:nth-child(even),
.videos .section-list li:nth-child(even) {
    background: #f3f3f3;
}

.streams .section-list li:nth-child(3n+1),
.videos .section-list li:nth-child(3n+1) {
    clear: left;
}

.streams .section-list li .list-item-inner,
.videos .section-list li .list-item-inner {
    margin: 1px;
    padding-bottom: 10px;
    background: #000;
}

.streams .section-list li .video-image i,
.videos .section-list li .video-image i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 20px;
    text-align: center;
    line-height: 207px;
    color: #fff;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/makeup/40_mask.png);
}

.streams .section-list li:hover .video-image i,
.videos .section-list li:hover .video-image i {
    display: inline;
}

.streams .section-list li .video-image,
.videos .section-list li .video-image {
    position: relative;
}

.streams .section-list li img,
.videos .section-list li img {
    width: 270px;
    margin-bottom: 10px;
}

.streams .section-list li .meta,
.videos .section-list li .meta {
    margin-bottom: 7px;
    display: block;
    padding: 5px 10px;
    color: #a9a9a9;
}

.streams .section-list li h2,
.videos .section-list li h2 {
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0 10px;
}

.streams .section-list li h2 a,
.videos .section-list li h2 a {
    font-weight: 700;
}

.streams .section-list li h2 a:hover,
.videos .section-list li h2 a:hover {
    color: #fff !important;
}

.streams .section-list li h2 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.streams .livestream_check_it_now,
.videos .livestream_check_it_now {
    display: block;
    padding: 0 10px 5px;
}

.embed-video iframe {
    width: 900px;
    height: 540px;
}

/* --------------------------------- */
/* FORMS */
/* --------------------------------- */
.main-form {
    overflow: hidden;
}

.main-form fieldset {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main-form legend {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-row {
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 5px;
}

.form-row .form-half {
    float: left;
    width: 50%;
}

.form-row .form-half p {
    line-height: 40px;
}

.form-row label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 0;
    line-height: 1em;
}

.form-row .short-label {
    float: left;
    margin-right: 10px;
    line-height: 23px;
}

.form-row input[type="text"],
.form-row input[type="password"] {
    padding: 8px;
    font-size: 14px;
    width: 100%;
    background: #ededed;
    color: #222;
    border: 1px solid #ccc;
}

.form-row textarea {
    width: 630px !important;
    height: 100px;
    padding: 8px;
    background: #ededed;
    border: solid 1px #ccc;
}

.form-row select {
    background: #ced7e0;
}

.areuhuman {
    width: 100%;
    margin: 0 auto;
}

.row_offers {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 10px;
}

.form-row .current-avatar {
    width: 100px;
    height: 100px;
    float: left;
}

.fyi {
    padding: 0 10px 10px 0;
    margin-bottom: 10px;
    font-size: 11px;
}

.fyi.dark {}

.error {
    margin-bottom: 10px;
}

.error p:first-child {
    margin-top: 10px !important;
}

.error p {
    padding: 5px 10px;
    margin: 0 20px 10px !important;
    font-size: 11px;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
}

.form-row .form-half input[type="text"],
.form-row .form-half input[type="password"] {
    width: 410px;
}

.form-row input[type="text"]:focus,
.form-row input[type="password"]:focus {}

.form-row p {
    margin-bottom: 0;
}

#recaptcha_table.recaptchatable {
    border: 0 !important;
}

#recaptcha_table #recaptcha_logo,
#recaptcha_privacy {
    display: none;
}

#recaptcha_table.recaptchatable .recaptcha_image_cell {
    background: none !important;
}

/* --------------------------------- */
/* AUTH */
/* --------------------------------- */
#sign-in {
    border: solid 1px #ccc;
    margin: 0 auto;
    padding: 20px 0 0;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

#sign-in>p {
    margin: 0 20px 10px;
}

#sign-in-form {
    padding: 0 20px 20px;
    overflow: hidden;
}

#social-sign-in {
    margin-top: 0;
    padding: 20px;
    float: right;
    background: #eee;
    border-radius: 3px;
    width: 390px;
}

#sign-in h2 {
    padding: 0 20px;
}

#sign-in p {
    margin: 0;
}

#sign-in .form-row label {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 600;
}

#sign-in .form-row label.not-text {
    line-height: 20px;
    float: left;
    width: 120px;
}

#sign-in .form-row input[type="text"],
#sign-in .form-row input[type="password"] {
    width: 100%;
}

#sign-in .form-row input[type="checkbox"] {
    margin-top: 5px;
    margin-left: 0;
}

#sign-in .form-row .captcha-image {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}

#sign-in .form-row .captcha-field {
    width: 100px !important;
    margin-left: 5px;
}

.forgot-pass {
    margin: 0 auto;
    text-align: left;
    margin: 20px;
    clear: both;
}

.forgot-pass p {
    margin: 0;
}

.forgot-pass a {}

.forgot-pass a:hover {}

.tw_button {
    width: 150px;
    height: 23px;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/buttons/twitter_signin.png) no-repeat;
    display: block;
    margin-right: 20px;
    margin-left: 0;
    float: left;
}

.tw_button:hover {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/buttons/twitter_signin.png) no-repeat 0 -24px;
}

.tw_button:active {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/buttons/twitter_signin.png) no-repeat 0 -48px;
}

.fb_button {
    width: 150px;
    height: 23px;
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/buttons/facebook_signin.png) no-repeat;
    display: block;
    float: left;
}

.fb_button:hover {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/buttons/facebook_signin.png) no-repeat 0 -24px;
}

.fb_button:active {
    background: url(/web/20200708091249im_/http://cdn.esportsify.com/blackout/images/buttons/facebook_signin.png) no-repeat 0 -48px;
}

.tw_button a,
.fb_button a {
    display: block;
    height: 48px;
    text-indent: -9999px;
}

.home-feature {}

.feature {
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

.feature-main {
    clear: both;
    height: 420px;
    width: 1260px;
}

.feature-image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
}

.feature--content {
    position: absolute;
    color: #BABABA;
    font-size: 1.1em;
    line-height: 1.1em;
}

.feature-main .feature--content {
    top: 100px;
    left: 75px;
    width: 500px;
}

.feature-sub .feature--content {
    bottom: 40px;
    left: 40px;
    width: 300px;
}

.feature h3 {
    color: #fff;
    font-weight: 600;
    line-height: 1.4em;
}

.feature-main h3 {
    font-size: 30px;
}

.feature-sub h3 {
    font-size: 22px;
}

.feature--meta {
    display: block;
    font-size: 1.1em;
    line-height: 1em;
    margin-bottom: 1.4em;
}

.feature--more {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-sub {
    float: left;
    height: 235px;
    width: 33.33%;
}

.jcarousel-wrapper {
    position: relative;
    padding: 0 50px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    margin: 25px 0 40px;
    height: 110px;
    /* equals max image height */
    width: 220px;
    white-space: nowrap;
    text-align: center;
    opacity: .5;
}

.jcarousel ul li img {
    vertical-align: middle;
    max-height: 80px;
    display: inline-block;
    max-width: 150px;
}

.jcarousel ul li:hover {
    opacity: 1;
}

.jcarousel ul li:hover img {}

.jcarousel-clip {
    overflow: hidden;
}

/*Can give problems when the image has a different colour, at this moment I know no way to fix it*/
#footer .jcarousel-wrapper {
    border-bottom: solid 2px rgba(255, 255, 255, 0.06);
    margin-bottom: 35px;
}

#footer .jcarousel li {
    width: 190px;
}

.footer_sponsors_image {
    opacity: .2;
}

.footer_sponsors_image:hover {
    opacity: 1;
}

.footer_sponsors_arrow {
    margin-top: 45px;
    font-size: 30px;
    color: #555;
}

.sponsors-header .footer_sponsors_arrow {
    margin-top: 65px;
}

.footer_sponsors_arrow:hover {
    color: #fff;
    cursor: pointer;
}

.footer_sponsors_arrow.jcarousel-control-prev {
    position: absolute;
    left: 20px;
    top: 0;
}

.footer_sponsors_arrow.jcarousel-control-next {
    position: absolute;
    right: 20px;
    top: 0;
}

#footer_files i.fa {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 4px;
}

.sponsors-header .jcarousel {
    border-bottom: 0;
    width: 600px;
    overflow: hidden;
}

.sponsors-header li {
    margin-left: 25px;
    margin-right: 25px;
    width: 150px;
}

/* Twitter Widget */
#load_twitter_feeds {
    padding: 10px;
    border: solid 1px #ccc;
    background: #fff;
    max-height: 350px;
    overflow: auto;
    font-size: 13px;
    font-weight: normal
}

#load_twitter_feeds>:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding: 0;
}

.tweetfeed {
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tweetfeed .twt-usrimg {
    float: left
}

.tweetfeed .twt-usrdata {
    height: 48px;
}

.tweetfeed .twt-usr-name {
    float: left;
    margin-left: 5px;
}

.tweetfeed .twt-usr-name a {
    display: block
}

.tweetfeed .twt-time {
    float: right
}

.tweetfeed .tweet-desc {
    margin-top: 5px;
    color: #222;
    line-height: 15px;
}

.tweetfeed .twt-img {
    margin-top: 5px;
    width: 100%;
}

.tweetfeed .twt-usrname {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

/* End of Twitter Widget */

#onav {
    display: none;
}

fieldset.hardware .form-half input[type=text] {
    margin-bottom: 5px;
}

div.hardware {
    background-color: #fff;
    border: 1px solid #CCC;
}

/** Sponsors page **/
ul.sponsors-list .sponsor {
    padding: 10px;
    background: linear-gradient(to bottom, #111, #1f1f1f);
    margin-bottom: 5px;
}

ul.sponsors-list {
    padding: 5px;
    background-color: #000;
}

ul.sponsors-list .sponsor .sponsor_title,
ul.sponsors-list .sponsor .sponsor_url {
    font-family: Raleway, Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
}

ul.sponsors-list .sponsor .sponsor-img-block .sponsor-img {
    max-width: 100%;
    display: inline;
}

ul.sponsors-list .sponsor .sponsor_title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

ul.sponsors-list .sponsor .sponsor_url {
    font-size: 18px;
}

ul.sponsors-list .sponsor p {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #999;
}

ul.sponsors-list .sponsor .sponsor-img-block {
    float: left;
    width: 40%;
    text-align: center;
    padding: 10px;
}

ul.sponsors-list .sponsor .left {
    width: 60%;
    padding-left: 10px;
}

/**
 * Event
 */
#event-details {
    padding: 10px;
    background: #fff
}

#event-details .event-image {
    margin: 0 auto;
    max-width: 100%;
}

.event-data-label {
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 18px;
}

.event-data-value {
    font-size: 15px;
    line-height: 20px
}

#event-details .post-inner {
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 10px;
}

#event-details .post-inner>:first-child {
    margin-top: 0;
}

#event-details .attendees {
    margin-top: 10px;
}

#event-details .event-address-map {
    width: 100%;
    height: 280px;
    margin-top: 10px;
}

.event-share {
    margin-top: 10px;
}

.event-share a {
    margin-right: 10px;
    font-size: 18px;
}

.mlg-icon img {
    height: 20px;
    display: inline-block;
    margin-top: 3px;
}

.mlg-icon a {}

.mlg-icon:hover a {}

.mlg-icon a {
    opacity: .5;
}

.topbar_wrap .mlg-icon:hover a {
    opacity: 1;
}

.achievements li div {
    float: left
}

.achievements li.achievement-heading {
    font-weight: bold;
    font-size: 15px;
}

.achievements li div.achievement-pos {
    min-width: 70px;
    max-width: 70px;
    text-align: center;
    width: 10%;
}

.achievements li div.achievement-tour {
    width: 30%;
}

.achievements li div.achievement-game {
    width: 30%;
}

.achievements li div.achievement-amount {
    width: 10%;
}

.achievements li div.achievement-date {
    width: 10%;
    min-width: 120px;
    max-width: 120px;
}

.achievement-pos img {
    display: inline-block !important;
    vertical-align: middle;
}

.achievements li:after {
    content: ' ';
    display: table;
}

.achievements li,
.achievements li:after {
    clear: both;
}

.achievements li {
    line-height: 31px;
}

.members:after {
    clear: both;
    display: table;
    content: ' ';
}

.achievement-pos-ellipse {
    color: #898989
}

.achievement-pos-gold {
    color: #e2ac04
}

.achievement-pos-silver {
    color: #9a9a9a
}

.achievement-pos-bronze {
    color: #a7551c
}