.panel-footer {
	margin-top: 8px;
}

.panel-footer .footer-inner {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 40px 20px 25px 20px;
}

.panel-footer .logo-cont {
	width: 222px;
	margin: 0 auto 20px;
}

.panel-footer .nav-cont ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 0 18px 0;
}

.panel-footer .nav-cont li {
	margin-bottom: 2px;
}

.panel-footer .nav-cont li a {
	font: 700 13px 'Rock Salt', cursive;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	color: #96d901;
	margin-left: 20px;
	margin-right: 20px;
}

.panel-footer .social-cont {
	margin-bottom: 30px;
}

.panel-footer .content-cont {
	text-align: center;
	margin-bottom: 10px;
}

.panel-footer .content-cont * {
	color: white;
}

.panel-footer .content-cont h5 {
	font: 600 13px 'Rock Salt', cursive;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	text-transform: lowercase;
	margin: 0;
}

.panel-footer .content-cont p {
	font: 600 12px 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-bottom: 0;
}

.panel-footer .copyright {
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
}

.panel-footer .copyright p {
	color: white;
	font: 700 10px 'Montserrat', sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}

.panel-footer .footer-right {
	text-align: center;
}

.panel-footer .secondary-logos-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
}

.panel-footer .secondary-logos-container img {
	width: var(--secondary-logo-width);
}

.panel-footer .tripadvisor {
	width: 125px;
	margin: 0 auto 15px;
}

.panel-footer .translate-logo-wrapper {
	display: flex;
	justify-content: space-between;
}

.panel-footer .simpleview-logo .mobile {
	width: 105px;
}

.panel-footer .simpleview-logo .desktop {
	display: none;
	width: 210px;
}

.panel-footer .google-translate {
	position: relative;
	width: 208px;
}

.panel-footer .google-translate .arrow {
	position: absolute;
	right: 8px;
	top: 6px;
	font-size: 17px;
	color: #021d44;
	pointer-events: none;
}

.panel-footer .google-translate .globe {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 16px;
	color: #021d44;
	pointer-events: none;
}

.panel-footer .googleTranslateDropdown {
	height: 27px;
	outline: none;
	border: none;
	background-color: #62bae9;
	font: 700 13px 'Montserrat', sans-serif;
	color: #021d44;
	background-image: none;
	border-radius: 3px;
	margin-bottom: 0;
	padding: 5px 10px 5px 27px;
}

@media screen and (min-width: 640px) {
	.panel-footer .callout-panel {
		display: flex;
		justify-content: space-between;
	}
	
	.panel-footer .callout-panel > div {
		width: calc(100% - 5px);
	}
	
	.panel-footer .callout-panel > div:first-child {
		margin-right: 10px;
	}
	
	.panel-footer .callout-panel > div {
	}
	
	.panel-footer .google-translate {
		width: 230px;
	}
	
	.panel-footer .google-translate .globe {
		left: 10px;
		font-size: 18px;
	}
	
	.panel-footer .googleTranslateDropdown {
		font-size: 14px;
		padding-left: 35px;
	}
}

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

/* 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: -10px;
	cursor: pointer;
	right: 0px;
}

.panel-footer .mobileAd i {
		color: white;
		font-size: 20px;
		background-color: #82bc00;
		border-radius: 100%;
}

@media screen and (min-width: 640px) {
	.panel-footer .simpleview-logo .desktop {
		display: block;
	}
	
	.panel-footer .simpleview-logo .mobile {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.panel-footer {
		position: relative;
	}
	
	.panel-footer .footer-inner {
		display: flex;
		flex-direction: column;
		padding-top: 35px;
		padding-left: 25px;
	}
	
	.panel-footer .footer-left {
		margin-right: 40px;
	}
	
	.panel-footer .footer-inner .nav-cont {
		order: 1;
		margin-bottom: 30px;
	}
	
	.panel-footer .nav-cont ul {
		justify-content: flex-start;
	}
	
	.panel-footer .nav-cont li a {
		font-size: 14px;
		color: white;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.panel-footer .nav-cont li a:hover {
		color: #96d901;
	}
	
	.panel-footer .footer-inner .logo-cont {
		order: 2;
		width: 245px;
		margin: 0 0 10px 0;
	}
	
	.panel-footer .footer-inner .bottom-left {
		order: 3;
		display: flex;
		text-align: left;
	}
	
	.panel-footer .content-cont {
		text-align: left;
		max-width: 300px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	
	.panel-footer .content-cont h5 {
		font-size: 14px;
	}
	
	.panel-footer .content-cont p {
		font-size: 13px;
	}
	
	.panel-footer .copyright {
		text-align: left;
		margin: 0 0 0 35px;
	}
	
	.panel-footer .copyright p {
		margin-bottom: 0;
	}
	
	.panel-footer .social-cont {
		position: absolute;
		bottom: 16px;
		right: 75px;
		margin-bottom: 13px;
	}
	
	.panel-footer .tripadvisor {
		margin-bottom: 11px;
	}
	
	.panel-footer .translate-logo-wrapper {
		flex-direction: column-reverse;
		justify-content: flex-end;
		align-items: center;
	}
	
	.panel-footer .simpleview-logo {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 1200px) {
	.panel-footer .callout-panel {
		position: absolute;
		top: -50px;
		right: 40px;
		display: block
	}
}

