.paginazioneattivo {
    background-color: #ff0000;
}

span.current.page-link.paginazioneattivo.grigioScuro:not(:disabled):not(.disabled):hover {
    color: #5a6268;
}
span.current.page-link.paginazioneattivo.grigioScuro:not(:disabled):not(.disabled) {
    color: #ffffff;
}




.iconavolume{
    font-size: xx-large ;
    color:red;
    position:absolute;
    bottom:10vh;
    right:10vh;
    z-index:16;
    cursor: pointer;
}

#divRivenditore {
    /*background-image: url('/images/internoEstate.jpg');*/
    background-image: url('/images/sfondo_rivenditori.png');
    background-position: center center;
    background-size: cover;
}

.carouselVideo {
    line-height: 0px;
}

.allineaVertical {
    display: flex;
    align-items: center;
}

.carousel-fade .carousel-item > video {
    /*height: 100vh;*/
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-origin: content-box;
    background-clip: content-box;
    background-position: center;
    color: rgba(0, 0, 0, 0.56);
    right: 0;
    left: 0;
    resize: both;
}

/*
.carousel-control-prev-icon, .carousel-control-next-icon {
    background:none;
    border:2px solid #fff;
    height:60px;
    width:60px;
    line-height:55px;
    opacity:9 !important;
    filter:brightness(100%) !important;
    font-size:40px;
    border-radius:100%;
}
*/


.disegno {
    max-width: 100%;
}

.la {
    opacity: 99;
    z-index: 1;
    position: relative;
}



.carousel-caption.home {
    width: 370px;
}

.sliderVideo {
    /*height: 100vh;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.carouselVideo.active {
    overflow: hidden;
    display: block !important;
}

#tuttiFucili {
    margin: auto;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.titoloHome {
    font-size: 24px;
    margin-bottom: 20px;
}

#didascalia {
    /*
    margin: auto;
    font-size:20px;
    max-width:47ch;
    */
}

#tuttiFucili h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

#tuttiFucili h2 {
    margin-top: 20px;
}

#sidebarCollapse {
    background-color: transparent;
    border-color: transparent;
}

#content {
    padding-top: 0 !important;
}

#tabellaCategorie {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
}

.spazioVuoto {
    width: 15%;
}

.grandi {
    font-size: 1.8rem;
}

.myNavbar {

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    /*background-color: transparent;*/
    background-color: white !important;
}

.cambiaColore {
    color: #6A737A;
}

.carousel-item:before {
    /*
    -webkit-box-shadow: inset 0px 0px 102px 53px rgba(0,0,0,0.97);
    -moz-box-shadow: inset 0px 0px 102px 53px rgba(0,0,0,0.97);
    box-shadow: inset 0px 0px 102px 53px rgba(0,0,0,0.97);
    */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: rgba(255, 255, 255, 0);
}

.carousel-indicators {
    bottom: 40px;
}

#frecciagiu {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 15;
    color: white;
    text-align: center;
    font-size: 25px;
    width: 20vw;
    margin: auto;
}

.titoliArmi {

    letter-spacing: 0.1rem;
    font-size: 1.1rem;
}

.cercaHome {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contenutoTec:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.contenitoreTec {
    /*
    height: 35vw !important;
    width: 35vw !important;
*/
    margin-bottom: 20px !important;
    overflow: hidden !important;
}

.contenutoTec {
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.divLogo {
    width: 15%;
    position: absolute;
    bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.carousel-myItem.home {
    height: 100vh;
}

.carousel-item {
    height: 100vh;
}

.manina {
    cursor: pointer;
}



/* STILI MOBILI */
@media (max-width: 576px) {

    .centraDivRes {
        /*
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        */
    }

    .testoCarouselOrizz{
        font-size:17px;
        top: 5px;
    }


    .bottoniTecno{
        width:80%;
    }


    .carousel-myItem.home {
        height: 70vh;
    }

    .carousel-item {
        height: 70vh;
    }

    .divLogo{
        bottom: 20px;!important;
    }

    .carousel-indicators {
        bottom: 0px;!important;
    }

    #frecciagiu {
        bottom: -25px;!important;
    }

    .iconavolume{
        bottom:3vh;
        right:3vh;
    }
}

/*@media (min-width: 768px) {
    .divnews{
        height: 39vh;
    }
}

@media (min-width: 2200px) {
    .divnews{
        height: 25vh;!important;
    }
}*/

@media (max-width: 576px) {
    .classetitolo{
        height: auto;
    }
    .classelegginews{
        bottom: -10px!important;
    }
}

.classelegginews {
    bottom: 0px;
    position: absolute;
}

.classetitolo{
    height: 4em;
}

.classedescrizione{
    height: 10em;
}

@media (max-width: 768px) {

    .divLogo {
        width: 40% !important;
    }

    #tuttiFucili {
        width: 100% !important;
    }




}

@media (max-width: 1024px) {
    .sliderVideo {
        width: unset !important;
        height: 100%;
        display: block !important;
        position: absolute !important;
        margin: 0 auto !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}



.gridder-navigation{
    text-align: left;
}

.stampa_btn {
    border-radius: 0;
    font-size: 0.8rem;
}


.contenitoreVideo {
    display: block;
    position: relative;
    cursor: pointer;
}

#pulsantePlay2 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    height: 48px;
    bottom: 0;
}