/********************
	RESET
*********************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/*=========== FONTS =================================*/

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'dfwfontpackregular';
    src: url('../fonts/dfwfontpack-regular_1-webfont.woff2') format('woff2'),
         url('../fonts/dfwfontpack-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*=========== OTHER =================================*/

body {
	font-family: Sans-Serif, Oswald;
	background: url('images/background.jpg');
	background-color: #151b2e;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	font-family: Sans-Serif, Oswald;
	color: #798896;
	font-size: 13px;
	line-height: 1.28;
	position: relative;
}

h1, h2, h3, h4, h5 {
	font-family: Oswald;
}

.ps-logo,.xbox-logo, .console-logo-font {
	font-size: 24px;
	color: #dcdcdc;
}

.demerit-system {
	font-family: 'dfwfontpackregular';
	font-size: 15px;
	font-weight: 100;
}

.hdr-logo {
	padding-top: 5%;
}

/*============ LAYOUT CONTAINER ======================*/

#mainbody {
	background: -webkit-linear-gradient(left,rgba(10,19,23,0.8),rgba(2,2,2,0.8)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right,rgba(2,2,2,0.8),rgba(10,19,23,0.8)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right,rgba(2,2,2,0.8),rgba(10,19,23,0.8)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(2,2,2,0.8), rgba(10,19,23,0.8)); /*Standard*/
}

.inlineBorder {
	border-radius: 5px;
	border: 1px ridge rgba(20, 20, 20, .1);

}

.inlineContainer {
	letter-spacing: -0.31em;
	border-radius: 3px;
}


.inlineContainer > *:not(.inlineContainer) {
	letter-spacing: normal;
}

.headingbody {
	background: url(../images/panel_bg.jpg) center top repeat-x #181818;
}

.panel {
	background-color: #0C0F11;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.05);
	box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.panel-default {
	border-color: #000000;

}

.panel-default2 {
	border-color: #000000;
	width: 100%;
}

.panel-body {
	padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default>.panel-heading {
	color: #f0f0f0;
	background-color: #1C2932;
	border-color: #17181A;
	background-image:none!important;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0;
    color: inherit;
    font-family: 'Oswald';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

#ptitle {
	color: #2AC0FF;
	background: url(../images/hbullet.png) left top no-repeat;
    background-image: url(../images/hbullet.png);
    padding: 7px 0px 10px 25px;
}

#title {
	color: #2AC0FF;
}

.headingtitle {
	background: url(../images/panel_bg.jpg) center top repeat-x #181818;
}

.sideheadingtitle {
	background:url(../images/right_h_bg.png) top left no-repeat;
}

.sidebody {
	background: linear-gradient(to right, #181818, #181818);
}

#donate-me {
	padding-bottom:16px;
}

/*============= SUPPORTED GAMES =========================*/

.games-button {
    width: 100%;
	height: 96px;
    font-size: 7.5pt;
    font-family: Oswald;
	padding-top: 40px;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 2px black;
}

.overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.overlay:after {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	position: absolute;	

 }

.overlay:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 8.5pt !important;
    opacity: 0.5;
}

.banner-img {
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 7.5pt !important;
}

.img__wrap:hover .img__description_layer {
	cursor: pointer;
	background: #000000b9;
	visibility: visible;
	display: flex;
	transition: all opacity .3s, visibility .3s ease;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
	font-size: 9pt !important;
	opacity: 1;
}

.img__wrap:hover .img__description {
	text-decoration: none;
}


/*============= NAV SETTINGS =========================*/

.bg-dark {
	background-color: #222!important;
	border-color: transparent;
	font-family: Oswald;
	font-size: 13px;
	position: fixed!important;
    z-index: 1!important;
    width: 100%!important;
}

.bg-dark .navbar-nav > li > a:hover, .bg-dark .navbar-nav > li > a:focus {
	color: #2ac0ff;

}

.s-placement {
	margin-top: .8em;
	font-size: 16px;
}

