/* ##############################################
#                                               #
#   Esportsify Stylesheets                      #
#   Author: Gavin Weeks                         #
#   Platform: Esportsify by Gavin Weeks         #
#                                               #
###############################################*/
/* RESET DO NOT EDIT */
@font-face {
    font-family:'WebSymbolsRegular';
    src:url(../fonts/websymbols-regular-webfont.eot);
    src:url(../fonts/websymbols-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/websymbols-regular-webfont.woff) format("woff"),url(../fonts/websymbols-regular-webfont.ttf) format("truetype"),url(../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular) format("svg");
    font-weight:400;
    font-style:normal;
}

@font-face {
    font-family:'WebSymbolsLiga';
    src:url(../fonts/websymbolsligaregular.eot);
    src:url(../fonts/websymbolsligaregular.eot?#iefix) format("embedded-opentype"),url(../fonts/websymbolsligaregular.woff) format("woff"),url(../fonts/websymbolsligaregular.ttf) format("truetype"),url(../fonts/websymbolsligaregular.svg#web_symbols_ligaregular) format("svg");
    font-weight:400;
    font-style:normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-family:inherit;
}

/* remember to define focus styles! */
:focus {
    outline:0;
}

body {
    line-height:1;
}

ol,ul {
    list-style:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse:separate;
    border-spacing:0;
}

caption,th,td {
    font-weight:400;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:"";
}

blockquote,q {
    quotes:"" "";
}

strong,b {
    font-weight:700!important;
}

img {
    display:block;
}

/* STYLES START */
.websymbol {
    font-family:WebSymbolsRegular!important;
}

.websymbol-liga {
    font-family:WebSymbolsLiga!important;
}

.takeover-link {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    z-index:0;
    border:0;
}

.fb-like-box {
    background:rgba(39,42,51,0.2);
    overflow:hidden;
    border:1px #1f2128 solid;
}

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;
    }
}

html {
    outline:none;
    background:#111 url(../images/bgs/bg.png);
}

body {
    font-size:13px;
    color:#6d7386;
    font-family:'Lato',Helvetica,Arial,Verdana,sans-serif;
}

a {
    text-decoration:none;
    font-weight:700;
}

a:hover {
    color:#fff;
}

.block {
    display:block;
}

p {
    line-height:20px;
    margin-bottom:10px;
}

h2,h2,h4,h5,h6 {
    font-weight:700;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight:700;
}

textarea,input {
    outline:none;
}

.right {
    float:right;
}

.left {
    float:left;
}

.clear {
    clear:both;
    overflow:hidden;
}

.helper {
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.inner {
    width:1240px;
    margin:0 auto;
}

.mar-right-20 {
    margin-right:20px;
}

.mar-left-20 {
    margin-left:20px;
}

.mar-right-10 {
    margin-right:10px;
}

.mar-left-10 {
    margin-left:10px;
}

.mar-top-20 {
    margin-top:20px;
}

.mar-bottom-20 {
    margin-bottom:20px;
}

.mar-top-10 {
    margin-top:10px;
}

.mar-bottom-10 {
    margin-bottom:10px;
}

.web-symbol {
    font-family:WebSymbolsRegular!important;
    font-weight:400!important;
}

body #wrapper .pagination {
    overflow:hidden;
    margin-bottom:10px;
    padding:5px 0;
    clear:both;
}

body #wrapper .pagination li {
    margin-bottom:0!important;
    float:left;
    margin-right:5px;
    line-height:23px!important;
    min-height:0;
    width:auto;
    height:23px;
    border:1px #1f2128 solid;
    color:rgba(255,255,255,0.8);
}

body #wrapper .pagination li a {
    padding:0 9px;
    display:block;
    line-height:23px;
    height:23px;
    font-weight:700;
    font-size:10px;
    background-color:#131418;
}

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;
    line-height:23px;
    font-weight:400;
    font-size:10px;
    font-weight:700;
    border:1px #1f2128 solid;
    color:rgba(255,255,255,0.8);
    background-color:#131418;
}

.button,.button.input {
    height:45px;
    line-height:45px;
    padding:0 10px;
    border:0;
    color:#828ea6;
    font-size:14px;
    cursor:pointer;
    font-weight:700;
    display:inline-block;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
    -ms-transition:all .1s linear;
    transition:all .1s linear;
    text-shadow:1px 1px 1px #000;
    background-repeat:repeat-x;
    color:rgba(255,255,255,0.8);
    border-right:solid 2px #000;
    border-left:solid 1px #131418;
    box-shadow:1px 0 0 0 #131418,inset 2px 0 0 0 #000;
}

.button:hover,input.button:hover {
    color:#fff;
}

.button:active,input.button:active {
    position:relative;
    top:1px;
}

.context-nav {
    overflow:hidden;
    padding:0;
    margin:10px 0;
}

.context-nav span {
}

.meta,.date {
    color:#757e87;
    line-height:1;
    font-size:12px;
    font-weight:400;
    display:block;
}

.meta a,.date a {
    font-weight:700;
}

header,#utility,#content,#carousel,#vidcarousel,footer,#sidebar {
    z-index:1;
    position:relative;
}

.user-ico:hover {
}

#utility {
    height:50px;
    position:absolute;
    top:0;
    right:0;
    left:0;
    z-index:9;
}

#utility .inner {
    position:relative;
    width:1240px;
    margin:0 auto;
}

#utility h2 {
    line-height:50px;
    float:left;
    text-transform:uppercase;
    font-weight:500;
    font-size:11px;
    opacity:.7;
    color:#fff;
}

#utility .social {
    float:left;
}

#utility ul {
    float:right;
    height:40px;
    margin-right:0;
    position:relative;
    z-index:9999;
    border-top:solid 1px rgba(255,255,255,0.2);
}

#utility ul li {
    overflow:hidden;
    padding:0 10px;
}

#utility ul li img {
    float:left;
    width:33px;
    height:33px;
    border-radius:3px;
    margin-right:5px;
    margin-top:7px;
    border:solid 1px rgba(39,42,51,0.1);
}

#utility ul li h3 {
    float:left;
    font-size:14px;
    text-transform:none;
    line-height:50px;
    color:#fff;
}

#utility ul li h3 .websymbol {
    margin-left:3px;
    font-size:12px;
    color:#d6dfe8;
}

#utility ul li .dropdown {
    visibility:hidden;
    height:auto;
    opacity:0;
    z-index:99999;
    position:absolute;
    top:51px;
    right:0;
    left:0;
    box-shadow:0 4px 4px rgba(0,0,0,0.5);
}

#utility ul li:hover .dropdown {
    visibility:visible;
    opacity:1;
    background:#39404b;
}

#utility ul li .dropdown li {
    float:none;
    display:block;
    padding:0;
}

#utility ul li .dropdown li a {
    line-height:30px;
    padding:0 10px;
    display:block;
    text-transform:uppercase;
    font-size:10px;
}

#utility ul li .dropdown li:last-child a {
    border:0;
}

#utility ul li .dropdown li:first-child a:hover {
}

#utility ul li .dropdown a {
    color:#fff;
    border-bottom:solid 1px rgba(255,255,255,0.2);
}

#utility ul li .dropdown a:hover {
    background:rgba(255,255,255,0.2);
}

#utility .search {
    float:left;
    height:30px;
    margin-top:5px;
    margin-left:0;
    position:relative;
    display:none;
}

#utility .search label {
    float:left;
    line-height:30px;
    font-size:12px;
    color:#666;
    text-shadow:0 1px 0 #ccc;
    margin-right:5px;
    display:none;
}

#utility .search input[type="text"] {
    background:#444;
    border:0;
    padding:3px 10px;
    float:left;
    height:24px;
    width:250px;
    border-radius:2px;
    margin-right:5px;
    -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;
    color:#999;
}

#utility .search button[type="submit"] {
    position:absolute;
    right:5px;
    height:30px;
    background:none;
    border:0;
    color:#666;
}

#utility .search button[type="submit"]:hover {
    color:#999;
    cursor:pointer;
}

#utility .login-buttons {
    height:50px;
    float:right;
    margin-right:-100px;
}

#utility .login-buttons li {
    float:right;
    border:0;
    height:50px;
    margin:0;
    padding:0;
}

#utility .login-buttons li:first-child {
    margin-right:100px;
    border-right:solid 1px rgba(39,42,51,0.05);
}

#utility .login-buttons li:hover {
    background:#39404b;
}

#utility .login-buttons li a {
    border:0;
    border-left:solid 2px rgba(39,42,51,0.05);
    height:50px;
    font-size:12px;
    text-transform:uppercase;
    line-height:50px;
    color:#6D7386;
    padding:0 20px;
    margin:0;
    display:block;
}

#utility .login-buttons li a:hover {
    color:#fff;
    background:none!important;
}

#utility .login-buttons li a span {
    margin-right:5px;
    text-transform:none;
}

#head_surround {
    position:relative;
    width:100%;
    height:300px;
    top:0;
    left:0;
    right:0;
    z-index:1;
}

header#banner {
    display:block;
    width:1240px;
    margin:0 auto;
    height:120px;
    z-index:2;
    position:absolute;
    top:76px;
    left:0;
    right:0;
    background:url(../images/bgs/nav-bg.png) no-repeat right center;
}

header#banner #logo {
    margin-left:0;
    font-size:25px;
    letter-spacing:-1px;
    text-transform:none;
    position:absolute;
    left:0;
    top:0;
    line-height:113px;
    height:120px;
}

header#banner #logo #team-logo {
    vertical-align:middle;
    max-height:120px;
    display:inline-block;
    max-width:280px;
}

header#banner #logo a {
    display:inline-block;
    line-height:40px;
}

header#banner #lead-sponsor {
    float:right;
    display:none;
    margin-right:0;
}

header#banner #lead-sponsor a {
    width:530px;
    height:160px;
    display:block;
    text-indent:-9999px;
}

.topbar_left li {
    float:left;
    height:50px;
    line-height:50px;
    opacity:.4;
    background:none!important;
    padding:0!important;
}

.topbar_left li img {
    height:30px;
    margin-top:0;
}

.topbar_left li:hover {
    opacity:1;
}

.header_bar_social {
    float:left;
    line-height:50px;
}

.header_bar_social a {
    float:right;
    color:#6d7386;
    font-weight:600;
    margin-left:16px;
    font-size:24px;
    padding:0;
}

.header_bar_social a:hover {
    color:#fff;
}

#navigation,.nav_right {
    display:block;
    font-size:17px;
    height:38px;
    float:right;
    padding:0;
    margin-top:40px;
    margin-right:20px;
}

#navigation ul li,.nav_right ul li {
    float:left;
    line-height:38px;
    margin-left:20px;
    position:relative;
}

#navigation ul li:first-child,.nav_right ul li:first-child {
    margin-left:0;
}

#navigation ul li a,.nav_right ul li a {
    color:#b3b9ce;
    display:block;
    padding:0;
    line-height:38px;
    height:38px;
    font-weight:700;
}

#navigation ul li.active a,.nav_right ul li.active a {
    color:#fff;
}

#navigation ul li a:hover {
}

#navigation .has-dropdown:hover a {
    background:#111;
    color:#fff;
    border-radius:3px 3px 0 0;
    box-shadow:none;
}

#navigation ul li .dropdown {
    z-index:9999;
    opacity:0;
    visibility:hidden;
    position:absolute;
    right:0;
    top:40px;
    width:200px;
    background:#111;
    box-shadow:0 4px 4px rgba(0,0,0,0.5);
    border-radius:5px 0 5px 5px;
}

