/*
 Home Page
 ---------------------------- */
.link-dett-partita{
	display: block;
	color: #474747 !important;
	font-size: 16px;
	padding: 6px 0;
	background: #fff url('../img/arrow_dett_partita.png') no-repeat 98% center;
}

.link-dett-partita:hover{
	background: #e6e6e6 url('../img/arrow_dett_partita.png') no-repeat 98% center;
}

.partite-hp{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
}

.partite-hp li{
	border-top: 1px solid #cdcdcd;
	padding: 2px 0;
}

.partite-hp li:last-child{
	border-bottom: none;
}

.partite-hp .rank-head{
	background: #eee;
	border-bottom: 2px solid #fff;
	border-top: none;
	text-transform: uppercase;
	color: #0084b6;
	font-weight: 800;
}

.partite-hp .head-giornata{
	border-top: 0px;
	background: #eeeeee;
	margin-bottom: 2px;
}

.partite-hp .head-giornata h4{
	font-size: 20px;
	padding: 20px 0;
}

.partite-hp li.main-match-row{
	border-top: none;
	font-size: 30px;
	font-weight: 400;
}

.partite-hp .risultato{
	font-size: 60px;
	white-space: nowrap;
	color: #0084b6;
}

.result-inactive{
	color: #737373;
}

.result-active{
	color: #019408;
}

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

	.partite-hp li.main-match-row {
		font-size: 20px;
	}

	.partite-hp .risultato{
		font-size: 40px;
	}

	.partite-hp .link_dett_partita_main {
		font-size: 12px;
	}

}

.partite-hp .link_dett_partita_main{
	font-size: 14px;
	font-weight: 400;
	color: #0084b6;
	text-transform: uppercase;
}

.partite-hp .link_dett_partita_main .fa{
	margin-left: 10px;
}

.hp-logo-team{
	max-width: 125px;
	max-height: 125px;
	background: #fff;
	border: 2px solid #c4c4c4;
	border-radius: 4px;
	padding: 3px;
	display: inline-block;
	overflow: hidden;
}


.hp-logo-team img{
	max-width: 125px;
	max-height: 125px;
}

.main-campionato .box-content{
	padding: 30px;
}

.main-campionato .campionato-list{
	border: 3px solid #0084b6;
	background: #fff;
	padding: 30px;
}

.main-match-row.head-giornata{
	background: #eeeeee url('../img/arrow_bg_main_match.gif') no-repeat top center;
}

/*
 Squadre Header
 ---------------------------- */
.squadre-header{
	position: relative;
}

/*
 Minuti
 ---------------------------- */

.minuti-row{
	border-bottom: 2px solid #c4c4c4;
}

#minuti-cont{
	background: #c4c4c4;
	color: #474747;
	display: inline-block;
	padding: 8px 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

#minuti-cont .fa{
	margin-right: 10px;
}

/*
 Testata
 ---------------------------- */

.fascia-head{
	background: #eee;
	margin-top: 2px;
}

.fascia-head .logo-squadra-cont{
	position: relative;
}

.fascia-head .logo-squadra{
	position: absolute;
	top: -15px;
	left: 30px;
	width: 125px;
	height: 125px;
	background: #fff;
	border: 2px solid #c4c4c4;
	border-radius: 4px;
	padding: 3px;
}

.fascia-head .logo-squadra img{
	max-height: 115px;
	margin: 0 auto;
}

.fascia-head .nome-squadra{
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color: #474747;
	line-height: 80px;
}

.fascia-head .risultato{
	font-size: 60px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	color: #0084b6;
}


/*
 Progressbar
 ---------------------------- */

.progress-cont{
	position: relative;
}

.progress{
	background: #474747;
	border-radius: 0px;
	height: 10px;
	position: absolute;
	width: 71%;
	top: 102%;
	left: 14%;
}
.squadre-header .progress{
	background: #474747;
	border-radius: 0px;
	height: 10px;
	position: absolute;
	width: 71%;
	top: 102%;
	left: 14%;
}

.progress-bar{
	background: url('../img/rglive_progressbar_arrow.jpg') no-repeat right center #0084b6;
}

.progress-event .event{
	top: -10px;
}


.container-result-vote .progress{
	border-radius: 3px;
	height: auto;
}

.container-result-vote .progress-bar{
	background: #0084b6;
}

/*
 Box Blue
 ---------------------------- */

