/* FONTS IMPORT - GOOGLE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@import url('https://fonts.googleapis.com/css?family=Russo+One');
/* WEB PAGE - BODY :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background: url(../images/web/background.png) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	/*min-width: 1000px;*/
}
/* WEB PAGE - FONTS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
a:visited {color: #ff8f00; text-decoration: none;} /* OK */
a:active  {color: #ff8f00; text-decoration: none;} /* OK */
a:link    {color: #ff8f00; text-decoration: none;} /* OK */
a:hover   {color: #ff5e00; text-decoration: none;} /* OK */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px; 
}
h1 {
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 22px;
}
h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
/* WEB PAGE - HEADER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#web_header {
	width: 100%;
	height: 165px;
	background: #272c39;
	box-shadow: 0px 2px 15px #000;
}
#web_header_container {
	margin: auto;
	padding: auto;
	max-width: 1600px;
	height: 100%;
}
#web_header_container_logo {
	width: 125px;
	height: 125px; 
	float: left;
	background: url(../images/web/logo.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#web_header_container_language {
	background-color: rgba(255, 255, 255, 0.2);
	margin: 15px 5px;
	padding: 5px 10px;
	width: auto;
	height: auto; 
	float: right;
}
#web_header_container_title {
	width: auto;
	height: 125px; 
	padding: 0px 20px;;
	float: left;
	color: #FFF;
	line-height: 125px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 20px;
}
#web_header_container_navigation {
	width: 100%;
	float: left;
}
/* WEB PAGE - CONTAINER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#web_container {
	margin: auto;
	padding: 5px;
	max-width: 1600px;
	height: auto;
	background: #0c0d12;
	box-shadow: 0px 2px 15px #000;
	margin-bottom: 50px;
	margin-top: 15px;
}
/* WEB PAGE - CONTENT :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#web_container_main {
	vertical-align: top;
	display: inline-block;
	background: #272c39;
	width: calc(100% - 260px);
	height: 100%;
}
#web_container_side {
	vertical-align: top;
	display: inline-block;
	width: 250px;
	height: 100%;
	margin-left: 10px;
}
#side_content {
	margin-bottom: 10px;
}
/* WEB PAGE - FOOTER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#web_footer {
	background: url(../images/web/footer.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	width: 100%;
	height: auto;
}
#web_footer_copyright {
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
/* WARNINGS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#siteerror {
	padding: 15px;
	text-align: center;
	color: #000000;
	background: #d43030;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 16px;
}
#sitesuccess {
	padding: 15px;
	text-align: center;
	color: #000000;
	background: #66d430;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 16px;
}
/* WEB PAGE - CONTENT :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#maintitle {
	background: #df6820;
	background: linear-gradient(to right, #df6820 , #de7c08);
	padding: 10px;
	height: 30px;
	line-height: 30px;
}
#maintitle a {
	color: #000;
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#maincontent {
	margin: 0px;
	padding: 0px;
	background: #272c39;
}
#listtitle {
	background: url(../images/web/2.png);
	padding: 5px 0px;
}
#list {
	background: #374159;
	border-bottom: 10px solid #1a202e;
}
#table_list tr:nth-child(odd)  td{background-color: #4d4d4d;}
#table_list tr:nth-child(even) td{background-color: #5b5b5b;}
#table_list tr:hover td {background:#878787}
/* SPECIFIC SECTIONS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#section_home_last {
	background: #374159;
	vertical-align: top;
	padding: 5px;
	margin: 10px 5px;
	display: inline-block;
	width: calc(50% - 25px);
	box-shadow: 0px 2px 15px #000;
}
#section_home_stream {
	background: #374159;
	margin: 5px 5px;
	box-shadow: 0px 2px 15px #000;
}
#maincontent_home_fixed {
	width: 100%;
	height: auto;
	background: url(../images/web/background.png) no-repeat center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
#player_frame {
	border: 2px solid #333;
	box-shadow: 0px 2px 15px #000;
	display: inline-block;
	margin: 20px;
	width: auto;
	height: auto;
}
#player_image {
	width: 120px;
	height: 120px;
	-webkit-transition: all .5s ease-in-out;
}
#player_image:hover {
	filter: grayscale(100%);
}
#player_name {
	width: 110px;
	height: auto;
	background: #374159;
	padding: 10px 5px;
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	overflow: hidden;
}
#web_footer_content {
	width: 100%;
	height: auto;
	text-align: center;
}
#web_footer_content_item {
	vertical-align: top;
	display: inline-block;
	margin: 20px;
	padding: 10px;
	width: 250px;
	height: 125px;
}
#web_footer_content_item img {
	padding: 5px;
	width: 25px;
	height: 25px;
}
#web_footer_content_item_title {
	border-bottom: 1px dotted #FFF;
	margin: 5px;
	padding: 5px;
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
}
/* NEWS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#news_title {
	margin-top: 5px; 
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
}
#news_content {
	margin-top: 5px; 
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
}
#news_credits {
	margin-top: 5px; 
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
}
/* FORM STYLING :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
form {
	border: none;
	margin: 0px;
}
input, textarea, select {
	border: 1px solid #555555;
	background-color: #d1d1d1;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	margin: 3px 3px;
}
input[type=button], button {
	box-shadow: 0px 3px 10px #000;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: #f4eb88;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px;
	margin: 3px 3px;
}
input[type=button]:hover, button:hover{
	background-color: #FFF;
	border: 1px solid #000;
}
/* IMAGES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#image_teams {
	width: 150px;
	height: 150px;
	padding: 5px;
	border: 1px solid #555555;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#image_teams50x50 {
	width: 50px;
	height: 50px;
	padding: 5px;
	border: 1px solid #555555;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#image_games {
	width: 300px;
	height: 120px;
	padding: 5px;
	border: 1px solid #555555;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#image_platforms {
	width: 100px;
	height: 100px;
	padding: 5px;
	border: 1px solid #555555;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#image_maps {
	display: inline-block;
	overflow:hidden;
	width: 180px;
	height: 180px;
	margin: 15px;
	padding: 0px;
	border: 1px solid #555555;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#image_user {
	width:90px; 
	height:90px; 
	padding: 5px;
	border: 1px solid #555555;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#image_user50x50 {
	width:50px; 
	height:50px; 
	padding: 5px;
	border: 1px solid #555555;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#image_news {
	width: 320px;
	height: 180px;
	border: 2px solid #666;
	box-shadow: 0px 2px 15px #000;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: inline-block;
}
#image_flag {
	width: 16px;
	height: 11px;
	border: 2px solid #777777;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000000;
}
#image_25x25 {
	width:25px; 
	height:25px; 
	border: 1px solid #CCC;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
}
#image_languages {
	margin: 5px;
	float: right;
	width:30px; 
	height:30px; 
}
/* SLIDER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.w3-badge {
	margin: 0px 4px; 
	background-color:#000;
	color:#fff;
	display: inline-block;
	text-align:center;
	border-radius:50%;
	cursor:pointer;
	height:15px;
	width:15px;
	padding:0px;
}
.w3-display-container{position:relative}
.w3-display-bottommiddle{
	position:absolute;
	left:50%;bottom:0;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
}
.w3-border{border:1px solid #ccc!important}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-center{text-align:center!important}
.w3-transparent, .w3-hover-none:hover{background-color:transparent!important}
.w3-white, .w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-text-khaki, .w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-white, .w3-hover-text-white:hover{color:#fff!important}
.mySlideText { 
	padding: 15px 0px;
	margin: 0px;
	float: left;
	width: 100%;
	background: #FFF;
	text-align: center;
	position: absolute;
	top: 70%;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
	color: #000;
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
/* TOOLTIP ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ttip {padding-left:5px;}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#9e6c00;
	border-radius:5px;
	padding:11px;
	font-family: 'Russo One', Verdana, sans-serif;
	color:#fff;
	font-size: 12px;
}
.highlited {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;
	background-color: #f4eb88;
	font-weight: bold;
	border-radius: 3px;
}
.red {color: #e62323}
.green {color: #33CC00}
.yellow {color: #ffcc00}
.user {color: #FFFFFF}
.admin {color: #CC6600}
.superadmin {color: #00FFFF}
.quote {
	border: 1px solid #555555;
	background: #393939;
	margin: 15px;
	padding: 7px;
}
#mapstext {
	text-align: center;
	margin: 30px; 
	padding: 10px; 
	background: #000; 
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: relative; 
	bottom: -80px;
}
#text_content {
	margin: 15px; 
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
}
/* PAGES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.pages {
	height: 30px;
	line-height: 30px;
}
.pagesnormal {
	margin: 5px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 15px;
}
.pagesselected {
	border-radius: 3px;
	margin: 5px;
	padding: 5px;
	background: #f38b10;
	color: #000;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 15px;
}
/* BRACKETS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#bracketcollum {
	vertical-align: top;
	display: inline-block;
	width: auto;
	height: auto;
}
#bracketteam {
	width: 240px;
	height: 30px;
	background: #999;
}
#bracketteamdetails {
	padding-left: 5px;
	float: left;
	background: #666;
	width: 195px;
	height: 30px;
	line-height: 30px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 14px;
}
#bracketteamscore {
	float: right;
	background: #444;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 14px;
}
/* BRACKETS 32 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#bracketmatch32 {
	margin: 30px 0px;
	border-right: 1px solid #CCC;
}
#bracketdetails32 {
	width: 240px;
	height: 30px;
	line-height: 30px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}
/* BRACKETS 16 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#bracketmatch16 {
	margin: 90px 0px;
	border-right: 1px solid #CCC;
}
#bracketdetails16 {
	width: 240px;
	height: 90px;
	line-height: 90px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}
/* BRACKETS 8 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#bracketmatch8 {
	margin: 210px 0px;
	border-right: 1px solid #CCC;
}
#bracketdetails8 {
	width: 240px;
	height: 210px;
	line-height: 210px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}
/* BRACKETS 4 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#bracketmatch4 {
	margin: 450px 0px;
	border-right: 1px solid #CCC;
}
#bracketdetails4 {
	width: 240px;
	height: 450px;
	line-height: 450px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}
/* BRACKETS 2 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#bracketmatch2 {
	margin: 90px 0px;
}
#bracketdetails2 {
	width: 240px;
	height: 90px;
	line-height: 90px;
	font-family: 'Russo One', Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
}
/* COMMENT AREA ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#commentcotent {
	background: #4d4d4d;
	padding: 10px;
	margin: 7px 7px;
	border: 1px solid #5d5d5d;
	text-align: justify;
}
#commentitle {
	padding:2px 5px;
}
#commenttext {
	padding:5px 10px;
	text-align:justify;
}
#commentbutton {
	float: right;
}
/* OVERLAY :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.6); /* Black with a little bit see-through */
}
.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 500px;
    margin-top: 30px;
    margin: auto;
}
/* HALL OF FAME :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#halloffame_item {
	display: inline-block;
	padding: 5px;
	margin: 10px;
	width: 400px;
	height: 400px;
	background: #374159;
}
#halloffame_title {
	margin: 5px;
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 25px;
}
#image_games_hall {
	margin: auto;
	width: 300px;
	height: 120px;
	padding: 5px;
	border: 1px solid #FFF;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	line-height: 120px;
}
#halloffame_rank, halloffame_rank a {
	margin: 10px auto;
	padding: 10px;
	width: 350px;
	border-radius: 5px;
	color: #000;
	height: 25px;
	line-height: 25px;
	font-family: 'Russo One', Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#halloffame_rank a {
	color: #000;
}