@CHARSET "UTF-8";

/* 1. To have the footer at the bottom, even, when the page is not tall enough */

html.flexbox body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

html.flexbox .site-header,
html.flexbox .site-nav,
html.flexbox .site-footer {
 -webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

html.flexbox .site-content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* 2. Header style */

.site-header {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-title a,
.site-title a:hover,
.site-title a:active {
	color: #e01120;
	font-weight: bold;
	font-size: 24pt;
	font-size: 28px;
}

@media(max-width: 800px) {
	.site-header-layout {
		display: block;
	}
}

@media(min-width: 1100px) {
	.site-header-right {
		width: 200px;
	}
}

.languageSelector a {
	padding: 3px 8px;
	display: inline-block;
	text-align: center;
	color: #e01120;
/*	border: 1px solid #333333;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);*/
}

.languageSelector a img {
	width: 30px;
}

.headerSearch .searchButton:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 30px;
	border-right: 2px solid #942280;
	margin-left: 4px;
	margin-right: 5px;
	transform: translate(0, 4px);
}

.headerSearch .searchButton {
	color: #942280;
	transform: translate(0, -2px);
}

.headerSearch .searchButton:hover {
	text-decoration: none;
}

/* 3. Nav style */

.navbar-light .navbar-brand {
	color: #e01120;
	font-weight: bold;
	max-width: 200px;
	white-space: normal;
}

.navbar-light {
	background-color: #942280;
}

.navbar-light a,
.navbar-light a:focus,
.navbar-light a:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;;
	background-color: #942280;
}

@media(max-width: 575px) {
	
	.navbar-light {
		background-color: #ffffff;
	}

	.navbar-light a,
	.navbar-light a:focus,
	.navbar-light a:hover,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #ffffff;
	}
	
}

.navbar-light a,
.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active {
	font-weight: bold;
}

.navbar-light a:hover {
	text-decoration: underline;
}

@media(max-width: 575px) {
	.site-nav.sticky-top {
		position: static;
	}
}

.site-nav.sticky-top {
	transition: background 0.5s, box-shadow 0.5s;
}

.site-nav.sticky-top.sticked {
	box-shadow: 0 -3px 5px 6px rgba(0, 0, 0, 0.15);
}

@media(min-width: 576px) {
	.nav-logo {
		width: 0;
		overflow: hidden;
	}

	.site-nav.sticky-top.sticked .nav-logo {
		width: auto;
	}

	.site-nav.sticky-top .nav-logo img {
		display: none;
	}
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}

/* 4. Footer style */

.site-footer {
	background-color: #942280;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-footer a,
.site-footer a:hover,
.site-footer a:active {
	color: #FFFFFF;
}

.footer-header {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
}

.site-footer .list-inline > li {
	margin: 10px 0;
}

/* 5. Content style */

.site-content {
	padding: 30px 0;
}

.site-content .main-slider {
	margin-top: -30px !important;
}

.site-content .breadcrumb-area {
	margin-top: -30px;
}

.btn.btn-primary {
	background-color: #942280;
	border-color: #c581b9;
}

.mapDiv {
	height: 200px;
	width: 100%;
}

.newsDateArea {
	background-color: #942280;
}

.slider-content {
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
}

.slider-content > span {
	position: absolute;
	left: 15px;
	bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.horgonyPozicio {
    /*  overflow: hidden;*/
    position: relative;	
}

.horgonyPozicio span {
    position: absolute;
    /* top: -50px; */	
    visibility: hidden;	
	scroll-margin-top: 60px;
}