.box-blue{
	border-bottom: 2px solid #0084b6;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
.box-blue .head-box{
	border-bottom: 2px solid #0084b6;
}
.box-blue .head-box h3{
	background: #e6e6e6;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #0084b6;
	text-transform: uppercase;
	padding: 6px 10px;
	cursor: pointer;
	margin: 0;
}
.box-blue .head-box h3.active{
	background: #0084b6;
	color: #e6e6e6;
	cursor: default;
}
.box-blue .head-box h4{
	background: #e6e6e6;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #0084b6;
	text-transform: uppercase;
	padding: 6px 10px;
	cursor: pointer;
	margin: 0;
}
.box-blue .head-box h4.rgl-tabs-article,
.box-blue .head-box h4.rgl-tabs-vota{
	background: #f2682a;
	color: #fff;
}
.box-blue .head-box h4.rgl-tabs-vota a,
.box-blue .head-box h4.rgl-tabs-vota a:hover,
.box-blue .head-box h4.rgl-tabs-vota a:active,
.box-blue .head-box h4.rgl-tabs-vota a:link,
.box-blue .head-box h4.rgl-tabs-vota a:visited,
.box-blue .head-box h4.rgl-tabs-article a,
.box-blue .head-box h4.rgl-tabs-article a:hover,
.box-blue .head-box h4.rgl-tabs-article a:active,
.box-blue .head-box h4.rgl-tabs-article a:link,
.box-blue .head-box h4.rgl-tabs-article a:visited{
	color: #fff;
	text-decoration: none;
}
.box-blue .head-box h4.rgl-tabs-article{
	padding: 8px 6px;
	font-weight: 700;
	font-size: 16px;
}
.box-blue .box-content{
	background: #eee;
	margin: 2px 0;
}
.box-blue .box-content .item-hidden{
	display: none;
}

.logo-squadra-mini{
	max-width: 20px;
	max-height: 20px;
	display: block;
	margin: 0 auto;
}

.img-giocatore{
	width: auto;
	height: 40px;
}

.tooltip-giocatore-popup{
	display: none;
}

/*
 Calcio Stream
 ---------------------------- */

#stream{
	height: 490px;
	overflow-y: scroll;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}

#stream ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#stream ul li{
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0;
}

#stream ul{
	margin: 0 20px;
}

#stream ul li{
	padding: 10px 0;
}

/*
 Calcio Campo
 ---------------------------- */

.campo{
	position: relative;
	border: 2px solid #fff;
	margin: 0 30px;
	font-family: 'Roboto Condensed', sans-serif;
}

.campo .img-responsive{
	z-index: 1;
}

.campo .giocatore{
	background: #fff;
	border: 1px solid #474747;
	box-shadow: 0 0 1px #474747;
	color: #474747;
	width: 28px;
	heigth: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	border-radius: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	cursor: default;
}

.campo .giocatore.fuori{
	background: #777;
	border: 1px solid #fff;
	box-shadow: 0 0 1px #fff;
	color: #fff;
}

.campo .giocatore.casa.ruolo-p{
	left: 5%;
	top: 46%;
}
.campo .giocatore.casa.ruolo-d{
	left: 15%;
}
.campo .giocatore.casa.ruolo-c{
	left: 30%;
}
.campo .giocatore.casa.ruolo-a{
	left: 43%;
}

.campo .giocatore.fuori.ruolo-p{
	left: auto;
	right: 5%;
	top: 46%;
}
.campo .giocatore.fuori.ruolo-d{
	left: auto;
	right: 15%;
}
.campo .giocatore.fuori.ruolo-c{
	left: auto;
	right: 30%;
}
.campo .giocatore.fuori.ruolo-a{
	left: auto;
	right: 43%;
}

.campo .giocatore.p1of1{ top: 46%; }

.campo .giocatore.p1of2{ top: 30%; }
.campo .giocatore.p2of2{ top: 63%; }

.campo .giocatore.p1of3{ top: 21%; }
.campo .giocatore.p2of3{ top: 46%; }
.campo .giocatore.p3of3{ top: 72%; }

.campo .giocatore.p1of4{ top: 10%; }
.campo .giocatore.p2of4{ top: 32%; }
.campo .giocatore.p3of4{ top: 58%; }
.campo .giocatore.p4of4{ top: 82%; }

