.panel-footer .enews {
	background-color: #f2f2f2;
}

.panel-footer .footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 15px 20px 20px;
	background: 
		url(/includes/public/assets/shared/m-pattern.png),
		#272667;
}

.panel-footer .logo-cont {
	margin-bottom: 20px;
}

.panel-footer .logo-cont img {
	width: 215px;
	height: 51px;
}

.panel-footer .nav-cont {
	width: 100%;
}

.panel-footer .navFooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-left: 0;
	margin-bottom: 8px;
}

.panel-footer .navFooter .item {
	margin: 0 12px 17px 12px;
}

.panel-footer .navFooter li a {
	font: 900 16px 'ibm-plex-sans-condensed', sans-serif;
	text-transform: uppercase;
	color: #dbe442;
}

.panel-footer .social-cont {
	margin-bottom: 10px;
}

.panel-footer .partners-cont {
	padding-left: 8px;
	padding-right: 10px;
}

.panel-footer .mobile-footer-cont {
	margin-bottom: 10px;
}

.panel-footer .desktop-footer-cont {
	display: none;
}

.panel-footer .contentRender_name_plugins_core_textbox {
	padding: 0;
}

.panel-footer .contentRender_name_plugins_core_textbox * {
	color: white;
}

.panel-footer .contentRender_name_plugins_core_textbox p {
	font: 400 14px 'ibm-plex-sans-condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 1.45em;
}
.panel-footer .mobile-footer-cont .contentRender_name_plugins_core_textbox p,
.panel-footer .mobile-footer-cont .contentRender_name_plugins_core_textbox p a,
.panel-footer .desktop-footer-cont .contentRender_name_plugins_core_textbox p,
.panel-footer .desktop-footer-cont .contentRender_name_plugins_core_textbox p a {

font-family: proxima-nova, sans-serif;
color: #fff;
font-weight: 100;
}

.panel-footer .copyright {
	margin-bottom: 40px;
}

.panel-footer .copyright p {
	color: white;
	font: 400 12px 'ibm-plex-sans-condensed', sans-serif;
	text-transform: uppercase;
}

.panel-footer .bottom-logos {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.panel-footer .trip-advisor {
	width: 127px;
	height: 20px;
}

.panel-footer .trip-advisor img {
	width: 100%;
}

.panel-footer .simpleview-logo {
	width: 178px;
	height: 17px;
}

.panel-footer .simpleview-logo img {
	width: 100%;
}

/* 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;
}

@media screen and (min-width: 900px) {
	.panel-footer .footer-top {
		display: flex;
		margin-top: 100px;
	}

	.panel-footer .footer-top > div {
		flex-basis: 33.3333%;
	}

	.panel-footer .footer-top > div > a,
	.panel-footer .footer-top > div > a > div {
		height: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.panel-footer .footer-inner {
		display: grid;
		display: -ms-grid;
		grid-template-columns: 33% 66%;
		-ms-grid-columns: 33% 66%;
		padding: 40px 40px 30px 50px;
	}

	.panel-footer .nav-cont {
		grid-row: 1;
		-ms-grid-row: 1;
		grid-column: 2;
		-ms-grid-column: 2;
	}

	.panel-footer .logo-cont {
		grid-row: 2;
		-ms-grid-row: 2;
		grid-column: 1;
		-ms-grid-column: 1;
		margin-bottom: 15px;
	}

	.panel-footer .logo-cont img {
		width: 245px;
		height: 58px;
	}

	.panel-footer .text-cont {
		grid-row: 3;
		-ms-grid-row: 3;
		grid-column: 1;
		-ms-grid-column: 1;
	}

	.panel-footer .contentRender_name_plugins_core_textbox p {
		font-size: 16px;
	}

	.panel-footer .copyright {
		margin-bottom: 25px;
	}

	.panel-footer .desktop-footer-cont {
		display: block;
		margin-bottom: 7px;
	}

	.panel-footer .mobile-footer-cont {
		display: none;
	}

	.panel-footer .social-cont {
		grid-row: 4;
		-ms-grid-row: 4;
		grid-column: 1;
		-ms-grid-column: 1;
	}

	.panel-footer .partners-cont {
		grid-row: 3;
		-ms-grid-row: 3;
		grid-column: 2;
		-ms-grid-column: 2;
		padding-right: 0px;
	}

	.panel-footer .bottom-logos {
		grid-row: 4;
		-ms-grid-row: 4;
		grid-column: 2;
		-ms-grid-column: 2;
		justify-content: flex-end;
	}

	.panel-footer .navFooter {
		justify-content: flex-end;
	}

	.panel-footer .navFooter li a {
		font-size: 18px;
	}

	.panel-footer .navFooter li a:hover {
		text-decoration: underline;
	}

	.panel-footer .navFooter .item {
		margin-left: 26px;
		margin-right: 26px;
	}

	.panel-footer .navFooter .item:last-child {
		margin-right: 0px;
	}

	.panel-footer .trip-advisor {
		width: 172px;
		height: 27px;
		margin-right: 33px;	
	}

	.panel-footer .simpleview-logo {
		width: 233px;
		height: 25px;
	}
}