@font-face {
  font-family: 'Spectral SC';
  src: url(../fonts/SpectralSC-Regular.ttf);
}

body {
	background: #151515 url(../images/background.jpg) center top no-repeat;
	margin: 0;
	color:#a3a3a3;
	font-family: 'Quattrocento Sans', sans-serif;
}
a {
	text-decoration:none;
}
html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.top-bar__links ul, li.top-bar__item {
    list-style:none;
    display: inline-block;
}

li {
    list-style:none;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #191919;
}

::-webkit-scrollbar{
    width: 12px;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: orange;
}

.top-bar {
    height:52px;
    background-color: black;
    color:#a3a3a3;
}
.join_players {
    position: relative;
    left: 225px;
    top: 13px;
    color: #595959;
}
.j_active {
    color:#e09724;
    font-weight:bold;
}
.top-bar__item {
    color: #a3a3a3;
    margin: 0 16px;
    position: relative;
    text-decoration: none !important;
    right: 160px;
    bottom: 18px;
    font-weight:bold;
}
.top-bar__links--right {
    float: right;
}

.top-bar__item a:hover {
    text-decoration: none;
    color: #e09724 !important;
}

.top-bar__item--secondary a:hover {
    color: #FF8C00 !important;
}

.top-bar__item:after {
    background: #e09724;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);
    content: '';
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 7px;
    right: -19px;
}

.top-bar__item:last-of-type:after {
    display: none;
}

.top-bar__item a {
    color: inherit;
}

.top-bar__item a:hover {
    text-decoration: underline;
}

.top-bar__item--secondary {
    color: #e09724;
}
.header_con {
    padding-top:100px;
        text-align: center;
}
.body_header {
    color: white;
    font-weight: 550;
    text-shadow: -2px 2px 1px black;
    font-size: 72px;
    padding-bottom: 15px;
}
.body_subheader {
    color: white;
    font-weight: 500;
    text-shadow: -1px 1px 1px black;
    font-size: 20px;
    padding-bottom: 20px;
}
img.header_buttons {
    margin-right: 20px;
}
.media-spotlight {
    background: url(../images/media.png) no-repeat;
    width: 100%;
    height: 100%;
    max-width: 1327px;
    max-height: 283px;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}
.post_left {
    float:left;
}
.post_right {
    float:right;
}
.body_container {
    position:relative;
    display: block;
    margin: 0 auto;
    max-width: 1445px;
    width:100%;
}
.wrapper {
    background-image: url(../images/newspost-l.png), url(../images/newspost-r.png), url(../images/newspost.png), url(../images/noise.png);
    background-repeat: no-repeat, no-repeat, repeat-x, repeat;
    background-position: top left, top right, top center;
    height: 510px;
    max-width: 1045px;
    position:relative;
    top:100px;
    margin-bottom: 100px;
    border-radius:3px;
}

