:root {
	--main-color:#75ab4b;
}

*, *:before, *:after {
	box-sizing:inherit;
}

html, body, header, footer, table, tr, th, td, form, input, textarea, select, img, ul, ol, li, p, hgroup, h1, h2, h3, h4, h5, figure, figcaption, legend, nav, article, aside, abbr, iframe {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Roboto, Arial, Tahoma, Verdana;
	font-size:13px;
	line-height:normal;
	color:#222222;
	border-spacing:0px;
	border-collapse:collapse;
	text-align:left;
}

html {
	height:100%;
	box-sizing:border-box;
}

body {
	min-height:100%;
	padding-bottom:400px;
	position:relative;
	background:#efefef;
}

body.print, body.makeIMG {
	min-height:0px;
	padding:20px;
}


ol li {
	list-style:decimal;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

@media all {
	.pageBreak {
		display:none;
	}
}

@media print {
	.pageBreak {
		display:block;
		page-break-before:always;
	}
}

body.makePDF .pageBreak {
	display:block;
	page-break-before:always;
}

.clear {
	display:block;
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

.gradient {
	filter:none;
}

.hide, .hidden {
	display:none;
}

.fRight {
	float:right;
}

.fLeft {
	float:left;
}

p.center {
	text-align:center;
}

p.center a {
	color:#4ba5ea;
}

.container {
	width:80%;
	min-width:1024px;
	max-width:1200px;
	margin:0 auto;
}

body.print .container {
	width:auto !important;
	min-width:auto !important;
	max-width:auto !important;
	margin:0px !important;
}

body.makeIMG .container {
	width:auto;
	min-width:0px;
	max-width:100%;
	margin:0px;
}

.mainContainer {
	padding:183px 0 0 0;
}

body.makeIMG .mainContainer {
	padding-top:0px;
}

.leftColumn, .leftColumn2, .leftColumn3 {
	width:68%;
	float:left;
}

body.print .leftColumn {
	width:600px !important;
}

.leftColumn2 {
	width:58%;
}

body.makeIMG .leftColumn, body.makeIMG .leftColumn2 {
	width:auto;
	float:none;
}

.rightColumn, .rightColumn2, .rightColumn3 {
	width:30%;
	float:right;
}

body.print .rightColumn {
	display:none !important;
}

.rightColumn2 {
	width:40%;
}

.mainTitle {
	padding:0 0 5px 0;
	margin:0 0 25px 0;
	display:block;
	border-bottom:2px solid var(--main-color);
	font-size:26px;
	font-weight:bold;
	color:var(--main-color);
	text-shadow:1px 1px rgba(0,0,0,0.25);
}

header {
	width:100%;
	background:#27282A;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
}

body.print header {
	display:none !important;
}

header .overMenu {
	padding:13px 0;
	border-bottom:2px solid #333333;
}

header .overMenu .social {
	float:left;
}

header .overMenu .legal {
	padding:4px 0 0 0;
	float:right;
}

header .overMenu li {
	float:left;
}

header .overMenu li a {
	font-size:18px;
	color:#B5B2B2;
}

header .overMenu .social a:hover {
	text-decoration:none;
	color:#ffffff;
	transition:all 300ms;
}

header .overMenu li a {
	margin:0 10px 0 0;
}

header .overMenu .legal li a {
	font-size:12px;
	margin:0 0 0 20px;
}

header nav {
	height:103px;
	position:relative;
	background:url(../images/bgHeader.png);
	border-bottom:3px solid var(--main-color);
}

header nav .leftAngle, header nav .rightAngle {
	width:0px;
	height:0px;
	position:absolute;
	bottom:0px;
	border-bottom:100px solid var(--main-color);
}

header nav .leftAngle {
	left:0px;
	border-right:100px solid transparent;
}

header nav .rightAngle {
	right:0px;
	border-left:100px solid transparent;
}

header nav .icon-menu {
	display:none;
}

header nav #logo {
	margin:20px 0 0 0;
	float:left;
	display:block;
}

header nav #logo img {
	height:60px;
	display:block;
}

header nav ul {
	float:right;
	height:100px;
}

header nav ul li {
	margin:0 0 0 15px;
	float:left;
	position:relative;
	background:rgba(0,0,0,0.3);
}

header nav ul li.title {
	padding:5px 10px;
	border-bottom:2px dashed var(--main-color);
}

header nav ul li.title:hover {
	background:#27282A;	
}

header nav ul li.title strong {
	display:block;
	font-size:13px;
	text-align:center;
	color:var(--main-color);
}

header nav ul li a, header nav ul li span {
	width:125px;
	height:100px;
	padding:40px 0;
	display:block;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
}

header nav ul li a i, header nav ul li span i {
	width:0px;
	height:0px;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:16px solid #27282A;
	position:absolute;
	top:0px;
	left:50px;
	opacity:0;
}

header nav ul li.hover, header nav ul li:hover {
	background:var(--main-color);
	transition:all 300ms;
}

header nav ul li.hover a, header nav ul li:hover a, header nav ul li.hover span, header nav ul li:hover span {
	text-decoration:none;
	height:110px;
}

header nav ul li.hover i, header nav ul li:hover i {
	opacity:1;
	transition:all 300ms;
}

header nav ul li.right {
	float:right;
}

#searchForm {
	float:right;
}

#searchForm input {
	padding:3px 6px;
	margin:0 0 0 30px;
	float:left;
	font-size:12px;
}

#searchForm input.submit {
	height:21px;
	padding:2px 6px;
	margin:0px;
	float:left;
	background:var(--main-color);
	cursor:pointer;
}

#searchForm input.submit:hover {
	background:#507633;
	transition:all 300ms;
}

/* SOTTOMENU */

header nav ul li ul {
	width:200px;
	height:auto;
	position:absolute;
	top:100px;
	right:0px;
	visibility:hidden;
	opacity:0;
}

header nav ul li:hover ul {
	visibility:visible;
	opacity:1;
	transition:all 300ms;
}

header nav ul li ul li {
	margin:0px;
	padding:0px;
	float:none;
	border-bottom:1px solid #333333;
	background:#27282A;
}

header nav ul li ul li:last-child {
	border-bottom:4px solid var(--main-color);
}

header nav ul li.right ul li {
	text-align:right;
}

header nav ul li ul li a, header nav ul li ul li span {
	width:auto;
	height:auto !important;
	padding:15px 30px;
	white-space:nowrap;
	text-align:right;
}

header nav ul li ul li:hover {
	background:var(--main-color);
	transition:all 300ms;
}

header nav ul li ul li:hover a, header nav ul li ul li:hover span {
	height:auto !important;
}

/* SOTTOMENU - SECONDO LIVELLO */

header nav ul li ul li ul {
	width:auto;
	position:absolute;
	top:-1px;
	left:200px;
	visibility:hidden !important;
	opacity:0 !important;
}

header nav ul li ul li:hover ul {
	visibility:visible !important;
	opacity:1 !important;
	transition:all 300ms;
}

header nav ul li ul li ul li {
	width:300px;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	background:#222222;
}

header nav ul li ul li ul li:first-child {
	border-top:1px solid #333333;
}

header nav ul li ul li ul li:last-child {
	border-bottom:4px solid var(--main-color);
}

header nav ul li ul li ul li:hover {
	border-left:1px solid var(--main-color);
	background:var(--main-color);
	transition:all 300ms;
}

header nav ul li ul li ul li:first-child:hover {
	border-top:1px solid var(--main-color);
}

header nav ul li ul li ul li a {
	text-align:left;
}

#mainCont {
	padding-top:183px;
}

body.print #mainCont {
	padding-top:0px !important;
}

.text {
	padding:20px 0 30px 0;
}

.text p {
	font-size:16px;
	line-height:32px;
}

.text ul li {
	margin:10px 0 10px 25px;
}

