@charset "UTF-8";
.stm-post__slider {
position: relative;
}
.stm-post__slider .stm-post__slides .stm-slide {
width: 100vw;
position: relative;
left: calc(-1*(100vw - 100%)/2);
}
.stm-post__slider .stm-post__slides .stm-slide:not(.active) {
opacity: 0;
display: none;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__image {
position: relative;
height: 660px;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__image:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
mix-blend-mode: multiply;
background-color: #39e59e;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__image:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
mix-blend-mode: screen;
background-color: #250040;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data {
position: absolute;
width: 100%;
left: 50%;
transform: translateX(-50%);
top: 30%;
z-index: 2;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__category {
font-size: 13px;
background-color: #00bfe6;
display: inline-block;
line-height: 20px;
padding: 0 6px;
margin-bottom: 15px;
color: #fff;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__title {
font-size: 54px;
line-height: 54px;
font-weight: 700;
font-style: italic;
text-transform: uppercase;
margin-bottom: 20px;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__excerpt {
font-size: 15px;
max-width: 400px;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__link {
color: #fff;
font-weight: 700;
font-style: italic;
text-transform: uppercase;
padding: 16px 27px 15px;
background-color: #d99a29;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__link:hover {
background-color: #bf8620;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__link i {
margin-left: 10px;
}
.stm-post__slider .stm-post__slider__nav {
position: absolute;
right: 0;
top: 30%;
width: 300px;
z-index: 2;
list-style: none;
padding: 0;
margin: 0;
}
.stm-post__slider .stm-post__slider__nav li {
padding-left: 30px;
position: relative;
}
.stm-post__slider .stm-post__slider__nav li:before {
content: "";
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
width: 3px;
height: 55px;
background-color: #bf8620;
display: block;
transition: 0.3s;
opacity: 0;
}
.stm-post__slider .stm-post__slider__nav li.active:before {
opacity: 1;
left: 0;
}
.stm-post__slider .stm-post__slider__nav li.active a {
opacity: 1;
}
.stm-post__slider .stm-post__slider__nav li:hover:before {
opacity: 1;
left: 0;
}
.stm-post__slider .stm-post__slider__nav li:hover a {
opacity: 1;
}
.stm-post__slider .stm-post__slider__nav li a {
display: block;
padding-top: 25px;
padding-bottom: 25px;
border-top: 1px rgba(255, 255, 255, 0.25) solid;
color: #fff;
font-size: 16px;
opacity: 0.5;
}
.stm-post__slider .stm-post__slider__nav li:first-child a {
border-top: none;
}
@media (max-width: 1200px) {
.stm-post__slider__data {
padding: 0 15px !important;
}
}
@media (max-width: 991px) {
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__title {
font-size: 40px;
line-height: 40px;
}
}
@media (max-width: 767px) {
.stm-post__slider .stm-post__slider__nav {
top: auto;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.stm-post__slider .stm-post__slider__nav li {
padding-left: 0;
display: inline-block;
margin-bottom: 0;
}
.stm-post__slider .stm-post__slider__nav li:before {
display: none !important;
}
.stm-post__slider .stm-post__slider__nav li a {
padding: 0 !important;
font-size: 0;
border: 2px white solid !important;
border-radius: 50%;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
}
.stm-post__slider .stm-post__slider__nav li.active a {
border-color: #d99a29 !important;
opacity: 1;
}
.stm-post__slider .stm-post__slides .stm-slide .stm-post__slider__data .stm-slide__title {
font-size: 32px;
line-height: 32px;
}
}

.stm-next-match-carousel-wrap {
margin-bottom: 100px;
}
.stm-next-match-carousel-wrap h2 {
margin-bottom: 42px;
text-align: center;
line-height: 50px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item {
text-align: center;
height: 100%;
padding: 33px 38px 47px;
background-color: #FFF;
border-radius: 6px;
margin-right: 0;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item img {
display: inline-block !important;
width: 94px !important;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item .event-results {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
margin-bottom: 45px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item .event-results .post-score {
display: inline-block;
min-width: 50px;
font-size: 30px;
font-weight: 700;
color: #222;
padding-bottom: 19px;
border-bottom: 4px #222 solid;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item .teams-titles {
font-size: 24px;
line-height: 1;
font-weight: 500;
color: #222;
margin-bottom: 3px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item .event-league {
text-transform: uppercase;
font-weight: 500;
font-size: 24px;
line-height: 1;
color: #acacac;
margin-bottom: 28px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item .event-date {
font-size: 14px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item a {
text-decoration: none;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel .owl-stage-outer .owl-stage {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel .owl-stage-outer .owl-stage .owl-item {
width: 400px !important;
}
@media (max-width: 480px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel .owl-stage-outer .owl-stage .owl-item {
width: auto !important;
}
}
.stm-next-match-carousel-wrap .stm-next-match-carousel .owl-stage-outer .owl-stage .owl-item .stm-next-match-carousel__item {
min-width: 370px !important;
}
@media (max-width: 480px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel .owl-stage-outer .owl-stage .owl-item .stm-next-match-carousel__item {
min-width: 345px !important;
}
}
.stm-next-match-carousel-wrap .owl-controls {
position: absolute;
bottom: -82px;
right: 0;
left: 0;
}
.stm-next-match-carousel-wrap .owl-controls .owl-dots {
margin: 0 auto;
display: table;
}
.stm-next-match-carousel-wrap .owl-controls .owl-dots .owl-dot {
content: "";
width: 8px;
height: 8px;
margin: 0 15px;
display: inline-block;
vertical-align: middle;
background-color: #fff;
}
.stm-next-match-carousel-wrap .owl-controls .owl-dots .owl-dot.active {
width: 14px;
height: 14px;
}
.stm-next-match-carousel-wrap.style_3 {
margin-bottom: 0;
}
.stm-next-match-carousel-wrap.style_3 h2 {
font-size: 32px;
text-align: left;
margin-bottom: 26px;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 {
position: relative;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item {
padding: 26px 30px 17px;
border: 1px solid #dddddd;
border-radius: 0 !important;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item:after {
content: "";
display: block;
clear: both;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .event-results {
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
padding-bottom: 8px;
margin-bottom: 22px;
color: #333333;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .event-results .event-data img {
width: 40px !important;
margin-left: 15px;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .event-results .event-data a .teams-titles {
font-size: 14px;
font-weight: 700;
text-transform: none;
color: #333333;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .event-data-style3 {
text-align: left;
float: left;
width: 50%;
font-size: 14px;
font-weight: 400;
color: #333333;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .event-data-style3 .event-league {
margin-bottom: 5px;
text-align: left;
font-size: 14px;
font-weight: 700;
color: #aaaaaa;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .more_ {
float: left;
width: 50%;
text-align: right;
margin-top: 18px;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .more_ a {
font-size: 14px;
color: #1f3b79;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .more_ a:hover {
color: #f53837;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .more_ a:hover:after {
opacity: 1;
width: 100%;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .more_ a:after {
content: "";
display: block;
opacity: 0;
height: 1px;
width: 0;
background-color: #f53837;
margin-top: -2px;
transition: all ease 0.3s;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .stm-next-match-carousel__item .more_ a .fa {
font-size: 16px;
font-weight: 700;
padding-left: 5px;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls {
position: absolute;
top: -70px;
bottom: auto;
right: 0;
left: auto;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div {
display: inline-block;
border: 1px solid #1f3b79;
width: 37px;
height: 32px;
position: relative;
font-size: 0;
transition: 0.3s;
-webkit-transform: skew(-10deg);
-moz-transform: skew(10deg);
-o-transform: skew(10deg);
border-radius: 0;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div:hover.owl-prev {
background-color: #1f3b79;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div:hover.owl-prev:before {
color: #fff;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div:hover.owl-next {
background-color: #1f3b79;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div:hover.owl-next:before {
color: #fff;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div.owl-prev {
margin-right: 10px;
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div.owl-prev:before {
content: "\e937";
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div.owl-next:before {
content: "\e938";
}
.stm-next-match-carousel-wrap.style_3 .stm-next-match-carousel2 .owl-controls .owl-nav > div:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: "stm-splash-icons";
font-size: 16px;
font-weight: 700;
color: #1f3b79;
transition: all ease 0.2s;
}
@media (max-width: 1024px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel__item {
min-height: 320px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item img {
width: 60px !important;
}
}
@media (max-width: 991px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel .owl-controls {
position: relative;
top: auto;
margin-top: 20px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item img {
width: 90px !important;
}
}
@media (max-width: 676px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel__item img {
width: 60px !important;
}
}
@media (max-width: 520px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel__item {
padding: 33px 20px 47px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item .event-results {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-bottom: 30px;
}
.stm-next-match-carousel-wrap .stm-next-match-carousel__item .event-results .post-score {
padding-bottom: 5px;
}
}
@media (max-width: 480px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel__item img {
width: 90px !important;
}
}
@media (max-width: 425px) {
.stm-next-match-carousel-wrap .stm-next-match-carousel__item img {
width: 90px !important;
}
}