.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;
}
