@charset "utf-8";

/* Global fisrt version css */
html{
background:#0f5208 !important;
}
img, object, embed, video {max-width: 100%;}
.ie6 img {width:100%;}
html, body {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #fff;
	font-smooth: always !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
div {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.spa { display: block; clear: both;}
.cer1 { height: 1px; }
.cer2 { height: 2px; }
.cer5 { height: 5px; }
.cer10 { height: 10px; }
.cer20 { height: 20px; }
.cer50 { height: 50px; }

.arrow_box {
	position: relative;
	background: #ffffff;
	z-index: 5;
}
.arrow_box:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 25px;
	left: 50%;
	margin-left: -25px;
}

/* Style */

/* --- Ranking --- */

.viewportRanking {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1920px;
	height: 1080px;
	/*overflow: hidden;*/
}
.rangkingTable {
	width:100%;
	height: auto;
	margin:0px;
	padding:0px;
}
.rangkingTable table {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.rangkingTable tr:nth-child(odd) {
	background-color:#0f5208;
}
.rangkingTable tr:nth-child(even) {
	background-color:#13670a;
}
.rangkingTable tr:last-child {
	border: solid #fff;
	border-width:0px 0px 1px 0px;
}
.rangkingTable tr td {
	vertical-align:middle;
	text-align:left;
	height: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	color:#fcfcfc;
	border: solid #ffffff;
	border-width: 0px 1px 1px 0px;
	border-right: 1px solid #000000;
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -2px 0 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -2px 0 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -2px 0 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -2px 0 0 rgba(0,0,0,0.25);
	box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -2px 0 0 rgba(0,0,0,0.25);
}
.rangkingTable tr td.td1 { width: 710px; margin:0; padding:0; }
.rangkingTable tr td.td2 { width: 595px; margin:0; padding:0; }
.rangkingTable tr td.td3 { width: 365px; margin:0; padding:0; }
.rangkingTable tr td.td4 { width: 250px; margin:0; padding:0; }
.rangkingTable tr:first-child td {
	height: 80px;
}
.rangkingTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.rangkingTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.rangkingTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.rangkingTable tr td:first-child{
	-webkit-box-shadow: inset -2px 0 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset -2px 0 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset -2px 0 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset -2px 0 0 rgba(0,0,0,0.25);
	box-shadow: inset -2px 0 0 rgba(0,0,0,0.25);
}
.rangkingTable tr td:last-child{
	border-width:0px 0px 1px 0px;
	-webkit-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	-ms-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	-o-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
}
.rangkingTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.rangkingTable tr:first-child td{
	background-color:#ffffff;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	color:#13670a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.rangkingTable tr td img.flag {
	position: relative;
	display: inline-block;
	top: -5px;
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	padding: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}
.rangkingTable .centerMe {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* --- Player Screen --- */

.viewportPlayerScreen {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	background: #13670a;
}
.playerDetails {
	width: 100%;
	height: 230px;
	color: #13670a;
	background: #fff;
}
.playerDetails .detailsTop {
	margin: 0 auto;
	padding: 0;
	width: 1800px;
	height: 115px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 3px 0 #13670a;
	-moz-box-shadow: 0 3px 0 #13670a;
	-ms-box-shadow: 0 3px 0 #13670a;
	-o-box-shadow: 0 3px 0 #13670a;
	box-shadow: 0 3px 0 #13670a;
}
.playerDetails .detailsTop .detailName {
	width: auto;
	height: 135px;
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	font-size: 90px;
	text-transform: uppercase;
	line-height: 160px;
}
.playerDetails .detailsTop .detailName img.flag {
	position: relative;
	display: inline-block;
	top: -10px;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}
.playerDetails .detailsTop .detailOutlet {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 115px;
	text-transform: uppercase;
	line-height: 190px;
}
.playerDetails .detailsBottom {
	margin: 0 auto;
	padding: 0;
	width: 1800px;
	height: 95px;
}
.playerDetails .detailsBottom .detailCountry {
	width: auto;
	height: 85px;
	padding-top: 10px;
	text-transform: uppercase;
}
.playerObjectives {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.playerObjectives li {
	clear: both;
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
}
.playerObjectives li .halfBox {
	display: table-cell;
	vertical-align: middle;
	width: 920px;
	height: 130px;
	padding-left: 40px;
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}
.playerObjectives li .halfBox img.objectives {
	position: relative;
	display: inline-block;
	top: 25px;
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	padding: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}

.label-x{
	position: relative;
	display: inline-block;
	top: 25px;
	width: 210px;
	height: 60px;
	margin: 0 20px 0 0;
	padding: 0;
}
.playerObjectives li .halfBox .playerScore {
	/*position: absolute;
	top: 0;
	right: 0;*/
	width: 280px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	font-size: 70px;
	background: rgba(255,255,255,0.1);
	float:right;
}
.playerPoints {
	width: 100%;
	height: 235px;
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	text-align: center;
	line-height: 235px;
	border-bottom: 1px solid #fff;
}
.nextPlayer {
	display: table-cell;
	vertical-align: middle;
	width: 1860px;
	height: 90px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 40px;
	border-bottom: 1px solid #fff;
}
.arrow_left {
	position: relative;
	background: #ffffff;
}
.arrow_left:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 25px;
	top: -55px;
}

/* --- Knock Out Round --- */

.viewportKnockOutRound {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	background: #13670a;
}
.rivalsDetails {
	width: 100%;
	height: 200px;
	color: #13670a;
	background: #fff;
}
.rivalsDetails .rivalsBox {
	float: left;
	width: 920px;
	height: 200px;
	margin: 0;
	padding: 0;
}
.rivalsDetails .rivalsBox.rb1{ padding-left: 40px; }
.rivalsDetails .rivalsBox.rb2 { padding-right: 40px; }
.rivalsDetails .rivalsBox .detailsTop {
	margin: 20px auto 0;
	padding: 0;
	width: 100%;
	height: 100px;
	padding-bottom: 0px;
	line-height: 110px;
	-webkit-box-shadow: 0 3px 0 #13670a;
	-moz-box-shadow: 0 3px 0 #13670a;
	-ms-box-shadow: 0 3px 0 #13670a;
	-o-box-shadow: 0 3px 0 #13670a;
	box-shadow: 0 3px 0 #13670a;
}
.rivalsDetails .rivalsBox .detailsTop .detailName {
	width: auto;
	height: 100px;
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	font-size: 60px;
	text-transform: uppercase;
}
.rivalsDetails .rivalsBox .detailsTop .detailName img.flag {
	position: relative;
	display: inline-block;
	top: -10px;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}
.rivalsDetails .rivalsBox .detailsBottom {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 80px;
}
.rivalsDetails .rivalsBox .detailsBottom .detailOutlet {
	position: relative;
	width: auto;
	height: 80px;
	text-transform: uppercase;
	line-height: 80px;
	font-size: 35px;
}
.knockoutRoundHolder {
	position: absolute;
	display: none;
	top: 80px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 260px;
	height: 75px;
	background: #fff;
	text-align: center;
}
.knockoutRoundHolder span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 260px;
	height: 75px;
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #575757;
	line-height: 75px;
}
.knockoutRoundHolder .knockoutRound {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 75px;
	border: 1px solid #13670a;
	-webkit-transform: skew(-20deg, 0deg);
	-moz-transform: skew(-20deg, 0deg);
	-ms-transform: skew(-20deg, 0deg);
	-o-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
}
.rivalsObjectives {
	clear: both;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.rivalsObjectives li {
	clear: both;
	width: 100%;
	height: 122px;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	line-height: 120px;
	-webkit-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
}

.rivalsScroresRight span, .rivalsScroresLeft span{
	margin-top:20px;
}
.rivalsObjectives li .rivalsHalfBox {
	display: table-cell;
	vertical-align: middle;
	width: 880px;
	height: 100%;
	padding: 0 40px;
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 80px;
	text-transform: uppercase;
	border-right: 1px solid #000;
	position:relative;
}
.rivalsObjectives li:last-child .rivalsHalfBox {
	
	-webkit-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	position:relative;
}
.rivalsObjectives li .rivalsHalfBox .arrowDown {
	position: relative;
	background: #0b3e06;
	border: 0px solid #000;
	z-index: 100;
	top: 82px;
}
.rivalsObjectives li .rivalsHalfBox .arrowDown:after,
.rivalsObjectives li .rivalsHalfBox .arrowDown:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.rivalsObjectives li .rivalsHalfBox .arrowDown:after {
	border-color: rgba(11, 62, 6, 0);
	border-top-color: #0b3e06;
	border-width: 25px;
	left: 50%;
	margin-left: -25px;
}
.rivalsObjectives li .rivalsHalfBox .arrowDown:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 26px;
	left: 50%;
	margin-left: -26px;
}
.rivalsScore {
	width: 100%;
	height: 260px;
}
.rivalsScore .rivalsHalfBox {
	display: table-cell;
	/*vertical-align: middle;*/
	width: 880px;
	height: 260px;
	padding: 20px 40px 0;
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #000;
}
.rivalsObjectivesLeft,
.rivalsScroresLeft {
	float: left;
}

.rivalsScroresRight,
.rivalsObjectivesRight {
	float: right;
}
.rivalsObjectivesLeft img,
.rivalsObjectivesRight img {
	position: relative;
	display: inline-block;
	top: -10px;
	width: 80px;
	height: 80px;
	margin: 0 10px;
	padding: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}
.rivalsScroresLeft span,
.rivalsScroresRight span {
	position: relative;
	display: block;
	top: -5px;
	text-align: center;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	line-height: 80px;
	font-size: 70px;
	border: 3px solid #fff;
}
.rivalsScroresLeft span.winner,
.rivalsScroresRight span.winner {
	color: #13670a;
	background: #fff;
}
.rivalsScore .rivalsHalfBox .arrow_winner {
	position: absolute;
	top: 95px;
	left: 10%;
	background: #ffffff;
}
.rivalsScore .rivalsHalfBox .arrow_winner:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 30px;
	top: 50%;
	margin-top: -30px;
}

/* --- Knock Out Boom --- */

.viewportKnockOutBoom {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	background: #13670a;
}
.roundHeader {
	width: 100%;
	height: 80px;
	background: #fff;
}
.roundHeader .roundTitle {
	float: left;
	width: 640px;
	height: 80px;
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #13670a;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
}
.round {
	float: left;
	width: 638px;
	height: 1000px;
	-webkit-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -3px 0 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -3px 0 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -3px 0 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -3px 0 0 rgba(0,0,0,0.25);
	box-shadow: inset 3px 0 0 rgba(255,255,255,0.25), inset -3px 0 0 rgba(0,0,0,0.25);
	border-right: 1px solid #000;
}
.round:first-child {
	-webkit-box-shadow: inset -3px 0 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset -3px 0 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset -3px 0 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset -3px 0 0 rgba(0,0,0,0.25);
	box-shadow: inset -3px 0 0 rgba(0,0,0,0.25);
}
.round:last-child {
	border: none;
	-webkit-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	-ms-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	-o-box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
	box-shadow: inset 3px 0 0 rgba(255,255,255,0.25);
}
.round div > .bartenders {
	width: 558px;
	height: 49%;
	margin: 0 auto;
	padding: 0;
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}
.round div > .bartenders:last-child {
	border-top: 1px solid #fff;
}
.round div > .bartenders > img {
	position: relative;
	display: inline-block;
	top: -5px;
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	padding: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}
.round .heightWhole {
	display: block;
	width: auto;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
}
.round .heightWhole .bartenders { line-height: 490px; text-align: center; color: #fff; }
.round .heightHalf {
	display: block;
	width: auto;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
}
.round .heightHalf .bartenders { line-height: 245px; }
.round .heightFourth {
	display: block;
	width: auto;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	-o-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.75), inset 0 2px 0 rgba(255,255,255,0.25), inset 0 -3px 0 rgba(0,0,0,0.25);
}
.round .heightFourth .bartenders { line-height: 120px; }
.darkGreen {
	background: rgba(0,0,0,0.3);
}

/* LINES */
.line {position: absolute; z-index: 666999;}
.line.round1 {
	width: 100px;
	left: 588px;
}
.line.round1.backslash1 {
	height: 123px;
	top: 203px;
	background: -moz-linear-gradient(34deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(34deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(34deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(34deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(-124deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
.line.round1.backslash2 {
	height: 123px;
	top: 703px;
	background: -moz-linear-gradient(34deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(34deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(34deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(34deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(-124deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
.line.round1.slash1 {
	height: 130px;
	top: 325px;
	backgrounsd: -moz-linear-gradient(-32deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-32deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(-32deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(-32deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(122deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
.line.round1.slash2 {
	height: 130px;
	top: 824px;
	backgrounsd: -moz-linear-gradient(-32deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-32deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(-32deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(-32deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(122deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
.line.round2 {
	width: 85px;
	left: 1235px;
}
.line.round2.backslash {
	height: 246px;
	top: 325px;
	background: -moz-linear-gradient(18deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(18deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(18deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(18deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(-108deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}
.line.round2.slash {
	height: 256px;
	top: 570px;
	background: -moz-linear-gradient(-17deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(-17deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(-17deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(-17deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
	background: linear-gradient(107deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
}

/* CHAMPIONS SET 1 */
.champsMatch {
	position: absolute;
	display: block;
	line-height: normal;
	width: 525px;
	height: 202px;
	top: 50%;
	margin-top: -101px;
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.champsMatch img {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	top: 12px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}


/* CHAMPIONS SET 2 */

.champBox {
	position: absolute;
	display: block;
	width: 525px;
	height: 285px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 0;
	line-height: normal;
}
.champBox .champBoxImg {
	float: left;
	width: 60px;
	height: 100%;
}
.champBox .champBoxImg img {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	top: 12px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	border: 3px solid #b2b2b2;
}
.champBox .champBoxCnt {
	float: left;
	width: auto;
	height: 100%;
	margin-left: 30px;
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}
.champBox .champBoxCnt span {
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
}






#arrow1, #arrow2{
	text-align:center;
}


.background1{
  background: #FFFFFF;
  color: #13670A;
}

.background05{
  background: #FFFFFF;
  color: #13670A;
}

.button-bellow{
  padding:10px; background:#ff0000; text-align:center; color:#fff; cursor:pointer; width:100%;
}
.button-bellow1{
  padding:10px; background:#0000ff; text-align:center; color:#fff; cursor:pointer; width:100%;
}


