/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 1
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0
}

ol,
ul {
    margin: 0
}

li {
    margin: 0;
    padding: 0
}

audio,
canvas,
progress,
video {
    vertical-align: baseline
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.scroll-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.site-overlay {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10
}

.popup-container {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0
}

.popup-container[hidden] {
    pointer-events: none
}

.popup-container .close-cross {
    color: black;
    position: absolute;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    height: 40px;
    width: 40px;
    right: -13.33333333px;
    top: -13.33333333px;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    border: 2px white solid;
    background-color: black;
    color: white
}

.popup-container .close-cross:hover {
    background-color: #ebebeb
}

.popup-container .close-cross:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    position: relative;
    left: 0;
    top: 0
}

.popup-container .close-cross:before.fa-pull-left {
    margin-right: .3em
}

.popup-container .close-cross:before.fa-pull-right {
    margin-left: .3em
}

.popup-container .close-cross:before.pull-left {
    margin-right: .3em
}

.popup-container .close-cross:before.pull-right {
    margin-left: .3em
}

.popup-container .close-cross:before {
    font-size: 22px;
    line-height: 34px
}

.popup-container .close-cross.active {
    cursor: pointer
}

.popup-container .close-cross.inset-horizontal {
    right: 6.66666667px
}

.popup-container .close-cross.inset-vertical {
    top: 6.66666667px
}

.popup-container .close-cross:hover {
    background-color: #292929
}

.popup-container .popup {
    position: absolute;
    width: 350px;
    max-width: 90%;
    text-align: center;
    font-family: 'Source Sans Pro', 'Source Sans', sans-serif
}

.popup-container .popup .top {
    background-color: #fbd22c;
    border-radius: 6px 6px 0 0;
    height: 90px
}

.popup-container .popup .top img {
    position: relative
}

.popup-container .popup .middle {
    font-size: 1.1em;
    line-height: 1;
    padding: 10px 20px 10px 20px;
    background-color: #fbd22c
}

.popup-container .popup .middle h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1
}

.popup-container .popup .middle .text {
    padding-top: 7px
}

.popup-container .popup .bottom {
    border-radius: 0 0 6px 6px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #fbd22c
}

.popup-container .promo .middle {
    padding: 10px 20px 20px 20px
}

.popup-container .promo .bottom {
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
    background-color: white
}

.popup-container .promo .bottom {
    padding: 20px
}

.popup-container .social .top {
    height: 63px
}

.popup-container .social .top img {
    top: -27px;
    height: 90px
}

.popup-container .social-facebook {
    background-image: url('../img/popups/like-us-popup.png');
    border-radius: 6px;
    width: 435px;
    height: 306px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.popup-container .social-facebook .fb-like {
    position: absolute;
    bottom: 16px;
    right: 32px;
    width: 193.6px;
    height: 44px;
    -webkit-transform: scale(2.2, 2.2);
    transform: scale(2.2, 2.2)
}

.popup-container .social-facebook .fb-like iframe {
    border: 1px solid white !important;
    border-radius: 4px
}

.popup-container .social-facebook .fb-like span {
    overflow: hidden
}

.popup-container .newsletter .top,
.popup-container .app .top,
.popup-container .message .top {
    height: 70px
}

.popup-container .newsletter .top img,
.popup-container .app .top img,
.popup-container .message .top img {
    vertical-align: middle
}

.popup-container .newsletter .top:before,
.popup-container .app .top:before,
.popup-container .message .top:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.popup-container .newsletter .top img,
.popup-container .app .top img,
.popup-container .message .top img {
    width: 60%
}

.popup-container .newsletter .middle,
.popup-container .app .middle,
.popup-container .message .middle {
    line-height: 23px
}

.popup-container .message .bottom .black-button {
    font-size: .95em;
    line-height: 1;
    padding: 14px
}

.popup-container .black-button {
    background-color: #000000;
    color: white;
    padding: 12px;
    font-weight: bold;
    border: 0;
    border-radius: 4px;
    font-size: .8em;
    line-height: 1;
    text-align: center
}

.popup-container .black-button:hover {
    background-color: #252525
}

.popup-container .app .bottom {
    padding: 10px
}

.popup-container .app .app-store-badge {
    width: 162px;
    height: 48px;
    display: inline-block;
    position: absolute
}

.popup-container .app .app-store-badge+object {
    width: 162px;
    height: 48px
}

.vf-slide-in {
    -webkit-transition: height ease .5s;
    transition: height ease .5s;
    height: 800px
}

.vf-fade-in {
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
    opacity: 1 !important
}

html {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff
}

main {
    opacity: 1 !important;
    -webkit-transition: opacity ease-in .3s;
    transition: opacity ease-in .3s
}

table {
    border-spacing: 0;
    width: 100%
}

figure {
    margin: 0
}

button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-width: 0;
    text-decoration: none;
    background-color: transparent
}

button:focus,
input:focus,
textarea:focus {
    outline: 0
}

a {
    color: black;
    text-decoration: none
}

h1 {
    margin-top: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2
}

[data-clamp='2'],
[data-clamp='3'],
[data-clamp='4'] {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

[data-clamp='2'] {
    -webkit-line-clamp: 2
}

[data-clamp='3'] {
    -webkit-line-clamp: 3
}

[data-clamp='4'] {
    -webkit-line-clamp: 4
}

img[data-object-fit="cover"] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#lister_games_carrousel iframe {
    height: 180px !important
}

@media screen and (max-width: 500px) {
    main {
        overflow: hidden
    }

    #lister_games_carrousel iframe {
        height: 143px !important
    }
}

::selection {
    background: #fed400;
    color: #383838;
    text-shadow: none
}

.awesome-font {
    font-size: .9em;
    font-family: FontAwesome
}

.banner {
    text-align: center
}

#navbar_ad_below div {
    margin-bottom: 30px
}

.banner-top {
    min-height: 94px
}

.unibet-script {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 30px auto
}

.tag-slot {
    text-align: center
}

.tag-slot>div {
    margin-left: auto;
    margin-right: auto
}

#sticky_side_left,
#sticky_side_right {
    width: 160px
}

.banner-top-mob {
    padding: 10px 0
}

@media screen and (max-width: 1100px) {
    [data-ref='ArticleAdsLoad'] iframe[width='728'] {
        display: none
    }
}

@media screen and (max-width:1058px) {
    #lister_ad_first {
        display: none
    }
}

@media screen and (max-width: 800px) {
    #lister_ad_first {
        display: block
    }
}

@media screen and (max-width:728px) {
    #lister_ad_first {
        display: none
    }

    #navbar_ad_below iframe[width='728'] {
        display: none
    }

    .banner-top {
        min-height: 0
    }
}

@media screen and (max-width: 500px) {
    #navbar_ad_below div {
        margin-bottom: 0
    }

    #under_article_title_ad {
        margin: 8px -20px
    }
}

.deco-hide_ads .tag-slot,
.deco-hide_ads .tag-slot-hidden {
    display: none
}

input[type='checkbox'] {
    vertical-align: middle;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    font-size: 1.2rem;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    cursor: pointer;
    color: black;
    background-color: white
}

input[type='checkbox']:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: relative;
    left: 0;
    top: 0
}

input[type='checkbox']:before.fa-pull-left {
    margin-right: .3em
}

input[type='checkbox']:before.fa-pull-right {
    margin-left: .3em
}

input[type='checkbox']:before.pull-left {
    margin-right: .3em
}

input[type='checkbox']:before.pull-right {
    margin-left: .3em
}

input[type='checkbox']:before {
    position: relative;
    left: 2px;
    top: -2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

input[type='checkbox']:checked:before {
    opacity: 1
}

input[type='checkbox']:focus {
    border: 1px solid black
}

input[type='checkbox']+label {
    padding-left: 8px
}

input[type='checkbox']+label a {
    color: #d3d3d3;
    text-decoration: underline
}

[hidden] {
    visibility: hidden
}

.splashpage {
    position: fixed;
    z-index: 1000000001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.splashpage .frame {
    display: inline-block
}

.splashpage .close {
    color: black;
    position: absolute
}

.splashpage .close .label {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Oswald', sans-serif
}

.splashpage .wrapper {
    width: 100%;
    height: 100%
}

.splashpage .wrapper a {
    display: inline-block
}

.splashpage .wrapper a img {
    z-index: -1;
    position: relative
}

.splashpage.animate {
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.env-mobile .splashpage {
    top: 0;
    background-color: black
}

.env-mobile .splashpage .close {
    text-shadow: 1px 1px black;
    color: white;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 40px
}

.env-mobile .splashpage .close:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1db";
    position: relative;
    left: 0;
    top: 0
}

.env-mobile .splashpage .close:before.fa-pull-left {
    margin-right: .3em
}

.env-mobile .splashpage .close:before.fa-pull-right {
    margin-left: .3em
}

.env-mobile .splashpage .close:before.pull-left {
    margin-right: .3em
}

.env-mobile .splashpage .close:before.pull-right {
    margin-left: .3em
}

.env-mobile .splashpage .close .label {
    padding-right: 5px;
    padding-top: 5px;
    font-size: 20px;
    line-height: 40px
}

.env-mobile .splashpage .desktop {
    display: none
}

.env-mobile .splashpage .wrapper .frame {
    width: 100%;
    height: 100%
}

.env-mobile .splashpage .wrapper a.mobile {
    width: 100%;
    height: 100%
}

.env-mobile .splashpage .wrapper a.mobile img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain
}

.env-mobile .splashpage .wrapper a.mobile .shadow {
    position: relative;
    bottom: 20px;
    width: 100%;
    height: 20px
}

.env-mobile .splashpage .wrapper a.mobile.big-screen .shadow {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#010101));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #010101);
    background: linear-gradient(rgba(0, 0, 0, 0), #010101)
}

.env-desktop .splashpage,
.env-tablet .splashpage {
    background-color: rgba(0, 0, 1, 0.7)
}

.env-desktop .splashpage .close,
.env-tablet .splashpage .close {
    height: 40px;
    width: 40px;
    font-size: 40px;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black
}

.env-desktop .splashpage .close .label,
.env-tablet .splashpage .close .label {
    font-size: 22px;
    line-height: 40px
}

.env-desktop .splashpage .close.active,
.env-tablet .splashpage .close.active {
    cursor: pointer
}

.env-desktop .splashpage .close.inset-horizontal,
.env-tablet .splashpage .close.inset-horizontal {
    right: 6.66666667px
}

.env-desktop .splashpage .close.inset-vertical,
.env-tablet .splashpage .close.inset-vertical {
    top: 6.66666667px
}

.env-desktop .splashpage .frame,
.env-tablet .splashpage .frame {
    display: inline-block;
    position: relative
}

.env-desktop .splashpage .mobile,
.env-tablet .splashpage .mobile {
    display: none
}

.env-desktop .splashpage .wrapper,
.env-tablet .splashpage .wrapper {
    width: 100%;
    height: 100%
}

.env-desktop .splashpage .wrapper a.desktop,
.env-tablet .splashpage .wrapper a.desktop {
    display: inline-block
}

.env-desktop .splashpage .wrapper a.desktop img,
.env-tablet .splashpage .wrapper a.desktop img {
    border-radius: 5px
}

.vf-EdgeNav.active .vf-EdgeNav-next,
.active .vf-EdgeNav-previous {
    opacity: 1;
    pointer-events: all
}

.vf-EdgeNav-next,
.vf-EdgeNav-previous {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: block;
    position: fixed;
    width: 2.5rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    top: 50%;
    overflow: hidden;
    margin-top: -20px;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: rgba(180, 180, 180, 0.55);
    border: 0 solid transparent
}

.vf-EdgeNav-next:hover,
.vf-EdgeNav-previous:hover {
    color: #f4f4f4;
    background-color: rgba(154, 154, 154, 0.65)
}

.vf-EdgeNav-icon {
    color: white;
    position: relative
}

.vf-EdgeNav-previous {
    right: 0;
    border-radius: 5px 0 0 5px
}

.vf-EdgeNav-previous:hover {
    right: -1px
}

.vf-EdgeNav-previous:active {
    right: -2px
}

.vf-EdgeNav-previous .vf-EdgeNav-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: relative;
    left: 0;
    top: 0
}

.vf-EdgeNav-previous .vf-EdgeNav-icon:before.fa-pull-left {
    margin-right: .3em
}

.vf-EdgeNav-previous .vf-EdgeNav-icon:before.fa-pull-right {
    margin-left: .3em
}

.vf-EdgeNav-previous .vf-EdgeNav-icon:before.pull-left {
    margin-right: .3em
}

.vf-EdgeNav-previous .vf-EdgeNav-icon:before.pull-right {
    margin-left: .3em
}

.vf-EdgeNav-next {
    left: 0;
    border-radius: 0 5px 5px 0
}

.vf-EdgeNav-next:hover {
    left: -1px
}

.vf-EdgeNav-next:active {
    left: -2px
}

.vf-EdgeNav-next .vf-EdgeNav-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    position: relative;
    left: 0;
    top: 0
}

