.lives-home-wrapper {
}
	.lives-home-wrapper.is-home {
		margin-bottom: 30px;
	}

section.live {
    background: url('../jpg/live-home.jpg') no-repeat top center #162855;
	width: 100%;
	min-height: 340px;
}
section.live .container {
	position: relative;
}
	.timer {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 10px;
		color: #FFF;
		width: 130px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-end; -webkit-justify-content: flex-end;
	}
.lives-wrapper {
	width: 900px;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: space-around; -webkit-justify-content: space-around;
	padding: 20px 0 0px;
	margin-left: auto;
}
	.court-wrapper {
		width: 400px;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		margin: 15px auto;
	}
		.court-wrapper .court-state {
			border-bottom: 1px solid #233b79;
			padding-bottom: 5px;
			margin: 0;
			margin-bottom: 5px;
			color: #c22023;
			text-align: center;
			text-transform: uppercase;
			width: 100%;
			line-height: 1.1;
			height: 38px;
			font-weight: bold;
		}
			.court-wrapper .court-state span {
				font-size: 80%;
				color: #FFF;
				font-weight: normal;
			}
		.court-wrapper .teams {
		    background: url('../jpg/live-row.jpg') no-repeat center left;
			width: 400px;
			padding-left: 20px;
			margin: auto 0;
		}

		.court-wrapper .team {
			width: 380px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: flex-start; -webkit-justify-content: flex-start;
		}
			.court-wrapper .team .players {
				width: 240px;
				display: flex; display: -webkit-flex; 
				flex-flow: row wrap; -webkit-flex-flow: row wrap;
				justify-content: flex-start; -webkit-justify-content: flex-start;
				padding: 5px 0;
			}
				.court-wrapper .team .players .player {
					margin: auto 0;
					line-height: 1.0;
					width: 240px;
					color: #FFF;
					text-transform: uppercase;
					display: flex; display: -webkit-flex; 
					flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
					justify-content: flex-start; -webkit-justify-content: flex-start;
			 	}
			 		.court-wrapper .team .players .player .country {
			 			padding: 3px 0;
			 			width: 40px;
						font-weight: 300;
						font-style: normal;
			 		}
			 		.court-wrapper .team .players .player .name {
			 			padding: 3px 0;
			 			width: 200px;
			 			font-weight: bold;
			 		}

	.court-wrapper .sets {
		width: 130px;
		margin: auto 0 auto auto;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-end; -webkit-justify-content: flex-end;
	}
		.court-wrapper .sets .set {
			width: 38px;
			height: 24px;
			margin: auto 0;
			margin-right: 3px;
			text-align: center;
			line-height: 24px;
			font-weight: bold;
			background: #FFF;
			color: #162855;
		}
		.court-wrapper .sets .set.green {
			background: #9aaa32;
			color: #FFF;
		}

	a.bt-all {
		display: block;
		width: 100%;
		padding: 20px 0 20px;
		margin: 0;
		text-align: center;
		color: #FFF;
		text-transform: uppercase;
		text-decoration: underline;
		font-weight: bold;
	}
.court-bts {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
}
	.court-bts .court-view {
		margin: auto;
		margin-top: 5px;
		display: inline-block;
		padding: 5px 10px;
		background: #FFF;
		color: #c22023;
		font-weight: 600;
		border-radius: 5px;
	}

/*  IDEM > RESULTATS 	*/
.court-wrapper.results {
	width: 900px;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
		.court-wrapper.results .court-state {
			border-bottom: 1px solid #c22023;
			color: #c22023;
		}
			.court-wrapper.results .court-state span {
				color: #c22023;
			}
		.court-wrapper.results .teams {
			width: 100%;
			background: none;
		}

		.court-wrapper.results .team {
			width: 70%;
		}
			.court-wrapper.results .team .players {
				width: 500px;
			}
				.court-wrapper.results .team .players .player {
					width: 500px;
					color: #162855;
			 	}
			 		.court-wrapper.results .team .players .player .country {
			 		}
			 		.court-wrapper.results .team .players .player .name {
			 			width: 350px;
			 		}

	.court-wrapper.results .sets {
			width: 30%;
	}
		.court-wrapper.results .sets .set {
			background: #dedede;
			color: #162855;
		}
		.court-wrapper.results .sets .set.green {
			background: #9aaa32;
			color: #FFF;
		}
