*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
body,
html{
    height: 100%;
}

body{
    font-family: 'Lato', sans-serif;
    margin: 0vw;
    background-color: #fff; /*#eee;*/    
}
html,body{
    font-size: 16px;
}


.special{
    font-style: italic;
    color:#000;
    font-size: 1.2rem;
}



.logo {
    width: 21vw;
    padding-left: 2vw;
    padding-top: 2vw;
    padding-bottom: 1vw;
}
.logo img{
    width: 100%;
}

.BigIntro{font-size: 2rem;}
.BigIntro2{font-size: 1.7rem;

    font-weight: 200;
}

.aw:after{
    content: " / ";
}

.half{width: 60%!important;
}

.titolone:before{
    content: "/";
}
.titolone{
    display: block;
    font-size:2rem;
    letter-spacing: 5px;
    margin-bottom: 1rem;
    color: #6ecfbd;
    font-weight: bold;
}

.black{
    color:black;
}

.dida{
    color: #000;
    font-weight: 300;
    font-size: 1.2rem;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 2rem!important;
}
.dida b{font-size: 1.5rem;  
    color:#00cda9;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: bold;
    letter-spacing: 5px;
    display: block;
}

.space{
    height: 100%;
    background-color: aqua;
}

.gray{
    color: gray;
}

#drop{
    position: fixed;
    padding: 25px;
    cursor: pointer;
    transition: all 1s;
    right: 20px;
    width: 16px;
    top:20px;
}

#drop:hover>p{
    background-color: #3da59b;
    width: 18px;
}

nav{
    width: 50%;
    background-color:#3ca59b;
    position: fixed;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -50%;
    transition: all 0.5s ease;
    height: 100%;
    z-index: 50;
}

.navIn{
    left: 0;
}

nav ul li:before{
    content: "";
    display: block;
    width: 0;
    transition: all 1s ease;
    position: absolute;
    z-index: -1;
    background-color: white;
    height: 100%;
    
}
nav ul li{
    color: white;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 1vw;
    transition: all 1s ease;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2rem;
}

nav ul li:hover{
   color: black;
}

nav ul li:hover:before{
    width: 109%;
}



#drop p{
    height: 2px;
    margin-bottom: 4px;
    background-color: black;
        width: 16px;
}

.dropTrasform{
    width: 30px!important;
}


#btContact{
    opacity: 1;
    cursor: pointer;
    padding: 30px;
    display: flex;
    color: black;    
    justify-content: center;
    font-weight: 400;
    margin: 20px;
    font-size: 1.1rem;
    align-items: center;
    z-index: 1000000000;
    transition: all 0.5s;
    background-color: #ffd800;
    position: fixed;
    right: -200px;
    top:0;
}

.in{
    right: 0!important;
}

.aw span a {
    margin-bottom: 40px;
    display: block;
}

a{
    text-decoration: none;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: black;}

a:hover{
    text-decoration: underline;
}

.easy{ 
    font-weight: 700!important;
}

#btContact:hover{opacity: 1;
  
    background-color: black;
}

.bigyo{
    display: block;
    font-weight: 400;
    opacity: 0;
    margin-right: 5px;
    font-size: 1.24rem;
}
.mainTitle {
    position: absolute;
    color: #1f1f1f!important;
    font-weight: 400;
    left: 0vw;
    opacity: 1;
    font-size: 1.2rem;
    justify-content: center;
    color: black;
    padding-left: 2vw;
}
.mainTitle>span {
    font-size: 2rem;
    letter-spacing: 5px;
    margin-bottom: 1rem;
    color: #ffb200;
    font-weight: bold;
}


.griggio{
    color:#666!important;
}
.stabilo{
    color: black;
    font-size: 2.4rem;
    font-style: italic;
}
.goal{
    left: 40px;
    font-size: 2rem;
    font-weight: 400;
    top:40px;
    color: black;
}

