.goUpMobile{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, .8);
    width: 33px;
    height: 33px;
    padding: 3px;
    display: none;
}
.goUpMobile img{
    max-width: 100%;
    height: auto;
    display: block;
}
/*IPAD LANDSCAPE*/
@media (min-width: 991px) and (max-width: 1199px){
    .galleryBlocco > a img:not(:first-child){
        width: 55px
    }
    .logo{
        height: 60px;
        width: 210px;
    }
    .ewi{
        height: 45px;
        width: 290px;
    }
    .whatNewCnt img{
        max-width: 90px
    }
}
/*IPAD PORTRAID*/
@media (min-width: 767px) and ( max-width: 991px){
    .galleryBlocco > a img:not(:first-child){
        width: 37px
    }
    .whatNewCnt img{
        max-width: 65px;
        margin-top: 30px
    }
}
/*MOBILE*/
@media (max-width: 767px){
    body{
        padding-top: 60px
    }
    header{
        padding-top: 0
    }
    .form-control{
        height: 45px
    }
    .navbar-default{
        margin-bottom: 0
    }
    .navbar-brand{
        padding: 10px 15px;
    }
    .navbar-brand img{
        width: 150px
    }
    #owlHome{
        margin-top: 15px
    }
    #owlHome .bannerTxt{
        font-size: 14px;
        bottom: 0;
        line-height: 16px;
    }
    #menuMobile{
        border-top: 0;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    }
    #menuMobile a{
        display: inline-block;
        padding: 0;
        margin: 0;
        font-family: var(--f-secondary), serif;
        font-size: 14px;
        letter-spacing: .2em;
        color: #7c7d7e;
    }
    #menuMobile li{
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 15px;
    }
    #menuMobile a.active{
        border-bottom: 1px solid var(--c-pink-4);
        color: var(--c-pink-4);
    }
    #menuMobile .navbar-nav-link{
        position: relative;
    }
    #menuMobile .navbar-nav-link.has-subnav:after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
        background: url('/images/icone/arrow-up.svg') no-repeat right 0;
        background-size: 15px;
        transform: rotate(180deg);
        transition: transform .2s ease;
    }
    #menuMobile .navbar-nav-link.has-subnav.active:after{
        transform: rotate(0);
    }
    #menuMobile .navbar-subnav{
        list-style: none;
        padding: 0;
        margin-left: 0;
        margin-top: 15px;
        border-bottom: 1px solid var(--c-grey-2);
        display: none;
    }
    #menuMobile .navbar-subnav > li{
        margin-bottom: 10px;
    }
    #menuMobile .navbar-nav-link.has-subnav.active + .navbar-subnav{
        display: block;
    }
    .navbar-toggle .icon-bar{
        height: 1px;
    }
    .navbar-toggle .icon-bar + .icon-bar{
        margin-top: 5px;
    }
    .whatNewCnt{
        line-height: 19px
    }
    .bottomBlock{
        height: 280px;
        margin-bottom: 15px;
    }
    .bottomBlock.h360{
        height: 300px
    }
    .instagramCnt a{
        margin-bottom: 30px
    }
    .filetto.space{
        margin-top: 0
    }
    .bannerBlog,
    .goUp{
        display: none;
    }
    .listaLocationCnt a{
        height: auto
    }
    .spaceTopMenuSx,
    .pageMain .menusx{
        margin-top: 30px;
        text-align: center;
    }
    .pageMain .menusx{
        display: none !important;
    }
    .menusx > div{
        margin-bottom: 10px;
    }
    .footerForm .invia{
        width: 100%
    }
    .backGallery{
        margin: 15px 0
    }
    .sectionPageCnt h1, .titleLine{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .sectionPageCnt .txt{
        margin: 15px 0
    }
    .sectionPageCnt .blockDoubleImg .first{
        padding-right: 15px;
        margin-bottom: 15px
    }
    .sectionPageCnt .blockDoubleImg .second{
        /*padding-left: 15px*/
    }
    .sectionPageCnt .blockDoubleImg .second .pinterest,
    .sectionPageCnt .blockDoubleImg .first .pinterest{
        right: 20px
    }
    .listVenues a{
        height: auto
    }
    .listVenues a > img,
    .listaLocationCnt a img,
    .galleryBlocco > a img:first-child{
        margin: 0 auto 4px;
    }
    .galleryBlocco > a img:not(:first-child){
        width: 32.5%
    }
    .loclistCnt{
        padding: 10px;
        font-size: 16px
    }
    #wishlistCnt{
        margin-top: 10px
    }
    .instagramCnt h2{
        font-size: 29px
    }
    .wishItem:nth-child{
        padding-left: 5px;
        padding-right: 5px;
    }
    .wishItem:nth-child(2n){
        padding-right: 15px;
        padding-left: 5px;
    }
    #wishlistCnt img{
        width: 100%;
        height: 130px
    }
    .socialButtons{
        display: none
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: #fefefe;
    }
    .navbar-toggle{
        border: none;
    }
    .breadcrumbs{
        text-align: center;
    }
    .sectionPageCnt .blockDoubleImg{
        text-align: center;
    }
    .sectionPageCnt .blockDoubleImg img{
        margin: auto;
    }
    .btnActive{
        background-color: #787192;
        display: block;
        color: #fff !important;
        text-decoration: none !important;
        text-align: center;
        padding: 12px 0;
        font-size: 18px;
    }
    .galleryBlocco > h4{
        margin-bottom: 10px
    }
    .socialFooter a:first-child{
        margin-left: 0
    }
    .socialFooter a:last-child{
        margin-right: 0
    }
    .packTxt{
        padding: 10px
    }
    .rowOr > div:first-child{
        padding-right: 15px;
    }
    .rowOr > div:last-child{
        padding-left: 15px;
    }
    .rowOr > div{
        width: 100%
    }
    .rowOr .or{
        width: 100%;
        margin: 0 0 10px;
    }
    .openForm{
        padding: 12px;
        margin-top: 15px;
        color: #333 !important;
        text-decoration: none !important;
        cursor: pointer;
        display: block;
        text-align: center;
    }
    .requestBigForm .invia{
        margin-bottom: 40px;
        width: 100%;
        padding: 13px 0;
    }
    .packBox h3{
        padding: 0;
        margin-top: 0
    }
    .packageForm .invia{
        width: 100%
    }
    .firstColHalf{
        padding-right: 15px
    }
    .secondColHalf{
        padding-left: 15px
    }
    .cookiediv{
        text-align: left !important;
    }
    .cookiediv .autorizzoCookie{
        display: block;
        padding: 5px;
        text-align: center;
        margin-left: 0;
        margin-top: 5px;
    }
    .popupMoreInfo{
        border-width: 5px;
        padding: 5px;
        top: 25%;
        bottom: auto;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.40);
    }
    .popupMoreInfo > div{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .closeMe{
        right: 0;
        top: -5px
    }
    .moreInfoCnt{
        position: fixed;
        z-index: 200;
        bottom: 15px;
        left: 15px;
        width: 85%;
        margin: 0;
        text-align: left;
    }
    .moreInfoCnt button{
        background-color: #e6e3ea;
        color: #666;
        font-size: 20px;
        padding: 10px 20px;
        border: 1px solid #ccc;
    }
}
@media (min-width: 768px){
    .goUpMobile{
        display: none !important;
    }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.navbar-toggle:not(.collapsed) span:nth-child(2){
    transform: rotate(45deg);
    top: 14px;
    left: 10px;
    position: absolute;
}
.navbar-toggle:not(.collapsed) span:nth-child(3){
    display: none;
}
.navbar-toggle:not(.collapsed) span:nth-child(4){
    top: 0;
    transform: rotate(-45deg);
}
