.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: #12569F;
    color: #fff;
    padding: 15px 0;
    margin-top: 100px;
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 15px;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 15px;
}

.panel-footer .footer-top .logo-footer img { width: 100% }

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
    height: 150px;
}

.panel-footer.hasMobileAd .mobileAd {
    display: block;
}

.panel-footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
}

.panel-footer .mobileAd #dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel-footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel-footer .mobileAd .fa {
    color: white;
}


/* footer */
.footer-section .footer-content .inner {
    padding: 45px 25px 20px;
}

/* Footer - Footer Callout */
.footer-section .footer-callout{
    width: 100%;
}

.footer-section .footer-callout .contentRender_name_plugins_common_footer_callout{    
    height: 100%;
}
.footer-section .guide-news{
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.footer-section .footer-callout .img-cont{
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-section .footer-callout:nth-child(2) .img-cont{
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}
.footer-section .footer-callout .img-cont::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;

    transition: 0.3s opacity ease-in-out;
}

.footer-section .footer-callout:nth-child(1) .img-cont::before {
    background-image: linear-gradient(to right, rgba(0, 59, 77, 0.7), rgba(109, 202, 152, 0.7));
}

.footer-section .footer-callout:nth-child(2) .img-cont::before {
    background-image: linear-gradient(to right, rgba(208, 68, 134, 0.7), rgba(75, 14, 37, 0.7));
}

.footer-section .footer-callout:nth-child(3) .img-cont::before {
    background-image: linear-gradient(to right, rgba(0, 59, 77, 0.7), rgba(0, 116, 129, 0.7));
}

@supports(mix-blend-mode: multiply) {
    .footer-section .footer-callout:nth-child(1) .img-cont::before {
        background-image: linear-gradient(to right, rgba(0, 59, 77, 1), rgba(109, 202, 152, 1));
        mix-blend-mode: multiply;
    }
    .footer-section .footer-callout:nth-child(2) .img-cont::before {
        background-image: linear-gradient(to right, rgba(208, 68, 134, 1), rgba(75, 14, 37, 1));
        mix-blend-mode: multiply;
    }

    .footer-section .footer-callout:nth-child(3) .img-cont::before {
        background-image: linear-gradient(to right, rgba(0, 59, 77, 1), rgba(0, 116, 129, 1));
        mix-blend-mode: multiply;
    }
}

.footer-section .footer-callout .img-cont::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(0,0,0,0.7));
}

@supports(mix-blend-mode: multiply) {
    .footer-section .footer-callout .img-cont::after {
        background-image: linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(255, 255, 255, 0.7) 60%, rgba(0,0,0,0.7));
        mix-blend-mode: multiply;
    }
    
    .footer-section .enews .img-cont::after {
        background-image: linear-gradient(to bottom, rgba(255,255,255,0) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(0,0,0,0.7));
        mix-blend-mode: multiply;
    }
}

.footer-section .footer-callout .img-cont .content{
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 65%;
    padding: 40px 0 20px 15px;
}

.footer-section .footer-callout .img-cont .content .top {
    margin-bottom: 10px;
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1024 - 320));
    line-height: calc(24px + (40 - 24) * (100vw - 320px) / (1024 - 320));
    color: #f0df02;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-section .footer-callout .img-cont .content .bottom{
    font-family: "termina", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: calc(28px + (32 - 28) * (100vw - 320px) / (1024 - 320));
    line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1024 - 320));
    color: #f6f6f0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-section .footer-callout .img-cont .content .arrow {
    display: none;
    vertical-align: top;
    opacity: 0;
    transform: translateX(-200%);
    transition: 0.3s transform ease-in-out, 0.3s opacity 0.1s ease-in-out;
}

.footer-section .footer-callout:hover .img-cont .content .arrow{
    opacity: 1;
    transform: translateX(0);
}

.footer-section .footer-callout .img-cont .content .arrow img{
    vertical-align: middle;
    width: 57px;
}

