/*-----------------------------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) {

    .mobile-content-gallerymenu {
        display: block;
        width: 100%;
        height: 100vh;
    }
    .mobile-max-width {
        width:100%;
    }

    .btn, .btn:visited, .btn:focus {
        font-size: 14px;
        padding: 16px 32px;
    }
    .btn-mini, .btn-mini:visited, .btn-mini:focus {
        font-size: 11px;
    }

    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: -115px;
        right: -20px;
    }
    .tripadvisor_image {
        max-width:300px;
        width:100%;
        margin:auto;
    }
    .left-arrow {
        left: 10px;
    }
    .right-arrow {
        right: 10px;
    }
    .custom-arrow {
        width: 60px;
        height: 60px;
    }

        .menu_content {
        width: 100vw;
        height: 95px;
        left: 0;
    }

    .logo_content {
        margin: 0px;
        width: 200px;
        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: 28px !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) {

    .setHeightScreenResponsive {
        height:80vh;
    }
    .container-screen {
        width: calc(100% - 60px);
        margin: 0 30px 0 30px;
    }

    .padding-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }



    .header-style1 .display-t, .header-style1 .display-tc {
        display: block;
        margin-top: 180px;
    }
    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% - 10px);
        margin: 0 5px 0 5px;
    }


    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;
    }
}