/** {
	border:1px solid lime; 
}*/


html {
	/* background-color:#FCFCFF; */
	padding:0px;
	height: 100%;
  	box-sizing: border-box;
}


body {
	margin:0;
	position: relative;
	height:100%;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	background-image:url('../img/background.png');
}

.footercontainer {
	background-color:black;
	  text-align: center;
	/* Set the fixed height of the footer here */
	height: 30px;
}

div.footer {
	color:white;
  	vertical-align: middle;
	font-size:1.2em;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	display: block;
}

div.headerlogo
{
	display:inline-block;
}

div.newstitle
{
	padding-bottom:10px;
}

div.newstitle span {
	color:#7F7F7F;
}

h2
{
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:10px;
}
ul 
{
	margin:0px;
	padding:0px 0px 0px 20px;
}

div.header {
	height:50px;
	font-size:1em;
	/*background-color:black;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222326+0,000000+100 */
	background: #222326; /* Old browsers */
	background: -moz-linear-gradient(top, #222326 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #222326 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #222326 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222326', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


}

div.headermenu {
	max-width:960px;
	height:50px;
	display: block;
	align-items:center;
	margin-left:auto;
	margin-right:auto;
}

div.headermainmenu {
	height:50px;
	display: block;
	align-items:center;
	margin-left:auto;
	margin-right:auto;
}

div.headermainmenu a {
	color:white;
	padding:15px;
	display: inline-block;
	text-decoration: none;
	justify-content: center;
}

div.headermainmenu a:hover {
	color:black;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,a2a5ac+100 */
background: #d6d6d6; /* Old browsers */
background: -moz-linear-gradient(top, #d6d6d6 0%, #a2a5ac 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d6d6d6 0%,#a2a5ac 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d6d6d6 0%,#a2a5ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#a2a5ac',GradientType=0 ); /* IE6-9 */
}
div.headermainmenu a.headermouseover
{
	color:black;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,a2a5ac+100 */
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 0%, #a2a5ac 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#a2a5ac 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d6d6d6 0%,#a2a5ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#a2a5ac',GradientType=0 ); /* IE6-9 */
}

div.headerbtns {
	height:50px;
	margin-top:0px;
	border:0;
    display: -webkit-flex;
	display: flex;
	align-items:center;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

.headerbtns span {
	margin-top:0px;
	border:0;
	text-decoration: none;
	justify-content: center;
}

.topbuttons
{
	width:32px;
	height:32px;
	display:inline-block;
	margin-right:10px;
	align-self: flex-end;
}
.fbk
{
	background-image:url('../img/sa.png');
}
.fbk:hover
{
	background-position:0px -32px;
}
.twt
{
	background:url("../img/sa.png");
	background-position:-32px -0px;
}
.twt:hover
{
	background-position:-32px -32px;
}
.tch
{
	background:url("../img/sa.png");
	background-position:-96px -0px;
}
.tch:hover
{
	background-position:-96px -32px;
}
.ptn
{
	background:url("../img/sa.png");
	background-position:-64px -0px;
}
.ptn:hover
{
	background-position:-64px -32px;
}
.dsc
{
	background:url("../img/sa.png");
	background-position:-128px -0px;
}
.dsc:hover
{
	background-position:-128px -32px;
}

img.anoborder
{
	border:0;
	text-decoration: none;
}

span.spanicon {
	width:24px;
	height:24px;
	display:block;
}


div.headersm {
	width:100%;
	display: block;
}

div.fullscreenbanner {
	height:400px;
	display:block;

    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

div.twitch
{
	width:528px;
	margin-left:auto;
	margin-right:auto;
}

div.currentlystreaming
{
	font-size:2em;	
	padding:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



div.calltoaction {
	width:960px;
	height:300px;
	padding-top: 10px;
	background:url("../img/CallToAction.jpg");
	text-align: right;
	margin-left:auto;
	margin-right:auto;
}

div.calltoaction div
{
	width:260px;
	display:inline-block;
}

div.calltoaction div{
	padding-bottom:20px;
	text-align:center;
}

div.gamebuttoncontain
{
width: 100%;
}

div.gamebuttoncontain a
{
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
}

div.gamebuttoncontain a span
{
	margin-left:auto;
	margin-right:auto;
}

span.indexbuy
{
	width:250px;
	height:57px;
	display:block;
	margin-right:10px;
 	border-radius: 8px;
	background:url("../img/steam-button.png");
}

span.indexsteam
{
	background-position:-0px -0px;
	background-color:#000000;
}

span.indexsteam:hover
{
	background-color:#303030;
}

span.indexhumble
{
	background-position:-250px -0px;
	background-color:#ab2024;
}

span.indexhumble:hover
{
	background-color:#cb272c;
}

span.indexitch
{
	background-position:-500px -0px;
	background-color:#9cdfe4;
}

span.indexitch:hover
{
	background-color:#bdecef;
}

span.indexbrightlocker
{
	background-position:-750px -0px;
	background-color:#f0a400;
}

span.indexbrightlocker:hover
{
	background-color:#f5cf7d;
}

div.steamwidget
{
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
}

div.titleoffset {
	padding-top:100px;
}

div.indexsection {
	margin-bottom:20px;
	background-image: url('../img/fullscreenbanner-template.jpg');	
}

div.newsbanner {
	margin-bottom:20px;
	background-image: url('../img/banner/banner-news.jpg');	
}

div.podcastbanner
{
	margin-bottom:20px;
	background-image: url('../img/fullscreenbanner-template.jpg');	
}

div.gamebanner
{
	margin-bottom:20px;
	background-image: url('../img/banner/banner-games.jpg');	
}

div.aboutusbanner
{
	margin-bottom:20px;
	background-image: url('../img/banner/banner-aboutus.jpg');	
}

div.streamingbanner
{
	margin-bottom:20px;
	background-image: url('../img/banner/banner-streaming.jpg');	
}

div.twitchplayer
{
	display:none;
	width:605px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

div.newsbox
{
	background-color:#FFFFFF;
	offset-left:10px;
	offset-right:5px;
	width:31%;
	display: inline-block;
	margin-bottom:10px;
}

div.newsbox img 
{
	
}

div.homecontainer {
	width:100%;
	background-image:url('../img/background.png');

	min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -30px;
	
}

div.maincontainer
{
	padding-top:20px;
	padding-bottom:20px;
}

div.mainsubcontainer {
	max-width:960px;
	font-size:1.2em;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
    display: -webkit-flex;
	display:flex;
	flex-direction:column;
	order:column;
}

div.mainsubcontainer div {
	justify-content:space-between;
	/*padding:5px !important;*/
}

div.mainsubcontainer a {
	justify-content:space-between;
	/*padding:15px;*/
}

div.mainsubcontainer div.fullscreenbannertitle {
	padding: :30px;
	color:white;
	font-size:3em;
	background-color: rgba(0, 0, 0, 0.5);
}

div.gamescreenshot
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
div.gamedescription
{
	padding-bottom: 20px important;
}
	
	div.gamedescription img
	{
		max-width:100%;
	}

div.gamedescription div
{
	padding-top:20px;
	padding-bottom: 20px;
}
div.gamescreenshot div {
	width:32%;
	justify-content:space-between;
}

div.descbox
{
	padding:15px;
	border:solid 1px #CfCfCf; 
	border-width:1px 0px 0 0;
	background-color:white;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

div.newsimgtitle a
{
	margin-left: auto;
	margin-right: auto;
}

div.newslist
{
	width:100%;
	background: white;
	margin-bottom: 10px;
}

div.newslistimg
{
	
}

div.newslistdesccontain
{
	
}

div.newstitle a
{
	color:black;
}

div.newstitle a:hover
{
	color:black;
	text-decoration: underline;
}

div.newslisttitle a
{
	color:black;
}

div.newslisttitle a:hover
{
	color:black;
	text-decoration: underline;
}

div.newslistdesc
{
	
}

/* Orangish #B25721 
	Brown #7F563D
	Red #E52413
	Greenish #4DE866
	Green #37B221

*/

img.thumbnail
{
	width:285px;
	height:165px;
}

div.timezone
{
	max-width:300px;
	padding-bottom:50px;
}

table.streamschedule
{
	width:100%;
	font-size:1em;
}

table.streamschedule th
{
	padding:10px;
	font-size:1.2em;
	text-align: center;
}

table.streamschedule td
{
	vertical-align: top;
}

table.streamschedule span
{
	display:block;
	font-weight: bold;
	text-align: center;

}

table.streamschedule span.time
{
	padding:10px;
	font-size:1.2em;
}

table.streamschedule div
{
  width:100%;
  padding:2px;
}

table.streamschedule div span
{
    display: -webkit-flex;
    display: flex;
	width:100%;
	height:100%;
	align-items: center;
    justify-content: center;
    color:white;

text-shadow: rgba(0,0,0,1) 1px 1px 0;
  /*border: 2px solid #a1a1a1;*/
 	border-radius: 8px;
}

table.streamschedule div.arelitecore span
{
    background: #9f3b3c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#aa3f40, #6f2526); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#aa3f40, #6f2526); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#aa3f40, #6f2526); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#aa3f40, #6f2526); /* Standard syntax */
}

table.streamschedule div.rts span
{
    background: #f29b29; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f2ad29, #c57e20); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f2ad29, #c57e20); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f2ad29, #c57e20); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f2ad29, #c57e20); /* Standard syntax */
}

table.streamschedule div.gaming span
{
    background: #1e957c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#25b093, #197e69); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#25b093, #197e69); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#25b093, #197e69); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#25b093, #197e69); /* Standard syntax */
}

table.streamschedule div.podcast span
{
    background: #153778; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1a479c, #11326f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1a479c, #11326f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1a479c, #11326f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1a479c, #11326f); /* Standard syntax */
}

table.streamschedule div.nostream span
{
    background: #bfbdb8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d5d2cd, #9b9994); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d5d2cd, #9b9994); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d5d2cd, #9b9994); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d5d2cd, #9b9994); /* Standard syntax */
}

table.streamschedule span.empty
{
}

div.mainsubcontainer div.title 
{ 
	padding-bottom:40px;	
}

div.mainsubcontainer div.title span
{ 
	font-size: 1.2em;
}


@media screen and (max-width: 1022px) {

	div.mainsubcontainer
	{
		font-size:2.4em;
	}

	div.mainsubcontainer div.title span
	{
		font-size:2.4em;
	}

	div.headermenu {
		height:auto;
	}

	div.headermainmenu {
		height:auto;
	}

	div.fullscreenbanner {
		display:none;

		background-attachment: fixed;
	    background-position: bottom;
	    background-repeat: no-repeat;
	    background-size: cover;
	}


	div.headermainmenu a {
		color:white;
		padding:15px;
		width:100%;
		display: inline-block;
		text-decoration: none;
		justify-content: center;
		text-align:center;
	}


	div.headerlogo
	{
		display:inline-block;
		text-align:center;
	}

	div.header {
		height:auto;
	}


	div.headerbtns {
	    display: block;
		text-align:center;
	}

	.navbar-fixed-top
	{
		position:inherit;
	}

	div.gamedescription img
	{
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	div.descbox
	{
		display:block;
		font-size:2.4em;
	}
}