#navigation ul li .dropdown li {
    float:none;
    line-height:30px;
    height:30px;
    text-transform:none;
    font-size:11px;
    text-align:left;
    margin:0;
    background:none;
}

#navigation ul li .dropdown li a {
    line-height:30px;
    height:30px;
    font-weight:500;
    border-bottom:solid 1px #222;
    background:none;
    box-shadow:none;
}

#navigation ul li .dropdown li a:hover {
    background:#222;
    color:#fff;
}

#navigation ul li .dropdown li:first-child a {
    border-radius:5px 0 0 0;
}

#navigation ul li .dropdown li:last-child a {
    border:0;
    border-radius:0 0 5px 5px;
}

#navigation .has-dropdown:hover .dropdown {
    opacity:1;
    visibility:visible;
    z-index:9999;
}

.logo {
    float:left;
    margin-top:30px;
    line-height:30px;
    font-size:25px;
}

.logo a {
    font-weight:700;
}

.logo a img {
    max-width:226px;
    max-height:60px;
}

#utility .social {
    padding:5px;
    height:auto;
}

#utility .social li {
    margin-left:5px;
    float:left;
    margin:0;
    padding:0;
}

#utility .social li img {
    margin:0;
}

#utility .social li a {
    padding:0;
    margin:0 5px 0 0;
    text-shadow:none;
    padding:0;
    height:auto;
}

#wrapper {
    padding:40px 0 0;
    background:url(../images/bgs/wrapper-bg.png) center top no-repeat;
    float:left;
    width:100%;
}

#is-home #wrapper {
    margin-top:0!important;
    padding-top:20px;
}

#content-wrapper {
    width:1240px;
    margin:0 auto;
    padding:20px 0 0;
    position:relative;
    z-index:1;
}

#content {
    margin-bottom:20px;
    z-index:0;
}

.fill_meta {display:none}

#content.has-side {
    max-width:920px;
    overflow:inherit;
    float: right;
}

#content.no-side {
    width:100%;
}

#content.player-profile {
    max-width:1200px;
    padding:0;
}

#content section {
    display:block;
}

#sponsors {
    overflow:hidden;
    position:relative;
    margin:0 auto;
    display:none;
}

#sponsors ul {
    overflow:hidden;
    padding:10px;
    margin:5px 0 0 20px;
    height:50px;
    width:2000em;
    position:absolute;
}

#sponsors ul li {
    float:left;
    height:40px;
    line-height:35px;
    text-align:right;
    margin-left:30px;
}

#sponsors ul li a {
    display:block;
}

#sponsors ul li img {
    height:35px;
    opacity:.2;
}

#sponsors ul li:hover img {
    opacity:1;
    float:right;
}

#sponsors .jcarousel-clip {
    margin-top:14px;
    padding-left:0;
}

#carousel_surround {
    position:relative;
    width:100%;
    height:350px;
    margin-top:-90px;
    z-index:0;
}

#carousel_surround .next,#carousel_surround .prev {
    height:110px;
    width:34px;
    position:absolute;
    z-index:10;
    cursor:pointer;
    opacity:.8;
}

#carousel_surround .next {
    top:50%;
    right:20px;
    margin-top:-55px;
}

#carousel_surround .prev {
    top:50%;
    left:20px;
    margin-top:-55px;
}

#carousel {
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
    clear:both;
}

#carousel img {
}

#carousel .carousel-copy {
    position:absolute;
    bottom:70px;
    left:0;
    width:440px;
    padding:20px;
    background:url(../images/makeup/spotlight_block.png) repeat;
    box-shadow:0 0 500px 100px rgba(0,0,0,0.8);
}

#carousel .carousel-copy .spotlight-copy-t {
    position:absolute;
    left:0;
    top:-8px;
}

#carousel .carousel-copy .spotlight-copy-b {
    position:absolute;
    left:0;
    bottom:-8px;
}

#carousel ul {
    position:absolute;
    width:2000em;
    overflow:hidden;
}

#carousel ul li {
    margin:0 auto;
    position:relative;
}

#carousel ul li .spotlight-fade {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    width:100%;
    background:url(../images/bgs/spotlight-fade.png) center center no-repeat;
}

#carousel ul li .spotlight-overlay {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    width:100%;
    background:url(../images/bgs/texture25.png);
}

#carousel ul li .inner {
    width:1240px;
    margin:0 auto;
    height:100%;
    position:relative;
}

#carousel h2 {
    font-size:26px;
    margin-bottom:5px;
    line-height:28px;
    letter-spacing:-1px;
}

#carousel h2 a {
    color:#fff;
}

#carousel p {
    line-height:18px;
    margin-bottom:35px;
    color:#6c7487;
}

#carousel .read-more {
    margin-bottom:-20px;
}

#carousel .slideshow,#carousel .slideshow li {
    width:100%!important;
    height:100%;
}

.carousel-nav {
    background:url(../images/bgs/spotlight-nav-bg.jpg) repeat-x;
    position:relative;
    z-index:5;
    overflow:hidden;
    width:100%;
    height:144px;
    overflow:hidden;
}

.carousel-nav ul {
    overflow:hidden;
    height:144px;
    margin:0 auto;
    width:1240px;
}

.carousel-nav li {
    display:inline-block;
    margin-right:27px;
    margin-top:20px;
    position:relative;
}

.carousel-nav li:last-child {
    margin-right:0;
}

.carousel-nav li a {
    border:solid 1px rgba(68,74,89,0.8);
    background:rgba(68,74,89,0.8);
    width:220px;
    height:100px;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    position:relative;
    opacity:.5;
    text-align:center;
    text-align:center;
}

.carousel-nav li span.active {
    opacity:0;
    visibility:hidden;
    width:240px;
    height:104px;
    display:block;
    position:absolute;
    left:-10px;
    bottom:-42px;
    background-position:center bottom!important;
    background-size:100%!important;
}

.carousel-nav li.activeSlide a {
    opacity:1;
}

.carousel-nav li.activeSlide span.active {
    opacity:1;
    visibility:visible;
    z-index:9;
}

.carousel-nav li a img {
    width:100%;
    min-height:100%;
    display:block;
    text-align:center;
}

.lead-headlines,#latest_reviews {
    margin-bottom:0;
}

.lead-headlines h3 {
    font-size:24px;
    margin-bottom:5px!important;
    line-height:1;
    overflow:hidden;
}

.lead-headlines h3 span.title {
    float:left;
}

.lead-headlines h3 span.post-amount {
    float:right;
    font-size:15px;
    display:none;
}

.lead-headlines li .meta,#latest_reviews li .meta {
    position:relative;
    float:left;
    line-height:48px;
    font-size:12px;
    width:auto;
    margin-left:20px;
}

.lead-headlines> li, #latest_reviews > li {
    margin:0 0 10px;
    width:100%;
    height:160px;
    padding:0;
    clear:both;
    float:left;
    overflow:hidden;
}

.lead-headlines li p, #latest_reviews > li p {
    margin-bottom:10px;
    line-height:20px;
}

.lead-headlines li .rf-thumb,#latest_reviews li .rf-thumb {
    width:145px;
    height:90px;
    border:solid 1px #292c35;
    float:left;
    margin-top:10px;
    margin-left:10px;
}

#divisions h2 {
    margin:0 0 10px;
}

#divisions {
    padding:0;
}

#divisions ul li {
}

#divisions ul li img {
    width:100%;
    opacity:.7;
}

#divisions ul li:hover img {
    opacity:1;
}

#lead-blogs {
}

#lead-blogs ul {
    padding-top:0;
    border-width:0;
}

#lead-blogs h3 {
    font-size:13px;
    line-height:1.2;
    margin-bottom:5px;
}

#lead-blogs h4 {
    font-size:15px;
    margin-bottom:4px;
    font-weight:700;
    background:rgba(39,42,51,0.05);
    padding:5px 10px;
}

#lead-blogs .meta {
    margin-bottom:2px;
    font-size:12px;
}

#lead-blogs li {
    clear:both;
    float:left;
    width:100%;
    margin-bottom:0;
}

#lead-blogs li .rf-thumb {
    float:left;
    margin-right:10px;
    margin-bottom:0;
    width:46px;
}

#latest-posts li,#popular-posts li {
    border-bottom:0;
    padding:0;
    margin:0;
}

#latest-posts li .meta,#popular-posts li .meta {
    margin-bottom:5px;
}

#latest-posts li h3,#popular-posts li h3 {
    font-size:12px;
    line-height:16px;
}

#latest-posts li h3 a,#popular-posts li h3 a {
    font-weight:700;
    line-height:16px;
}

.section-list li {
    margin-bottom:5px;
    padding:0 0 5px;
    line-height:18px;
}

.content-widget {
}

.content-widget ul {
    padding-top:0;
}

.content-widget ul li {
    margin-bottom:10px;
    padding:0;
}

.widget-menu {
    padding:0;
    margin:-10px 0 0;
}

.widget-menu li:last-child {
    border-bottom:solid 1px #1f2128;
}

.widget-menu li h3 a {
    font-size:13px;
    line-height:25px;
    height:25px;
    margin:0;
    padding:0 10px;
}

.widget-menu li.active h3 a {
    background:#ff931e;
    text-shadow:0 1px 0 rgba(0,0,0,0.3);
}

.widget ul.tabs {
    overflow:hidden;
    width:100%;
    padding:0;
}

.widget ul.tabs li {
    float:left!important;
    margin:0;
}

.widget ul.tabs li a {
    padding:0 10px;
    line-height:30px;
    display:block;
}

.widget ul.tabs li a.current {
    background:#fff;
    color:#333;
    border:solid 1px #d5d5d5;
    border-width:0 1px;
}

.category-menu {
    padding:0;
    margin:-10px 0 0;
}

.category-menu li {
    float:left;
    border:0;
    margin:0 10px 10px 0!important;
}

.category-menu li.title {
    background:#eee;
    line-height:30px;
    font-size:10px;
    text-transform:uppercase;
    font-weight:700;
    color:#999;
    float:none;
    margin-left:-10px!important;
    width:100%;
    padding:0 10px;
    margin-bottom:10px!important;
}

.category-menu li img {
    width:60px;
    margin:0!important;
    opacity:.8;
}

.category-menu li a {
}

.category-menu li:hover img {
    margin:0!important;
    opacity:1;
}

.category-menu li:first-child {
    float:none!important;
    margin-bottom:0!important;
}

.category-menu li:first-child a {
    line-height:30px;
    display:block;
    font-size:13px;
}

.category-menu li.active a {
    background:#000;
    border-radius:3px;
    display:block;
}

.category-menu li.active a img {
    opacity:1;
}

.category-menu li:first-child.active a {
    background:none;
}

.more-list {
    margin-top:-10px;
    margin-bottom:20px;
}

.more-list li {
}

.more-list li {
    line-height:17px;
    padding:5px 0;
    border-bottom:1px #1f2128 solid;
    font-weight:700;
    margin-bottom:0!important;
}

.horz-img-list {
    min-height:54px;
}

.horz-img-list li {
    float:left;
    margin-right:10px;
}

.horz-img-list li:last-child {
    margin-right:0;
}

.horz-img-list li .user-ico {
    width:54px;
    height:54px;
    border:solid 1px #ddd;
}

section#comments {
    padding-bottom:0;
}

section.half-section {
    width:325px!important;
    clear:none!important;
}

section.float-right h2 {
    margin-left:0;
    margin-right:-20px;
}

section header {
    position:relative;
    display:block;
}

section header span {
    position:absolute;
    right:0;
    top:7px;
}

section header span a {
    float:right;
}

.has-side section header h2 {
}

section header h2 {
    margin:0 0 10px;
    height:50px;
    line-height:50px;
    font-size:20px;
    color:#fff;
    font-weight:700;
    margin-top:1px;
}