.vf-EdgeNav-next .vf-EdgeNav-icon:before.fa-pull-left {
    margin-right: .3em
}

.vf-EdgeNav-next .vf-EdgeNav-icon:before.fa-pull-right {
    margin-left: .3em
}

.vf-EdgeNav-next .vf-EdgeNav-icon:before.pull-left {
    margin-right: .3em
}

.vf-EdgeNav-next .vf-EdgeNav-icon:before.pull-right {
    margin-left: .3em
}

.vf-ActionRow {
    width: 100%;
    height: 48px;
    table-layout: fixed;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    display: none
}

.vf-ActionRow .video {
    display: none
}

.vf-ActionRow .divider {
    display: none;
    border-bottom: 1px solid #dddddd
}

.vf-ActionRow.team-home .away {
    visibility: hidden
}

.vf-ActionRow.team-away .home {
    visibility: hidden
}

.vf-ActionRow .players.home {
    padding-left: 5px
}

.vf-ActionRow .players.away {
    padding-right: 5px
}

.vf-ActionRow.play-icon .video {
    display: table-cell
}

.vf-ActionRow.play-icon .players.home {
    padding-left: 0
}

.vf-ActionRow.play-icon .players.away {
    padding-right: 0
}

.vf-ActionRow[data-action='31'] {
    display: table
}

.vf-ActionRow[data-action='31'] .action-icon>div {
    background-image: url('../img/socios/action-yellow-card-r.png')
}

.vf-ActionRow[data-action='102']:not(:last-child) {
    display: table;
    height: 1px
}

.vf-ActionRow[data-action='102']:not(:last-child) td {
    display: none
}

.vf-ActionRow[data-action='102']:not(:last-child) .divider {
    display: table-cell
}

.vf-ActionRow[data-action='33'],
.vf-ActionRow[data-action='32'] {
    display: table
}

.vf-ActionRow[data-action='33'] .action-icon>div,
.vf-ActionRow[data-action='32'] .action-icon>div {
    background-image: url('../img/socios/action-red-card-r.png')
}

.vf-ActionRow[data-action='1'],
.vf-ActionRow[data-action='6'],
.vf-ActionRow[data-data-action='4'],
.vf-ActionRow[data-action='3'],
.vf-ActionRow[data-action='2'] {
    display: table
}

.vf-ActionRow[data-action='1'] .action-icon>div,
.vf-ActionRow[data-action='6'] .action-icon>div,
.vf-ActionRow[data-data-action='4'] .action-icon>div,
.vf-ActionRow[data-action='3'] .action-icon>div,
.vf-ActionRow[data-action='2'] .action-icon>div {
    background-image: url('../img/socios/action-goal-r.png')
}

.vf-ActionRow[data-action='7'] {
    display: table
}

.vf-ActionRow[data-action='7'] .action-icon>div {
    background-image: url('../img/socios/action-goal-missed-r.png')
}

.vf-ActionRow[data-action='41'] {
    display: table
}

.vf-ActionRow[data-action='41'] .action-icon>div {
    background-image: url('../img/socios/action-substitute-r.png')
}

.vf-ActionRow .players.home {
    text-align: right;
    width: 35%
}

.vf-ActionRow .players.home .video {
    margin-left: 5px
}

.vf-ActionRow .players.away {
    text-align: left
}

.vf-ActionRow .players.away .video {
    margin-right: 5px;
    float: right
}

.vf-ActionRow .player1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.vf-ActionRow .player2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .9em
}

.vf-ActionRow .action-icon {
    width: 10%;
    text-align: center
}

.vf-ActionRow .action-icon>div {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    display: inline-block
}

.vf-ActionRow .minute {
    font-size: 1.1rem;
    width: 10%;
    text-align: center
}

.vf-ActionRow .players.away {
    width: 35%
}

.vf-ActionRow .video {
    width: 14%;
    text-align: center
}

.vf-ActionRow .video>div {
    display: inline-block;
    background-image: url('../img/socios/action-play-r.png')
}

@media screen and (max-width: 500px) {
    .vf-ActionRow {
        font-size: .9rem
    }

    .vf-ActionRow .minute {
        font-size: 1.05rem
    }

    .vf-ActionRow .action-icon>div {
        width: 19px;
        height: 19px
    }
}

@media screen and (max-width: 350px) {
    .vf-ActionRow {
        font-size: .8rem
    }

    .vf-ActionRow .minute {
        font-size: 1rem
    }

    .vf-ActionRow .action-icon>div {
        width: 18px;
        height: 18px
    }
}

.vf-ArticleBlocks {
    position: relative;
    height: 300px;
    max-width: 1100px;
    margin: 20px auto
}

.vf-ArticleBlocks .vf-ArticleSlider-nav-indicator {
    height: -30px
}

.vf-ArticleBlocks .vf-ArticleSlider-nav-indicator-item {
    margin-top: -23px;
    width: 16px;
    height: 16px
}

.vf-ArticleBlocks-list {
    height: 100%
}

.vf-ArticleBlocks-list-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px
}

.vf-ArticleBlocks-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.vf-ArticleBlocks-item:hover img {
    scale: 1.05
}

.vf-ArticleBlocks-item:hover .vf-ArticleBlocks-item-caption-hover-gradient {
    opacity: 1
}

.vf-ArticleBlocks-item a,
.vf-ArticleBlocks-item figure {
    height: 100%
}

.vf-ArticleBlocks-item-caption {
    width: 100%;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 100px 25px 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%)
}

.vf-ArticleBlocks-item-caption-hover-gradient {
    left: 0;
    bottom: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%)
}

.vf-ArticleBlocks-item-title {
    overflow: hidden;
    font-size: 1.2rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: normal;
    z-index: 1
}