.campo .giocatore.p1of5{ top: 10%; }
.campo .giocatore.p2of5{ top: 26%; }
.campo .giocatore.p3of5{ top: 46%; }
.campo .giocatore.p4of5{ top: 64%; }
.campo .giocatore.p5of5{ top: 82%; }


.campo .giocatore.fuori.p1of1{ top: 46%; }

.campo .giocatore.fuori.p1of2{ top: 63%; }
.campo .giocatore.fuori.p2of2{ top: 30%; }

.campo .giocatore.fuori.p1of3{ top: 72%; }
.campo .giocatore.fuori.p2of3{ top: 46%; }
.campo .giocatore.fuori.p3of3{ top: 21%; }

.campo .giocatore.fuori.p1of4{ top: 82%; }
.campo .giocatore.fuori.p2of4{ top: 58%; }
.campo .giocatore.fuori.p3of4{ top: 32%; }
.campo .giocatore.fuori.p4of4{ top: 10%; }

.campo .giocatore.fuori.p1of5{ top: 82%; }
.campo .giocatore.fuori.p2of5{ top: 64%; }
.campo .giocatore.fuori.p3of5{ top: 46%; }
.campo .giocatore.fuori.p4of5{ top: 26%; }
.campo .giocatore.fuori.p5of5{ top: 10%; }

.campo .no-formazioni{
	color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 28%;
	background: #fff;
	opacity: 0.8;
}


/*
 Calcio Formazioni
 ---------------------------- */

.formazioni{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}

.formazioni h4{
	font-size: 20px;
	border-bottom: 1px solid #c4c4c4;
	padding: 12px 0;
	margin: 0;
}

.formazioni ul,
.formazioni li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.formazioni li{
	border-bottom: 1px solid #cdcdcd;
	padding: 9px 0;
}

.formazioni li:last-child{
	border-bottom: none;
}

/*
 Classifica
 ------------------------- */

.classifica{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
}

.classifica li{
	border-top: 1px solid #cdcdcd;
	padding: 9px 0;
}

.classifica li:last-child{
	border-bottom: none;
}

.classifica .rank-head{
	background: #eee;
	border-bottom: 2px solid #fff;
	border-top: none;
	text-transform: uppercase;
	color: #0084b6;
	font-weight: 800;
}

/*
 Giornate (precedente, in corso, successiva)
 ------------------------- */
#partite-in-corso,
#ultima-giornata,
#prossima-giornata{
	color: #474747;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

#partite-in-corso ul,
#ultima-giornata ul,
#prossima-giornata ul{
	list-style: none;
	padding: 0;
	margin: 0 15px;
}

#partite-in-corso ul > li,
#ultima-giornata ul > li,
#prossima-giornata ul > li{
	border-bottom: 1px solid #cdcdcd;
	padding: 9px 0;
}


/*
 Responsive
 ------------------------- */


@media (max-width: 1199px) {
	.fascia-head .logo-squadra{
		left: 15px;
	}
}

@media (max-width: 991px) {
	.fascia-head .logo-squadra{
		position: relative;
		left: 0px;
		top: 0px;
		width: auto;
		height: auto;
	}

	.fascia-head .logo-squadra img{
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: auto;
	}

	.squadre-header .progress,
	.squadre-header .progress-event{
		display: none;
	}

	.box-blue{
		margin-bottom: 30px;
	}

}

@media (max-width: 767px) {}

