/*
	* Prefixed by https://autoprefixer.github.io
	* PostCSS: v7.0.29,
	* Autoprefixer: v9.7.6
	* Browsers: last 4 version
*/

@charset "UTF-8";
:root {
	--swiper-navigation-size: 33px !important;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Raleway', sans-serif;
}

header {
	min-height: 180px;
}
.navicon {
	border: 2px solid #404040;
	border-radius: 4px;
	outline: 0;
	cursor: pointer;
	background-color: transparent;
	color: #505050;
	font-size: 22px;
	text-align: center;
	padding: 0;
	width: 60px;
	height: 60px;
}

.naviconInner {
	border: 2px solid #404040;
	margin: 12px;
}


.navinner {
	display: none;
	min-height: 50px;
}

.opened {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	width: 90%;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.opened a{
	
	border: none;
	
}






.topmenu {
	background-color: #d9d9d9;
	border-bottom-color: #c1cc6e;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	height: 40px;
	line-height: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topmenu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	padding-right: 20px;
	
}

#menuSelf {
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	width: 90%;
	
	
	
}

.topmenu .container,
.mainmenu .container,
main h1,
.homePrograms,
.homeCalendar,
.homeNews,
.calendarHeader,
.homeSliderWrapper,
.newsHeader,
.programsHeader,
article.program,
article.newsArticle {
	width: 100%;
}

.homeCalendarWrapper h1, 
.programsHeader,
.newsHeader{
	
	padding-left: 10px;
	
}


.topmenu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}

.topmenu .fa-facebook-f {
	background-color: #c1cc6e;
	padding: 6px;
	color: white;
	vertical-align: middle;
}

.topmenu .container svg {
	margin-left: 10px;
}

.mainmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainmenu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
	position: relative;
}

.mainmenu .logo {
	cursor: pointer;
}

/*logo méret*/
.mainmenu .logo {
	margin: 12px 0 10px 20px;
	max-width: 200px;
}

.mainmenu .logo img {
	width: 90%;
}

.navinner a {
	
	color: #c1cc6e;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	padding: 2px 7px;
	font-family: 'Raleway', sans-serif;
	border-radius: 3px;
	line-height: 36px;
	text-decoration: none;
}

.mainmenu .fa-search {
	background-color: #c1cc6e;
	padding: 6px;
	color: white;
	vertical-align: middle;
}

.mainmenu nav a:first-child::before {
	content: "";
}


main h1 {
	font-size: 30px;
	font-weight: 300;
	color: #c1cc6e;
	margin: 20px auto;
}
.aboutTitle, .contactTitle, #h1_programs{
	
	padding-left: 20px;
	
}



input[name="searchStr"] {
	border: none;
	line-height: 30px;
	width: 100%;
	padding: 0 5px 0 5px;
	font-size: 14px;
	outline: none;
}

#srchButton {
	color: white;
	background-color: #506613;
	border: solid 1px #506613;
	border-radius: 3px;
	height: 27px;
	width: 120px;
	padding: 0 2%;
	margin: 1px 1px 1px 0;
	font-weight: 650;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
}

#srchButton:hover,
#srchButton:active {
	background-color: darkslategrey;
	border: solid 1px darkslategrey;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}

#srchForm {
	border: black solid 1px;
	border-radius: 3px;
	margin: 20px 3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	height: 30px;
	width: 500px;
}


.homePrograms,
.homeCalendar,
.homeNews,
.calendarHeader,
.newsHeader,
.programsHeader {
	margin: 10px auto;
}

.homeProgramsWrapper {
	background-color: #d9d9d9;
	margin: 20px 0;
}

.homePrograms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.homePrograms .program {
	background-color: white;
	min-width: 270px;
}

.homePrograms .program {
	background-color: white;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 15px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	min-height: 300px;
}

.homePrograms .program:first-child {
	margin-left: 15px;
	
}

.homePrograms .program:last-child {
	margin-right: 15px;
}

.homeProgramImage {
	width: 100%;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
}

.homeProgramImage  img{
	width: 100%;
	
}

.homeProgramText{
	
	min-height: 100px;
	
}

.homePrograms  a.reg{
    display: block;
	bottom: 0px;
	color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: rgb(79, 102, 18);
    width: 130px;
    height: 38px;
	min-height: 38px;
    line-height: 38px;
    text-align: center;
	vertical-align: center;
    
	
	
}