.text ul li {
	padding:0 0 5px 5px;
	font-size:16px;
	list-style:circle;
}

.text a {
	color:#75AB4B;
	text-decoration:underline;
}

.text a:hover {
	text-decoration:none;
}

.text h4 {
	padding:20px 0 10px 0;
	font-size:20px;
	color:#75AB4B;
}

.text h5 {
	padding:10px 0 10px 0;
	margin-left:15px;
	font-size:16px;
	font-weight:bold;
}

.prevTitle {
	padding:10px 15px 10px 60px !important;
	display:block;
	position:relative;
	border-top:5px solid var(--main-color);
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	background:url(../images/bgPrevTitle.png) #27282A;
	color:#ffffff;
}

.rightColumn .prevTitle {
	padding:10px 15px 10px 40px !important;
}

body.print .prevTitle {
	padding:10px 40px 10px 40px !important;
	text-align:center;
}

th.prevTitle {
	display:table-cell;
}

.prevTitle.mini {
	font-size:16px;
}

.prevTitle i {
	width:0px;
	height:0px;
	border-top:40px solid var(--main-color);
	border-right:40px solid transparent;
	position:absolute;
	top:0px;
	left:0px;
}

th.prevTitle i {
	top:0px;
}

.prevTitle.mini i {
	border-top:28px solid var(--main-color);
	border-right:28px solid transparent;
}

.prevTitle a {
	color:var(--main-color);
}

.rightMenu {
	margin:5px 0 0 30px;
}

.rightMenu li {
	padding:10px 0 0 0;
	list-style:circle;
	font-size:16px;
	color:#000000;
}

.rightMenu a {
	padding:5px;
	display:block;
	color:var(--main-color);
	transition:all 300ms;
}

.rightMenu a.hover, .rightMenu a:hover {
	color:#222222;
	text-decoration:none;
}

.teamLogo {
	width:30px;
	display:block;
}

span.teamLogo {
	height:30px;
	padding:6px 0 0 0;
	position:relative;
	background:var(--main-color);
	text-align:center;
}

.teamLogo i {
	color:#ffffff;
	font-size:18px;
	font-style:normal;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

.teamLogo b {
	width:0px;
	height:0px;
	position:absolute;
	bottom:-5px;
	left:0px;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:5px solid var(--main-color);
}

#mainSlide {
	height:700px;
	margin:150px 0 0 0;
	position:relative;
}

body.print #mainSlide {
	width:1000px;
	height:440px;
	margin:0px;
	overflow:hidden;
}

body.print #mainSlide article {
	position:static;
	top:auto;
	left:auto;
}

body.print #mainSlide article img.slide {
	width:auto;
	height:100%;
}

body.print #mainSlide article .overlay {
	width:1000px;
	height:440px;
}

body.print #mainSlide article #nextMatch > .container {
	width:980px !important;
	height:380px !important;
	margin:0 auto !important;
}

body.print #mainSlide article #nextMatch .container a {
	display:none;
}

body.print #mainSlide article #nextMatch .container .player a {
	display:inline;
}

body.print #mainSlide article #nextMatch {
	padding-top:30px;
}

body.print #mainSlide article #nextMatch .text {
	top:160px;
}

body.print #mainSlide article #nextMatch .text .right {
	padding:0 20px 0 0;
}

body.print #mainSlide article #nextMatch .text .left {
	padding:0 0 0 20px;
}

body.print #mainSlide article #nextMatch .text h3 {
	padding-top:46px !important;
	font-size:26px;
}

#mainSlide article {
	height:700px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

#mainSlide article img.slide {
	width:100%;
}

#mainSlide article .overlay {
	width:100%;
	height:700px;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.85);
}

#nextMatch {
	position:relative;
}

#nextMatch .container {
	max-width:1120px;
	height:400px;
	margin-top:130px;
	position:relative;
}


#nextMatch .container .desc span {
	width:100%;
	position:absolute;
	top:2px;
	left:0px;
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:30px;
	font-weight:200;
	text-transform:uppercase;
}

#nextMatch .container .desc sup {
	display:block;
	padding-top:15px;
}

#nextMatch .container .desc span.player {
	width:auto !important;
	padding:0 10px 0 0;
	position:static;
	top:auto;
	left:auto;
	display:inline;
	font-size:14px;
	text-transform:capitalize;
	background:none;
}

#nextMatch .container .desc span u {
	text-decoration:none;
}

#nextMatch .container .desc span s {
	text-decoration:none;
	display:none;
}

#nextMatch .container .desc span i {
	font-style:normal;
	color:var(--main-color);
}

#nextMatch .container .desc strong {
	padding:45px 0 15px 0;
	display:block;
	color:#ffffff;
	text-align:center;
	font-size:24px;
	font-weight:400;
}

#nextMatch .container .desc b {
	padding:0 0 170px 0;
	display:block;
	color:#f2f2f2;
	text-align:center;
	font-size:18px;
	font-weight:200;
}

#nextMatch .container .desc .player b {
	padding:0px;
	display:inline;
	font-size:14px;
	font-weight:bold;
}

#nextMatch .container .desc p {
	text-align:center;
	color:#f2f2f2;
	font-size:16px;
	line-height:24px;
	font-weight:200;
}

#nextMatch .container .desc p img {
	width:10px;
	margin-right:3px;
}

#nextMatch .container .desc p u {
	text-decoration:none;
	font-weight:400;
}

#nextMatch .container .desc p a {
	width:160px;
	padding:13px 0 0 0;
	margin:0 auto;
	display:block;
	border-bottom:1px dashed #ffffff;
	color:#ffffff;
	line-height:15px;
	white-space:nowrap;
}

#nextMatch .container .desc p .player a {
	width:auto !important;
	padding:0px;
	margin:0px;
	display:inline-block !important;
	border:0px;
}

#nextMatch .container .desc p a:hover {
	border-bottom:0px;
	color:#ffffff;
	text-decoration:none;
}

#nextMatch .container .ab, #nextMatch .container .bc, #nextMatch .container .cd, #nextMatch .container .da {
	width:300px;
	height:125px;
	position:absolute;
}

#nextMatch.ended .container .cd, #nextMatch.ended .container .da {
	width:75px;
}

#nextMatch .container .ab {
	top:0px;
	left:0px;
	border-top:1px solid var(--main-color);
	border-left:1px solid var(--main-color);
}

#nextMatch .container .bc {
	top:0px;
	right:0px;
	border-top:1px solid var(--main-color);
	border-right:1px solid var(--main-color);
}

#nextMatch .container .cd {
	bottom:0px;
	right:0px;
	border-bottom:1px solid var(--main-color);
	border-right:1px solid var(--main-color);
}

#nextMatch .container .da {
	bottom:0px;
	left:0px;
	border-bottom:1px solid var(--main-color);
	border-left:1px solid var(--main-color);
}

#nextMatch .text {
	width:100%;
	height:120px;
	padding:0px;
	position:absolute;
	top:140px;
	left:0px;
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
	background:rgba(39,40,42,0.6);
}

#nextMatch .text .container {
	width:100%;
	max-width:1040px;
	height:auto;
	margin:0px auto;
	position:relative;
}

#nextMatch .text .left, #nextMatch .text .center, #nextMatch .text .right {
	width:40%;
	float:left;
}

#nextMatch .text .center {
	width:20%;
}

#nextMatch .text .right {
	width:40%;
}

#nextMatch .text .teamLogo {
	width:70px;
	margin-top:12px;
	float:left;
}

#nextMatch .text img.teamLogo {
	width:auto;
}

#nextMatch .text .right .teamLogo {
	float:right;
}

#nextMatch .text h3 {
	padding:42px 0 0 0;
	float:right;
	font-size:32px;
	letter-spacing:-2px;
	font-weight:300;
	color:#F2F2F2;
}

#nextMatch .text .right h3 {
	float:left;
}