section.half-section header h2 {
    width:345px;
}

#content .section-list {
}

#content    .section-list li {
    padding:5px 0;
    margin:0;
    position:relative;
}

#content #forum-activity .section-list li {
    min-height:37px;
}

#content    .section-list li .user-ico {
    float:left;
    height:30px;
    width:30px;
    margin-right:10px;
    border:solid 1px #ddd;
}

#content    .section-list li h3 {
    font-size:12px;
    line-height:16px;
    margin-bottom:5px;
}

#content    .section-list li span {
    font-size:11px;
    color:#999;
}

#content .section-list li span.meta {
}

#content    .section-list li span a {
    display:block;
    color:#999;
    margin-top:5px;
    display:inline;
}

#content    .section-list .thread-meta {
    position:absolute;
    right:0;
    top:10px;
    font-weight:400;
}

#content    .section-list .bubble,#content  .section-list .eye {
    width:26px;
    height:26px;
    color:#fff;
    font-size:12px;
    display:block;
    text-align:center;
    line-height:24px;
    float:right;
    margin-left:5px;
}

#content    .section-list .bubble {
    background:url(../images/ico/26/bubble.png) no-repeat;
}

#content    .section-list .eye {
    background:url(../images/ico/32/eye.png) no-repeat 0 3px;
    width:32px;
    height:32px;
}

#shop-products {
}

#shop-products ul {
}

#shop-products li {
    min-height:153px;
    margin:0 10px 0 0;
    float:left;
    box-shadow:0 1px 1px #ddd;
    border:solid 1px #ddd;
    padding:5px;
    width:143px;
}

#shop-products li a {
    display:block;
}

#shop-products li:hover {
    background:#eee;
}

#shop-products li:hover a {
    color:#666;
}

#shop-products li:last-child {
    margin-right:0;
}

#shop-products li:active {
    position:relative;
    top:1px;
    box-shadow:0 0 1px #ddd;
}

#shop-products li h3 {
    font-size:11px;
    margin-bottom:0;
    line-height:15px;
    clear:both;
    font-size:12px;
}

#shop-products li .the-price {
    font-size:11px;
    color:#999;
    line-height:16px;
}

#shop-products li .in-stock,#shop-products li .out-stock {
    float:right;
    font-size:11px;
    line-height:16px;
}

#shop-products li .in-stock {
    color:green;
}

#shop-products li .out-stock {
    color:red;
}

#shop-products li .rf-thumb {
    margin-bottom:5px;
    width:143px;
    height:101px;
}

#shop-products li .cat {
    color:#999;
    font-size:11px;
}

#shop-products .more-box {
    padding:3px 0;
    margin-right:0;
    text-align:right;
    margin-top:10px;
}

#shop-products .offer-code-box {
    border-bottom:1px solid #CCC;
}

.sidewidget#shop-products li {
    overflow:hidden;
    margin:0 0 10px;
    border-bottom:1px #1f2128 solid;
    width:280px;
}

.sidewidget#shop-products li:first-child .rf-thumb {
    margin:0 10px 0 0;
}

.sidewidget#shop-products li:first-child h3 {
    font-size:12px;
}

#forum-feed h2 {
    margin-bottom:0;
}

#forum-feed h3 a {
    color:#333;
}

#forum-feed h3 a:hover {
    text-decoration:underline;
}

#forum-feed h3 {
    line-height:30px;
    background:#eee;
    padding:0 10px;
    margin:0 0 0 -10px;
    width:100%;
    font-size:12px;
    font-weight:700;
}

#forum-feed .section-list {
    width:240px;
}

#forum-feed .section-list li {
    margin:0;
    padding:5px 10px;
}

#forum-feed .section-list li a {
    font-weight:400;
    font-size:11px;
}

#side-nav {
}

#side-nav h2 {
    text-transform:uppercase;
    font-size:16px;
    margin:10px;
}

#side-nav ul {
    list-style:none;
}

#side-nav ul li {
    padding:5px 10px;
    overflow:hidden;
}

#side-nav ul li a {
    font-weight:700;
    line-height:15px;
    margin-top:7px;
    display:block;
}

#side-nav ul li .thumb-left {
    float:left;
    margin-right:5px;
    margin-bottom:0;
}

#sidebar {
    width:300px;
    float:right;
    margin-left:20px;
    margin-top:-20px;
}

#is-home #sidebar {
    margin-top:0;
}

#twitter {
}

.spotlight_sponsors {
    width:100%;
    height:100px;
    background:url(../images/bgs/wrapper-bottom.jpg) center top repeat-x;
    padding-top:117px;
    margin-top:-117px;
    clear:both;
}

#footer_main .widget .widget-inner {
    border:1px #1f2128 solid;
    background:rgba(39,42,51,0.2);
}

.jcarousel-wrapper {
    width:1240px;
    height:inherit;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    overflow:hidden;
    position:relative;
}

.jcarousel-wrapper {
    position:relative;
}

.jcarousel {
    position:relative;
    overflow:hidden;
    margin:0 50px;
}

.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:10px 0 0;
    height:110px;
/* equals max image height */
    width:227px;
    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 {
}

/*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:45px;
    font-size:30px;
    color:#555;
}

.footer_sponsors_arrow:hover {
    color:#fff;
}

.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_nav {
    width:100%;
    overflow:hidden;
}

#footer_nav .inner {
    background:url(../images/bgs/nav-bg.png) no-repeat right center;
    height:auto;
    overflow:hidden;
}

#footer_nav .logo {
    height:172px;
    line-height:163px;
    margin-top:0;
    vertical-align:middle;
}

#footer_nav .logo a {
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
}

#footer_nav .logo img {
    max-width:220px;
    max-height:80px;
    display:inline-block;
    vertical-align:middle;
}

#footer_nav .nav_right {
    margin-top:68px;
}

#footer_main {
    width:100%;
    padding:10px 0 30px;
    background:url(../images/bgs/footer-bottom.png) center bottom no-repeat;
    overflow:hidden;
}

#footer_main .widget {
    float:left;
    width:400px;
    margin-right:20px;
    margin-bottom:0;
}

#footer_main .widget:nth-child(3n) {
    margin:0;
}

#footer_main .widget .widget-inner {
    height:205px;
}

.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:#6d7386;
}

.forum_activity_view_all:hover {
}

.forum_activity_block {
    clear:both;
    float:left;
    width:380px;
    height:280px;
}

.forum_activity ul {
    float:left;
}

#footer_files {
    border-bottom:1px #1f2128 solid;
}

#footer_forum_activity {
    border-bottom:1px #1f2128 solid;
}

.forum_activity_contentblock {
    clear:both;
    position:relative;
    overflow:hidden;
    width:348px;
    padding:14px 16px;
    background-color:rgba(39,42,51,0.05);
}

.forum_activity_contentblock:nth-child(even) {
    background-color:rgba(39,42,51,0.1);
}

.forum_activity_contentblock_title {
    font-size:15px;
    font-weight:600;
    color:#fff;
}

.forum_activity_contentblock_information {
    margin-top:4px;
    font-size:12px;
    color:#6d7386;
}

.forum_activity_contentblock_poster {
}

.forum_activity_contentblock_forum_location {
    color:#6d7386;
}

.forum_activity_contentblock_comments {
    position:absolute;
    top:13px;
    left:322px;
    padding:2px;
    font-size:12px;
    background-color:#111;
}

.forum_activity_contentblock_comments:hover {
}

.forum_activity_contentblock_comments p {
    padding:8px 11px;
}

.forum_activity_contentblock_comments:hover p {
    color:#fff;
}

.files_and_download {
    float:left;
    width:380px;
    margin-top:30px;
}

.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:#6d7386;
}

.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:rgba(39,42,51,0.05);
}

.files_and_download_contentblock:nth-child(even) {
    background-color:rgba(39,42,51,0.1);
}

/* 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:#1f2128;
}

.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:#6d7386;
}

.files_and_download_contentblock_information_type span {
    color:#6d7386;
}

.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 {
}

.files_and_download_contentblock_download p {
    padding:8px 6px;
    text-transform:uppercase;
}

.files_and_download_contentblock_download:hover p {
    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:#6d7386;
    background-color:rgba(39,42,51,0.05);
}

.about_us p a {
    font-weight:600;
}

.about_us p a:hover {
    color:#fff;
}

footer {
    background-image:url(../images/makeup/footer_gradient.png);
    height:50px;
}

.footer_bar_wrap {
    width:1240px;
    height:inherit;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.footer_bar_copyright {
    float:left;
    margin-top:20px;
    font-size:12px;
    color:#6d7386;
}

.footer_bar_copyright span {
    font-weight:600;
}

.footer_bar_image {
    position:absolute;
    left:50%;
    margin-left:-50px;
    top:17px;
    background:url(../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:right;
    margin-top:5px;
}

.footer_bar_social li {
    float:right;
}

.footer_bar_social a {
    float:right;
    color:#6d7386;
    font-weight:600;
    margin-left:10px;
    font-size:20px;
    line-height:40px;
    padding:0 5px;
}

.footer_bar_social a img {
    width:30px;
}

.footer_bar_social a:hover {
    color:#fff;
}

/** Our Squads Lists **/
#sidebar #squads {
    margin-top:0;
}

.squad_list li {
    position:relative;
    text-decoration:none;
    background:#050505;
    margin-bottom:5px!important;
    border:2px solid #1f2128;
}

.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;
    opacity:.7;
}

.squad_list li:hover a img {
    opacity:1;
}

.squad_list li:hover {
    border-bottom:2px solid rgba(39,42,51,0.5);
}

.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;
}

.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:#6d7386;
}

/*end*/
/** News **/
.lead-headlines,#latest_reviews {
    position:relative;
    margin-bottom:25px;
}

.lead-headlines li,#latest_reviews li {
    background:rgba(39,42,51,.35);
    margin-bottom:12px;
    border-top:1px #1f2128 solid;
    border-bottom:1px rgba(0,0,0,.40) solid;
}

.news_grid1 {
    width:170px;
    height:180px;
    position:relative;
    float:left;
}

.blogs-list .news_grid1 {
    width:160px;
}

.news_grid1_pic {
    width:170px;
    height:111px;
    display:block;
    float:left;
    position:relative;
    border-left:1px #1f2128 solid;
}

.news_grid1_pic img {
    width:100%;
}

.blogs-list .news_grid1_pic {
    width:160px;
}

.news_comment {
    width:169px;
    height:48px;
    position:relative;
    float:left;
    display:block;
    background:rgba(0,0,0,.40);
    border-left:1px #131418 solid;
    color:#757e87;
    font-weight:700;
    line-height:48px;
    font-size:14px;
    text-align:center;
}

.blogs-list .news_comment {
    width:160px;
}

.news_comment i {
    margin-right:6px;
}

.news_comment:hover {
    color:#fff;
}

.news_grid2 {
    height:180px;
    position:relative;
    margin-left:170px;
}

.blogs-list .news_grid2 {
    margin-left:160px;
}

.news_content {
    height:96px;
    padding-top:15px;
    padding-right:10px;
    background:rgba(39,42,51,0.05);
    border-right:1px #1f2128 solid;
    position:relative;
}

.news_bottom {
    height:48px;
    background:rgba(0,0,0,.40);
    border-right:1px #131418 solid;
    border-bottom:1px #131418 solid;
}

.news_readmore {
    height:49px;
    line-height:49px;
    color:#6d7386;
    font-weight:700;
    font-size:14px;
    text-transform:none!important;
}

.news_titlebar {
    display:block;
}

.news_titlebar h3 {
    position:relative;
    margin-left:20px;
    color:#fff;
    line-height:25px;
    font-size:20px;
}

