.panel-footer {
	display: flex;
	flex-direction: column;
	background-color: #1d809f;
	color: #fff;
	padding: 0px 0px 15px 0px;
	margin-top: 100px;
	bottom: 0px;
	width: 100%;
}
.footer-container .contentRender_name_plugins_common_booking {
    margin-bottom: -100px;
}
.panel-footer .footer-top {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 18px 18px 6px 18px;
	text-align: center;
}
.panel-footer .footer-top > .contentRender_name_plugins_core_textbox h4 {
	font-family: 'Mont W05 Book';
	color: #fff;
	font-size: 14px;
	margin: 0 0 9px;
	line-height: 1;
	text-transform: uppercase;
}

.panel-footer .footer-top > .contentRender_name_plugins_core_textbox p {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 20px;
	font-weight: 100;
}
.panel-footer .footer-top > .contentRender_name_plugins_core_textbox p:first-of-type {
	margin-bottom: 13px;
}
.panel-footer .logo-footer {
	margin-bottom: 26px;
	max-width: 140px;
        margin: 0 auto 25px;
}
.panel-footer .logo-footer img {
	width: 100%;
}
.panel-footer .footer-bottom {
	display: block;
	width: 100%;
	text-align: center;
}
.panel-footer .copyright p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 5px;
}
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
/* social */
.panel-footer .social {
	margin-bottom: 20px;
	padding: 0 15px;
}
.panel-footer .social-links {
	justify-content: center;
	max-width: 400px;
	margin: 0 auto;
}
.panel-footer a.social-link span {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	text-transform: capitalize;
}
.panel-footer i.social-icon {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin-right: 21px;
}
.panel-footer .social-links .social-network {
	margin-right: 28px;
	line-height: 1;
}
.panel-footer .social-links .social-network:first-of-type {
	margin-left: 41px;
}
.panel-footer .social-links .social-network:last-of-type {
	margin-right: 0;
}
.panel-footer img.tripadvisor {
	text-align: center;
	margin: 0 auto 17px auto;
	display: block;
}
/* footer nav  */
.panel-footer .nav-container {
	margin-bottom: 26px;
}
.panel-footer ul.footer-nav {
	display: flex;
	max-width: 340px;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	/* position: relative; */
}
.panel-footer ul.footer-nav .primary-item {
	list-style: none;
	margin-right: 16px;
	padding: 0 13px;
	margin-bottom: 5px;
}
.panel-footer ul.footer-nav .primary-item a {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: .5px;
	font-family: 'Open Sans', sans-serif;
}
.primary-item.has-dropdown:hover {
	background: #fff;
}
.panel-footer .primary-item.has-dropdown:hover > .item-inner > a {
	color: #1d809f;
}
.footer-nav > .primary-item:hover > .item-inner > a > .fas {
	color: #1d809f;
}
.panel-footer .footer-inner label {
	font-family: 'Mont W05 Book';
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
/* vguide/enews */
.panel-footer .enews-vguide .content {
	text-align: center;
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 316px;
	margin:0 auto;
	position: relative;
}
.panel-footer .enews-vguide .content .content-inner {width:100%}
.panel-footer .vguide-enews-container  h2.title {
	font-family: 'Sagona W05 ExtraBold';
	color: #fff;
	letter-spacing: 1.6px;
	font-size: 27px;
	margin-bottom: 0px;
	line-height: 34px;
}
.panel-footer .enews-vguide h2.title:before {
	content: '';
	position: absolute;
	height: 50%;
	width: 60%;
	left: 50%;
	background: radial-gradient(rgba(0, 0, 0, .51) -39%, transparent 61%);
	background-repeat: no-repeat;
	border-radius: 56%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.panel-footer .enews-vguide .content-inner.has-button h2.title:before {
	top: 38%;
	height: 38%;
}

.panel-footer .enews-vguide .content h4 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 100;
	font-size: 15px;
	margin: 0;
}
.panel-footer .contentRender_name_plugins_common_enews_vguide:first-of-type {
	border-bottom: 1px solid #fff;
}

.panel-footer .contentRender_name_plugins_common_enews_vguide .button {
	background-color: #f48062;
	color: white;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	margin: 1rem auto 0.75rem;
	border: 2px solid white;
	padding: 0.75rem 2.5rem;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
/* end enews-vguide */
.panel-footer .googleTranslate {
	position: relative;
	margin: 0 auto;
	max-width: 250px;
}
@media screen and (min-width: 64rem){
	.panel-footer .footer-top {
		width: 56%;
		text-align: left;
		padding-left: 0;
		padding-top: 0;
	}
	.panel-footer .logo-footer {
		margin-bottom: 29px;
		max-width: 167px;
		margin: 0 0 25px;
	}
	.panel-footer .footer-top > .contentRender_name_plugins_core_textbox p:first-of-type {
		margin-bottom: 23px;
	}
	.panel-footer .footer-top > .contentRender_name_plugins_core_textbox {
		padding: 0;
	}
	.panel-footer .footer-top > .contentRender_name_plugins_core_textbox h4 {
		font-family: 'Mont W05 Book';
		color: #fff;
		font-size: 13px;
		margin: 0 0 14px;
		line-height: 1;
		letter-spacing: 1.3px;
	}
	.panel-footer .social {
		width: 34%;
		
		margin-top: -4px;
	}
	.panel-footer .footer-inner label {
		letter-spacing: 0.6px;
	}
	.panel-footer {
		flex-direction: row-reverse;
		padding: 0;
	}
	.panel-footer .footer-inner {
		flex: 1 1 44%;
		display: flex;
		align-items: flex-end;
		padding-bottom: 26px;
	}
	.panel-footer .inner-content {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 29px;
		margin: 0 auto;
		max-width: 417px;
		/* align-items: flex-start; */
	}
	.panel-footer .vguide-enews-container {
		flex: 1 1 56%;
	}
	.panel-footer .vguide-enews-container a:hover .content-inner {
		background: #024656;
		padding: 11px 35px;
		transition: .4s;
	}
	.panel-footer .social-links .social-network:first-of-type,
	.panel-footer .social-links .social-network {
		margin: 0;
		margin-bottom: 13px;
	}
	.panel-footer .enews-vguide .content .content-inner {width:auto}
	.panel-footer ul.social-links {
		/* display: block; */
		text-align: left;
		max-width: 103px;
	}
	.panel-footer .footer-inner .social label {
		text-align: left;
		max-width: 124px;
		margin: 0 auto 13px auto;
		letter-spacing: 0.5px;
	}
	.panel-footer .enews-vguide .content {
		height: 268px;
		max-width: 100%;
	}
	.panel-footer .contentRender_name_plugins_common_enews_vguide:first-of-type {
		border-bottom: 2px solid #fff;
	}
	.panel-footer .nav-container {
		margin-bottom: 25px;
		display: flex;
	}
	.panel-footer ul.footer-nav {
		margin: 0 auto 0 38px;
		
	display: flex;}
	.panel-footer ul.footer-nav li a {
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.panel-footer .translate-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 21px;
	}
	.panel-footer .googleTranslate {
		margin: 0;
	}
	.panel-footer .googleTranslate i {
		top: 19px;
	}
	.panel-footer img.tripadvisor {
		text-align: center;
		margin: 0;
		display: block;
		width:100%;
		max-width: 131px;
	}
	.panel-footer .footer-bottom .copyright p {
		margin-bottom: 10px;
	}
}
/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

/* DTN Mobile Footer Banner */
.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;
	padding: 0;
	background: #fff;
	height: 10px;
	width: 10px;
}

.panel-footer .mobileAd .fa {
	color: #024656;
	font-size: 15px;
	position: absolute;
	top: -2px;
	right: -2px;
	border: #fff solid 1px;
	border-radius: 50%;
}

