@media screen and (min-width: 992px) {
    .martini_social_mobile{
    display: none;
    }
    
    }
.martini__image__img__logo{
    opacity:0 !important;
    /*transition: all 0.5s ease-in-out;*/
}
.martini__image__img__logo-testo{
    opacity: 0;
}

.dark .primary-menu:not(.not-dark) .sub-menu-container .menu-item:hover > .menu-link {
    background-color: rgba(0, 0, 0, 0);
    color: #D38B4D !important;
}

.sub-menu-container.mega-menu-column:not(:first-child) {
    border-left: 0px solid #F2F2F2;
}

.home-collection-item {
    height: 640px !important;
  }
  
  .home-collection-item .hsi-menu {
    position: absolute;
    left: 0;
    top: 70%;
    transform:translateY(-50%);
    right: 0;
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(0,0,0,.6);
    opacity: 1;
    text-align: center;
    z-index: 50;
  }


.home-collection-item {
    position: relative;
    border-left: 60px solid #fff;
    border-right: 60px solid #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    padding-bottom: 19%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.home-collection-item .hsi-menu {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    text-align: center;
    z-index: 50;
}
.home-collection-item .hsi-menu a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.home-collection-item .hsi-menu a:hover {
    color: #b38b4d;
}
.home-collection-item .hsi-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -kthtml-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-collection-item .hsi-background.fade-in {
    opacity: 1;
}



.home-collection-item .hsi-mobile-link {
    display: none;
}

@media screen and (max-width: 1135px) {

.home-collection-item .hsi-mobile-link {
    display: none;
}
}



@media all and (max-width: 1200px) {
    .home-collection-item {
        padding-bottom: 25%;
    }
}

@media all and (max-width: 920px) {
   
    .home-collection-item {
        padding-bottom: 30%;
    }
}

@media all and (max-width: 900px) {

    .home-collection-item {
        border-left: 20px solid #fff !important;
        border-right: 20px solid #fff !important;
        border-top: 10px solid #fff !important;
        border-bottom: 10px solid #fff !important;
    }
}

@media all and (max-width: 635px) {

    .home-collection-item a {
        font-size: 25px;
    }
    .home-collection-item .home-collection-item-text {
        opacity: 1 !important;
    }
    .home-collection-item {
        padding-bottom: 40%;
    }
   /* .home-collection-item .hsi-menu {
        display: none;
    }*/
    .hsi-mobile-link {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
        width: 100%;
        height: 100%;
        z-index: 999;
    }

}

@media all and (max-width: 465px) {
    .home-collection-item {
        border-left: 10px solid #fff !important;
        border-right: 10px solid #fff !important;
        border-top: 10px solid #fff !important;
        border-bottom: 10px solid #fff !important;
    }
    .hsi-menu{
        display: flex !important;
        flex-wrap: wrap;
    }
    .hsi-menu a{
        flex:1;
    }

}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
    .home-collection-item{
        display: none;
    }
    .martini__mobile__slider__home{
        height: 450px;
        object-fit: cover;
    }
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
    .home-collection-item{
        display: none;
    }
    .martini__mobile__slider__home{
        height: 450px;
        object-fit: cover;
    }
}
/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {
    .home-collection-item{
        display: none;
    }
    .martini__mobile__slider__home{
        height: 450px;
        object-fit: cover;
    }
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
    .martini__mobile__home{
        display: none;
    }
}


.martini__carousel-indicators__mobile{
    /*border: 2px solid;*/
    margin: 0 !important;
    width: 100%;
    background: rgba(0,0,0,0.6);
    min-height: 60px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom:50px;
}
.martini__carousel-indicators__mobile li{
margin: 7px;
list-style-type: none;
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: auto;
height: auto;
text-indent: 0;
cursor: pointer;
background-color: transparent;
background-clip: padding-box;
border-top: none;
border-bottom: none;
opacity: .5;
transition: none;
}

.martini__active__slide__mobile a{
    color: #fff;
}
/*
RECENSIONI
*/

/*BUTTON*/
.martiniV_custom_btn{
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color:#000 !important;

}
.martiniV_custom_btn:hover{
    background-color: #fff !important;
    color:#000 !important;
}

/*IMG*/
.img_recensioni{
    height: auto;
    object-fit: cover;
}

/*NEWS GALLERY*/
.martini__caption{
position: absolute;
    z-index: 1;
    bottom: 20px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 25px 10px 25px 30px;
}

.martini__caption h2{
    color:#fff;
    margin:0;
    font-size: 20px;
    }
.martini_news_height{
    height: auto !important;
    max-height: 550px;
    object-fit: cover;
}
.carousel-control-prev {
    left:auto;
    right: 110px;
}
.carousel-control-next {
    
    right: 15px;
}
.martini__caption__container {
    width: 80%;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.carousel-control-prev, .carousel-control-next {

    top:auto;
    bottom: 0;
    width: 5%;
    padding: 20px 0 20px 0;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
  
}


/*MAP*/
.martini_verona_map, .martini_verona_map iframe{
        max-height: 350px;
    }
    .martini_verona_map div{
        padding-top: 35% !important;
        padding-bottom: 0;
    }

    @media only screen and (max-width : 767px) {
        .martini_news_height {
            height: 550px !important;
            object-fit: cover;
        }
        .carousel-control-prev, .carousel-control-next {
           bottom: 5.5%;
            transform: none;
        }
        .carousel-control-prev {
            left: 0;
            right: auto;
        }
        .carousel-control-next {
            
            right: 0;
        }
        .martini__caption__container {
            width: 100%;
            justify-content: center;
        }
        .martini__caption h2 {
            font-size: 15px;
            text-align: center;
        }
        .martini__caption {
            padding: 25px 10px 25px 10px;
        }
    }