@charset "UTF-8";
/* CSS Document */


.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin-right: 50px;

    font-size: 13px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #a5aad9;
    margin-right: 50px;

    font-size: 13px;
}

.backbody {
    background-image: linear-gradient(to bottom right, #242c79, #0f1447, #030837);
}

.backchisiamo {
    background-image: linear-gradient(to bottom right, #030837, #0f1447, #242c79);
}


h1 {
    font-size: 40px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
}

h2 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 300;
    line-height: 35px;
    padding-top: 80px;
}



.underline {
    border-bottom: 1px solid #eef218;
    line-height: 15px;
}


.sottotitolo {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 300;
}

.txt {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 200;
}

.nopadding {
    margin: 0px;
    padding: 0px;
}

.titoli {
    font-size: 100px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-shadow: 4px 4px rgba(18, 17, 17, 0.53);
    padding-top: 100px;
    padding-bottom: 500px;
}

.titolimedi {
    font-size: 100px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-shadow: 4px 4px rgba(18, 17, 17, 0.53);
    padding-top: 100px;
}

.txtmedi {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-weight: 200;
    padding-bottom: 140px;
}



.backlavastoviglie {
    background-image: url("../img/lavastoviglie.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backlavastoviglie:hover {
    background-image: url("../img/lavastoviglie.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}

.backtv {
    background-image: url("../img/tv.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backtv:hover {
    background-image: url("../img/tv.jpg");
    /* The image used */
    background-position: top;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}

.backtelefono {
    background-image: url("../img/telefono.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backtelefono:hover {
    background-image: url("../img/telefono.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}

.backpiccoli {
    background-image: url("../img/piccoli.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backpiccoli:hover {
    background-image: url("../img/piccoli.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}

.backsky {
    background-image: url("../img/sky.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backsky:hover {
    background-image: url("../img/sky.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}

.backtivu {
    background-image: url("../img/tivu.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backtivu:hover {
    background-image: url("../img/tivu.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}

.backasko {
    background-image: url("../img/asko.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backasko:hover {
    background-image: url("../img/asko.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}

.backliebherr {
    background-image: url("../img/liebherr.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.backliebherr:hover {
    background-image: url("../img/liebherr.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}


.backmappa {
    background-image: url("../img/mappa.jpg");
    /* The image used */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    height: 250px;
}

.backmappa:hover {
    background-image: url("../img/mappa.jpg");
    /* The image used */
    background-position: bottom;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    transition-duration: 5s;
}


/* ------------------------------------------------------------------------------------------------------------------------------------- Slider */

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 350px;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.loghi-partner {

    padding-right: 100px;
    padding-top: 5px;
    margin: 0px;
}

.navbar-toggler {
    background-color: #fff;
}

#whatsapp {
    position: fixed;
    left: 0;
    z-index: 1040;
    bottom: 0;
}

a {
    color: white;
}

@media only screen and (max-width: 830px) {
    .titoli {
        font-size: 28px;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        text-shadow: 4px 4px rgba(18, 17, 17, 0.53);
        padding-top: 100px;
        padding-bottom: 300px;
    }

    .titolimedi {
        font-size: 35px;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        text-shadow: 4px 4px rgba(18, 17, 17, 0.53);
        padding-top: 100px;
    }

    .slick-slide {
        margin: 0px 0px;
    }

    .slick-slide img {
        width: 200px;
    }

    .point {
        width: 30%;
    }
}