.DiscordButton {
	background: #18191c;
    border-radius: 3px;
    padding: 8px 16px;
}

.DiscordButton>li>a {
    display: initial!important;
	padding:unset;
    color: white;
	background:transparent;
	text-decoration-color: #2AC0FF;
	margin-top: .9em;
}

.DiscordButton>li>a:hover,.DiscordButton>li>a:focus {
    background: transparent;
    background-color: transparent;
	text-decoration: none;
	text-decoration-color: #2AC0FF;
	color: #2AC0FF;
}

.discord-button-form {
	padding-bottom: 14px;
}

.discord-button {
	display: inline-block;
	background-color: #213d50;
	border:none;
	color: #FFFFFF;
	padding: 5px;
	top: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	transition: all 0.5s;
	width: 100px;
	text-transform: uppercase;
	margin-right: 12px;
	border-radius: 3px;
}

.discord-button>a {
	text-decoration: none;
}

.discord-button span {
	cursor: pointer;
	display: block;
	position: relative;
	transition: 0.3s;
}

div.remaining {
	color: #2ac0ff;
}


/* ==========================// TABLE CSS //========================== */

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

/* General Table */
.box-table-a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
}


.box-table-b {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	
}

.box-table-c {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
	margin-bottom: 0px !important;
}
	
#ital {
	font-style: italic;
}

#bold {
	font-weight: bold;
}

/* Outside table */

.box-table-a th {
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	background: rgb(17, 17, 17);
	color: white;
}

.box-table-b th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
}

.box-table-c th {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/* Inside table */

.box-table-a td {
	padding: 8px;
	font-size: 12px;
}

.box-table-b td {
	font-size: 12px;
}

.box-table-c td {
	font-size: 11px;
	line-height: 1.3 !important;  
	border-top: 1px ridge rgba(51,51,51,0.8) !important;
	border-bottom: 1px ridge rgba(51,51,51,0.8) !important;
}


/* Hover over */

.box-table-a tr:hover td {
	background: rgb(40, 40, 40);
	color: #ffffff;
}

.box-table-b tr:hover td {
	background: rgb(40, 40, 40);
	color: #ffffff;
}

.box-table-c tr:hover td {
	background: rgb(40, 40, 40);
	color: #ffffff;
}

/* Odd color */

.box-table-a .odd {
	background: rgb(40, 40, 40);
}

.box-table-b .odd {
	background: rgb(40, 40, 40);
}

.box-table-c .odd {
	background: rgb(40, 40, 40);
}


#odd {
	background: rgb(40, 40, 40);
}

img#icons {
	width: 20px;
}

img#userpic {
	width: 30px;
	height: 30px;
}

#flagged {
	color: rgb(255, 204, 0);
	font-style: italic;
}