.news_bottom .meta {
    position:relative;
    float:left;
    line-height:56px;
    font-size:12px;
    margin-left:20px;
}

.blog_text {
    height:70px;
    margin-top:5px;
    line-height:15px;
    margin-left:20px;
    margin-top:5px;
    position:relative;
}

.blog_snippit {
    color:#6d7386;
    font-size:13px;
    overflow:hidden;
    font-weight:400;
}

/** Shop **/
#in_the_shop {
    overflow:hidden;
    position:relative;
}

#in_the_shop ul {
    border:0;
}

#in_the_shop li {
    float:left;
    position:relative;
    width:218px;
    overflow:hidden;
    padding:5px;
    border:0;
    background:rgba(39,42,51,0.2);
    border-top:1px #1f2128 solid;
    border-bottom:1px #1f2128 solid;
}

#in_the_shop li:nth-child(even) {
    background:rgba(0,0,0,0.25);
    border-top:1px #131418 solid;
    border-bottom:1px #131418 solid;
}

#in_the_shop li:first-child {
    border-left:1px #1f2128 solid;
}

#in_the_shop li:last-child {
    border-right:1px #131418 solid;
}

#in_the_shop .shop_block_inner_dark {
    border:4px solid rgba(39,42,51,0.1);
}

#in_the_shop li:hover .shop_block_inner_dark {
    border:4px solid #4a505e;
}

#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;
}

#in_the_shop .out_of_stock {
    position:absolute;
    top:2px;
    left:2px;
    right:2px;
    bottom:2px;
}

#in_the_shop .out_of_stock p {
    position:absolute;
    top:75px;
    left:8px;
    right:0;
    padding:15px 0;
    width:208px;
    font-size:18px;
    color:#e45656;
    background:rgba(0,0,0,.7);
    text-align:center;
    margin:0;
}

#in_the_shop h3 {
    position:absolute;
    bottom:53px;
    left:9px;
    right:9px;
    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:208px;
    height:40px;
    background:#09090b;
    margin:2px;
}

#in_the_shop .discount {
    float:left;
    height:38px;
    width:54px;
    background:url(../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-weight:600;
    color:#fff;
}

#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:#6d7386;
    font-size:12px;
}

#content_list_widgets {
    background:none;
    border:none;
}

/** Galleries **/
#latest_galleries {
    position:relative;
    overflow:hidden;
}

#latest_galleries li {
    float:left;
    position:relative;
    width:218px;
    overflow:hidden;
    padding:5px;
    border:0;
    background:rgba(39,42,51,0.2);
    border-top:1px #1f2128 solid;
    border-bottom:1px #1f2128 solid;
}

#latest_galleries li:nth-child(even) {
    background:rgba(0,0,0,0.25);
    border-top:1px #131418 solid;
    border-bottom:1px #131418 solid;
}

#latest_galleries li:first-child {
    border-left:1px #1f2128 solid;
}

#latest_galleries li:last-child {
    border-right:1px #131418 solid;
}

#latest_galleries li:hover i {
    display:inline;
}

#latest_galleries .galleries_home_block_inner {
    overflow:hidden;
    border:4px solid transparent;
}

#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 rgba(39,42,51,0.1);
}

#latest_galleries ul li:hover .galleries_home_block_inner,#latest_galleries ul li:hover .galleries_home_block_inner_dark {
    border:4px solid #1f2128;
}

#latest_galleries 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;
    margin:0;
}

.galleries_bottom_box {
    width:100%;
    overflow:hidden;
}

#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;
}

#latest_galleries .galleries_home_image {
    position:relative;
    display:block;
    height:153px;
    overflow:hidden;
    margin-bottom:10px;
}

#latest_galleries h3 {
    margin-bottom:0;
}

#latest_galleries h3 a {
    color:#fff;
    float:left;
    display:block;
    clear:both;
    line-height:16px;
    font-size:14px;
    font-weight:700;
    padding-left:5px;
    padding-right:5px;
}

#latest_galleries ul .meta {
    width:100%;
    padding:0 5px;
    margin-bottom:5px;
    display:block;
    clear:both;
    line-height:1;
    font-size:11px;
    font-weight:700;
}

#content.galleries .gallery-info h2 a {
    font-weight:700;
    font-size:25px;
    margin-bottom:5px;
}

/** Videos **/
#latest_videos {
    position:relative;
}

#latest_videos li {
    float:left;
    position:relative;
    width:218px;
    overflow:hidden;
    padding:5px;
    border:0;
    background:rgba(39,42,51,0.2);
    border-top:1px #1f2128 solid;
    border-bottom:1px #1f2128 solid;
}

#latest_videos li:first-child {
    border-left:1px #1f2128 solid;
}

#latest_videos li:last-child {
    border-right:1px #131418 solid;
}

#latest_videos li:nth-child(even) {
    background:rgba(0,0,0,0.25);
    border-top:1px #131418 solid;
    border-bottom:1px #131418 solid;
}

#latest_videos li:hover i {
    display:inline;
}

#latest_videos .videos_home_block_inner {
    overflow:hidden;
    border:4px solid transparent;
}

#latest_videos ul li:nth-child(even) .videos_home_block_inner {
    overflow:hidden;
}

#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 rgba(39,42,51,0.1);
}

#latest_videos ul li:hover .videos_home_block_inner,#latest_videos ul li:hover .videos_home_block_inner_dark {
    border:4px solid #1f2128;
}

#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:173px;
    color:#fff;
    margin:0;
}

.videos_bottom_box {
    width:100%;
    overflow:hidden;
}

#latest_videos .videos_home_image img {
    height:173px;
}

#latest_videos li:hover .videos_home_image img {
    opacity:.2;
    height:193px;
    margin-left:-10px;
    margin-top:-10px;
}

#latest_videos .videos_home_image {
    position:relative;
    display:block;
    height:173px;
    overflow:hidden;
    margin-bottom:10px;
}

#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-left:5px;
    padding-right:5px;
}

#latest_videos ul .meta {
    width:100%;
    padding:0 5px;
    margin-bottom:5px;
    display:block;
    clear:both;
    line-height:1;
    font-size:11px;
    font-weight:700;
}

/** SIDEBAR STARTS **/
.widget {
    margin-bottom:20px;
    overflow:hidden;
}

.widget.colored {
}

.widget-inner {
    padding:10px;
    background:rgba(39,42,51,0.3);
}

.widget-inner p {
    margin-bottom:0;
    line-height:22px;
}

.widget-inner .team-logo {
    max-width:150px;
    margin:10px auto;
    max-height:150px;
}

.widget h2 {
    width:100%;

    line-height:1;
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
    color:#fff;
    clear:both;
    letter-spacing:0;
    text-indent:0;
}

.widget.colored h2 {
    color:#fff;
    text-shadow:1px 1px #000;
    border-bottom:solid 1px rgba(39,42,51,0.8);
    font-size:22px;
    line-height:58px;
    margin:0;
    height:auto;
    padding-left:15px;
    font-weight:700;
}

.widget ul li {
    overflow:hidden;
}

.widget h3 a {
    color:#fff;
}

.widget ul.widget-list {
    background:rgba(39,42,51,0.2);
    overflow:hidden;
}

.livestream_inner .widget ul.widget-list {
    background:rgba(39,42,51,0.2);
    overflow:hidden;
}

.widget ul.widget-list {
    background:rgba(39,42,51,0.2);
    overflow:hidden;
    border-top:1px #1f2128 solid;
}

.widget ul.widget-list li {
    border-right:1px #1f2128 solid;
    border-left:1px #1f2128 solid;
    padding:5px;
}

.widget ul.widget-list li:nth-child(even) {
    background:rgba(0,0,0,0.45);
    border-right:1px #131418 solid;
    border-left:1px #131418 solid;
}

.widget ul.widget-list li:last-child {
}

.widget ul.widget-list .icon {
    float:right;
    margin-left:10px;
    padding:0;
    margin-top:3px;
    background:rgba(0,0,0,0.4);
    border-radius:2px;
    border:solid 1px rgba(39,42,51,0.3);
}

.widget ul.widget-list .icon .websymbol-liga {
    color:rgba(39,42,51,1);
    padding:6px 11px;
    display:block;
}

.widget ul.widget-list .icon:hover {
}

.widget ul.widget-list .icon:hover span {
    color:#fff;
}

.widget ul.widget-list li .meta strong {
    color:#666;
}

.widget ul.widget-list li .meta .file-size {
    margin-left:10px;
}

.widget ul.widget-list .auth-thumb {
    float:left;
    width:40px;
    height:40px;
    margin-right:10px;
    background:#000;
    border:solid 1px rgba(39,42,51,0.8);
}

.widget ul.widget-list h3 a {
    display:block;
    font-size:15px;
    font-weight:600;
    margin-top:4px;
    margin-bottom:3px;
    color:#808ea8;
}

.widget ul.widget-list h3 a:hover {
    color:#fff;
}

.widget ul.widget-list .meta {
    font-size:12px;
    margin-top:3px;
    color:#6d7386;
}

.widget ul.widget-list .score {
    float:right;
    margin-left:10px;
    padding:0 10px;
    text-align:center;
    line-height:43px;
    margin-top:0;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
}

.widget ul.widget-list .comments {
    float:right;
    background:url(../images/makeup/comments-off.png) no-repeat;
    margin-top:5px;
    width:48px;
    height:28px;
    margin-left:10px;
    padding:0;
    text-transform:uppercase;
}

.widget ul.widget-list .comments span {
    width:30px;
    padding-left:13px;
    line-height:26px;
    font-size:12px;
    display:block;
    text-align:center;
}

.widget ul.widget-list .downloads {
    float:right;
    background:url(../images/makeup/download-off.png) no-repeat;
    margin-top:5px;
    width:72px;
    height:26px;
    margin-left:10px;
    padding:0;
}

.widget ul.widget-list .downloads span {
    width:72px;
    line-height:26px;
    font-size:12px;
    display:block;
    text-align:center;
}

#fileslist {
    border-bottom:1px #131418 solid;
}

.widget ul.widget-list .comments:hover span {
    color:#fff;
}

#sidebar_comments {
    border-bottom:1px #1f2128 solid;
}

.widget ul.widget-list .fa {
    float:left;
    margin-right:10px;
    margin-left:5px;
    font-size:25px;
    line-height:35px;
    font-size:24px;
}

#sidebar_livestream .fa {
    float:left;
    margin-right:10px;
    margin-left:5px;
    font-size:25px;
    line-height:30px;
    font-size:13px;
}

/** Sponsors **/
#sidebar_sponsors {
    overflow:hidden;
    margin-bottom:10px;
}

#sidebar_sponsors ul {
    overflow:visible;
    width:350px;
}

#sidebar_sponsors ul li {
    float:left;
    padding:0;
    border:1px solid #1f2128;
    margin-right:10px;
    margin-bottom:10px;
    text-align:center;
    height:80px;
/* equals max image height */
    width:140px;
    white-space:nowrap;
    text-align:center;
}

#sidebar_sponsors ul li:hover {
    background-position:center bottom!important;
    background-size:100%!important;
}

#sidebar_sponsors ul li.lead-sponsor {
}

#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;
    max-height:50px;
    display:inline-block;
    max-width:100px;
}

#sidebar_sponsors ul li.lead-sponsor img {
}

/** Livestreams **/
#sidebar_livestream {
}

#sidebar_livestream h2 {
}

.livestream_inner {
    display:block;
    clear:both;
    position:relative;
}

.widget-list.livestream_list {
    border-top:1px #1f2128 solid;
    border:0;
    display:block;
    position:relative;
    clear:both;
}