@media (max-width: 600px) {

	.fascia-head .nome-squadra{
		font-size: 20px;
		line-height: 60px;
	}

	.fascia-head .risultato{
		font-size: 24px;
		line-height: 60px;
	}

	.box-blue .head-box h3,
	.box-blue .head-box h4{
		font-size: 18px;
	}

	.box-blue .head-box h4.rgl-tabs-article{
		padding: 8px 6px;
		font-weight: 300;
		font-size: 14px;
	}

	.campo .giocatore{
		width: 22px;
		heigth: 22px;
		line-height: 22px;
		border-radius: 11px;
	}

	.campo .giocatore.casa.ruolo-p{
		left: 0%;
		top: 42%;
	}
	.campo .giocatore.casa.ruolo-d{ left: 12%; }
	.campo .giocatore.casa.ruolo-c{ left: 25%; }
	.campo .giocatore.casa.ruolo-a{ left: 40%; }

	.campo .giocatore.fuori.ruolo-p{
		right: 0%;
		top: 42%;
	}
	.campo .giocatore.fuori.ruolo-d{ right: 12%; }
	.campo .giocatore.fuori.ruolo-c{ right: 25%; }
	.campo .giocatore.fuori.ruolo-a{ right: 40%; }


	.campo .giocatore.p1of1{ top: 42%; }

	.campo .giocatore.p1of2{ top: 28%; }
	.campo .giocatore.p2of2{ top: 60%; }

	.campo .giocatore.p1of3{ top: 21%; }
	.campo .giocatore.p2of3{ top: 42%; }
	.campo .giocatore.p3of3{ top: 65%; }

	.campo .giocatore.p1of4{ top: 10%; }
	.campo .giocatore.p2of4{ top: 32%; }
	.campo .giocatore.p3of4{ top: 58%; }
	.campo .giocatore.p4of4{ top: 82%; }

	.campo .giocatore.p1of5{ top: 10%; }
	.campo .giocatore.p2of5{ top: 26%; }
	.campo .giocatore.p3of5{ top: 46%; }
	.campo .giocatore.p4of5{ top: 64%; }
	.campo .giocatore.p5of5{ top: 82%; }

	#partite-in-corso, #ultima-giornata, #prossima-giornata {
		font-size: 16px;
	}

	.main-campionato .box-content {
		padding: 0px;
	}

	.partite-hp .risultato {
    	font-size: 20px;
	}

	.partite-hp .link_dett_partita_main {
		font-size: 12px;
	}

	.main-campionato .campionato-list {
		padding: 10px;
	}

	.partite-hp .link_dett_partita_main .fa {
		margin-left: 2px;
	}

	.partite-hp .head-giornata h4 {
		font-size: 16px;
		padding: 20px 0;
	}

	.link-dett-partita strong{
		font-size: 15px;
	}
}


@media (max-width: 420px) {

	.box-blue .head-box h3,
	.box-blue .head-box h4{
		font-size: 16px;
	}

	.fascia-head .nome-squadra {
		font-size: 16px;
		line-height: 60px;
	}

	#stream {
		height: 250px;
	}

}

@media (max-width: 380px) {

	.nome-squadra-casa{
		text-align: right;
		padding-right: 0;
	}
	.nome-squadra-fuori{
		text-align: left;
		padding-left: 0;
	}

	.partite-hp li.main-match-row {
		font-size: 15px;
	}

	.partite-hp .head-giornata h4 {
	    font-size: 14px;
	    padding: 10px 0;
	}

	.link-dett-partita {
		font-size: 14px;
	}

}

/* RGLIVE MENU */

.rglive-menu{
	border-bottom: 2px solid #0084b6;
}

.rglive-menu ul{
	margin: 0px;
	padding: 0px;
}

.rglive-menu ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.rglive-menu ul li a,
.rglive-menu ul li a:link,
.rglive-menu ul li a:visited{
	color: #474747;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding: 10px;
	font-size: 18px;
	text-decoration: none;
}

.rglive-menu ul li a.active,
.rglive-menu ul li a:hover,
.rglive-menu ul li a:active{
	text-decoration: none;
	background: #0084b6;
	color: #fff;
}

.risultato {
	line-height: 1.42857143;
}

.cronologia-giornate a, .cronologia-giornate a:hover, .cronologia-giornate a:visited {
	color: #474747;
}

ul.multicolumn-list {
	width:100%;
	padding-left:0;
	overflow:hidden;
	text-align: center;
}
li.multicolumn-list{
	line-height: 30px;
	padding: 6px 0;
	float:left;
	display:inline;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	li.multicolumn-list   { width:50%;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	li.multicolumn-list   { width:25%;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	li.multicolumn-list   { width:16.666%;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	li.multicolumn-list   { width:16.666%;}
}

.giornata-attiva {
	background-color: #eee;
	border-radius: 8px;
	font-weight: bold;
}

.giornata-non-attiva:hover{
	background-color: #eee;
	border-radius: 8px;
	font-weight: bold;
}

.giornata-attiva a, .giornata-attiva a:hover, .giornata-attiva a:visited {
	color: #0084b6;
}

.giornata-maggiori-info {
	padding: 6px 0;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.giornata-maggiori-info a, .giornata-maggiori-info a:hover, .giornata-maggiori-info a:visited {
	color: #474747;
}

.campionato-list:last-child {
	border-top: 0;
}