#nextMatch .matchResult span {
	padding:5px 0 3px 0;
	display:block;
	text-align:center;
	color:#909090;
	font-size:13px;
	text-transform:uppercase;
}

#nextMatch .matchResult div {
	padding:2px;
	width:166px;
	height:76px;
	margin:0 auto;
	position:relative;
	border:1px solid var(--main-color);
}

#nextMatch .matchResult div p {
	height:70px;
	background:#F2F2F2;
}

#nextMatch .matchResult div p i {
	display:block;
	float:left;
}

#nextMatch .matchResult div p i:first-of-type {
	width:54px;
	height:70px;
	background:var(--main-color);
}

#nextMatch .matchResult div p i:last-of-type {
	width:0px;
	height:0px;
	border-top:70px solid var(--main-color);
	border-right:55px solid transparent;
	float:left;
}

#nextMatch .matchResult div small {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
}

#nextMatch .matchResult div small i {
	width:30px;
	height:30px;
	display:block;
	padding:9px 0 0 0;
	margin:19px auto 0;
	border-radius:20px;
	background:var(--main-color);
	color:#ffffff;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
}

#nextMatch .matchResult div span {
	width:50%;
	position:absolute;
	top:13px;
	text-align:center;
	color:#F2F2F2;
	font-size:30px;
	font-weight:normal;
}

#nextMatch .matchResult div span:first-of-type {
	left:30px;
	text-align:left;
	color:#F2F2F2;
}

#nextMatch .matchResult div span:last-of-type {
	right:30px;
	text-align:right;
	color:var(--main-color);
}

body.makeIMG #ranking, body.makeIMG .ranking {
	width:770px;
}

.groupTitle {
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted var(--main-color);
	font-size:20px;
	font-weight:400;
}

body.print #calendar {
	width:1200px;
}

table.round {
	width:31%;
	float:left;
	margin:0 3.5% 30px 0;
	background:#ffffff;
}

article#calendar table.round:nth-of-type(3n+0) {
	margin-right:0px;
}

table.round tr td, table.round tr th {
	/*width:45%;*/
	padding:5px 7px;
	border:1px solid #cccccc;
}

table.round tr td {
	width:41%;
	font-weight:400;
	color:#555555;
}

table.round tr td.date, table.round tr td.result {
	width:9%;
}

table.round tr.creepers td {
	background:rgba(117,171,75,0.09);
}

table.round tr td.strong {
	font-weight:bold;
}

table.round tr th {
	width:auto;
	text-align:center;
}

table.round tr td {
	text-align:right;
}

table.round tr td.date {
	white-space:nowrap;
	text-align:center;
}

table.round tr td.date b {
	font-size:10px;
}

table.round tr td:last-child {
	text-align:left;
}

table.round tr td.result {
	width:66px;
	text-align:center;
	font-weight:800;
	color:#222222;
	white-space:nowrap;
}

table.round tr.creepers:hover td {
	background:var(--main-color);
	color:#ffffff;
	cursor:pointer;
	transition:all 300ms;
}

table.round tr.creepers.win td.result {
	color:var(--main-color);
}

table.round tr.creepers.lose td.result {
	color:#CC0000;
}

table.round tr.creepers:hover td.result {
	color:#ffffff !important;
	transition:all 300ms;
}

div.round {
	width:32%;
	float:left;
	margin:0 2% 20px 0;
	background:#ffffff;
}

article#calendar div.round:nth-of-type(3n+0) {
	margin-right:0px;
}

div.round p {
	height:30px;
	position:relative;
	border:1px solid #cccccc;
	border-top:0px;
	color:#555555;
	overflow:hidden;
	transition:all 300ms;
}

div.round p.opened {
	height:55px;
}

div.round p small {
	width:100%;
	height:25px;
	padding:5px 0 0 50px;
	position:absolute;
	top:30px;
	left:0px;
	display:block;
	border-top:1px solid #cccccc;
	text-align:center;
}

div.round.tiny p small {
	top:66px;
}

div.round p small i {
	font-style:normal;
	font-weight:bold;
}

div.round.tiny p {
	height:66px;
}

div.round p.creeper {
	background:rgba(117,171,75,0.09);
	cursor:pointer;
}

div.round p.creeper:hover {
	background:rgba(117,171,75,0.25);
}

div.round p.prevTitle {
	height:34px;
	padding:5px 45px !important;
	border-top:5px solid var(--main-color);
	color:#ffffff;
}

div.round p .date {
	width:50px;
	height:30px;
	padding-top:6px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px solid #cccccc;
	text-align:center;
}

div.round.tiny p .date {
	height:66px;
	padding-top:23px;
}

div.round p .match {
	width:100%;
	height:30px;
	padding-left:50px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	color:#555555;
	transition:all 300ms;
}

div.round.tiny p .match {
	height:66px;
}

div.round p a.match:hover {
	background:var(--main-color);
	color:#ffffff;
	text-decoration:none;
}

div.round p .match strong {
	width:45%;
	height:30px;
	padding:6px 0 0 10px;
	display:block;
	float:left;
	font-weight:normal;
}

div.round.tiny p .match strong {
	width:100%;
	height:17px;
	float:none;
	text-align:center !important;
	padding-right:0px !important;
	padding-left:0px !important;
}

div.round p .match strong.creeper {
	font-weight:bold;
}

div.round p .match strong:first-child {
	text-align:right;
	padding-right:10px;
	padding-left:0px;
}

div.round p .match b {
	width:10%;
	height:30px;
	padding-top:6px;
	display:block;
	float:left;
	text-align:center;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	transition:all 300ms;
}

div.round.tiny p .match b {
	width:100%;
	height:17px;
	float:none;
	border:0px;
}

div.round p.creeper .match b.win {
	color:var(--main-color);
}

div.round p.creeper .match b.lose {
	color:#CC0000;
}

div.round p.creeper a.match:hover b {
	color:#ffffff !important;
}

#mainCont .ranking {
	margin-bottom:30px;
}

body.print #mainCont .ranking {
	width:1000px;
	margin-bottom:0px !important;
}

#ranking table, .ranking table {
	width:100%;
	background:#ffffff;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}

#ranking table th, .ranking table th {
	padding:10px;
	background:#efefef;
	color:#707070;
}

#ranking table th.team, .ranking table th.team {
	width:200px;
}

#ranking table th.center, .ranking table th.center {
	text-align:center;
}

#ranking table td, .ranking table td {
	height:55px;
	padding:15px 20px;
	font-size:14px;
	border-bottom:1px solid #c4c4c4;
}

#ranking table tr.creepers td, .ranking table tr.creepers td {
	background:rgba(0,0,0,0.1);
}

body.makeIMG #ranking table td, body.makeIMG .ranking table td {
	height:25px;
}

#ranking table td.center, .ranking table td.center {
	text-align:center;
	white-space:nowrap;
}

#ranking table td.left, .ranking table td.left {
	padding-left:50px !important;
	position:relative;
	white-space:nowrap;
}

#ranking table .teamLogo, .ranking table .teamLogo {
	position:absolute;
	top:12px;
	left:10px;
}

#ranking table tr.creepers .teamLogo, .ranking table tr.creepers .teamLogo {
	top:9px;
}

#ranking table tr:first-child td .teamLogo, .ranking table tr:first-child td .teamLogo {
	top:22px;
}

#ranking table td a, .ranking table td a {
	color:#303030;
}

#tournamentTable .match {
	height:180px;
	float:left;
}

#tournamentTable .match p {
	width:50%;
	height:180px;
	float:left;
}

#tournamentTable .match p:first-child {
	border-right:1px solid #cccccc;
}

#tournamentTable .match:nth-child(odd) p:nth-last-of-type(odd), #tournamentTable .match:nth-child(even) p:nth-last-of-type(even) {
	border-top:1px solid #cccccc;
}

#tournamentTable .match:nth-child(odd) p:nth-last-of-type(odd) {
	border-top:1px solid #cccccc;
}