.livestream_list li {
    position:relative;
    width:278px;
    padding:10px!important;
    overflow:hidden;
}

.livestream_list li {
    border-right:1px #1f2128 solid;
    border-left:1px #1f2128 solid;
    background:rgba(39,42,51,0.2);
}

.livestream_list li:nth-child(even) {
    background:rgba(0,0,0,0.45);
    border-right:1px #131418 solid;
    border-left:1px #131418 solid;
}

.livestream_list li:first-child {
    border-top:1px #1f2128 solid;
}

.livestream_mask {
    position:absolute;
    width:112px;
    height:84px;
    top:9px;
    left:9px;
}

.livestream_image {
    float:left;
    width:112px;
    height:71px;
    border:solid 2px #000;
}

.livestream_image img {
    width:100%;
}

.livestream_content {
    position:absolute;
    top:4px;
    left:121px;
    padding:12px;
}

.livestream_name {
    font-size:16px;
    font-weight:600;
    color:#fff;
}

.livestream_views {
    margin:7px 0;
    font-size:12px;
    color:#6d7386;
    line-height:1;
}

.livestream_check_it_now {
    font-size:13px;
    line-height:19px;
    padding-left:2px;
    color:#828ea6;
}

.livestream_check_it_now i {
    margin-right:5px!important;
    line-height:1.5!important;
}

.livestream_check_it_now:hover {
    color:#fff;
}

.livestream_base {
    display:block;
    position:relative;
    clear:both;
    text-align:center;
    line-height:45px;
    font-size:14px;
    font-weight:600;
    background:rgba(0,0,0,.8);
    border-right:1px #131418 solid;
    border-left:1px #131418 solid;
    border-bottom:1px #131418 solid;
}

.livestream_base a {
    display:block;
}

.livestream_base:hover {
    color:#fff;
}

/** MPU **/
.sidebar_mpu.top-leader {
    position:relative;
    top:0px;
}

#is-home .sidebar_mpu.top-leader {
    top:0;
}

.sidebar_mpu {
    position:relative;
    margin-bottom:0;
    text-align:center;
    z-index:9;
}

.sidebar_mpu .main_mpu {
    margin-bottom:20px;
    text-align:center;
}

.sidebar_mpu .main_mpu div {
    margin:0 auto;
    text-align:center;
}

.sidebar_mpu .main_mpu img {
    display:inline;
}

.sidebar_mpu .mpu-link {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9;
}

/** Blogs **/
#sidebar_blogs {
    width:300px;
    border-bottom:;
    position:relative;
    border-bottom:1px #1f2128 solid;
}

#sidebar_blogs .comments {
    margin-top:11px;
}

/** upcoming Matches **/
.sidebar_upmatch {
    width:300px;
    height:190px;
    float:left;
    position:relative;
    margin-bottom:25px;
    background-position:bottom;
    background-repeat:no-repeat;
}

.sidebar_upmatch_block1 {
    width:100%;
    height:58px;
    color:#fff;
    display:block;
    float:left;
    clear:both;
    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;
    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;
}

.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:300px;
    position:relative;
    border-bottom:1px #1f2128 solid;
}

#sidebar_lastresults ul li {
    padding:13px 16px;
}

#sidebar_lastresults .the-game {
    float:left;
    line-height:30px;
    font-size:12px;
    color:#6d7386;
    padding-right:10px;
    margin-bottom:0;
}

#sidebar_lastresults .win .the-game {
    box-shadow:4px 0 #54e49f;
}

#sidebar_lastresults .win .the-score {
    color:#54e49f;
}

#sidebar_lastresults .draw .the-game {
    box-shadow:4px 0 #56a4e4!important;
}

#sidebar_lastresults .draw .the-score {
    color:#56a4e4!important;
}

#sidebar_lastresults .loss .the-game {
    box-shadow:4px 0 #e45656;
}

#sidebar_lastresults .loss .the-score {
    color:#e45656;
}

#sidebar_lastresults .vs {
    float:left;
    margin-left:10px;
    margin-right:5px;
    font-size:12px;
    color:#6d7386;
}

#sidebar_lastresults .the-opponent {
    float:left;
    margin-left:2px;
    font-size:15px;
    margin-bottom:0;
    font-weight:600;
    line-height:30px;
    color:#fff;
}

#sidebar_lastresults .the-score {
    float:right;
    line-height:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.content-widget {
    width:100%;
    line-height:25px;
    font-size:22px;
    font-weight:700;
    margin-top:0;
    margin-bottom:25px;
    color:#fff;
    overflow:hidden;
}

footer {
    padding:0;
    line-height:1;
    font-size:11px;
    clear:both;
    overflow:hidden;
    font-weight:400;
    background:rgba(0,0,0,0.2);
}

footer .inner {
    padding:0 20px;
    max-width:1240px;
    margin:0 auto;
}

footer h3 {
    font-size:14px;
    color:#fff;
    font-weight:400;
    margin-bottom:10px;
}

footer a {
    border-color:#333;
    font-weight:400;
}

footer p {
    margin:0;
}

#copyright {
    float:left;
    font-size:13px;
}

#copyright p {
    margin:0;
}

#sitemap ul li {
    float:left;
    width:100px;
    line-height:18px;
}

footer .tiny a {
    background:url(../../images/logos/esify-light.png) no-repeat;
    background-size:100%;
}

.tiny {
    text-align:right;
    font-size:13px;
    position:relative;
    float:right;
}

.tiny a {
    float:right;
    width:70px;
    height:22px;
    display:block;
    text-indent:99999em!important;
    margin-left:5px;
}

.tiny p span {
    float:left;
}

/* -------------------------------- */
/* FORMS */
/* -------------------------------- */
#sign-in {
    margin:0 auto;
    padding:20px 0 0;
    overflow:hidden;
    width:520px;
}

#sign-in {
    border:1px #1f2128 solid;
    background:rgba(39,42,51,0.2);
}

.fyi {
    background:rgba(0,0,0,.40);
    border:1px #1f2128;
}

#sign-in-form {
    float:left;
    width:480px;
    padding:0 20px 20px;
}

#social-sign-in {
    margin-top:0;
    padding:20px;
    float:right;
    background:#eee;
    border-radius:3px;
    width:390px;
}

.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:16px;
    display:block;
    margin-bottom:10px;
    font-weight:400;
    padding:0;
}

.form-row .short-label {
    float:left;
    margin-right:10px;
    line-height:23px;
}

.form-row input[type="text"],.form-row input[type="password"],.form-row textarea {
    padding:8px;
    font-size:14px;
    width:620px;
}

.form-row textarea {
    height:300px;
    padding:8px;
}

.areuhuman {
    width:100%;
    margin:0 auto;
    background:#fff;
    margin-bottom:20px;
}

#sign-in-form .areuhuman {
    background: transparent;
}

.areuhuman .recaptchatable {
    border:0!important;
}

.form-row input[type="text"],.form-row input[type="password"],.form-row textarea,textarea {
    border:1px #131418 solid;
    background:rgba(0,0,0,0.45);
    color:#fff;
}

.form-row input[type="text"]:focus,.form-row input[type="password"]:focus,.form-row textarea:focus,textarea:focus {
    border:1px #131418 solid;
    background:rgba(0,0,0,0.45) color: #fff;
}

.main-form legend {
    color:#fff;
}

.error p {
    background:#cb4444;
}

.row_offers {
    border-bottom:1px solid #D5D5D5;
    padding-bottom:10px;
}

.streamcode label {
    background:url(../images/ico/video.png) no-repeat;
    padding-left:20px;
    line-height:17px;
}

.chatcode label {
    background:url(../images/ico/chat.png) no-repeat;
    padding-left:20px;
    line-height:17px;
}

.form-row .current-avatar {
    width:100px;
    height:100px;
    float:left;
}

.fyi {
    padding:5px 10px;
    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 {
    border:1px solid #dfd888;
    background:#fffdea;
    color:#a39a2d;
}

.form-row p {
    margin-bottom:0;
}

#sign-in h2 {
    padding:0 20px;
}

#sign-in p {
    margin:0;
}

#sign-in .form-row label {
    font-weight:400;
    font-size:15px;
    line-height:1;
    margin-bottom:5px;
    padding:0;
}

#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:460px;
}

#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(../images/buttons/twitter_signin.png) no-repeat;
    display:block;
    margin-right:20px;
    margin-left:0;
    float:left;
}

.tw_button:hover {
    background:url(../images/buttons/twitter_signin.png) no-repeat 0 -24px;
}

.tw_button:active {
    background:url(../images/buttons/twitter_signin.png) no-repeat 0 -48px;
}

.fb_button {
    width:150px;
    height:23px;
    background:url(../images/buttons/facebook_signin.png) no-repeat;
    display:block;
    float:left;
}

.fb_button:hover {
    background:url(../images/buttons/facebook_signin.png) no-repeat 0 -24px;
}

.fb_button:active {
    background:url(../images/buttons/facebook_signin.png) no-repeat 0 -48px;
}

.tw_button a,.fb_button a {
    display:block;
    height:48px;
    text-indent:-9999px;
}

/* -------------------------------- */
/* SECTION SPECIFIC */
/* -------------------------------- */
#page-title {
    font-size:28px;
    margin:-126px 0 73px;
    line-height:1.2;
    font-weight:500;
    text-indent:0;
    color:#fff;
    width:1240px;
    z-index:9;
    position:relative;
}

#content #page-title {
}

#content.has-side #page-title {
}

.page-widget {
    padding:20px;
    background:rgba(39,42,51,.35);
    margin-bottom:0;
    border:1px #1f2128 solid;
}

#section-title {
    font-size:26px;
    line-height:1;
    margin:0 0 20px;
    font-weight:500;
    padding-bottom:5px;
}

/* -------------------------------- */
/* COMMENTS */
/* -------------------------------- */
#comment-form {
    padding:20px;
    margin-bottom:0;
    overflow:hidden;
}

#comment-form h3 {
    font-size:16px;
    text-transform:uppercase;
    margin-bottom:10px;
    font-weight:400;
}

#comment-form h4 {
    text-align:center;
    font-size:20px;
    text-transform:none;
    margin-bottom:0;
    font-weight:400;
}

#comment-form textarea {
    width:97.25%;
    margin-bottom:10px;
    font-size:12px;
    line-height:20px;
    padding:10px;
    height:150px;
    -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;
}

#comment-form textarea:focus {
    height:150px;
    border:solid 1px #133E87;
    box-shadow:0 0 10px #999;
}

#comment-form #user-info {
    float:left;
    width:25%;
}

#comment-form #user-info h3 {
    font-size:13px;
    text-transform:none;
    font-weight:700;
}

#comment-form #user-info img {
    float:left;
    width:50px;
    height:50px;
    margin-right:10px;
}

#comment-form #write-comment {
    float:left;
    width:100%;
}

#the-comments {
}

#the-comments li {
    overflow:hidden;
    padding:10px;
    margin-bottom:10px;
    position:relative;
    min-height:58px;
}

.comment-author h3 {
    position:absolute;
    left:80px;
    top:30px;
}

#the-post img {
    border:solid 1px #1f2128;
    box-shadow:0 1px 0 rgba(85,152,178,0.3);
    display:inline;
}

#the-comments .meta {
    border-bottom:solid 1px #1f2128;
}

#the-comments li {
    background:rgba(39,42,51,.35);
    border:1px #1f2128 solid;
}

#comment-form textarea {
    border:1px #1f2128 solid;
    background:rgba(39,42,51,.35);
    color:#fff;
}

#the-comments .comment-author {
    background:rgba(0,0,0,0.45);
}

#comment-form {
}

