.score-table {
	margin-bottom: 200px;
}

.score-table .container-table {
	position: relative;
	background: #0A192B;
	color: #fff;
	-webkit-box-shadow: 0 3px 21px rgba(0,0,0,0.16);
	box-shadow: 0 3px 21px rgba(0,0,0,0.16);
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.score-table .container {
	position: relative;
}

.score-table .table-header {
	width: 100%;
	background: #182739;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}

.score-table .cnt {
	color: #545F6B;
	line-height: 1.8em;
	font-weight: 600;
}

.score-table .smart-content {
	position: relative;
	display: block;
	z-index: 1;
	opacity: 1;
}

.score-table #calendar {
	position: absolute;
	left: 0px;
	right: 0px;
	display: block;
}

.calendar {
	height: 100%;
	overflow: hidden;
}

.calendar .games {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(10,31,37,0);
	padding: 20px 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.calendar .games::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	display: block;
	height: 100%;
	width: 100%;
	/*background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.06)), to (rgba(255,255,255,0)));*/
	background: -o-linear-gradient(left, rgba(255,255,255,0.06), rgba(255,255,255,0));
	background: linear-gradient(to right, rgba(255,255,255,0.06), rgba(255,255,255,0));
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.calendar .row-top, .calendar .row-down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 720px;
}

.calendar .row-top {
	padding: 20px 0;
}

.calendar .team-game {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	flex-basis: 250px;
	text-align: center;
}

.calendar .left {
	padding-right: 40px;
}

.calendar .right {
	padding-left: 40px;
}

.calendar .center-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.calendar .image-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	background-color: #071525;
}

.calendar .inner {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url("afce.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.calendar .score {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 29px;
}

.calendar .zone, .calendar .date, .calendar .time {
	font-size: 12px;
	color: #929292;
	margin-right: 15px;
}

@media (min-width: 1540px) and (max-width: 7000px) {
	.score-table #calendar {
		top: 108px;
		/*bottom: 164px;*/
	}
}


@media (max-width: 1539px) {
	.score-table {
		margin-bottom: 140px;
	}
	.calendar .row-top, .calendar .row-down {
		width: 530px;
	}
	.calendar .team-game {
		-ms-flex-preferred-size: 200px;
		flex-basis: 200px;
	}
	.calendar .left {
		padding-right: 27px;
	}
	.calendar .right {
		padding-left: 27px;
	}
	.calendar .center-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
	}
	.calendar .image-team {
		height: 56px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 56px;
		flex: 0 0 56px;
	}
	.calendar .score {
		font-size: 20px;
	}
}

@media (min-width: 1540px) and (max-width: 7000px) {
	.score-table #calendar {
		top: 74px;
		/*bottom: 109px;*/
	}
}

@media (min-width: 1024px) and (max-width: 1539px) {
	.score-table #calendar {
		top: 74px;
		/*bottom: 109px;*/
	}
}

@media (max-width: 1023px) {
	.score-table {
		margin-bottom: 100px;
	}
	.calendar .row-top, .calendar .row-down {
		width: 500px;
	}
	.calendar .team-game {
		-ms-flex-preferred-size: 180px;
		flex-basis: 180px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.score-table #calendar {
		top: 73px;
		/*bottom: 109px;*/
	}
}


@media (max-width: 767px) {
	.score-table {
		margin-bottom: 90px;
	}
	.calendar .row-top, .calendar .row-down {
		width: 480px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.score-table #calendar {
		top: 65px;
		/*bottom: 109px;*/
	}
}

@media (max-width: 575px) {
	.score-table .h {
		margin-bottom: 5px;
	}
	.score-table .table-header {
		height: 68px;
	}
	.score-table .cnt {
		font-size: 12px;
	}
	.score-table #calendar {
		top: 68px;
		/*bottom: 162px;*/
	}
	.calendar .row-top, .calendar .row-down {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.calendar .team-game {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.calendar .left {
	    margin-bottom: 12px;
	    padding-right: 0px;
	}
	.calendar .right {
		padding-left: 0px;
	}
	.calendar .center-block {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 100%;
		margin-bottom: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.calendar .score {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin: 0px 20px;
	}
	.calendar .zone, .calendar .date, .calendar .time {
		margin-right: 0px;
	}
}

@media (min-width: 0px) and (max-width: 575px) {
	.score-table #calendar {
		top: 68px;
		/*bottom: 162px;*/
	}
}	