#tournamentTable .final .match p {
	border-top:0px !important;
}

#tournamentTable .match p span {
	width:180px;
	margin:90px -70px 0 0;
	float:right;
	display:block;
	transform:rotate(-90deg);
	text-align:center;
}

#tournamentTable .match p:nth-child(even) span {
	float:left;
	margin:90px 0 0 -70px;
}


.tabMenu {
	padding-top:15px;
	border-bottom:1px solid #cccccc;
}

.tabMenu ul {
	height:27px;
	margin:0 0 0 20px;
}

.tabMenu ul li {
	padding:10px 20px;
	margin:0 10px 0 0;
	display:inline;
	border:1px solid #cccccc;
	border-bottom:0px;
	background:#ffffff;
	font-size:14px;
	cursor:pointer;
}

.tabMenu ul li.hover, .tabMenu ul li:hover {
	border-bottom:0px;
}

.tabMenu ul li:hover {
	background:#507633;
	border-color:#507633;
	color:#ffffff;
	transition:all 300ms;
}

.tabMenu ul li.hover {
	padding-bottom:11px;
}

.tabsCont {
	padding:20px;
	margin-bottom:30px;
	background:#ffffff;
	border:1px solid #cccccc;
	border-top:0px;
}

.tabsCont .tabCont {
	display:none;
}

.tabsCont .tabCont.visible {
	display:block;
}

#stats #scorers, #stats #conceded, #stats #attendance {
	width:32%;
	margin-right:2%;
	float:left;
}

#stats #attendance {
	margin-right:0px;
}

#stats table {
	width:100%;
	background:#ffffff;
}

#stats table th, #stats table td {
	padding:10px 15px;
	border:1px solid #cccccc;
	font-size:14px;
	color:#404040;
}


#stats table tr th {
	padding:5px 15px;
	background:rgba(0,0,0,0.08);
	font-weight:normal;
}

#stats table th.center, #stats table td.center {
	text-align:center;
}

#stats table tr:nth-child(odd) td {
	background:rgba(0,0,0,0.025);
}

#stats table tr.win td {
	font-weight:bold;
	color:#101010;
}

#stats table td a {
	color:#222222;
	transition:all 300ms;
}

#stats table td a:hover {
	color:var(--main-color);
	text-decoration:none;
}

#underC {
	width:100%;
	height:100%;
	position:absolute;
	top:-200px;
	left:0px;
	z-index:99999;
	background:#000000;
}

#underC2 {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9999;
	background:#000000;
}

.player {
	width:22.75%;
	padding:10px;
	margin:0 3% 30px 0;
	float:left;
	position:relative;
	background:var(--main-color);
}

.player.athlete {
	width:31.33%;
}

.player.onlyBody {
	background:none;
	padding:0px;
}

body.print .player {
	width:300px !important;
	margin:0px !important;
	float:none !important;
}

body.print .player.onlyBody {
	width:1000px !important;
	height:440px !important;
}

body.makeIMG .player {
	width:273px;
	float:none;
	margin:0px;
}

.rightColumn .logo {
	width:80%;
	margin:0 auto;
	display:block;
}

.rightColumn .player, .rightColumn3 .player {
	width:100% !important;
	float:none;
	margin-right:0px;
}

.rightColumn3 .player {
	margin-bottom:30px !important;
}

.playersRole .player:nth-of-type(4n+0) {
	margin-right:0px;
}

.player.athlete:nth-of-type(3n+0) {
	margin-right:0px;
}

.playersRole .player.athlete:nth-of-type(3n+0) {
	margin-right:0px;
}

.player .img {
	position:relative;
}

.player.onlyBody .img {
	padding-top:23px;
}

.player .img .photo {
	width:100%;
	display:block;
	background:var(--main-color);
}