#the-comments .comment-author {
    padding:10px;
    margin-bottom:0;
    overflow:hidden;
    float:left;
    width:150px;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}

#the-comments .meta {
    background:none;
    margin-bottom:0;
    display:block;
    padding:0 20px;
    line-height:1;
    padding-bottom:10px;
    margin-bottom:10px;
}

#the-comments .comment-author a img {
    width:58px;
    margin-right:10px;
    border-radius:3px;
}

#the-comments .comment-author h3 {
    margin:0 0 10px;
    line-height:1;
}

#the-comments .comment-author h3 a {
    font-size:16px;
}

#the-comments .comment-author .name {
    display:block;
    font-weight:400;
    font-size:11px;
    margin-bottom:3px;
}

#the-comments .comment-author .team {
    display:block;
    font-size:11px;
}

.comment-date {
    margin-bottom:10px;
    font-size:11px;
    padding-bottom:5px;
    position:relative;
}

.comment-number {
    position:absolute;
    right:0;
    top:0;
}

#the-comments .the-comment {
    position:relative;
    overflow:hidden;
    margin-left:160px;
}

#the-comments .the-comment p {
    margin-left:20px;
}

#the-comments .the-comment .speech-mark {
    position:absolute;
    top:-20px;
    left:30px;
    display:block;
    width:20px;
    height:20px;
}

#the-comments .the-comment img {
    max-width:450px;
}

.edit-options {
    overflow:hidden;
    display:none;
    width:100%;
    position:absolute;
    bottom:10px;
    right:10px;
}

#the-comments .the-comment:hover .edit-options {
    display:block;
}

.edit-options li {
    float:right;
    border:0!important;
    min-height:20px!important;
    margin:0 0 0 20px!important;
    line-height:20px;
    font-size:11px;
    border-radius:3px;
    padding:0 10px;
}

.edit-options li a {
}

/* -------------------------------- */
/* ARTICLES */
/* -------------------------------- */
.streams .section-list li,.videos .section-list li {
    float:left;
    width:306px;
    margin:0!important;
    padding:10px!important;
    background:#1a1a1a;
}

.streams .section-list li:nth-child(even),.videos .section-list li:nth-child(even) {
    background:#151515;
}

.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:5px;
    padding-bottom:10px;
}

.streams .section-list li:hover .list-item-inner,.videos .section-list li:hover .list-item-inner {
    box-shadow:0 0 0 4px #555;
}

.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(../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:276px;
    margin-bottom:10px;
}

.streams .section-list li .meta,.videos .section-list li .meta {
    margin-bottom:7px;
    display:block;
    padding:0 10px;
}

.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;
    color:#fff;
}

.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;
}

#streams-overwrite li {
    border-bottom:0!important;
}

.embed-video iframe {
    width:920px;
    height:560px;
}

.teamparadigm {
}

.teamparadigm h2 {
    margin-bottom:10px;
}

.featured h2 {
    margin-bottom:10px;
}

#team-streams li {
}

#user-streams li {
    border-bottom:1px #1f2128 solid;
    margin-bottom:0;
    padding:5px 0;
}

#user-streams li h3 {
    float:left;
    margin-right:20px;
    margin-bottom:0;
    font-size:14px;
}

#user-streams li .category {
    top:7px;
}

#user-streams li .viewers {
    margin-top:2px;
}

#lead-streams {
    padding-bottom:0;
}

#lead-streams h2 {
    margin-bottom:0;
}

#lead-streams li {
    padding:5px 10px;
    margin:0 1px 0 -9px;
    overflow:hidden;
    width:100%;
    position:relative;
    overflow:hidden;
}

#lead-streams li:nth-child(even) {
    background:#f5f5f5;
}

#lead-streams li:last-child {
    border-bottom:0;
}

#lead-streams li h3 {
    margin-right:10px;
    margin-bottom:0;
    font-size:12px;
    float:left;
    line-height:20px;
}

#lead-streams li h3 a {
    font-weight:400;
}

#lead-streams li .category {
    position:absolute;
    right:10px;
    top:6px;
    padding:0 5px;
    line-height:18px;
    height:18px;
    background:#222;
    color:#FFF;
    border-radius:3px;
    font-size:10px;
    font-weight:100;
    float:right;
}

#lead-streams li .viewers {
    margin-right:10px;
    line-height:1;
    margin-top:5px;
    display:inline-block;
    text-transform:uppercase;
    color:#999;
    font-size:10px;
    font-weight:400;
}

#lead-streams li .fav {
    float:left;
    width:16px;
    height:16px;
    background:url(../images/ico/fav.png) no-repeat;
    margin-right:5px;
}

#lead-streams li .team {
    float:left;
    width:16px;
    height:16px;
    background:url(../images/ico/team.png) no-repeat 0 1px;
    margin-right:5px;
}

#the-title {
    color:#fff;
    font-size:30px;
    padding-bottom:5px;
    font-weight:700;
    position:relative;
    line-height:1;
    margin:0;
    letter-spacing:-1px;
}

#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;
    background:rgba(39,42,51,.35);
    border:1px #1f2128 solid;
    padding:18px;
    line-height:16px;
    color:#808ea8;
}

#the-post img {
    display:block;
    max-width:550px;
    margin-left:20px;
    margin-bottom:20px;
}

#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;
}

#the-post .date {
    line-height:25px;
    border-bottom:1px #1f2128 solid;
}

#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 {
    padding:10px;
    overflow:hidden;
}

#post-meta {
    background:rgba(0,0,0,0.45);
    border:1px #131418 solid;
    overflow:hidden;
}

#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:1px #1f2128 solid;
    height:30px;
    margin-bottom:10px;
}

.a-list {
    clear:both;
    overflow:hidden;
}

.the-guides {
}

.the-guides li {
    float:left;
    width:206px;
    margin-right:20px;
    margin-bottom:20px;
}

.the-guides li:nth-child(3n) {
    margin-right:0;
}

.the-guides li:nth-child(3n+1) {
    clear:both;
}

.the-guides li .thumb-box {
    width:200px;
    height:129px;
    overflow:hidden;
    margin:0;
    position:relative;
    border:solid 3px #ddd;
}

.the-guides li .thumb-box .section-meta {
    position:absolute;
    bottom:10px;
    background:#ddd;
    line-height:20px;
    font-size:14px;
    padding:0;
    color:#fff;
    border-radius:0 3px 3px 0;
    text-shadow:0 1px 0 rgba(0,0,0,0.5);
}

.the-guides li .thumb-box .section-meta .rf-thumb {
    width:50px;
    margin:3px 3px 3px 0;
}

.the-guides li:hover .thumb-box {
    border-color:#ff931e;
}

.the-guides li:hover .thumb-box .section-meta {
    background:#ff931e;
}

.the-guides li .thumb-box .thumb-crop {
    width:206px;
    height:135px;
}

.the-guides li .thumb-box .thumb-crop .rf-thumb {
    max-width:206px!important;
    min-height:135px;
}

.the-guides li .meta {
    background:none;
    padding:0;
    line-height:20px;
    height:20px;
    margin:0;
}

.the-guides li h2 {
    font-size:14px;
    margin:0;
    line-height:1.3;
}

.the-guides li:hover a {
    color:#ff931e;
}

.the-guides .likes {
    float:left;
    margin-top:0;
}

.the-guides .likes p {
    margin:0 5px 0 0;
}

.the-guides.vertical li {
    position:relative;
    float:none;
    width:100%;
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:1px #1f2128 solid;
}

.the-guides.vertical li .thumb-box {
    width:80px;
    height:60px;
    overflow:hidden;
    margin:0 0 4px;
    position:relative;
    border:solid 2px #ddd;
    float:left;
    margin-right:10px;
}

.the-guides.vertical li .thumb-box .section-meta {
    position:absolute;
    bottom:11px;
    background:#ddd;
    line-height:20px;
    font-size:14px;
    padding:0;
    color:#fff;
    border-radius:0 3px 3px 0;
    text-shadow:0 1px 0 rgba(0,0,0,0.5);
}

.the-guides.vertical li .thumb-box .section-meta .rf-thumb {
    width:30px;
    margin:3px 3px 3px 0;
}

.the-guides.vertical li:hover .thumb-box {
    border-color:#ff931e;
}

.the-guides.vertical li:hover .thumb-box .section-meta {
    background:#ff931e;
}

.the-guides.vertical li .thumb-box .thumb-crop {
    width:80px;
    height:60px;
}

.the-guides.vertical li .thumb-box .thumb-crop .rf-thumb {
    max-width:80px!important;
    min-height:60px;
}

.the-guides.vertical li h2 {
    margin-bottom:3px;
    font-size:16px;
}

.the-guides.vertical li .meta {
    line-height:1;
    height:auto;
    margin-bottom:5px;
}

.the-guides.vertical li .likes {
    position:absolute;
    right:0;
    top:25px;
}

.the-guides.vertical li .likes p {
    margin:0 5px 0 0;
    font-size:10px;
}

#more-guides .list li {
    border-bottom:1px #1f2128 solid;
    margin-left:-10px;
    width:100%;
    padding:5px 10px;
    margin-bottom:0;
    overflow:hidden;
}

#more-guides .list li .rf-thumb {
    float:left;
    margin-right:10px;
    width:40px;
    height:auto;
    margin-bottom:0;
}

#more-guides .list li h3 {
    font-size:13px;
    margin:0;
    line-height:1.2;
}

#more-guides .list li .meta {
    background:none;
    padding:0;
    margin:0 0 0 50px;
    line-height:1.2;
    height:auto;
    color:#999;
}

#more-guides .list li .meta.category {
    font-weight:700;
    font-size:11px;
    color:#7b8b8e;
}

#more-guides .list li .featured,#more-guides li .approved {
    font-weight:700;
    color:#ff931e;
    font-size:11px;
    line-height:1.2;
}

#more-guides .list li .approved {
    color:#13994f;
}

#more-guides .list li .likes {
    float:none;
    margin-left:50px;
    margin-top:1px;
}

#more-guides .list li .likes p {
    margin:0 5px 0 0;
    font-size:10px;
}

#more-guides .list li .likes .like-ico {
    margin-top:1px;
    width:9px;
    height:10px;
    background:url(../images/ico/10/thumbs_up.png) no-repeat top left;
}

#more-guides .list li .likes .dislike-ico {
    width:9px;
    height:10px;
    background:url(../images/ico/10/thumbs_down.png) no-repeat top left;
}

.guides .form-row p {
    color:#999;
    margin-bottom:10px;
    font-size:11px;
    margin-top:-10px;
}

.guides .form-row .full {
    height:500px;
}

/* --------------------------------- */
/* SEARCH RESULTS */
/* --------------------------------- */
.welcome #search label {
    float:left;
    margin-right:10px;
    text-transform:uppercase;
    line-height:40px;
    font-weight:700;
    display:none;
}

.welcome #search input[type="text"] {
    border:solid 1px #777;
    background:#666 url(../images/ico/search.png) 3px 2px no-repeat;
    border-radius:2px;
    padding:5px 5px 5px 25px;
    width:220px;
    color:#fff;
    float:left;
    margin-right:5px;
    margin-top:7px;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
}

.welcome #search button {
    float:right;
    margin-top:7px;
}

.url a {
    color:#999!important;
    display:block;
    padding:0;
    margin:0;
    font-size:10px;
}

.url a:hover {
    color:#666!important;
}

#search-large input[type="text"] {
    width:530px;
    height:20px;
    line-height:20px;
    border:solid 1px #ccc;
    border-radius:3px;
    padding:4px 5px;
    font-size:15px;
    color:#666;
}

