.fullscreen-slider {
    position: relative;
    overflow: hidden;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.fullscreen-slider.conbordo {
    border-right: 40px solid #fff;
    border-left: 40px solid #fff;
    border-bottom: 40px solid #fff;
}


fullscreen-slider .owl-carousel .owl-item {
    position: relative;
    height: 100%;
}

.fullscreen-slider .item {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fullscreen-slider .item img {
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.fullscreen-slider .item img {
    width: 100%;
    height: auto;
    min-width: 100%;
}

.collection-desc {
    color: #fff;
    font-family: 'Avenir';
    line-height: 1.2;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 5%;
    max-width: 550px;
    border-radius: 15px;
}

.collection-desc h2 {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    padding: 7px;
}

.collection-desc p {
    font-size: 16px;
    font-family: 'Avenir';
    color: #fff;
    font-weight: normal;
    padding: 7px;
}

.buy-now-btn {
    background-color: rgba(0,0,0,0.5);
    width: 30px;
    height: 30px;
    border: none;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    padding: 0;
    position: relative;
    cursor: pointer;
    background-image: url(../images/freccia-bianca.svg);
    background-size: 18px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    margin-top: 10px;
    border-radius: 7px;
}

.collection-desc.animated.slow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.buy-now-btn.animated.slower {
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
}



.fullscreen-slider .owl-dots {
    position: absolute;
    top: 50%;
    width: 20px;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin-top: -80px;
}

.fullscreen-slider .owl-dot {
    width: 12px;
    height: 12px;
    border: 0px;
    margin: 5px 0px;
    padding: 0px;
    display: inline-block;
    background: transparent;
}

.fullscreen-slider .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
}

.fullscreen-slider .owl-dot.active span {
    background-color: rgba(0,0,0,1);
}

.fullscreen-slider .owl-dot:focus,
.fullscreen-slider .owl-dot:hover {
    outline: none;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

/*== Carosello metalli ==*/

#owl-fotoincisione-metalli .item {
    position: relative;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 253px;
}

#owl-fotoincisione-metalli .item a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#owl-fotoincisione-metalli .item span {
    padding: 10px 20px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #fff;
}

#owl-fotoincisione-metalli .item:hover span {
    padding: 10px 25px;
    letter-spacing: 5px;
}



#owl-fotoincisione-metalli .item:hover {
    background-size: 150% 150%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}


#owl-fotoincisione-metalli .item .sfondo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
}

#owl-fotoincisione-metalli .item:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#owl-fotoincisione-metalli .item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#owl-fotoincisione-metalli .item:hover span,
#owl-fotoincisione-metalli .item span {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


#owl-fotoincisione-metalli .owl-nav button.owl-next,
#owl-fotoincisione-metalli .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-image: url(../images/arrow-owl.png);
    background-position: 0 0;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    outline: none;
    transition: all 0.2s ease-out;
}

#owl-fotoincisione-metalli .owl-nav button.owl-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#owl-fotoincisione-metalli .owl-nav button.owl-next {
    right: 20px;
}

#owl-fotoincisione-metalli .owl-nav button.owl-prev {
    left: 20px;
}

#owl-fotoincisione-metalli .owl-nav button.owl-next span,
#owl-fotoincisione-metalli .owl-nav button.owl-prev span {
    display: none;
}

#owl-fotoincisione-metalli .owl-nav button.owl-next:hover,
#owl-fotoincisione-metalli .owl-nav button.owl-prev:hover {
    opacity: 0.4;
    transition: all 0.2s ease-out;
    background-color: transparent;
}


/*== Carosello gallery ==*/
.outer {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

#big .item {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#thumbs .item {
    background: #fff;
    margin: 7px;
    text-align: center;
    cursor: pointer;
}

#thumbs .current .item {
    opacity: 0.5
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #b44e77;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    border-radius: 0px;
    background: #333;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    background-image: url(../images/freccia-bianca.svg);
    background-size: 18px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#big.owl-theme .owl-next .fa, #big.owl-theme .owl-prev .fa {
    display: none;
}

#big.owl-theme .owl-prev {
    left: 10px;
    transform: rotate(180deg);
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #333;
}

@media screen and (max-width: 1800px) and (min-width: 991px) {

    #owl-fotoincisione-metalli .item {
        position: relative;
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 300px;
    }
}


@media only screen and (max-width: 1280px) {
    .fullscreen-slider.conbordo {
        border-right: 20px solid #fff;
        border-left: 20px solid #fff;
        border-bottom: 20px solid #fff;
        ;
    }
}

@media only screen and (max-width: 1024px) {
    .fullscreen-slider .item img {
        width: auto;
        height: 100%;
    }
}


@media only screen and (max-width: 900px) {
    .fullscreen-slider,
    .fullscreen-slider .item {
        height: 600px;
        min-height: 600px;
    }
    .collection-desc {
        max-width: 450px;
    }

    .collection-desc h2 {
        font-size: 30px;
    }

    .collection-desc p{
        font-size: 15px;
    }

    .fullscreen-slider {
        top: 80px;
    }

    .fullscreen-slider.header-home {
        top: 0px;
    }

    #contenitore-globale.solo-home {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .fullscreen-slider,
    .fullscreen-slider .item {
        height: 400px;
        min-height: 400px;
    }



    .collection-desc {
        max-width: 70%;
        top:20%;
    }

}

@media only screen and (max-width: 480px) {
    .fullscreen-slider,
    .fullscreen-slider .item {
        height: 300px;
        min-height: 300px;
    }

    .fullscreen-slider {
        top: 52px;
    }

    #contenitore-globale.solo-home {
        margin-top: 20px;
    }

    .collection-desc {
        max-width: 80%;
    }
}