.linkCV{
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.5s;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    color: gray;
    margin-top: 45px;
    position: absolute;  
    display: inline-block;
}




.link a{
    position: relative;
    width: 100%;
    right: -3px;
    bottom: -3px;
    display: block;
}
.link img{
    z-index: -1;
}

.link a:hover{}
.link a:hover:before{   
    opacity: 1;
}

.contatti{
    font-size: 1.6rem;
    font-weight: 300!important;
}

.linea{
    height: 4px;
    background-color: lightgray;
    width: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.link a:before{
    opacity: 0;
    content: "";
    background-image: url(../);
    filter: grayscale(1);
    background-size: cover;
    background-color: #000;
    display: block;
    transition: all 0.5s;
    height: 50px;
    width:50px;
    z-index: 50;
    bottom:0;
    right: 0;    
    position: absolute;
}

.full{
    width: 100%!important;
    font-size: 2rem;
}


#preload{
    position: fixed;
    left: 0;
    top:0;
    background-color: dimgray;
    height: 100%;
    width: 100%;
    z-index: 50000000000000000000; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: black;
    background-color: #2c8579;
}

@keyframes lo {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes intro {
  0%   { opacity: 0; }
  50% { opacity: 1; }
 
}


#loader{
    animation: lo 1.5s infinite;
    color: white;
}

@keyframes lamp{
    0%{opacity: 0.5;}
    50%{opacity: 1;}
    100%{opacity: 0.5;}
    
}


#progetti:before{
    content: "";
    font-weight: 400;
    font-size: 1.8rem;
    padding-left: 20px;
    display: block;
    color: #fff;
    margin-bottom: 10px;    
}
#list{
    padding-left: 20px;
    margin-top: 20px;
    font-weight: 300;
}
#piva{
    position: fixed;    
    font-size: 0.8rem;
    right: 20px;
    bottom: 20px;
    color: darkgray;
}

.nerone{
    color: black!important;
}


footer{
    font-size: 2rem;
    padding-top: 100px;
    padding-bottom: 150px;
    color: black;
    padding-bottom: 150px;
    margin-left: 0vw;
}

footer a{
    color: black;
}
#contact .aw,
#contact .box{
    font-size: 1.2rem;
    line-height:5px;
}

#contatti br{
    margin: 0;
    padding: 0;
}
#contact{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top:-100%;;
    font-size: 1.6rem!important;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    z-index: 100000000000000000;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0,0,0,0.95);
}



#contact img{
    position: absolute;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.5s;
    width: 80px;
    right: 40px;
    top:40px;
}

#contact img:hover{
    opacity: 1;
    transform: rotate(45deg);
}


.yo{
    top:0!important;
}
.NOyo
{
    position: relative;
    top:-200px!important;
}

.black{
    color: black;
}

.aw{
    color: black!important;
    text-transform: uppercase;
    margin-right: 2px;
    font-size: 1.4rem;
    box-sizing: border-box;
    font-weight: 300;
    color:#000!important;
}

.miniBio{
    padding-top: 0px;   
    color: black!important;
    width: 50%;
    font-weight: 300;
    line-height: 25px!important;
    font-size: 1.4rem!important;
}

#cv{
    position: relative;
}

.name{
    padding-bottom:25px!important;
}
.linkCV:hover{
    background-color: black;
    color: black;
}

.corsivo{
    line-height: 20px!important;
    font-style: italic;    
}

.sx{
    padding-left: 80px;
}

.title{
    font-weight: 400;
}

#cv img{
    width: 120px;
}

#progetti{
    font-size: 0;
    width: 100%;
}
.thumb{
    width: calc(50% - 40px);
    padding: 20px;
    vertical-align: text-top;
    box-sizing: 20px;
    display: inline-block;
}


.thumb img{
    width: 100%;
    display: block;
}

#wrap{
    width: 100%;
    position: relative;
    transition: all 0.5s;
    top:0;
    color: black;
    margin-left: auto;
    margin-right: auto;
}