.footer-section .footer-callout .img-cont .hover-overlay,
.footer-section .enews .img-cont .hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
}

.footer-section .footer-callout:hover .img-cont .hover-overlay {
    opacity: 1;
}
.footer-section .footer-callout:hover .img-cont::before {
    opacity: 0;

}
@media screen and (min-width: 641px) {
    .footer-section .footer-callout .img-cont .content{
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }
    .footer-section .footer-callout .img-cont .content .top{
        font-size: 18px;
        line-height: 28px;
    }

    .footer-section .footer-callout .img-cont .content .bottom{
        font-size: 32px;
        line-height: 44px;
    }
}

@media screen and (min-width: 1025px) {
    .footer-section .guide-news {
        display: flex;
    }
    .footer-section .footer-callout:nth-child(2) .img-cont{
        border-top: none;
        border-bottom: none;
        border-right: 3px solid #FFF;
        border-left: 3px solid #FFF;
    }

    .footer-section .footer-callout{
        min-height: 280px;
    }
    .footer-section .footer-callout .img-cont .content .top{
        font-size: calc(18px + (22 - 18) * (100vw - 1025px) / (1450 - 1025));
        line-height: calc(28px + (35 - 28) * (100vw - 1025px) / (1450 - 1025));
        letter-spacing: 2.4px;
        margin-bottom: calc(5px + (10 - 5) * (100vw - 1025px) / (1450 - 1025));
    }

    .footer-section .footer-callout .img-cont .content {
        width: 100%;
        padding: 60px 0 15px 30px;
        margin: 0;
    }

    .footer-section .footer-callout .img-cont .content .bottom{
        font-size: calc(32px + (40 - 32) * (100vw - 1025px) / (1450 - 1025));
        line-height: calc(40px + (50 - 40) * (100vw - 1025px) / (1450 - 1025));
        letter-spacing: calc(2.4px + (4 - 2.4) * (100vw - 1025px) / (1450 - 1025));
    }

    .footer-section .footer-callout .img-cont .content .arrow{
        display: inline-block;
    }
}

@media screen and (min-width: 1450px) {
    .footer-section .footer-callout .img-cont .content {
        width: 85%;
    }
    .footer-section .footer-callout .img-cont .content .top{
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 3.3px;
        margin-bottom: 10px;
    }
    .footer-section .footer-callout .img-cont .content .bottom{
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 4px;
    }
}

@media screen and (min-width: 1700px) {
    .footer-section .footer-callout .img-cont .content {
        width: 75%;
    }
}

.footer-section .footer-content {
    background-color: #000;
}

.footer-section .footer-content .footer-top {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

.footer-section .footer-content .footer-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
}

.footer-section .footer-content .footer-middle .social-btns    { order: 1; }
.footer-section .footer-content .footer-middle .contact        { order: 2; }
.footer-section .footer-content .footer-middle .footer-nav-cont{ order: 3; }

.footer-section .footer-content .logo {
    width: 100%;
    height: auto;
    max-width: 120px;
}
.footer-section .footer-content .logo img{
    width: 100%;
}
.footer-section .footer-content .footer-middle .contact {
    margin-bottom: 30px;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 9px;
    color: #f6f6f0;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 15px;
    text-align: center;
}

.footer-section .footer-content .footer-middle .contact .contentRender_name_plugins_core_textbox p{
    color: #FFF;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 12px;
}

.footer-section .footer-content .footer-middle .contact {

}

.footer-section .footer-content .footer-middle .contact .contentRender_name_plugins_core_textbox{
    padding: 0;
}
/* Mobile Bottom Fixed Container */
.footer-container .mobile-fixed {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.footer-container.hasMobileAd {
    height: 150px;
}

@media (max-width: 640px) {
    .footer-container.hasMobileAd .mobileAd {
        display: block;
    }
}

.footer-container .mobileAd {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: transparent;
}

.footer-container .mobileAd #dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.footer-container .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
    display: none;
}

.footer-container .mobileAd .fa {
    color: black;
}