#flaggedlink {
	color: rgb(204, 204, 204);
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-wrapper-scroll-nh {
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrapper-scroll-y {
  display: block;
  height: 230px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 0px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #1a1a1a;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #26475d;
    -webkit-border-radius: 2px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #666;
    -webkit-border-radius: 0px;
}


/* ======================// TEMP-RIPPED CSS //====================== */

/******************************************
			   TILE OVERLAY
*******************************************/
.tilt::after {
	-webkit-transform: skew(-7deg) !important;
    -ms-transform: skew(-7deg) !important;
    transform: skew(-7deg) !important;
}

.hover-overlay {
    position: relative;
    overflow: hidden
}

.hover-overlay img {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.android-browser-4_3minus .hover-overlay img {
    transition: none;
    -webkit-transition: none
}

.hover-overlay:hover img {
    transform: scale(1.55, 1.55);
    -webkit-transform: scale(1.55, 1.55);
    -moz-transform: scale(1.55, 1.55);
    -ms-transform: scale(1.55, 1.55);
    -o-transform: scale(1.55, 1.55)
}

.ie9 .hover-overlay:hover img,
.mobile .hover-overlay:hover img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none
}

.hover-overlay:hover .overlay>div {
    transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -o-transform: translateY(-50%) scale(1, 1)
}

.ie9 .hover-overlay:hover .overlay>div,
.mobile .hover-overlay:hover .overlay>div {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.hover-overlay .overlay {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.android-browser-4_3minus .hover-overlay .overlay {
    transition: none;
    -webkit-transition: none
}

.hover-overlay .overlay:hover {
    opacity: 1
}

.hover-overlay .overlay>div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 25px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transform: translateY(-50%) scale(0.5, .5);
    -webkit-transform: translateY(-50%) scale(0.5, .5);
    -moz-transform: translateY(-50%) scale(0.5, .5);
    -ms-transform: translateY(-50%) scale(0.5, .5);
    -o-transform: translateY(-50%) scale(0.5, .5)
}

.android-browser-4_3minus .hover-overlay .overlay>div {
    transition: none;
    -webkit-transition: none
}

.ie9 .hover-overlay .overlay>div,
.mobile .hover-overlay .overlay>div {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.hover-overlay .overlay>div .title {
    font-size: 17px
}

.hover-overlay .overlay>div i {
    font-size: 32px
}

.hover-overlay .overlay>div a i {
    font-size: 25px
}

@media (max-width:991px) {
    .hover-overlay .overlay>div,
    .hover-overlay .overlay>div p {
        font-size: 11px;
        line-height: 16px
    }
    .hover-overlay .overlay>div .title {
        font-size: 12px;
        line-height: 16px
    }
    .hover-overlay .overlay>div a i,
    .hover-overlay .overlay>div i {
        font-size: 16px
    }
}

@media (max-width:479px) {
    .hover-overlay .overlay>div,
    .hover-overlay .overlay>div p {
        font-size: 8px;
        line-height: 10px
    }
    .hover-overlay .overlay>div .title {
        font-size: 10px;
        line-height: 10px
    }
    .hover-overlay .overlay>div a i,
    .hover-overlay .overlay>div i {
        font-size: 10px
    }
}

.background-hov {
    background: rgba(24, 24, 24, 0.9) !important;
}

/* ===================== FLOWCHART =========================================== */

.process {
    position: relative;
    line-height: 36px
}

@media (min-width:1200px) {
    .process .process-row:before {
        top: 65px;
        left: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        border-top: 2px solid;
        z-index: 0
    }
}

.process .process-row .process-step {
    text-align: center;
    position: relative;
    padding-bottom: 0px
}

.process .process-row .process-step p {
    margin-top: 10px
}

.process .process-row .process-step .title {
    margin-top: 15px;
    margin-bottom: 15px
}

.process .process-row .process-step .process-box {
    position: relative;
    width: 130px;
    height: 130px;
    text-align: center;
    padding: 0;
    font-size: 30px;
    line-height: 130px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid;
    overflow: hidden;
    margin: 0 auto
}

.process .process-row .process-step .process-box:before {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
	background-color: #141414;
}

.process .process-row .process-step .process-box i {
    position: relative;
    z-index: 10;
    font-size: 0
}

.process .process-row .process-step .process-box i:before {
    font-size: 36px
}

.step-text {
	text-align: center;
	margin-top: -10px !important;
	line-height: 16px !important;
}

/* ===================== TWITCH CHANNELS DIV VERSION 2.0 ===================== */

#stream-container {
	margin-top: 8px;
}

.streamButton {
    cursor: pointer;
	background-color: #213d50;
	margin-bottom: 1em;
}

.streamButton-2 {
    cursor: pointer;
	background-color: #213d50;
	margin-left: 20px;
}

.stream-bg {
	background-color: #1c2932;
	border-radius: 0px;
	margin-bottom: 0px;
}

.stream-text-margin {
	margin-top: 3px;
	margin-bottom: 3px;
}

.streamlistContainer {
	width: 100vw;
	max-width: 39.7%;
}

.streamlistContainerMobile {
	background: #383a42;
}

.streamlistMenu {
    background-color: #383a42;
    width: 300px;
}

.stream-label-text {
	margin-left: 1em;
	font-family: Oswald;
	font-size: 20px;
}

.stream-label-button {
	font-family: Oswald;
	font-size: 20px;
}

.stream-label-name {
	color: #2AC0FF;
}

li.list-group-item.streams-li {
    background-color: transparent;
    border: 0px;
}

/* ===================== TWITCH CHANNELS DIV ===================== */

	#team-container{
		width: 100%;
		line-height: 25px;
	}

	.bar {
	width: 100%;
	height:38px;
	overflow:hidden;
	}

	#team-container{
		height: 50px;
		width: 100%;
	}

	#team-members{
		/*background: #1c2831;*/
		/*background: #131b20;*/
		margin: 0 0px;
		height: 50px;
		width: 100%;
		padding: 5px;
	}
	
	#team-members .online, #team-members .offline, #team-members ul li{
		height: 40px;
	}

	#team-members h1{
		float: left;
		top: 10px;
		height: 50px;
		width: 80px;
		margin: 2px 0 0 0;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
		color: #666;
	}

	#team-members span.status{
		float: left;
		width: 80px;
		height: 40px;
		padding-top: 13px;
		margin-right: 5px;
		/*background: #1c2831;*/
		text-align: center;
		color: #AAA;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}

		#team-members span.chat{
		float: right;
		width: 78px;
		height: 40px;
		padding-top: 13px;
		margin-right: 5px;
		/*background: #1c2831;*/
		text-align: center;
		color: #AAA;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}

	#team-members .online, #team-members .offline{
		list-style: none;
	}

	#team-members ul, #team-members ul li{
		float: left;
	}

	#team-members ul li{
		position: relative;
		/*background: #1c2831;*/
		margin-right: 5px;
		overflow: hidden;
	}

	#team-members .online li{
		width: 125px;
		-webkit-transition:all 250ms ease;
		-moz-transition:all 250ms ease;
		-o-transition:all 250ms ease;
		transition:all 250ms ease;
	}

	#team-members .online li:hover{
		background: #555;
	}

	#team-members ul li a{
		display: block;
		width: 100%;
		height: 100%;
	}

	#team-members ul li img{
		height: 30px;
		width: 30px;
		margin: 4px;
	}

	#team-members .online li img{
		border: 1px solid #6F9;
	}

	#team-members ul li .broadcaster{
		font-size: 10px;
		position: absolute;
		top: 2px;
		left: 40px;
	}

	#team-members .online li .broadcaster{
		color: #6F9;
		text-transform: uppercase;
	}

	#team-members .online li .game{
		position: absolute;
		left: 40px;
		bottom: 2px;
		height: 22px;
		
		font-size: 10px;
		line-height:10px;
		overflow: hidden;
		color: #FFF;
	}

	#team-members .offline li{
		width: 40px;
	}

	#team-members .offline li:hover{
		width: 155px;
	}

	#team-members .offline li img{
		border: 1px solid #B8B8B8;
		opacity: 0.5;
		filter: alpha(opacity=50); /* For IE8 and earlier */
	}

	#team-members .offline li .broadcaster{
		position: absolute;
		top: 2px;
		left: 40px;
		color: #B8B8B8;
		text-transform: uppercase;
	}

	#team-members .offline li .offline{
		position: absolute;
		left: 40px;
		bottom: 2px;
		height: 22px;
		
		font-size: 10px;
		overflow: hidden;
		color: #B8B8B8;
	}
	

	
