@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

body, html {
	margin: 0;
}

.schedule-container {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	max-width: 1260px;
	margin: 15px auto;
	padding-bottom: 40px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.schedule-container:before {
	content: "";
	background: url(../images/striped-background.svg);
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.schedule-title {

  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.results {
	width: 100%;
}
.results .sch-item {
	padding: 25px 10px;
	position: relative;
	text-align: center;
}

.results .sch-item:focus {
	outline: 0;
}

.results .sch-item:after {
	content: "";
	display: block;
	height: 67px;
	width: 1px;
	background: #ccc;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
	position: absolute;
}

.results .sch-item:last-of-type:after {
	display: none;
}

.results .sch-item span {
		margin: 0;
    color: grey;
    font-size: .6875rem;
    line-height: .8125rem;
    text-transform: uppercase;
}

.results .sch-item span.torneo {
		display: block;
		margin: 0;
    color: #000;
    font-size: .69rem;
    line-height: .8125rem;
    font-weight: bold;
    text-transform: uppercase;
}

.results .sch-item span.type {
  margin: 0 5px 0 0;
  color: grey;
  font-size: .6875rem;
  line-height: .8125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.results .sch-item h2 {
	margin: 0;
  font-size: 1.150rem;
  line-height: 1.375rem;
}


.slick-arrow {
	border: 0;
	font-size: 0;
	width: 40px;
	height: 70px;
	outline: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	opacity: .6;
}

.slick-next {
	background: url(../images/right-arrow.svg) no-repeat center;
	right: -10px;

}
.slick-prev {
	background: url(../images/left-arrow.svg) no-repeat center;
	left: -10px;

}

.slick-disabled {
	opacity: 0.1;
}



.slick-list {
	padding: 0px;
}


.slick-list::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,0.5);
	top: 0;
	bottom: 0;
	right: -20px;
	width: 50px;

	z-index: 8;

}


@media (min-width: 1024px) {
	.schedule-title {
		font-size: 1.25rem;
    line-height: 1.625rem;
	}

	.results .sch-item {
		padding: 0 25px;
		text-align: left;
		min-height: 85px;
	}

	.results .sch-item:after {
		content: "";
		display: block;
		height: 67px;
		width: 1px;
		left: auto;
		right: 0;
		margin: auto;
		bottom: 0;
		top: 0;

	}

	.slick-list {
	padding: 0 25px;
}

.slick-list::before {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;

	z-index: 8;

}

.slick-list::after {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;

	z-index: 8;

}
}
