/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.text-shadow {
	text-shadow: 2px 2px #000000;
}

ul.no-bullets {
	list-style-type: none;
}

.bg-grey {
	background-color: #eeeeee;
}

.lang_nav img {
	width: 20px;
}

.map {
	-webkit-filter: saturate(0.2);
	-moz-filter: saturate(0.2);
	filter: saturate(0.2);
}

input[type='checkbox'] {
	width: 2em;
	height: 2em;
  }

@media (max-width: 575px) {

	.footer-logo {
		display: initial;
	}

	.widget_links li {
		display: block;
	}

	.lang_nav {
		width: 100%;
	}

}