body.splash .ui.grid .ui.segment .testo {
    font-size: 1.1rem;
}

body.splash .active.dimmer {
    z-index: 1 !important;
    background: rgba(0, 0, 0, .75);
    margin-top: -1px;
}

body.splash .header {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

body.splash .header h1 {
    margin-top: 2.5rem !important;
    font-size: 10rem;
} 

body.splash .header h2 {
    color: white;
    font-size: 3rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 3rem;
}

body.splash ul {
    margin: 0;
    padding-left: 1rem;
    list-style-type: none;
}

body.splash ul li {
    margin-bottom: 2.5rem;
}

body.splash .ui.button.entra {
    padding: 0.5rem 3.5rem 0.5rem 1rem !important;
    position: relative;
}

body.splash .ui.button.entra:not(.loading):after {
    content: '';
    position: absolute;
    border-bottom: 1px solid white;
    width: 30px;
    top: 50%;
    margin: 0 0.5rem 0 0.5rem;
}

body.splash .banner {
    width: 100%;
    text-align: center;
    padding: 1rem 25vw;
    margin: 2rem 0;
}

body.splash .reveal {
    height: 462px;
    width: 350px;
    overflow: hidden;
}

body.splash .reveal.testo {
    overflow: auto;
    padding-right: .5rem;
}

body.splash .reveal.testo::-webkit-scrollbar {
    width: 3px;
}

body.splash .link.icon.chiudi {
    position: absolute;
    right: .5rem;
    top: 2rem;
    display: none;
}

body.splash .reveal.testo .link.icon.chiudi {
    display: inline-block;
}

.ui.segment.box-superiore {
    margin: -1rem -1rem 0 -1rem !important;
    padding: 0 !important;
    background: url(img/background-ricerca-8.png) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 40vh;
    text-align: center;
}

body.splash .header-colonna {
    position: relative;
    margin-bottom: 1.5rem;
}

body.splash .header-colonna img {
    width: 100%;
}

body.splash .header-colonna h1 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin: 0;
    line-height: 3rem;
}

body.splash .owl-carousel .item {
    position: relative;
}

body.splash .owl-carousel .item .didascalia {

    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    padding: .25rem .5rem;
    text-align: left;
    font-size: 1.1rem;
}

body.splash .owl-carousel img {
    width: auto;
}

body.splash .evidenzia {
    font-size: 1.1em;
    font-family: "Proxima Nova Condensed Black";
}

body.splash .cover {
    width: 25rem;
    height: 30rem;
    background-size: cover;
    margin-bottom: 1rem;    
}

body.splash .ui.segment.contenitore {
    padding: 0;
    overflow: hidden;
}

body.splash h3,
body.splash .h3 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold !important;
    font-family: "Proxima Nova Condensed Bold" !important;
}

@media only screen and (max-device-width: 768px) {
    body.splash {
        zoom: 2 !important;
    }

    body.splash .ui.segment.box-superiore {

        height: 15vh;

    }

    body.splash .ui.grid > .column {
        width: 100%!important;
        margin: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        padding: 1rem 1rem;
    }

    body.splash .ui.grid.descrizione > .column {
        display: flex;
        justify-content: center !important;
    }

    body.splash .header h1 {
        margin-top: 1rem !important;
        font-size: 9rem;
    }    

    body.splash .header h2 {
        font-size: 2.6rem;
    }

    body.splash .banner {
        padding: 1rem 5vw;
    }

}

@media screen  and (max-width: 1024px) {
    
    body.splash .ui.two.column.stackable.grid {

        margin: 1.5rem !important;
    }

    .owl-carousel {
        width: 100% !important;
    }

    body.splash h3,
    body.splash .h3 {
        font-size: 1.8rem;
    }

}

@media screen and (orientation: landscape) and (max-width: 1439px) {
    
    body.splash .header h1 {
        margin: 0 !important;
    }

    body.splash .ui.two.column.stackable.grid {

        margin: 1.5rem !important;
    }

    .ui.segment.box-superiore {
        height: 37vh;
        min-height: 300px;
    }

}

@media screen and (orientation: portrait) and (max-width: 1024px) {

    body.splash .header h1 {
        margin: .5rem !important;
    }

    .ui.segment.box-superiore {
        height: 17vh !important;
        min-height: 300px;
    }

}