.font1{
    font-weight: 300;
}

.small{
    font-size: 1.6rem!important;
    line-height: 30px!important;
    color: black;
}


#dx{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: right;
    width: 60%;
}

.introcorto{
    height: auto!important;
}
#dx img{
    width: 50%;
    opacity: 0;
    transform: scale(0.5);
    display: block;
}

#sx {
    width: 100%;
    margin-left: 0vw;
}
.box{
    color: black;
    width: 100%;
    font-size: 1.4rem!important;
    padding-right: 5px;
    font-weight:300;
    padding-left: 3vw;
    line-height: 35px;
    box-sizing: border-box; 
}


#intro {
    color: lightgray;
    transition: all 0.5s;
    height: auto;
    /* display: flex; */
    padding-top: 0px;
    padding-bottom: 0px;
    align-content: center;
    justify-content: center;
    line-height: 55px;
    font-size: 3.0rem;
    /* margin-left: 20px; */
    padding-bottom: 3vw;
    /* padding-right: 20px; */
    background-image: url(../images/gelateria-dolomeis-vaschetta-gelato-2400.png);
    /*background-image: url(../images/vaschetta-grande-min.jpg);
    background-image: url(../images/vaschetta-grande-min.jpg);
    background-image: url(../images/vaschetta-grande-min.jpg);
    background-image: url(../images/IMG_1131_scontornata_3.png);*/
    background-repeat: no-repeat; 
    height: 35.8vw;
    background-position: 100% 0;
    background-size: auto 39vw;
    width: 100%;
    /* padding: 0 4vw; */
}  
#about{
    padding-left: 0vw;
    padding-top: 6vw;
}
.big {
    font-size: 10vw;
    position: relative;
    top: 3vw;
    color: #fff!important; 
    left: 6.4vw;
}

