.match-slide {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 14px 24px -10px rgba(47, 51, 82, .1);
    display: flex;
    flex-direction: column;
    min-height: 314px;
    padding: 20px;
    position: relative;
    transition: box-shadow .2s ease-out;
    width: 314px
}

.match-slide a,
.match-slide img {
    border: 0;
    outline: none
}

.match-slide a {
    color: inherit;
    outline: none !important;
    transition: all .2s ease-out
}
.match-slide a:link,
.match-slide a:visited,
.match-slide a:hover,
.match-slide a:active { 
  text-decoration: none; 
}

.match-slide.swiper-slide-active {
    box-shadow: 0 40px 60px -10px rgba(32, 56, 55, .4)
}

@media(max-width:767px) {
    .match-slide {
        width: 100%
    }
}

.match-btn {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    letter-spacing: .2em;
    line-height: 38px;
    outline: none !important;
    padding: 0 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
	margin-top: 15px;
    min-width: 170px
}

.match-btn:before {
    background: #e33046;
    
    right: 0;
    width: 12px
}

.match-btn:after,
.match-btn:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: background-color .2s ease-out, opacity .2s ease-out, -webkit-clip-path .2s ease-out;
    transition: background-color .2s ease-out, opacity .2s ease-out, clip-path .2s ease-out;
    transition: background-color .2s ease-out, opacity .2s ease-out, clip-path .2s ease-out, -webkit-clip-path .2s ease-out
}

.match-btn:after {
    left: 0;
    width: 100%;
    z-index: -1
}

.match-btn:hover:after {
    -webkit-clip-path: polygon(5px 0, 5px 100%, 0 100%, 0 100%, 0 0);
    clip-path: polygon(5px 0, 5px 100%, 0 100%, 0 100%, 0 0)
}

.match-btn:hover:before {
    -webkit-clip-path: polygon(100% 0, 7px 0, 7px 100%, 100% 100%);
    clip-path: polygon(100% 0, 7px 0, 7px 100%, 100% 100%)
}

.match-btn.match-btn-red:after,
.match-btn.match-btn-red:before {
    background: #e33046
}

.match-btn.match-btn-red {
    color: #fff
}

.match-btn.match-btn-red:active,
.match-btn.match-btn-red:focus,
.match-btn.match-btn-red:hover {
    color: #e33046
}

.match-btn.match-btn-blue:after,
.match-btn.match-btn-blue:before {
    background: #307be3
}

.match-btn.match-btn-blue {
    color: #fff
}

.match-btn.match-btn-blue:active,
.match-btn.match-btn-blue:focus,
.match-btn.match-btn-blue:hover {
    color: #307be3
}

.match-header {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.match-team-title {
    width: 100px;
}

.match-date {
    font-size: 42px;
    font-weight: 700;
    line-height: 110%;
    margin-right: 15px;
    text-transform: uppercase;
    white-space: nowrap
}

.match-time {
    color: #a9a9b5;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    margin-left: auto;
    text-align: right
}

.match-time span {
    color: #161515;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase
}

.match-teams {
    align-items: center;
    display: flex;
    flex: 1
}

.match-team {
    width: 100px;
	color: #3e414a;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    text-align: center
}

.match-team .match-team-logo {
    display: block;
    max-height: 60px;
    margin: 0 auto 12px;
    max-width: 80px;
    object-fit: fill
}

.match-score {
    flex: 1;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 110%;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.match-score.future-match {
    color: #3e414a;
    font-size: 24px
}

.match-line {
    align-items: center;
    align-self: stretch;
    display: flex;
    margin-top: 25px;
	width:195px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}

.match-line .odds {
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase
}

.match-line .odds:first-child {
    margin-right: auto
}

.match-line .odds:last-child {
    margin-left: auto
}

.matches-slider-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 95px auto 0;
    max-width: 530px
}

@media(max-width:767px) {
    .matches-slider-nav {
        justify-content: center;
        margin-top: 40px
    }
    .matches-slider-nav .swiper-next,
    .matches-slider-nav .swiper-prev {
        display: none
    }
}

.matches-slider-nav .readmore-link {
    margin-top: 15px
}

.odds-sportsbook img {
    margin-top: 15px;
    object-fit: contain;
	margin-bottom:0px;
	width:76px;
	height:46px;
	border-radius:6px;
	background-color:#fff;
	padding: 2px 6px;
}
.odds {
	line-height:24px !important;
	height:26px;
	border-radius: 0px;
	border-bottom: 2px solid #e33046;
	padding-left:0px;
	padding-right:0px;
	margin-left:10px;
	margin-right:10px;
	color:#000;
	position:relative;
}
.odds p {
	display: none;
	position:absolute;
	font-size:13px;
	color:#ababab;
	left:0px;
	top:-22px;
	width:58px;
	text-align:center;
	font-family: Arial;
}
.odds:hover {
	/*
	-webkit-box-shadow:0px 0px 6px 1px rgba(227,48,69,0.3);
	-moz-box-shadow: 0px 0px 6px 1px rgba(227,48,69,0.3);
	box-shadow: 0px 0px 6px 1px rgba(227,48,69,0.3);
	 */
	border-color: #000;
}