a.sliderreg{
    
	display: block;
	color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: rgb(79, 102, 18);
    width: 130px;
    height: 38px;
	min-height: 38px;
    line-height: 38px;
    text-align: center;
	vertical-align: center;
    text-decoration: none;
	
	
}


.homePrograms .program h2 {
	color: #c1cc6e;
	min-height: 50px;
	margin-left: 10px;
}

.homePrograms .program a {
	color: #c1cc6e;
	min-height: 50px;
	text-decoration: none;
	cursor: pointer;
}

.homePrograms .program a {
	color: #c1cc6e;
	min-height: 38px;
	text-decoration: none;
	cursor: pointer;
}

.homeProgramText div {
	margin: 8px 2px;
}

.homeNews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.homeNews .news {
	background-color: white;
	
	
	
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	min-width: 300px;
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 12px;
}

.news img{
	width: 100%;
	height: 100%;
	
	
}


.homeNews .news:last-child {
	margin-right: 0px;
}



.homeNewsTitle {
	color: #c1cc6e;
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 30px 0;
	min-height: 150px;
}


.host{
	
	color: #2f2d0f;
	
}

.newsInner {
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	color: #c1cc6e;
}

.homeSliderWrapper {
	margin: 0 auto;
	margin-top: 100px;
}

.homeSliderWrapper img {
	width: 100%;
}
.swiper-slide{
	height: 500px !important;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	
}

.swiper-button-next {
	content: url(../svgs/left.svg);
	background-color: #c1cc6e;
	color: white;
	right: 0px !important;
	padding: 10px;
}

.swiper-button-prev {
	content: url(../svgs/left.svg);
	background-color: #c1cc6e;
	color: white;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	left: 0px !important;
	padding: 10px;
}

.swiperBlackBox {
	position: absolute;
	
	margin-left: 30px;
	background-color: rgba(0, 0, 0, 0.6);
	max-width: 50%;
	padding: 20px;
	bottom: 0px;
}

.swiperBlackBox * {
	color: white;
	margin: 5px 0;
}

.swiperBlackBox h2 {
	font-size: 36px;
}

.swiperBlackBox h3 {
	font-size: 14px;
}

.swiperBlackBox h4 {
	font-size: 14px;
}

footer {
	font-size: 12px;
	color: white;
	margin: 0 auto;
	width: 90vw;
}

#footer {
	height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	margin: 0 auto;
	background-color: #2f2d0f;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

footer img {
	height: 41px;
	margin-top: 10px;
}

section.proglist {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 500px;
}

article.program {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #d9d9d9;
	border: 12px solid #4f6612;
	padding: 20px;
	margin: 0 auto;
	margin-top: 1em;
	width: 100%;
}

article.program a {
	text-decoration: none;
	color: #000;
}

article.program div:nth-child(1) {
	padding-right: 20px;
	padding-bottom: 5px;
	white-space: nowrap;
	font-weight: 500;
	font-size: 22px;
}

article.program div:nth-child(2) {
	text-transform: uppercase;
	font-size: 20px;
	padding-right: 20px;
	font-weight: 100;
	padding-bottom: 10px;
	font-weight: 100;
	width: 80%;
}