.player .img .photo.hover {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.player.onlyBody .img .photo {
	background:none;
}

.player .img a {
	display:block;
	position:relative;
	background:#ffffff;
}

.player .img a:hover {
	transition:all 300ms;
}

.player .img a:hover .photo.real {
	opacity:0.8;
	transition:all 300ms;
}

.player i.number {
	width:0px;
	height:0px;
	position:absolute;
	top:10px;
	left:10px;
	border-top:50px solid var(--main-color);
	border-right:50px solid transparent;
}

.player.onlyBody i.number {
	width:50px;
	height:50px;
	top:80px;
	left:360px;
	border:0px;
	border-radius:25px;
	background:var(--main-color);
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}

.player i.number span {
	width:25px;
	display:block;
	position:absolute;
	top:-36px;
	left:0px;
	font-size:18px;
	font-weight:400;
	line-height:0px;
	text-align:center;
	color:#ffffff;
}

.player.onlyBody i.number span {
	width:50px;
	padding:24px 0 0 0;
	position:static;
	top:auto;
	left:auto;
	text-align:center;
}

.player .name {
	width:100%;
	padding:10px;
	position:absolute;
	bottom:25px;
	left:0px;
	font-size:18px;
	font-weight:400;
	background:rgba(117,171,75,0.7);
	color:#ffffff;
}

.player.onlyBody .name {
	text-align:center;
	background:rgba(117,171,75,0.85);
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}

.player .name.injured {
	background:gba(117,171,75,0.9);
}

.player .name.injured .icon-hospital-1 {
	color:#ff0000;
}

.player .name.injured .icon-plaster {
	width:23px;
	height:10px;
	margin:0 0 2px 0;
	display:inline-block;
	background:url(../images/plaster.png) no-repeat center top;
}

.player .injury {
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

.player .injuryTop {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.player .name small {
	padding:5px 0;
	display:block;
	font-size:12px;
	font-weight:200;
}

.player .name small span {
	float:right;
}

.player.onlyBody .name small span {
	float:none;
	padding:10px 0 0 0;
	display:block;
}

.player table {
	margin:10px 0 0 0;
	width:100%;
}

.player table th, .player table td {
	padding:3px 5px;
	color:#ffffff;
}

.player table tr td {
	border-right:1px solid var(--main-color);
	background:#ffffff;
	color:#333333;
}

.player table tr td.season {
	width:20%;
}

.player table tr:nth-of-type(2n+0) td {
	background:rgba(255,255,255,0.9);
}

.player table tr td:last-child {
	border-right:0px;
}

.player table tr:last-child td:first-child {
	border-right:0px;
}

.player table tr:last-child td {
	border-top:1px solid var(--main-color);
	font-weight:500;
}

.player table .center {
	width:24px;
	text-align:center;
}

.player table tr td img {
	height:16px;
	float:left;
}

.player table tr td span {
	float:left;
	margin:0 0 0 5px;
	display:block;
}

.player table tr td b {
	float:left;
	margin:0 5px 0 0;
	display:block;
}

.hattrick {
	margin:-5px 0 25px 0;
}

.hattrick p {
	margin:0 0 10px 0;
}

.hattrick p b {
	color:var(--main-color);
}

.hattrick table {
	width:100%;
	border:10px solid var(--main-color);
	background:#ffffff;
}

.hattrick table tr:first-child td {
	padding-top:7px;
}

.hattrick table tr:last-child td {
	padding-bottom:7px;
}

.hattrick table tr td {
	padding:1px 5px;
}

.hattrick table tr td:first-child {
	width:10%;
	padding-left:10px;
	text-align:right;
	white-space:nowrap;
}

.hattrick table tr td:last-child {
	width:10%;
	padding-right:10px;
	white-space:nowrap;
}

.hattrick table tr td span {
	width:100%;
	height:18px;
	padding:2px;
	display:block;
	border-radius:2px;
	background:rgba(0,0,0,0.05);
}

.hattrick table tr td i {
	width:10px;
	height:14px;
	margin:0 2px 0 0;
	float:left;
	display:block;
	border:1px solid #507633;
	border-radius:2px;
	background:var(--main-color);
}

.tabs {
	width:100%;
	background:#ffffff;
}

.tabs td, .tabs th {
	width:180px;
	padding:5px 10px;
	border:1px solid #dddddd;
	font-size:14px;
	color:#404040;
}

.tabs tr:nth-of-type(2n) td {
	background:rgba(117,171,75,0.08);
}

.tabs td.date, .tabs th.date {
	width:100px;
	text-align:center;
}

.tabs td.field, .tabs th.field {
	width:auto;
}

.tabs th.match {
	width:auto;
	text-align:center;
}

.tabs td.right, .tabs th.right {
	text-align:right;
}

.tabs td.result {
	width:60px;
	text-align:center;
	white-space:nowrap;
}

.tabs td.goals, .tabs th.goals {
	width:auto;
}

.tabs td.goals2, .tabs th.goals2 {
	width:auto;
}

.tabs td img {
	width:17px;
}

.anagrafica, .tournaments, .yield {
	width:100%;
	border:10px solid var(--main-color);
	background:#ffffff;
}

.tournaments, .yield {
	margin:30px 0 0 0;
}

.anagrafica th, .anagrafica td, .tournaments th, .tournaments td, .yield th, .yield td {
	padding:5px 10px;
	border:1px solid var(--main-color);
	font-size:14px;
}

.anagrafica th {
	font-weight:normal;
	color:#404040;
}

.tournaments th, .yield th {
	color:var(--main-color);
}

.anagrafica td {
	font-weight:bold;
	color:var(--main-color);
}

.tournaments td.center, .yield th.center, .yield td.center {
	text-align:center;
}

.tableStats {
	width:100%;
	max-width:460px;
	background:#ffffff;
}

.tableStats th, .tableStats td {
	padding:8px 10px;
	border:1px solid #909090;
	font-weight:normal;
	font-size:14px;
}

.tableStats td {
	width:25%;
	font-weight:500;
	text-align:center;
}

.tableStats td a {
	color:var(--main-color);
}

.tableStats th.prevTitle {
	padding:5px 7px 5px 40px;
	font-weight:500;
}

.contCampo {
	width:600px;
	height:711px;
	margin:0 auto;
	position:relative;
}

.contCampo .campo {
	width:600px;
	height:711px;
	position:absolute;
	top:0px;
	left:0px;
	background:#FFFFFF;
	border:2px dashed #000000;
}

.contCampo.green .campo {
	background:#507633;
	border-color:#404040;
}

.contCampo .campo .limite {
	width:454px;
	height:640px;
	position:absolute;
	top:36px;
	left:10px;
	border:2px solid #000000;
	background:#FFFFFF;
}

.contCampo.green .campo .limite {
	border-color:#ffffff;
	background:var(--main-color);
}

.contCampo .campo .limite .angolo {

}

.contCampo .campo .limite .mezzaluna {
	width:146px;
	height:146px;
	position:absolute;
	top:8px;
	left:152px;
	border:2px solid #000000;
	border-radius:73px;
}

.contCampo.green .campo .limite .mezzaluna {
	border-color:#ffffff;
}

.contCampo .campo .limite .mezzaluna.inferiore {
	top:auto;
	bottom:8px;
}

.contCampo .campo .limite .area {
	width:328px;
	height:126px;
	position:absolute;
	top:0px;
	left:61px;
	border:2px solid #000000;
	border-top:0px;
	background:#FFFFFF;
}

.contCampo.green .campo .limite .area {
	border-color:#ffffff;
	background:var(--main-color);
}

.contCampo .campo .limite .area.inferiore {
	top:auto;
	bottom:0px;
	border:2px solid #000000;
	border-bottom:0px;
}

.contCampo.green .campo .limite .area.inferiore {
	border-color:#ffffff;
}

.contCampo .campo .limite .area .arietta {
	width:150px;
	height:41px;
	position:absolute;
	top:0px;
	left:88px;
	border:2px solid #000000;
	border-top:0px;
}

.contCampo.green .campo .limite .area .arietta {
	border-color:#ffffff;
}

.contCampo .campo .limite .area.inferiore .arietta {
	top:auto;
	bottom:0px;
	border:2px solid #000000;
	border-bottom:0px;
}

.contCampo.green .campo .limite .area.inferiore .arietta {
	border-color:#ffffff;
}

.contCampo .campo .limite .area .arietta .porta {
	width:61px;
	height:21px;
	position:absolute;
	top:-21px;
	left:42px;
	border:2px solid #000000;
	border-bottom:0px;
}

.contCampo.green .campo .limite .area .arietta .porta {
	border-color:#ffffff;
}

.contCampo .campo .limite .area.inferiore .arietta .porta {
	top:auto;
	bottom:-21px;
	border:2px solid #000000;
	border-top:0px;
}

.contCampo.green .campo .limite .area.inferiore .arietta .porta {
	border-color:#ffffff;
}

.contCampo .campo .limite .area .dischetto {
	width:10px;
	height:10px;
	position:absolute;
	top:77px;
	left:157px;
	background:#000000;
	border-radius:5px;
}

.contCampo.green .campo .limite .area .dischetto {
	background:#ffffff;
}

.contCampo .campo .limite .area.inferiore .dischetto {
	top:auto;
	bottom:77px;
}

.contCampo .campo .limite .meta {
	width:454px;
	height:319px;
	position:absolute;
	top:0px;
	left:-2px;
	border-bottom:2px solid #000000;
}

.contCampo.green .campo .limite .meta {
	border-color:#ffffff;
}

.contCampo .campo .limite .cerchio {
	width:146px;
	height:146px;
	position:absolute;
	top:246px;
	left:152px;
	border:2px solid #000000;
	border-radius:73px;
}

.contCampo.green .campo .limite .cerchio {
	border-color:#ffffff;
}

.contCampo .campo .limite .cerchietto {
	width:10px;
	height:10px;
	position:absolute;
	top:65px;
	left:66px;
	background:#000000;
	border-radius:5px;
}

.contCampo.green .campo .limite .cerchietto {
	background:#ffffff;
}

.contCampo .formazione {
	width:474px;
	height:711px;
	position:absolute;
	top:0px;
	left:0px;
}

.contCampo .formazione .player {
	width:100px;
	height:100px;
	padding:0px;
	margin:0px;
	float:none;
	position:absolute;
	background:none;
}

.contCampo .formazione .playerInt {
	width:100px;
	height:100px;
	background-image:url("../images/shirt.png");
	background-size:cover;
	cursor:pointer;
}

.contCampo .formazione .playerInt a {
	display:block;
}

.contCampo .formazione .playerInt.green {
	background-image:url("../images/shirt-green.png");
}

.contCampo .formazione .playerInt.orange {
	background-image:url("../images/shirt-orange.png");
}

.contCampo .formazione .playerInt.villaggeri {
	background-image:url("../images/shirt-villaggeri.png");
}

.contCampo .formazione .playerInt.libertas {
	background-image:url("../images/shirt-libertas.png");
}

.contCampo .formazione .playerInt.goalkeeper {
	background-image:url("../images/shirt-goalkeeper.png");
}

.contCampo .formazione .playerInt.goalkeeper-villaggeri {
	background-image:url("../images/shirt-goalkeeper-villaggeri.png");
}

.contCampo .formazione .playerInt.goalkeeper-libertas {
	background-image:url("../images/shirt-goalkeeper-libertas.png");
}

.contCampo .formazione .player small {
	width:47px;
	padding:25px 0 50px 27px;
	display:block;
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.contCampo.green .formazione .player small {
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
}

.contCampo .formazione .playerInt.orange small, .contCampo .formazione .playerInt.goalkeeper small, .contCampo .formazione .playerInt.goalkeeper-villaggeri small {
	color:#000000;
	text-shadow:none;
}

.contCampo .formazione .player span {
	margin:5px 0 0 0;
	display:block;
	font-size:10px;
	line-height:15px;
	color:#000000;
	text-align:center;
}

.contCampo.green .formazione .player span {
	color:#ffffff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

.contCampo .formazione .playerInt a:hover span {
	color:#222222;
	text-shadow:none;
}

.contCampo .formazione .player span strong {
	font-size:13px;
}

.contCampo .formazione .player.ac {
	top:120px;
	left:189px;
}

.contCampo .formazione .player.cs {
	top:270px;
	left:45px;
}

.contCampo .formazione .player.cd {
	top:270px;
	left:345px;
}

.contCampo .formazione .player.dc {
	bottom:230px;
	left:189px;
}

.contCampo .formazione .player.por {
	bottom:70px;
	left:189px;
}

.contCampo .formazione .player.pn1 {
	bottom:70px;
	left:470px;
	opacity:0.75;
}

.contCampo .formazione .player.pn2 {
	bottom:200px;
	left:470px;
	opacity:0.25;
}

.contCampo .formazione .player.pn3 {
	bottom:330px;
	left:470px;
	opacity:0.25;
}

.contCampo .formazione .player.pn4 {
	bottom:460px;
	left:470px;
	opacity:0.25;
}

.contCampo .formazione .player.pn5 {
	bottom:590px;
	left:470px;
	opacity:0.25;
}

.contCampo .minutaggio {
	width:134px;
	height:134px;
	padding:10px 0 0 0;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	color:#000000;
	font-size:16px;
}

.contCampo .minutaggio strong {
	height:20px;
	padding-top:3px;
	display:block;
	font-size:12px;
}

.contCampo .minutaggio strong u {
	text-decoration:none;
}

.contCampo .minutaggio hr {
	border:0px;
	border-top:2px solid #cccccc;
}

.contCampo .minutaggio p {
	padding:0 6px;
	font-size:11px;
	text-align:left;
}

.contCampo .minutaggio p.icon-fast-fw {
	margin:0 0 0 10px;
}

.contCampo .minutaggio p.last {
	margin:0 0 10px 16px;
}

.note {
	width:600px;
	margin:30px auto 0;
	font-size:14px;
}

.note2 {
	position:absolute;
	top:0px;
	right:-600px;
	font-size:14px;
}

.note strong, .note2 strong {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	display:block;
	border-bottom:2px dotted #000000;
	font-size:16px;
}

.note ol {
	margin:0 0 0 30px;
}

.note ol li {
	margin:0 0 0 0;
	font-size:13px;
}

#matchArchive .contCampo .campo {
	border:2px solid #404040;
}

#matchArchive .contCampo, .contCampo .campo {
	width:100%;
}

#matchArchive .contCampo .formazione .playerInt {
	cursor:default;
}

#matchArchive .contCampo .formazione .playerInt a {
	color:#ffffff;
}

#matchArchive .contCampo .formazione .playerInt a:hover {
	text-decoration:none;
	color:#333333;
	text-shadow:0px;
}