.navFooter {
    margin-left: 0px;
    margin-bottom: 30px;
    list-style-type: none;
}

.navFooter .item {
    text-align: center;
}

.navFooter .item a {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    color: #f6f6f0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navFooter .item.no-border a {
    border: none;
}
.navFooter ul.dl-submenu {
    display: none;
}

/* Made By, TripAdvisor & Copyright */

.footer-section .footer-bottom .made-by {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px;
}

.footer-section .footer-bottom .made-by img {
    max-height: 30px;
}

.footer-section .footer-bottom .made-by .ta-logo{
    margin-bottom: 30px;
}

.footer-section .footer-bottom .copyright {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 15px;
    color: #f6f6f0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 641px) {
    .footer-section .footer-content .footer-middle .contact .contentRender_name_plugins_core_textbox p,
    .navFooter .item a{
        font-size: calc(12px + (16 - 12) * ((100vw - 641px) / (1024 - 641)));
        line-height: calc(22px + (30 - 22) * ((100vw - 641px) / (1024 - 641)));
    }
}

@media (min-width: 1025px) {
    .footer-section .footer-content .inner {
        padding: 65px calc(30px + (60 - 30) * ((100vw - 1025px) / (1200 - 1025))) 40px;
        margin: 0 auto;
    }

    .footer-section .footer-content .logo {
        max-width: 176px;
    }

    .panel-footer .footer-top{
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section .footer-content .footer-middle {
        margin-bottom: 15px;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section .footer-content .footer-middle .social-btns    { order: 2; }
    .footer-section .footer-content .footer-middle .contact        { order: 1; }
    .footer-section .footer-content .footer-middle .footer-nav-cont{ order: 3; }


    .footer-section .footer-content .footer-middle .contact {
        flex: 1;
        text-align: left;
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 0;
    }

    .footer-section .footer-content .footer-middle .contact .contentRender_name_plugins_core_textbox p{
        color: #FFF;
        line-height: 30px;
        margin-bottom: 0;
        font-size: 16px;
    }

    .footer-section .footer-content .footer-middle .footer-nav-cont {
        order: 3;
        flex: 1;
    }

    .navFooter .item a {
        font-size: 16px;
        line-height: 30px;
    }

    .navFooter .item a:hover {
        color: rgb(240, 223, 2);
    }

    .footer-section .footer-content .footer-middle .social-btns {
        flex: 2;
    }

    .navFooter .item {
        text-align: right;
    }

    .footer-section .footer-bottom {
        display: flex;
        position: relative;
    }
    
    .footer-section .footer-bottom .made-by {
        margin: 0 0 0 auto;
    }

    .footer-section .footer-bottom .made-by .ta-logo{
        margin-bottom: 25px;
    }

}

@media (min-width: 1200px) {
    .footer-section .footer-content .inner {
        padding: 65px 60px 40px;
        margin: 0 auto;
    }
}

.footer-section .gtranslate_wrapper {
    /* margin: 0 auto; */
    text-align: left;
    
    &.gt_container-unisv1 > a.glink span {
        font-size: var(--text-base);
		font-family: var(--font-body);
		color: white !important;
        line-height: 30px;
        
        & + span {
            font-size: 14px !important;
        }
    }
    
    .gt_white_content .gt_languages {
        max-height: 500px;
        
        a.glink span {
            font-size: inherit;
        }
    }
}

@media (max-width: 768px) {
	.footer-section .gt_container-unisv1 {
		.gt_white_content {
			margin: 0;
			top: 10%;
			left: 10%;
			width: 80%;
			height: 80%;
			overflow: auto;
			
			.gt_languages {
				display: block;
				max-height: unset;
				
				.glink > span {
					font-size: 16px;
				}
			}
		}
	}
}

@media (min-width: 768px) {
	.footer-section .gt_container-unisv1  {
		.gt_white_content {
            height: auto;
            width: auto;
            
			.gt_languages {
                max-height: 500px;
				display: flex;
			}
			
			.glink > span {
				font-size: inherit;
			}
		}
	}
}