﻿@charset "UTF-8";

body {
    min-width: 320px;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-display: block;
}

a {
    color: #2b8b4a;
}

main.homepage {
    overflow-x: hidden;
}

hr {
    border-top: 1px solid #dddddd;
}

[class*="col-"].no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    line-height: inherit;
}

iframe {
    width: 100%;
}

@media only screen and (max-width : 414px) {
    iframe {
        height: 400px;
    }
}


.testo.testo-responsive,
.contenuto {
    overflow: hidden;
    -webkit-transition: all .7s cubic-bezier(0.1, 0.82, 0.25, 1);
    -o-transition: all .7s cubic-bezier(0.1, 0.82, 0.25, 1);
    -moz-transition: all .7s cubic-bezier(0.1, 0.82, 0.25, 1);
    transition: all .7s cubic-bezier(0.1, 0.82, 0.25, 1);
}

a[data-readmore-toggle] {
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
    color: #9fc54d;
    margin-bottom: 20px;
}

blockquote {
    border-left: none;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #2b8b4a;
    font-family: "Korolev-condensed";
    font-display: block;
    font-size: 27px;
    font-weight: bold;
    position: relative;
}

    blockquote::after {
        content: "";
        border-bottom: 3px solid #9fc54d;
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        margin-top: 20px;
    }

    blockquote::before {
        content: "";
        border-top: 3px solid #9fc54d;
        width: 300px;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        margin-top: -20px;
    }

    blockquote p {
        margin: 0px !important;
    }

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 50px auto;
    -webkit-animation: spin 0.3s linear infinite;
    -moz-animation: spin 0.3s linear infinite;
    -o-animation: spin 0.3s linear infinite;
    animation: spin 0.3s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.errorF {
    border: 2px solid red;
}

.errorL {
    color: red;
}

.block-error {
    margin-bottom: 40px;
    margin-top: 40px;
}

.slider-home .slick-next.slick-arrow {
    right: 10px;
    top: 50%;
    opacity: 0;
    width: auto;
    height: auto;
}

    .slider-home .slick-next.slick-arrow::before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 9vw;
    }

.slider-home .slick-prev.slick-arrow::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 9vw;
}

.slider-home .slick-prev.slick-arrow {
    left: 10px;
    top: 50%;
    z-index: 1;
    opacity: 0;
    width: auto;
    height: auto;
}

@media (max-width: 1024px) {
    .slider-home .slick-next.slick-arrow {
        top: 43%;
    }

    .slider-home .slick-prev.slick-arrow {
        top: 43%;
    }
}

@media (max-width: 768px) {
    .slider-home .slick-next.slick-arrow {
        top: 46%;
    }

    .slider-home .slick-prev.slick-arrow {
        top: 46%;
    }
}

.reset-ul {
    list-style: none;
    padding: 0;
}

.flex-center-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ul2columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 500px;
}

.sidebarpage-container h2 {
    font-family: "korolev-condensed";
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-top: 35px;
    margin-bottom: -15px;
    line-height: 38px;
}

.description.testo-responsive > h3 {
    font-family: "korolev-condensed";
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-bottom: 25px;
    line-height: 38px;
}

.testo-responsive {
    font-family: "Raleway";
    color: #666666;
    font-weight: 400;
    font-size: 16px;
}

@media(max-width: 767px) {
    .testo-responsive {
        line-height: 19px;
        font-size: 15px;
    }
}

.sottotitolo-responsive {
    font-size: 24px;
}

@media(max-width: 1600px) {
    .sottotitolo-responsive {
        font-size: 1.7vw;
    }
}

@media(max-width: 1200px) {
    .sottotitolo-responsive {
        font-size: 25px;
    }
}

@media(max-width: 767px) {
    .sottotitolo-responsive {
        font-size: 24px;
    }
}

.sottotitolo {
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
}

.titolo-responsive {
    color: black;
    font-size: 60px;
    line-height: 60px;
}

@media(max-width: 1600px) {
    .titolo-responsive {
        font-size: 4.3vw;
    }
}

@media(max-width: 1200px) {
    .titolo-responsive {
        font-size: 50px;
        line-height: 50px;
    }
}

@media(max-width: 767px) {
    .titolo-responsive {
        font-size: 40px;
    }
}

.titolo-responsive.center {
    text-align: center;
}

.korolev {
    font-family: "korolev-condensed";
    font-weight: bold;
    text-transform: uppercase;
}

.white {
    color: white;
}

input[type=checkbox].custom-checkbox {
    display: none;
}

    input[type=checkbox].custom-checkbox + label::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        vertical-align: middle;
        margin-right: 8px;
        background-color: white;
        -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    input[type=checkbox].custom-checkbox + label .testo {
        font-size: 13px;
        font-weight: lighter;
        font-family: "Raleway";
    }

        input[type=checkbox].custom-checkbox + label .testo > a {
            color: white;
            text-decoration: underline;
        }

    input[type=checkbox].custom-checkbox:checked + label::before {
        font-family: FontAwesome;
        content: "";
        color: black;
        background-color: white;
        text-align: center;
        line-height: 18px;
        font-size: 13px;
        text-shadow: 0px 0px 3px #eee;
    }

#wrapper {
    max-width: 1920px;
    margin: auto;
}


/* Header */

@media(min-width: 992px) {
    .header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 94px;
    background-color: #ffffff;
    margin: 0 auto;
    /*width: 320px;*/
}

    .logo img {
        max-width: 100%;
        height: auto;
    }

@media(max-width: 1200px) {
    .logo {
        width: 250px;
    }
}

.btn.btn-scopri {
    font-family: "korolev-condensed", sans-serif;
    color: black;
    background-color: #FFA300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    padding: 10px 60px;
}

@media(max-width: 767px) {
    .btn.btn-scopri {
        padding: 5px 50px;
        font-size: 18px;
    }
}

.margin-top-bottom-35 {
    margin-top: 35px;
}

nav {
    background-color: white;
}

    nav .topbar {
        background-color: #eeeeee;
        padding: 0px;
        font-family: "korolev", sans-serif;
        text-transform: uppercase;
        color: #666666;
        font-size: 13px;
    }

        nav .topbar .icon-lucchetto {
            font-size: 18px;
            vertical-align: sub;
            margin-right: 5px;
            color: black;
            font-weight: 500;
        }

        nav .topbar .pull-right ul.navbar-nav a {
            color: black;
        }

        nav .topbar .navbar-nav > li > a {
            padding-top: 7px;
            padding-bottom: 6px;
            color: #666666;
        }

        nav .topbar .navbar-nav > li:first-child {
            margin-left: 10px;
        }

        nav .topbar .navbar-nav > li::before {
            content: "/";
            position: absolute;
            top: 8px;
            left: 0px;
        }

        nav .topbar .nav > li > a:hover {
            background-color: transparent;
        }

.nav > li > a:focus {
    background-color: transparent;
}

nav .topbar .navbar-nav > li:first-child::before {
    content: "";
}

nav .menucontainer {
    width: 100%;
}

.menucontainer > .sottomenu:hover > div {
    max-height: 100vw;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

.sottomenu .opzioneS:hover .terzo-menu {
    padding: 0px 20px;
    width: 130px;
}

.sottomenu .second-menu {
    position: absolute;
    top: 57px;
    left: -20px;
    line-height: 34px;
    max-height: 0;
    overflow: hidden;
    z-index: 99999999;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 0px 20px;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .2);
}

.lista-menu-secondari {
    list-style: none;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 16px;
    white-space: nowrap;
    min-width: 176.688px;
}

.second-menu a {
    color: inherit;
}

    .second-menu a:hover {
        color: inherit;
        border-bottom: 3px solid #8DC442;
        text-decoration: none;
    }

.lista-menu-terziari {
    list-style: none;
    padding-top: 10px;
    padding-left: 0;
    width: 192px;
}

.opzioneS {
    position: relative;
    margin-right: -20px;
}

.terzo-menu {
    position: absolute;
    top: 0;
    left: 197px;
    line-height: 35px;
    height: 160px;
    overflow: hidden;
    width: 0px;
    z-index: 99999999;
    background-color: #fff;
    transition: all .6s;
    box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.2);
}