#matchArchive .contCampo .formazione .player.pn1, #matchArchive .contCampo .formazione .player.pn2, #matchArchive .contCampo .formazione .player.pn3, #matchArchive .contCampo .formazione .player.pn4, #matchArchive .contCampo .formazione .player.pn5 {
	opacity:1;
}

#matchResult, .matchRecap {
	width:100%;
	margin:0 0 20px 0;
}

#matchResult th, .matchRecap th {
	padding:5px 7px 5px 36px;
	border:1px solid #cccccc;
}

#matchResult td, .matchRecap td {
	padding:10px 15px;
	border:1px solid #cccccc;
	font-size:14px;
	font-weight:400;
	background:#ffffff;
}

#matchResult td a, .matchRecap td a {
	color:#222222
}

#matchResult td.right, .matchRecap td.right {
	text-align:right;
}

#matchResult td.space, .matchRecap td.space {
	padding:0px;
	background:rgba(255,255,255,0.9);
}

#matchResult td.center, .matchRecap td.center {
	text-align:center;
	line-height:22px;
}

#matchResult tr.match td, .matchRecap tr.match td {
	width:42%;
	padding:15px 10px;
	font-size:17px;
	text-align:right;
}

#matchResult tr.match td:last-child, .matchRecap tr.match td:last-child {
	text-align:left;
}

#matchResult tr.match td.result, .matchRecap tr.match td.result {
	width:16%;
	font-weight:500;
	text-align:center;
	white-space:nowrap;
}

#matchResult tr.match td.result.win, .matchRecap tr.match td.result.win {
	color:#507633;
}

#matchResult tr.match td.result.lose, .matchRecap tr.match td.result.lose {
	color:#ff0000;
}

#matchResult tr td img, .matchRecap tr td img {
	height:20px;
	float:left;
}

#matchResult tr td.right img, .matchRecap tr td.right img {
	float:right;
}

.matchRecap tr td b.right {
	display:block;
	text-align:right;
}

.matchRecap tr td p {
	padding:5px 0 0 0;
}

.matchRecap tr td p.right {
	float:right;
}

#matchResult tr td span, .matchRecap tr td span {
	margin:2px 0 0 10px;
	display:block;
	float:left;
}

.matchRecap tr td span {
	margin:2px 14px 0 3px;
}

.matchRecap tr td span.player {
	width:auto;
	padding:0px;
	background:none;
}

.matchRecap tr td span:last-of-type {
	margin-right:0px;
}

#matchResult tr td.right span, .matchRecap tr td.right span {
	margin:2px 10px 0 0;
	float:right;
}

.creeper1 {
	width:60px;
	margin:0 auto;
	opacity:0.1;
}

.creeper1 .eye1 {
	width:20px;
	height:20px;
	float:left;
	background:#ffffff;
}

.creeper1 .eye2 {
	width:20px;
	height:20px;
	float:right;
	background:#ffffff;
}

.creeper1 .noise {
	width:20px;
	height:10px;
	margin:0 auto;
	background:#ffffff;
}

.creeper1 .mouth {
	width:40px;
	height:20px;
	margin:0 auto;
	background:#ffffff;
}

.creeper1 .lip1 {
	width:10px;
	height:10px;
	margin:0 0 0 10px;
	float:left;
	background:#ffffff;
}

.creeper1 .lip2 {
	width:10px;
	height:10px;
	margin:0 10px 0 0;
	float:right;
	background:#ffffff;
}
.creeper2 {
	width:120px;
	margin:0 auto;
	opacity:0.1;
}

.creeper2 .eye1 {
	width:40px;
	height:40px;
	float:left;
	background:#ffffff;
}

.creeper2 .eye2 {
	width:40px;
	height:40px;
	float:right;
	background:#ffffff;
}

.creeper2 .noise {
	width:40px;
	height:20px;
	margin:0 auto;
	background:#ffffff;
}

.creeper2 .mouth {
	width:80px;
	height:40px;
	margin:0 auto;
	background:#ffffff;
}

.creeper2 .lip1 {
	width:20px;
	height:20px;
	margin:0 0 0 20px;
	float:left;
	background:#ffffff;
}

.creeper2 .lip2 {
	width:20px;
	height:20px;
	margin:0 20px 0 0;
	float:right;
	background:#ffffff;
}
.creeper3 {
	width:180px;
	margin:0 auto;
	opacity:0.1;
}

.creeper3 .eye1 {
	width:60px;
	height:60px;
	float:left;
	background:#ffffff;
}

.creeper3 .eye2 {
	width:60px;
	height:60px;
	float:right;
	background:#ffffff;
}

.creeper3 .noise {
	width:60px;
	height:30px;
	margin:0 auto;
	background:#ffffff;
}

.creeper3 .mouth {
	width:120px;
	height:60px;
	margin:0 auto;
	background:#ffffff;
}

.creeper3 .lip1 {
	width:30px;
	height:30px;
	margin:0 0 0 30px;
	float:left;
	background:#ffffff;
}

