/*-----------------------------RESPONSIVE STYLES---------------------------------- */

@media only screen and (min-width: 1535px) {
    .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: auto;
    }
}

@media only screen and (max-width: 1200px)  {

    .container-full {
        width: calc( 100% - 200px);
        margin-left: 0px;
    }
    .container-small-screen {
        position: relative;
        z-index: 2;
        margin: 0 200px;
        float: left;
        display: block;
        width: calc(100% - 400px);
    }
}


@media only screen and (max-width: 991px) {

    p.intro_home {
        width: 100%;
    }

    .mobile-content-gallerymenu {
        display: block;
        width: 100%;
        height: 60vh;
    }
    .mobile-max-width {
        width:100%;
    }

    .btn, .btn:visited, .btn:focus {
        font-size: 16px;
        padding: 14px 20px;
    }
    .btn-mini, .btn-mini:visited, .btn-mini:focus {
        font-size: 16px;
        padding: 14px 20px;
    }

    p.middle {
        font-size: 20px !important;
    }

    footer .col-md-4 {
        width: 50%;
    }
    svg[id="baffo"] {
        position: absolute;
        width: 80%;
        height: auto;
        z-index: 2;
        top: -165px;
        right: -70px;
    }

        svg[id="baffo"].first-baffo {
            top: -76px;
            right: -70px;
        }
    .tripadvisor_image {
        max-width:300px;
        width:100%;
        margin:auto;
    }
    .left-arrow {
        left: 10px;
    }
    .right-arrow {
        right: 10px;
    }
    .custom-arrow {
        width: 60px;
        height: 60px;
        bottom: 50px;
    }

        .menu_content {
        width: 100vw;
        height: 95px;
        left: 0;
    }

    .logo_content {
        margin: 0px;
        width: 160px;
        zoom: 0.7;
    }


    footer {
        padding-bottom: 100px;
        height: auto !important;
    }


    .container-full {
        width: 100%;
        margin-left: 0px;
        margin-right: 0;
    }
    .container-col-sx {
        width: 90px;
    }
    .rotate_vert_title {
        left: -128px;
        font-size: 40px;
        bottom: 38%;
    }

    .container-slide {
        width: calc( 100% - 90px);
    }


    .menu_btn {
        left: 10px;
        width: 60px;
        height: 60px;
        top: 30px;
    }
        .menu_btn span {
            width: 25px;
        }


    .header-style1 .display-tc h1 {
        font-size: 60px !important;
    }

    h2 {
        font-size: 50px !important;
    }


    p.big {
        font-size: 25px !important;
        padding: 0px 0;
    }

    .container-small-screen {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    .content-mask-image-mobile {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .hiddenMobile {
        display:none !important;
    }
    .onlyMobile {
        display: block !important;
    }
}

@media only screen and (max-width: 880px) {
    .list_voci_menu.haveprice li {
        width: 100%;
        padding-right: 0px !important;
        margin-bottom: 14px;
    }

    .list_voci_menu.haveprice li span {
        display: inline-block;
        position: relative;
    }

    ul li.nolistpoint {
        list-style: none !important;
        margin-top: 60px;
        display: block;
    }
    .setHeightScreenResponsive {
        height: 80vh;
    }
    .container-screen {
        width: calc(100% - 60px);
        margin: 0 30px 0 30px;
    }

    .padding-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .cont-recensione {
        padding: 48px 60px 0 60px;
    }

    .header-style1 .display-t, .header-style1 .display-tc {
        display: block;
        margin-top: 180px !important;
    }

    .header-style2 .display-t{
        display: block;
        margin-top:0px !important;
    }
    .header-style2 .display-tc {
        display: block;
        margin-top: 180px !important;
    }


        .header-style2 .display-tc h1 {
            font-size: 48px !important;
        }

        h2 {
            font-size: 40px !important;
        }


        footer .col-md-4 {
            width: 100%;
            text-align: center;
        }
    footer .logo_footer {
        margin:20px auto 0 auto;
    }

    footer .footer-list-social {
        margin: 30px auto;
    }

}

@media only screen and (max-width: 502px) {
    .padding-form {
        padding: 20px;
    }
    .container-screen {
        width: calc(100% - 30px);
        margin: 0 15px 0 15px;
    }


    h1.big {
        font-size: 70px !important;
        line-height: 1 !important;
    }

    h2.big {
        font-size: 32px !important;
        line-height: 34px !important;
        margin-top: 34px;
    }

}







@media only screen and (max-height: 770px) {
    ul.social-icons.pos-right {
        display: none;
    }
}
@media only screen and (max-height: 660px) and ( min-width:991px) {
    .menu_content .second_square {
        display: none;
    }
    .menu_content {
        height: calc( 100% - 110px);
    }

        .menu_content .second_square {
            bottom: -52px;
        }

    .content-item-menu {
        margin-top: 30px;
    }
}