<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-footer {
	line-height: 22px;
}

.page-footer .copyright {
    right: 2.60417%;
    bottom: -25px;
    top: auto;
    color: #000;
}
.small-show {
	display: none!important;
}

.social img {
	height: 23px;
}

@media only screen and (max-width: 1025px) {
	.page-footer img{
		max-height: 16px;
	}
	
}

@media only screen and (max-width: 769px) {
	.page-footer img{
		max-height: 16px;
	}
	.medium-hidden {
		display: none!important;
	}
}

@media only screen and (max-width: 600px) {
	body, html {
		background-color: black;
		position: relative;
		overflow: initial;
		width: initial;
		height: initial;
	}
	.page-footer img{
		max-height: 16px;
	}
	.small-show {
		display: initial!important;
	}
	.small-hidden {
		display: none!important;
	}	
	.content-window {
		box-sizing: border-box;
		width: 100%!important;
		max-width: 100%!important;
		padding: 20px;
	}
	a.close {
		display: none!important;
	}
	.mCSB_container { 
		margin-right: 0;
		padding-right: 0;
	}
	.mCustomScrollBox &gt; .mCSB_scrollTools {
		right: 0;
	}
	.content-window .mCS_no_scrollbar {
		padding-right: 0;
	}

	.mCS_disabled &gt; .mCustomScrollBox &gt; .mCSB_container.mCS_no_scrollbar, .mCS_destroyed &gt; .mCustomScrollBox &gt; .mCSB_container.mCS_no_scrollbar {
		padding-right: 0;
		margin-right: 0;
	}

	header.page-header {
		position: relative;
		height: 140px;
		width: 100%;
		overflow: visible;
		top: 0;
		left: 0;
	}
	header.page-header .logo {
		position:absolute;
		left: 0;
		top: 0;
		width: auto;
		height: 30px;
		padding: 5px 0;
		z-index: 2;
	}
	header.page-header .logo img {
		max-height: 100%;
	}

	header.page-header nav.secondary-menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 40px;
		background-color: #39aae2;
		z-index: 1;
		margin: 0;
	}

	header.page-header nav.main-menu {
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 40px;
		margin: 0;
		width: 100%;
		height: 100px;
		background-color: black;
		padding: 0 10px;
	}

	header.page-header nav.main-menu ul li a {
		font-size: 20px;
		line-height: 50px;
	}



	header.page-header nav.secondary-menu ul.social li img {
		height: 20px; 
		margin: 6px 0;
	}

	header.page-header nav ul.languages li {
		box-sizing: border-box;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #104360;
	}
	header.page-header nav ul.languages li a{
		font-size: 15px;
		line-height: 40px;
		color: white;
		padding: 0;
	}
	.page-content {
		position: relative;
		top:0!important;
		left: 0!important;
		width: 100%;
		height: auto!important;
	}
	.page-cities {
		position: relative;
		top: 0!important;
		left: 0!important;
		width: 100%;
		height: auto!important;
	}
	.page-cities .city {
		width: 49%!important;
		margin: 0;
	} 
	footer.page-footer {
		position: static;
		height: auto!important;
		padding-top: 40px;
		width: 100%;
		line-height: 30px;
	}

	footer.page-footer img {
		height: 20px!important;
	}

	footer.page-footer .copyright {
		display: block;
		position: relative;
		color: white;
	}

	.content-window.galleries .gallery img { 
		margin: 5px 2%;
		width: 46%;
		height: auto;
	}


} </pre></body></html>