.content-margin {
    height: 140px;
}
img:hover {
    filter: brightness(1.2);
}
img.mobile-logo {
    filter: brightness(1.2);
}
.content p {
    max-width: 940px;
    max-height: 350px;
    line-height: 25px;
    position: relative;
    left: 67px;
    background-color: transparent !important;
}
img.footer-logo {
    position: relative;
    top: 125px;
    left: 230px;
}
.content {
    max-height: 360px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
a.read-more {
    color: orange;
}
.rounded {
    border: none;
    width: 365px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
}
.discord span, .featured span {
    display: block;
    margin: 0 auto;
    color: #DAB100;
    text-align: center;
    font-size: 16pt;
    font-family: tahom;
    text-transform: uppercase;
    text-shadow: 0 0 9px #DAB100;
    position: relative;
    top: 20px;
}
.featured {
    background-image: url(../images/sidebar-l.png), url(../images/sidebar-r.png), url(../images/sidebar-rpt.png), url(../images/images/noise.png);
    background-position: top left, top right, top center;
    background-repeat: no-repeat, no-repeat, repeat-x, repeat;
    width: 370px;
    height: 275px;
    border-radius: 3px;
    margin-top: 25px;
}
iframe.featured-frame {
    box-shadow: 0px 0px 0px 3px #1c1c1c;
    border-radius: 10px;
    position: relative;
    top: 54px;
    margin: 0 auto;
    display: block;
}
.discord {
    background-image: url(../images/sidebar-l.png), url(../images/sidebar-r.png), url(../images/sidebar-rpt.png), url(../images/noise.png);
    background-position: top left, top right, top center;
    background-repeat: no-repeat, no-repeat, repeat-x, repeat;
    width: 370px;
    height: 362px;
    border-radius: 3px;
    margin-top:25px;
}
button.join {
    background: #E2B700;
    box-shadow: 0 0 10px 0px #E2B700;
    text-shadow: 0px 0px 0px white;
    text-transform: uppercase;
    border: none;
    margin: 0 auto;
    display: block;
    width: 345px;
    height: 60px;
    position: relative;
    bottom: 42px;
    border-radius: 11px;
    font-size: 13pt;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
button.join:hover {
        cursor: pointer;
}
.box-shadow {
    box-shadow: 0 0 7px 3px black;
}
@media (max-width: 800px) {
    .header_con {
        display: none;
    }
}
@media (max-width: 370px) { 
    .header, .body_container {
        width: 370px !important;
    }
}
@media (min-width: 1557px) {
    img.nav-logo {
    position: relative;
    bottom: 67px;
}
.navigation li.left {
    width:180px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: left;
}
.navigation li.right {
    width:180px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: right;
}
.left a, .right a {
    color: #a6a6a6;
        font-size: 18px;
            padding: 40px;
}
.left a:hover, .right a:hover {
    color:white;
}
.left:hover:after, .right:hover:after {
    background: orange;
    box-shadow: 0 0 15px #e09724;
    content: "";
    display: block;
    margin-top: 15px !important;
    height: 3px;
}
li.left:nth-child(1):hover:after, li.left:nth-child(2):hover:after, li.left:nth-child(3):hover:after {    width: 180px;margin:0 auto; }
li.right:nth-child(1):hover:after, li.right:nth-child(2):hover:after, li.right:nth-child(3):hover:after {    width: 180px;margin:0 auto; }
}
@media (min-width: 1377px) and (max-width: 1556px) {
    img.nav-logo {
    position: relative;
    bottom: 67px;
}
/*
.float-left {
    float: left;
}

.float-right {
    float: right;
}*/
.navigation li.left {
    width:150px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: left;
}
.navigation li.right {
    width:150px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: right;
}
.left a, .right a {
    color: #a6a6a6;
        font-size: 18px;
            padding: 20px;
}
.left a:hover, .right a:hover {
    color:white;
}
.left:hover:after, .right:hover:after {
    background: orange;
    box-shadow: 0 0 15px #e09724;
    content: "";
    display: block;
    margin-top: 15px !important;
    height: 3px;
}
li.left:nth-child(1):hover:after, li.left:nth-child(2):hover:after, li.left:nth-child(3):hover:after {    width: 150px;margin:0 auto; }
li.right:nth-child(1):hover:after, li.right:nth-child(2):hover:after, li.right:nth-child(3):hover:after {    width: 150px;margin:0 auto; }
}
@media (min-width: 1209px) and (max-width: 1376px) {
    img.nav-logo {
    position: relative;
    bottom: 67px;
}
/*
.float-left {
    float: left;
}

.float-right {
    float: right;
}*/
.navigation li.left {
    width:120px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: left;
}
.navigation li.right {
    width:120px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: right;
}
.left a, .right a {
    color: #a6a6a6;
        font-size: 18px;
}
.left a:hover, .right a:hover {
    color:white;
}
}
@media (min-width: 1059px) and (max-width: 1208px) {
    img.nav-logo {
    position: relative;
    bottom: 67px;
}
/*
.float-left {
    float: left;
}

.float-right {
    float: right;
}*/
.navigation li.left {
    width:100px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: left;
}
.navigation li.right {
    width:90px;
    line-height: 40px;
    position: relative;
    top: 20px;
    float: right;
}
li.left.move {
    right: 10px;
}
li.right.move {
    right: 8px;
}
.left a, .right a {
    color: #a6a6a6;
        font-size: 18px;
}
.left a:hover, .right a:hover {
    color:white;
}
}
ul.navigation {
    display: inline-block;
    font-family: 'Spectral SC';
}
.nav-bar {
    background: url(../images/nav.png) repeat-x;
    height: 100px;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    bottom: 0px;
}

ul.tri_force {
    float: right;
}
button.latest {
    background: #DD980C;
    box-shadow: 0 0 6px 0px #DD980C;
    position: relative;
    top: 100px;
    left: 20px;
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 165px;
    text-align: right;
    border: none;
    border-radius: 4px;
    color: white;
}
button.latest:hover {
    cursor: pointer;
}
img.news {
    float: left;
    position: relative;
    left: 6px;
    text-shadow: 0px 1.4px 1px #181818;
}
span.some_text {
    position: relative;
    right: 8px;
    top: 1px;
    font-weight: bold;
    font-family: Spe;
    font-size: 18px;
    text-shadow: 0px 1.4px 1px #181818;
}
.play-video {
    position: absolute;
    max-width: 101px;
    max-height: 101px;
    width: 100%;
    height: 100%;
    background: url(../images/play-video.png) no-repeat;
    margin-left: 170px;
    margin-top: 90px;
}
.play-video:hover {
    filter:brightness(1.5);
}
h3.media-title {
    text-transform: uppercase;
    font-size: 36px;
    font-family: Quattrocento;
}
p.media-content {
    top: 60px;
    font-size: 18px;
}
.center {
    max-width: 750px;
    position: relative;
    left: 400px;
    top: 90px;
    color: black;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
    font-weight: bold;
}
.footer {
    position:absolute;
    width: 100%;
    height:385px;
    background-image: url(../images/footer-mid.png), url(../images/footer-rpt.png);
    background-repeat: no-repeat, repeat-x;
    z-index: -1;
    margin-top: 0px;
    background-position:bottom;
}
.footer__links__row {
    float: right;
    display: inline-grid;
    text-align: right;
    padding-right: 115px;
    position: relative;
    bottom: 90px;
    right: 50px;
}
.footer__links__row a {
    color: white;
        padding-top: 12px;
}
.footer__links__row h2 {
    color: #FBDD32;
    font-size: 20px;
    position: relative;
    top: 11px;
}
@media (max-width: 375px) {
    .profile_pic {
        display:none;
    }
}
@media (max-width: 1327px) {
    .media-spotlight {
        display:none !important;
    }
}
@media (min-width: 1059px) {
    .header {
        display: none;
    }
    .mobile-logo {
        display:none;
    }
}
/*@media (max-width: 1058px) {
.wrapper {
    height:60%;
}
}
@media (max-width: 775px) {
    .wrapper {
        height:75%;
    }
}
@media (max-width: 560px) {
    .wrapper {
        height:85%;
    }
}
@media (max-width: 480px) {
    .wrapper {
        height:100%;
    }
}*/
@media (max-width: 554px) {
    .post_right {
        display: none !important;
    }
}
@media (max-width:475px) {
    img.mobile-logo {
        width:90%;
    }
}
@media (max-width: 300px) { 
    .post_author, .post_title {
        left: 0 !important;
    }
}
@media (max-width: 1058px) {
    .top-bar, .nav-bar {
        display: none;
    }
    .wrapper {
        top: 10px !important;
    }
    img.mobile-logo {
    display: block;
    margin: 0 auto;
    position: relative;
        padding: 30px 0;
background-color: #000;
width: 100%;
}
.content p {
    left: 0px !important;
    float: none !important;
    width: 95%;
    margin: 0 auto;
        text-align: left !important;
}
/* header */

.header {
   background-color: rgba(0,0,0,0.3);
    box-shadow: inset 0 -15px 15px -15px #000;
    border-bottom: solid 1px rgba(255,255,255,0.1);
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: rgba(224, 151, 36, .05);
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: white;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: rgba(224, 151, 36, .1);
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #e09724;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #e09724;
  box-shadow: 0 0 5px #e09724;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
}

/*BODY CONTAINER/SIDEBAR RESPONSIVENESS*/
@media (max-width:782px) {
    .footer {
        display: none;
    }
}
@media (max-width:1235px) {
    img.footer-logo {
        display: none;
    }
    .footer__links__row {
        float: none;
        bottom: 0;
        right:0;
        top:100px;
    }
    ul.footer__links {
    display: block;
    text-align: center;
}
.mobile-sidebar {
    padding-bottom:100px !important;
}
}
@media (min-width: 1426px) {
    .mobile-sidebar {
        display: none;
    }
    .sidebar {
        float: right;
        position: relative;
        top: 100px;
    }
}
@media (max-width: 1426px) {
    .mobile-sidebar {
        display: table;
        position: relative;
        top: 150px;
        margin: 0 auto;
        padding-bottom:200px;
    }
    .sidebar {
        display: none;
    }
    .wrapper {
        float: none !important;
        display: block;
        margin:0 auto;
    }
    .wrapper:nth-child(2) {
        margin-bottom: 40px;
    }
}