.vf-ArticleBlocks img {
    -webkit-transition: scale .2s ease-in;
    transition: scale .2s ease-in;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.vf-MainSideContent[size~='700'] .vf-ArticleSlider {
    border-radius: 0
}

.vf-MainSideContent[size~='700'] .vf-ArticleSlider-item-title {
    font-size: 1.4rem
}

.vf-MainSideContent[size~='600'] .vf-ArticleSlider {
    height: 260px
}

.vf-MainSideContent[size~='600'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator {
    height: 30px
}

.vf-MainSideContent[size~='600'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator-item {
    margin-top: 7px;
    width: 16px;
    height: 16px
}

.vf-MainSideContent[size~='600'] .vf-ArticleSlider-item-title {
    font-size: 1.2rem
}

.vf-MainSideContent[size~='500'] .vf-ArticleSlider {
    height: 220px
}

.vf-MainSideContent[size~='500'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator {
    height: 20px
}

.vf-MainSideContent[size~='500'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator-item {
    margin-top: 3px;
    width: 14px;
    height: 14px
}

.vf-MainSideContent[size~='500'] .vf-ArticleSlider-item-title {
    font-size: 1.2rem
}

.vf-MainSideContent[size~='500'] .vf-ArticleSlider-item-date {
    display: none
}

.vf-MainSideContent[size~='500'] .vf-ArticleSlider-item-caption {
    padding: 50px 20px 10px 20px
}

.vf-ArticleButton {
    display: block
}

.vf-ArticleColumnText,
.vf-attachment {
    margin-bottom: 20px
}

.vf-ArticleColumnText .responsive-embed,
.vf-attachment .responsive-embed {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.vf-ArticleColumnText .responsive-media,
.vf-attachment .responsive-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.vf-ArticleColumnText .responsive-embed,
.vf-attachment .responsive-embed {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.vf-ArticleColumnText .responsive-embed>*,
.vf-attachment .responsive-embed>* {
    display: inline-block !important
}

.vf-ArticleColumnText .responsive-embed+.responsive-embed,
.vf-attachment .responsive-embed+.responsive-embed {
    margin-top: 10px
}

.vf-ArticleColumnText .twitter-tweet-rendered,
.vf-attachment .twitter-tweet-rendered,
.vf-ArticleColumnText .twitter-video-rendered,
.vf-attachment .twitter-video-rendered {
    width: 100% !important
}

.vf-ArticleColumnText .twitter-tweet-rendered iframe,
.vf-attachment .twitter-tweet-rendered iframe {
    width: 100% !important
}

.vf-ArticleColumnText .responsive-embed-facebook-post,
.vf-attachment .responsive-embed-facebook-post,
.vf-ArticleColumnText .responsive-embed-facebook-video,
.vf-attachment .responsive-embed-facebook-video,
.vf-ArticleColumnText .responsive-embed-dailymotion,
.vf-attachment .responsive-embed-dailymotion,
.vf-ArticleColumnText .responsive-embed-streamable,
.vf-attachment .responsive-embed-streamable,
.vf-ArticleColumnText .responsive-embed-at5,
.vf-attachment .responsive-embed-at5,
.vf-ArticleColumnText .responsive-embed-gfycat,
.vf-attachment .responsive-embed-gfycat,
.vf-ArticleColumnText .responsive-embed-youtube,
.vf-attachment .responsive-embed-youtube {
    max-width: 550px
}

.vf-ArticleColumnText .sbsEmbed,
.vf-attachment .sbsEmbed {
    margin: 0 auto;
    display: block
}

.vf-ArticleColumnText .responsive-embed-twitter-tweet,
.vf-attachment .responsive-embed-twitter-tweet,
.vf-ArticleColumnText .responsive-embed-twitter-video,
.vf-attachment .responsive-embed-twitter-video,
.vf-ArticleColumnText .responsive-embed-vine,
.vf-attachment .responsive-embed-vine,
.vf-ArticleColumnText .responsive-embed-instagram,
.vf-attachment .responsive-embed-instagram {
    max-width: 500px
}

.vf-ArticleColumnText img,
.vf-attachment img,
.vf-ArticleColumnText iframe,
.vf-attachment iframe,
.vf-ArticleColumnText video,
.vf-attachment video,
.vf-ArticleColumnText blockquote,
.vf-attachment blockquote,
.vf-ArticleColumnText table,
.vf-attachment table {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top
}

.vf-ArticleColumnText iframe,
.vf-attachment iframe {
    margin: 0 auto;
    max-width: 100%;
    display: block
}

.vf-ArticleColumnText a,
.vf-attachment a {
    text-decoration: underline;
    color: #255f9e;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vf-ArticleColumnText a:hover,
.vf-attachment a:hover {
    color: #3083d3
}

.vf-ArticleColumnText .body>div:first-child,
.vf-attachment .body>div:first-child {
    margin-top: 16px
}

.vf-ArticleColumnText p,
.vf-attachment p {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 1.1rem
}

.vf-ArticleColumnText p:first-of-type,
.vf-attachment p:first-of-type {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-top: 10px
}

.vf-ArticleColumnText img,
.vf-attachment img {
    max-width: 100%
}

.vf-ArticleColumnText-main-image,
.vf-attachment-main-image {
    padding-right: 22px;
    float: left;
    width: 50%
}

.vf-ArticleColumnText-main-image img,
.vf-attachment-main-image img {
    width: 100%
}

p.vf-sources {
    font-size: .9rem;
    color: #6fa4d5
}

p.vf-sources a {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #6fa4d5
}

.vf-ArticleSingle.deco-borderless .vf-ArticleColumnText {
    margin-bottom: 0
}

.vf-ArticleSingle.deco-borderless .vf-ArticleColumnText div:first-child {
    margin-top: 0
}

.vf-ArticleSingle.deco-borderless .vf-ArticleColumnText p:first-of-type {
    margin: 0
}

.vf-MainSideContent[size~='700'] .vf-ArticleColumnText-main-image,
.vf-MainSideContent[size~='700'] .vf-attachment-main-image {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    padding: 0;
    float: none;
    margin-bottom: 20px
}

.vf-MainSideContent[size~='700'] .vf-ArticleColumnText-main-image img,
.vf-MainSideContent[size~='700'] .vf-attachment-main-image img {
    max-height: 200px
}

.vf-MainSideContent[size~='700'] .vf-ArticleColumnText p,
.vf-MainSideContent[size~='700'] .vf-attachment p {
    font-size: .95rem;
    line-height: 1.7
}

.vf-ArticleList-footer {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 40px;
    font-weight: bold;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0
}

.vf-ArticleList-footer .arrow {
    display: inline-block;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s;
    font-size: .9rem
}

.vf-ArticleList-footer:hover .arrow {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.vf-ArticleList-footer a {
    display: inline-block;
    height: 100%;
    width: 100%
}

.vf-ArticleList-date {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 52px;
    margin: 0 5px;
    padding: 0 5px;
    color: #b2b2b2
}

.vf-ArticleList .lister-games-carrousel {
    padding: 14px 0
}

.vf-ArticleList-shadow {
    height: 20px
}

.vf-ArticleList-skin-main-list-header {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    color: #b2b2b2;
    display: block;
    font-size: 1.8rem;
    padding: 20px 11px 12px 22px;
    border-bottom: 1px solid #d2d2d2
}

.vf-ArticleList-skin-top-list {
    background-color: white
}

.vf-ArticleList-skin-top-list-list {
    padding-bottom: 10px
}

.vf-ArticleList-skin-wtf {
    background-color: #fcd204
}

.vf-ArticleList-skin-wtf-header,
.vf-ArticleList-skin-wtf-footer {
    background-repeat: no-repeat
}

.vf-ArticleList-skin-wtf-header {
    text-align: center;
    padding: 18px 0;
    background-image: url('../img/wtf-bar-top.jpg'), url('../img/wtf_bg.jpg');
    background-position: top center, right;
    -webkit-background-size: auto, contain;
    background-size: auto, contain
}

.vf-ArticleList-skin-wtf-footer {
    text-align: center;
    background-color: #b19027;
    background-image: url('../img/wtf-bar-bottom.jpg');
    padding: 8px 0;
    font-size: .9rem;
    background-repeat: repeat-x;
    background-position: bottom
}

.vf-ArticleList-skin-wtf-footer a {
    color: white
}

.vf-ArticleList-skin-wtf-footer:hover {
    text-decoration: underline;
    background-color: #b19027
}

@media screen and (max-width: 500px) {
    .vf-ArticleList-skin-top-list .vf-ArticleList-shadow {
        display: none
    }

    .vf-ArticleList-footer {
        font-size: 1rem
    }

    .vf-ArticleList-date {
        font-size: .9rem
    }

    .vf-ArticleList-footer {
        padding: 7px 0
    }
}

.vf-SmallArticleListItem+.vf-ArticleList-date {
    border-top: 1px solid #e3e3e3
}

@media screen and (max-width: 500px) {
    .content-list .vf-ArticleList-header {
        display: none
    }
}

.vf-ArticleSingle {
    background-color: white;
    padding: 0 0 30px 0;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #e3e3e3
}

.vf-ArticleSingle-header-title {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 2.1rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.vf-ArticleSingle-header-title:hover {
    opacity: .7
}

.vf-ArticleSingle-header-date {
    display: block;
    padding-top: 10px;
    padding-bottom: 4px;
    color: #afafaf;
    font-size: 1.1rem
}

.vf-ArticleSingle-header-bar {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vf-ArticleSingle-relation {
    margin: 20px 0;
    display: block
}

.vf-ArticleSingle-relation header {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1rem
}

.vf-ArticleSingle-relation-links {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .9rem
}

.vf-ArticleSingle-relation-links a {
    text-decoration: underline;
    color: #255f9e;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vf-ArticleSingle-relation-links a:hover {
    color: #3083d3
}

.vf-ArticleSingle-content {
    min-height: 220px;
    font-size: 1.1rem
}

.vf-ArticleSingle-tableOfContents {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 10px;
    padding-right: 30px;
    border-radius: 4px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 1em 0
}

.vf-ArticleSingle-tableOfContents h3 {
    margin-bottom: 15px
}

.vf-ArticleSingle-tableOfContents ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px
}

.vf-ArticleSingle-tableOfContents li {
    padding: 3px 0
}

.vf-ArticleSingle-tableOfContents li button {
    color: #3c3c3c
}

.vf-ArticleSingle-tableOfContents li button:hover {
    text-decoration: underline;
    color: black
}

.vf-ArticleSingle-SocialBar {
    margin-top: 20px
}

.vf-ArticleSingle .fb-comments>span {
    border-top: 1px solid #e9ebee
}

.vf-ArticleSingle.deco-hide_title .vf-ArticleSingle-header {
    display: none
}

.vf-ArticleSingle.deco-borderless {
    padding: 0 !important;
    margin: 0 !important
}

.vf-linkshare {
    font-size: 15px
}

.vf-linkshare th {
    text-align: left
}

.vf-linkshare a {
    color: #255f9e
}

.vf-linkshare tr {
    border-bottom: 1px solid #e1e1e1
}

.vf-linkshare tr:first-child {
    border-bottom: 1px solid black
}

.vf-linkshare td {
    height: 40px
}

.vf-linkshare a:hover {
    text-decoration: underline
}

.vf-MainSideContent[size~='700'] .vf-ArticleSingle {
    padding: 0 0 20px 0
}

.vf-MainSideContent[size~='700'] .vf-ArticleSingle .vf-ArticleSingle-header-title {
    font-size: 1.4rem
}

.vf-MainSideContent[size~='600'] .vf-ArticleSingle .vf-ArticleSingle-header-title {
    font-size: 1.5rem
}

.vf-MainSideContent[size~='500'] .vf-ArticleSingle .vf-ArticleSingle-header-title {
    line-height: 1.1;
    font-size: 1.4rem
}

.vf-MainSideContent[size~='500'] .vf-ArticleSingle .vf-ArticleSingle-header-date {
    padding-top: 2px;
    font-size: .9rem
}

.vf-MainSideContent[size~='500'] .vf-ArticleSingle .vf-ArticleSingle-content {
    font-size: 1rem
}

.vf-ArticleSingle .vf-promolink a {
    margin: 20px 0
}

.vf-ArticleSlider {
    position: relative;
    background-color: black;
    height: 414px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden
}

.vf-ArticleSlider .vf-ArticleSlider-nav-indicator {
    height: 16px
}

.vf-ArticleSlider .vf-ArticleSlider-nav-indicator-item {
    margin-top: 0;
    width: 16px;
    height: 16px
}

.vf-ArticleSlider-nav,
.vf-ArticleSlider-list {
    left: 0;
    position: absolute
}

.vf-ArticleSlider-nav {
    height: 100%;
    pointer-events: none;
    z-index: 2;
    top: 0;
    width: 100%
}

.vf-ArticleSlider-nav-left,
.vf-ArticleSlider-nav-right {
    color: white;
    pointer-events: all;
    cursor: pointer;
    font-size: 1.6rem;
    text-align: center;
    width: 10%;
    text-shadow: -2px -2px 8px rgba(0, 0, 0, 0.5), 2px 2px 8px rgba(0, 0, 0, 0.5)
}

.vf-ArticleSlider-nav-left {
    float: left
}

.vf-ArticleSlider-nav-right {
    float: right
}

.vf-ArticleSlider-nav-indicator {
    pointer-events: all;
    position: absolute;
    top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 6px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vf-ArticleSlider-nav-indicator-item {
    cursor: pointer;
    border-radius: 90%;
    background-color: #5d5d5d
}

.vf-ArticleSlider-nav-indicator-item:not(:first-child) {
    margin-left: 4px
}

.vf-ArticleSlider-nav-indicator-item.active {
    background-color: white
}

.vf-ArticleSlider-list {
    height: 100%;
    overflow: hidden;
    position: relative
}

.vf-ArticleSlider-list>* {
    overflow: hidden;
    position: relative
}

.vf-ArticleSlider-list>*>* {
    position: relative;
    float: left;
    display: inline-block
}

.vf-ArticleSlider-list-wrapper {
    height: 100%
}

.vf-ArticleSlider-item {
    width: 100%;
    height: 100%;
    position: relative
}

.vf-ArticleSlider-item a,
.vf-ArticleSlider-item figure {
    height: 100%
}

.vf-ArticleSlider-item-caption {
    width: 100%;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../img/bottom-shadow-1.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-shadow: -1px -1px 4px #000, 1px 1px 4px #000;
    padding: 100px 70px 0 70px
}

.vf-ArticleSlider-item-title {
    overflow: hidden;
    font-size: 1.6rem
}

.vf-ArticleSlider img {
    width: 100%
}

.vf-MainContent[size~='700'] .vf-ArticleSlider {
    border-radius: 0
}

.vf-MainContent[size~='700'] .vf-ArticleSlider-item-title {
    font-size: 1.4rem
}

.vf-MainContent[size~='600'] .vf-ArticleSlider {
    height: 260px
}

.vf-MainContent[size~='600'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator {
    height: 16px
}

.vf-MainContent[size~='600'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator-item {
    margin-top: 0;
    width: 16px;
    height: 16px
}

.vf-MainContent[size~='600'] .vf-ArticleSlider-item-title {
    font-size: 1.2rem
}

.vf-MainContent[size~='500'] .vf-ArticleSlider {
    height: 220px
}

.vf-MainContent[size~='500'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator {
    height: 14px
}

.vf-MainContent[size~='500'] .vf-ArticleSlider .vf-ArticleSlider-nav-indicator-item {
    margin-top: 0;
    width: 14px;
    height: 14px
}

.vf-MainContent[size~='500'] .vf-ArticleSlider-item-title {
    font-size: 1.2rem
}

.vf-MainContent[size~='500'] .vf-ArticleSlider-item-date {
    display: none
}

.vf-MainContent[size~='500'] .vf-ArticleSlider-item-caption {
    padding: 50px 20px 10px 20px
}

.vf-ArticleThumbnail {
    position: relative;
    overflow: hidden
}

.vf-ArticleThumbnail img {
    vertical-align: top
}

.vf-ArticleThumbnail-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: white;
    z-index: 2;
    position: absolute;
    font-size: 2.2rem;
    top: 0;
    left: 0;
    opacity: .6;
    background-color: rgba(1, 1, 1, 0.4);
    width: 100%;
    height: 100%
}

.vf-VideosSlider-item .vf-ArticleThumbnail-overlay {
    opacity: .8;
    font-size: 2.5rem
}

.vf-VideosSlider-item.enlarge .vf-ArticleThumbnail-overlay,
.vf-VideoItem .vf-ArticleThumbnail-overlay {
    opacity: .8;
    font-size: 3.2rem
}

.vf-CompactArticleListItem {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.vf-CompactArticleListItem:hover {
    background-color: #fbfbfb
}

.vf-CompactArticleListItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vf-CompactArticleListItem-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem
}

.vf-CompactArticleListItem a {
    min-height: 75px;
    padding: 7px 5px
}

.vf-CompactArticleListItem:not(:first-child) {
    border-top: 1px solid #e3e3e3
}

.vf-CompactArticleListItem-figure {
    width: 94px;
    min-width: 94px
}

.vf-CompactArticleListItem-figure img {
    height: 50px
}

.vf-CompactArticleListItem-title,
.vf-CompactArticleListItem-date {
    padding: 0 5px
}

.vf-CompactArticleListItem aside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vf-CompactArticleListItem-title-wrapper {
    overflow: hidden
}

.vf-CompactArticleListItem-title {
    padding-top: 1px;
    overflow: hidden;
    line-height: 17px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.vf-CompactArticleListItem-date {
    display: block;
    color: #afafaf;
    padding-top: 4px;
    font-size: .8rem
}

.vf-CompactArticleListItem .vf-icon-video,
.vf-CompactArticleListItem .vf-ArticleThumbnail-overlay {
    display: none
}

.vf-CompactArticleListItem.deco-video_icon .vf-icon-video {
    display: inline
}

.vf-CompactArticleListItem.deco-video_icon .vf-ArticleThumbnail-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vf-CompactArticleListItem.deco-video_icon:hover .vf-ArticleThumbnail-overlay {
    opacity: .2
}

@media screen and (max-width: 500px) {
    .vf-CompactArticleListItem {
        background-color: transparent;
        -webkit-transition: none;
        transition: none
    }
}

.vf-CompactArticleListItem-skin-big .vf-CompactArticleListItem-figure img {
    height: 70px
}

.banner+.vf-CompactArticleListItem,
.vf-ArticleList+.vf-CompactArticleListItem,
.lister-games-carrousel+.vf-CompactArticleListItem #lister_ad_after_games_carrousel+.vf-CompactArticleListItem {
    border-top: 0 !important
}

.vf-ArticleList-skin-wtf .vf-CompactArticleListItem {
    background-color: #ffe100;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-top: 1px solid #ffe100
}

.vf-ArticleList-skin-wtf .vf-CompactArticleListItem:hover {
    background-color: #e6cb00
}

.vf-ArticleList-skin-wtf .vf-CompactArticleListItem-title {
    font-size: .8rem
}

.vf-MainSideContent[size~='500'] .vf-CompactArticleListItem-title {
    font-size: .95rem;
    line-height: 19px
}

.vf-MainSideContent[size~='500'] .vf-CompactArticleListItem-figure {
    width: 84px;
    min-width: 84px
}

.vf-MainSideContent[size~='500'] .vf-CompactArticleListItem a {
    padding: 10px 10px
}

.vf-MainSideContent[size~='500'] .vf-CompactArticleListItem-title,
.vf-MainSideContent[size~='500'] .vf-CompactArticleListItem-date {
    padding: 0 10px
}

.vf-SearchResults .vf-CompactArticleListItem {
    background-color: transparent;
    border-bottom: none;
    margin: 0
}

.vf-SearchResults .vf-CompactArticleListItem:hover {
    background-color: transparent
}

.vf-SearchResults .vf-CompactArticleListItem a {
    padding: 10px 10px
}

.vf-SearchResults .vf-CompactArticleListItem-title,
.vf-SearchResults .vf-CompactArticleListItem-date {
    padding: 0 10px
}

.vf-SearchResults .vf-CompactArticleListItem-figure {
    height: 60px
}

.vf-SearchResults .vf-CompactArticleListItem a {
    padding: 10px 0
}

.vf-SearchResults .vf-CompactArticleListItem-figure {
    width: 128px
}

.vf-SearchResults .vf-CompactArticleListItem-title {
    font-size: 1rem
}

.vf-SearchResults .vf-CompactArticleListItem-date {
    font-size: .9rem
}

.vf-RelatedArticleBlock-articles .vf-CompactArticleListItem {
    background-color: transparent;
    border-bottom: none;
    margin: 0
}

.vf-RelatedArticleBlock-articles .vf-CompactArticleListItem:hover {
    background-color: transparent
}

.vf-RelatedArticleBlock-articles .vf-CompactArticleListItem a {
    padding: 10px 10px
}

.vf-RelatedArticleBlock-articles .vf-CompactArticleListItem-title,
.vf-RelatedArticleBlock-articles .vf-CompactArticleListItem-date {
    padding: 0 10px
}

.vf-RelatedArticleBlock-articles .vf-CompactArticleListItem-figure {
    height: 60px
}

.vf-ReadAlso {
    background-color: #ffe100;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.vf-ReadAlso:hover {
    background-color: #ffe733
}

.vf-ReadAlso-header {
    font-size: 1rem;
    padding: 20px 20px 10px 20px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    color: black
}

.vf-ReadAlso-figure {
    height: 129px
}

.vf-ReadAlso-figure img {
    width: 100%
}

.vf-ReadAlso-footer {
    padding: 10px 20px 25px 20px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: .9rem;
    color: black
}

.vf-ReadAlso:hover .vf-ReadAlso-footer {
    text-decoration: underline
}

.vf-ReadAlso figure {
    overflow: hidden
}

.vf-ReadAlso img {
    -webkit-transition: -webkit-transform ease 1s;
    transition: -webkit-transform ease 1s;
    transition: transform ease 1s;
    transition: transform ease 1s, -webkit-transform ease 1s
}

.vf-ReadAlso:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.vf-Recommended {
    padding: 0 20px
}

.vf-Recommended-list a {
    text-decoration: underline;
    color: #255f9e;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding-top: 28px
}

.vf-Recommended-list a:hover {
    color: #3083d3
}

@media screen and (max-width: 500px) {
    .vf-Recommended-list a {
        padding-top: 18px;
        font-size: .95rem
    }
}

.vf-RelatedArticleBlock {
    background-color: #f3f3f3;
    border-top: 1px solid #e7e7e7;
    margin: 20px 0;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vf-RelatedArticleBlock-title {
    width: 60px;
    min-width: 60px;
    font-size: 1.05rem;
    text-align: center;
    color: #c7c7c7;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2
}

.vf-RelatedArticleBlock-articles .ReadAlsoArticle {
    vertical-align: top;
    display: inline-block;
    width: 49%
}

.vf-RelatedArticleBlock-articles .ReadAlsoArticle:hover div {
    text-decoration: underline
}

.vf-RelatedArticleBlock-articles .ReadAlsoArticle-image,
.vf-RelatedArticleBlock-articles .ReadAlsoArticle-title {
    color: black;
    display: inline-block
}

.vf-RelatedArticleBlock-articles .ReadAlsoArticle-image {
    width: 39%;
    vertical-align: bottom;
    height: 70px
}

.vf-RelatedArticleBlock-articles .ReadAlsoArticle-title {
    width: 59%;
    vertical-align: top;
    overflow: hidden;
    max-height: 67px;
    padding: 0 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .8rem;
    line-height: 17px;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.vf-MainSideContent[size~='500'] .vf-RelatedArticleBlock {
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vf-MainSideContent[size~='500'] .vf-RelatedArticleBlock-title {
    text-align: left;
    width: 100%;
    font-size: .9rem;
    padding: 10px 0 10px 10px;
    color: black;
    background-color: #ffe100
}

.vf-MainSideContent[size~='500'] .vf-RelatedArticleBlock-articles .ReadAlsoArticle {
    font-size: .9rem;
    padding: 10px;
    width: 100%;
    color: #b6b6b6
}

.vf-MainSideContent[size~='500'] .vf-RelatedArticleBlock-articles .ReadAlsoArticle-title {
    color: black;
    padding: 0;
    display: inline
}

.vf-RelatedArticleBlock .vf-CompactArticleListItem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.vf- .ArticleListItem {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.vf- .ArticleListItem:hover {
    background-color: #fbfbfb
}

.vf- .ArticleListItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vf- .ArticleListItem-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem
}

.vf-SmallArticleListItem {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    font-size: 1rem
}

.vf-SmallArticleListItem:hover {
    background-color: #fbfbfb
}

.vf-SmallArticleListItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vf-SmallArticleListItem-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem
}

.vf-SmallArticleListItem .vf-icon-video,
.vf-SmallArticleListItem .vf-ArticleThumbnail-overlay {
    display: none
}

.vf-SmallArticleListItem.deco-video_icon .vf-icon-video {
    display: inline
}

.vf-SmallArticleListItem.deco-video_icon .vf-ArticleThumbnail-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vf-SmallArticleListItem.deco-video_icon:hover .vf-ArticleThumbnail-overlay {
    opacity: .2
}

.vf-SmallArticleListItem:not(:first-child) {
    border-top: 1px solid #e3e3e3
}

.vf-SmallArticleListItem a {
    min-height: 52px;
    height: 100%
}

.vf-SmallArticleListItem img {
    vertical-align: middle
}

.vf-SmallArticleListItem-date-big {
    font-size: .9rem;
    text-align: center;
    width: 50px;
    min-width: 50px
}

.vf-SmallArticleListItem-title {
    padding-left: 8px
}

.vf-SmallArticleListItem-number {
    font-weight: bold;
    width: 25px;
    min-width: 25px
}

.vf-SmallArticleListItem-figure {
    width: 25px;
    min-width: 25px;
    text-align: center;
    vertical-align: middle
}

.vf-SmallArticleListItem-figure img {
    max-height: 25px;
    vertical-align: middle
}

.vf-SmallArticleListItem-date-small,
.vf-SmallArticleListItem-date-big,
.vf-SmallArticleListItem-line {
    color: #afafaf
}

.vf-SmallArticleListItem-date-small {
    font-size: .85rem;
    display: none
}

.vf-SmallArticleListItem-title {
    white-space: nowrap;
    max-height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
    height: 100%
}

.vf-SmallArticleListItem:hover .vf-SmallArticleListItem-title {
    text-decoration: underline
}

@media screen and (max-width: 500px) {
    .vf-SmallArticleListItem {
        background-color: transparent;
        -webkit-transition: none;
        transition: none
    }
}

.banner+.vf-SmallArticleListItem,
.vf-ArticleList+.vf-SmallArticleListItem,
.lister-games-carrousel+.vf-SmallArticleListItem,
#lister_ad_after_games_carrousel+.vf-SmallArticleListItem {
    border-top: 0 !important
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-figure {
    width: 40px;
    min-width: 40px
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-figure img {
    max-height: 26px
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-date-big,
.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-line {
    display: none
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-date-small {
    display: block
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-line,
.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-title {
    padding-left: 10px
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-title {
    padding-right: 10px
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem-title {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .95rem
}

.vf-MainSideContent[size~='500'] .vf-SmallArticleListItem a {
    min-height: 70px
}

.vf-SmallArticleListItem[data-text-wrap='true'] .vf-SmallArticleListItem-title {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: none;
    padding: 14px 8px;
    line-height: 1.8
}

.vf-Timelines {
    background-color: white
}

.vf-Timelines-header {
    background-color: #fecf3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../img/top-shadow-3.png');
    background-repeat: repeat-x;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: bottom center;
    height: 100px;
    position: relative
}

.vf-Timelines-header img {
    height: 70%
}

.vf-Timelines-header span {
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.5rem
}

.vf-Timelines-header:after {
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #fecf3b
}

.vf-Timelines-header:after {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 10px)
}

.vf-MainSideContent[size~='500'] .vf-Timelines-header {
    height: 80px
}

.vf-MainSideContent[size~='500'] .vf-Timelines-header:after {
    position: absolute;
    bottom: -40px
}

.vf-MainSideContent[size~='500'] .vf-Timelines-header span {
    font-size: 1.1rem
}

.vf-Timeline-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    height: 100px;
    padding-left: 140px;
    border-bottom: 1px solid #d0d0d0
}

.vf-Timeline-header-title {
    font-size: 1.1rem
}

.vf-Timeline-header-title-left {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .9em
}

.vf-Timeline-header-title-right {
    font-size: 1.1em;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2
}

.vf-Timeline-article-header {
    text-align: center;
    background-image: url('../img/top-shadow-3.png');
    background-repeat: repeat-x;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: bottom center;
    background-color: #fecf3b;
    position: relative
}

.vf-Timeline-article-header .responsive-image {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.vf-Timeline-article-header:after {
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #fecf3b;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 10px);
    z-index: 1
}

.vf-Timeline-article-header-wrapper {
    padding: 30px 120px 30px 150px;
    display: inline-block
}

.vf-Timeline-article-header-title {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 2rem
}

.vf-Timeline-article-header-body {
    text-align: left
}

.vf-Timeline-article-label {
    position: absolute;
    display: inline-block;
    line-height: 1;
    left: -10px;
    top: 33px
}

.vf-Timeline-article-label .vf-icon {
    width: 30px
}

.vf-Timeline-article-label div {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    display: inline-block
}

.vf-Timeline-article-label>div {
    padding-right: 6px;
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    color: white;
    background-color: #333333
}

.vf-Timeline-article-label:after {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #c3a32f
}

.vf-Timeline-article-label:after {
    border-left: none;
    left: 0;
    border-right: 10px solid #c3a32f
}

.vf-Timeline-label {
    position: absolute;
    display: inline-block;
    line-height: 1;
    left: -10px;
    top: 33px
}

.vf-Timeline-label .vf-icon {
    width: 30px
}

.vf-Timeline-label div {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    display: inline-block
}

.vf-Timeline-label>div {
    padding-right: 6px;
    white-space: nowrap;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    color: black;
    background-color: #ffe100
}

.vf-Timeline-label:after {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #c3a32f
}

.vf-Timeline-label:after {
    border-left: none;
    left: 0;
    border-right: 10px solid #c3a32f
}

.vf-Timeline-list>*:not(:last-child) {
    border-bottom: 1px solid #d0d0d0
}

.vf-MainSideContent[size~='500'] .vf-Timeline-header {
    padding-left: 20px
}

.vf-MainSideContent[size~='500'] .vf-Timeline-header-title {
    padding-left: 20px;
    font-size: 1rem
}

.vf-MainSideContent[size~='500'] .vf-Timeline-article-header {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vf-MainSideContent[size~='500'] .vf-Timeline-article-header-wrapper {
    padding: 20px 20px 20px 10px;
    display: inline-block
}

.vf-MainSideContent[size~='500'] .vf-Timeline-article-header-title {
    font-size: 1.3rem
}

.vf-MainSideContent[size~='500'] .vf-Timeline-article-label {
    position: static;
    padding: 20px 10px 20px 20px
}

.vf-MainSideContent[size~='500'] .vf-Timeline-article-label .vf-title {
    display: none
}

.vf-MainSideContent[size~='500'] .vf-Timeline-label {
    position: static
}

.vf-MainSideContent[size~='500'] .vf-Timeline-label .vf-title {
    display: none
}

.vf-MainSideContent[size~='500'] .vf-Timeline-list>*:not(:last-child) {
    border-bottom: 1px solid #dddddd
}

.vf-Banner {
    text-align: center;
    width: 100%
}

.vf-Banner img {
    vertical-align: middle
}

.vf-Banner-wrapper {
    display: none;
    margin: 0 auto
}

.vf-error404 {
    text-align: center;
    background-color: #ffcf3b;
    padding: 40px 40px 26px 40px;
    position: relative;
    margin-bottom: 30px
}

.vf-error404:after {
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #fecf3b;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 10px);
    z-index: 1
}

.vf-error404-top {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 2.9rem
}

.vf-error404-middle {
    padding-top: 14px
}

.vf-error404-bottom {
    padding-top: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.2rem
}

.vf-error404:after {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 10px);
    z-index: 1
}

@media screen and (max-width: 500px) {
    .vf-error404 {
        padding: 50px 20px 20px 20px !important
    }
}

.vf-MainSideContent[size~='700'] .vf-error404-top {
    font-size: 2.4rem
}

.vf-MainSideContent[size~='500'] .vf-error404 {
    padding: 20px 20px 20px 20px
}

.vf-MainSideContent[size~='500'] .vf-error404-top {
    font-size: 2rem
}

.vf-MainSideContent[size~='500'] .vf-error404-bottom {
    padding-top: 30px;
    font-size: 1.1rem
}

.vf-footballApiBoard {
    opacity: 0;
    text-align: center;
    position: relative;
    border-radius: 4px;
    z-index: 1
}

.vf-footballApiBoard-competition {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    padding-bottom: 6px
}

.vf-footballApiBoard-top {
    background-color: #ffe105;
    height: 200px;
    padding: 20px 30px 0 30px
}

.vf-footballApiBoard-show-all {
    position: relative;
    top: -10px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: black;
    color: white;
    font-size: 1.2rem
}

.vf-footballApiBoard-show-all:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: relative;
    left: 0;
    top: 0
}

.vf-footballApiBoard-show-all:before.fa-pull-left {
    margin-right: .3em
}

.vf-footballApiBoard-show-all:before.fa-pull-right {
    margin-left: .3em
}

.vf-footballApiBoard-show-all:before.pull-left {
    margin-right: .3em
}

.vf-footballApiBoard-show-all:before.pull-right {
    margin-left: .3em
}

.vf-footballApiBoard-show-all:before {
    font-size: .9rem;
    padding-right: 8px
}

.vf-footballApiBoard-show-all:hover {
    background-color: #222222
}

.vf-footballApiBoard-middle {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vf-footballApiBoard-middle>div {
    vertical-align: top
}

.vf-footballApiBoard-versus {
    line-height: 74px;
    font-size: 2.5rem
}

.vf-footballApiBoard-home-logo,
.vf-footballApiBoard-away-logo {
    margin: 0 20px
}

.vf-footballApiBoard-home-logo img,
.vf-footballApiBoard-away-logo img {
    width: 75px;
    height: 75px;
    vertical-align: top
}

.vf-footballApiBoard-home-goals,
.vf-footballApiBoard-away-goals,
.vf-footballApiBoard-versus {
    width: 50px;
    min-width: 50px
}

.vf-footballApiBoard-home-name,
.vf-footballApiBoard-away-name {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font-size: 1.2rem
}

.vf-footballApiBoard-home-name {
    text-align: right
}

.vf-footballApiBoard-away-name {
    text-align: left
}

.vf-footballApiBoard-middle-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 380px;
    min-width: 380px
}

.vf-footballApiBoard-indicator {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
    top: 10px;
    font-weight: bold;
    font-size: .9rem;
    position: absolute;
    white-space: nowrap;
    color: red
}

.vf-footballApiBoard-indicator-label {
    padding-right: 8px
}

.vf-footballApiBoard-indicator-spinner {
    width: 20px
}

.vf-footballApiBoard-indicator-bar {
    background-color: #8c7902;
    border-radius: 4px;
    overflow: hidden;
    width: 50px;
    height: 8px
}

.vf-footballApiBoard-indicator-bar>div {
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-color: black
}

.vf-footballApiBoard-home-goals,
.vf-footballApiBoard-away-goals {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 86px;
    color: black;
    position: relative
}

@media screen and (max-width: 500px) {
    .vf-footballApiBoard {
        margin-bottom: 10px
    }

    .vf-footballApiBoard-top {
        padding: 15px
    }

    .vf-footballApiBoard-middle {
        height: 90px;
        font-size: 3rem
    }

    .vf-footballApiBoard-versus {
        line-height: 55px
    }

    .vf-footballApiBoard-home-goals,
    .vf-footballApiBoard-away-goals {
        width: 50px;
        line-height: 60px
    }

    .vf-footballApiBoard-home-goals,
    .vf-footballApiBoard-away-goals,
    .vf-footballApiBoard-versus {
        height: 65px;
        margin-top: 12.5px
    }
}

@media screen and (max-width: 350px) {
    .vf-footballApiBoard {
        margin-bottom: 8px
    }

    .vf-footballApiBoard-top {
        padding: 15px
    }

    .vf-footballApiBoard-middle {
        height: 80px;
        font-size: 2.2rem
    }

    .vf-footballApiBoard-versus {
        line-height: 52px
    }

    .vf-footballApiBoard-home-goals,
    .vf-footballApiBoard-away-goals {
        width: 40px;
        line-height: 52px
    }

    .vf-footballApiBoard-home-goals,
    .vf-footballApiBoard-away-goals,
    .vf-footballApiBoard-versus {
        height: 56px;
        margin-top: 12px
    }
}

.vf-GoUp {
    width: 60px;
    height: 60px;
    background-color: grey;
    position: fixed;
    color: white;
    bottom: 0;
    right: calc(100% - 1077px);
    font-size: 1.6rem
}

.vf-ImagePushContainer {
    width: 100%;
    position: relative
}

.vf-ImagePushContainer-title {
    border-radius: 2px 2px 0 0 !important
}

.vf-ImagePushContainer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: -webkit-fit-content;
    width: fit-content;
    border-top-left-radius: 0 !important;
    border-radius: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vf-ImagePushContainer-yellow-button {
    width: 100%;
    border-radius: 0 0 2px 2px !important
}

.vf-ImagePushContainer-yellow-button:hover {
    border-radius: 2px !important
}

.vf-ImagePushContainer-button {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none !important
}

.vf-ImagePushContainer-button:hover {
    scale: 1.05;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    border-radius: 2px !important
}

.vf-ImagePushContainer-black-button {
    margin: 0 auto;
    border-radius: 4px !important;
    margin-top: 10px
}

.vf-ImagePushContainer img {
    max-width: 100%;
    max-height: 300px
}

.vf-ImagePushContainer-hover-image {
    -webkit-transition: scale .2s ease-in, -webkit-filter .2s ease-in;
    transition: scale .2s ease-in, -webkit-filter .2s ease-in;
    transition: scale .2s ease-in, filter .2s ease-in;
    transition: scale .2s ease-in, filter .2s ease-in, -webkit-filter .2s ease-in
}

.vf-ImagePushContainer-hover-image:hover {
    scale: 1.05;
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.vf-LinksBlock-content {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 0 20px;
    margin-top: 20px
}

.vf-LinksBlock-content a {
    display: block;
    margin: 20px 0;
    text-decoration: underline;
    color: #255f9e;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vf-LinksBlock-content a:hover {
    color: #3083d3
}

@media screen and (max-width: 500px) {
    .vf-LinksBlock {
        margin: 20px
    }
}

.vf-ListTabs {
    margin-top: 20px
}

.vf-ListTabs-buttons-item {
    border-radius: 30px !important;
    text-decoration: underline
}

.vf-ListTabs-buttons-item:not(.active) {
    background-color: #ffffff;
    color: black;
    border: 1px solid black;
    text-decoration: none
}

.vf-ListTabs-buttons-item.active {
    pointer-events: none
}

.vf-ListTabs-buttons-item-yellow {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 20px;
    background-color: #ffe100;
    color: black;
    padding: 8px 18px;
    border: 1px solid #ffe100
}

@media screen and (max-width: 500px) {
    .vf-ListTabs-buttons-item-yellow {
        font-size: .9rem;
        padding: 8px 16px
    }
}

.vf-ListTabs-buttons-item-yellow[href] {
    text-decoration: underline
}

@media screen and (max-width: 500px) {
    .vf-ListTabs-buttons-item-yellow {
        padding: 6px 14px
    }
}

.vf-ListTabs-buttons-item-yellow:not(.active):hover {
    background-color: #fff
}

.vf-ListTabs-buttons-item-red {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 20px;
    background-color: #ef0000;
    color: white;
    padding: 8px 18px;
    border: 1px solid #c20000
}

@media screen and (max-width: 500px) {
    .vf-ListTabs-buttons-item-red {
        font-size: .9rem;
        padding: 8px 16px
    }
}

.vf-ListTabs-buttons-item-red[href] {
    text-decoration: underline
}

@media screen and (max-width: 500px) {
    .vf-ListTabs-buttons-item-red {
        padding: 6px 14px
    }
}

.vf-ListTabs-buttons-item-red:not(.active):hover {
    background-color: #ffc2c2
}

.vf-ListTabs-buttons-clubs {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 1.1em
}

@media screen and (max-width: 500px) {
    .vf-ListTabs-buttons-clubs {
        gap: 8px;
        font-size: 1em
    }
}

.vf-ListTabs-buttons-clubs button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    scale: 1.2
}

.vf-ListTabs-buttons-clubs button:not(.active) {
    opacity: .3
}

.vf-ListTabs-buttons-clubs button:hover {
    opacity: 1;
    scale: 1.25
}

@media screen and (max-width: 500px) {
    .vf-ListTabs-buttons-clubs button:hover {
        scale: 1
    }
}

.vf-ListTabs-buttons-clubs button.active {
    pointer-events: none
}

@media screen and (max-width: 500px) {
    .vf-ListTabs-buttons-clubs button {
        scale: 1
    }
}

.vf-ListTabs-buttons-clubs a {
    -webkit-transition: scale .2s ease-in, -webkit-filter .2s ease-in;
    transition: scale .2s ease-in, -webkit-filter .2s ease-in;
    transition: filter .2s ease-in, scale .2s ease-in;
    transition: filter .2s ease-in, scale .2s ease-in, -webkit-filter .2s ease-in;
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.vf-ListTabs-buttons-clubs a img {
    object-fit: contain
}

.vf-ListTabs-buttons-clubs a:hover {
    scale: 1.02;
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

.vf-MainContent {
    background-color: #fff;
    position: relative;
    margin-top: 160px;
    margin-bottom: 30px
}

.vf-MainContent-center-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9
}

.vf-MainContent-center-wrapper>* {
    float: left
}

.vf-MainContent-center-wrapper:after {
    both: clear
}

@media screen and (max-width: 1100px) {
    .vf-MainContent {
        margin-top: 150px
    }
}

@media screen and (max-width: 800px) {
    .vf-MainContent {
        padding: 0;
        margin-top: 140px
    }
}

@media screen and (max-width: 500px) {
    .vf-MainContent {
        margin-top: 109px;
        background-image: none
    }

    .vf-MainContent-center-wrapper {
        display: block;
        width: 100%;
        overflow: hidden
    }
}

.deco-fullpage .vf-MainContent {
    padding: 0
}

.deco-fullpage .vf-MainContent-center-wrapper {
    max-width: none
}

.vf-MainFooter {
    width: 100%
}

.vf-MainFooter-top-content,
.vf-MainFooter-bottom-content {
    max-width: 1100px;
    margin: 0 auto
}

.vf-MainFooter-space {
    padding-top: 10px
}

.vf-MainFooter-space a:visited {
    color: black
}

.vf-MainFooter-18 {
    background: black
}

.vf-MainFooter-social {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    vertical-align: top
}

.vf-MainFooter-social-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 1.9rem
}

.vf-MainFooter-social:last-child span:first-child {
    vertical-align: top
}

.vf-MainFooter-social .vf-social-button-title {
    display: none
}

.vf-MainFooter-extra a {
    color: #d3d3d3;
    vertical-align: top;
    cursor: pointer;
    text-align: left
}

.vf-MainFooter-extra a:hover {
    color: white;
    text-decoration: underline
}

.vf-MainFooter-top {
    padding: 26px 0;
    background-color: #414141;
    color: #bfbfbf;
    width: 100%
}

.vf-MainFooter-top-body a {
    display: block;
    padding: 6px 0
}

.vf-MainFooter-top-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9
}

.vf-MainFooter-top-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-right: 34px
}

.vf-MainFooter-top-block:nth-child(1) {
    -webkit-box-flex: 2.5;
    -ms-flex-positive: 2.5;
    flex-grow: 2.5
}

.vf-MainFooter-top-block:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.vf-MainFooter-top-block:nth-child(3) {
    min-width: 360px
}

.vf-MainFooter-top-subblock:not(:last-child) {
    padding-bottom: 34px
}

.vf-MainFooter-top-subheader {
    padding-bottom: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    color: #bfbfbf
}

.vf-MainFooter-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.vf-MainFooter-top form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin-top: 10px;
    padding-bottom: 8px
}

.vf-MainFooter-top .email-feedback {
    color: red
}

.vf-MainFooter-top input[type='text'] {
    margin-right: 10px
}

.vf-MainFooter-bottom {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .9rem;
    padding: 16px;
    background-color: black
}

.vf-MainFooter-bottom strong,
.vf-MainFooter-bottom a,
.vf-MainFooter-bottom {
    color: white
}

@media screen and (max-width: 1200px) {
    .vf-MainFooter-top {
        padding-left: 34px
    }

    .vf-MainFooter-top-block:not(:last-child),
    .vf-MainFooter-top-subblock:not(:last-child) {
        padding-bottom: 34px
    }

    .vf-MainFooter-bottom {
        padding-left: 34px
    }
}

@media screen and (max-width: 800px) {
    .vf-MainFooter-top-content {
        display: block
    }

    .vf-MainFooter-top-content:after {
        content: ' ';
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

    .vf-MainFooter-top-body a {
        display: block;
        padding: 14px 0
    }

    .vf-MainFooter-top-block {
        display: inline-block;
        vertical-align: top;
        width: 49%
    }
}

@media screen and (max-width: 800px) {
    .vf-MainFooter-social {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 500px) {
    .vf-MainFooter {
        font-size: 1rem
    }

    .vf-MainFooter-top {
        padding-left: 20px
    }

    .vf-MainFooter-top-block {
        width: 100%
    }

    .vf-MainFooter-top-body {
        -webkit-columns: 2;
        columns: 2
    }

    .vf-MainFooter-bottom {
        padding-left: 20px
    }

    .vf-MainFooter-social {
        max-width: 230px;
        display: block;
        width: auto;
        height: auto;
        line-height: 20px;
        border-radius: 2px
    }

    .vf-MainFooter-social .vf-social-button-title {
        display: inline-block;
        font-size: 1rem !important
    }
}

.vf-MainHeader {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    height: 60px
}

.vf-MainHeader-SocialBar button {
    padding: 8px 10px
}

.vf-MainHeader.flying {
    z-index: 1000000000
}

.vf-MainMenu {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    position: relative;
    z-index: 1;
    background-color: black
}

.vf-MainMenu-content {
    color: white;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: padding-right ease .2s;
    transition: padding-right ease .2s
}

.vf-MainMenu-menu {
    width: 100%;
    min-height: 60px;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.vf-MainMenu-menu-item {
    padding-top: 15px;
    height: 60px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: inline-block
}

.vf-MainMenu-menu-item:visited,
.vf-MainMenu-menu-item {
    color: white
}

.vf-MainMenu-menu-item-dropdown {
    background-color: transparent;
    border: 0;
    width: 100%;
    position: relative;
    padding-top: 0 !important
}

.vf-MainMenu-menu-item-dropdown:hover .vf-MainMenu-menu-item-dropdown-button {
    background-color: #292929
}

.vf-MainMenu-menu-item-dropdown:hover .vf-MainMenu-menu-item-dropdown-button i:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    position: relative;
    left: 0;
    top: 0
}

.vf-MainMenu-menu-item-dropdown:hover .vf-MainMenu-menu-item-dropdown-button i:before.fa-pull-left {
    margin-right: .3em
}

.vf-MainMenu-menu-item-dropdown:hover .vf-MainMenu-menu-item-dropdown-button i:before.fa-pull-right {
    margin-left: .3em
}

.vf-MainMenu-menu-item-dropdown:hover .vf-MainMenu-menu-item-dropdown-button i:before.pull-left {
    margin-right: .3em
}

.vf-MainMenu-menu-item-dropdown:hover .vf-MainMenu-menu-item-dropdown-button i:before.pull-right {
    margin-left: .3em
}

.vf-MainMenu-menu-item-dropdown:hover .vf-MainMenu-menu-item-dropdown-content {
    display: block
}

.vf-MainMenu-menu-item-dropdown-button {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    color: white;
    height: 100%;
    min-width: 160px
}

.vf-MainMenu-menu-item-dropdown-button i {
    font-size: .75rem;
    vertical-align: top;
    margin-left: 5px
}

.vf-MainMenu-menu-item-dropdown-button i:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    position: relative;
    left: 0;
    top: 0
}

.vf-MainMenu-menu-item-dropdown-button i:before.fa-pull-left {
    margin-right: .3em
}

.vf-MainMenu-menu-item-dropdown-button i:before.fa-pull-right {
    margin-left: .3em
}

.vf-MainMenu-menu-item-dropdown-button i:before.pull-left {
    margin-right: .3em
}

.vf-MainMenu-menu-item-dropdown-button i:before.pull-right {
    margin-left: .3em
}

.vf-MainMenu-menu-item-dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.vf-MainMenu-menu-item-dropdown a {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.vf-MainMenu-menu-item-dropdown a:hover {
    background-color: #292929;
    text-decoration: underline
}

.vf-MainMenu-menu-item-dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: white
}

.vf-MainMenu-menu-item-wrapper {
    white-space: nowrap;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    width: auto
}

.vf-MainMenu-menu-item-wrapper-dropdown {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: inline-block
}

.vf-MainMenu-menu-item:hover {
    text-decoration: underline
}

.vf-MainMenu-menu-item img {
    vertical-align: top;
    max-width: 100%;
    max-height: 140%
}

.vf-MainMenu-menu-item img:hover {
    opacity: .9
}

.vf-MainMenu-menu-item.active {
    color: white
}

.vf-MainMenu-menu-live-count {
    margin-left: 4px;
    color: black;
    font-weight: bold;
    border-radius: 4px;
    width: 20px;
    text-align: center;
    display: none;
    background-color: #ffe100
}

.vf-MainMenu-menu-live-count.has-live-matches {
    display: inline-block
}

.vf-MainMenu-logo {
    width: 0;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: width ease .2s, min-width ease .2s;
    transition: width ease .2s, min-width ease .2s
}

.vf-MainMenu-logo img {
    max-width: 100%;
    width: 198px
}

.vf-MainMenu.flying .vf-MainMenu-logo {
    width: 200px;
    min-width: 200px;
    height: 50px
}

.vf-MainMenu.flying .vf-MainMenu-content {
    padding-right: 50px
}

@media screen and (max-width: 1100px) {
    .vf-MainMenu-logo {
        padding-left: 20px
    }

    .vf-MainMenu-menu-item {
        font-size: .9rem
    }
}

@media screen and (max-width: 800px) {
    .vf-MainMenu-logo {
        display: none
    }

    .vf-MainMenu.hide {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .vf-MainMenu-menu {
        display: block;
        min-height: 50px
    }

    .vf-MainMenu-menu-item {
        padding-top: 10px;
        height: 50px;
        font-size: 1rem
    }

    .vf-MainMenu-menu-item-wrapper {
        padding: 0 16px
    }

    .vf-MainMenu.flying .vf-MainMenu-content {
        padding-right: 0
    }
}

@media screen and (max-width: 500px) {
    .vf-MainMenu.hide {
        -webkit-transform: translateY(-42px);
        transform: translateY(-42px)
    }

    .vf-MainMenu-menu {
        min-height: 42px
    }

    .vf-MainMenu-menu-item {
        padding-top: 6px;
        height: 42px;
        font-size: .95rem
    }

    .vf-MainMenu-menu-item-wrapper {
        padding: 0 13px
    }
}

.jacks .vf-MainMenu-menu-item-wrapper {
    background-color: red;
    border-radius: 30px;
    margin-right: 8px
}

.jacks .vf-MainMenu-menu-item-wrapper:before {
    font-size: medium;
    font-family: FontAwesome;
    content: "\f061"
}

.vf-MainSideBar {
    margin-left: 20px;
    width: 336px;
    min-width: 336px
}

@media screen and (max-width: 800px) {
    .vf-MainSideBar {
        display: none
    }
}

.vf-MainSideBar>*:not(:last-child) {
    margin-bottom: 30px
}

.vf-MainSideBar>.editorial-banner {
    display: inline-block
}

.vf-MainSideBar>.editorial-banner img {
    max-width: 100%
}

.vf-MainSideBar .fb-page {
    height: 400px
}

.vf-MainSideBar-LiveMatchesWidget {
    border: 1px solid #e9ebee;
    height: 570px
}

.vf-MainSideBar-LiveMatchesWidget iframe {
    height: 100%
}

@media screen and (max-width: 900px) {
    .vf-MainSideBar {
        margin-left: 15px
    }

    .vf-MainSideBar-item:not(:last-child) {
        margin-bottom: 15px
    }
}

.vf-MainContent-center-wrapper-bottom .vf-MainSideBar {
    margin-top: 20px
}

.vf-MainSideContent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: white;
    width: calc(100% - 336px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vf-MainSideContent>*:not(:last-child) {
    margin-bottom: 30px
}

.vf-MainSideContent .banner {
    padding: 0 !important
}

.vf-MainSideContent-list {
    padding: 0 20px
}

.vf-MainSideContent-list>*:not(:last-child) {
    padding-bottom: 30px
}

.vf-MainSideContent-ArticleList {
    background-color: #ffffff
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 500px) {
    .vf-MainSideContent {
        display: block;
        width: 100%
    }
}

.content-single .vf-MainSideContent-ArticleList {
    background-image: url('../img/top-shadow-1.png');
    background-repeat: repeat-x;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: bottom center;
    background-color: #fefefe
}

.vf-social-button {
    text-align: center;
    position: relative;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vf-social-button span {
    color: white
}

.vf-social-button span+span {
    padding-left: 8px
}

.vf-social-button.vf-facebook span:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09a";
    position: relative;
    left: 0;
    top: 0
}

.vf-social-button.vf-facebook span:first-child:before.fa-pull-left {
    margin-right: .3em
}

.vf-social-button.vf-facebook span:first-child:before.fa-pull-right {
    margin-left: .3em
}

.vf-social-button.vf-facebook span:first-child:before.pull-left {
    margin-right: .3em
}

.vf-social-button.vf-facebook span:first-child:before.pull-right {
    margin-left: .3em
}

.vf-facebook-colored span:first-child {
    color: #506eaa;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vf-facebook-colored span:first-child:hover {
    color: #405887
}

.vf-facebook-white span:first-child {
    color: #ffffff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vf-facebook-white span:first-child:hover {
    color: #e6e6e6
}

.vf-social-button.vf-twitter img {
    vertical-align: middle;
    height: 26px;
    width: 25px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

.vf-social-button.vf-twitter img:hover {
    opacity: .6
}

.vf-social-button.vf-twitter span:first-child {
    color: #79b8e6;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vf-social-button.vf-twitter span:first-child:hover {
    color: #a4cfee
}

.vf-social-button.vf-twitter span:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f099";
    position: relative;
    left: 0;
    top: 0
}

.vf-social-button.vf-twitter span:first-child:before.fa-pull-left {
    margin-right: .3em
}

.vf-social-button.vf-twitter span:first-child:before.fa-pull-right {
    margin-left: .3em
}

.vf-social-button.vf-twitter span:first-child:before.pull-left {
    margin-right: .3em
}

.vf-social-button.vf-twitter span:first-child:before.pull-right {
    margin-left: .3em
}

.vf-social-button.vf-whatsapp span:first-child {
    color: #48bb00;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.vf-social-button.vf-whatsapp span:first-child:hover {
    color: #56df00
}

.vf-social-button.vf-whatsapp span:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f232";
    position: relative;
    left: 0;
    top: 0
}

.vf-social-button.vf-whatsapp span:first-child:before.fa-pull-left {
    margin-right: .3em
}

.vf-social-button.vf-whatsapp span:first-child:before.fa-pull-right {
    margin-left: .3em
}

.vf-social-button.vf-whatsapp span:first-child:before.pull-left {
    margin-right: .3em
}

.vf-social-button.vf-whatsapp span:first-child:before.pull-right {
    margin-left: .3em
}

.vf-social-button.vf-instagram span:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
    position: relative;
    left: 0;
    top: 0
}

.vf-social-button.vf-instagram span:first-child:before.fa-pull-left {
    margin-right: .3em
}

.vf-social-button.vf-instagram span:first-child:before.fa-pull-right {
    margin-left: .3em
}

.vf-social-button.vf-instagram span:first-child:before.pull-left {
    margin-right: .3em
}

.vf-social-button.vf-instagram span:first-child:before.pull-right {
    margin-left: .3em
}

.vf-promolink {
    display: none
}

.vf-promolink a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vf-promolink-text {
    color: #00a833;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: underline
}

.vf-promolink-logo {
    background-image: url('../img/logo-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 68px;
    height: 120px;
    -webkit-background-size: auto 65%;
    background-size: auto 65%;
    width: 20px;
    min-width: 20px;
    height: 32px
}

.vf-MainSideContent[size~='500'] .vf-promolink-text {
    font-size: .8em
}

.vf-MainSideContent[size~='500'] .vf-promolink a {
    margin: 18px 0
}

.vf-fb-page {
    border: 1px solid #e9ebee
}

.vf-yellow-button {
    background-color: #ffe100;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 3px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    color: black
}

.vf-yellow-button:hover {
    background-color: #ffe733
}

.vf- .title-box {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 20px
}

@media screen and (max-width: 500px) {
    .vf- .title-box {
        font-size: .9rem;
        padding: 8px 16px
    }
}

.vf- .title-box[href] {
    text-decoration: underline
}

.vf-title-box-yellow {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 20px;
    background-color: #ffe100;
    color: black
}

@media screen and (max-width: 500px) {
    .vf-title-box-yellow {
        font-size: .9rem;
        padding: 8px 16px
    }
}

.vf-title-box-yellow[href] {
    text-decoration: underline
}

.vf-title-box-black {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 20px;
    background-color: black;
    color: white
}

@media screen and (max-width: 500px) {
    .vf-title-box-black {
        font-size: .9rem;
        padding: 8px 16px
    }
}

.vf-title-box-black[href] {
    text-decoration: underline
}

.vf-title-box-red {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 10px 20px;
    background-color: #ef0000;
    color: white
}

@media screen and (max-width: 500px) {
    .vf-title-box-red {
        font-size: .9rem;
        padding: 8px 16px
    }
}

.vf-title-box-red[href] {
    text-decoration: underline
}

@media screen and (max-width: 500px) {
    .vf-title-box-red {
        font-size: .9rem;
        padding: 8px 16px
    }
}

.vf-title-box-red[href] {
    text-decoration: underline
}

.vf-title-no-background {
    font-weight: bold;
    font-size: 1.5em
}

@media screen and (max-width: 500px) {
    .vf-title-no-background {
        font-size: 1.25em
    }
}

.vf-header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 500px) {
    .vf-header-flex h2 {
        font-size: 1.25em
    }
}

.vf-fc-video-header {
    max-width: 725px
}

.vf-fc-video-header h2 {
    margin-bottom: 10px
}

.vf-fc-video-header img {
    margin: 0 0 10px auto;
    height: 35px
}

.vf-search-no-results {
    min-height: 50%;
    background-color: white;
    padding: 30px 70px
}

@media screen and (max-width: 500px) {
    .vf-search-no-results {
        padding: 0 30px;
        padding-top: 22px;
        padding-bottom: 22px
    }
}

.vf-white-input {
    padding: 0 10px;
    margin-right: 10px;
    background-color: white;
    border-radius: 4px
}

.vf-GoogleAds-overlay {
    z-index: 1000000100;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    background-color: rgba(1, 1, 1, 0.7);
    padding: 2px;
    color: white
}

.vf-GoogleAds-overlay div {
    margin: 0 !important
}

.vf-block {
    display: block
}

.vf-Plista {
    background-color: white
}

.vf-Loader {
    text-align: center
}

.vf-icon-trending {
    background-image: url('../img/trending-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 21px
}

.vf-icon-trending-yellow {
    background-image: url('../img/trending-icon-yellow.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 21px
}

.vf-icon-arrow-down:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-arrow-down:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-arrow-down:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-arrow-down:before.pull-left {
    margin-right: .3em
}

.vf-icon-arrow-down:before.pull-right {
    margin-left: .3em
}

.vf-icon-arrow-left:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-arrow-left:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-arrow-left:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-arrow-left:before.pull-left {
    margin-right: .3em
}

.vf-icon-arrow-left:before.pull-right {
    margin-left: .3em
}

.vf-icon-arrow-right:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-arrow-right:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-arrow-right:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-arrow-right:before.pull-left {
    margin-right: .3em
}

.vf-icon-arrow-right:before.pull-right {
    margin-left: .3em
}

.vf-icon-search:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-search:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-search:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-search:before.pull-left {
    margin-right: .3em
}

.vf-icon-search:before.pull-right {
    margin-left: .3em
}

.vf-icon-home:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f015";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-home:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-home:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-home:before.pull-left {
    margin-right: .3em
}

.vf-icon-home:before.pull-right {
    margin-left: .3em
}

.vf-icon-play-circle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f144";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-play-circle:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-play-circle:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-play-circle:before.pull-left {
    margin-right: .3em
}

.vf-icon-play-circle:before.pull-right {
    margin-left: .3em
}

.vf-icon-video:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f03d";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-video:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-video:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-video:before.pull-left {
    margin-right: .3em
}

.vf-icon-video:before.pull-right {
    margin-left: .3em
}

.vf-icon-arrows-left:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f100";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-arrows-left:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-arrows-left:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-arrows-left:before.pull-left {
    margin-right: .3em
}

.vf-icon-arrows-left:before.pull-right {
    margin-left: .3em
}

.vf-icon-loader {
    font-size: 1.5rem
}

.vf-icon-loader:before {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.vf-icon-loader:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-loader:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-loader:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-loader:before.pull-left {
    margin-right: .3em
}

.vf-icon-loader:before.pull-right {
    margin-left: .3em
}

.vf-icon-refresh {
    font-size: 1.5rem
}

.vf-icon-refresh:before {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.vf-icon-refresh:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-refresh:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-refresh:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-refresh:before.pull-left {
    margin-right: .3em
}

.vf-icon-refresh:before.pull-right {
    margin-left: .3em
}

.vf-icon-arrows-right:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-arrows-right:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-arrows-right:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-arrows-right:before.pull-left {
    margin-right: .3em
}

.vf-icon-arrows-right:before.pull-right {
    margin-left: .3em
}

.vf-icon-arrows-up:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f102";
    position: relative;
    left: 0;
    top: 0
}

.vf-icon-arrows-up:before.fa-pull-left {
    margin-right: .3em
}

.vf-icon-arrows-up:before.fa-pull-right {
    margin-left: .3em
}

.vf-icon-arrows-up:before.pull-left {
    margin-right: .3em
}

.vf-icon-arrows-up:before.pull-right {
    margin-left: .3em
}

.vf-icon-logo {
    background-image: url('../img/logo-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 68px;
    height: 120px
}

.vf-SearchField {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vf-SearchField form {
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 220px
}

.vf-SearchField-field {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 18px;
    background-color: white
}

.vf-SearchField input {
    height: 100%
}

.vf-SearchField-text {
    padding: 9px;
    font-size: .9rem
}

.vf-SearchField.focus .vf-SearchField-submit-icon {
    color: #4d4d4d
}

.vf-SearchField.focus .vf-SearchField-field {
    position: relative;
    border-color: #4d4d4d
}

.vf-SearchField-submit,
.vf-SearchField-submit-icon {
    position: absolute
}

.vf-SearchField-submit {
    z-index: 2;
    width: 30px;
    right: 0;
    top: 0
}

.vf-SearchField-submit-icon {
    color: #d6d6d6;
    right: 8px;
    top: 8px
}

.vf-SearchField-toggle {
    width: 50px
}

.vf-SearchField-toggle {
    display: none
}

@media screen and (max-width: 800px) {
    .vf-SearchField {
        display: none
    }
}

.vf-SearchField.flying {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.vf-SearchField.flying form {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
    padding-right: 10px
}

.vf-SearchField.flying.opened form {
    opacity: 1;
    pointer-events: all
}

@media screen and (max-width: 500px) {
    .vf-SearchField.flying {
        top: 0
    }
}

.vf-SearchField.flying.opened {
    background-color: white
}

.vf-SearchField.flying .vf-SearchField-toggle {
    display: block
}

.vf-SearchField.flying .vf-SearchField-toggle {
    font-size: 1rem;
    color: black
}

@media screen and (max-width: 800px) {
    .vf-SearchField.flying {
        display: none
    }

    .vf-SearchField-text {
        padding: 6px
    }

    .vf-SearchField-submit-icon {
        top: 5px
    }
}

.vf-SearchField.opened {
    z-index: 1
}

.vf-SearchField.opened .vf-SearchField-toggle {
    display: none
}

.vf-TopHeader .vf-SearchField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.vf-TopHeader .vf-SearchField form {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
    padding-right: 10px
}

.vf-TopHeader .vf-SearchField.opened form {
    opacity: 1;
    pointer-events: all
}

@media screen and (max-width: 500px) {
    .vf-TopHeader .vf-SearchField {
        top: 0
    }
}

.vf-TopHeader .vf-SearchField-toggle {
    display: block
}

.vf-TopHeader .vf-SearchField-toggle {
    pointer-events: all;
    font-size: 1.4rem;
    color: black
}

.vf-TopHeader .vf-SearchField.opened {
    pointer-events: all;
    background-color: #ffe100
}

.vf-TopHeader .vf-SearchField form {
    max-width: 97%;
    width: 60%
}

@media screen and (max-width: 800px) {
    .vf-TopHeader .vf-SearchField {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 500px) {
    .vf-TopHeader .vf-SearchField-field {
        height: 42px
    }

    .vf-TopHeader .vf-SearchField-submit-icon {
        top: 8px
    }
}

.vf-SocialBar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vf-SocialBar-content button span:first-child {
    font-size: 1.9rem
}

.vf-SocialBar-whatsapp {
    display: none
}

@media screen and (max-width: 500px) {
    .vf-SocialBar-whatsapp {
        display: inline
    }
}

@-webkit-keyframes transition-in {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes transition-in {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    25% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg)
    }

    75% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg)
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    25% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg)
    }

    75% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg)
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
}

.vf-StickyTextAds {
    position: fixed;
    bottom: 0;
    z-index: 10;
    -webkit-animation: transition-in .5s ease-out 1s forwards;
    animation: transition-in .5s ease-out 1s forwards;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-decoration: underline
}

.vf-StickyTextAds .content {
    display: inline-block;
    vertical-align: bottom
}

@media screen and (max-width: 500px) {
    .vf-StickyTextAds .content {
        display: block
    }
}

.vf-StickyTextAds .icon {
    text-align: center;
    width: 40px;
    min-width: 40px
}

.vf-StickyTextAds .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.vf-StickyTextAds[data-theme='news'] {
    background-color: #ffe100
}

.vf-StickyTextAds[data-theme='news'] .content {
    padding: 12px
}

.vf-StickyTextAds[data-theme='news'] a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vf-StickyTextAds[data-theme='news'] .icon {
    font-size: 22px;
    padding-right: 10px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: shake 1s ease-out 2s forwards;
    animation: shake 1s ease-out 2s forwards
}

.vf-StickyTextAds[data-theme='news'] .icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    position: relative;
    left: 0;
    top: 0
}

.vf-StickyTextAds[data-theme='news'] .icon:before.fa-pull-left {
    margin-right: .3em
}

.vf-StickyTextAds[data-theme='news'] .icon:before.fa-pull-right {
    margin-left: .3em
}

.vf-StickyTextAds[data-theme='news'] .icon:before.pull-left {
    margin-right: .3em
}

.vf-StickyTextAds[data-theme='news'] .icon:before.pull-right {
    margin-left: .3em
}

.vf-StickyTextAds[data-theme='toto'] a,
.vf-StickyTextAds[data-theme='unibet'] a,
.vf-StickyTextAds[data-theme='jacks'] a {
    display: block;
    color: white
}

.vf-StickyTextAds[data-theme='toto'] a>*,
.vf-StickyTextAds[data-theme='unibet'] a>*,
.vf-StickyTextAds[data-theme='jacks'] a>* {
    display: table-cell
}

.vf-StickyTextAds[data-theme='toto'] .icon,
.vf-StickyTextAds[data-theme='unibet'] .icon,
.vf-StickyTextAds[data-theme='jacks'] .icon {
    background-repeat: no-repeat;
    background-position: center center
}

.vf-StickyTextAds[data-theme='toto'] .title,
.vf-StickyTextAds[data-theme='unibet'] .title,
.vf-StickyTextAds[data-theme='jacks'] .title {
    padding: 12px 12px 12px 12px
}

.vf-StickyTextAds[data-theme='toto'] {
    background-color: #227d38
}

.vf-StickyTextAds[data-theme='toto'] a {
    border: 1px solid #227d38
}

.vf-StickyTextAds[data-theme='toto'] .icon {
    background-color: white;
    background-image: url('../img/promotion/text-link-toto-logo.png?v=2');
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
    width: 70px
}

.vf-StickyTextAds[data-theme='unibet'] {
    background-color: #147b45
}

.vf-StickyTextAds[data-theme='unibet'] .icon {
    background-image: url('../img/promotion/text-link-unibet-logo.png');
    -webkit-background-size: auto 40px;
    background-size: auto 40px;
    width: 50px
}

.vf-StickyTextAds[data-theme='jacks'] {
    background-color: #db0812
}

.vf-StickyTextAds[data-theme='jacks'] .icon {
    background-image: url('../img/promotion/text-link-jacks-logo.png');
    width: 156px;
    height: 36px;
    -webkit-background-size: contain;
    background-size: contain
}

.vf-TopHeader {
    height: 100px;
    background: #ffe100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.vf-TopHeader-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px
}

.vf-TopHeader-logo {
    display: block;
    text-align: center;
    width: 240px;
    max-width: 50%
}

.vf-TopHeader-home {
    display: none;
    color: white;
    font-size: 1.4rem;
    left: 0;
    line-height: 60px;
    width: 60px;
    text-align: center;
    position: absolute
}

@media screen and (max-width: 1100px) {
    .vf-TopHeader {
        height: 90px;
        border-bottom-width: 8px
    }
}

@media screen and (max-width: 800px) {
    .vf-TopHeader {
        height: 90px;
        border-bottom-width: 8px
    }
}

@media screen and (max-width: 500px) {
    .vf-TopHeader {
        height: 67px;
        border-bottom-width: 5px
    }
}

.d-center {
    text-align: center
}

[data-ref='email-unsubscribe'] {
    cursor: pointer;
    text-decoration: underline
}

.plista_widget_belowArticle .itemTitle {
    font-family: OpenSans !important;
    font-size: .9rem !important
}