.creeper3 .lip2 {
	width:30px;
	height:30px;
	margin:0 30px 0 0;
	float:right;
	background:#ffffff;
}
.creeper4 {
	width:240px;
	margin:0 auto;
	opacity:0.1;
}

.creeper4 .eye1 {
	width:80px;
	height:80px;
	float:left;
	background:#ffffff;
}

.creeper4 .eye2 {
	width:80px;
	height:80px;
	float:right;
	background:#ffffff;
}

.creeper4 .noise {
	width:80px;
	height:40px;
	margin:0 auto;
	background:#ffffff;
}

.creeper4 .mouth {
	width:160px;
	height:80px;
	margin:0 auto;
	background:#ffffff;
}

.creeper4 .lip1 {
	width:40px;
	height:40px;
	margin:0 0 0 40px;
	float:left;
	background:#ffffff;
}

.creeper4 .lip2 {
	width:40px;
	height:40px;
	margin:0 40px 0 0;
	float:right;
	background:#ffffff;
}
.creeper5 {
	width:300px;
	margin:0 auto;
	opacity:0.1;
}

.creeper5 .eye1 {
	width:100px;
	height:100px;
	float:left;
	background:#ffffff;
}

.creeper5 .eye2 {
	width:100px;
	height:100px;
	float:right;
	background:#ffffff;
}

.creeper5 .noise {
	width:100px;
	height:50px;
	margin:0 auto;
	background:#ffffff;
}

.creeper5 .mouth {
	width:200px;
	height:100px;
	margin:0 auto;
	background:#ffffff;
}

.creeper5 .lip1 {
	width:50px;
	height:50px;
	margin:0 0 0 50px;
	float:left;
	background:#ffffff;
}

.creeper5 .lip2 {
	width:50px;
	height:50px;
	margin:0 50px 0 0;
	float:right;
	background:#ffffff;
}
.creeper6 {
	width:360px;
	margin:0 auto;
	opacity:0.1;
}

.creeper6 .eye1 {
	width:120px;
	height:120px;
	float:left;
	background:#ffffff;
}

.creeper6 .eye2 {
	width:120px;
	height:120px;
	float:right;
	background:#ffffff;
}

.creeper6 .noise {
	width:120px;
	height:60px;
	margin:0 auto;
	background:#ffffff;
}

.creeper6 .mouth {
	width:240px;
	height:120px;
	margin:0 auto;
	background:#ffffff;
}

.creeper6 .lip1 {
	width:60px;
	height:60px;
	margin:0 0 0 60px;
	float:left;
	background:#ffffff;
}

.creeper6 .lip2 {
	width:60px;
	height:60px;
	margin:0 60px 0 0;
	float:right;
	background:#ffffff;
}
.creeper7 {
	width:420px;
	margin:0 auto;
	opacity:0.1;
}

.creeper7 .eye1 {
	width:140px;
	height:140px;
	float:left;
	background:#ffffff;
}

.creeper7 .eye2 {
	width:140px;
	height:140px;
	float:right;
	background:#ffffff;
}

.creeper7 .noise {
	width:140px;
	height:70px;
	margin:0 auto;
	background:#ffffff;
}

.creeper7 .mouth {
	width:280px;
	height:140px;
	margin:0 auto;
	background:#ffffff;
}

.creeper7 .lip1 {
	width:70px;
	height:70px;
	margin:0 0 0 70px;
	float:left;
	background:#ffffff;
}

.creeper7 .lip2 {
	width:70px;
	height:70px;
	margin:0 70px 0 0;
	float:right;
	background:#ffffff;
}
.creeper8 {
	width:480px;
	margin:0 auto;
	opacity:0.1;
}

.creeper8 .eye1 {
	width:160px;
	height:160px;
	float:left;
	background:#ffffff;
}

.creeper8 .eye2 {
	width:160px;
	height:160px;
	float:right;
	background:#ffffff;
}

.creeper8 .noise {
	width:160px;
	height:80px;
	margin:0 auto;
	background:#ffffff;
}

.creeper8 .mouth {
	width:320px;
	height:160px;
	margin:0 auto;
	background:#ffffff;
}

.creeper8 .lip1 {
	width:80px;
	height:80px;
	margin:0 0 0 80px;
	float:left;
	background:#ffffff;
}

.creeper8 .lip2 {
	width:80px;
	height:80px;
	margin:0 80px 0 0;
	float:right;
	background:#ffffff;
}
.creeper9 {
	width:540px;
	margin:0 auto;
	opacity:0.1;
}

.creeper9 .eye1 {
	width:180px;
	height:180px;
	float:left;
	background:#ffffff;
}

.creeper9 .eye2 {
	width:180px;
	height:180px;
	float:right;
	background:#ffffff;
}

.creeper9 .noise {
	width:180px;
	height:90px;
	margin:0 auto;
	background:#ffffff;
}

.creeper9 .mouth {
	width:360px;
	height:180px;
	margin:0 auto;
	background:#ffffff;
}

.creeper9 .lip1 {
	width:90px;
	height:90px;
	margin:0 0 0 90px;
	float:left;
	background:#ffffff;
}

.creeper9 .lip2 {
	width:90px;
	height:90px;
	margin:0 90px 0 0;
	float:right;
	background:#ffffff;
}
.creeper10 {
	width:600px;
	margin:0 auto;
	opacity:0.1;
}

.creeper10 .eye1 {
	width:200px;
	height:200px;
	float:left;
	background:#ffffff;
}

.creeper10 .eye2 {
	width:200px;
	height:200px;
	float:right;
	background:#ffffff;
}

.creeper10 .noise {
	width:200px;
	height:100px;
	margin:0 auto;
	background:#ffffff;
}

.creeper10 .mouth {
	width:400px;
	height:200px;
	margin:0 auto;
	background:#ffffff;
}

.creeper10 .lip1 {
	width:100px;
	height:100px;
	margin:0 0 0 100px;
	float:left;
	background:#ffffff;
}

.creeper10 .lip2 {
	width:100px;
	height:100px;
	margin:0 100px 0 0;
	float:right;
	background:#ffffff;
}

.rightColumn.width100 {
	width:100%;
	float:none;
}

#billboard .matchesList {
	display:none;
}

.billboard .match {
	width:300px;
	padding:10px;
	border:2px solid #75ab4b;
}

.billboard .match strong {
	padding:5px 10px;
	display:block;
	border-top:2px solid #75ab4b;
	border-left:2px solid #75ab4b;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	background:url(../images/bgPrevTitle.png) #27282A;
	color:#ffffff;
}

.billboard .match strong:nth-child(2) {
	margin-top:80px;
}

.billboard .match strong b {
	float:right;
}

.billboard .match strong {
	font-weight:normal;
}

.billboard .semifinal {
	width:30%;
}

.billboard .finals {
	width:40%;
	float:left;
	text-align:center;
}

.billboard .finals .match {
	width:auto;
	margin:65px auto 0;
	padding:0px;
	border:0px;
}

.billboard .finals .match:first-child {
	height:20px;
	border-bottom:2px solid #75ab4b;
}

.billboard .finals .match strong {
	width:350px;
	padding:10px;
	margin:0 auto;
	display:block;
	border:2px solid #75ab4b;
	background:#ffffff;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	background:url(../images/bgPrevTitle.png) #27282A;
}

.billboard .left {
	float:left;
}

.billboard .right {
	float:right;
}

.billboard .left .match {
	float:right;
	border-left:0px;
}

.billboard .left .match span {
	float:left;
}

.billboard .left .match span b {
	float:right;
}

.billboard .right .match {
	float:left;
	border-right:0px;
}

.billboard .right .match strong {
	border-left:0px;
	border-right:2px solid #75ab4b;
}

.billboard .right .match span {
	float:right;
}

.billboard .right .match b {
	float:left;
}