#search-large {
    background:#eee;
    padding:20px;
    margin:0;
}

#search-large button[type="submit"] {
    height:28px;
    margin:0;
    float:right;
}

.search-for {
    border-bottom:solid 1px #ddd;
    padding:20px 0;
    margin:0 0 20px;
    color:#999;
}

.search-for strong {
    color:#666;
}

#filter-tabs {
    border-bottom:solid 1px #ddd;
    padding:0 10px;
    margin-left:0;
    height:30px;
}

#filter-tabs li {
    float:left;
    margin-right:10px;
}

#filter-tabs li a {
    height:30px;
    display:block;
    line-height:30px;
    padding:0 10px;
    border:solid 1px #ddd;
    border-bottom:0;
    border-radius:3px 3px 0 0;
    background:#ddd;
    color:#666;
}

#filter-tabs li a:hover {
    color:#999;
}

#filter-tabs li a.active {
    background:#fff;
    color:#133e87;
    height:30px;
    margin-bottom:-1px;
}

.results {
    line-height:40px;
    height:40px;
    color:#999;
    text-align:left;
}

#search-results ul {
    border-top:solid 1px #1f2128;
}

#search-results ul li {
    overflow:visible;
    border:0;
    padding:10px 0;
    margin-bottom:0;
    border-bottom:1px #1f2128 solid;
    overflow:hidden;
}

#search-results #the-articles {
    overflow:visible;
}

#search-results ul li .rf-thumb {
    margin-bottom:0;
    width:100px;
}

#search-results ul li .avatar-thumb {
    width:60px;
    float:left;
    margin-right:10px;
}

#search .none {
    padding:20px 0 0;
}

#search-results h2 {
    font-size:14px;
}

#search-results .meta {
    background:none;
    line-height:1;
    height:auto;
    padding:0;
    margin:0 0 3px;
}

#videos #the-articles li {
    float:left;
    width:315px;
    margin-right:20px;
    margin-bottom:20px;
}

#videos #the-articles li:nth-child(even) {
    margin-right:0;
}

#videos #the-articles li:nth-child(odd) {
    clear:both;
}

#videos #the-articles li .rf-youtube-thumb {
    width:315px;
    margin-bottom:10px;
}

#videos #the-articles li figure {
    margin:0;
}

#videos #the-articles li h2 {
    font-size:14px;
    margin-bottom:0;
}

#videos #the-articles li .section-meta {
    color:#999;
    margin-bottom:5px;
    display:block;
    display:none;
}

/* --------------------------------- */
/* FORUMS */
/* --------------------------------- */
.forum-table .forum-icon {
    color:#757e87;
}

.started_by {
    color:#757e87;
}

.started_by a {
    color:#757e87;
}

.forum-table .date a,.forum-table .latest-by {
    color:#757e87;
}

#the-posts .signature {
    border-top:solid 1px rgba(255,255,255,.1);
}

.context-nav {
    overflow:hidden;
    margin-bottom:20px;
}

.context-nav .button {
    margin-right:20px;
}

.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 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:60px;
}

.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(../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:700;
    padding:0 10px;
    color:#ababab;
    border:0;
    height:40px;
    line-height:40px;
    margin-bottom:0;
    margin-top:40px;
}

#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;
}

.the-forums {
    margin-bottom:0;
    border:1px #1f2128 solid;
}

.the-forums > li {
    background:rgba(39,42,51,0.2);
    border-bottom:1px #1f2128 solid;
    overflow:hidden;
    padding:10px;
    position:relative;
    margin:0!important;
    width:100%;
    margin-top:50px;
}

.the-forums > li:nth-child(even) {
    background:rgba(39,42,51,0.2);
}

.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 .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(../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 {
}

.forumtop {
    background:rgba(39,42,51,0.4)!important;
}

.forum-table tr:hover {
    background:rgba(39,42,51,0.4);
}

.forum-table tr:hover {
    background:rgba(39,42,51,0.4);
}

.forum-table {
    text-align:left;
    clear:both;
    margin-top:20px;
    margin-left:0;
    border:1px #1f2128 solid;
}

.forum-table tr {
    background:rgba(39,42,51,0.2);
    border-bottom:1px #1f2128 solid;
}

.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 .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;
    background:rgba(43,72,123,0.8);
}

.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;
    margin-bottom:10px;
    min-height:122px;
    background:rgba(39,42,51,0.2);
    border:1px #1f2128 solid;
}

#the-posts > li:nth-child(even) {
}

#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:255px;
    margin-right:20px;
    padding:20px;
    min-height:110px;
    background:rgba(39,42,51,0.05);
}

#the-posts .user-buttons {
    position:absolute;
    top:110px;
    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:#fff;
    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 {
    background:rgba(39,42,51,0.2);
    border:1px #1f2128 solid;
}

#new-post {
    padding:20px;
    margin-bottom:0;
    overflow:hidden;
    background:rgba(0,0,0,0.45);
    border:1px #131418 solid;
}

#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;
}

/* --------------------------------- */
/* USER PROFILES */
/* --------------------------------- */
.profiletitleblock {
    padding-top:20px;
    overflow:hidden;
    padding-bottom:20px;
    padding-left:20px;
    width:898px!important;
    border-left:1px #131418 solid;
    border-right:1px #131418 solid;
    border-top:1px #131418 solid;
    margin-bottom:0!important;
    background:rgba(0,0,0,0.45);
}

#user-profile #sidebar {
    margin-top:0;
}

.user-options {
    overflow:hidden;
    display:inline-block;
    margin-left: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:#ababab;
}

.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;
    text-transform:uppercase;
    font-size:12px;
}

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:rgba(39,42,51,0.2);
    border:1px #1f2128 solid;
    margin-bottom:20px;
}

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:40px;
    text-transform:none;
    border:0;
    text-indent:0;
    font-weight:700;
}

.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:20px;
    position:relative;
    padding:20px;
    background:rgba(0,0,0,0.45);
}

.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;
}

.post-amounts {
    float:right;
    margin:10px 10px 0 0;
}

.post-amounts li {
    background:rgba(255,255,255,0.05);
    float:left;
    font-size:20px;
    margin-left:1px;
    text-align:center;
    padding:10px;
    color:#fff;
}

.post-amounts li span {
    display:block;
    font-size:12px;
    text-transform:uppercase;
}

#content #stream object {
    width:640px!important;
    min-height:395px;
    margin-top:20px;
}

#content #stream iframe {
    width:640px!important;
}

.quick-info {
    overflow:hidden;
    margin-top:30px;
    margin-right:10px;
}

.quick-info li {
    line-height:1;
    float:left;
    margin-right:0;
    width:50%;
    padding:11px 0;
}

.quick-info li .fa {
    float:left;
    margin-right:10px;
    opacity:.5;
    margin-left:10px;
}

.about_me {
    padding:20px;
    margin:0!important;
    overflow:hidden;
    line-height:18px;
    background:rgba(39,42,51,0.2);
    border-right:1px #1f2128 solid;
    border-left:1px #1f2128 solid;
    border-bottom:1px #1f2128 solid;
}

#friends {
    position:relative;
}

#friends .next,#fans .next {
    background:url(../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(../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(../images/ico/arrowR-yellow.png) no-repeat;
}

#friends .prev:hover,#fans .prev:hover {
    background:url(../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:0;
    padding:10px 0 0 10px;
    background:rgba(39,42,51,0.2);
    border-right:1px #1f2128 solid;
    border-left:1px #1f2128 solid;
    border-bottom:1px #1f2128 solid;
}

.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:90px;
    height:90px;
    border:solid 2px rgba(255,255,255,0.1);
}

#friends-list li img:hover {
    border-color:#555;
}

.profile-details li {
    float:left;
    color:#333;
    width:325px;
    line-height:25px;
    border-bottom:solid 1px #1f2128;
    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;
    font-weight:700;
    margin-bottom:3px;
}

.widget .activity-feed li .fa {
    line-height:29px;
    font-size:12px;
}

#activity {
    margin-top:10px;
}

#activity ul {
    border-bottom:1px #1f2128 solid;
}

#activity li {
    padding-left:20px;
}

.button.new-message {
    position:relative;
    top:-20px;
}

.messages-widget ul.widget-list .fa {
    line-height:16px;
    font-size:14px;
}

.messages-widget ul.widget-list .button {
    line-height:26px;
    height:30px;
    margin-top:0;
}

.messages-widget ul.widget-list .button .fa {
    line-height:30px;
}

.messages-widget ul.widget-list h3 a {
    line-height:30px;
    margin:0;
    font-size:13px;
}

.messages-widget ul.widget-list .auth-thumb {
    height:28px;
    width:28px;
}

.menu-widget ul.widget-list h3 a {
    line-height:1.3;
    margin:0;
    font-size:13px;
}

.menu-widget ul.widget-list .fa {
    width:15px;
}

.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 .inner-block {
    padding:10px 20px 20px;
    overflow:hidden;
    background:rgba(255,255,255,0.025);
    border:solid 2px rgba(255,255,255,0.1);
}

.messaging .from {
    width:190px;
    margin-top:0;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    padding:10px;
    background:rgba(255,255,255,0.025);
    border-right:1px #1f2128 solid;
}

.messaging .from a {
    color:#fff;
    font-weight:700;
}

.messaging ul.widget-list li {
    padding:10px!important;
    position:relative;
}

.messaging ul.widget-list .from .auth-thumb,#the-message .auth-thumb {
    float:none;
    width:60px;
    height:60px;
    margin:10px 0 5px;
}

.messaging ul.widget-list .from h3 a,#the-message .from h3 a {
    font-size:18px;
}

.messaging .msg-info,#the-message .msg-info {
    margin-left:200px;
    margin-top:0;
    border-right:1px #1f2128 solid;
}

.messaging .msg-info h3 a {
    font-size:20px!important;
    margin:0 20px;
}

.messaging .msg-info p,#the-message .msg-info p {
    margin:0 20px 10px;
}

.messaging .msg-buttons {
    overflow:hidden;
    background:rgba(0,0,0,0.2);
    padding:10px 10px 10px 0;
    margin-left:10px;
}

.messaging .msg-buttons .button {
    line-height:21px;
    height:25px;
}

.messaging .msg-buttons .button span {
    font-size:10px;
    line-height:23px;
    float:left;
    margin-right:5px;
}

.messaging .msg-buttons a {
    margin-left:10px;
    text-transform:none;
}

.messaging .meta {
    padding:0;
    background:none;
    margin:0;
    line-height:17px;
    height:auto;
}

.messaging .section-list li,.notifications .section-list li {
    min-height:55px;
}

.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:rgba(39,42,51,0.05);
    padding:10px!important;
}

.messaging .unread h3 a,.messaging .unread span,.messaging .unread p {
    font-weight:700!important;
}

#the-message {
    position:relative;
    background:rgba(39,42,51,.35);
    border:1px #1f2128 solid;
    min-height:150px;
    padding:10px;
}

.messaging .form-row label {
    float:left;
    margin-right:5px;
    width:100px;
    font-weight:700;
    line-height:40px;
}

.messaging .form-row input[type="text"],.messaging .form-row input[type="password"] {
    width:50%;
}

.messaging h2 {
    margin-bottom:10px;
    line-height:40px;
    font-size:20px;
}

.messaging .msg-info .meta {
    border-bottom:solid 1px rgba(255,255,255,0.1);
    margin:0 0 20px!important;
    display:block;
    padding:0 20px;
    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;
    margin-top:3px;
}

.the-buttons a {
    margin-left:10px;
}

/* --------------------------------- */
/* GALLERIES */
/* --------------------------------- */
#content.galleries .section-list > li {
    padding:15px;
    background:rgba(39,42,51,0.2);
    border-left:1px #1f2128 solid;
    border-right:1px #1f2128 solid;
    padding:20px;
}

