.footer-section {
	width: 100%;
	background: #666;
}
footer.footer-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 593px;
	background: #f5f1eb;
	opacity: 0.5;
}
.footer-section .contentRender_name_plugins_core_textbox,
.footer-section .contentRender_name_plugins_core_textbox p,
.footer-section a,
.footer-section a:hover,
.footer-section a:focus,
.footer-section a:visited {
	color: #fff;
}
.footer_container {
	border-top: 1px solid #BB9368;
}
.footer-section .footer-center {
	padding-top: 55px;
	text-align: center;
}
.footer-section .footer-logo {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 236px;
	margin-bottom: 9px;
}
.footer-section .footer-content ul {
	margin: 0;
	list-style: none;
	color: white;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	display: inline-block;
}
.footer-section .footer-content ul li {
	margin-bottom: 5px;
	font-weight: 200;
}
.footer-section .footer-content ul li:first-child {
	font-weight: 700;
}
.footer-section .footer-content ul li:last-child {
	font-size: 15px;
	font-weight: 700;
}

.footer-section .partners {
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.footer-section .partners > *:first-child {
	margin-right: 20px;
}
.footer-section .partners a:first-of-type img {
	width: 180px;
}
.footer-section .partners a:last-of-type img {
	width: 80px;
}
.footer-section .footer-bottom {
	padding: 0 0px 1px;
}
.footer-section .footer-bottom {
	text-align: right;
}

.footer-section .accessibility-notice {
	color: #aaa;
	margin: 1rem;
	text-align: center;
	font-size: 13px;
}

.footer-section .copyright {
	font-size: 13px;
	color: white;
	margin-bottom: 20px;
	text-align: center;
	max-width: 234px;
	margin: 0 auto 20px auto;
}
.footer-section .made-by {
	display: block;
	width: 210px;
	margin: auto;
}
.footer-inner {
	background-image: url('https://res.cloudinary.com/simpleview/image/upload/v1571786212/mts_zptoci.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.footer_container .footer-center .left-col {
	margin-bottom: 35px;
}
.footer_container .footer-center .center-col {
	margin-bottom: 31px;
}
.footer_container .footer-center .right-col {
	margin-bottom: 23px;
}
.footer-section .center-col > .contentRender_name_plugins_core_textbox {
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
}
.footer-top {
	display: block;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
}
/*visitors guide/ enews*/

.footer-top .slide a div {
	color: #1A6E99;
}
.footer-top .slide.enews a .title {
	color: #1A6E99;
	margin-bottom: 15px;
}
.footer-top .slide {
	display: flex;
	padding: 30px 0px;
	position: relative;
	align-items: center;
	justify-content: center;
}
.footer-top .title {
	font-family: "abril-display", serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 30px;
	font-weight: 100;
}
.footer-top .subtitle {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-weight: 400;
	font-size: 14px;
}
.footer-top .slide.vguide:after {
	border-bottom: #e2d0b8 solid 4px;
	position: absolute;
	height: 23px;
	width: 150px;
	bottom: 0;
	left: 50%;
	content: '';
	transform: translateX(-50%);
}
.footer-top .slide a {
	z-index: 1;
	text-transform: unset;
}
.footer-top .slide > img {
	position: absolute;
	z-index: 0;
	height: auto;
	width: auto;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.footer-top .slide.vguide img.hover {
	display: none;
}
.footer-top .slide.vguide:hover img.hover {
	display: inline-block;
}
@media (min-width: 40.063em) {
	.footer-top .slide {
		padding: 47px 0px;
	}
	.footer-section .footer-center {
		display: grid;
		display: -ms-grid;
		flex-wrap: wrap;
		padding: 50px 15px 30px;;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.footer-section .footer-center .left-col {
		grid-column-start: 2;
		-ms-grid-column:2;
		-ms-grid-row:1;
		grid-row-start: 1;
		margin-bottom: 0px;
	}
	.footer-section .footer-center .center-col {
		grid-column-start: 1;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		grid-row-start: 2;
		text-align: left;
		margin-bottom: 0;
	}
	.footer-section .footer-center .right-col {
		grid-column-start: 3;
		-ms-grid-column: 3;
		-ms-grid-row: 2;
		grid-row-start: 2;
		text-align: right;
		margin-bottom: 0;
	}
	.footer-section a.made-by {
		grid-column-start: 3;
		grid-row-start: 4;
		-ms-grid-column: 3;
		-ms-grid-row: 4;
		margin: 0;
		text-align: right;
		width: 100%;
	}
	
	.footer-section .accessibility-notice {
		grid-column: 1 / span 3;
		grid-row: 3;
	}
	
	.footer-section .copyright {
		margin-bottom: 0;
		text-align: left;
		grid-column-start: 1;
		-ms-grid-column: 1;
		-ms-grid-row: 4;
		grid-row-start: 4;
		text-align: right;
		margin: 0;
		font-size: 13px;
		color: white;
		margin: 0;
		margin-bottom: 20px;
		text-align: left;
		max-width: auto;
	}
	.footer-section .contentRender_name_plugins_collections_template_custom_social_links {
		grid-column-start: 2;
		-ms-grid-column: 2;
		grid-row-start: 1;
		-ms-grid-row: 1;
	}
	.footer-section .contentRender_name_plugins_googletranslate_googletranslate {
		grid-column-start: 2;
		-ms-grid-column: 2;
		grid-row-start: 2;
		-ms-grid-row: 2;
		margin: 0 auto;
	}
	.footer-section .partners {
		margin-bottom: 0;
	}
	.footer-section .footer-bottom {
		display: grid;
		display: -ms-grid;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 1fr 1fr;
		position: relative;
		padding: 0 15px 30px;
		margin-top: -80px;
	}
	.footer-inner {
		background-position: unset;
	}
	/*enews/visitors guide*/
	.footer-top {
		display: flex;
		margin: 0 auto;
		text-align: center;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		padding: 0 15px;
		min-height: 323px;
	}
	.footer-top .slide.vguide {
		padding-right: 75px;
		border-right: #BB9368 solid 3px;
	}
	.footer-top .slide.enews {
		padding-left: 75px;
		padding-right: 65px;;
	}
	.footer-top .slide.vguide:after {
		content: none;
	}
	.footer-top .title {
		font-size: 39px;
	}
	.footer-top .subtitle {
		font-size: 18px;
	}
}

@media (min-width: 64.063em) {
	.footer-section .footer-center {
		padding: 50px 0 0;
	}
	.footer-section .footer-center {
		padding: 0 15px 30px; 
	}
	
	.footer-section .accessibility-notice {
		grid-column-start: 1 / span 3;
		grid-row-start: 2;
		max-width: 50%;
		text-align: center;
		margin: 1rem auto;
	}
	
	.footer-section a.made-by {
		margin: 0 65px 0 auto;
		grid-column: 2;
		grid-row-start: 3;
		text-align: center;
	}
	.footer-section .footer-content {
		max-width: 1200px;
		margin: 0 auto;
		padding: 110px 0px 0px 0px;
	}
	.footer-section .contentRender_name_plugins_googletranslate_googletranslate {
		grid-column-start: 3;
		grid-row-start: 3;
		margin: 0px;
	}
	
	.footer-section .copyright {
		grid-column-start: 1;
		grid-row-start: 3;
	}
	.footer-section .contentRender_name_plugins_collections_template_custom_social_links {
		grid-column-start: 2;
		-ms-grid-column: 2;
		grid-row-start: 1;
		-ms-grid-row: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-section .footer-bottom {
		margin-top: 0px;
	}
}

@media (max-width: 1024px) {
	.footer_container .contentRender_name_plugins_common_enews_vguide {
		width: 100%;
	}
	.footer-section .contentRender_name_plugins_googletranslate_googletranslate {
		width: 100%;
	}
}
@media (max-width: 40em) {
	.footer-section .mobile-fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
	}
	.footer-section .made-by {
		margin-bottom: 23px;
	}
	.footer-top .slide .subtitle img {
		max-width: 22px;
		height: auto;
		margin-left: 5px;
	}
	.footer-top .slide > img {
		width: 123px;
	}
	.footer-section .contentRender_name_plugins_googletranslate_googletranslate {
		width: auto;
	}
	.googleTranslateDropdown:hover, .googleTranslateDropdown {
		margin-bottom: 25px;
	}
	.googleTranslate i {
		transform: translateY(-125%);
	}
}