@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500);

*{
	outline:none;
	font-weight:100;
	font-family:'Maven Pro', helvetica, arial;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html{
	color:#5f5f5f;
	background:#000;
	margin:0 auto;
	padding:0;
}
body{
	background:#070809 url(../img/bg.jpg) no-repeat top center;
	margin:0 auto;
	transition:0.3s all ease-in-out;
}
body.noscroll{
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6{
	font-weight:100;
	color:#bfbfbf;
}
img{
	max-width:100%;
	vertical-align:top;
}
a{
	color:#009aff;	
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	color:#bfbfbf;
	font-size:14px;
	line-height:22px;
}
.clearfix:after{
	content:'';
	visibility:hidden;
	display:block;
	clear:both;
	display:block;
}
.ellipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-indent:2px;
	position:relative;
	left:-2px;
}
.transition{
	transition:0.3s all ease-in-out;
}
.container{
	margin:0 auto;
	max-width:1100px;
	padding:0 10px;
}

/* Top Nav */
.topnav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0, 0.8);
	padding:16px 20px 11px;
	z-index:99;
	text-align:center;
}
.topnav .items.container{
	padding:0 20px;
}
.topnav .items .logo{
	float:left;
}
.topnav .items .logo a{
	width:225px;
	text-align:left;
	position:relative;
	top:-1px;
	display:inline-block;
}
.topnav .items .mmenu{
	float:right;
	display:none;
	width:40px;
	height:35px;
	margin-top:-6px;
	position:relative;
	top:2px;
	background:rgba(0,0,0,0.6) url(../img/hamburger.png) center center no-repeat;
	background-size:22px auto;
	transition:0.3s all ease-in-out;
}
.topnav .items .mmenu.active,
.topnav .items .mmenu:hover{
	cursor:pointer;
	background:#0076c3 url(../img/hamburger.png) center center no-repeat;
	background-size:22px auto;
}
.topnav .items .links{
	float:right;
	margin:6px 0;
}
.topnav .items .links.force{
	display:block !important;
}
.topnav .items .links a{
	color:#fff;
	text-decoration:none;
	color:#ffffff;	
	font-size:15px;
	position:relative;
	padding-left:10px;
	transition:0.3s all ease-in-out;
}
/*.topnav .items .links a:before{
	content:'/';
	color:#2580b8;
	margin-right:5px;
	position:absolute;
	left:0px;
}*/
.topnav .items .links a + a{
	margin-left:20px;
}
.topnav .items .links a:hover{
	color:#0076c3;	
}

/* Trending */
.trending{
	padding-top:25px;
}
.trending .title-bar{
	text-align:center;
	color:#fff;
	position:relative;
	overflow:hidden;
	margin-bottom:1px;
}
.trending .title-bar img{
	max-height:19px;
	margin-right:10px;
}
.trending .trending-item .ext-link{
	display:inline-block;
	width:34px;
	height:34px;
	border-radius:100%;
	padding:5px;
	background:rgba(0,0,0,0.6) url(../img/reddit.png) center center no-repeat;
	background-size:22px auto;
	position:absolute;
	top:5px;
	right:5px;
	transition:0.5s all ease-in-out;
}
.trending .trending-item.twitter .ext-link{
	background:rgba(0,0,0,0.6) url(../img/twitter.png) center center no-repeat;
	background-size:22px auto;
}
.trending .trending-item{
	width:32.66%;
	float:left;
	background:#fff;
	overflow:hidden;
	border:1px solid #000;
	padding:20% 10px 10px;
	position:relative;
	background-position:center center;
	background-size:cover !important;
	transition:0.5s all ease-in-out;
	margin-top:1%;
	margin-right:1%;
	border-radius:2px;	
}
.trending .trending-item:nth-child(3n){
	margin-right:0;
}
.trending .trending-item .content{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:12px 10px;
	float:left;
	background:rgba(0,0,0, 0.85);	
	transition:0.5s all ease-in-out;
}
.trending .trending-item:hover{
	border:1px solid #0076c3;
}
.trending .trending-item:hover .content{
	padding:20px 10px;
}
.trending .trending-item:hover .ext-link{
	transform:rotateZ(360deg);	
}
.trending .trending-item .content .inner{
	width:100%;
}
.trending .trending-item .content p{
	font-size:13px;
	margin:4px 0;
}
.trending .trending-item .content p.time{
	font-size:12px;
	line-height:15px;
	margin:0;
}
p.time span:after,
.tab-contents p.time a:after{
	content:'';
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:100%;
	margin-left:10px;
	margin-right:6px;
	background:#ccc;
	position:relative;
	top:-1px;
}

/* Content */
.content.container{
	padding-top:64px;
}
.content h2.section-title{
	text-align:center;
	margin-bottom:10px;
}

/* Tabs */
.content .tabs{
	width:100%;
	padding:15px;
	border-bottom:1px solid #e5e5e5;
}
.content .tabs .tab{
	width:33.33%;
	float:left;
	text-align:center;
	background:#1f1f1f;
	color:#bfbfbf;
	padding:7px 10px;
	position:relative;
	overflow:hidden;
	font-size:14px;
	line-height:18px;
}
.content .tabs .tab + .tab{
	border-left:1px solid #3b3b3b;
}
.content .tabs .tab:first-child{
	border-radius:2px 0 0 2px;
}
.content .tabs .tab:last-child{
	border-radius:0 2px 2px 0;
}
.content .tabs .tab:hover{
	cursor:pointer;
	background:#3b3b3b;
	color:#fff;
}
.content .tabs .tab.active{
	background:#009aff;
	color:#fff;
}
.content .tabs .tab.active:after,
.content .tabs .tab:hover:after{
	bottom:0;
}
.content .tabs .tab img{
	max-height:19px;
	margin-right:10px;
}

