html, body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 160% !important;
    color: #000 !important;
    background-color: #fff;
    box-sizing: border-box;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none !important;
}

.vt-borders {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 0;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}

#header-inner {
    display: flex;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: all 0.3s;
}

.header-expanded {
    margin-top: 20px;
    transition: all 0.3s;
}

#header-left {
    width: 30%;
    border-right: 2px solid #000;
}

#header-left img {
    margin: 30px 0;
    width: 90%;
}

#header-right {
    width: 70%;
}

#header-right-top {
    display: flex;
    border-bottom: 2px solid #000;
    height: 50%;
    ;
}

#top-left {
    width: 70%;
    border-right: 2px solid #000;
    text-align: center;
}

#top-left img {
    margin-top: 18.5px;
    width: 50%;
}

#top-right {
    width: 30%;
}

#header-right-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#vt-language {
    width: 50%;
    text-align: center;
}

.lang-active {
    font-weight: 700;
}

#vt-social {
    width: 50%;
}

#vt-social ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#vt-social ul li {
    display: inline-block;
    padding-left: 12px;
}

#vt-social ul li img {
    width: 18px;
}

#vt-wrapper {
    padding-top: 240px;
    margin-bottom: 40px;
}

#homepage-image img {
    width: 100%;
}

#homepage-text h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

#vt-league h1 {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#vt-league .category-desc {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

.vt-league-items {
    margin-top: 180px;
}

.vt-club {
    margin-bottom: 150px;
    position: relative;
}

.vt-title {
    text-align: center;
}

.vt-club-image {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -70%);
    width: 33.33%;
}
.vt-club-title h3 {
    border-bottom: 2px solid #000;
    font-size: 34px;
    z-index: 100;
}
.vt-club-title h3 a {

    z-index: 100;
}
.vt-club-image-over {
    display: none;
}

.vt-club:hover > .vt-club-image-over {
    display: block;
}
.vt-club:hover .vt-club-title a {
    color: #ff1900 !important;
}

.vt-club-image img {
    margin: auto;
    width: 83.33%;
}
#vt-single-player {
    margin-bottom: 40px;
    position: relative;
}
.vt-player-image img {
    width: 100%;
}
.player-role {

    text-decoration: underline;
}
.vt-readmore {
    position: relative;
    bottom: 0;
    left: 33.33%;
    margin-left: 10px;
    margin-top: -20px;
    max-width: 200px;
}
.vt-item {
    margin-bottom: 40px;
}
.vt-player-info {
    padding-bottom: 30px;
}
.row1, .row2 {
    text-align: center;
}
#vt-partners {
    text-align: center;
    margin: 30px 0;
}
#vt-partners img {
    margin: 8px;
    width: 10%;
    min-width: 140px;
}
#vt-partners .row1 {
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.vt-program {
    height: 400px;
    background-image: url(/images/temporanee/immagini-programma1.jpg);
    background-position: center center;
    background-size: cover;
}
.vt-program a {
    display: block;
    width: 100%;
    height: 100%;
}
.vt-league-content .img-responsive {
    opacity: 0;
}

.vt-2colsNO img, .vt-2cols img {
    max-width: 100%;
}