/* ----------------------------- 

		TOP JOUEURS
		Prends la suite de 
		> .items-inside .item-w
		> fichier : desktop__contents
		
	----------------------------- */
.items-inside .item-w .row-title {
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	background: #FFF;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top: none;
    border-left: none;
    border-right: none;	
}		
.items-inside .item-w .top-stats {
	height: 220px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	background: #FFF;
}
	.items-inside .item-w .top-stats .col-name {
		width: 200px;
		margin: auto 0;
		text-align: center;
		position: relative;
	}
		.items-inside .item-w .top-stats .col-name div.name {
			width: 100%;
			height: 86px;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			font-size: 20px;
			color: #808080;
			line-height: 1.1;
			text-transform: uppercase;
			margin-left: 10px;
		}
			.items-inside .item-w .top-stats .col-name div.name span.lastname {
			}
		.items-inside .item-w .top-stats .col-name div.stat {
			padding: 7px 20px;
			line-height: 1.1;
			border-top-left-radius: 10px;
			border-bottom-right-radius: 10px;
			text-transform: uppercase;
			display: inline;
			font-size: 18px;
			margin: 10px 0;
		}
			.items-inside .item-w .top-stats .col-name div.stat span.stat-label {
				font-size: 12px;
			}
		.items-inside .item-w .top-stats .col-name div.graph-wrapper {
			width: 100px;
			height: 90px;
			margin: auto;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: center; -webkit-justify-content: center;
			position: relative;
			overflow: hidden;
		}
			.items-inside .item-w .top-stats .col-name div.graph-wrapper div.graph {
				position: absolute;
				top: -2px;
				left: 0px;
				width: 100px;
				height: 100px;
			}
			.items-inside .item-w .top-stats .col-name div.graph-wrapper div.libelle {
				margin: auto;
				margin-top: 32px;
				font-size: 22px;
			}
				.items-inside .item-w .top-stats .col-name div.graph-wrapper div.libelle span.legend {
					font-size: 10px;
				}
		.items-inside .item-w .top-stats .col-name div.stat-more {
			width: 100%;
			margin: 0;
			text-align: center;
			font-size: 11px;
			color: #808080;
		}

	.items-inside .item-w .top-stats .col-picture {
		height: 220px;
		width: 220px;
		margin: auto 0;
		position: relative;
	}
		.items-inside .item-w .top-stats .col-picture img {
			position: absolute;
			top: 0px;
			left: -30px;
			height: 315px;
			width: auto;
		}

		.items-inside .item-w .top-stats .col-picture div.logo {
			position: absolute;
			right: 30px;
			top: 40px;
		}
			.items-inside .item-w .top-stats .col-picture div.logo img {
				height: 60px;
				width: 60px;
			}


	/* TOP PLAYERS LIVE */
	.items-inside .item-w .top-stats.top-live {
		height: 190px;
	}
	.items-inside .item-w .top-stats.top-live .col-picture {
		height: 190px;
		width: 220px;
		margin: auto 0;
		position: relative;
	}
		.items-inside .item-w .top-stats.top-live .col-picture img {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 280px;
			width: auto;
		}
	.items-inside .item-w .top-stats.top-live div.logo-live {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
		.items-inside .item-w .top-stats.top-live div.logo-live img {
			height: 50px;
			width: 50px;
			margin: 0 auto;
		}



		/*	COLORATION */
		.items-inside .item-w.player {
			border: 1px solid #cb8f23;
		}
		.items-inside .item-w.goal {
			border: 1px solid #01014f;
		}
		.items-inside .item-w.player .row-title {
			border-bottom: 1px solid #cb8f23;
			color: #cb8f23;
		}
		.items-inside .item-w.goal .row-title {
			border-bottom: 1px solid #01014f;
			color: #01014f;
		}
		.items-inside .item-w.player .top-stats .col-name div.stat {
			color: #FFF;
			background: #cb8f23;
		}
		.items-inside .item-w.goal .top-stats .col-name div.stat {
			color: #FFF;
			background: #01014f;
		}
		.items-inside .item-w.player .top-stats .col-name div.graph-wrapper div.libelle {
			color: #cb8f23;
		}
		.items-inside .item-w.goal .top-stats .col-name div.graph-wrapper div.libelle {
			color: #01014f;
		}


/* ----------------------------- 

		SPORTS CALENDARS
		> INDEX HOME
		
	----------------------------- */
.days-home-wrapper {
	margin: auto 0;
	margin-left: 15px;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
	.days-home-wrapper .arrow {
		display: block;
		width: 25px;
		text-align: center;
		line-height: 1.0;
		font-size: 20px;
		color: #01013e;
		text-transform: uppercase;
		cursor: pointer;
	}
	.days-home-wrapper .arrow-off {
		display: block;
		width: 25px;
		text-align: center;
		line-height: 1.0;
		font-size: 20px;
		color: #808080;		
		text-transform: uppercase;
	}
	.days-home-wrapper .name {
		margin: auto 0;
		text-align: center;
		line-height: 1.0;
		font-size: 18px;
		font-weight: 700;
		color: #1c53a1;
		text-transform: uppercase;
	}


/* ----------------------------- 

		SPORTS TEAMS
		> INDEX HOME
		
	----------------------------- */
.teams-home-wrapper {
	background: #f1f1f1;
	padding: 15px 0;
	border-top-left-radius: 9px;
	margin: 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.teams-home-wrapper a {
		margin: auto;
	}
		.teams-home-wrapper a img {
			width: 45px;
			height: auto;
		}

	.teams-home-wrapper.double {
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
	}
		.teams-home-row {
			width: 100%;
			padding: 10px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}

/* ----------------------------- 

		SPORTS TEAMS
		> VIEW INFOS
		
	----------------------------- */
.teams-infos-center {
	width: 55%; 
	padding: 15px 0; 
	margin: 0 auto;
}

/* ----------------------------- 

		SPORTS CALENDARS
		> INDEX ITEMS
		
	----------------------------- */
ul.listing-calendars {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	/*	ROW	*/
	ul.listing-calendars li {
		padding: 0;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 1.1;
		background: #ebebeb;
		margin: 7px 6px;
		width: 32%;
		font-weight: 600;
		border-top-left-radius: 9px;
		border-bottom-right-radius: 9px;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
	    -webkit-transition: all .5s ease-in-out 0s;
	    -moz-transition: all .5s ease-in-out 0s;
	    -ms-transition: all .5s ease-in-out 0s;
	    -o-transition: all .5s ease-in-out 0s;
	    transition: all .5s ease-in-out 0s;
	}

		ul.listing-calendars li:hover {
	        -webkit-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        -moz-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
			-moz-transform: translateX(5px);
			-webkit-transform: translateX(5px);
			transform: translateX(5px);	
		}

		ul.listing-calendars li.cut-line {
			height: 4px;
			width: 100%;
			background: none;
			margin: none;
			padding: none;
		}
		ul.listing-calendars li.no-result {
			background: none;
			width: 100%;
			text-align: center;
		}
		ul.listing-calendars.calendars-home li {
			width: 100%;
		}
		ul.listing-calendars li.is-tv {
			border: 1px solid #c1974b;
			-webkit-box-shadow: 0px 0px 7px 2px #c1974b;
			-moz-box-shadow: 0px 0px 7px 2px #c1974b;
			box-shadow: 0px 0px 7px 2px #c1974b;
		}

	ul.listing-calendars li div.row {
		display: flex;
		flex-flow: row nowrap;
		display: -webkit-flex; 
		-webkit-flex-flow: row wrap;
	}
		ul.listing-calendars li div.row .margin-inside {
			margin: auto;
		}

	ul.listing-calendars li div.row.row1 {
		height: 30px;
		background: #c9c9c9;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		border-top-left-radius: 9px;
		border-bottom-right-radius: 9px;
	}
		ul.listing-calendars li div.row .state {
			width: 100px;
			height: 30px;
			text-align: left;
			font-size: 9px;
			color: #999797;
			font-weight: 600;
			border-top-left-radius: 9px;
			overflow: hidden;
			text-transform: uppercase;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}
			ul.listing-calendars li div.row .state .label {
				margin: auto;
				margin-left: 15px;
			}
			ul.listing-calendars li div.row .state.is-live {
				background: #e10816;
				color: #FFF;
				font-size: 13px;
				text-align: center;
			}
				ul.listing-calendars li div.row div.state.is-live .label {
					margin: auto;
				}
			ul.listing-calendars li div.row div.state.nolabel {
				width: 0px;
			}

		ul.listing-calendars li div.row .tv-links {
			width: auto;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: center; -webkit-justify-content: center;
		}
		ul.listing-calendars li div.row .tv-links .tv-link {
			margin: auto 10px;
		}
			ul.listing-calendars li div.row .tv-links .tv-link img {
				height: 25px;
				width: auto;
			}

	ul.listing-calendars li div.row div.col-infos {
		margin: 0 5px;
		padding: 6px 0;
		width: 100%;
		font-size: 9px;
		font-weight: 600;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
		text-align: center;
		color: #333333;
		border-bottom: 1px solid #d7d7d7;
	}
		ul.listing-calendars li div.row div.col-infos .infos-competition {
			width: 80px;
			margin: auto 0;
		}
		ul.listing-calendars li div.row div.col-infos .infos-date {
			width: 145px;
			font-size: 10px;
			margin: auto 0;
			padding: 0;
		}
		ul.listing-calendars li div.row div.col-infos .infos-days {
			width: 42px;
			margin: auto 0;
		}

	ul.listing-calendars li div.row div.col-teams {
		margin: 0 5px;
		padding: 9px 0;
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		ul.listing-calendars li div.row div.col-teams .teams-logos {
			width: 80px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}
			ul.listing-calendars li div.row div.col-teams .teams-logos .team-logo {
				margin: auto;
				display: flex; display: -webkit-flex; 
				flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
				justify-content: space-around; -webkit-justify-content: space-around;
				height: 45px;
			}
				ul.listing-calendars li div.row div.col-teams .teams-logos .team-logo img {
					width: 35px;
					height: auto;
					margin: auto;
				}

		ul.listing-calendars li div.row div.col-teams .teams-names {
			margin: auto 0 auto 5px;
			width: 153px;
		}
			ul.listing-calendars li div.row div.col-teams .teams-names .team-name {
				margin: auto 0;
				width: 153px;
				text-align: left;
				font-size: 11px;
				line-height: 1.0;
				font-weight: bold;
				text-transform: uppercase;
			}
				ul.listing-calendars li div.row div.col-teams .teams-names .team-name:first-child {
					margin-bottom: 7px;
				}
		
		ul.listing-calendars li div.row div.col-teams .scores {
			margin: auto 0;
			padding: 4px 0;
			width: 38px;
			font-size: 14px;
			line-height: 0.8;
			font-weight: bold;
			text-align: center;
		}
			ul.listing-calendars li div.row div.col-teams .scores img {
				width: 100%;
				height: auto;
			}

		ul.listing-calendars li div.row div.col-teams .scores.is-live {
			background: #e10816;
			color: #FFF;
		}

	/*	CALENDARS > ROW ICONS	*/
	ul.listing-calendars li div.row-icons {
		padding: 0px;
		background: #c9c9c9;
		height: 30px;
		margin: 0;
		margin-top: auto;
		border-radius: 0px;
		font-weight: 600;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
		position: relative;
		border-bottom-right-radius: 9px;
	}

	ul.listing-calendars li div.row-icons .icon-item {
		margin: 0 auto;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
		color: #e10816;
		width: 80px;
	}
		ul.listing-calendars li div.row-icons .icon-item:hover {
			text-decoration: none;
		}
		ul.listing-calendars li div.row-icons .icon-item div.txt {
			text-align: center;
			margin: auto 0;
			font-size: 9px;
			line-height: 1.0;
			text-transform: uppercase;
			font-weight: 700;
			width: 50px;
		}
		ul.listing-calendars li div.row-icons .icon-item div.icon {
			width: 25px;
			margin: auto 0;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}

		ul.listing-calendars li div.row-icons .icon-item .material-icons {
			font-size: 20px;
			color: #e10816 !important;
            margin: auto 3px !important;
		}

		ul.listing-calendars li div.row-icons .icon-item.big-tickets {
			width: 200px;
		}
			ul.listing-calendars li div.row-icons .icon-item.big-tickets div.txt {
				font-size: 12px;
				width: auto;
			}

		ul.listing-calendars li div.row-icons .icon-item.disable {
			color: #a3a3a3;
		}
		ul.listing-calendars li div.row-icons .icon-item.disable .material-icons {
			color: #a3a3a3 !important;
		}
		ul.listing-calendars li div.row-icons .icon-item.live {
			color: #e0e0e0;
			background: #e10816;
			margin-left: auto;
			margin-right: 0px;
		}
			ul.listing-calendars li div.row-icons .icon-item.live .txt {
				text-transform: uppercase;
				font-size: 10px;				
				color: #e0e0e0;
			}




/* ----------------------------- 

		SPORTS CALENDARS
		> INDEX > MONTHS
		
	----------------------------- */
.months-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	background: #e0e0e0;
	width: 100%;
	height: 24px;
	margin: 0px 0 15px;
}
	.months-wrapper .month-item {
		margin: 0 10px;
		padding: 0 10px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		cursor: pointer;
	}
		.months-wrapper .month-item.is-active {
			background: #e10816;
			color: #FFF;
		}

/* ----------------------------- 

		SPORTS CALENDARS
		> TV > HOME
		
	----------------------------- */
.tv-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: column; -webkit-flex-flow: column;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.tv-wrapper .tv-item {
		width: 285px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		background: #ebebeb;
		padding: 10px 7px;
		margin: 4px auto;
	    -webkit-transition: all .5s ease-in-out 0s;
	    -moz-transition: all .5s ease-in-out 0s;
	    -ms-transition: all .5s ease-in-out 0s;
	    -o-transition: all .5s ease-in-out 0s;
	    transition: all .5s ease-in-out 0s;		
	}
		.tv-wrapper .tv-item:hover {
	        -webkit-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        -moz-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
			-moz-transform: translateX(5px);
			-webkit-transform: translateX(5px);
			transform: translateX(5px);	
		}
		
		.tv-wrapper .tv-item .col-infos {
			width: 170px;
			margin: auto 0;
			text-align: center;
			text-transform: uppercase;
		}
			.tv-wrapper .tv-item .col-infos .date {
				width: 100%;
				font-size: 12px;
				line-height: 1.1;
				color: #051d49;
				font-weight: 700;
				padding-bottom: 5px;
			}
				.tv-wrapper .tv-item .col-infos .date span {
					color: #cb8f23;
					font-weight: 600;
				}
			.tv-wrapper .tv-item .col-infos .broadcast {
				width: 100%;
			}
				.tv-wrapper .tv-item .col-infos .broadcast img {
					width: auto;
					height: 35px;
				}
		

		.tv-wrapper .tv-item .col-teams {
			width: 100px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
			margin: auto;
		}
			.tv-wrapper .tv-item .col-teams .logo {
				width: 50%;
			}
				.tv-wrapper .tv-item .col-teams .logo img {
					width: 90%;
					height: auto;
				}



/* ----------------------------- 

		SPORTS CALENDARS
		> VIEW
		
	----------------------------- */
.calendars-teams-header {
	width: 100%;
	margin: 25px 0 30px;
	padding: 15px 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	position: relative;
}
	.calendars-teams-header.from-live {
		margin-top: 0px;
		margin-bottom: 40px;
	}

.calendars-teams-header .bg {
    background: #d7d6d5;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;	
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
	.calendars-teams-header.from-live .bg {
		height: auto;
		font-size: 14px;
		text-align: center;
		font-weight: 600;
		padding: 5px 0;
		bottom: -15px;
	}
.calendars-teams-header div.col-teams {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	width: auto;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	position: relative;
	z-index: 10;
}
	.calendars-teams-header div.col-teams .teams-logos {
		width: 200px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: space-around; -webkit-justify-content: space-around;
	}
		.calendars-teams-header div.col-teams .teams-logos .team-logo {
			margin: auto;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
			height: 100px;
		}
			.calendars-teams-header div.col-teams .teams-logos .team-logo img {
				width: 90px;
				height: auto;
				margin: auto;
			}
		.calendars-teams-header div.col-teams .teams-logos .team-logo a {
			margin: auto;
		}

	.calendars-teams-header div.col-teams .teams-names {
		margin: auto 0;
		width: auto;
	}
		.calendars-teams-header div.col-teams .teams-names .team-name {
			margin: auto 0;
			width: auto;
			text-align: left;
			font-size: 34px;
			line-height: 1.0;
			font-weight: bold;
			text-transform: uppercase;
		}
			.calendars-teams-header div.col-teams .teams-names .team-name:first-child {
				margin-bottom: 7px;
			}
			.calendars-teams-header div.col-teams .teams-names .team-name a:hover {
				text-decoration: none;
			}
	
	.calendars-teams-header div.col-teams div.col-scores {
		margin: auto 0 auto 60px;
	}
	.calendars-teams-header div.col-teams div.col-scores .score {
		margin: auto 0;
		width: 60px;
		font-size: 34px;
		line-height: 1.0;
		font-weight: bold;
	}
		.calendars-teams-header div.col-teams div.col-scores .score:first-child {
			margin-bottom: 7px;
		}
		.calendars-teams-header.from-live div.col-teams div.col-scores .score {
			color: #e10816 !important;
		}


/* ----------------------------- 

		SPORTS PLAYERS
		> INDEX > LETTERS
		
	----------------------------- */
.letters-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	background: #fafafa;
	width: 100%;
	height: 24px;
	font-weight: 700;
}
	.letters-wrapper .letter-item {
		margin: 0 4px;
		padding: 0 4px;
		height: 24px;
		line-height: 24px;
		font-size: 11px;
		cursor: pointer;
	}
		.letters-wrapper .letter-item.is-active {
			background: #e10816;
			color: #FFF;
		}



/* ----------------------------- 

		SPORTS PLAYERS
		> INDEX
		
	----------------------------- */
.listing-players {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
.listing-teams {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}



/* ----------------------------- 

		SPORTS PLAYERS
		> VIEW
		
	----------------------------- */
.players-view-top {
	width: 100%;
	position: relative;
	z-index: 5;
}
	.players-view-top .name h1 {
		text-align: right;
	}
	.players-view-top .logo {
		position: absolute;
		z-index: 10;
		top: 0px;
		left: 30px;
	}
		.players-view-top .logo img {
			width: 130px;
			height: auto;
		}

	.players-view-top .infos-inside {
		background: #d7d6d5;
		width: 100%;
		padding: 0 10px;
		border-top-left-radius: 8px;
		border-bottom-right-radius: 8px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.players-view-top .infos-inside .col-number {
			width: 170px;
			text-align: center;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}
			.players-view-top .infos-inside .col-number .number {
				margin: auto;
				margin-bottom: 40px;
				color: #9f9e9d;
				font-size: 60px;
				font-weight: bold;
				font-style: italic;
				line-height: 1.0;
			}
		.players-view-top .infos-inside .col-picture {
			width: 260px;
			margin: 0;
			margin-top: -80px;
			text-align: center;
		}
			.players-view-top .infos-inside .col-picture img {
				width: 260px;
				height: auto;
			}
		.players-view-top .infos-inside .col-infos {
			width: 440px;
			margin: auto 10px auto auto;
		}
			.players-view-top .infos-inside .col-infos .position {
				font-size: 28px;
				color: #c1974b;
				font-weight: bold;
				line-height: 1.0;
				text-align: right;
				margin-bottom: 15px;
			}
			.players-view-top .infos-inside .listing-infos {
				width: 100%;
			}
				.players-view-top .infos-inside .listing-infos .row-infos {
					width: 100%;
					background: #FFF;
					color: #051d49;
					font-size: 16px;
					font-weight: 500;
					line-height: 1.0;
					padding: 4px 15px;
					margin-bottom: 4px;
					border-radius: 5px;
					display: flex; display: -webkit-flex; 
					flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
					justify-content: flex-start; -webkit-justify-content: flex-start;
				    -webkit-transition: all .5s ease-in-out 0s;
				    -moz-transition: all .5s ease-in-out 0s;
				    -ms-transition: all .5s ease-in-out 0s;
				    -o-transition: all .5s ease-in-out 0s;
				    transition: all .5s ease-in-out 0s;
				}
				.players-view-top .infos-inside .listing-infos .row-infos .col-label {
					width: 50%;
				}
				.players-view-top .infos-inside .listing-infos .row-infos .col-value {
					width: 50%;
					text-align: right;
				}

			.players-view-top .infos-inside .listing-infos .row-infos:hover {
		    	background: #d7d4d4;
		        -webkit-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
		        -moz-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
		        box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
				-moz-transform: translateX(5px);
				-webkit-transform: translateX(5px);
				transform: translateX(5px);	
			}
				


/* ----------------------------- 

		GENERIQUE > STATS RESUME
		> affiche et met en avant certaines statistique
		> SportsPlayers/view   //  SportsCalendars/view   //    SportsTeams/view
		
	----------------------------- */
.stats-wrapper {
	padding: 0 10px 15px;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: space-between; -webkit-justify-content: space-between;
}
	.stats-wrapper .stats-items {
		width: 31%;
		margin-top: 7px;
		margin-bottom: 7px;
		/*margin: 7px auto;*/
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	}
		.stats-wrapper .stats-items.empty {
			opacity: 0;
		}
		.stats-wrapper .stats-items .col-label {
			width: 60%;
			padding: 10px;
			background: #f1f1f1;
			color: #01013e;
			font-weight: bold;
			text-align: center;
			margin: 0;
			min-height: 48px;
			border-top-left-radius: 7px;
			line-height: 1.1;
			font-size: 14px;
		}
			.stats-wrapper .stats-items .col-label .legend {
				font-size: 10px;
				padding-top: 4px;
				font-weight: 600;
			}
		.stats-wrapper .stats-items .col-value {
			width: 45%;
			background: #051d49;
			color: #FFFFFF;
			text-align: center;
			margin: 0;
			min-height: 48px;
			font-size: 28px;
			font-weight: bold;
			border-top-left-radius: 7px;
			border-bottom-right-radius: 7px;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
		}
			.stats-wrapper .stats-items .col-value .small {
				font-size: 80%;
			}

		.stats-wrapper .stats-items.w-large {
			width: 48%;
		}
			.stats-wrapper .stats-items.w-large .col-label {
				width: 82%;
			}
			.stats-wrapper .stats-items.w-large .col-value {
				width: 25%;
			}



/* ----------------------------- 

		SPORTS CALENDARS > VIEW
		
	----------------------------- */
.teams-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.teams-wrapper .name {
		width: 32%;
		margin: auto;
		font-size: 27px;
		line-height: 1.1;
		text-transform: uppercase;
		color: #01013e;
	}
		.teams-wrapper .name.home {
			text-align: right;
		}
	.teams-wrapper .logo {
		width: 10%;
		margin: auto;
		text-align: center;
	}	
		.teams-wrapper .logo img {
			width: 60px;
			height: auto;
		}
	.teams-wrapper .score {
		width: 15%;
		margin: auto;
		text-align: center;
		font-size: 27px;
		line-height: 1.1;
		text-transform: uppercase;
		color: #cb8f23;
	}	
		.teams-wrapper .score a img {
			width: 80%;
			height: auto;
		}

.calendars-infos-2cols {
	float: left; width: 48%; padding: 15px 0;
}
	.calendars-infos-2cols.right {
		float: right;
	}

/* ----------------------------- 

		SPORTS EVENTS > INDEX
		sportsCalendars / eStatsChannels
		
	----------------------------- */
.events-index .col-icon {
	width: 5%;
}
.events-index .col-time {
	width: 15%;
}
.events-index .col-description {
	width: 60%;
}
.events-index .col-teams {
	width: 20%;
}

	
/* TEMPS	*/
.events-index div.event-time {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
	.events-index li.red div.event-time {
		color: #c5001e;
	}
	.events-index li.blue div.event-time {
		color: #1c3a73;
	}
	
/* DESCRIPTION	*/
.events-index div.event-description {
}
	.events-index div.event-description div.inside {
		margin: auto 0;
		text-transform: none;
	}
.events-index div.event-picture {
	display: block!important;
	width: 70%;
	height: 340px;
	overflow: hidden;
}
	.events-index div.event-picture img {
		width: 100%;
	}


/* EQUIPES	*/
.events-index div.event-teams {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
	.events-index div.event-teams div.logo {
		width: 25%;
		margin: auto;
	}
		.events-index div.event-teams div.logo img {
			height: 30px;
		}
	.events-index div.event-teams div.score {
		width: 50%;
		margin: auto;
	}
		.events-index li.red div.event-teams div.score {
			color: #c5001e;
		}
		.events-index li.blue div.event-teams div.score {
			color: #1c3a73;
		}


/*	ACTIONS ICONS	*/
.events-index div.event-icon {
	display: block;
	width: 34px;
	height: 34px;
}
	.events-index div.event-icon.periods_finish {
		background: url(../_img/sprite-events.png) no-repeat -408px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.alert {
		background: url(../_img/sprite-events.png) no-repeat -442px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.two_min {
		background: url(../_img/sprite-events.png) no-repeat -476px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.goals {
		background: url(../_img/sprite-events.png) no-repeat -510px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.stops {
		background: url(../_img/sprite-events.png) no-repeat -544px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.timeout {
		background: url(../_img/sprite-events.png) no-repeat -578px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.red_card {
		background: url(../_img/sprite-events.png) no-repeat -612px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.yellow_card {
		background: url(../_img/sprite-events.png) no-repeat -646px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.periods_start {
		background: url(../_img/sprite-events.png) no-repeat -680px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.goals_7m {
		background: url(../_img/sprite-events.png) no-repeat -714px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.stops_7m {
		background: url(../_img/sprite-events.png) no-repeat -748px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.turnovers {
		background: url(../_img/sprite-events.png) no-repeat -782px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.assists {
		background: url(../_img/sprite-events.png) no-repeat -816px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.missed {
		background: url(../_img/sprite-events.png) no-repeat -850px -103px;  /* marge LEFT / marge TOP	*/
	}
	.events-index div.event-icon.blocked {
		background: url(../_img/sprite-events.png) no-repeat -884px -103px;  /* marge LEFT / marge TOP	*/
	}


/* ----------------------------- 

		SPORTS LIVES
		eStatsChannels
		
	----------------------------- */
.lives-infos {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #243f92;
	text-transform: uppercase;
	background: #f1f1f1;
}

.lives-timer-wrapper {
	position: absolute;
	top: -60px;
	right: 25px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.1;
	text-align: right;
	color: #CCC;
}


/* ----------------------------- 

		SPORTS TEAMS > TOP STATS EQUIPES
		sportsCalendars / eStatsChannels
		
	----------------------------- */
.teams-stats-wrapper {
	padding: 10px 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
}
	.teams-stats-wrapper .row {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		padding: 10px 0;
		margin-bottom: 10px;
		border: 1px solid #f1f1f1;
		border-top-left-radius: 9px;
		border-bottom-right-radius: 9px;
	}
		.teams-stats-wrapper .row .col-graph {
			width: 18%;
			margin: auto 0;
		}
			.teams-stats-wrapper .row .col-graph div.graph-wrapper {
				width: 100px;
				height: 90px;
				margin: auto;
				display: flex; display: -webkit-flex; 
				flex-flow: row wrap; -webkit-flex-flow: row wrap;
				justify-content: center; -webkit-justify-content: center;
				position: relative;
				overflow: hidden;
			}
				.teams-stats-wrapper .row .col-graph div.graph-wrapper div.graph {
					position: absolute;
					top: -2px;
					left: 0px;
					width: 100px;
					height: 100px;
				}
				.teams-stats-wrapper .row .col-graph div.graph-wrapper div.libelle {
					margin: auto;
					margin-top: 30px;
					font-size: 25px;
				}
					.teams-stats-wrapper .row .col-graph div.graph-wrapper div.libelle span.legend {
						font-size: 10px;
					}
		.teams-stats-wrapper .row .col-stats {
			width: 18%;
			margin: auto 0;
			font-size: 30px;
			line-height: 1.1;
			text-align: center;
		}
		.teams-stats-wrapper .row .col-title {
			width: 28%;
			margin: auto 0;
			text-align: center;
		}
			.teams-stats-wrapper .row .col-title .title {
				font-size: 14px;
				width: 100%;
				text-transform: uppercase;
			}
			.teams-stats-wrapper .row .col-title .legend {
				font-size: 12px;
				width: 100%;
				padding-top: 3px;
			}

.teams-logo-zoomed {
	padding: 0;
	position: relative;
	margin-top: 40px;
	margin-bottom: -8px;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.teams-logo-zoomed .bg {
		width: 100%;
		height: 20px;
		background: #d7d6d5;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		position: absolute;
		bottom: 20px;
		z-index: 1;
    }
	.teams-logo-zoomed .team-logo {
		margin-left: 20px;
		position: relative;
		z-index: 2;
	}
		.teams-logo-zoomed .team-logo img {
		    width: 80px;
		    height: auto;
		}
	.teams-logo-zoomed .team-name {
		position: relative;
		z-index: 2;
		margin: 13px auto auto 10px;
		font-size: 26px;
		line-height: 0.9;
		text-transform: uppercase;
		text-align: left;
		font-weight: 700;
		color: #929191;
	}


.forced .teams-logo-zoomed {
	text-align: center;
	padding: 5px 0;
	background: #f1f1f1;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	height: 45px;
	position: relative;
	margin-top: 5px;
}
	.forced .teams-logo-zoomed .team-logo {
		margin: auto;
	}


.standings-home {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.standings-home .standings-team {
		width: 285px;
		height: 34px;
		position: relative;
		margin: 2px 7px;
		background: #ebebeb;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		font-size: 18px;
	    -webkit-transition: all .5s ease-in-out 0s;
	    -moz-transition: all .5s ease-in-out 0s;
	    -ms-transition: all .5s ease-in-out 0s;
	    -o-transition: all .5s ease-in-out 0s;
	    transition: all .5s ease-in-out 0s;
	}
		.standings-home .standings-team:hover {
	    	background: #d7d4d4;
	        text-decoration: none !important;
	        -webkit-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        -moz-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
			-moz-transform: translateX(5px);
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
		}
		
		.standings-home .standings-team.header {
			background: none;
			height: 20px;
			text-transform: uppercase;
		    margin: 0;
		    margin-bottom: 5px;
		    padding: 0 7px;
		    border: none;
		    font-size: 10px;
		    width: 100%;
		}
		.standings-home .standings-team .position {
			width: 28px;
			font-weight: 700;
			font-style: italic;
			line-height: 1.0;
			margin: auto 5px;
			margin-right: 7px;
			text-align: right;
			color: #cb8f23;
		}
		.standings-home .standings-team .logo {
			width: 32px;
			height: 32px;
			border-bottom-right-radius: 9px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
			z-index: 9;
			margin: auto 0px;
		} 
			.standings-home .standings-team .logo img {
				margin: auto;
				height: auto;
				width: 28px;
			}
		.standings-home .standings-team .name {
			width: 100%;
			font-weight: 600;
			line-height: 1.0;
			font-size: 12px;
			color:#051d49;
			text-transform: uppercase;
			margin: auto 5px;
		}
		.standings-home .standings-team .points {
			width: 50px;
			font-weight: 700;
			font-style: italic;
			line-height: 1.0;
			color: #cb8f23;
			margin: auto 9px;
			text-align: center;
		}
		.standings-home .standings-team .mj {
			font-size: 16px;
			width: 40px;
			font-weight: 600;
			font-style: italic;
			line-height: 1.0;
			color: #b5b4b1;
			margin: auto 0;
			margin-right: 5px;
			text-align: center;
		}	
			.standings-home .standings-team.header .mj {
				font-size: 10px;
			}
/*
CLASSEMENT HOME
VERSION JUSTE LOGO
.standings-home {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.standings-home .standings-team {
		width: 52px;
		height: 70px;
		position: relative;
		margin: 5px auto;
	}
		.standings-home .standings-team .position {
			position: absolute;
			top: 0;
			left: 0;
			color: #01013e;
			font-size: 14px;
			line-height: 0.9;
			z-index: 10;
		}
		.standings-home .standings-team .logo {
			position: absolute;
			top: 4px;
			left: 4px;
			background: #f0f0f0;
			width: 40px;
			height: 40px;
			border-bottom-right-radius: 9px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
			z-index: 9;
		} 
			.standings-home .standings-team .logo img {
				margin: auto;
				height: 33px;
				width: auto;
			}
		.standings-home .standings-team .points {
			position: absolute;
			top: 47px;
			left: 0;
			width: 100%;
			text-align: center;
			font-size: 11px;
			line-height: 1.0;
			color: #333;
		}
		.standings-home .standings-team .mj {
			position: absolute;
			top: 58px;
			left: 0;
			width: 100%;
			text-align: center;
			font-size: 10px;
			line-height: 1.0;
			color: #01013e;
		}	
*/

.top-player-container {
	margin-bottom: 15px;
	position: relative;
}
.top-player-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	padding: 10px 0;
	background: #ebebeb;
	margin-bottom: 10px;
}
	.top-player-wrapper .col-picture {
		margin: auto 0;
		width: 100px;
		background: #f1f1f1;
		border-top-left-radius: 9px;
		border-bottom-right-radius: 9px;
		overflow: hidden;
	}
		.top-player-wrapper .col-picture .top-picture {
			margin: 0 auto;
			height: 120px;
			width: auto;
		}
	.top-player-wrapper .col-infos {
		margin: auto 0;
		margin-left: 10px;
		width: 175px;
		text-transform: uppercase;
	}
		.top-player-wrapper .col-infos .top-team {
			width: 100%;
		}
			.top-player-wrapper .col-infos .top-team img {
				width: 27px;
				height: 27px;
			}
		.top-player-wrapper .col-infos .top-name {
			font-size: 18px;
			color: #051d49;
			line-height: 1.1;
			margin: 7px 0;
			padding: 7px 0;
			width: 100%;
			font-weight: 900;
			border-top: 1px solid #cb8f23;
			border-bottom: 1px solid #cb8f23;
		}
		.top-player-wrapper .col-infos .top-stats {
			color: #333333;
			font-size: 17px;
			margin-top: 5px;
			font-weight: bold;
			letter-spacing: -0.4px;
		}
			.top-player-wrapper .col-infos .top-stats span {
				color: #e10816;
			}

.top-player-wrapper.goalkeeper .col-infos .top-name {
	border-top: 1px solid #051d49;
	border-bottom: 1px solid #051d49;
}

.top-player-wrapper:hover {
	text-decoration: none;
}

.top-player {
	width: 90%;
	margin: 0 auto 15px;
}
	.top-player:hover {
		text-decoration: none;
	}
.top-player.top-player-col33 {
	width: 290px;
	margin: 0 auto;
	margin-bottom: 5px;
}
	.top-player .module-padding .module-title {
		padding: 0 20px 10px;
		font-size: 17px;
		line-height: 25px;
		border-top-left-radius: 9px;
	}

	.top-player .top-player-wrapper {
		background: #FFF;
		margin-top: -10px;
		margin-bottom: 0px;
		overflow: hidden;
		background: #FFF;
		border: 1px solid #c9c9c9;
		border-top-left-radius: 9px;
		border-bottom-right-radius: 9px;
		padding: 0px;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: relative;
	}
	.top-player .top-player-wrapper .col-picture {
		height: 170px;
		width: 110px;
		background: #FFF;
	}
		.top-player .top-player-wrapper .col-picture .top-picture {
			height: 170px;
		}
	.top-player .top-player-wrapper .col-infos {
		margin-left: 0px;
		width: 170px;
	}
	.top-player .top-player-wrapper .col-infos .top-stats {
		font-size: 16px;
	}
	.top-player-baseline {
		height: 16px;
		line-height: 16px;
		float: left;
		margin-left: 110px;
		margin-top: -10px;
		position: relative;
		z-index: 10;
		padding: 0 25px;
		border-top-left-radius: 18px;
		border-bottom-right-radius: 18px;
		background: #c1974b;
		font-size: 10px;
		color: #FFF;
		font-weight: 400;
	}
		.top-player-baseline:after {
			clear: both;
		}
		.top-player-baseline.lives {
			background: #c5001e !important;
		}



/* ----------------------------- 

		LIVES HOME
		
	----------------------------- */
.lives-home-wrapper {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background: url('../_img/lives/lnh-lives-home.jpg') no-repeat top center #fff; 
    background-size: cover;
    border-bottom-right-radius: 12px;
    display: flex; display: -webkit-flex; 
    flex-flow: row wrap; -webkit-flex-flow: row wrap;
    justify-content: space-around; -webkit-justify-content: space-around;
}
    .timer-wrapper {
        width: 100%;
        font-size: 11px;
        font-style: italic;
        line-height: 1.1;
        text-align: right;
        color: #FFF;                    
    }
    .lives-home-title {
	    line-height: 1.0;
	    font-size: 45px;
	    color: #FFF;
	    margin: 0px;
	    padding: 0px 0 5px;
	    text-transform: uppercase;
	    letter-spacing: -0.5px;  
	    text-align: center;  	
    }
    .lives-home-inside {
        width: 100%;
        padding: 5px 0 15px;
        display: flex; display: -webkit-flex; 
        flex-flow: row wrap; -webkit-flex-flow: row wrap;
        justify-content: flex-start; -webkit-justify-content: flex-start;
    }
        .lives-home-item {
            background: #f1f1f1;
            border-top-left-radius: 11px;
            border-bottom-right-radius: 11px;
            width: 212px;
            padding: 0;
            margin: 15px;
            display: flex; display: -webkit-flex; 
            flex-flow: row wrap; -webkit-flex-flow: row wrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
            position: relative;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;                        
        }
            .lives-home-item:hover {
            	background: #f5f5f5;
                text-decoration: none !important;
                -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.24);
                -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.24);
                box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.24);                            
            }


            .lives-home-item .bt-lives {
            	position: absolute;
            	top: 0px;
            	left: 0px;
            	z-index: 15;
            	margin: 0px;
            	border-bottom-right-radius: 10px;
            	overflow: hidden;
            	width: 44px;
            }

            .lives-home-item a:hover {
            	text-decoration: none;
            }

            .lives-home-item a.main-link {
            	width: 100%;
            	display: block;
            }
            .lives-home-item .top-bar {
            	height: 40px;
                width: 100%;
                position: relative;
                text-align: center;
                color: #26395b;
                font-size: 10px;
                line-height: 1.2;
                z-index: 2;
                display: flex; display: -webkit-flex; 
                flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
                justify-content: space-around; -webkit-justify-content: space-around;
            }
            	.lives-home-item .period {
            		margin: auto;
            	}
            	.lives-home-item .top-bar .more {
            		position: absolute;
            		top: 6px;
            		right: 6px;
            		z-index: 10;
            	}
			
			.lives-home-item .mid-bar {
				height: 26px;
				width: 100%;
				background: #d1d1d1;
				position: relative;
				z-index: 9;
				display: flex; display: -webkit-flex; 
				flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
				justify-content: space-around; -webkit-justify-content: space-around;
			}
				.lives-home-item .mid-bar .logo {
					width: 60px;
					margin-top: -12px;
					text-align: center;
					position: relative;
					z-index: 11;
				}
					.lives-home-item .mid-bar .logo img {
						width: 50px;
						height: auto;
					}
				.lives-home-item .mid-bar .score {
					width: 90px;
					font-size: 22px;
					line-height: 26px;
					color: #c1974b;
					font-weight: bold;
					position: relative;
					z-index: 11;
					text-align: center;
				}
			.lives-home-item .bot-bar {
				width: 100%;
				height: 34px;
				margin-top: -7px;
				position: relative;
				z-index: 6;
                text-align: center;
                color: #26395b;
                font-size: 10px;
                line-height: 1.1;
                padding-top: 12px;
			}
                .lives-home-item .bot-bar .televisions {
                	height: 29px;
                	width: 100%;
                	position: absolute;
                	z-index: 11;
                	bottom: -20px;
                    margin: auto 0;
                    display: flex; display: -webkit-flex; 
                    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
                    justify-content: center; -webkit-justify-content: center;
                }
                	.lives-home-item .bot-bar .televisions .tv-bloc {
                		margin: auto 15px;
                	}
	                	.lives-home-item .bot-bar .televisions .tv-bloc img {
	                		margin: auto;
	                		height: 30px;
	                		width: auto;
	                	}

.teams-view-top {
	height: 130px;
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
	position: relative;
	margin-bottom: 25px;
}
	.teams-view-top .bg {
		width: 100%;
		height: 30px;
		background: #d7d6d5;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		position: absolute;
		bottom: 20px;
		z-index: 1;
	}
	.teams-view-top .col-logo {
		position: relative;
		z-index: 3;		
		height: 130px;
		width: 130px;
		margin: auto 0;
		margin-left: 20px;
	}
		.teams-view-top .col-logo img {
			height: 130px;
			width: auto;
		}
	.teams-view-top .col-links {
		position: relative;
		z-index: 3;		
		width: 85%;
		margin: 0;
		margin-top: 0px;
		margin-right: 0px;
		text-align: right;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
	}
		.teams-view-top .col-links h1 {
			width: 100%;
			text-align: right;
			margin-top: auto !important;
			margin-bottom: auto !important;
		}
		.teams-view-top .col-links .links {
			width: 99%;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: flex-end; -webkit-justify-content: flex-end;
		}
			.teams-view-top .col-links .links a {
			    margin: 0 5px 0 0;
			}

.teams-view-top.light {
	margin-bottom: 0px;
}
	.teams-view-top.light .bg {
		border-bottom-right-radius: 0px;
		bottom: 0px;
	}
	.teams-view-top.light .col-links {
		margin-top: auto;
	}

/*	AWARDS */
.awards-wrapper {
	width: 100%;
	margin-bottom: 15px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}
	.awards-wrapper .award-season {
		background: #cccccc;
		font-size: 12px;
		line-height: 1.0;
		font-weight: bold;
		text-transform: uppercase;
		color: #333333;
		padding: 6px 15px 11px;
		position: relative;
		z-index: 2;
	}
	.awards-wrapper .award-items {
		width: 100%;
		background: #a8a8a8;		
		border-top-left-radius: 8px;
		margin-top: -5px;
		position: relative;
		z-index: 5;
	}
	.awards-wrapper .award-item {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		padding: 5px 10px;
		margin: 0 15px;
		border-bottom: 1px solid #cccccc;
		text-align: left;
		font-size: 14px;
		color: #ebebeb;
		font-weight: bold;
		text-transform: uppercase;
	}
		.awards-wrapper .award-item:last-child {
			border-bottom: 0px;
		}

		.awards-wrapper .award-item .col-logo {
			margin: auto 0;
			width: 100px;
			text-align: center;
		}
			.awards-wrapper .award-item .col-logo img {
				height: 36px;
				width: auto;
			}
		.awards-wrapper .award-item .col-element {
			margin: auto 0;
			width: 270px;
		}
		.awards-wrapper .award-item .col-name {
			margin: auto 0;
			width: 400px;
		}

/*	TOP STATS HOME > TEAMS */
.top-teams-home {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0;
    background: #ebebeb;
    margin-bottom: 10px;                    
}
    .top-teams-home:hover {
        text-decoration: none;
    }
.top-teams-home .picture-logo {
    width: 100%;
    height: 130px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    position: relative;
    z-index: 12;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
    background: #f1f1f1;
}
    .top-teams-home .picture-logo .logo {
        height: 115px;
        width: 115px;
        margin: auto;
        -webkit-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -ms-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;                        
    }
.top-teams-home .description {
    padding: 0 0.7rem 0.7rem;
}
    .top-teams-home .description .stats {
        color: #333333;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: -0.4px;
    }
    .top-teams-home .description .stats span {
        color: #e10816;
    }