.responsive-frame {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}


/* ===================== VIDEO RESPONSIVE CONTAINERS ===================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
	
	#mainbody {
		padding: 20px;
	}
	
	.container {
		width: 100%;
		min-width: unset;
	}
  
	.bg-dark {
		height: 60px!important;
		position: fixed!important;
		z-index: 1!important;
		width: 100%!important;
	}
  
	.s-placement {
		padding: 0px 5px;
		padding-left: 140px;
		text-align:justify;
	}
	
	.DiscordButton {
		max-width: 220px;
		border-radius: 3px;
		z-index: 9999;
		left: 122em;
	}
	
	#discordbuttonz {
		opacity:1;
		top:59px;
		transform:translateY(0px);
	}
	
	.streamlistContainer {
		background: #383a42;
	}
	
	.hdr-logo {
		padding-top: 5%!important;
	}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
	
	#mainbody {
		padding: 20px;
	}
	
	.container {
		width: 100%;
		min-width: unset;
	}
  
	.bg-dark {
		height: 60px!important;
		position: fixed!important;
		z-index: 1!important;
		width: 100%!important;
	}
  
	.s-placement {
		padding: 0px 5px;
		padding-left: 140px;
		text-align:justify;
	}
	
	.menuButtonDiscord {
		margin-left: 95px;
	}
	
	.DiscordButton {
		max-width: 220px;
		border-radius: 3px;
		z-index: 9999;
		left: 122em;
	}
	
	#discordbuttonz {
		opacity:1;
		top:59px;
		transform:translateY(0px);
	}
	
	.streamlistContainer {
		background: #383a42;
	}
	
	.games-button {
		width: 100%;
		height: 96px;
		font-size: 7.5pt;
		font-family: Oswald;
		padding-top: 40px;
		color: rgba(255,255,255,.9);
		text-shadow: 1px 1px 2px #000
	}
	
	.overlay {
		background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))
	}
	
	.overlay:hover {
		cursor: pointer;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		font-size: 8.5pt!important;
		opacity:.5
	}
	
	.banner-img {
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center!important
	}
	
	.panel-title { 
		line-height: 30px;
		padding-left: 8px;
	}
	
	.panel-body {
		padding: 7px;
	} 
	
	.hdr-logo {
		padding-top: 5%!important;
	}
  
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	
	#mainbody {
		padding: 7px;
	}
	
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	img.navbar-dfw-logo {
		margin-top: 10px;
	}
  
	div#fixme {
		position: absolute!important;
		top: -30px!important;
	}
  
	span#menufix {
		position: absolute;
		right: 30px;
		top: 45px;
	}
	
	.navbar-toggler-icon {
		background-color: transparent;
	}
	
	button.navbar-icon-dfw {
		padding-top: 7px;
	}
	
	dropdown-links-list {
		padding:.35rem 6.5rem;
	}
	
	a.dropdown-nav-link {
		text-align: center!important;
	}
	
	.DiscordButton {
		max-width: 190px;
		left: 90px;
		width: 100vw;
	}
	
	.streamlistContainer {
		background: #383a42;
	}
	
	table.mobile-color {
		color: #798896;
	}
	
	.games-button {
		width: 100%;
		height: 96px;
		font-size: 7.5pt;
		font-family: Oswald;
		padding-top: 40px;
		color: rgba(255,255,255,.9);
		text-shadow: 1px 1px 2px #000
	}
	
	.overlay {
		background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))
	}
	
	.overlay:hover {
		cursor: pointer;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		font-size: 8.5pt!important;
		opacity:.5
	}
	
	.banner-img {
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center!important
	}
	
	.panel-title { 
		line-height: 30px;
		padding-left: 8px;
	}
	
	.panel-body {
		padding: 15px;
	}
	
	.hdr-logo {
		padding-top: 10%!important;
	}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  	
	
	#mainbody {
		padding: 7px;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
    /* max-width: 25%; */
	}
	
	img.navbar-dfw-logo {
		margin-top: 10px;
	}
  
	div#fixme {
		position: absolute!important;
		top: -30px!important;
	}
  
	span#menufix {
		position: absolute;
		right: 30px;
		top: 45px;
	}
	
	.navbar-toggler-icon {
		background-color: transparent;
	}
	
	button.navbar-icon-dfw {
		padding-top: 7px;
	}

	dropdown-links-list {
		padding:.35rem 6.5rem;
		text-align: justify;
	}
		
	a.dropdown-nav-link {
		text-align: center!important;
	}
	
	.DiscordButton {
		max-width: 190px;
		left: 90px;
		width: 100vw;
	}
	
	.streamlistContainer {
		background: #383a42;
	}
	
	table.mobile-color {
		color: #798896;
	}
	
	.games-button {
		width: 100%;
		height: 96px;
		font-size: 7.5pt;
		font-family: Oswald;
		padding-top: 40px;
		color: rgba(255,255,255,.9);
		text-shadow: 1px 1px 2px #000
	}
	
	.overlay {
		background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))
	}
	
	.overlay:hover {
		cursor: pointer;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		font-size: 8.5pt!important;
		opacity:.5
	}
	
	.banner-img {
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center!important
	}
	
	.panel-title { 
		line-height: 30px;
		padding-left: 8px;
	}
	
	.panel-body {
		padding: 15px;
	}
	
	.hdr-logo {
		padding-top: 5%!important;
	}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  		
	#mainbody {
		padding: 7px;
	}
	
	img.navbar-dfw-logo {
		margin-top: 10px;
	}
  
	div#fixme {
		position: absolute!important;
		top: -30px!important;
	}
  
	span#menufix {
		position: absolute;
		right: 30px;
		top: 45px;
	}
	
	.navbar-toggler-icon {
		background-color: transparent;
	}
	
	button.navbar-icon-dfw {
		padding-top: 7px;
	}
	
	dropdown-links-list {
		padding:.35rem 6.5rem;
		text-align: justify;
	}	
	
	a.dropdown-nav-link {
		text-align: center!important;
	}
	
	.DiscordButton {
		max-width: 190px;
		left: 90px;
		width: 100vw;
	}
  
	.streamlistContainer {
		background: #383a42;
	}
	
	table.mobile-color {
		color: #798896;
	}
	
	.games-button {
		width: 100%;
		height: 96px;
		font-size: 7.5pt;
		font-family: Oswald;
		padding-top: 40px;
		color: rgba(255,255,255,.9);
		text-shadow: 1px 1px 2px #000
	}
	
	.overlay {
		background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))
	}
	
	.overlay:hover {
		cursor: pointer;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		font-size: 8.5pt!important;
		opacity:.5
	}
	
	.banner-img {
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center!important
	}
	
	.panel-title { 
		line-height: 30px;
		padding-left: 8px;
	}
	
	.panel-body {
		padding: 15px;
	}
    
	.hdr-logo {
		padding-top: 10%!important;
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
		
	#mainbody {
		padding: 7px;
	}
	
	.container {
		width: 100%!important;
		min-width: unset!important;
		padding-left: 15px;
		padding-right: 15px;
	}
  	
	img.navbar-dfw-logo {
		margin-top: 10px;
	}
  
    div#fixme {
		position: absolute!important;
		top: -30px!important;
	}
  
	span#menufix {
		position: absolute;
		right: 30px;
		top: 45px;
	}
	
	.navbar-toggler-icon {
		background-color: transparent;
	}
	
	button.navbar-icon-dfw {
		padding-top: 7px;
	}
	
	dropdown-links-list {
		padding:.35rem 6.5rem;
		text-align: justify;
	}
  	
	a.dropdown-nav-link {
		text-align: center!important;
	}
	
	.DiscordButton {
		max-width: 190px;
		left: 90px;
		width: 100vw;
	}
	
	.streamlistContainer {
		background: #383a42;
	}
	
	table.mobile-color {
		color: #798896;
	}
	
	.games-button {
		width: 100%;
		height: 96px;
		font-size: 7.5pt;
		font-family: Oswald;
		padding-top: 40px;
		color: rgba(255,255,255,.9);
		text-shadow: 1px 1px 2px #000
	}
	
	.overlay {
		background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1))
	}
	
	.overlay:hover {
		cursor: pointer;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		font-size: 8.5pt!important;
		opacity:.5
	}
	
	.banner-img {
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center!important
	}
	
	.panel-title { 
		line-height: 30px;
		padding-left: 8px;
	}
	
	.panel-body {
		padding: 15px;
	}
    
  	.hdr-logo {
		padding-top: 20%!important;
	}
}