#content.galleries .section-list > li:nth-child(even) {
    background:rgba(0,0,0,0.25);
    border-left:1px #131418 solid;
    border-right:1px #131418 solid;
}

#content.galleries .section-list > li:first-child {
    border-top:1px #131418 solid;
}

#content.galleries .section-list > li:last-child {
    border-bottom:1px #131418 solid;
}

#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:236px;
    height:170px;
    overflow:hidden;
    border:solid 2px rgba(255,255,255,0.05);
    text-align:center;
}

#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:#555;
}

#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:#fff;
    font-weight:700;
}

#content.galleries .gallery-info .meta {
    margin-bottom:10px;
    display:block;
}

#content.galleries .gallery-info .gallery-count {
    float:right;
    margin-left:10px;
    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(../images/makeup/latest_blogs_gradient.png);
}

#content.galleries .gallery-info .gallery-count:hover span {
    background:url(../images/makeup/50_mask.png);
    color:#fff;
}

.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.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;
}

#content.galleries .gallery-image img {
    max-width:1240px;
    margin:0 auto;
}

#content .preview-images {
    overflow:hidden;
}

#content .preview-images li {
    border:0;
    padding:0;
    float:left;
    margin:14px 14px 0 0;
    position:relative;
    width:134px;
}

#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 #555;
}

.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 .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: rgba(39,42,51,0.3);
    border: 1px #1f2128 solid;
    float:left;
    margin-bottom:20px;
    margin-right:20px;
    overflow:hidden;
    width:286px;
}

#latest-products ul li .price-block {
    border-top: solid 1px #1f2128;
    font-size:18px;
    font-weight:900;
    line-height:40px;
    text-indent:10px;
}

#latest-products ul li .price-block a {
    border-radius:0;
    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 {


}

#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: #fff}

#shopbag ul {}
#shopbag li {padding: 5px 10px; border-bottom: solid 1px #1f2128}
#shopbag li:hover {background: rgba(0,0,0,0.1)}

#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 {background: rgba(39,42,51,0.2);        border-top: 1px #1f2128 solid;border-bottom: 1px #1f2128 solid}
.sidewidget>:nth-child(odd) {border-right: 1px #1f2128 solid;    border-left: 1px #1f2128 solid}
.sidewidget>:nth-child(even) {background: rgba(0,0,0,0.45);    border-right: 1px #131418 solid;    border-left: 1px #131418 solid}

#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.cart_remove .fa {line-height: 19px; font-size: 14px;}

#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 {
    padding: 0 !important;
}

.sb-menu li a {
    display:block;
    font-weight:700;
    line-height:30px;
    padding: 0 10px;
}

.sb-menu li a:hover {
    color: #fff;
    background: rgba(0,0,0,0.7);
}

.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%;
}

#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: rgba(39,42,51,.35);
    border: solid 1px #1f2128;
}

#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;
    color: #fff;
}

#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 1px #1f2128;}

#the-cart {overflow: hidden; padding-bottom: 10px;}
#the-cart h2 {line-height: 1; font-size: 18px; padding: 0 0 20px 0; border-bottom: solid 1px #1f2128}
#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: rgba(39,42,51,.35);
    margin-bottom: 12px;
    padding: 20px;
    border: 1px #1f2128 solid;}
#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 1px #1f2128}

#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 ****/


/* --------------------------------- */
/* TEAM */
/* --------------------------------- */
#squads li {
    padding:0;
    margin-bottom:20px;
    border:2px #1f2128 solid;
}

#squads .squad-image {
    width:100%;
}

#squads .squad-image-holder {
    position:relative;
    min-height:40px;
    margin-bottom:0;
}

#squads .team-button {
    display:block;
}

#squads p {
    margin-bottom:10px;
}

.members {
    margin-top:20px;
}

.members li {
    border:0!important;
    margin-bottom:20px;
    margin-bottom:20px;
    float:left;
    width:100%;
}

.members li p {
    margin-left:220px;
}

.members li img {
    width:200px;
    height:200px;
    margin-bottom:10px;
    float:left;
    margin-right:20px;
    padding:0;
    line-height:52px;
    color:#222;
    margin-bottom:10px;
    font-weight:600;
    font-size:20px;
}

.members li:hover img {
    border-color:#4b5461;
}

.members li h3 {
    font-size:30px;
    font-weight:700;
    margin:0 0 5px;
    line-height:1;
}

.members li h4 {
    font-size:20px;
    margin-bottom:10px;
}

.member > p {
    overflow:hidden;
}

.memberReadMore {
    display:none;
    background:#060607;
    position:absolute;
    font-weight:700;
    right:0;
}

.memberReadMore span {
    color:#676767;
    margin:0 10px 0 0;
}

#team-information .squad-image {
    border:2px #1f2128 solid;
    width:100%;
}

#team-blogs header h2 {
    font-size:20px;
}

#team-blogs .none {
    background:#f3df80;
    font-size:12px;
    color:#614528;
    text-shadow:1px 1px 0 #f2e4a2;
    border-radius:3px;
    padding:10px;
    margin-top:20px;
    margin-bottom:0;
    border:0;
}

#team-blogs #the-articles li p {
    margin-left:0!important;
    margin-bottom:5px;
}

.tooltip {
    display:none;
    border-radius:2px;
    font-size:13px;
    height:25px;
    line-height:25px;
    font-weight:700;
    color:#fff;
    text-align:right;
    padding:0 10px;
    z-index:999;
    position:relative;
}

.teambox {
    padding:20px;
    margin-top:20px;
    background:rgba(39,42,51,0.2);
    border:1px solid #1f2128;
    height:auto;
}

.tooltip .arrow {
    font-family:WebSymbolsRegular,helvetica;
    position:absolute;
    right:-5px;
    font-size:18px;
    text-shadow:none;
    color:#000;
}

.nicEdit-main {
    background:#fff;
    margin:0!important;
    padding:4px;
}

/* --------------------------------- */
/* MATCHES */
/* --------------------------------- */
.matches ul#match-list li {
    overflow:hidden;
    border-bottom:solid 1px #333;
    padding-bottom:10px;
    margin-bottom:10px;
}

.matches .match-row {
    line-height:25px;
    position:relative;
}

.matches .title {
    width:100px;
    float:left;
}

.matches .squad {
}

.matches .matchdate {
    position:absolute;
    right:0;
}

.matches .tournament {
}

.matches .opponent,.matches .matchdate {
    width:300px;
    text-align:right;
    position:absolute;
    right:0;
}

.matches .opponent span {
    text-align:left;
}

#content.matches .the-game {
    float:left;
    line-height:30px;
    font-size:14px;
    color:#e0e0e0;
    padding-right:10px;
    margin-bottom:0;
    width:200px;
}

#content.matches .the-opponent {
    float:left;
    margin-left:2px;
    font-size:16px;
    margin-bottom:0;
    font-weight:600;
    line-height:30px;
    color:#c2cadb;
}

#content.matches .the-score {
    float:right;
    line-height:30px;
    font-size:17px;
    font-weight:600;
    letter-spacing:1px;
}

#content.matches ul li:last-child {
    border-bottom:1px #1f2128 solid;
}

#content.matches .vs {
    float:left;
    margin-left:10px;
    margin-right:5px;
    font-size:14px;
    color:#878787;
}

#content.matches .loss .the-score {
    color:#d70000;
}

#content.matches .win .the-score {
    color:#55e19a;
}

#content.matches .draw .the-score {
    color:#55a7e1!important;
}

#content.matches .loss .the-game {
    box-shadow:4px 0 #d70000;
}

#content.matches .win .the-game {
    box-shadow:4px 0 #55e19a;
}

#content.matches .draw .the-game {
    box-shadow:4px 0 #55a7e1!important;
}

#content.matches ul li {
    padding:13px 20px;
}

/* --------------------------------- */
/* VIDEOS */
/* --------------------------------- */
.streams .section-list li,.videos .section-list li {
    float:left;
    width:280px;
    margin:0!important;
    padding:10px!important;
    background:rgba(39,42,51,0.2);
}

.streams .section-list li:nth-child(even),.videos .section-list li:nth-child(even) {
    background:rgba(0,0,0,0.25);
}

.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:5px;
    padding-bottom:10px;
}

.streams .section-list li:hover .list-item-inner,.videos .section-list li:hover .list-item-inner {
    box-shadow:0 0 0 4px #555;
}

.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;
}

.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:276px;
    margin-bottom:10px;
}

.streams .section-list li .meta,.videos .section-list li .meta {
    margin-bottom:7px;
    display:block;
    padding:0 10px;
}

.streams .section-list li h2,.videos .section-list li h2 {
    font-size:18px;
    margin-bottom:5px;
    padding:0;
    padding-left:10px;
}

.streams .section-list li h2 a,.videos .section-list li h2 a {
    font-weight:700;
    color:#fff;
}

.streams .livestream_check_it_now,.videos .livestream_check_it_now {
    display:block;
    padding:0 10px;
}

.the-video iframe {
    width:920px;
    height:560px;
}

/* --------------------------------- */
/* DOWNLOADS */
/* --------------------------------- */


/* Twitter Widget */
#load_twitter_feeds {
    max-height: 350px;
    overflow: auto;
    border-top: 1px solid #1f2128;
    border-bottom: 1px solid #1f2128;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
}
.tweetfeed {
    padding: 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;
    line-height: 15px;
}
.tweetfeed .twt-img {
    margin-top: 5px;
    width: 100%;
}
.tweetfeed .twt-usrname {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#load_twitter_feeds>:nth-child(odd) {
    background: rgba(39,42,51,0.2);
    border-left: 1px solid #1f2128;
    border-right: 1px solid #1f2128;
}
#load_twitter_feeds>:nth-child(even) {
    border-right: 1px #131418 solid;
    border-left: 1px #131418 solid;
}
/* End of Twitter Widget */

fieldset.hardware .form-half input[type=text] {
    margin-bottom: 5px;
}

/** Sponsors page **/
ul.sponsors-list {
    background: rgba(39,42,51,0.2);
    border-top: 1px #1f2128 solid;
}
ul.sponsors-list .sponsor {
    margin-bottom: 2px;
    padding: 10px;
}

ul.sponsors-list>:nth-child(odd) {
    border-right: 1px #1f2128 solid;
    border-left: 1px #1f2128 solid;
}

ul.sponsors-list>:nth-child(even) {
    background: rgba(0,0,0,0.45);
    border-right: 1px #131418 solid;
    border-left: 1px #131418 solid;
}

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;
    font-weight: bold;
    margin-bottom:4px !important;
}

ul.sponsors-list .sponsor .sponsor_url {
    font-size: 18px;
    font-weight: bold;
}

ul.sponsors-list .sponsor p {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

ul.sponsors-list .sponsor .sponsor-img-block {
    float: left;
    width: 40%;
    text-align: center;
    padding: 10px;
}

ul.sponsors-list .sponsor .left {
    width: 55%;
    padding-left: 10px;
}


/**
 * Event
 */
#event-details {
    padding: 10px;
}

#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: rgba(39,42,51,0.2);
    border-right: 1px #131418 solid;
    border-left: 1px #131418 solid;
    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-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: 12px;
}

.mlg-icon a {
}

.mlg-icon:hover a {
}

.mlg-icon a {
    opacity: .5;
}

.topbar_wrap .mlg-icon:hover a {
    opacity: 1;
}

.mlg-icon img {
    width: auto !important;
    height: 20px !important;
}

ul.topbar_left .mlg-icon {
    margin-top: 8px !important;
}

.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}