.calendar-table {
	font-size: 14px;
	letter-spacing: 0.1em;
	background: #0A192B;
	padding-top: 24px;
	padding-bottom: 60px;
	margin-bottom: 80px;
	display: block;
}
.calendar-table .table-row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calendar-table .line-header {
	position: relative;
	font-weight: bold;
	color: rgba(255,255,255,0.2);
	text-transform: uppercase;
	line-height: 1.45em;
	height: 44px;
	margin-bottom: 10px;
	border-left: 4px solid #dd5643;
	overflow: hidden;
}
.calendar-table .table-row .spacer-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 18%;
	flex: 1 1 18%;
	padding: 0 2%;
}
.calendar-table .line-header .spacer-col .helper {
	text-transform: none;
	color: #fff;
	font-weight: 400;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 160px;
}
.calendar-table .table-row .tur-col {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 7%;
	flex: 1 1 7%;
}
.calendar-table .table-row .data-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 10%;
	flex: 1 1 10%;
}
.calendar-table .table-row .place-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 16%;
	flex: 1 1 16%;
}
.calendar-table .table-row .team-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 36%;
	flex: 1 1 36%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	padding: 0 2%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.calendar-table .table-row .team-col .teams {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.calendar-table .table-row .counts-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 10%;
	flex: 1 1 10%;
	text-align: center;
	margin-right: 40px;
}

.calendar-table .items {
	margin-left: 0px;
}
.calendar-table .item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	height: 62px;
	position: relative;
	-webkit-transition: opacity 0.2s ease, height 0.4s ease;
	-o-transition: opacity 0.2s ease, height 0.4s ease;
	transition: opacity 0.2s ease, height 0.4s ease;
	-webkit-transition-delay: 0.05s, 0.25s;
	-o-transition-delay: 0.05s, 0.25s;
	transition-delay: 0.05s, 0.25s;
	-webkit-transition-property: opacity, height;
	-o-transition-property: opacity, height;
	transition-property: opacity, height;
}
.calendar-table .item::before {
	content: '';
	position: absolute;
	right: -10%;
	top: 0;
	bottom: 0;
	width: 25%;
	opacity: 0.35;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#1151FF));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #1151FF 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, #1151FF 100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
	z-index: 5;
}
.calendar-table .item::after {
	content: '';
	position: absolute;
	left: 0;
	right: -20%;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.05)));
	background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 100%);
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	z-index: 5;
}
.calendar-table .item > * {
	position: relative;
	z-index: 10;
}
.calendar-table .item .spacer-col {
	border-left: 4px solid #1151FF;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s linear;
	-o-transition: opacity 0.35s linear;
	transition: opacity 0.35s linear;
}
.calendar-table .table-row .data-col .data-helper {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	color: #515B66;
}
.calendar-table .table-row .place-col .text {
	display: block;
}
.calendar-table .table-row .place-col .place-helper {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	color: #515B66;
}
.calendar-table .item .team-col {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.calendar-table .table-row .team-col .one-team {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	white-space: nowrap;
}
.calendar-table .item .counts-col {
	font-size: 16px;
	font-weight: bold;
	color: #dd5643;
}

@media screen and (max-width: 1539px) {
	.calendar-table {
		font-size: 12px;
		padding-bottom: 30px;
	}
	.calendar-table .table-row {
		line-height: 1.8em;
	}
	.calendar-table .line-header {
		line-height: 1.9em;
	}
	.calendar-table .table-row .team-col {
		text-align: left;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
	}
	.calendar-table .table-row .counts-col {
		margin-right: 30px;
	}
	.calendar-table .table-row .team-col .one-team {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.calendar-table .item .counts-col {
		font-size: 14px;
	} 
}

@media screen and (max-width: 1023px) {
	.calendar-table {
		margin-bottom: 60px;
		padding-bottom: 20px;
	}
	.calendar-table .line-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 34px;
		margin-bottom: 42px;
	}
	.calendar-table .line-header .spacer-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-left: 5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 24px;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
	}
	.calendar-table .line-header .spacer-col .helper {
		padding-left: 15px;
	}
	.calendar-table .table-row .tur-col {
		text-align: left;
		padding-left: 5%;
	}
	.calendar-table .item {
		height: 70px;
	}
	.calendar-table .item::before {
		width: 35%;
	}
	.calendar-table .item .spacer-col {
		display: none;
	} 
	.calendar-table .table-row .place-col .place-helper {
		font-size: 10px;
	}
}

@media screen and (max-width: 767px) {
	.calendar-table {
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 575px) {
	.calendar-table {
		margin-bottom: 20px;
	}
	.calendar-table .line-header {
		border: none;
		height: auto;
		margin-bottom: 0;
	}
	.calendar-table .line-header .spacer-col {
		margin-bottom: 0;
	}
	.calendar-table .table-row .tur-col {
		display: none;
	}
	.calendar-table .table-row .data-col {
		padding: 0 4%;
	}
	.calendar-table .line-header .data-col {
		display: none;
	}
	.calendar-table .table-row .place-col {
		display: none;
	}
	.calendar-table .table-row .team-col {
		padding: 0 4%;
	}
	.calendar-table .line-header .team-col {
		display: none;
	}
	.calendar-table .line-header .counts-col {
		display: none;
	}
	.calendar-table .item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 80px;
	}
	.event-table .item {
		height: 130px;
	}
	.event-table .item .place-col {
		display: block;
		position: absolute;
		top: 30px;
		opacity: 0.45;
		padding: 0 4%;
	}
	.event-table .table-row .place-col .text {
	display: inline;
}
	.event-table .item .place-col .place-helper {
		display: inline;
		color: inherit;
		font-size: 12px;
	}
	.calendar-table .item .data-col {
		position: absolute;
		top: 8px;
		opacity: 0.45;
	}
	.training-table .item .data-col {
		position: relative;
	}
	.training-table .item .data-col .data-helper {
		color: inherit;
		display: block;
	}
	.event-table .item .data-col .data-helper {
		color: inherit;
		display: inline;
	}
	.calendar-table .item .team-col {
		margin-top: 18px;
	}
	.calendar-table .item .counts-col {
		margin-top: 18px;
	}
}