article.program div:nth-child(3) {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

main.news {
	width: 100%;
}

main.news .headWrapper {
	margin: 10px auto;
	
}
.headWrapper h1{
	
	padding-left: 20px;
	
}	


section.newswrapper {
	margin: 0 auto;
	
	background-color: #d9d9d9;
	width: 100%;
	
}

article.newsArticle {
	background-color: white;
	margin: 20px auto;
	padding: 15px;
	width: 80%;
}

.newsArticleInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsArticleInner img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.newsArticleInner div:first-child {
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsArticle * {
	padding: 5px;
}

.newsArticle .newsLead {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.newsArticle h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.newsArticle .host {
	color: black;
	font-style: italic;
}

.homeNews .news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	
}

.homeNews .news .more {
	
	bottom: 0px;
	left: 10px;
	font-size: 24px;
	
}

.more {
	background-color: #919090;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 150px;
	display: block;
	text-align: center;
	margin-left: 10px;
}

article h3, h4 {
	color: #c1cc6e;
	
}

article h3 a, article h4 a {
	color: #c1cc6e;
	text-decoration: none;
}



.contactdetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.documents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}



.contactdetails .left {
	margin-left: 5vw;
}

.contactdetails .right {
	margin: auto;
}

.aboutdetails,
.contactdetails,
.documents{
	width: 100%;
	margin: 0 auto;
	font-weight: 100;
	padding: 0;
	min-height: 800px;
}

.aboutdetails p,
.contactdetails p, 
.documents p{
	width: 90%;
	padding: 20px;
	font-weight: 100;
}

.aboutdetails a,
.contactdetails a,
.documents a{
	font-weight: 200;
	text-decoration: none;
	color: black;
}

.aboutdetails iframe,
.contactdetails iframe {
	border: 1px solid black;
}

/*   Program   */
.programDetails div.header {
	background-color: #d9d9d9;
	padding: 20px;
}

.programDetails div.headerInner {
	margin: 0 auto;
}

.programDetails .image {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.programDetails div.image img {
	width: 100%;
}

.programDetails div.image .programimage {
	margin: 10px;
}

.programDetails div.image .otherPrograms {
	background-color: #4f6612;
	margin: 10px;
	font-weight: 300;
	font-size: 40px;
	line-height: 42px;
	padding: 10px;
}

.programDetails div.image .otherPrograms .othersTitle {
	color: white;
}

.programDetails .program {
	margin: 10px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.programDetails .details {
	margin: 10px;
}

.otherPrograms a {
	font-weight: 900;
	font-size: 25px;
	line-height: 32px;
	color: #c1cc6e;
	text-transform: uppercase;
	max-width: 220px;
	margin-bottom: 10px;
	text-decoration: none;
}

.googlemap {
	width: 90vw;
}

button.toArchive {
	width: 200px;
	line-height: 20px;
	display: block;
	margin: 20px auto;
	font-size: 24px;
	padding: 10px;
	border: 12px solid #4f6612;
}

.program h3 {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #5f491a;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}


.archiveSelector {
    width: 90%;
    margin: 0 auto;
}
.archiveSelector .months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
	
}
.archiveSelector .years {
    min-height: 20px;
    line-height: 20px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
}
.archiveSelector .months {
    background-color: #506613;
    min-height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: 14px;
	
}
.months .a,
.months .b,
.months .c {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.archiveSelector .years span {
    color: #c5cf6c;
    font-size: 14px;
    
    font-weight: bold;
    min-width: 11.1111%;
    padding: 15px 0 15px 0;
    text-align: center;
}
.archiveSelector .months span {
    color: white;
    
    text-transform: uppercase;
    text-align: center;
    min-width: 25%;
    border-top: 1px solid white;
}
.archiveSelector .months span:nth-child(-n+5) {
    color: white;
    border-right: 1px solid white;
    -webkit-box-shadow: 1px 0 white;
	box-shadow: 1px 0 white;
}
.archiveSelector .years span.active {
    color: white;
    background-color: #c5cf6c;
}
.archiveSelector .months span.active {
    background-color: white;
    color: #506613;
}
article.program div:nth-child(3) {
    width: 100%;
}




/****************************************************************************************/
@media only screen and (min-width: 576px) {
	.navicon {
		width: 60px;
		height: 60px;
	}
	.naviconInner {
		margin: 11.5px;
	}
	
	
	
	
	.navinner a {
		font-size: 18px;
	}
	.navinner {
		margin-top: 1.5%;
	}
	.topmenu .container {
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
	}
	.homeSliderWrapper img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5%;
		width: 90%;
	}
	.swiperBlackBox h2 h3 h4 {
		margin-top: 10%;
		margin-left: 5%;
	}
	main h1 {
		margin-top: 10px;
		font-size: 30px;
	}
	
	#calendar {
		height: 200px;
	}
	.myweekday,
	.mymonth {
		font-size: 16px;
	}
	.myday {
		font-size: 26px;
	}
	.fc-today-button {
		display: none;
	}
	/*bal oldali gomb a dátumoknál*/
	.fc-icon-left-single-arrow {
		display: none;
	}
	/*jobb oldali gomb a dátumoknál*/
	.fc-icon-right-single-arrow {
		display: none;
	}
	main h2 {
		font-size: 26px;
	}
	.program h3 {
		font-size: 20px;
	}
	.myweekday,
	.mymonth,
	.myday {
		font-size: 18px;
	}
	.text {
		font-size: 18px;
	}
	.homePrograms,
	.homeCalendar,
	.homeNews,
	.calendarHeader,
	.newsHeader,
	.programsHeader {
		margin: 25px auto;
	}
	
	.proglist div {
		width: 65%;
		margin-bottom: 3%;
	}
	
	
	
	
	
	
	.homeNews  {
		
		display: -webkit-box;
		
		display: -ms-flexbox;
		
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-direction: column;
		flex-direction: column;
		
	}
	
	
  	.homeNews .news {
		
		width: 95%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-direction: column;
		flex-direction: column;
		
	}
	
	.news img{
		width: 100%;
		height: 100%;
		
		
	}
	
	.homeNews .news .more {
		position: relative;
		bottom: 0px;
		left: 10px;
		font-size: 18px;
		
		
	}
	
	
	.NEWS h3 {
		font-size: 36px;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	main h4 {
		font-size: 24px;
	}
	
	.host {
		font-size: 24px;
		color: #2f2d0f;
	}
	
	
	.contactdetails h2 {
		font-size: 32px;
	}
	.contactdetails p {
		font-size: 24px;
	}
	.right iframe {
		height: 600px;
		width: 800px;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	/*ARCHÍVUM*/
	.archiveSelector {
		width: 90%;
		margin: 0 auto;
	}
	.archiveSelector .months {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		
		
	}
	.archiveSelector .years {
		min-height: 20px;
		line-height: 20px;
		padding: 15px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
		
	}
	.archiveSelector .months {
		background-color: #506613;
		min-height: 45px;
		line-height: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
        justify-content: space-around;
		font-size: 18px;
		
	}
	.months .a,
	.months .b,
	.months .c {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
	}
	.archiveSelector .years span {
		color: #c5cf6c;
		font-size: 20px;
		
		font-weight: bold;
		min-width: 11.1111%;
		padding: 15px 0 15px 0;
		text-align: center;
	}
	.archiveSelector .months span {
		color: white;
		
		text-transform: uppercase;
		text-align: center;
		min-width: 25%;
		border-top: 1px solid white;
	}
	.archiveSelector .months span:nth-child(-n+5) {
		color: white;
		border-right: 1px solid white;
		-webkit-box-shadow: 1px 0 white;
		box-shadow: 1px 0 white;
	}
	.archiveSelector .years span.active {
		color: white;
		background-color: #c5cf6c;
	}
	.archiveSelector .months span.active {
		background-color: white;
		color: #506613;
	}
	article.program div:nth-child(3) {
		width: 100%;
	}
	/*címsorok*/
	
	.program h3 {
		min-height: 1em;
	}
	/* FOOTER*/
	#footer {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 120px;
	}
}

/****************************************************************************************/
@media only screen and (min-width: 768px) {
	.navicon {
		width: 50px;
		height: 50px;
	}
	.naviconInner {
		margin: 8.5px;
	}
	.topmenu .container {
		font-size: 12px;
		width: 100vw;
		margin: 0 auto;
	}
	
	.mainmenu .logo {
		margin: 12px 0 10px 20px;
		max-width: 200px;
	}
	
	
	.homeSliderWrapper img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5%;
		width: 90%;
	}
	
	
    .swiper-slide{
		height: 762px !important;
		position: relative;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		
	}
	.swiper-button-prev {
		left: 5%;
	}
	.swiper-button-next {
		right: 5%;
	}
	.swiperBlackBox {
		margin-left: 5%;
	}
	main h1 {
		font-size: 30px;
	}
	#calendar {
		height: 200px;
	}
	.myweekday,
	.mymonth {
		font-size: 16px;
	}
	.myday {
		font-size: 26px;
	}
	.fc-today-button {
		display: block;
	}
	.fc-icon-left-single-arrow {
		display: block;
	}
	.fc-icon-right-single-arrow {
		display: block;
	}
	main h2 {
		font-size: 36px;
	}
	.program h3 {
		font-size: 15px;
	}
	.myweekday,
	.mymonth,
	.myday {
		font-size: 18px;
	}
	.text {
		font-size: 22px;
	}
	.homePrograms,
	.homeCalendar,
	.homeNews,
	.calendarHeader,
	.newsHeader,
	.programsHeader,
	.homeSliderWrapper {
		width: 95%;
		margin: 0 auto;
	} 
	
	
	.proglist div {
		width: 65%;
		margin-bottom: 3%;
	}
	
	.homeNews{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-direction: column;
		flex-direction: column;
		
		
	}
	
	.homeNews .news{
		width: 95%;
		
	}
	.news img{
		width: 100%;
		height: 100%;
		
		
	}
	
	
	
	
	
	
	
	.news h3 {
		font-size: 36px;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	main h4 {
		font-size: 24px;
	}
	.host {
		font-size: 18px;
		font-style: italic;
		color: #2f2d0f;
	}
	
	
	.contactdetails h2 {
		font-size: 32px;
	}
	.contactdetails p {
		font-size: 24px;
	}
	.right iframe {
		height: 600px;
		width: 800px;
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.archiveSelector {
		width: 90%;
		margin: 0 auto;
	}
	.archiveSelector .months {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}
	.archiveSelector .years {
		min-height: 20px;
		line-height: 20px;
		padding: 15px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
	}
	.archiveSelector .months {
		background-color: #506613;
		min-height: 45px;
		line-height: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		
		justify-content: space-around;
	}
	.months .a,
	.months .b,
	.months .c {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
	}
	.archiveSelector .years span {
		color: #c5cf6c;
		font-size: 20px;
		font-weight: bold;
		min-width: 11.1111%;
		padding: 15px 0 15px 0;
		text-align: center;
	}
	.archiveSelector .months span {
		color: white;
		
		text-transform: uppercase;
		text-align: center;
		min-width: 25%;
		border-top: 1px solid white;
	}
	.archiveSelector .months span:nth-child(-n+5) {
		color: white;
		border-right: 1px solid white;
		-webkit-box-shadow: 1px 0 white;
		box-shadow: 1px 0 white;
	}
	.archiveSelector .years span.active {
		color: white;
		background-color: #c5cf6c;
	}
	.archiveSelector .months span.active {
		background-color: white;
		color: #506613;
	}
	article.program div:nth-child(3) {
		width: 100%;
	}
	/*címsorok*/
	
	#footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 120px;
	}
}

/****************************************************************************************/
@media only screen and (min-width: 992px) {
	main h1 {
		font-size: 40px;
		font-weight: 300;
	}
	.topmenu .container {
		font-size: 12px;
	}
	.topmenu a {
		margin-left: unset;
	}
	.homePrograms,
	.homeCalendar,
	.homeNews,
	.calendarHeader,
	.newsHeader,
	.programsHeader {
		margin: 25px auto;
		
	}
	
	.homePrograms {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		-webkit-box-pack: center;
	    -ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
	    -ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
	    align-content: center;
	}
	
	.homePrograms .program {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		
		height: 600px;
		min-width: 485px;
		width: 485px;
	}
	.homePrograms .program:first-child {
		margin-left: 0px;
	}
	.homePrograms .program:nth-child(3) {
		margin-left: 0px;
	}
	.homePrograms .program:nth-child(2) {
		margin-right: 0px;
	}
	
	
	.homePrograms .program:last-child {
		margin-right: 0px;
	}
	.homeProgramImage {
		max-width: 100%;
		min-height: 250px;
		background-size: auto 485px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.homeProgramImage img {
		height: 250px;
	}
	.homePrograms .homeProgramImage img {
		max-width: 93vw;
	}
	
	.homeNews{
		
		display: -webkit-box;
		
		display: -ms-flexbox;
		
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	    -ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
	    -ms-flex-pack: center;
		justify-content: center;
		
	}
	
	.homeNews .news{
		width: 300px;
		margin: 5px;
	}
	
	.homeNews .news h2{
		font-size: 30px;
		
		
	}
	
	article.program {
		width: inherit;
	}
	.newsArticle h3 {
		font-size: 35px;
	}
	.aboutdetails {
		padding: 20px;
	}
	#footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 120px;
	}
}

/****************************************************************************************/
@media only screen and (min-width: 1200px) {
	.contactdetails {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
        justify-content: space-around;
		-webkit-box-align: start;
        -ms-flex-align: start;
		align-items: flex-start;
	} 
	
	.documents {
		width:  50vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		
		
		flex-direction: column;
		
        justify-content: flex-start;
		
		align-items: center;
	}
	.aboutdetails,
	.contactdetails {
		width: 1300px;
		margin: 0 auto;
		font-weight: 100;
	}
	#footer {
		height: 120px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 1300px;
		margin: 0 auto;
		background-color: #2f2d0f;
	}
	.aboutdetails p,
	.contactdetails p {
		width: 50%;
		font-weight: 100;
	}
	.topmenu .container,
	.mainmenu .container,
	main h1,
	.homePrograms,
	.homeCalendar,
	.homeNews,
	.calendarHeader,
	.homeSliderWrapper,
	.newsHeader,
	.programsHeader,
	article.program,
	article.newsArticle {
		width: 1270px;
	}
	
	
	#menuSelf {
		
		display: -webkit-box;
		
		display: -ms-flexbox;
		
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		width: 1270px;
		
		
		
	}
	
	
	.homePrograms {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
	}
	.homePrograms .program {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
        -ms-flex: 1;
		flex: 1;
		height: 600px;
		min-width: 250px;
	}
	.homePrograms .program:first-child {
		margin-left: 0px;
	}
	.homePrograms .program:nth-child(2) {
		margin-right: 15px;
	}
	
	
	.homePrograms .program:nth-child(3) {
		margin-left: 15px;
	}
	
	.homePrograms .program:last-child {
		margin-right: 0px;
	}
	
	
	.homePrograms  a.reg{
		display: block;
		position: absolute;
		bottom: 0px;
		color: white !important;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		background-color: rgb(79, 102, 18);
		width: 130px;
		height: 38px;
		min-height: 38px;
		line-height: 38px;
		text-align: center;
		vertical-align: center;
		
		
		
	}
	
	
	
	.homeProgramImage {
		max-width: 100%;
		min-height: 250px;
		background-size: auto 250px;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.homeProgramImage img {
		height: 250px;
	}
	
	.homeNews{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	    -ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.homeNews .news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-direction: column;
		flex-direction: column;
		margin: 0px;
		-webkit-box-flex: 1;
	    -ms-flex: 1;
		flex: 1;
	}
	
	.homeNews .news .text{
		
		font-size: 12px;	
		min-height: 200px;
	}
	
	
	.homeSliderWrapper {
		margin: 0 auto;
		height: 762px;
	}
	.homeSliderWrapper img {
		width: 100%;
	}
	
	.swiper-slide{
		height: 762px !important;
		position: relative;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		
	}
	
	
	a.sliderreg{
		
		display: block;
		color: white !important;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		background-color: rgb(79, 102, 18);
		width: 130px;
		height: 38px;
		min-height: 38px;
		line-height: 38px;
		text-align: center;
		vertical-align: center;
		text-decoration: none;
		
		
	}
	
	
	
	
	.swiper-button-next {
		content: url(../svgs/left.svg);
		background-color: #c1cc6e;
		color: white;
		right: 0px !important;
		padding: 5px;
		width: 20px !important;
		height: 20px !important;
	}
	.swiper-button-prev {
		content: url(../svgs/left.svg);
		background-color: #c1cc6e;
		color: white;
		-webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
		transform: scaleX(-1);
		left: 0px !important;
		padding: 5px;
		width: 20px !important;
		height: 20px !important;
	}
	.swiper-button-next:after {
		-webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	.swiperBlackBox {
		position: absolute;
		bottom: 10px;
		left: 10px;
		margin-left: 30px;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 20px;
	}
	.swiperBlackBox * {
		color: white;
		margin: 5px 0;
	}
	.swiperBlackBox h2 {
		font-size: 36px;
	}
	.swiperBlackBox h3 {
		font-size: 14px;
	}
	.swiperBlackBox h4 {
		font-size: 14px;
	}
	.navicon {
		display: none;
	}
	#navinner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
    .navinner a::before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #4f6612;
		content: "|";
		display: inline;
		font-size: 24px;
		font-weight: 600;
		margin-right: 8px;
	}
	
	
	.news img {
		width: 100%;
		display: block;
		
	}
	.newsArticleInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
		background-color: white;
		margin: 20px auto;
		padding: 15px;
	}
	
	.newsArticleInner div:first-child{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	    -ms-flex-direction: column;
		flex-direction: column;
		
	}
	
	.newsArticleInner h4 {
		
		font-size: 18px;
		
	}
	
	
	.newsArticleInner img {
		display: block;
		width: 400px;
	}
	.newsArticleInner div:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
        -ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
        -ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-flex: 1;
        -ms-flex: 1;
		flex: 1;
	}
	article.newsArticle * {
		padding: 5px;
	}
	section.proglist {
		width: 1300px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	article.program {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
        -ms-flex-direction: row;
		flex-direction: row;
		background-color: #d9d9d9;
		border: 12px solid #4f6612;
		max-width: 1300px;
		padding: 25px;
	}
	article.program div:nth-child(1) {
		padding-right: 60px;
		padding-top: 5px;
		border-right: 2px solid #000;
		height: 16px;
		font-size: 18px;
		font-weight: 500;
		
	}
	article.program div:nth-child(2) {
		padding-left: 20px;
		font-size: 25px;
		font-weight: 300;
	}
	article.program div:nth-child(3) {
		padding-right: 200px;
	}
	
	
	
	
	
	.programDetails div.header {
		width: 100vw;
		background-color: #d9d9d9;
		padding: 20px;
	}
	.programDetails .headerInner {
		margin: 0 auto;
		width: 1300px;
	}
	.programDetails .image {
		width: 1300px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.programDetails div.image img {
		width: 100%;
	}
	.programDetails div.image .programimage {
		margin-top: 10px;
		margin-right: 10px;
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}
	.programDetails div.image .otherPrograms {
		background-color: #4f6612;
		margin-top: 10px;
		margin-left: 10px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-weight: 300;
		font-size: 40px;
		line-height: 42px;
		padding: 10px;
	}
	.programDetails div.image .otherPrograms .othersTitle {
		color: white;
	}
	.programDetails .program {
		margin: 10px auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.programDetails .details {
		width: 1300px;
		margin: 30px auto;
	}
	.otherPrograms a {
		font-weight: 900;
		font-size: 25px;
		line-height: 32px;
		color: #c1cc6e;
		text-transform: uppercase;
		max-width: 220px;
		margin-bottom: 10px;
		text-decoration: none;
	}
	.contactdetails .left {
		margin-left: 30px;
		white-space: nowrap;
	}
	.contactdetails .right {
		margin: unset;
	}
	.googlemap {
		width: 27vw;
	}
	.homeProgramText {
		padding: 0px;
		margin: 5px;
		margin-left: 10px;
		font-weight: 700;
		color: #5f491a;
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
	}
	.archiveSelector {
		width: 1300px;
		margin: 0 auto;
		
	}
	
	.archiveSelector .months {
		font-size: 14px;
		
		display: flex;
		flex-direction: row;
		
	}
	.archiveSelector > div:first-of-type {
		height: 20px;
		line-height: 20px;
		padding: 15px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
	}
	.archiveSelector > div:last-of-type {
		background-color: #506613;
		height: 45px;
		line-height: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
        justify-content: space-around;
	}
	.archiveSelector > div:first-of-type > span {
		color: #c5cf6c;
		font-size: 28px;
		font-weight: bold;
		min-width: 11.1111%;
		padding: 15px 0 15px 0;
		text-align: center;
	}
	.archiveSelector > div:last-of-type > span {
		color: white;
		font-size: 13px;
		text-transform: uppercase;
		position: relative;
		text-align: center;
		min-width: 8.3333%;
	}
	.archiveSelector > div:last-of-type > span:nth-child(-n+11)::after {
		color: white;
		height: 30px;
		content: "";
		position: absolute;
		right: 0;
		top: 7.4px;
		border-right: 1px solid white;
		-webkit-box-shadow: 1px 0 white;
		box-shadow: 1px 0 white;
	}
	.archiveSelector .years span.active {
		color: white;
		background-color: #c5cf6c;
	}
	.archiveSelector .months span.active {
		background-color: white;
		color: #506613;
	}
	#srchResult {
		margin: 30px 0 50px 0;
		background-color: gainsboro;
		min-height: 200px;
		padding: 20px 3%;
	}
	
	
	
	
	
}