.colore2{
    color: #6dcfbe;
    opacity: 1;
}
.colore3{
    opacity: 1; 
    color: #fdc114;
}
.big2{font-size: 8rem;
    color: black!important;
    position: relative;
    top:15px;
    
}
header{
    padding: 20px;
    position: relative;
    box-sizing: border-box; 
}
h1{
    color: black;
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.big{
    position: relative;
    color: black; 
    background-clip: text;
}

.under {
    font-weight: 700;
    /* -webkit-text-stroke: 3px #00cda9; */
    color: #3ca798;
    font-size: 8vw;
    margin-left: 0vw;
    /* animation: lamp 2s ease infinite; */
    line-height: 8.4vw;
}

.big2{
    color: black;
    font-size: 2rem;
}


.duplo{
    color: black;
    position: absolute;
    height: 31px;
    overflow: hidden;
    top:20px;
}





/* GREEN STREP >>> */
.el-home-green-streep {
    background-image: url(../images/sfondo-verde-3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    background-size: 110% auto;
    background-color: white;
}
.el-home-green-streep div.el-home-green-streep-txt {
    color: white;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4vw;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4.2vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: 1.1vw;
}
.el-home-green-streep span {
    font-weight: 700;
}
a.el-numer-home {
    color: #09776a;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-family: 'Poppins';
}
.el-orari-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.el-orari-container p {
    padding-top: 8px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
/* GREEN STREP <<< */





/* LIST >>>*/
.list{
    padding: 4vw 0vw 4vw 0;
    background-color: #fdf8f1;
}
.el-1320 {
    width: 76vw;
    margin-left: auto;
    margin-right: auto;
}
.el-double-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.el-double-list>*{
    width: 50%;
}
.el-single-box-list h3 {
    font-size: 2vw;
    line-height: 2.4vw;
    font-family: 'Marck Script', cursive;
}
.el-chess-single-item-txt {
    padding: 4vw;
}
.el-single-box-list {
    margin-top: 2vw;
}

.el-chess-pistacchio {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/pistacchio-min.png);
    background-position: 50% 115%;
    background-size: 92% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-limone {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/limone.png);
    background-position: 50% 208%;
    background-size: 74% auto;
    height: 30vw;
    background-repeat: no-repeat;
}

.el-chess-cioccolato {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/cioccolato_bio_del_peru-min.png);
    background-position: 50% 107%;
    background-size: 91% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-vaniglia {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/03/vaniglia.png);
    background-position: 50% 100%;
    background-size: 68% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-nocciola {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/nocciola_delle_langhe-min.png);
    background-position: 50% 101%;
    background-size: 84% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-mantecatore {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/mantecatore-less-opacity.png);
    background-position: 91% 102%;
    background-size: auto 87%;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-bicicletta {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/bicicletta-less-opacity-63.png);
    background-position: 91% 102%;
    background-size: 100% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-mila {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/Logo_Mila_opacity-65.png);
    background-position: 35% 94%;
    background-size: 44% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-cadore {
    background-image: url(../images/cadore-less-opacity.png);
    background-position: 2.4vw 11vw;
    background-size: 73% auto;
    height: 31vw;
    background-repeat: no-repeat;
}
.el-chess-confezionamento {
    background-image: url(../images/confezionamento-less-opacity.png);
    background-position: 2.4vw 15vw;
    background-size: 73% auto;
    height: 31vw;
    background-repeat: no-repeat;
}
.el-chess-yogurt {
    background-image: url(../images/illustrations/yogurt-desat-min.png);
    background-position: 47% 100%;
    background-size: auto 58%;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-granita {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/granita-96.png);
    background-position: 43% 150%;
    background-size: 60% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-ceramica {
    background-image: url(https://www.gelateriadolomeis.it/wp-content/uploads/2021/02/ceramica-63.png);
    background-position: 45% 108%;
    background-size: 44% auto;
    height: 30vw;
    background-repeat: no-repeat;
}
.el-chess-single-item-txt{
    padding: 4vw;
}
.el-single-box-list h3 {
    font-size: 2vw;
    line-height: 2.4vw;
    font-family: 'Marck Script', cursive;
    color: #444;
}
.el-single-box-list h5 {
    font-size: 1.4vw;
    line-height: 1.4vw;
    font-family: 'Marck Script', cursive;
    color: #00000082;
    width: 26vw;
}
.el-single-box-list{
    margin-top: 2vw;
}
.el-hp-images-bottom-1 {
    padding: 2vw 1vw 2vw 1.1vw;
}
.el-hp-images-bottom-2 {
    padding: 2vw 2vw 0vw 0vw;
}
.el-hp-images-bottom-3{
    padding: 1vw 2vw 2vw 0vw;
}
/* LIST <<<*/


/* LAST >>>*/

 .gallery-bottom{
    display: flex;
}
.gallery-bottom-1-2{
    width: 50%;
} 
.gallery-bottom img{
    width: 100%;
}
/* LAST <<<*/

.top-page{
    display: flex;
}

.top-page .logo {
    width: 8vw;
}
.top-page-maintitle{
    padding-top: 6vw;
}
.top-page-maintitle .mainTitle{
    position: inherit !important;
}
.top-page-maintitle .mainTitle{
  width: 100%;
  height: 100%;
/*  animation: pulse 5s infinite;*/
}

/*
@keyframes pulse {
  0% {
    color: #001F3F;
  }
  100% {
    color: #FF4136;
  }
}
*/




.ix-how-first-slider-container .slick-slide img {
    display: block;
    width: 90%;
    margin: 2vw auto;
}
/*.ix-how-first-slider-slide{
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
}*/
.ix-how-first-slider-container .slick-dots li,
.gallery-slider .slick-dots li{
    width: 2vw;
    margin: 0 0.4vw;
    height: 0.2vw;
}
.ix-how-first-slider-container .slick-dots li button::before, 
.gallery-slider .slick-dots li button::before{
    content:"";
    width: 1.5vw;
    height: 0.2vw;
    background-color: #371107;
}
 
#about p{
    padding: 1vw 0;
}
#about p span{
    font-weight: 500;
}

.ix-how-first-section{
    padding: 7vw 0;
}

@media only screen and (max-width:1024px) {
    
    html{font-size: 12px;}
    
    .thumb{width: calc(50% - 40px);}
    #sx{width: 100%;}
    #dx{width: 30%;
    display: flex;
        align-items: center;
        justify-content: center;
    }
    .miniBio{width: 100%;}
    #dx img{width: 100%;}
    
}


/*#about{
    background-image: url(../images/galleria/IMG_9991.jpg);
    background-position: 35% 94%;
    background-size: 44% auto;
    height: 30vw;
    background-repeat: no-repeat;
}*/


 
@media (max-width: 960px) {
    
    #drop p{
        height: 2px;
        margin-bottom: 4px;
        background-color: white;
    }
    body{
        margin: 0;
    }
    html{
        font-size: 11px;
    }
    .thumb{
        width:100%;
        margin-bottom: 20px;
        padding: 0;
    }
    #sx{
        width: 100%;
    }
    #dx img{
        width: 100%;
    }
    
    #intro{
        flex-direction: column;height: auto;line-height: 35px;
        width: 100%;
        padding: 0;
        height: auto;
        margin: 0;
    }
    #sx{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }
    #dx{
        width: 80%;
        padding-top: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: auto;
    }
    .mainTitle {
        font-size: 1.8rem;
        margin-bottom: 100px;
        left: 4vw;
        top: 29vw;
        line-height: 6vw;
    }
    #list,
    .box,
    #awards{
        padding: 0;
        margin: 0;
    }
    #progetti,
    #awards{
        padding-top: 50px;
    }
    #progetti:before{
        padding-left: 0;
    }
    #contact img {
        width: 60px;
        right: 5px;
        top:5px;
    }
    #intro{
        padding: 0;
        margin: 0;
    }
    #list{
        margin-top: 100px;
    }
    .in{
        right: -5px!important;
    }
    .miniBio{
        line-height: 20px;
        font-size: 1.8rem!important;
    }
    footer{  
        margin-left: 0;
        color: black!important;
    }
    .under{
        font-size: 3.6rem;
     }
    nav{
        left:-100%;
    }
    .navIn{
        width: 80%;
    }
    #drop{
        right: 0;
        z-index: 55656556656556565656;
        background-color: #3ea798;
        padding: 24px;
        top:0;
    }
    .under {
        margin-left: 0;
        font-size: 11vw;
        line-height: 14vw;
    }
    #drop:hover>p{
        background-color: white;
    }
    .big {
        font-size: 10vw;
        top: 9vw;
        left: 5vw;
    }
    .mainTitle{
        font-size: 1.4rem;
    }
    .box{
        line-height: 30px;
    }
    #contactz{
        padding-top: 50px;
    }
    .dida{
        font-weight: 300;
        font-size: 1.4rem;
    }
    .half{
        width: 100%!important;
        background-color: transparent;
    }
    .double {
        display: block;
    }
    .double .double-half {
        width: 100%;
    }
    .el-double-list {
        display: block;
    }   
    .el-double-list>* {
        width: 100%;
    }
    .el-single-box-list h3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 2vw;
    }
    .el-single-box-list h5 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }
    .el-1320 {
        width: 88vw;
    }
    .el-single-box-list {
        margin-top: 6vw;
    }
    .el-chess-pistacchio {
        height: 74vw;
    }
    .el-chess-limone {
        background-position: 50% 100%;
        height: 88vw;
    }   
    .el-chess-cioccolato {
        background-position: 50% 100%;
        height: 88vw;
    } 
    .el-chess-vaniglia {
        background-position: 50% 100%;
        background-size: 78% auto;
        height: 95vw;
    }
    .el-chess-nocciola {
        background-position: 50% 100%;
        background-size: 84% auto;
        height: 80vw;
    }
    .el-chess-yogurt {
        background-position: 50% 100%;
        background-size: auto 53%;
        height: 100vw;
    }
    .el-chess-cadore {
        background-position: 50% 108%;
        background-size: 73% auto;
        height: 97vw;
    }
    .el-chess-granita {
        background-position: 43% 121%;
        background-size: 64% auto;
        height: 85vw;
    }
    .el-chess-mantecatore {
        background-position: 91% 102%;
        background-size: auto 87%;
        height: 90vw;
    }
    .el-chess-mantecatore .el-chess-single-item-txt {
        padding: 4vw 37vw 4vw 4vw;
    }
    .el-chess-mila {
        background-position: 50% 100%;
        background-size: 56% auto;
        height: 86vw;
    }
    .el-chess-confezionamento {
        background-position: 50% 96%;
        background-size: 84% auto;
        height: 78vw;
    }
    .el-chess-ceramica {
        background-position: 45% 108%;
        background-size: 64% auto;
        height: 93vw;
    }
    .el-chess-bicicletta {
        background-position: 91% 86%;
        background-size: 100% auto;
        height: 85vw;
    }
    #intro {
        background-position: 100% 100%;
        background-size: auto 59vw;
        width: 95%;
        height: 96vw !important;
    }
    .logo {
        width: 50vw;
    }
    .el-home-green-streep div.el-home-green-streep-txt {
        letter-spacing: 1px;
        font-size: 18px;
        max-width: 88vw;
        padding-top: 28.2vw;
        padding-bottom: 3vw;
        text-align: center;
        line-height: 24px;
    }
    .el-home-green-streep {
        background-position: 0 0;
        width: 100%;
        background-size: auto 134%;
        height: 80vw;
    }
    a.el-numer-home {
        padding: 3.2vw 2vw;
        width: 276px;
        margin-top: 20px;
        font-size: 20px;
    }
    .el-morphing-outline {
        width: 77vw;
        left: 11vw;
        height: 64vw;
        top: 11vw;
    }
    .el-single-box-kind-icecream .el-single-box-bg-fruit,
    .el-single-box-kind-icecream .el-single-box-bg-cream{
        height: 86vw;
    }
    .dl-double-box-container h3{
        font-size: 20px;
    }
    .dl-double-box-container .inner {
        left: 0;
        text-align: center;
        top: 28.3vw;
        width: 100%;
    }
    .double h2 {
        font-size: 38px;
        padding-top: 4vw;
    }   
    a.dl-double-box-left:hover .el-morphing-outline, 
    a.dl-double-box-right:hover .el-morphing-outline {
        border-radius: 50%;
        width: 70vw;
        height: 70vw;
        left: 13vw;
        top: 7vw;
    }
    .gallery-bottom img {
        width: 18vw;
    }
    .ix-how-first-slider-container .slick-slide img {
        display: block;
        width: 17%;
        margin: 2vw auto;
    }
    #about, #timetables, #contatti {
        padding: 6vw;
    }
    #intro {
        background-position: 100% 100%;
        background-size: auto 59vw;
        width: 95%;
        height: 113vw !important;
        background-position: 100% 100%;
    }
    #loader img{
        width: 18vw !important;
    }
    .top-page .logo {
        width: 16vw;
        padding-left: 6vw;
    }
    .top-page {
        display: flex;
        flex-direction: column;
    }
    .top-page-maintitle {
        padding: 6vw !important;
    }
    .mainTitle>span{
        display: block;    
    }
    .gallery-bottom img {
        width: 40vw;
    }
    .ix-how-first-slider-container .slick-dots li button::before, .gallery-slider .slick-dots li button::before {
        content: "";
        width: 6vw;
        height: 1.2vw;
        background-color: #371107;
    }
    .ix-how-first-slider-container .slick-dots li, .gallery-slider .slick-dots li {
        width: 7vw;
        margin: 0 0.4vw;
        height: 0.2vw;
    }
    .only-desktop{
        display: none !important;
    }
}









