.footer-section {margin-top: 30px;}

.footer-section .footer-top {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.footer-section .footer-top .icons-cont{
    display: flex;
}

.footer-section .footer-top .social-icon {
    display: inline-block;
    color: #222;
    border: 2px solid #222;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 0 3px;
}

.footer-section .footer-top .social-icon i {
    font-size: 27.2px;
    line-height: 28px;
    padding-top: 3px;
    margin: 0;
}

.footer-section .tripadvisor {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    color: #222;
}
.footer-section .tripadvisor .ta_text {
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 18px;
}

.footer-section .tripadvisor img {max-width: 200px;}

.footer-section .footer-middle {
    background-color: #0069b5;
    padding: 60px 0;
}

.footer-section .footer-logo {
    margin-bottom: 50px;
}

.footer-section .footer-address .footer-logo a {
    margin: auto;
    display: block;
    text-align: left;
    white-space: nowrap;
    max-width: 300px;
}

.footer-section .footer-logo .logo {
    width: 100%;
    margin: auto;
    display: block;
}

.footer-section .footer-logo .tagline {
    display: none;
}

.footer-section .footer-content .footer-address {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.footer-section .footer-middle .footer-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-section .footer-address p,
.footer-section .footer-address .copyright p {
    color: #fff;
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 18px;
    line-height: 25px;
}

.footer-section .footer-middle .footer-nav {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .footer-section .footer-middle .footer-nav {
        display: flex;
        justify-content: center;
    }
}

.footer-section .footer-bottom .partners-container {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-section .partners-container .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
    height: auto;
    text-align: center;
    padding: 0 10px;
}

.footer-section .partners-container .partner img {
    max-width: 100px;
    max-height: 35px;
    padding: 0;
    margin: 0 15px;
}

@media(min-width: 641px) {
    .footer-section {margin-top: 50px;}

    .footer-section .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-section .contentRender_name_plugins_collections_template_custom_social_links {
        /* flex-basis:45% */
    }

    .footer-section .contentRender_name_plugins_common_enews_button {
        flex-basis: 40%;
    }

    .footer-section .tripadvisor {
        flex-basis:15%
    }

    .footer-section .tripadvisor {
        align-items: center;
    }

    .footer-section .footer-logo .logo {
        display: inline;
    }

    .footer-section .footer-logo .tagline {
        max-height: 80px;
        width: 50%;
        display: inline-block;
    }

    .footer-section .footer-address .contentRender_name_plugins_core_textbox p {
        display: block;
    }
    
    .footer-section .partners-container .partner {
        padding: 0 20px;
    }
    
    .footer-section .partners-container .partner img {
        max-width: 150px;
    }
    
}

@media(min-width: 1025px) {
    .footer-section .footer-middle .footer-content {
        display: flex;
        justify-content: flex-start;
    }

    .footer-section .footer-content .footer-address {
        width: 25%;
        margin: 0;
        text-align: left;
    }

    .footer-section .footer-address .footer-logo a {
        margin: 0 0 30px 0;
    }

    .footer-section .footer-logo {
        margin-bottom: 0;
    }

    .footer-section .footer-address .contentRender_name_plugins_core_textbox {
        padding: 0;
        margin: 0;
    }

    .footer-section .footer-address .copyright {
        margin: 30px 0;
    }


    .footer-section .footer-address .contentRender_name_plugins_core_textbox p,
    .footer-section .footer-address .copyright p {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-section .footer-middle .footer-nav {
        width: 75%;
        margin-bottom: 0;
        margin-left: 30px;
        margin-right: 30px;
        text-align: left;
        justify-content: flex-start;
        flex-wrap:wrap;
    }

    .footer-section .partners-container .partner img {
        max-height: 43px;
    }
}
@supports(display:grid){
    @media(min-width: 1025px) {
        .footer-section .footer-middle .footer-nav {
            justify-content: center;
            flex-wrap: nowrap;
        }
    }
}
@media (min-width: 1230px) {
    .footer-section .footer-top  .social-icons {justify-content: flex-start;}
}
.footer_container .contentRender_name_plugins_core_textbox a {
	color: #fff;
	text-decoration: none;
}