.billboard .final.match strong span, .billboard .final.match strong b {
	width:44%;
	float:left;
	text-align:left;
}

.billboard .final.match strong span.right {
	float:right;
	text-align:right;
}

.billboard .final.match strong b {
	width:12%;
	text-align:center;
}

.billboard .final small {
	padding:0 0 7px 0;
	display:block;
	font-weight:bold;
}

.hattrickCard {
	width:500px;
	height:230px;
	margin-bottom:20px;
}

.rightColumn .hattrickCard {
	width:auto !important;
	height:auto;
	padding:10px;
	border:10px solid var(--main-color);
}

.hattrickCard, .hattrickCard h1, .hattrickCard h2, .hattrickCard p, .hattrickCard td {
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color:#222222;
}

.hattrickCard .img {
	height:150px;
	width:104px;
	margin:3px;
	padding:5px;
	float:left;
	font-size:12px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	background:#ffffff;
}

.hattrickCard .img img {
	width:94px;
	height:130px;
	display:block;
	background:#3f7137;
}

.hattrickCard .img p {
	font-weight:bold;
	text-align:right;
	color:#aaaaaa;
}

.hattrickCard .desc {
	width:370px;
	padding:5px 0 0 0;
	float:right;
}

.rightColumn .hattrickCard .desc {
	width:auto !important;
	float:none !important;
}

.hattrickCard h1 {
	margin:0 0 10px 0;
	color:#000000;
}

.hattrickCard h1 img {
	width:25px;
	height:15px;
	padding:1px;
	margin:0 5px 0 0;
	float:left;
	display:block;
	border:1px solid #cccccc;
	background:#ffffff;
}

.hattrickCard h1 p strong {
	color:#3f7137;
	text-decoration:underline;
}

.hattrickCard h2 span {
	color:#3f7137;
}

.hattrickCard .hattrick {
	margin:5px 0 0 0;
}

.hattrickCard .hattrick table {
	border:0px;
	background:none;
}

.hattrickCard .hattrick table tr td {
	padding-top:5px;
}

.hattrickCard .hattrick table tr td:first-child {
	padding-left:0px;
}

.hattrickCard .hattrick td span {
	height:12px;
	padding:1px 2px;
	border:1px solid #cccccc;
	background:-moz-linear-gradient(top, rgba(206,206,206,0.65) 0%, rgba(0,0,0,0) 100%);
	background:-webkit-linear-gradient(top, rgba(206,206,206,0.65) 0%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to bottom, rgba(206,206,206,0.65) 0%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cecece', endColorstr='#00000000',GradientType=0);
}

.hattrickCard .hattrick td span i {
	width:8px;
	height:8px;
	border:0px;
	margin:0 1px 0 0;
	border-radius:1px;
	background:#98af9a;
}

.hattrickMister .img {
	width:25%;
	float:left;
	text-align:center;
}

.hattrickMister .img img {
	width:96%;
	box-shadow:0px 0px 7px rgba(0,0,0,0.65);
}

.hattrickMister .img h1, .hattrickMister .img h2 {
	margin:10px 0 5px 0;
	font-size:12px;
	color:rgba(0,0,0,0.60);
	text-align:center;
}

.hattrickMister .img h2 {
	margin:0px;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}

.hattrickMister .desc {
	width:70%;
	float:right;
	text-align:right;
	color:rgba(0,0,0,0.8);
}

.hattrickMister .desc span {
	font-size:11px;
	color:rgba(0,0,0,0.5);
}

.hattrickMister .desc .quote {
	padding:10px;
	margin:5px 0 0 0;
	position:relative;
	border:1px solid #cccccc;
	border-radius:5px;
	text-align:left;
	line-height:18px;
	background:#ffffff;
}

.hattrickMister .desc .quote .angle2 {
	width:0;
	height:0;
	position:absolute;
	top:20px;
	left:-16px;
	border-style:solid;
	border-width:7.5px 15px 7.5px 0;
	border-color:transparent #cccccc transparent transparent;
}

.hattrickMister .desc .quote .angle {
	width:0;
	height:0;
	position:absolute;
	top:20px;
	left:-15px;
	border-style:solid;
	border-width:7.5px 15px 7.5px 0;
	border-color:transparent #ffffff transparent transparent;
}

#search article {
	width:32%;
	height:160px;
	padding:15px;
	margin:0 2% 20px 0;
	float:left;
	display:block;
	font-size:14px;
	line-height:24px;
	background:#ffffff;
	color:#222222;
}

#search article:nth-of-type(3n) {
	margin-right:0px;
}

#search article img, #search article .teamLogo {
	margin:0 15px 0 0;
	float:left;
	transition:all 300ms;
}

#search article img, #search article img.teamLogo {
	width:auto;
	max-width:30%;
	height:auto;
	max-height:130px;
	padding:10px;
	background:rgba(0,0,0,0.05);
}

#search article a {
	color:var(--main-color);
	transition:all 300ms;
}

#search article a:hover {
	text-decoration:none;
	color:#444444;
}

footer {
	min-height:400px;
	padding:5px 0 0 0;
	position:absolute;
	right:0px;
	bottom:0px;
	left:0px;
	background:url(../images/bgHeader.png) #27282A;
	color:#ffffff;
	text-align:center;
}

footer .container {
	padding-bottom:70px;
}

body.print footer {
	display:none !important;
}

footer article {
	width:30%;
	min-height:280px;
	margin:30px 5% 0 0;
	float:left;
}

footer article:nth-child(3) {
	margin-right:0px;
}

footer article h3 {
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
}

footer article h3 span {
	color:var(--main-color);
}

footer .info strong {
	padding:0 0 20px 0;
	display:block;
	font-size:16px;
	color:#ffffff;
}

footer .info > ul {
	width:50%;
	float:left;
	list-style:circle;
}

footer .info > ul > li {
	padding:10px 0 0 0;
	list-style:none;
	font-size:14px;
	color:#ffffff !important;
}

footer .info .policy {
	display:none;
}

footer .info ul li.space {
	height:27px !important;
	list-style:none !important;
}

footer .info ul li a {
	font-size:14px;
	color:var(--main-color);
}

footer .info ul li ul {
	padding:0 0 0 20px;
}

footer .info ul li ul li {
	padding:10px 0 0 0;
	list-style:circle;
	font-size:14px;
	color:#ffffff;
}

footer .twitter {
	padding:30px 0 0 0;
}

footer .twitter span {
	width:40px;
	height:40px;
	padding:8px 0 0 0;
	margin:0 15px 5px 0;
	float:left;
	display:block;
	position:relative;
	background:var(--main-color);
	text-align:center;
}

footer .twitter span i {
	color:#333333;
	font-size:20px;
}

footer .twitter span b {
	width:0px;
	height:0px;
	position:absolute;
	bottom:-8px;
	left:0px;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:8px solid var(--main-color);
}

footer .twitter p {
	margin:0 0 10px 0;
	color:#ffffff;
	font-size:14px;
	line-height:22px;
}

footer .twitter p a {
	color:var(--main-color);
}

footer .twitter small {
	padding:5px 0 0 0;
	display:block;
	color:#ffffff;
}

footer .gallery img {
	width:26%;
	height:90px;
	margin:20px 11% 0 0;
	float:left;
	display:block;
}

footer .gallery img:nth-child(3n+1) {
	margin-right:0px;
}

footer #legalFooter {
	width:100%;
	padding:15px 0;
	background:var(--main-color);
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:14px;
}

footer #legalFooter .leftAngle {
	width:0px;
	height:0px;
	border-bottom:100px solid var(--main-color);
	border-right:100px solid transparent;
	position:absolute;
	bottom:30px;
	left:0px;
}

footer #legalFooter .rightAngle {
	width:0px;
	height:0px;
	border-bottom:100px solid var(--main-color);
	border-left:100px solid transparent;
	position:absolute;
	bottom:30px;
	right:0px;
}