/* Tabs Content */
.tab-contents{
	float:left;
	width:66.33%;
	border-radius:2px;
	margin-top:25px;
	margin-bottom:25px;
	background:#f7f7f7;
}
.tab-contents .no-results{
	border:1px solid #3b4155;
	padding:50px 20px;
	text-align:center;
	display:none;
}
.tab-contents .no-results h4{
	margin:0;
}
.tab-contents .tab-content{
	display:none;
	min-height:300px;
	padding-bottom:15px;
}
.tab-contents .tab-content.active{
	display:block;
}
.tab-contents .tab-content .info-item{
	position:relative;
	padding:15px 15px 0;
}
.tab-contents .tab-content .info-item + .info-item{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #e5e5e5;
}
.tab-contents .tab-content .info-item:hover > .media{
	border:1px solid #0076c3;
}
.tab-contents .tab-content .info-item .media .ext-link{
	display:inline-block;
	width:26px;
	height:26px;
	border-radius:100%;
	padding:4px;
	background:rgba(0,0,0,0.6) url(../img/reddit.png) center center no-repeat;
	background-size:18px auto;
	position:absolute;
	top:4px;
	right:4px;
	transition:0.5s all ease-in-out;
}
.tab-contents .tab-content .info-item.twitter .media .ext-link{
	background:rgba(0,0,0,0.6) url(../img/twitter.png) center center no-repeat;
	background-size:18px auto;
}
.tab-contents .tab-content .info-item .media:hover .ext-link{
	transform:rotateZ(360deg);
}
.tab-contents .tab-content .info-item .avatar{
	float:left;
	display:none;
}
.tab-contents .tab-content .info-item .media{
	float:left;
	width:22%;
	padding-top:13.25%;
	border-radius:2px;
	text-align:center;
	position:relative;
	border:1px solid #3b4155;
	transition:0.3s all ease-in-out;
	background-size:cover !important;
}
.tab-contents .tab-content .info-item .media img{	
	border-radius:2px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	max-height:98px;
}
.tab-contents .tab-content .info-item .content{
	float:right;
	width:76%;
	position:relative;
	transition:0.3s all ease-in-out;
}
.tab-contents .tab-content .info-item .content .inner{
	width:100%;
}
.tab-contents .tab-content .info-item .content p{
	font-size:15px;
	margin:0;
	color:#5f5f5f;
}
.tab-contents p.time a:after{
	margin-right:9px;
}
.tab-contents .tab-content .info-item .content p.time{
	font-size:12px;
	line-height:15px;
	margin:0 0 8px;
	color:#5f5f5f;
}
.tab-contents .tab-content .info-item .content p.time a{
	font-weight:500;
}
.tab-contents .tab-content .info-item .content a.viewmore{
	font-size:12px;
	font-weight:500;
}

/* Toggle Btns */
.toggle-btns{
	margin:14px 14px -6px;
	background:#fffefe;
	border:1px solid #e3e3e3;
	border-radius:20px;
	display:inline-block;
}
.toggle-btns a{
	display:inline-block;
	font-size:12px;
	font-weight:500;
	padding:7px;
	text-decoration:none;
	color:#009aff;
	border-radius:20px;
	cursor:pointer;
	float:left;
	transition:0.3s all ease-in-out;
}
.toggle-btns a.active{
	background:#009aff;
	color:#fff;
}

/* Filter Side */
.side-bar{
	float:right;
	width:32.67%;
	margin-top:25px;
	color:#5f5f5f;
}
.side-bar .side-section{
	background:#f7f7f7;
	border-radius:2px;
	display:none;
}
.side-bar .side-section.active{
	display:block;
}
.side-bar img.flag{
	max-width:47px;
	float:left;
	margin:-12px 7px -7px -5px;
}
.side-bar .head{
	border-bottom:1px solid #e5e5e5;
	padding:10px;
}
.side-bar h2{
	font-size:18px;
	line-height:18px;
	color:#5f5f5f;
	margin:0;
	padding:5px 0;
}
.side-bar .listings{
	padding:0 10px;
}
.side-bar .listings .list-item{
	padding:5px 0;
	border-radius:2px;
}
.side-bar .listings .list-item:nth-child(even){
	background:#e5e5e5;
}
.side-bar .listings .list-item p.date{
	font-size:12px;
	line-height:16px;
	margin:0 0 4px;
	text-align:center;
	color:#5f5f5f;
}
.side-bar .listings .list-item .team{
	width:45%;
	float:left;
	text-align:center;
}
.side-bar .listings .list-item span.vs + .team{
	float:right;
	width:45%;
}
.side-bar .listings .list-item span.vs{
	font-size:16px;
	font-style:italic;
	font-weight:500;
	opacity:0.5;
	display:inline-block;
	margin-top:16px;
	color:#5f5f5f;
}
.side-bar .listings .list-item .team img{
	max-width:28px;
}
.side-bar .listings .list-item .team p{
	font-size:12px;
	margin:0;
	color:#5f5f5f;
	font-weight:500;
}

/* About */
body.about .content{
	text-align:center;
}
body.about .content img{
	max-width:400px;
	margin:50px 0 20px;
}
.about-container{
	margin-top:20px;
}
.about-container p{
	font-size:15px;
}

/* Footer */
.footer{
	margin-top:50px;
	text-align:center;
	background:rgba(0,0,0, 0.8);
	color:#fff;
	font-size:13px;
	line-height:18px;
	padding:20px 0;
}