nav .menu {
    background-color: #ffffff;
    padding: 0px;
    font-family: "korolev-condensed", sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
}

    nav .menu .search {
        position: relative;
        bottom: 0px;
        height: 64px;
        visibility: collapse;
    }

    nav .menu .menucontainer {
        margin-left: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    nav .menu .navbar-nav.menucontainer > li {
        margin: 0px 24px 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 0px solid white;
    }

    nav .menu .navbar-nav > li > a {
        color: black;
        padding-left: 0px;
        padding-right: 0px;
    }

    nav .menu .navbar-nav > li:hover::before {
        border-bottom: 3px solid #8DC442;
        -webkit-transition: border-bottom-color 0.2s linear;
        -o-transition: border-bottom-color 0.2s linear;
        -moz-transition: border-bottom-color 0.2s linear;
        transition: border-bottom-color 0.2s linear;
        content: "";
        border-bottom: 3px solid #8DC442;
        transition: border-bottom-color 0.2s linear;
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -7px;
    }

    nav .menu .navbar-nav > li.active::before {
        border-bottom: 3px solid #8DC442;
        -webkit-transition: border-bottom-color 0.2s linear;
        -o-transition: border-bottom-color 0.2s linear;
        -moz-transition: border-bottom-color 0.2s linear;
        transition: border-bottom-color 0.2s linear;
        content: "";
        border-bottom: 3px solid #8DC442;
        transition: border-bottom-color 0.2s linear;
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -7px;
    }

    nav .menu .navbar-nav > li > a:hover {
        background-color: transparent;
    }

    nav .menu .searchbar {
        background-color: #9fc54d;
        height: 100%;
    }

        nav .menu .searchbar form {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    nav .menu input.searchinput {
        color: white;
        margin-left: 10px;
        font-size: 13px;
        font-family: "korolev", sans-serif;
        font-weight: 100;
        text-transform: uppercase;
        border-color: transparent;
        background-color: transparent;
        width: 130px;
    }

        nav .menu input.searchinput::-webkit-input-placeholder {
            color: white;
        }

        nav .menu input.searchinput:-moz-placeholder {
            color: white;
        }

        nav .menu input.searchinput::-moz-placeholder {
            color: white;
        }

        nav .menu input.searchinput:-ms-input-placeholder {
            color: white;
        }

        nav .menu input.searchinput::placeholder {
            color: white;
        }

        nav .menu input.searchinput:focus {
            outline: none;
        }

    nav .menu button.icon-cerca {
        background-color: transparent;
        border: none;
        vertical-align: sub;
        margin: 0px 15px;
        font-size: 20px;
    }

        nav .menu button.icon-cerca:focus {
            outline: none;
        }

.searchblock-mb {
    position: absolute;
    left: 0px;
    height: 66px;
    background-color: #9fc54d;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    display: none;
    width: 100vw;
    z-index: 1000;
}

    .searchblock-mb input.searchinput {
        background-color: #9fc54d;
        outline: none;
        border: none;
        width: 90%;
        margin-left: 20px;
        height: 4.2em;
        font-size: 15px;
        line-height: 33px;
        color: white;
        text-decoration: none;
    }

        .searchblock-mb input.searchinput::-webkit-input-placeholder {
            color: white;
        }

        .searchblock-mb input.searchinput:-moz-placeholder {
            color: white;
        }

        .searchblock-mb input.searchinput::-moz-placeholder {
            color: white;
        }

        .searchblock-mb input.searchinput:-ms-input-placeholder {
            color: white;
        }

        .searchblock-mb input.searchinput::placeholder {
            color: white;
        }


/* Responsive Header */

@media (max-width: 1400px) {
    nav .menu {
        font-size: 22px;
    }
}

@media (max-width: 1340px) {
    nav .menu .navbar-nav.menucontainer > li {
        margin: 0px 15px 0px;
    }

    .terzo-menu {
        left: 197px;
    }
}

@media (max-width: 1200px) {
    nav .menu {
        font-size: 18px;
    }

        nav .menu .navbar-nav.menucontainer > li {
            margin: 0px 13px 0px;
        }
}

nav .menuopener,
nav .searchbtn {
    display: none;
}

@media(max-width: 1024px) {
    nav .menu button.icon-cerca {
        margin: 0px 20px;
        margin-right: 0px;
    }

    nav .menu input.searchinput {
        width: 110px;
    }
}

@media (max-width: 991px) {
    .menuprincipale {
        position: relative;
    }

    .logo {
        width: 250px;
        position: relative;
        left: 50%;
        margin-left: -120px;
    }

    nav .menu,
    nav .topbar {
        display: none;
    }

    nav .menuopener,
    nav .searchbtn {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -18px;
        font-size: 35px;
    }

    nav .menuopener {
        left: 25px;
        font-size: 34px;
        line-height: 15px;
    }

    nav .searchbtn {
        right: 25px;
        font-size: 24px;
        line-height: 36px;
    }

    .searchbtn .icon-cerca:before {
        color: black;
    }
}

.ricerca-page .testataist .search-form button[type="submit"] {
    position: relative;
}

.ricerca-header button.icon-cerca:before {
    position: absolute;
    left: 12px;
    top: 14px;
}

@media (max-width: 375px) {
    nav .menuopener {
        left: 10px;
        font-size: 25px;
        line-height: 26px;
    }

    nav .searchbtn {
        right: 5px;
    }

    .logo {
        width: 200px;
        margin-left: -100px;
    }
}

.slider-home .testata img {
    width: 100%;
    height: auto;
}

.slider-home .testata .img-box {
    position: relative;
}

    .slider-home .testata .img-box .text-container {
        position: absolute;
        bottom: 0;
    }

.slider-home .testata .container-text {
    font-family: "raleway", sans-serif;
    position: absolute;
    z-index: 10;
    color: white;
}

    .slider-home .testata .container-text p {
        margin: 0;
    }

    .slider-home .testata .container-text .actionbtn .btn.btn-action {
        position: absolute;
        left: 0px;
        margin-top: 30px;
        background-color: #FFA300;
        font-size: 22px;
        color: black;
        text-transform: uppercase;
        font-weight: 600;
        padding: 7px 53px;
        font-family: "korolev-condensed", sans-serif;
    }

        .slider-home .testata .container-text .actionbtn .btn.btn-action:focus,
        .slider-home .testata .container-text .actionbtn .btn.btn-action:active {
            outline: none;
        }

@media(max-width: 450px) {
    .slider-home .testata .container-text .actionbtn .btn.btn-action {
        left: 50%;
        margin-left: -112px;
    }
}

.slider-home .testata.layout-1 .container-text {
    bottom: 140px;
    right: 15vw;
    padding: 15px 30px;
    text-align: center;
    font-size: 23px;
    background-color: rgba(0, 123, 58, 0.86);
    max-width: 360px;
}

@media(max-width: 450px) {
    .slider-home .testata.layout-1 .container-text {
        display: block;
        width: 100%;
        max-width: 100%;
        right: 0px;
    }
}

.slider-home .testata.layout-2 .container-text {
    bottom: 160px;
    right: 18.5vw;
    max-width: 400px;
    font-size: 23px;
}

@media(max-width: 450px) {
    .slider-home .testata.layout-2 .container-text {
        display: block;
        width: 100%;
        max-width: 100%;
        right: 0px;
    }
}

.container-video {
    height: 100%;
}

.video-box {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.slider-home .video-box {
    padding-bottom: inherit;
    height: 100%;
}

.video-box iframe.video-embedded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.html5-video-player .video-stream {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}

.categorie-block {
    margin-top: 10px;
}

    .categorie-block .home-index1 {
        z-index: 1;
    }

    .categorie-block .home-index2 {
        z-index: 2;
    }

@media(max-width:767px) {
    .categorie-block .home-index2 {
        margin-bottom: 10px;
    }
}

.categorie-block .titolo-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: url("../images/perfetta.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    max-width: 320px;
}

.categorie-block .titolo-container .titolo-categorie {
    padding: 26px 20px 26px 20px;
    font-size: 42px;
    font-weight: bold;
    font-family: "korolev-condensed", sans-serif;
    line-height: 50px;
    text-transform: uppercase;
    color: white;
}

@media(max-width: 1600px) {
    .categorie-block .titolo-container .titolo-categorie {
        font-size: 2.5vw;
    }
}

@media(max-width: 1200px) {
    .categorie-block .titolo-container .titolo-categorie {
        font-size: 3.2vw;
        line-height: 30px;
    }
}

@media(max-width: 991px) {
    .categorie-block .titolo-container .titolo-categorie {
        font-size: 3.5vw;
    }
}

@media(max-width: 767px) {
    .categorie-block .titolo-container .titolo-categorie {
        font-size: 25px;
        text-align: center;
    }
}

.categorie-block .slider-categorie .slick-list {
    overflow: visible;
}

.categorie-block .slider-categorie .categoria-container {
    position: relative;
}

    .categorie-block .slider-categorie .categoria-container div:focus {
        outline: none;
    }

@media(max-width: 1200px) {
    .categorie-block .slider-categorie .categoria-container {
        width: 300px;
    }

        .categorie-block .slider-categorie .categoria-container img {
            width: 100%;
        }
}

.categorie-block .slider-categorie .categoria-container .second-container {
    position: absolute;
    bottom: 0px;
    opacity: 0;
    left: 2.9%;
    width: 97%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -84px 50px -7px inset;
}

    .categorie-block .slider-categorie .categoria-container .second-container .categoriadetails {
        width: 100%;
    }

        .categorie-block .slider-categorie .categoria-container .second-container .categoriadetails .catdescription {
            padding: 30px 75px 15px 20px;
            text-transform: uppercase;
            font-family: "korolev-condensed", sans-serif;
            font-size: 35px;
            line-height: 35px;
            font-weight: bold;
            color: white;
        }

@media(max-width: 1200px) {
    .categorie-block .slider-categorie .categoria-container .second-container .categoriadetails .catdescription {
        font-size: 25px;
        line-height: 25px;
    }

    .categorie-block .slider-categorie .categoria-container .second-container {
        width: 96%;
        left: 4.1%;
        box-shadow: rgba(0, 0, 0, .5) 0 -63px 50px -15px inset;
    }
}

.categorie-block .slider-categorie .categoria-container .second-container .categoriadetails .cataction {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #FAA300;
    padding: 10px 10px;
    line-height: 19px;
    font-size: 15px;
}

    .categorie-block .slider-categorie .categoria-container .second-container .categoriadetails .cataction:focus {
        outline: none;
    }

    .categorie-block .slider-categorie .categoria-container .second-container .categoriadetails .cataction a {
        text-decoration: none;
        color: black;
    }

        .categorie-block .slider-categorie .categoria-container .second-container .categoriadetails .cataction a:focus {
            outline: none;
        }

.container-fluid {
    min-height: 257px;
}

.categorie-block .slider-categorie .categoria-container .imgcategoria {
    padding-left: 12px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

@media (max-width: 767px) {
    .categorie-block .slider-categorie .categoria-container .imgcategoria img {
        object-fit: cover;
    }
}

.categorie-block .slider-categorie .categoria-container .imgcategoria:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    opacity: 1;
}

.categorie-block .slider-categorie .categoria-container .imgcategoria:focus {
    outline: none;
}

.categorie-block .slider-categorie .categoria-container:hover .second-container {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    opacity: 1;
}

.categorie-block .slider-categorie .categoria-container:hover .imgcategoria {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

    .categorie-block .slider-categorie .categoria-container:hover .imgcategoria img {
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 7px 12px 40px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.6) 7px 12px 40px 0px;
        box-shadow: rgba(0, 0, 0, 0.6) 7px 12px 40px 0px;
    }

.categorie-block .slider-categorie .categoria-container:focus {
    outline: none;
}

.categorie-block .slider-categorie .categoria-container.slick-center .second-container {
    opacity: 1;
}

.categorie-block .slider-categorie .categoria-container.slick-center .imgcategoria {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

    .categorie-block .slider-categorie .categoria-container.slick-center .imgcategoria img {
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 7px 12px 40px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.6) 7px 12px 40px 0px;
        box-shadow: rgba(0, 0, 0, 0.6) 7px 12px 40px 0px;
    }

.categorie-block .slider-categorie button.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    width: 60px;
    font-size: 0;
    height: 50%;
    background-color: #1C1C1C;
    border: none;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    bottom: 0px;
}

    .categorie-block .slider-categorie button.slick-next.slick-arrow::before {
        font: normal normal normal 30px/1 FontAwesome;
        color: white;
        content: "";
    }

    .categorie-block .slider-categorie button.slick-next.slick-arrow:focus,
    .categorie-block .slider-categorie button.slick-next.slick-arrow:active {
        outline: none;
    }

.categorie-block .slider-categorie button.slick-prev.slick-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    width: 60px;
    font-size: 0;
    height: 50%;
    background-color: #303030;
    border: none;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    top: 0px;
}

    .categorie-block .slider-categorie button.slick-prev.slick-arrow::before {
        color: white;
        font: normal normal normal 30px/1 FontAwesome;
        content: "";
    }

    .categorie-block .slider-categorie button.slick-prev.slick-arrow:focus,
    .categorie-block .slider-categorie button.slick-prev.slick-arrow:active {
        outline: none;
    }

.best-teams-container {
    background: url("../images/best-team-bg.jpg") no-repeat;
    background-position: bottom;
}

    .best-teams-container .best-teams {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

        .best-teams-container .best-teams .titolo-teams {
            font-family: "korolev-condensed", sans-serif;
            font-weight: bold;
            text-align: center;
            padding: 25px 0px;
        }

        .best-teams-container .best-teams .otherteams-container {
            margin-top: 2vw;
        }

            .best-teams-container .best-teams .otherteams-container .otherteams {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                background-color: white;
                min-height: 140px;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-justify-content: space-around;
                -ms-flex-pack: distribute;
                justify-content: space-around;
            }

                .best-teams-container .best-teams .otherteams-container .otherteams .otherteamlogo {
                    width: 90px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin: 10px 0px;
                }

                    .best-teams-container .best-teams .otherteams-container .otherteams .otherteamlogo img {
                        max-width: 100%;
                        margin: auto;
                        display: block;
                    }

            .best-teams-container .best-teams .otherteams-container .otherteamsbtn {
                background-color: white;
                height: 140px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center;
                text-decoration: none;
            }

@media(max-width: 991px) {
    .best-teams-container .best-teams .otherteams-container .otherteamsbtn {
        margin-top: 10px;
    }
}

.best-teams-container .best-teams .otherteams-container .otherteamsbtn .textother {
    width: 100%;
    color: #ababab;
    font-family: "korolev-condensed", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
}

    .best-teams-container .best-teams .otherteams-container .otherteamsbtn .textother a {
        color: #ababab;
        text-decoration: none;
    }

    .best-teams-container .best-teams .otherteams-container .otherteamsbtn .textother .pin {
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }

        .best-teams-container .best-teams .otherteams-container .otherteamsbtn .textother .pin .cerchio {
            height: 12px;
            width: 12px;
            background-color: #CFCFCF;
            display: inline-block;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
        }

.stadio {
    position: relative;
    max-width: 330px;
    margin-bottom: 20px;
}

    .stadio img {
        max-width: 100%;
    }

    .stadio .team {
        position: absolute;
        bottom: 15px;
        left: 15px;
        min-width: 110px;
    }

        .stadio .team .teamlogo {
            margin: 0 auto;
            display: block;
            background-color: white;
            width: 100px;
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
            min-height: 80px;
        }

            .stadio .team .teamlogo .logoelem {
                width: 100%;
                height: 80px;
                display: block;
                background-repeat: no-repeat;
                background-position: 50%;
            }

        .stadio .team .teamname {
            background-color: #303030;
            color: white;
            padding: 5px 10px;
            text-align: center;
            font-family: "raleway", sans-serif;
            font-size: 12px;
            line-height: 15px;
            font-weight: bold;
            text-transform: uppercase;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            max-width: 110px;
        }

            .stadio .team .teamname .teamsport {
                font-size: 9px;
                color: #929292;
                letter-spacing: 2px;
            }

.innovazione .contenuto {
    margin-bottom: 80px;
}

.row.equalheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media(max-width: 1200px) {
    .row.equalheight {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.prodotto-innovativo {
    margin-bottom: 30px;
}

@media(max-width: 1200px) {
    .prodotto-innovativo img {
        max-width: 100%;
    }
}

.prodotto-innovativo .descr-column,
.prodotto-innovativo .innovazione-column {
    position: relative;
    z-index: 999;
}

@media(min-width: 1200px) {
    .prodotto-innovativo .descr-column {
        min-height: 730px;
    }
}

@media(max-width:1200px) {
    .prodotto-innovativo .descr-column,
    .prodotto-innovativo .innovazione-column {
        margin-top: 10px;
    }
}

.prodotto-innovativo .container-innovazione {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: -1;
}

@media(max-width: 1200px) and (min-width: 767px) {
    .prodotto-innovativo .container-innovazione {
        margin-bottom: 50px;
    }
}

.prodotto-innovativo .container-innovazione .descr-prod {
    max-width: 215px;
    font-family: "raleway", sans-serif;
    font-size: 16px;
    position: relative;
    bottom: 60px;
    left: 30px;
    opacity: 0;
}

@media(max-width: 1200px) {
    .prodotto-innovativo .container-innovazione .descr-prod {
        bottom: 0px;
    }
}

@media(max-width: 767px) {
    .prodotto-innovativo .container-innovazione .descr-prod {
        position: initial;
        padding: 25px 20px;
        text-align: center;
        max-width: 100%;
    }
}

.prodotto-innovativo .container-innovazione .immagine-prodotto {
    z-index: -1;
    width: 100%;
    margin: auto 0;
    position: relative;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
}

    .prodotto-innovativo .container-innovazione .immagine-prodotto.attivaentrata {
        transition: all 1s ease 0.4s;
        -moz-transition: all 1s ease 0.4s;
        -webkit-transition: all 1s ease 0.4s;
        -o-transition: all 1s ease 0.4s;
        -ms-transition: all 1s ease 0.4s;
        -khtml-transition: all 1s ease 0.4s;
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
        transform: translate(0%);
        opacity: 1;
    }

        .prodotto-innovativo .container-innovazione .immagine-prodotto.attivaentrata .zoom {
            transition: all 0.7s ease 1s;
            -moz-transition: all 0.7s ease 1s;
            -webkit-transition: all 0.7s ease 1s;
            -o-transition: all 0.7s ease 1s;
            -ms-transition: all 0.7s ease 1s;
            -khtml-transition: all 0.7s ease 1s;
            opacity: 1;
        }

@media(max-width: 767px) {
    .prodotto-innovativo .container-innovazione .immagine-prodotto.attivaentrata .zoom {
        max-width: 150px;
    }
}

.prodotto-innovativo .container-innovazione .immagine-prodotto.attivaentrata .descr-prod {
    transition: all 0.7s ease 1s;
    -moz-transition: all 0.7s ease 1s;
    -webkit-transition: all 0.7s ease 1s;
    -o-transition: all 0.7s ease 1s;
    -ms-transition: all 0.7s ease 1s;
    -khtml-transition: all 0.7s ease 1s;
    opacity: 1;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto.attivaentrata .pin1-container {
    transition: all 0.7s ease 1s;
    -moz-transition: all 0.7s ease 1s;
    -webkit-transition: all 0.7s ease 1s;
    -o-transition: all 0.7s ease 1s;
    -ms-transition: all 0.7s ease 1s;
    -khtml-transition: all 0.7s ease 1s;
    opacity: 1;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto.attivaentrata .pin2-container {
    transition: all 0.7s ease 1.4s;
    -moz-transition: all 0.7s ease 1.4s;
    -webkit-transition: all 0.7s ease 1.4s;
    -o-transition: all 0.7s ease 1.4s;
    -ms-transition: all 0.7s ease 1.4s;
    -khtml-transition: all 0.7s ease 1.4s;
    opacity: 1;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto.attivaentrata .pin3-container {
    transition: all 0.7s ease 1.8s;
    -moz-transition: all 0.7s ease 1.8s;
    -webkit-transition: all 0.7s ease 1.8s;
    -o-transition: all 0.7s ease 1.8s;
    -ms-transition: all 0.7s ease 1.8s;
    -khtml-transition: all 0.7s ease 1.8s;
    opacity: 1;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto .zoom {
    position: absolute;
    top: 5%;
    opacity: 0;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto span[class*="pin"] {
    position: absolute;
    top: 0px;
    margin-left: -11px;
    left: 0px;
    background-color: white;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 2px solid green;
    z-index: 1000;
    -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 7px;
    -moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 7px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 7px;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto .pin-container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-left: 2px solid black;
    padding-left: 10px;
    font-family: "korolev-condensed";
    font-weight: bold;
    font-size: 22px;
    color: #9D9D9D;
    text-transform: uppercase;
    line-height: 17px;
}

@media(max-width: 767px) {
    .prodotto-innovativo .container-innovazione .immagine-prodotto .pin-container {
        visibility: hidden;
    }
}

.prodotto-innovativo .container-innovazione .immagine-prodotto .pin1-container {
    position: absolute;
    top: 16%;
    left: 60%;
    bottom: 64px;
    opacity: 0;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto .pin2-container {
    position: absolute;
    top: 39%;
    left: 49%;
    bottom: 35px;
    opacity: 0;
}

.prodotto-innovativo .container-innovazione .immagine-prodotto .pin3-container {
    position: absolute;
    top: 58%;
    left: 41%;
    bottom: 0px;
    opacity: 0;
}

.prodotto-innovativo .container-innovazione .logo-prodotto {
    padding-top: 20px;
    margin-bottom: 30px;
}

.prodotto-innovativo .container-innovazione::before {
    content: "";
    position: absolute;
    background: url("../images/prodottoinnovativobg.jpg");
    top: 59.3%;
    bottom: 0px;
    left: -387px;
    right: -100px;
    background-repeat: no-repeat;
    z-index: -1;
    -moz-background-size: contain;
    background-size: contain;
    overflow: visible;
}

.prodotto-innovativo .prod-descrizione {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .prodotto-innovativo .prod-descrizione::before {
        background-color: #8EC63F;
        background-image: url("../images/erbacontainergeofill-bg.png");
        background-position: right bottom;
        -moz-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        top: 0;
        bottom: 4px;
        left: -85px;
        right: -375px;
        z-index: -1;
    }

@media(max-width: 1260px) {
    .prodotto-innovativo .prod-descrizione::before {
        left: -30px;
    }
}

@media(max-width: 1200px) {
    .prodotto-innovativo .prod-descrizione::before {
        right: -125px;
        left: -125px;
    }
}

@media(max-width:767px) {
    .prodotto-innovativo .prod-descrizione::before {
        background-image: none;
    }
}

.prodotto-innovativo .prod-descrizione .cont-descr .text-prod {
    font-family: "raleway", sans-serif;
    color: black;
    line-height: 27px;
}

.prodotto-innovativo .prod-descrizione .cont-descr .titolo-prod {
    text-transform: uppercase;
    color: white;
    font-family: "korolev-condensed", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
}

.call-to-action {
    margin: 70px 0px;
}

@media(max-width: 1200px) {
    .call-to-action {
        margin: 40px 0px;
    }
}

.call-to-action .action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.call-to-action .call-to-action-title {
    display: inline-block;
    background-color: #EFEFEF;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-family: "korolev-condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 75%;
}

    .call-to-action .call-to-action-title span {
        color: black;
        text-decoration: none;
        font-size: 48px;
    }

.call-to-action .call-to-action-btn {
    display: inline-block;
    width: 25%;
    background-color: #FFA300;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-family: "korolev-condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    height: 120px;
    font-size: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .call-to-action .call-to-action-btn a {
        color: black;
    }

        .call-to-action .call-to-action-btn a:hover,
        .call-to-action .call-to-action-btn a:focus {
            text-decoration: none;
        }

.paginasport .testatacontainer {
    position: relative;
    overflow: hidden;
}

    .paginasport .testatacontainer .testata-title {
        position: absolute;
        bottom: -13px;
        color: rgba(255, 255, 255, 0.3);
        right: 20%;
        font-family: "korolev-condensed";
        font-weight: bold;
        text-transform: uppercase;
        line-height: 80px;
    }

        .paginasport .testatacontainer .testata-title span {
            display: block;
            font-size: 70px;
        }

            .paginasport .testatacontainer .testata-title span b {
                font-size: 120px;
                vertical-align: text-top;
                line-height: 115px;
                color: rgba(255, 255, 255, 0.5);
            }

.paginasport .testata-title span:nth-of-type(1) {
    font-size: 90px !important;
    margin-left: 24px;
    line-height: 57px;
}

@media(max-width: 767px) {
    .paginasport .testatacontainer .testata-title {
        position: absolute;
        bottom: 0px;
        color: rgba(255, 255, 255, .3);
        left: 5px;
        width: 100%;
    }

    .paginasport .testata-title span:nth-of-type(1) {
        font-size: 41px !important;
        margin-left: 0px;
        line-height: 18px;
    }

    .paginasport .testatacontainer .testata-title span {
        display: block;
        font-size: 36px;
        line-height: 40px;
    }

        .paginasport .testatacontainer .testata-title span b {
            font-size: 50px;
            vertical-align: text-top;
            line-height: 40px;
            color: rgba(255, 255, 255, .5);
            display: block;
        }
}

.product-page .call-to-action .call-to-action-title {
    background-color: black;
}

    .product-page .call-to-action .call-to-action-title span {
        color: white;
    }

.product-page .call-to-action .call-to-action-btn a {
    color: white;
}

.product-page .testatacontainer {
    position: relative;
    overflow: hidden;
}

    .product-page .testatacontainer .testata-title {
        position: absolute;
        bottom: 0px;
        /* color: rgba(255,255,255,0.2);*/
        font-size: 280px;
        font-family: "korolev-condensed";
        font-weight: bold;
        line-height: 196px;
        /*left: 540px;*/
        z-index: 0;
        text-transform: uppercase;
        left: 570px;
        color: rgba(255, 255, 255, 0.15);
    }

    .product-page .testatacontainer .img-erba {
        height: 387px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        width: 380px;
        left: 350px;
        z-index: 1;
    }

@media(max-width: 1480px) {
    .product-page .testatacontainer .img-erba {
        left: -160px;
    }

    .product-page .testatacontainer .testata-title {
        left: 210px;
    }
}

@media(max-width: 1200px) {
    .product-page .testatacontainer .testata-title {
        left: 70px;
        font-size: 140px !important;
        line-height: 140px !important;
    }
}

@media(max-width: 767px) {
    .product-page .testatacontainer .testata-title {
        font-size: 90px !important;
        line-height: 70px !important;
    }

    .product-page .testatacontainer .img-erba {
        left: -180px;
    }
}

@media(max-width: 480px) {
    .product-page .testatacontainer .testata-title {
        font-size: 80px !important;
    }
}

.slick-slide:focus {
    outline: none;
}

.impianti .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

section.filiera {
    margin-top: 30px;
    color: white;
    background-image: url("../images/bgfiliera.jpg");
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

@media(max-width: 992px) {
    section.filiera {
        background-image: none;
        background-color: #333333;
    }
}

section.filiera > .container {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

section.filiera .titolo-filiera {
    color: #89C63D;
    font-family: "korolev-condensed";
    font-weight: bold;
}

section.filiera .sottotitolo {
    font-family: "Raleway";
    color: #989898;
    font-weight: bold;
}

section.filiera div.testo {
    font-family: "Raleway";
    margin-top: 20px;
}

section.filiera p.descrizione {
    margin-top: 20px;
    color: #9C9C9C;
    font-family: "Raleway";
}

    section.filiera p.descrizione > a {
        color: #FFAA08;
        text-decoration: underline;
        font-weight: bold;
    }

@media(max-width: 992px) {
    section.filiera .slider-filiera {
        max-width: 450px;
        height: auto;
        display: block;
        margin: 40px auto;
    }
}

section.filiera .slider-filiera .slick-dots li button:before,
section.filiera .slider-filiera .slick-dots li.slick-active button:before {
    color: white;
}

section.filiera .slider-filiera button.slick-arrow {
    position: absolute;
    right: 0px;
    border: none;
    margin-right: -61px;
    z-index: 1000;
    width: 61px;
    font-size: 0;
    height: 90px;
    left: inherit;
    top: inherit;
}

    section.filiera .slider-filiera button.slick-arrow:focus {
        outline: none;
    }

@media(max-width: 992px) {
    section.filiera .slider-filiera button.slick-arrow {
        visibility: hidden;
    }
}

section.filiera .slider-filiera button.slick-prev.slick-arrow {
    top: 147px;
    background-color: #666666;
}

    section.filiera .slider-filiera button.slick-prev.slick-arrow::before {
        font: normal normal normal 30px/1 FontAwesome;
        color: white;
        content: "";
    }

section.filiera .slider-filiera button.slick-next.slick-arrow {
    top: 237px;
    background-color: #424242;
}

    section.filiera .slider-filiera button.slick-next.slick-arrow::before {
        font: normal normal normal 30px/1 FontAwesome;
        color: white;
        content: "";
    }

section.videotv {
    margin: 100px 0px;
}

@media(max-width: 767px) {
    section.videotv {
        margin: 50px 0px;
    }
}

section.videotv .titolo {
    text-align: center;
    font-family: "korolev-condensed";
    font-weight: bold;
    padding-bottom: 15px;
}

section.videotv .video {
    width: 100%;
    margin-bottom: 15px;
}

    section.videotv .video iframe {
        width: 100%;
        height: 100%;
        min-height: 520px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.44) 15px 16px 91px;
        -moz-box-shadow: rgba(0, 0, 0, 0.44) 15px 16px 91px;
        box-shadow: rgba(0, 0, 0, 0.44) 15px 16px 91px;
        border: none;
    }

@media(max-width: 767px) {
    section.videotv .video iframe {
        min-height: 350px;
    }
}

@media(max-width: 767px) {
    section.videotv .descrizione {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

section.videotv .descrizione .btn-video {
    padding: 8px 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

section.videotv .descrizione .testo {
    font-family: "korolev-condensed";
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    vertical-align: middle;
    line-height: 40px;
}

@media(max-width: 767px) {
    section.videotv .descrizione .testo {
        text-align: center;
        line-height: 38px;
        margin-bottom: 20px;
    }
}

.lastnews .post {
    font-family: "korolev-condensed";
}

@media(max-width: 1200px) {
    .lastnews .post {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0px;
    }
}

.lastnews .post .img-anteprima {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media(max-width: 992px) {
    .lastnews .post .img-anteprima {
        margin-top: 10px;
    }
}

.lastnews .post .img-anteprima .datepubblicazione {
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 50px;
    color: white;
    background-color: black;
    text-align: center;
}

    .lastnews .post .img-anteprima .datepubblicazione .giorno {
        display: block;
        font-size: 30px;
        font-weight: bold;
        line-height: 26px;
        padding-top: 7px;
    }

    .lastnews .post .img-anteprima .datepubblicazione .mese {
        font-size: 13px;
        line-height: 25px;
        color: #999999;
        font-weight: bold;
        text-transform: uppercase;
    }

.lastnews .post .img-anteprima:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.lastnews .post img {
    max-width: 100%;
}

.lastnews .post .titolo {
    margin-top: 10px;
}

    .lastnews .post .titolo a {
        color: black;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 26px;
    }

@media(max-width: 1200px) {
    .lastnews .post .titolo a {
        margin-top: 0px;
        padding: 10px 0px;
        line-height: 26px;
    }

        .lastnews .post .titolo a:hover {
            text-decoration: none;
        }
}

.lastnews .post .descrizionearticolo {
    font-size: 14px;
    margin-top: 10px;
    font-family: "Raleway";
}

.lastnews .titolosezione {
    text-transform: uppercase;
    color: white;
    font-family: "korolev-condensed";
    font-weight: bold;
}

@media(min-width: 1200px) {
    .lastnews .titolosezione {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .lastnews .titolosezione .title {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            width: 100%;
        }
}

@media(max-width: 1200px) {
    .lastnews .titolosezione {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media(min-width: 1500px) {
    .lastnews .titolosezione {
        font-size: 100px;
    }
}

.lastnews .titolosezione::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #9fc54d;
    background-image: -moz-linear-gradient(120deg, #2b8b4a 0%, #9fc54d 100%);
    background-image: -webkit-linear-gradient(120deg, #2b8b4a 0%, #9fc54d 100%);
    background-image: -ms-linear-gradient(120deg, #2b8b4a 0%, #9fc54d 100%);
    z-index: -1;
}

.bottom-bar {
    position: relative;
    z-index: 1;
}

    .bottom-bar .creditsbar {
        background-color: black;
        padding: 25px 0px;
        z-index: 1;
        -webkit-box-shadow: black -1px -5px 20px 0px;
        -moz-box-shadow: black -1px -5px 20px 0px;
        box-shadow: black -1px -5px 20px 0px;
    }

        .bottom-bar .creditsbar::before {
            content: "";
            position: absolute;
            left: 0px;
            top: -65px;
            right: 0px;
            bottom: 0px;
            background-image: url("../images/erbafooter.png");
            background-repeat: no-repeat;
            z-index: -1;
        }

        .bottom-bar .creditsbar a {
            text-decoration: none;
            color: #999999;
        }

        .bottom-bar .creditsbar .icone {
            font-size: 25px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            text-decoration: none;
            color: white;
        }

.footer {
    background: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 10px;
    background-size: cover;
}

@media(max-width: 992px) {
    .footer {
        background-position: 100%;
        -moz-background-size: cover;
        background-size: cover;
    }
}

.footer strong {
    font-family: "korolev-condensed";
    font-weight: bold;
    font-size: 26px;
    color: #9fc54d;
    line-height: 50px;
}

.footer ul {
    font-family: "Raleway";
}
@media(max-width: 1670px) {
    .footer ul {
        max-height: unset !important;
    }
    
}
    .footer ul li {
        color: #aaaaaa;
    }

        .footer ul li > a {
            color: #aaaaaa;
        }

            .footer ul li > a:hover {
                text-decoration: none;
            }

.footer .linksrow {
    padding: 20px 0px;
}

.footer .loghirow {
    background-image: url("../images/sfumaturaloghifooter.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 1px solid #535353;
    margin-bottom: 50px;
}

    .footer .loghirow .loghi {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 35px 0px;
    }

        .footer .loghirow .loghi img {
            display: block;
            margin: 0 auto;
        }

@media(max-width: 992px) {
    .footer .loghirow .loghi img {
        margin: 10px auto;
    }
}

.testataist {
    height: 400px;
    width: 100%;
    margin-top: 0px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) -4px -133px 155px -10px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.25) -4px -133px 155px -10px;
    box-shadow: inset rgba(0, 0, 0, 0.25) -4px -133px 155px -10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .testataist.align-testata-center {
        background-position: center !important;
    }

    .testataist.align-testata-left {
        background-position: left !important;
    }

    .testataist.align-testata-right {
        background-position: right !important;
    }

@media(max-width: 1024px) {
    .testataist {
        /*height: 300px;*/
        height: 280px;
        -moz-background-size: cover !important;
        background-size: cover !important;
    }
}

@media(max-width: 767px) {
    .testataist {
        /*height: 170px;*/
        height: 150px;
    }
}

.dettaglio-blog .breadcrumb-container {
    order: 2;
}

.blog .breadcrumb-container {
    margin-top: 2px;
}

.double_4 {
    font-size: 280px;
    font-family: "Myriad Pro";
    color: rgba(255, 255, 255, 0.502);
    text-transform: uppercase;
    line-height: 0.079;
    text-align: center;
    position: absolute;
    left: 467.844px;
    top: 393.44px;
    z-index: 6;
}

.breadcrumb-container {
    background-color: #efefef;
    color: #A0A0A0;
    margin-top: -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 0px 2px;
    position: relative;
    z-index: 2;
}

    .breadcrumb-container .breadcrumbs {
        font-family: "Raleway";
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        padding: 10px 0px;
    }

    .breadcrumb-container a {
        text-decoration: none;
        color: #A0A0A0;
    }

        .breadcrumb-container a.active {
            color: black;
        }

.sidebar {
    font-family: "Raleway";
}

    .sidebar strong {
        font-family: "Korolev-condensed";
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin-bottom: 20px;
        display: block;
        border-bottom: 2px solid #999999;
    }

    .sidebar ul.links li {
        margin: 14px 0px 0px 17px;
        line-height: 18px;
        position: relative;
    }

        .sidebar ul.links li.active::before {
            content: "";
            position: absolute;
            left: -17px;
            height: 70%;
            width: 4px;
            bottom: 19%;
            background-color: #9fc54d;
        }

        .sidebar ul.links li:hover::before {
            content: "";
            position: absolute;
            left: -17px;
            height: 70%;
            width: 4px;
            bottom: 19%;
            background-color: #9fc54d;
        }

    .sidebar ul a {
        color: #666666;
        text-decoration: none;
    }

        .sidebar ul a:hover {
            text-decoration: none;
        }

.sidebarpage-container {
    margin-top: 40px;
    font-family: "Raleway";
    color: #333333;
    position: relative;
}

    .sidebarpage-container .contenuto::before {
        content: "";
        background-image: url("../images/sfumaturaistituzionale.png");
        background-repeat: no-repeat;
        width: 135px;
        height: 390px;
        position: absolute;
        top: -40px;
        left: -75px;
        z-index: -1;
    }

@media(max-width: 1200px) {
    .sidebarpage-container .contenuto::before {
        left: -35px;
    }
}

@media(max-width: 992px) {
    .sidebarpage-container .contenuto::before {
        content: none;
    }
}

.sidebarpage-container .titolo {
    font-family: "korolev-condensed";
    font-size: 57px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 52px;
    color: black;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .sidebarpage-container .titolo {
        font-size: 42px;
        line-height: 45px;
    }

    .blog .testatacontainer {
        display: none;
    }
}

.blog .testatacontainer {
    height: 310px;
}

.blog .testataist {
    height: 310px;
}

.sidebarpage-container .sottotitolo {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.sidebarpage-container h3 {
    font-family: "korolev-condensed";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-top: 35px;
    margin-bottom: -15px;
    line-height: 24px;
}

.sidebarpage-container .testo {
    font-family: "Raleway";
    line-height: 24px;
}

    .sidebarpage-container .testo ul > li {
        list-style: none;
        text-indent: -15px;
        line-height: 30px;
    }

        .sidebarpage-container .testo ul > li::before {
            content: "";
            font: normal normal normal 8px/1 FontAwesome;
            margin-right: 10px;
            vertical-align: middle;
        }

    .sidebarpage-container .testo img {
        max-width: 100%;
        height: auto !important;
        margin-top: 10px;
        margin-right: 25px;
    }

@media(max-width: 1030px) {
    .sidebarpage-container .testo img {
        float: none !important;
        margin: 10px auto;
        display: block;
    }
}

@media(max-width: 767px) {
    .sidebarpage-container .testo img {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.sidebarpage-container p {
    margin: 25px 0px;
}

.sidebarpage-container iframe#myvideoplayer {
    width: 100%;
    height: auto;
    min-height: 520px;
    margin: 20px 0px;
    border: none;
}

@media(max-width: 767px) {
    .sidebarpage-container iframe#myvideoplayer {
        min-height: 350px;
    }
}

.istituzionale .form-contatto {
    margin-top: 50px
}

.istituzionale .contenuto .testo a {
    text-decoration: underline;
}

.listingsport .contenuto .testo a {
    text-decoration: underline;
}

.form-contatto {
    background-image: url("../images/sfondoformcontatto.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: white;
}

@media(max-width: 767px) {
    .form-contatto {
        -moz-background-size: cover;
        background-size: cover;
    }
}

.form-contatto .titolo-form {
    font-family: "korolev-condensed";
    font-weight: bold;
    font-size: 55px;
    text-transform: uppercase !important;
}

.form-contatto .sottotitolo {
    font-family: "Raleway";
    font-size: 18px;
    font-weight: lighter;
    padding: 0px 0px 30px 0px;
}

.form-contatto .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(max-width: 992px) {
    .form-contatto label {
        margin-right: 10px;
    }
}

.form-item {
    margin: 5px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media(max-width: 767px) {
    .form-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px 0px;
    }
}

.form-item label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

    .form-item label.flex-start {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    height: 46px;
}

textarea.form-control {
    height: 110px;
}

.titolo-vantaggi {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "korolev-condensed";
    text-align: center;
    padding: 20px 0px;
}

.vantaggi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
}

    .vantaggi .vantaggio {
        background-color: #eeeeee;
        margin: 15px;
        padding: 20px;
        width: 390px;
        max-height: 360px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

@media (max-width: 480px) {
    .vantaggi .vantaggio {
        margin: 15px 30px;
    }
}

@media (max-width: 689px) {
    .vantaggi {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 360px) {
    .vantaggi .vantaggio {
        margin: 15px 15px;
    }
}

@media (max-width: 1200px) {
    .vantaggi .vantaggio {
        width: 300px;
    }
}

.vantaggi .vantaggio .title {
    font-family: "korolev-condensed";
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

    .vantaggi .vantaggio .title::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        border-left: 5px solid #9fc54d;
    }

.vantaggi .vantaggio .testo {
    font-size: 16px;
    font-family: "Raleway";
    margin-top: 10px;
}

.press-list {
    background-image: url("../images/sfondopresslist.jpg");
    background-repeat: no-repeat;
    margin-top: 5vw;
    margin-bottom: 5vw;
    overflow: hidden;
}

    .press-list .slick-slide:focus {
        outline: none;
    }

@media(max-width: 767px) {
    .press-list {
        background-color: #2b8a4a;
    }
}

.press-list .slider-titolo {
    padding: 25px;
    background-color: white;
    height: 150px;
    font-family: "Korolev-condensed";
    z-index: -1;
}

    .press-list .slider-titolo div strong {
        display: block;
        font-size: 20px;
        text-transform: uppercase;
    }

    .press-list .slider-titolo div span {
        font-family: "Raleway";
        color: black;
    }

.press-list .slider-right {
    margin-left: 30px;
    -webkit-box-shadow: 7px 8px 40px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 8px 40px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 8px 40px 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media(max-width: 767px) {
    .press-list .slider-right {
        margin: 20px 30px 50px 30px;
    }
}

.press-list .slider-right div img {
    max-width: 100%;
}

@media(max-width: 1200px) {
    .press-list .slider-right div img {
        height: auto;
    }
}

.press-list .slider-left {
    margin-top: 40px;
    max-height: 400px;
}

    .press-list .slider-left .anteprima-press {
        position: relative;
    }

@media(min-width: 767px) {
    .press-list .slider-left .anteprima-press {
        float: right;
    }
}

@media(min-width: 767px) {
    .press-list .slider-left .slick-current .anteprima-press::before {
        content: "";
        border-left: 3px solid black;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
    }
}

@media(max-width: 767px) {
    .press-list .slider-left {
        margin-top: 0px;
    }

        .press-list .slider-left .slick-current.slick-center::before {
            position: absolute;
            content: "";
            border-bottom: 3px solid black;
            bottom: -5px;
            width: 120px;
        }

        .press-list .slider-left .slick-current.slick-center:focus {
            overlay: none;
        }
}

.press-list .slider-left button.slick-prev.slick-arrow {
    /*margin-left: -14px;*/
    top: -35px;
    left: 50%;
}

button.slick-prev.slick-arrow {
    width: 28px;
    height: 28px;
}

button.slick-next.slick-arrow {
    width: 28px;
    height: 28px;
}

.press-list .slider-left button.slick-prev.slick-arrow::before {
    font-family: FontAwesome;
    content: "";
    font-size: 28px;
    color: white;
    opacity: 1;
}

.press-list .slider-left button.slick-next.slick-arrow {
    /*right: 50%;
  margin-right: -5px;
  top: 106%;*/
    left: 50%;
    top: 420px;
    width: 28px;
    height: 28px;
}

    .press-list .slider-left button.slick-next.slick-arrow::before {
        font-family: FontAwesome;
        content: "";
        font-size: 28px;
        color: white;
        opacity: 1;
    }

.press-list .slider-left .slick-list {
    max-height: 400px;
}

.press-list .slider-left div {
    margin: 5px 0px;
}

@media(min-width: 767px) {
    .press-list .slider-left div {
        float: right;
    }
}

@media(max-width: 375px) {
    .press-list .slider-left {
        display: none;
    }

    .press-list .titolo-responsive {
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 30px;
    }
}

@media(max-width: 767px) {
    .press-list .titolo-responsive {
        margin-left: 0px;
        text-align: center;
    }
}

.impianti {
    background-image: url("../images/sfondoimpianti.jpg");
}

    .impianti .titolo-responsive {
        margin-top: 2.4vw;
    }

.slider-impianti {
    margin: 2.5vw 0 4.5vw 0px !important;
}

@media(max-width: 992px) {
    .slider-impianti {
        margin-bottom: 50px !important;
    }
}

.slider-impianti .btn.btn-scopri {
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 15px;
    padding: 3px 20px;
    font-size: 16px;
}

.slider-impianti .stadio {
    margin-bottom: 10px;
    max-width: 340px;
}

@media(max-width:425px) {
    .slider-impianti .stadio {
        margin: 10px;
    }
}

.slider-impianti .manto {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .slider-impianti .manto span {
        display: block;
        font-family: "Korolev-condensed";
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        color: #666666;
    }

    .slider-impianti .manto strong {
        font-family: "Korolev-condensed";
        font-size: 30px;
        line-height: 30px;
    }

@media(max-width: 767px) {
    .slider-impianti .slick-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.slider-impianti .slick-slide .stadio {
    -webkit-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s, -moz-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s;
    -webkit-box-shadow: transparent 0px 0px 0px;
    -moz-box-shadow: transparent 0px 0px 0px;
    box-shadow: transparent 0px 0px 0px;
}

.slider-impianti .slick-slide:hover .stadio {
    -webkit-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s, -moz-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 0px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 0px 25px;
    box-shadow: rgba(0, 0, 0, 0.6) 2px 0px 25px;
}

@media(max-width:425px) {
    .slider-impianti .slick-slide:hover .stadio {
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 15px;
        -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 15px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 15px;
    }
}

.slider-impianti .slick-slide:hover .manto {
    opacity: 1;
}

@media(min-width: 767px) {
    .slider-impianti .slick-slide:hover .manto {
        margin-left: 40px;
    }
}

.slider-impianti .slick-slide:hover .btn.btn-scopri {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.slider-impianti .slick-slide:focus {
    outline: none;
}

.slider-impianti .slick-prev {
    height: 30px;
    left: -75px;
    margin-top: -20px;
}

.slider-impianti .slick-next {
    height: 30px;
    right: -27px;
    margin-top: -20px;
}

@media(max-width: 1400px) {
    .slider-impianti .slick-prev {
        height: 30px;
        left: -40px;
        margin-top: -20px;
    }

    .slider-impianti .slick-next {
        height: 30px;
        right: -27px;
        margin-top: -20px;
    }
}

.slider-impianti .slick-next::before {
    font-family: FontAwesome;
    content: "";
    color: black;
    font-size: 40px;
}

@media(max-width: 1280px) {
    .slider-impianti .slick-next::before {
        font-size: 30px;
    }

    .slider-impianti .slick-next.slick-arrow,
    .sport-page .impianti .slick-next.slick-arrow {
        /*right: -2px;*/
        /*top: inherit;*/
        bottom: -20px;
        z-index: 99999;
    }

    .slider-impianti .slick-prev.slick-arrow,
    .sport-page .impianti .slick-prev.slick-arrow {
        /*  left: -2px;*/
        /*top: inherit;*/
        bottom: -20px;
        z-index: 99999;
    }
}

.slider-impianti .slick-prev::before {
    font-family: FontAwesome;
    content: "";
    color: black;
    font-size: 40px;
}

@media(max-width: 1280px) {
    .slider-impianti .slick-prev::before {
        font-size: 30px;
    }
}

#map {
    height: 600px;
}

@media(max-width: 767px) {
    #map {
        height: 300px;
    }
}

#mapreferenze {
    height: 600px;
}

@media(max-width: 767px) {
    #mapreferenze {
        height: 300px;
    }
}

.contatto {
    margin: 4.5vw 30px;
    display: block;
}

@media(max-width: 767px) {
    .contatto {
        margin: 8.5vw 30px;
    }
}

.contatto .descrizione {
    font-size: 14px;
    font-family: "Raleway";
    margin: 15px 0px;
}

    .contatto .descrizione strong.title {
        font-family: "korolev-condensed";
        font-size: 25px;
        padding: 10px 0px;
        display: block;
    }

    .contatto .descrizione span.via {
        font-size: 15px;
        line-height: 25px;
        display: block;
        color: black;
        font-weight: 400;
    }

    .contatto .descrizione span.testo {
        color: #666666;
        line-height: 22px;
        font-size: 14px;
    }

        .contatto .descrizione span.testo a {
            color: black;
            font-size: 14px;
            display: inline-block;
        }

.contatto img {
    max-width: 100%;
    height: auto;
}

.listingsport .contenuto .testo p {
    color: #666666;
    margin-bottom: 15px;
}

.sport {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0px;
    position: relative;
}

@media(max-width: 767px) {
    .sport {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sport:first-of-type {
    padding-top: 30px;
}

.sport::after {
    content: "";
    border-bottom: 1px solid #dddddd;
    width: 85%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media(max-width: 767px) {
    .sport::after {
        width: 100%;
    }
}

.sport.last::after {
    border-bottom: 0px solid #dddddd;
}

.sport .immagine-sport {
    position: relative;
}

@media(max-width: 767px) {
    .sport .immagine-sport {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.sport .immagine-sport .numero-sport {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #9fc54d;
    right: -5px;
    top: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 47px;
    line-height: 60px;
    color: white;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-weight: bold;
    font-family: "Korolev-condensed";
}

.sport img {
    max-width: 360px;
    height: auto;
}

@media(max-width: 767px) {
    .sport img {
        max-width: 100%;
    }
}

.sport .titolo {
    font-size: 34px;
    padding-bottom: 0px;
    line-height: 34px;
}

.sport .sintesi {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 16px;
}

    .sport .sintesi p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.sport .btn.btn-scopri {
    font-size: 15px;
    padding: 2px 14px;
}

.sport .container-sport {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media(min-width: 767px) {
    .sport .container-sport {
        margin: 0px 30px;
    }
}

body.paginasport #wrapper {
    overflow: hidden;
}

.sport-page .impianti {
    background-image: url("../images/bgimpiantisport.jpg");
    background-repeat: no-repeat;
}

    .sport-page .impianti .titolo-responsive {
        margin-top: 60px;
        font-size: 48px;
    }

    .sport-page .impianti .manto strong {
        color: white;
    }

    .sport-page .impianti .manto span {
        color: white;
        opacity: 0.6;
    }

    .sport-page .impianti .slick-next::before,
    .sport-page .impianti .slick-prev::before {
        color: white;
    }

    .sport-page .impianti .slick-prev {
        left: -35px;
    }

    .sport-page .impianti .slick-dots li button::before {
        color: white;
        opacity: 0.75;
    }

    .sport-page .impianti .slick-dots li.slick-active button::before {
        color: white;
        opacity: 1;
    }

.sport-page .certificazioni {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

    .sport-page .certificazioni div {
        margin: 0px 10px;
    }

        .sport-page .certificazioni div > strong {
            font-size: 30px;
            font-family: "korolev-condensed";
        }

        .sport-page .certificazioni div > img {
            max-width: 150px;
            height: auto;
        }

@media (max-width: 392px) {
    .sport-page .certificazioni div:nth-of-type(1) {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .sport-page .certificazioni div {
        margin: 0px auto;
    }
}

.sport-page .container-fotogallery .immagine-gallery {
    background-color: white;
}

.sport-page .container-fotogallery .anteprima img {
    background-color: white;
}

.sport-page .titolo {
    margin-top: 30px;
    margin-bottom: 20px;
}

.sport-page .sottotitolo {
    font-family: "Raleway";
    color: #333333;
    margin-bottom: 35px;
}

.sport-page .descrizione {
    font-family: "Raleway";
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

@media(min-width: 767px) {
    .sport-page .descrizione {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }
}

.sport-page .punti-forza {
    margin-top: -13px;
}

    .sport-page .punti-forza .img-palla {
        position: relative;
        z-index: 1;
        margin-left: 120px;
    }

@media(max-width: 992px) {
    .sport-page .punti-forza .img-palla {
        width: 230px;
        left: 50%;
        margin-left: -115px;
        display: none;
    }
}

.sport-page .punti-forza .img-palla img {
    max-width: 100%;
    height: auto;
}

.sport-page .punti-forza .container-punti {
    position: relative;
    top: -130px;
    z-index: 3;
    padding-top: 304px;
    left: 0px;
    right: -999999999px;
    margin-top: 220px;
}

.sport-page .sfondo-sport {
    height: 432px;
    top: -139px;
    width: 789px;
    display: block;
    position: absolute;
    background-position: 0 -175px;
    background-repeat: no-repeat;
    left: -10px;
}

@media(max-width: 992px) {
    .sport-page .sfondo-sport {
        display: none;
    }
}


/*
.sport-page .punti-forza .container-punti::before {
    content: "";
    width: 765px;
    display: block;
    position: absolute;
    background: url("/Content/images/erba.png");
    height: 304px;
    top: 0;

}
*/

@media(max-width: 992px) {
    .sport-page .punti-forza .container-punti::before {
        /*background: url("/Content/images/erba2.png");
    top: 55px;
    background-repeat: no-repeat;
    width: 725px;*/
        display: none;
    }
}

@media(max-width: 767px) {
    .sport-page .punti-forza .container-punti::before {
        top: 43px;
        -moz-background-size: cover;
        background-size: cover;
        height: 240px;
        left: 50%;
        width: 750px;
        margin-left: -370px;
    }
}

.sport-page .punti-forza .container-punti::after {
    content: "";
    position: absolute;
    top: 265px;
    bottom: 0;
    left: 25px;
    right: -99999px;
    background-color: #87c848;
    z-index: -1;
}

@media(max-width: 992px) {
    .sport-page .punti-forza .container-punti::after {
        right: 35px;
        background-color: #fff;
    }
}

@media(max-width: 767px) {
    .sport-page .punti-forza .container-punti::after {
        right: -99999px;
        left: -25px;
    }
}

@media(max-width: 992px) {
    .sport-page .punti-forza .container-punti .sfondosidebar {
        position: relative;
        display: none;
    }

    .sport-page .punti-forza .container-punti {
        padding-top: 0px;
        margin-top: 0;
        top: 0;
    }

        .sport-page .punti-forza .container-punti .p-forza-list {
            padding: 42px 70px;
            margin-bottom: 0;
            font-family: "Raleway";
            font-size: 16px;
            color: #666666;
        }
}

.sport-page .punti-forza .container-punti .sfondosidebar::after {
    content: url("../images/sportbgsidebar.jpg");
    position: absolute;
    left: 25px;
    bottom: -239px;
}

@media(max-width: 992px) {
    .sport-page .punti-forza .container-punti .sfondosidebar::after {
        content: "";
        height: 520px;
        width: 660px;
        top: -320px;
    }
}

@media(max-width: 767px) {
    .sport-page .punti-forza .container-punti .sfondosidebar::after {
        width: 777px;
        top: -325px;
        -moz-background-size: cover;
        background-size: cover;
        left: -24px;
    }
}

.sport-page .punti-forza .container-punti .p-forza-list {
    padding: 20px 70px;
    padding-bottom: 50px;
    width: 450px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

@media(max-width: 1200px) {
    .sport-page .punti-forza .container-punti .p-forza-list {
        padding-left: 35px;
        width: 400px;
    }
}

@media(max-width: 992px) {
    .sport-page .punti-forza .container-punti .p-forza-list {
        width: 100%;
        padding-bottom: 0;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .sport-page .consigliati .titolo {
        margin-top: 0;
        padding-top: 0;
    }
}

@media(max-width: 767px) {
    .sport-page .punti-forza .container-punti .p-forza-list {
        padding: 20px 0px;
    }
}

.sport-page .punti-forza .container-punti .p-forza-list .title {
    margin-left: 15px;
    font-size: 26px;
    font-family: "Korolev-condensed";
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    line-height: 32px;
    position: relative;
}

    .sport-page .punti-forza .container-punti .p-forza-list .title::before {
        content: "";
        position: absolute;
        left: -60px;
        top: 5px;
        bottom: 5px;
        width: 10px;
        background-color: #527010;
    }

@media(max-width: 1200px) {
    .sport-page .punti-forza .container-punti .p-forza-list .title::before {
        left: -25px;
    }
}

@media(max-width: 767px) {
    .sport-page .punti-forza .container-punti .p-forza-list .title::before {
        left: -30px;
    }
}

.sport-page .punti-forza .container-punti .p-forza-list li {
    font-family: "Raleway";
    list-style-type: none;
    position: relative;
    padding: 10px 0px;
    font-weight: 500;
    color: #000;
}

.sport-page .punti-forza .container-punti .p-forza-list ul {
    margin-top: 15px;
}

@media(max-width: 991px) {
    .sport-page .punti-forza .container-punti .p-forza-list li::before {
        color: #000 !important;
    }
}

.sport-page .punti-forza .container-punti .p-forza-list li::before {
    font-family: FontAwesome;
    content: "";
    color: white;
    position: absolute;
    left: -25px;
}

.container-fotogallery {
    position: relative;
    padding: 60px 0px;
    margin-top: 80px;
}

.sport-page .container-fotogallery {
    margin-top: 0px;
}

.sport-page .sport-block {
    margin-bottom: 60px;
}

.container-fotogallery .titolo-responsive {
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .container-fotogallery .titolo-responsive {
        margin-bottom: 0px;
        text-align: center;
    }
}

.container-fotogallery .slick-slide:focus {
    outline: none;
}

.container-fotogallery::before {
    content: "";
    background-image: url("../images/bgfotogallery.jpg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -385px;
    right: 0;
}

@media(max-width: 767px) {
    .container-fotogallery::before {
        right: -30px;
        background-color: #efefef;
    }
}

.container-fotogallery .slider-titolo {
    padding: 30px 20px;
}

@media(max-width: 767px) {
    .container-fotogallery .slider-titolo {
        padding: 15px 10px;
    }
}

.container-fotogallery .slider-titolo strong {
    font-family: "Raleway";
    font-weight: 500;
    font-size: 17px;
}

.container-fotogallery .slider-right {
    -webkit-box-shadow: 7px 8px 40px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 8px 40px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 8px 40px 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media(max-width: 767px) {
    .container-fotogallery .slider-right img {
        width: 100%;
        height: auto;
    }
}

.container-fotogallery .slider-left {
    max-height: 400px;
    margin-top: 30px;
}

@media(max-width: 767px) {
    .container-fotogallery .slider-left {
        margin-bottom: 40px;
    }
}

.container-fotogallery .slider-left .anteprima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0px;
}

    .container-fotogallery .slider-left .anteprima.video::after {
        content: url("../images/videoicon.png");
        position: absolute;
        margin-left: 35px;
        bottom: 10px;
    }

.container-fotogallery .slider-left .slick-current .anteprima {
    position: relative;
}

    .container-fotogallery .slider-left .slick-current .anteprima::after {
        bottom: 4px;
    }

    .container-fotogallery .slider-left .slick-current .anteprima::before {
        content: "";
        border-left: 5px solid #9ec54d;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
    }

@media(max-width: 767px) {
    .container-fotogallery .slider-left .slick-current .anteprima::before {
        border-left: 0px;
        border-bottom: 5px solid #9ec54d;
        left: 50%;
        margin-left: -60px;
        width: 120px;
        bottom: -7px;
    }
}

.container-fotogallery .slider-left .slick-current .anteprima::before:focus {
    overlay: none;
}

.container-fotogallery .slider-left .slick-list {
    max-height: 400px;
}

.container-fotogallery .slider-left button.slick-prev.slick-arrow {
    top: -35px;
    left: 50%;
    margin-left: -14px;
}

    .container-fotogallery .slider-left button.slick-prev.slick-arrow::before {
        font-family: FontAwesome;
        content: "";
        font-size: 28px;
        color: black;
        opacity: 1;
    }

.container-fotogallery .slider-left button.slick-next.slick-arrow {
    right: 50%;
    margin-right: -5px;
    top: 106%;
}

    .container-fotogallery .slider-left button.slick-next.slick-arrow::before {
        font-family: FontAwesome;
        content: "";
        font-size: 28px;
        color: black;
        opacity: 1;
    }

.container-fotogallery .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(max-width: 767px) {
    .container-fotogallery .social {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 20px 0px;
    }
}

.container-fotogallery .social div {
    margin-bottom: 3px;
}

.consigliati .titolo {
    margin-top: 80px;
}

.prodotto-consigliato {
    display: inline-block;
    display: -webkit-inline-block;
    display: -moz-inline-block;
    display: -o-inline-block;
    margin: 12px 0px;
}

@media(max-width: 767px) {
    .prodotto-consigliato {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.prodotto-consigliato img,
.video-element img {
    max-width: 100%;
    height: auto;
}

.prodotto-consigliato .description,
.video-element .description {
    margin: 30px 5px;
    max-width: 300px;
}

    .prodotto-consigliato .description strong,
    .video-element .description strong {
        font-family: "korolev-condensed";
        font-size: 32px;
        color: black;
        line-height: 32px;
    }

    .prodotto-consigliato .description .text,
    .video-element .description .text {
        font-family: "Raleway";
        color: #666666;
        font-weight: 400;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .prodotto-consigliato .description .btn.btn-scopri,
    .video-element .description .btn.btn-scopri {
        padding: 7px 35px;
        font-size: 17px;
        border-bottom: 0px;
    }

.listing-video .video-element .description {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.video-listing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .listing-video .video-element .description {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .video-listing-container {
        flex-direction: column;
        align-items: center;
    }
}

.video-element {
    display: inline-block;
    float: left;
}

.listing-video .titolo-responsive {
    margin-top: 30px;
    margin-bottom: 50px;
}

#videoContainerModal .modal-body {
    position: relative;
    padding: 5px;
    padding-bottom: 0px;
}

    #videoContainerModal .modal-body .video-embedded {
        width: 100%;
        height: 450px;
    }

#videoContainerModal .closebutton {
    position: absolute;
    top: -8px;
    right: -15px;
    border: none;
}

.lang-containter .lang-opener .ico-flag {
    padding-top: 7px;
    padding-left: 15px;
    display: block;
}

.lang-containter:hover .lang-drop {
    display: block;
    opacity: 1;
}

.lang-containter .lang-drop {
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 999;
    right: 0px;
}

    .lang-containter .lang-drop .language-selector {
        list-style: none;
        background: #eee;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 2px 7px 1px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 2px 7px 1px;
        box-shadow: rgba(0, 0, 0, 0.2) 4px 2px 7px 1px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        flex-direction: column;
    }

        .lang-containter .lang-drop .language-selector li a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 5px;
        }

            .lang-containter .lang-drop .language-selector li a .ico-flag {
                margin-right: 10px;
            }

.product-page .product {
    margin-top: 55px;
}

    .product-page .product .product-details .sottotitolo {
        font-family: "Raleway";
        font-size: 20px;
        line-height: 25px;
        padding-top: 18px;
        padding-bottom: 13px;
        font-weight: 600;
    }

    .product-page .product .product-details .testo {
        font-weight: 400;
    }

@media(max-width: 992px) {
    .product-page .product {
        margin-top: 15px;
    }
}

.product-page .product .logo-prodotto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product-page .product .product-details {
    margin-left: 20px;
    margin-right: 15px;
    margin-bottom: 60px;
}

@media(max-width: 767px) {
    .product-page .product .product-details {
        margin-left: 0px;
        margin-bottom: 30px;
        margin-right: 0px;
    }
}

.product-page .product .container-prodotto {
    /*margin-top: 60px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../images/backgroundprodotto.jpg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
}

    .product-page .product .container-prodotto.novideo {
        background-size: cover;
        background-position-y: 260px;
    }

@media(max-width: 767px) {
    .product-page .product .container-prodotto.novideo {
        background: none;
    }
}

@media(max-width: 1024px) {
    .product-page .product .container-prodotto {
        margin-top: 10px;
        -moz-background-size: 150%;
        background-size: 150%;
    }
}

.product-page .product .container-prodotto .container-video {
    height: 100%;
    width: 70%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.product-page .product .container-prodotto .immagine-prodotto {
    margin: 180px 50px 50px;
}

.product-page .product .container-prodotto.novideo .immagine-prodotto {
    margin: 50px;
}

@media(max-width: 767px) {
    .product-page .product .container-prodotto .immagine-prodotto {
        margin: 140px 50px -5px;
    }
}

.product-page .product .container-prodotto .immagine-prodotto img {
    max-width: 100%;
    height: auto;
}

.product-page .container-vantaggi {
    margin-bottom: 80px;
    overflow-x: hidden;
}

    .product-page .container-vantaggi .vantaggi {
        margin: 20px 0px;
    }

@media (min-width: 991px) and (max-width: 1200px) {
    .product-page .container-vantaggi .vantaggi {
        margin: 20px auto;
        max-width: 720px;
    }
}

.product-page .container-vantaggi .vantaggi .vantaggio {
    max-width: 330px;
}

.vantaggi li {
    width: 12px;
}

.vantaggi ul {
    bottom: -12px;
}

.immagine-prodotto {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

    .immagine-prodotto .btn-scopri {
        padding: 4px 20px;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    }

    .immagine-prodotto .popup {
        opacity: 0;
        border-left: 3px solid #9fc54d;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.76);
        padding: 20px;
        width: 240px;
        pointer-events: none;
    }

@media(max-width: 1024px) {
    .immagine-prodotto .popup {
        background-color: white;
    }
}

@media(min-width: 1025px) {
    .immagine-prodotto .popup::before {
        content: "";
        position: absolute;
        width: 3px;
        top: 50px;
        height: 195px;
        left: -65px;
        background-color: #9fc54d;
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        transform: rotate(40deg);
    }
}

@media(max-width: 1024px) {
    .immagine-prodotto .popup::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border: 0;
        border-color: white;
        top: 100%;
        left: 50%;
        margin-top: 0px;
        margin-left: -12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid white;
        border-top-color: inherit;
    }
}

.immagine-prodotto .popup .product-id {
    font-size: 25px;
    font-family: "korolev-condensed";
    text-transform: uppercase;
}

.immagine-prodotto .popup p {
    font-family: "Raleway";
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0px;
}

.immagine-prodotto .pointer {
    left: 50%;
    top: 6.2%;
    position: absolute;
    width: 53px;
    height: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid white;
    -webkit-box-shadow: 0 0 1px #040505;
    -moz-box-shadow: 0 0 1px #040505;
    box-shadow: 0 0 1px #040505;
    background: rgba(145, 177, 73, 0.87);
    z-index: 22;
    transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    -webkit-transition: all 0.2s ease 0.1s;
    -o-transition: all 0.2s ease 0.1s;
    -ms-transition: all 0.2s ease 0.1s;
    -khtml-transition: all 0.2s ease 0.1s;
}

    .immagine-prodotto .pointer:hover {
        background-color: white;
        border: 3px solid rgba(145, 177, 73, .87);
        transition: background-color 0.2s ease 0.1s;
        -moz-transition: background-color 0.2s ease 0.1s;
        -webkit-transition: background-color 0.2s ease 0.1s;
        -o-transition: background-color 0.2s ease 0.1s;
        -ms-transition: background-color 0.2s ease 0.1s;
        -khtml-transition: background-color 0.2s ease 0.1s;
    }

        .immagine-prodotto .pointer:hover::before {
            content: '';
            background-color: rgba(145, 177, 73, .87);
            transform: rotate(180deg);
            transition: transform 0.2s ease 0.1s;
            -moz-transition: transform 0.2s ease 0.1s;
            -webkit-transition: transform 0.2s ease 0.1s;
            -o-transition: transform 0.2s ease 0.1s;
            -ms-transition: transform 0.2s ease 0.1s;
            -khtml-transition: transform 0.2s ease 0.1s;
        }

        .immagine-prodotto .pointer:hover::after {
            content: '';
            background-color: rgba(145, 177, 73, .87);
            transform: rotate(180deg);
            transition: transform 0.2s ease 0.1s;
            -moz-transition: transform 0.2s ease 0.1s;
            -webkit-transition: transform 0.2s ease 0.1s;
            -o-transition: transform 0.2s ease 0.1s;
            -ms-transition: transform 0.2s ease 0.1s;
            -khtml-transition: transform 0.2s ease 0.1s;
        }

@media(max-width: 1024px) {
    .immagine-prodotto .pointer {
        width: 33px;
        height: 33px;
        border: 2px solid white;
    }
}

.immagine-prodotto .pointer::before {
    position: absolute;
    content: " ";
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -10px;
    height: 4px;
    width: 20px;
    background: white;
    transition: transform 0.2s ease 0.1s;
    -moz-transition: transform 0.2s ease 0.1s;
    -webkit-transition: transform 0.2s ease 0.1s;
    -o-transition: transform 0.2s ease 0.1s;
    -ms-transition: transform 0.2s ease 0.1s;
    -khtml-transition: transform 0.2s ease 0.1s;
}

@media(max-width: 1024px) {
    .immagine-prodotto .pointer::before {
        margin-top: -1px;
        margin-left: -9px;
        height: 2px;
        width: 18px;
    }
}

.immagine-prodotto .pointer::after {
    position: absolute;
    content: " ";
    width: 4px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -2px;
    background: white;
    transition: transform 0.2s ease 0.1s;
    -moz-transition: transform 0.2s ease 0.1s;
    -webkit-transition: transform 0.2s ease 0.1s;
    -o-transition: transform 0.2s ease 0.1s;
    -ms-transition: transform 0.2s ease 0.1s;
    -khtml-transition: transform 0.2s ease 0.1s;
}

@media(max-width: 1024px) {
    .immagine-prodotto .pointer::after {
        margin-left: -1px;
        margin-top: -9px;
        width: 2px;
        height: 18px;
    }
}

.immagine-prodotto .pointer.active {
    border: 3px solid #9fc54d;
    -webkit-box-shadow: 0 0 1px #040505;
    -moz-box-shadow: 0 0 1px #040505;
    box-shadow: 0 0 1px #040505;
    background: white;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -khtml-transition: all 0.2s ease 0s;
}

    .immagine-prodotto .pointer.active::before {
        width: 20px;
        height: 20px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        margin-top: -10px;
        margin-left: -10px;
        background: #9fc54d;
        transition: all 0.2s ease 0.2s;
        -moz-transition: all 0.2s ease 0.2s;
        -webkit-transition: all 0.2s ease 0.2s;
        -o-transition: all 0.2s ease 0.2s;
        -ms-transition: all 0.2s ease 0.2s;
        -khtml-transition: all 0.2s ease 0.2s;
    }

@media(max-width: 1024px) {
    .immagine-prodotto .pointer.active::before {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }
}

.immagine-prodotto .pointer.active::after {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: -10px;
    margin-left: -10px;
    background: #9fc54d;
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    -ms-transition: all 0.2s ease 0.2s;
    -khtml-transition: all 0.2s ease 0.2s;
}

@media(max-width: 1024px) {
    .immagine-prodotto .pointer.active::after {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }
}

.immagine-prodotto .pointer.active .popup {
    opacity: 1;
    pointer-events: auto;
}

@media(min-width: 1024px) {
    .immagine-prodotto .pointer.active .popup {
        transition: all 0.2s ease 0.3s;
        -moz-transition: all 0.2s ease 0.3s;
        -webkit-transition: all 0.2s ease 0.3s;
        -o-transition: all 0.2s ease 0.3s;
        -ms-transition: all 0.2s ease 0.3s;
        -khtml-transition: all 0.2s ease 0.3s;
    }
}

.blog .testataist {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media(max-width: 767px) {
    .blog .testataist {
        height: 250px;
    }
}

.load-more-dealer {
    width: 100%;
    background-color: #ffa200;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    color: #333333;
    font-family: "korolev-condensed";
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .load-more-dealer:hover {
        text-decoration: none;
    }

.blog .load-more {
    width: 100%;
    background-color: #ffa200;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    color: #333333;
    font-family: "korolev-condensed";
    font-size: 24px;
    font-weight: bold;
}

    .blog .load-more:hover {
        text-decoration: none;
    }

article.blog-post:last-of-type {
    border-bottom: none;
}

.blog-page .contenuto .description a {
    text-decoration: underline;
}

.blog .contenuto::before,
.dettaglio-blog .contenuto::before {
    content: "";
    background-image: url("../images/sfumaturaistituzionale.png");
    background-repeat: no-repeat;
    width: 135px;
    height: 390px;
    position: absolute;
    top: -40px;
    left: -85px;
    z-index: -1;
}

@media(max-width: 992px) {
    .blog .contenuto::before,
    .dettaglio-blog .contenuto::before {
        content: none;
    }
}

.blog .blog-page,
.dettaglio-blog .blog-page {
    position: relative;
    margin-bottom: 50px;
}

    .blog .blog-page .contenuto .description::after,
    .dettaglio-blog .blog-page .contenuto .description::after {
        content: "";
        clear: both;
        display: table;
    }

    .blog .blog-page .contenuto .description blockquote,
    .dettaglio-blog .blog-page .contenuto .description blockquote {
        text-align: inherit;
        padding: 15px 0px;
        width: 100%;
        float: left;
        border-top: 3px solid #9fc54d;
        border-bottom: 3px solid #9fc54d;
        line-height: 33px;
    }

@media(max-width: 767px) {
    .blog .blog-page .contenuto .description blockquote,
    .dettaglio-blog .blog-page .contenuto .description blockquote {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.blog .blog-page .contenuto .description blockquote::before,
.dettaglio-blog .blog-page .contenuto .description blockquote::before {
    content: none;
}

.blog .blog-page .contenuto .description blockquote::after,
.dettaglio-blog .blog-page .contenuto .description blockquote::after {
    content: none;
}

@media(max-width: 767px) {
    .blog .blog-page .contenuto .description img,
    .dettaglio-blog .blog-page .contenuto .description img {
        float: none !important;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
    }
}

.blog .title,
.dettaglio-blog .title {
    text-transform: none;
    padding: 15px 0px;
    margin: 25px 0px;
}

@media(max-width: 991px) {
    .blog .title,
    .dettaglio-blog .title {
        margin-top: 50px;
    }
}

.blog .sottotitolo-responsive,
.dettaglio-blog .sottotitolo-responsive {
    font-family: "Raleway";
    font-weight: 600;
}

.blog .search-form,
.dettaglio-blog .search-form {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: hidden;
}

@media(min-width: 992px) {
    .blog .search-form,
    .dettaglio-blog .search-form {
        margin: 50px 0px;
    }
}

.blog .search-form .input-wrap,
.dettaglio-blog .search-form .input-wrap {
    position: relative;
}

    .blog .search-form .input-wrap input,
    .dettaglio-blog .search-form .input-wrap input {
        font-family: "korolev-condensed";
        font-size: 14px;
    }

@media(max-width: 991px) {
    .blog .search-form .input-wrap input,
    .dettaglio-blog .search-form .input-wrap input {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

.blog .search-form button,
.dettaglio-blog .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
    background-color: transparent;
    border: none;
}

    .blog .search-form button:focus,
    .dettaglio-blog .search-form button:focus {
        outline: none;
    }

    .blog .search-form button .icon-cerca::before,
    .dettaglio-blog .search-form button .icon-cerca::before {
        font-size: 15px;
        color: #9fc54d;
    }

@media(max-width: 991px) {
    .blog .sidebar-container,
    .dettaglio-blog .sidebar-container {
        position: initial;
    }
}

@media(max-width: 991px) {
    .blog .sidebar,
    .dettaglio-blog .sidebar {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        z-index: 999;
    }
}

@media(min-width: 992px) {
    .blog .sidebar .side-nav,
    .blog .sidebar .news-block,
    .dettaglio-blog .sidebar .side-nav,
    .dettaglio-blog .sidebar .news-block {
        margin: 60px 0px;
    }
}

.blog .sidebar li,
.dettaglio-blog .sidebar li {
    font-weight: bold;
    font-size: 16px;
}

    .blog .sidebar li a,
    .dettaglio-blog .sidebar li a {
        color: black;
    }

.blog .sidebar .cat-title,
.dettaglio-blog .sidebar .cat-title {
    margin-bottom: 5px;
    border-bottom: none;
    color: #999999;
    font-size: 18px;
    font-family: "korolev-condensed";
}

@media(max-width: 991px) {
    .blog .sidebar .cat-title,
    .dettaglio-blog .sidebar .cat-title {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
        color: white;
    }
}

.blog .sidebar .news-list li,
.dettaglio-blog .sidebar .news-list li {
    margin-left: 0px;
    margin-bottom: 40px;
}

.blog .sidebar .news-list .meta,
.dettaglio-blog .sidebar .news-list .meta {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 7px 0px;
}

    .blog .sidebar .news-list .meta .icon-calendar,
    .dettaglio-blog .sidebar .news-list .meta .icon-calendar {
        font-size: 14px;
        margin-right: 7px;
    }

.blog .sidebar .news-list .link-title,
.dettaglio-blog .sidebar .news-list .link-title {
    font-family: "Korolev-condensed";
    font-size: 22px;
}

    .blog .sidebar .news-list .link-title a:hover,
    .dettaglio-blog .sidebar .news-list .link-title a:hover {
        text-decoration: none;
    }

.blog .sidebar .newsletter-box,
.dettaglio-blog .sidebar .newsletter-box {
    padding: 20px;
    background-color: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    .blog .sidebar .newsletter-box::before,
    .dettaglio-blog .sidebar .newsletter-box::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 20px;
        width: 50px;
        height: 5px;
        background-color: #9fc54d;
    }

    .blog .sidebar .newsletter-box .titolo,
    .dettaglio-blog .sidebar .newsletter-box .titolo {
        font-size: 22px;
        font-family: "Korolev-condensed";
        font-weight: bold;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .blog .sidebar .newsletter-box .titolo .icon-mailicon,
        .dettaglio-blog .sidebar .newsletter-box .titolo .icon-mailicon {
            font-size: 16px;
            margin-right: 15px;
        }

    .blog .sidebar .newsletter-box p,
    .dettaglio-blog .sidebar .newsletter-box p {
        font-size: 12px;
        margin: 10px 0px;
    }

    .blog .sidebar .newsletter-box .form-control,
    .dettaglio-blog .sidebar .newsletter-box .form-control {
        height: 40px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .blog .sidebar .newsletter-box .form-control::-webkit-input-placeholder,
        .dettaglio-blog .sidebar .newsletter-box .form-control::-webkit-input-placeholder {
            color: black;
        }

        .blog .sidebar .newsletter-box .form-control:-moz-placeholder,
        .dettaglio-blog .sidebar .newsletter-box .form-control:-moz-placeholder {
            color: black;
        }

        .blog .sidebar .newsletter-box .form-control::-moz-placeholder,
        .dettaglio-blog .sidebar .newsletter-box .form-control::-moz-placeholder {
            color: black;
        }

        .blog .sidebar .newsletter-box .form-control:-ms-input-placeholder,
        .dettaglio-blog .sidebar .newsletter-box .form-control:-ms-input-placeholder {
            color: black;
        }

        .blog .sidebar .newsletter-box .form-control::placeholder,
        .dettaglio-blog .sidebar .newsletter-box .form-control::placeholder {
            color: black;
        }

    .blog .sidebar .newsletter-box .privacy-box,
    .dettaglio-blog .sidebar .newsletter-box .privacy-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0px;
        position: relative;
    }

        .blog .sidebar .newsletter-box .privacy-box input#privacynw,
        .dettaglio-blog .sidebar .newsletter-box .privacy-box input#privacynw {
            width: 20px;
            margin-right: 3px;
            top: 0px;
            position: absolute;
        }

        .blog .sidebar .newsletter-box .privacy-box label,
        .dettaglio-blog .sidebar .newsletter-box .privacy-box label {
            font-size: 11px;
            font-weight: 400;
            margin-top: 3px;
            width: 85%;
            margin-left: 20px;
        }

    .blog .sidebar .newsletter-box .btn.btn-scopri,
    .dettaglio-blog .sidebar .newsletter-box .btn.btn-scopri {
        width: 100%;
        font-size: 19px;
        padding: 3px 20px;
    }

@media(max-width: 991px) {
    .dropdown {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 150px;
        background-color: #9fc54d;
    }

        .dropdown .dropdown-content {
            opacity: 0;
            position: absolute;
            background-color: #efefef;
            min-width: 150px;
            padding: 12px 16px;
            z-index: 1000;
            top: 45px;
            left: 0;
            -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px 1px;
            -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px 1px;
            box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px 1px;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -khtml-transition: all 0.3s ease 0s;
        }

    .dropdown-content.show {
        opacity: 1;
    }
}

.blog-post {
    padding: 50px 0px;
    border-bottom: 1px solid #dddddd;
}

    .blog-post .title {
        font-family: "Korolev-condensed";
        font-size: 44px;
        line-height: 45px;
        margin: 0px;
        padding: 0px 0px 10px 0px;
    }

        .blog-post .title a {
            color: black;
        }

            .blog-post .title a:hover {
                text-decoration: none;
            }

@media(max-width: 1199px) {
    .blog-post .title {
        font-size: 40px;
        line-height: 40px;
        margin: 0px 0px;
    }
}

@media(max-width: 767px) {
    .blog-post .title {
        font-size: 35px;
        line-height: 35px;
    }
}

@media(min-width: 767px) {
    .post-equalheight {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
    }
    /*article.blog-post .text-holder{
    position: absolute;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
  }*/
}

.blog-post .text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(min-width: 767px) {
    .blog-post .text-holder {
        margin-left: 10px;
    }
}

.blog-post .text-holder .read-more {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0px;
    border-top: 3px solid #9fc54d;
    padding-top: 5px;
    font-family: "Korolev-condensed";
    font-size: 15px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

    .blog-post .text-holder .read-more:hover {
        text-decoration: none;
    }

.blog-post img {
    max-width: 100%;
    height: auto;
}

.blog-post .img-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .blog-post .img-holder > div {
        position: relative;
    }

.blog-post .datepubblicazione {
    position: absolute;
    width: 60px;
    height: 90px;
    background-color: #9fc54d;
    right: -5px;
    top: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: white;
    font-weight: bold;
    font-family: "Korolev-condensed";
}

    .blog-post .datepubblicazione .giorno {
        display: block;
        margin: 0 auto;
        height: 40px;
        font-size: 43px;
    }

    .blog-post .datepubblicazione .meseanno {
        font-size: 17px;
        text-transform: uppercase;
        line-height: 20px;
        margin: 0 auto;
    }

.dettaglio-blog .contenuto {
    margin-top: 50px;
}

@media(max-width: 992px) {
    .dettaglio-blog .contenuto {
        margin-top: 70px;
    }
}

.dettaglio-blog #CommentForm {
    padding: 30px 50px;
    background-color: #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media(max-width: 767px) {
    .dettaglio-blog #CommentForm {
        padding: 30px;
    }
}

.dettaglio-blog #CommentForm .input-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .dettaglio-blog #CommentForm .input-wrap .ico-holder {
        position: relative;
        width: 40px;
        border-left: 0px solid black;
        margin: 0px;
        background-color: white;
        border: 1px solid #ccc;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
    }

        .dettaglio-blog #CommentForm .input-wrap .ico-holder i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.dettaglio-blog #CommentForm .btn-scopri {
    font-size: 18px;
    padding: 7px 55px;
    margin-top: 10px;
}

.dettaglio-blog #CommentForm .title {
    font-family: "Korolev-condensed";
    font-size: 35px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    display: block;
}

@media(max-width: 767px) {
    .dettaglio-blog #CommentForm .title {
        line-height: 35px;
    }
}

.dettaglio-blog #CommentForm .form-group label {
    font-family: "Korolev-condensed";
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 10px;
    color: black;
}

.dettaglio-blog #CommentForm .form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: 0px;
}

    .dettaglio-blog #CommentForm .form-control:focus {
        border-color: #ccc;
    }

.dettaglio-blog #CommentForm textarea.form-control {
    height: 137px;
}

.dettaglio-blog #CommentForm .textarea .ico-holder i {
    font-size: 20px;
    top: 20px;
}

.dettaglio-blog #CommentForm .check-holder label {
    font-weight: 500;
    font-family: "Raleway";
    font-size: 13px;
}

.dettaglio-blog .testatacontainer {
    position: relative;
    order: 1;
}

    .dettaglio-blog .testatacontainer .testataist {
        height: 500px;
    }

@media(max-width: 992px) {
    .dettaglio-blog .testatacontainer .testataist {
        height: 400px;
    }
}

.dettaglio-blog .testatacontainer .titolo-post {
    position: absolute;
    bottom: 30px;
}

    .dettaglio-blog .testatacontainer .titolo-post .titolo {
        font-family: "Korolev-condensed";
        font-weight: bold;
        font-size: 60px;
        line-height: 60px;
        color: white;
        margin: 30px 0px;
        margin-right: 10px;
        text-transform: uppercase;
    }

@media(max-width: 992px) {
    .dettaglio-blog .testatacontainer .titolo-post .titolo {
        font-size: 50px;
        line-height: 50px;
    }
}

@media(max-width: 772px) {
    .dettaglio-blog .testatacontainer .titolo-post .titolo {
        font-size: 40px;
        line-height: 40px;
    }
}

.dettaglio-blog .testatacontainer .titolo-post .info {
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: "Raleway";
    font-weight: 400;
}

@media(max-width: 768px) {
    .dettaglio-blog .testatacontainer .titolo-post .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dettaglio-blog .testatacontainer .titolo-post .info .data {
    margin-right: 40px;
}

    .dettaglio-blog .testatacontainer .titolo-post .info .data span {
        opacity: 1;
        margin-left: 5px;
    }

.dettaglio-blog .testatacontainer .titolo-post .info a {
    color: white;
    opacity: 0.7;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
}

.dettaglio-blog .sottotitolo {
    font-weight: bold;
    color: black;
    margin-bottom: 25px;
}

@media(max-width: 767px) {
    .dettaglio-blog .sottotitolo {
        font-size: 18px;
        line-height: 22px;
    }
}

.dettaglio-blog .gallery-post {
    max-width: 540px;
    display: block;
    margin: 40px auto;
}

    .dettaglio-blog .gallery-post img {
        width: 100%;
        height: auto;
    }

    .dettaglio-blog .gallery-post .slick-dots li {
        width: 15px;
    }

        .dettaglio-blog .gallery-post .slick-dots li button::before {
            top: 10px;
            font-size: 13px;
        }

        .dettaglio-blog .gallery-post .slick-dots li.slick-active button::before {
            opacity: 0.75;
            color: white;
            border: 2px solid green;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            font-size: 3px !important;
            width: 15px;
            left: 3px;
            height: 15px;
        }

.dettaglio-blog .referenzatable {
    font-family: "korolev-condensed";
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0px;
}

    .dettaglio-blog .referenzatable .thead {
        height: 64px;
        background-color: #9fc54d;
        border-bottom: 3px solid #2b8b4a;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        color: white;
    }

    .dettaglio-blog .referenzatable .col1 {
        text-transform: uppercase;
        font-size: 18px;
        color: #999999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 168px;
    }

    .dettaglio-blog .referenzatable .col2 {
        font-family: "Raleway";
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-left: 1px solid #ebebeb;
        font-size: 20px;
    }

    .dettaglio-blog .referenzatable .riga {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        border: 1px solid #ebebeb;
        border-top: none;
        background-color: #f9f9f9;
    }

        .dettaglio-blog .referenzatable .riga:nth-child(2n+1) {
            background-color: #ffffff;
        }

    .dettaglio-blog .referenzatable span {
        margin-left: 30px;
    }

.comments-block {
    padding: 30px 0px;
}

    .comments-block .title {
        font-family: "korolev-condensed";
        font-size: 50px;
        text-transform: uppercase;
    }

@media(max-width: 767px) {
    .comments-block .title {
        font-size: 40px;
    }
}

.comments-block .header {
    margin-bottom: 5px;
}

.comments-block .comment {
    margin: 20px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .comments-block .comment .profile {
        margin-right: 20px;
    }

.referenze .titolo {
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .referenze .titolo {
        font-size: 40px;
        line-height: 40px;
    }
}

.referenze .referenzeform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Raleway";
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
}

@media(max-width: 1200px) {
    .referenze .referenzeform {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media(max-width: 767px) {
    .referenze .referenzeform {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.referenze .referenzeform label {
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
}

.referenze .referenzeform .jcf-select {
    height: 40px;
    width: 300px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-right: 28px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 5px 0px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 5px 0px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 0px 1px 5px 0px;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .referenze .referenzeform .jcf-select {
        width: 200px;
        margin-right: 15px;
    }
}

@media(max-width: 992px) and (min-width: 767px) {
    .referenze .referenzeform .jcf-select {
        width: 170px;
        margin-right: 0px;
    }
}

@media(max-width: 767px) {
    .referenze .referenzeform .jcf-select {
        margin-right: 0px;
    }
}

.referenze .referenzeform .jcf-select .jcf-select-text {
    line-height: 38px;
}

.referenze .referenzeform .jcf-select .jcf-select-opener {
    background-color: white;
    border-left: 1px solid #cccccc;
    width: 35px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) -1px 1px 5px 0px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.15) -1px 1px 5px 0px;
    box-shadow: inset rgba(0, 0, 0, 0.15) -1px 1px 5px 0px;
}

    .referenze .referenzeform .jcf-select .jcf-select-opener::after {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 50%;
        margin-left: -7px;
        color: #9fc54d;
        transition: all 0.1s ease 0.1s;
        -moz-transition: all 0.1s ease 0.1s;
        -webkit-transition: all 0.1s ease 0.1s;
        -o-transition: all 0.1s ease 0.1s;
        -ms-transition: all 0.1s ease 0.1s;
        -khtml-transition: all 0.1s ease 0.1s;
    }

.referenze .referenzeform .jcf-select:focus {
    outline: none;
}

.referenze .referenzeform .jcf-select.jcf-drop-active .jcf-select-opener::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.1s ease 0.1s;
    -moz-transition: all 0.1s ease 0.1s;
    -webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    -ms-transition: all 0.1s ease 0.1s;
    -khtml-transition: all 0.1s ease 0.1s;
}

.referenze .referenzeform .btn.btn-scopri {
    height: 40px;
    margin-top: 19px;
    font-size: 19px;
    padding: 0px 15px;
}

@media(max-width: 767px) {
    .referenze .referenzeform .btn.btn-scopri {
        width: 100%;
        max-width: 300px;
    }
}

@media(max-width: 600px) {
    .referenze .referenzeform .btn.btn-scopri {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.referenze .referenza {
    display: inline-block;
    width: -webkit-calc(33.33333333333% - 40px);
    width: -moz-calc(33.33333333333% - 40px);
    width: calc(33.33333333333% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    float: left;
}

@media(max-width: 1200px) {
    .referenze .referenza {
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
    }
}

@media(max-width: 767px) {
    .referenze .referenza {
        width: 360px;
        display: block;
        margin: 40px auto;
        float: inherit;
    }
}

@media(max-width: 425px) {
    .referenze .referenza {
        width: 290px;
    }
}

.referenze .referenza .manto {
    font-family: "Korolev-condensed";
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    min-height: 22px;
}

    .referenze .referenza .manto span {
        font-weight: bold;
        color: #999999;
    }

    .referenze .referenza .manto strong {
        font-family: "Korolev-condensed";
    }

.referenze .referenza .stadio {
    margin: 0px;
    -webkit-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s, -moz-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s;
    -webkit-box-shadow: transparent 0px 0px 0px;
    -moz-box-shadow: transparent 0px 0px 0px;
    box-shadow: transparent 0px 0px 0px;
}

    .referenze .referenza .stadio:hover {
        -webkit-transition: box-shadow 0.3s;
        -webkit-transition: -webkit-box-shadow 0.3s;
        transition: -webkit-box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        -moz-transition: box-shadow 0.3s, -moz-box-shadow 0.3s;
        transition: box-shadow 0.3s;
        transition: box-shadow 0.3s, -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s;
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 3px 10px 30px;
        -moz-box-shadow: rgba(0, 0, 0, 0.6) 3px 10px 30px;
        box-shadow: rgba(0, 0, 0, 0.6) 3px 10px 30px;
    }

@media(max-width:425px) {
    .referenze .referenza .stadio:hover {
        -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 15px;
        -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 15px;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 15px;
    }
}

.referenze .referenza .stadio:hover .manto {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

@media(min-width: 767px) {
    .referenze .referenza .stadio:hover .manto {
        margin-left: 40px;
    }
}

.referenze .referenza .stadio:hover .btn.btn-scopri {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

@media(max-width: 1200px) {
    .referenze .referenza .stadio {
        display: block;
        margin: 0 auto;
    }
}

.referenze .referenza .stadio .logoelem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.referenze .btn-casehistory {
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 15px;
    padding: 3px 20px;
    font-size: 16px;
}

@media(max-width: 767px) {
    .referenze .btn-casehistory {
        opacity: 1;
    }
}

.jcf-select-drop .jcf-hover {
    background-color: #e6e6e6;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #cccccc;
    margin-top: -2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

.jcf-select-drop .jcf-list ul li {
    margin: 3px 0px;
}

.gm-style-iw-container > div > div:first-child {
    border-top-color: transparent !important;
}

.gm-style-iw-container > div > div:nth-child(3) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0 !important;
    top: 75px !important;
}


/*Style infowindow google maps */

.gm-style-iw {
    background-color: #fff;
    top: 15px !important;
    max-width: 300px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

    .gm-style-iw div {
        overflow: hidden;
    }

    .gm-style-iw .teaminfo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gm-style-iw .teamlogo {
        margin-right: 5px;
        margin-left: 5px;
        min-width: 90px;
    }

    .gm-style-iw .teamtext {
        font-weight: bold;
        text-transform: uppercase;
        font-family: "korolev-condensed";
        font-size: 16px;
    }

        .gm-style-iw .teamtext div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 5px;
        }

        .gm-style-iw .teamtext strong {
            font-family: "korolev-condensed";
            font-size: 16px;
            text-transform: uppercase;
            color: #cccccc;
            width: 70px;
            margin-right: 10px;
        }

    .gm-style-iw .buttons-oriz {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
    }

    .gm-style-iw .btn.btn-scopri {
        padding: 8px 20px;
        margin: 0 5px;
        font-size: 16px;
    }

    .gm-style-iw .btn-green {
        font-family: "korolev-condensed", sans-serif;
        color: black;
        background-color: #9fc54d;
        border-bottom: 1px solid rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        padding: 8px 15px;
        margin: 0 5px;
    }

.frecciasup {
    width: 22px !important;
    height: 51px !important;
    pointer-events: none;
}

    .frecciasup div {
        height: 62px !important;
        width: 32px !important;
        -webkit-transform: skewX(44.6deg) !important;
        -moz-transform: skewX(44.6deg) !important;
        -ms-transform: skewX(44.6deg) !important;
        -o-transform: skewX(44.6deg) !important;
        transform: skewX(44.6deg) !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

.frecciainf {
    left: 15px !important;
    width: 16px !important;
    height: 50px !important;
    pointer-events: none;
}

    .frecciainf div {
        -webkit-transform: skewX(-45.6deg) !important;
        -moz-transform: skewX(-45.6deg) !important;
        -ms-transform: skewX(-45.6deg) !important;
        -o-transform: skewX(-45.6deg) !important;
        transform: skewX(-45.6deg) !important;
        height: 44px !important;
        width: 17px !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        pointer-events: none;
    }

.closebutton {
    background-color: #333333;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .closebutton::after {
        position: relative !important;
        font-family: "icomoon";
        content: "";
        font-size: 16px;
        color: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .closebutton img {
        display: none;
    }

.ricerca-page .nav-tabs {
    border: 0px;
}

.ricerca-page .testataist {
    height: 250px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media(max-width: 767px) {
    .ricerca-page .testataist {
        height: 210px;
    }
}

.ricerca-page .testataist .title {
    font-family: "Korolev-condensed";
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #9fc54d;
    margin-top: 50px;
    margin-bottom: 10px;
}

.ricerca-page .testataist .search-text::after {
    border-bottom: 2px solid white;
    content: "";
    height: 2px;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.ricerca-page .testataist .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

    .ricerca-page .testataist .search-form input {
        background-color: transparent;
        color: white;
        font-family: "Korolev-condensed";
        width: 100%;
        border: none;
        font-size: 60px;
        font-weight: 100;
    }

        .ricerca-page .testataist .search-form input:focus {
            outline: none;
        }

@media(max-width: 767px) {
    .ricerca-page .testataist .search-form input {
        font-size: 40px;
    }
}

.ricerca-page .testataist .search-form button[type="submit"] {
    width: 50px;
    height: 50px;
    background-color: #ffa200;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 24px;
}

    .ricerca-page .testataist .search-form button[type="submit"]::before {
        color: black;
    }

.ricerca-page .navigator-left {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 45px;
    display: none;
}

.ricerca-page .navigator-right {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 45px;
    display: none;
}

@media(max-width: 550px) {
    .ricerca-page .navcontainer {
        overflow: auto;
        margin-right: 18px;
        margin-left: 18px;
    }

    .ricerca-page .navigator-right {
        display: block;
    }

    .ricerca-page .navigator-left {
        display: block;
    }
}

@media(max-width: 550px) {
    .ricerca-page .nav.nav-tabs {
        overflow: auto;
        width: 420px;
    }

        .ricerca-page .nav.nav-tabs::before {
            opacity: 0;
            opacity-transition: all 0.5s ease 0s;
            opacity--moz-transition: all 0.5s ease 0s;
            opacity--webkit-transition: all 0.5s ease 0s;
            opacity--o-transition: all 0.5s ease 0s;
            opacity--ms-transition: all 0.5s ease 0s;
            opacity--khtml-transition: all 0.5s ease 0s;
        }
        /*.ricerca-page .nav.nav-tabs.leftshade::before {
    content: "";
    opacity: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    width: 100px;
    height: 45px;
    position: absolute;
    left: 0px;
    background: rgba(255, 255, 255, 0.6);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    z-index: 999999;
  }*/
        .ricerca-page .nav.nav-tabs.rightshade::after {
            content: "";
            opacity: 1;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -khtml-transition: all 0.3s ease 0s;
            width: 100px;
            height: 45px;
            position: absolute;
            right: 0px;
            background: rgba(255, 255, 255, 0.6);
            background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), white);
            background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white);
            background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white);
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
            background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
            background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        }
}

.ricerca-page .nav.nav-tabs li a {
    font-family: "Raleway";
    font-weight: bold;
    font-size: 12px;
    margin-right: 40px;
    padding: 15px 0px 10px 0px;
    border: 0px;
    color: #666666;
}

@media(max-width: 550px) {
    .ricerca-page .nav.nav-tabs li a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ricerca-page .nav.nav-tabs li a:hover,
.ricerca-page .nav.nav-tabs li a:focus {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    color: #2b8b4a;
    border-bottom: 4px solid green !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.ricerca-page .nav.nav-tabs li.active a {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 4px solid green !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    color: #2b8b4a;
}

.ricerca-page .contatore {
    font-family: "korolev";
    font-size: 16px;
    color: #999999;
    margin: 20px 0px;
}

.ricerca-page .response-articoli {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    margin-bottom: 28px;
}

    .ricerca-page .response-articoli .immagineanteprima {
        margin-right: 50px;
    }

    .ricerca-page .response-articoli .content {
        margin: auto 0;
    }

@media(max-width: 767px) {
    .ricerca-page .response-articoli {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .ricerca-page .response-articoli .immagineanteprima {
            margin: 0 auto;
            max-width: 320px;
        }

            .ricerca-page .response-articoli .immagineanteprima img {
                max-width: 100%;
                height: auto;
            }
}

.ricerca-page .response-istituzionale {
    margin: 28px 0px;
}

.ricerca-page .titolo-res {
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .ricerca-page .titolo-res {
        font-size: 30px;
        margin-top: 30px;
    }
}

.ricerca-page .titolo-res a {
    font-family: "korolev-condensed";
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    line-height: 36px;
}

    .ricerca-page .titolo-res a:hover {
        text-decoration: none;
    }

.ricerca-page .testo {
    font-family: "Raleway";
    font-size: 16px;
    color: #666666;
}

.ricerca-page .searchbread {
    font-family: "Raleway";
    font-size: 11px;
    margin: 15px 0px;
}

    .ricerca-page .searchbread .bread {
        color: #2b8b4a;
        font-size: 14px;
        text-decoration: underline;
        margin-right: 20px;
        position: relative;
    }

        .ricerca-page .searchbread .bread:not(:last-of-type)::after {
            content: ">";
            font-size: 11px;
            display: inline-block;
            vertical-align: text-bottom;
            pointer-events: none;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -13px;
        }

.ricerca-page .container-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    margin-bottom: 28px;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .ricerca-page .container-video .anteprimavideo {
        margin-right: 50px;
        position: relative;
    }

        .ricerca-page .container-video .anteprimavideo .durata {
            position: absolute;
            right: 0px;
            bottom: 0px;
            background-color: black;
            color: white;
            font-weight: bold;
            padding: 3px 10px;
        }

.ricerca-page .container-immagini .immagine {
    display: inline-block;
    margin-bottom: 10px;
}

    .ricerca-page .container-immagini .immagine img {
        max-width: 100%;
        height: auto;
    }

@media(min-width: 1200px) {
    .ricerca-page .container-immagini .immagine:nth-child(3n-1) {
        margin: 0px 90px;
    }
}

@media(max-width: 1200px) {
    .ricerca-page .container-immagini .immagine {
        margin: 0px 70px;
    }
}

@media(max-width: 992px) {
    .ricerca-page .container-immagini .immagine {
        margin: 0px 20px;
    }
}

@media(max-width: 767px) {
    .ricerca-page .container-immagini .immagine {
        display: block;
        margin: 0 auto;
        max-width: 320px;
    }
}

.ricerca-page .paginazione {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #cccccc;
    padding: 20px 0px;
    color: #999999;
    font-weight: bold;
    font-size: 24px;
    font-family: "korolev-condensed";
}

    .ricerca-page .paginazione .puntini {
        margin-left: 20px;
        margin-right: 0px;
    }

@media(max-width: 767px) {
    .ricerca-page .paginazione .puntini {
        margin-left: 0px;
    }
}

.ricerca-page .paginazione .prevbtn {
    text-decoration: none;
}

@media(max-width: 767px) {
    .ricerca-page .paginazione .prevbtn span.text-btn {
        display: none;
    }
}

.ricerca-page .paginazione .prevbtn:hover,
.ricerca-page .paginazione .prevbtn :focus {
    text-decoration: none;
}

.ricerca-page .paginazione .prevbtn::before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 15px;
    margin-left: 10px;
    font-size: 13px;
    vertical-align: middle;
}

.ricerca-page .paginazione .nextbtn {
    text-decoration: none;
}

@media(max-width: 767px) {
    .ricerca-page .paginazione .nextbtn span.text-btn {
        display: none;
    }
}

.ricerca-page .paginazione .nextbtn:hover,
.ricerca-page .paginazione .nextbtn :focus {
    text-decoration: none;
}

.ricerca-page .paginazione .nextbtn::after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    margin-left: 15px;
    font-size: 13px;
    vertical-align: middle;
}

.ricerca-page .paginazione a {
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

    .ricerca-page .paginazione a:hover,
    .ricerca-page .paginazione a :focus {
        text-decoration: none;
    }

    .ricerca-page .paginazione a.active {
        color: black;
    }

    .ricerca-page .paginazione a.lastnumber {
        margin: 0px 20px;
    }

@media(max-width: 767px) {
    .ricerca-page .paginazione a.lastnumber {
        margin-right: 10px;
    }
}

.ricerca-page .paginazione ul {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
}

    .ricerca-page .paginazione ul li {
        margin: 0px 7px;
    }

        .ricerca-page .paginazione ul li a {
            color: #999999;
        }

@media(max-width: 1400px) {
    .call-to-action .call-to-action-title span {
        font-size: 38px;
    }

    .call-to-action .call-to-action-btn {
        font-size: 38px;
    }
}

@media(max-width: 1200px) {
    .immagine-prodotto {
        width: 770px;
    }

    .call-to-action .call-to-action-title span {
        font-size: 38px;
    }

    .call-to-action .call-to-action-btn {
        font-size: 38px;
    }
}

@media(max-width: 1024px) {
    .immagine-prodotto {
        max-width: 100%;
        height: auto;
    }

    .form-contatto .title {
        font-size: 40px;
    }

    .form-contatto .sottotitolo {
        font-size: 16px;
    }

    .form-contatto .btn.btn-scopri {
        font-size: 20px;
        padding: 5px 20px;
    }

    .container-prodotto .popup {
        margin-left: 0px;
        top: auto !important;
        left: -webkit-calc(50% - 120px) !important;
        left: -moz-calc(50% - 120px) !important;
        left: calc(50% - 120px) !important;
        border: 3px solid #9fc54d !important;
        bottom: 45px !important;
    }
}

@media(max-width: 992px) {
    .call-to-action .call-to-action-title {
        height: 70px;
    }

        .call-to-action .call-to-action-title span {
            font-size: 30px;
        }

    .call-to-action .call-to-action-btn {
        font-size: 30px;
        height: 70px;
    }

    .dettaglio-blog .breadcrumb-container .col-lg-12 .social-area {
        display: none;
    }
}

@media(max-width: 767px) {
    .call-to-action {
        margin: 20px 0px;
    }

        .call-to-action .action {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .call-to-action .action .call-to-action-title {
                width: 100%;
                -webkit-border-bottom-left-radius: 0px;
                -moz-border-radius-bottomleft: 0px;
                border-bottom-left-radius: 0px;
                -webkit-border-bottom-right-radius: 0px;
                -moz-border-radius-bottomright: 0px;
                border-bottom-right-radius: 0px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                border-top-right-radius: 5px;
                height: 50px;
            }

            .call-to-action .action .call-to-action-btn {
                width: 100%;
                height: 50px;
            }
}

@media(max-width: 450px) {
    .call-to-action .action .call-to-action-title {
        height: 60px;
    }

        .call-to-action .action .call-to-action-title span {
            font-size: 20px;
        }
}

.call-to-action .action .call-to-action-btn {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

.sport-icon-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .sport-icon-container .ico-sport-holder {
        position: relative;
        margin: 3px 3px;
    }

        .sport-icon-container .ico-sport-holder:hover > .ico-sport-title {
            opacity: 1;
            transition: opacity 0.3s ease 0s;
            -moz-transition: opacity 0.3s ease 0s;
            -webkit-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            -ms-transition: opacity 0.3s ease 0s;
            -khtml-transition: opacity 0.3s ease 0s;
        }

        .sport-icon-container .ico-sport-holder .ico-sport-title {
            border-radius: 5px;
            z-index: 99999;
            position: absolute;
            bottom: 50px;
            width: 140px;
            z-index: 31;
            background-color: #eeeeee;
            padding: 10px;
            font-family: "Raleway";
            box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
            left: 50%;
            margin-left: -70px;
            border-radius: 5px;
            text-transform: uppercase;
            font-weight: bold;
            text-align: center;
            color: #a0a0a0;
            font-size: 12px;
            opacity: 0;
            transition: opacity 0.3s ease 0s;
            -moz-transition: opacity 0.3s ease 0s;
            -webkit-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            -ms-transition: opacity 0.3s ease 0s;
            -khtml-transition: opacity 0.3s ease 0s;
        }

.ico-sport-title:after {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    border-top: 10px solid #eee;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.mobile-blogger {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .dettaglio-blog .sidebar {
        order: 1;
    }

    .dettaglio-blog .breadcrumb-container {
        margin-top: 45px;
    }

    .dettaglio-blog .testatacontainer {
        order: 3;
    }
}

.no-result {
    font-size: 30px;
    padding: 20px 0px;
    font-family: "korolev-condensed";
}

.container-immagini {
    margin-bottom: 30px;
}

.btn.btn-rispondi {
    font-family: "korolev-condensed", sans-serif;
    background-color: #ffa300;
    border-bottom: 1px solid rgba(0, 0, 0, .6);
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    color: black;
}

.comment.answer {
    margin-left: 4vw;
}

@media(max-width: 767px) {
    #map,
    #mapreferenze {
        display: none;
    }
}

.menuResponsive ul.language-list.list-unstyled li i {
    display: block;
}

.menuResponsive ul.language-list.list-unstyled li {
    display: block;
    text-align: center;
}

ul.language-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 10px;
}

.menuResponsive hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.language-list a.opener {
    color: #fff;
    font-size: 13px;
}

.menuResponsive.active {
    z-index: 99999999;
}

textarea#note {
    height: 270px;
}

@media (max-width: 780px) {
    .slider-impianti .slick-next.slick-arrow,
    .sport-page .impianti .slick-next.slick-arrow {
        right: -2px;
        /* top: inherit; */
        bottom: -20px;
        z-index: 99999;
    }

    .slider-impianti .slick-prev.slick-arrow,
    .sport-page .impianti .slick-prev.slick-arrow {
        left: -2px;
        /* top: inherit; */
        bottom: -20px;
        z-index: 99999;
    }
}

ul.nav.navbar-nav.lingue-flag {
    margin-right: 8px;
}

.sidebarpage-container .testo .iub_content.legal_pp ul > li:before {
    display: none;
}

.sidebarpage-container .testo .iub_content.legal_pp ul > li {
    text-indent: 0;
}

.center {
    text-align: center;
}

.bgcover {
    background-position: center;
    background-size: cover;
}

.jsvideoasync {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgcover > svg {
    width: 70px;
    cursor: pointer;
}

.breadcrumb-container .col-lg-12 .social-area {
    display: none;
}

.dettaglio-blog .breadcrumb-container .col-lg-12 .social-area {
    display: flex;
    align-items: center;
}

.breadcrumb-container .col-lg-12 {
    display: flex;
    justify-content: space-between;
}

.dettaglio-blog .social-area .title {
    margin: 0;
    padding: 0;
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.social-list svg {
    fill: #fff;
}

ul.list-inline.social-list {
    margin-bottom: 6px;
    margin-top: 8px;
}

.social-networks .social-area svg.at-icon.at-icon-facebook {
    background-color: rgb(59, 89, 152);
}

.social-networks .social-area svg.at-icon.at-icon-linkedin {
    background-color: #0077B5;
}

.container h2:not(.titolo-responsive) {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3c3c;
    margin-top: 10px;
}

.categorie-block.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categorie-block .home-index2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.categorie-block .titolo-container .titolo-categorie {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.2vw;
    line-height: 1.2;
}

@media (min-width: 1920px) {
    .categorie-block .titolo-container .titolo-categorie {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    .categorie-block .titolo-container .titolo-categorie {
        font-size: 3.6vw;
    }
}

@media (max-width: 992px) {
    .categorie-block .titolo-container .titolo-categorie {
        font-size: 26px;
        padding: 15px;
    }
}

.gm-style .gm-style-iw-t::after {
    display: none;
}

html {
    scroll-behavior: smooth;
}

@media(min-width: 768px) {
    .mobile-image {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .desktop-image {
        display: none !important;
    }

    .slider-home {
        min-height: 350px;
    }
}

.slider-home {
    min-height: 460px;
}

.categorie-block {
    min-height: 247px;
}

.slider-home,
.categorie-block {
    opacity: 0;
    height: 0px;
}

    .slider-home.active,
    .categorie-block.active {
        opacity: 1;
        height: auto;
        transition: all 0.4s ease-out;
    }

/* CORE WEB VITALS */
@media (max-width: 412px) {
    .slider-home {
        min-height: 360px;
    }

    .referenze .referenza .stadio {
        min-height: 209px;
    }

    [data-mobile]{
        background-image: none !important;
    }

    div#iubenda-cs-banner,
    .referenze .referenza .stadio {
        opacity: 0;
        height: 0px;
    }

        div#iubenda-cs-banner.active,
        .referenze .referenza .stadio.active {
            opacity: 1;
            height: auto;
            transition: all 0.4s ease-out;
        }
}


button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
    opacity: 1 !important;
    z-index: 5 !important;
    pointer-events: auto !important;
}

/* INSTAGRAM POSTS SECTION */
.instagram-posts-wrapper {
    margin: 100px auto;
}

    .instagram-posts-wrapper .insta-gallery {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 880px;
        width: 100%;
        margin: 0 auto;
    }

        .instagram-posts-wrapper .insta-gallery .gallery-item {
            position: relative;
            margin-bottom: 10px;
            height: 293px;
            width: 293px;
        }

            .instagram-posts-wrapper .insta-gallery .gallery-item img {
                max-width: 100%;
                height: auto;
                max-height: 100%;
                max-height: 100%;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

    .instagram-posts-wrapper .h2 {
        font-family: "korolev-condensed", sans-serif;
        font-weight: bold;
        text-align: center;
        padding: 25px 0px;
    }

        .instagram-posts-wrapper .h2:after {
            height: 3px;
            width: 50px;
            left: 50%;
            margin: 0 0 0 -25px;
            bottom: 0;
            content: "";
            background: #284c4e;
        }

    .instagram-posts-wrapper .gallery-item:hover .obscured {
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        background-color: #284c4e;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .instagram-posts-wrapper a.obscured {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .75;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .instagram-posts-wrapper a.obscured:hover,
        .instagram-posts-wrapper a.obscured:focus {
            color: #fff;
        }

.instagram-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link-modal{
    margin-top: 20px;
}

.instagram-flex-container,
.description-instagram {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

.close-icon-button {
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 3px #888888;
    border-color: #888888;
}

    .close-icon-button .fa-times::before {
        font-size: 30px;
    }

[data-modal-instagram]{
    padding: 0 20px !important;
}

.modal-dialog {
    width: 100%;
    margin: 30px auto;
}

.imgInstaBig {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.imgInstaBig img{
    width: 100%;
    height: auto;
}

@media(max-width: 768px) {
    .instagram-posts-wrapper .gallery-item {
        height: 224px !important;
        width: 224px !important;
    }
}

@media(max-width: 767px) {
    .instagram-posts-wrapper .gallery-item {
        height: 129px !important;
        width: 129px !important;
    }
}

@media(max-width: 375px) {
    .instagram-posts-wrapper .gallery-item {
        height: 110px !important;
        width: 110px !important;
    }
}

.no-underline {
    text-decoration: none !important
}

.richiesta_inviata_message_container_hide, .errore_invio_message_container_hide {
    display: none;
}

#richiesta_inviata_message {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #00dc00;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

#errore_invio_message {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: red;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.comment-form{
    visibility: collapse;
}