@charset "UTF-8";


.matches_slider
{
	float: left;
	width: 100%;
    padding: 0 calc((100% - var(--base_width))/2);
    background: #f3f3f3;
    border-bottom: solid 1px #c2c2c2;
    border-top: solid 1px #c2c2c2;
}

.matches_slider .sp-template
{
	padding: 0 !important;	
	margin: 0 !important;	
}

.matches_slider .sp-event-blocks
{
	padding: 0 20px;
}

.matches_slider .slick-slider .slick-next,
.matches_slider .slick-slider .slick-prev
{
	left: -20px;
	top: 0;
	height: 100%;
	width: 20px;
	border-left: solid 1px #c2c2c2;
	border-right: solid 1px #c2c2c2;
	box-sizing: content-box;
}

.matches_slider .slick-slider .slick-next:hover,
.matches_slider .slick-slider .slick-prev:hover
{
	background: #d4d4d4 !important;
}

.matches_slider .slick-slider .slick-next
{
	left: auto;
	right: -19px;
}

.matches_slider .slick-slider .slick-next:before,
.matches_slider .slick-slider .slick-prev:before
{
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
}

.matches_slider .slick-slider .slick-next:before
{
	right: 5px;
}

.matches_slider .sp-event-blocks,
.matches_slider .sp-event-blocks tbody
{
	float: left;
	width: 100%;
	display: flex;
	background: transparent !important;
	border: none !important;
}

.matches_slider .sp-event-blocks tbody:not(.slick-slider)
{
	display: none !important;
}

.matches_slider .sp-event-blocks tbody:not(.slick-slider) tr
{
	min-width: 20%;
}

.matches_slider .sp-event-blocks tbody.slick-slider
{
	display: block;
}

.matches_slider .sp-calendar-link
{
	display: none !important;
}

.matches_slider .sp-event-blocks tbody tr,
.matches_slider .sp-event-blocks tbody td
{
	float: left;
	display: block;
	overflow: hidden;
}

.matches_slider .sp-event-blocks tbody td
{
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px 30px 10px !important;
	box-sizing: border-box;
	position: relative !important;
    border: none !important;
	border-right: solid 1px #c2c2c2 !important;
}

.matches_slider .sp-event-blocks tbody td:hover
{
	background: #fff !important;
}

.matches_slider .sp-event-blocks tbody td .sp-event-title,
.matches_slider .sp-event-blocks tbody td .sp-event-date,
.matches_slider .sp-event-blocks tbody td .sp-event-results
{
	display: none !important;
}

.matches_slider .sp-event-blocks tbody td time
{
	float: left;
	width: 50%;
	color: #000 !important;
	font-weign: 300 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	font-size: 11px !important;
}

.matches_slider .sp-event-blocks tbody td time strong
{
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.matches_slider .sp-event-blocks tbody td time.ecma-sp-event-date
{
	text-align: left;
}

.matches_slider .sp-event-blocks tbody td time.ecma-sp-event-time
{
	text-align: right;
}

.matches_slider .sp-event-blocks tbody td .team-logo
{
	float: left;
	width: 50%;
	text-align: center;
	max-width: none;
	margin: 20px 0;
	padding: 0 20px;
	position: relative;
	vertical-align: middle;
}

.matches_slider .sp-event-blocks tbody td .team-logo:after
{
	content: attr(title);
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.matches_slider .sp-event-blocks tbody td .team-logo.logo-odd:before
{
	content: 'VS';
	position: absolute;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	top: calc(50% - 15px);
	right: -10px;
}

.matches_slider .sp-event-blocks tbody td .team-logo img
{
	max-width: 50px;
	height: auto;
	float: none;
	margin: auto;
}

.matches_slider .sp-event-blocks tbody td .sp-event-venue
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.matches_slider .sp-event-blocks tbody td .hidden_link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.matches_slider .sp-event-blocks tbody td .ecma-sp-event-status
{
	float: left;
	width: calc(100% - 2px);
	background: #c2c2c2;
	text-align: center;
	color: #000;
	height: 25px;
	line-height: 25px;
	position: absolute;
	bottom: 0;
	left: 1px;
}

.matches_slider .sp-event-blocks tbody td .ecma-sp-event-status.result,
.matches_slider .sp-event-blocks tbody td .ecma-sp-event-status.result *
{
	background: #ee2035;
	color: #fff !important;
	text-transform: uppercase !important;
}

.matches_slider .sp-event-blocks tbody td .ecma-sp-event-status strong
{
	font-weight: bold !important;
	text-transform: uppercase !important;
}

@media all and (max-width: 1200px)
{
	.matches_slider .sp-event-blocks tbody:not(.slick-slider) tr
	{
		min-width: 25%;
	}
}	
@media all and (max-width: 1024px)
{
	.matches_slider .sp-event-blocks tbody:not(.slick-slider) tr
	{
		min-width: 33.33%;
	}
}	
@media all and (max-width: 750px)
{
	.matches_slider .sp-event-blocks tbody:not(.slick-slider) tr
	{
		min-width: 50%;
	}
}	
@media all and (max-width: 480px)
{
	.matches_slider .sp-event-blocks tbody:not(.slick-slider) tr
	{
		min-width: 100%;
	}
}