@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

:root {
	--piros: #910000; /* gombok, fejlecek, keretek */
	--piros_hover: #c50000; /* gombok, fejlecek, keretek hover */
	--vpiros: #c50000; /* linkek */
	--vpiros_hover: #e10000; /* linkek hover */
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

html {
	font-size: 0px;
	background-color: #ffffff;
	max-width: 100% !important;
	overflow-x: hidden !important;
}

.bodys {
	padding: 0px;
	margin: 0px;	
	overflow-x: hidden !important;
	max-width: 100% !important;
}

.body_noscroll {
	overflow: hidden;
}

p {
	font-family: "Muli";
	font-size: 15px;
	line-height: 22px;
	color: #2e2e2e;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

p A {
	color: var(--vpiros);
	text-decoration: none;
}

p A:active {
}

.freeze_bckg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 140;
	display: none;
}

@keyframes please_wait_anim {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}		
	50% {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}		
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}		
  }

.please_wait {
	width: 70px;
	height: auto;
	position: fixed;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	z-index: 141;
	border: 0px;
	display: none;
	animation-name: please_wait_anim;
	animation-duration: 1.5s;	
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.popup_time {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 142;
	opacity: 0;
	display: flex;
	pointer-events: none;
}

.popup_time div {
	padding: 20px;
	background-color: #ffffff;
}

.popup_time div p {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
}

.popup_time div p span {
	font-size: 20px;
	padding-bottom: 10px;
	display: block;
	font-weight: 600;
}

.popup_time_alert div p span {
	background-color: var(--piros_hover);
	color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	display: block;
}

.popup_message {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 142;
	opacity: 0;
	display: flex;
	pointer-events: none;
}

.popup_message div {
	padding: 20px;
	background-color: #ffffff;
}

.popup_message div p {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
}

.modal {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 142;
	display: none;
	text-align: center;
	overflow-y: scroll;
}

.modal > div {
	padding: 20px;
	background-color: #ffffff;
	margin: 40px auto 40px auto;
	width: 80%;
}

h2 {
	font-family: "Cinzel";
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	text-transform: uppercase;
}

.h2_sarkanyos {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

.h2_sarkanyos:before {
	width: 109px;
	height: 79px;
	display: inline-block;
	content: '';
	background-image: url(img/sarkany_bal.png);
	vertical-align: middle;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
}

.h2_sarkanyos:after {
	width: 109px;
	height: 79px;
	display: inline-block;
	content: '';
	background-image: url(img/sarkany_jobb.png);
	vertical-align: middle;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
}

.h2_fekete {
	color: #000000;
	text-transform: none;
	line-height: 30px;
}

h3 {
	font-family: "Cinzel";
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: left;
	line-height: 25px;
}

h3 A {
	color: var(--piros);
	text-decoration: none;
}

h3 A:hover, h3 A:active {
	color: var(--piros_hover);
	text-decoration: none;
}

h4 {
	font-family: "Cinzel";
	font-size: 20px;
	font-weight: 700;
	color: var(--piros);
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: left;
	line-height: normal;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;

}	

ol {
	padding-left: 30px;
}

ul li {
	font-family: "Muli";
	font-size: 15px;
	line-height: 22px;
	color: #2e2e2e;
	font-weight: 300;
	padding: 5px 0px 5px 15px;
	margin: 0px;
	text-align: left;
	position: relative;
}

ol li {
	font-family: "Muli";
	font-size: 15px;
	line-height: 22px;
	color: #2e2e2e;
	font-weight: 300;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	text-align: left;
	position: relative;
}

ul li A, ol li A {
	color: var(--piros);
	text-decoration: none;
}

ul li A:hover, ul li A:active, ol li a:hover, ol li A:active {
	color: var(--piros_hover);
}

ul li:after {
	font-family: "FontAwesome";
	color: var(--piros);
	font-size: 21px;
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 4px;
}



.cell_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}


.padl1x {
	padding-left: 15px !important;
}

.padr1x {
	padding-right: 15px !important;
}

.padt1x {
	padding-top: 15px !important;
}

.padb1x {
	padding-bottom: 15px !important;
}

.padl2x {
	padding-left: 30px !important;
}

.padr2x {
	padding-right: 30px !important;
}

.padt2x {
	padding-top: 30px !important;
}

.padb2x {
	padding-bottom: 30px !important;
}

.marl1x {
	margin-left: 15px !important;
}

.marr1x {
	margin-right: 15px !important;
}

.mart1x {
	margin-top: 15px !important;
}

.marb1x {
	margin-bottom: 15px !important;
}

.marb2x {
	margin-bottom: 30px !important;
}

.szurke_blokk {
	background-color: rgb(237,237,237);
	padding: 35px 0px 35px 0px;
}

.sep_50 {
	height: 50px;
	width: 100%;
}

.tovabb_ahref {
	color: var(--vpiros);
	font-weight: 700;
	text-decoration: none;
}

.tovabb_ahref:hover, .tovabb_ahref:active  {
	color: var(--vpiros_hover);
	text-decoration: none;
}

.tovabb_ahref:after {
	font-family: "FontAwesome";
	content: '\f101';
	padding-left: 5px;
}


.submit_ahref {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	line-height: normal;
	color: #ffffff !important;
	background-color: var(--piros);
	padding: 5px 40px 5px 40px;
	margin: 0px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.submit_ahref:hover, .submit_ahref:active  {
	color: #ffffff !important;
	background-color: var(--piros_hover);
}

.kepalairas {
	width: 100%;
	max-width: 500px;
	text-align: center !important;
	padding-top: 10px;
}

.vonal_sep {
	height: 30px;
	margin-top: 30px;
	border-top: 1px solid rgb(200,200,200);
	display: block;
	width: 100%;
}



/***************************************************************************
FEJLEC CONTACT
/***************************************************************************/

.fejlec_contact {
	height: 29px;
	background-image: url(img/fejlec_contact_hatter.png);
}

.fejlec_contact div {
	margin: auto;
	height: 29px;
	text-align: right;
}

.fejlec_contact div p {
	all: unset;
	font-family: "Muli";
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	line-height: 29px;
	vertical-align: middle;
}

.fejlec_contact div p A {
	color: #ffffff;
	text-decoration: none;
}

.fejlec_contact div p i {
	font-size: 20px;
	color: #ffffff;
	line-height: 29px;
	vertical-align: middle;
}

/***************************************************************************
FEJLEC
/***************************************************************************/

.fejlec {
}

.fejlec div {
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.fejlec A {
	display: block;
}

.fejlec A > img {
	width: 115px;
	height: auto;
	border: 0px;
}

.fejlec h1 {
	font-family: "Cinzel";
	font-size: 22px;
	font-weight: 700;
	color: var(--piros);
	margin: 0px;
}

.fejlec > div > img {
	width: 176px;
	height: auto;
	border: 0px;
	position: absolute;
}

.fejlec form {
	position: absolute;
}

.fejlec label {
	height: 33px;
	border: 1px solid var(--piros);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;	
	position: relative;
	background-color: #ffffff;
}

.fejlec label > input[type=text] {
	font-family: "Muli";
	color: #323232;
	font-weight: 300;
	line-height: 27px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	margin: 3px 35px 0px 0px;
	background-color: #ffffff;
}

.fejlec input[type=submit] {
	width: 35px;
	height: 35px;
	border: 0px;
	background-color: var(--piros);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	right: -1px;
	top: -1px;	
	cursor: pointer;
}

.fejlec input[type=submit] + i {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	right: 7px;
	top: 6px;
	pointer-events: none;
}

.fejlec input[type=submit]:active {
	background-color: #a70000;
}

/***************************************************************************
DEKOR CSIK
/***************************************************************************/

.dekor_csik {
	height: 11px;
	background-image: url(img/dekor_csik.png);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/***************************************************************************
DEKOR CSIK 2
/***************************************************************************/

.dekor_csik2 {
	height: 15px;
	background-image: url(img/dekor_csik2.png);
}


/***************************************************************************
LABLEC
/***************************************************************************/

.lablec_feletti {
	margin-top: 50px;
}

.lablec {
	background-color: #212121;
}

.lablec_belso {
	margin: auto;
	display: flex;
	align-items: flex-start;
	padding: 20px 0px 20px 0px;
}

.lablec_blokk {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.lablec_blokk h3 {
	all: unset;
	font-family: "Cinzel";
	font-size: 24px;
	color: #ffffff;
	padding: 0px 0px 25px 0px;
	margin: 0px;
	font-weight: 400;
	display: block;
}

.lablec_blokk p {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-weight: 200;
	display: block;
}

.lablec_blokk > p b, .lablec_blokk > p strong {
	font-weight: 600;
	
}

.lablec_blokk p > span {
	color: #f7e0c4;
}

.lablec_blokk img {
	border: 0px;
	padding-bottom: 15px;
}

.lablec_blokk ul {
	all: unset;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lablec_blokk ul li {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	line-height: normal;
	color: #ffffff;
	padding: 5px 0px 5px 32px;
	margin: 0px;
	font-weight: 200;
	display: block;
	position: relative;
}

.lablec_blokk ul li:nth-of-type(1) {
	padding-left: 0px;
	font-weight: 400;
}

.lablec_blokk ul li:before {
	all: unset;
}

.lablec_blokk ul li span {
	width: 18px;
	height: 18px;
	text-align: center;
}

.lablec_blokk ul li span i {
	font-size: 18px;
	color: #f0f0f0;
}

.lablec_blokk ul li a {
	color: #ffffff;
	text-decoration: none;
}

.lablec_blokk ul li a:hover, .lablec_blokk ul li a:active {
	text-decoration: underline;
}

.lablec_blokk ul li:after {
	display: none;
}

.lablec_blokk form {
	padding-top: 15px;
}

.lablec_blokk input[type=text] {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	line-height: 50px;
	color: #323232;
	background-color: #ffffff;
	padding: 0px 25px 0px 25px;
	margin: 0px;
	font-weight: 300;
	border: 1px solid var(--piros);
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.lablec_blokk input[type=text]:focus {
	background-color: rgb(247,247,247);
}

.lablec_blokk input[type=submit] {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	line-height: 50px;
	color: #ffffff;
	background-color: var(--piros);
	padding: 0px 40px 0px 40px;
	margin: 0px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	cursor: pointer;
	margin-top: 12px;
}

.lablec_blokk input[type=submit]:hover, .lablec_blokk input[type=submit]:active  {
	background-color: var(--piros_hover);
}

.lablec_latogatok {
	color: #d8d8d8 !important;
	font-size: 13px !important;
	padding-top: 20px !important;
	line-height: normal !important;
}

.lablec_sarga_link {
	color: var(--vpiros) !important;
	font-size: 13px !important;
	line-height: normal !important;
	padding-top: 5px !important;
}

.lablec_sarga_link A {
	color: var(--vpiros) !important;
	text-decoration: none;
}

.lablec_sarga_link A:hover, .lablec_latogatok A:active {
	color: var(--vpiros_hover) !important;
	text-decoration: underline;
}

.lablec_also_csik {
	height: 43px;
	background-image: url(img/lablec_also_csik.jpg);
}

/***************************************************************************
FELFELE NYIL
/***************************************************************************/

.scroll_up {
	background-color: var(--piros);
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	cursor: pointer;
	display: none;
	z-index: 105;
	-webkit-border-radius: 500px;
	border-radius: 500px;	
	display: none;
}

.scroll_up:after {
	font-family: "FontAwesome";
	color: #FFFFFF;
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 22px;
	content: '\f106';
	text-align: center;
}

.scroll_up:active {
	background-color: var(--piros_hover)
}

/***************************************************************************
BANNER
/***************************************************************************/

.banner_keret2_1 {
	height: 26px;
	background-image: url(img/banner_keret2_1.png);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.banner_keret2_2 {
	height: 26px;
	background-image: url(img/banner_keret2_2.png);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.banner_adatok > div {
	opacity: 0;
	position: relative;
	top: 0px;
}

.banner_adatok h2 {
	all: unset;
	font-family: "Cinzel";
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	padding: 0px 0px 30px 0px;
	margin: 0px;	
	text-align: left;
	display: block;
}

.banner_adatok p {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	font-weight: 200;
	line-height: 24px;
	color: #ffffff;
	padding: 0px 0px 30px 0px;
	margin: 0px;	
	text-align: left;
	display: block;	
}

.banner_adatok p b, .banner_adatok p strong {
	font-weight: 600;
}

.banner_adatok_bovebben {
	all: unset;
	font-family: "Muli";
	font-size: 15px;
	font-weight: 700;
	line-height: 50px;
	color: #ffffff;
	padding: 0px 40px 0px 40px;
	margin: 0px;	
	text-align: center;
	display: inline-block;	
	background-color: var(--piros);
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	cursor: pointer;
}

.banner_adatok_bovebben:hover, .banner_adatok_bovebben:active {
	background-color: var(--piros_hover);
}

.banner_nav {
	all: unset;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	position: absolute;
	display: none;
}

.banner_nav li {
	display: inline-block;
	padding: 0px 9px 0px 0px;
	margin: 0px;
}

.banner_nav li:before {
	all: unset;
}

.banner_nav li A {
	display: inline-block;
	width: 39px;
	height: 39px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_nav li A img {
	width: 39px;
	height: auto;
	border: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.banner_nav li A span {
	width: 17px;
	height: 17px;
	background-color: #ffffff;
	display: block;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-border-radius: 200px;
	border-radius: 200px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	transform-origin: 50% 50%;		
	-webkit-transform-origin: 50% 50%;
}

.banner_nav li A:hover span, .banner_nav li A:active span  {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner_nav_selected span {
	-moz-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}

.banner_nav li:after {
	display: none;
}

.banner_kep1, .banner_kep2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;	
}

.banner_preloader {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	z-index: 100;
	background-color: #ffffff;
	overflow: hidden;
	display: none;
}

.banner_preloader div {
	position: absolute;
	height: 8px;
	top: 1px;
	background-color: var(--piros);
	right: 100%;
	width: 100%;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;	
}

/***************************************************************************
KEP LINK
/***************************************************************************/

.kep_link {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.kep_link img {
	width: 100%;
	height: auto;
	border: 0px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
	bottom: 0px;		
	-moz-filter: brightness(1) contrast(1);
	-ms-filter: brightness(1) contrast(1);
	-o-filter: brightness(1) contrast(1);
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1);
}

.kep_link:hover img, .kep_link:active img {
	bottom: 20px;
	-moz-filter: brightness(1.2) contrast(1.2);
	-ms-filter: brightness(1.2) contrast(1.2);
	-o-filter: brightness(1.2) contrast(1.2);
	-webkit-filter: brightness(1.2) contrast(1.2);
	filter: brightness(1.2) contrast(1.2);

}

.kep_link span {
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	height: 30px;
	display: block;
	background-color: var(--piros);
	color: #ffffff;
	font-family: "Muli";
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
}

.kep_link:hover span, .kep_link:active span {
	bottom: 0px;
}

/***************************************************************************
KEP NAGYIT
/***************************************************************************/

.kep_nagyit {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.kep_nagyit img {
	width: 100%;
	height: auto;
	border: 0px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
	-moz-filter: brightness(1) contrast(1);
	-ms-filter: brightness(1) contrast(1);
	-o-filter: brightness(1) contrast(1);
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

.kep_nagyit i {
	position: absolute;
	left: calc(50%);
	top: calc(50%);
	color: #ffffff;
	font-size: 35px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;	
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	opacity: 0;
}



/***************************************************************************
NYITO EGY HIR
/***************************************************************************/

.nyito_egy_hir img {
	width: 100%;
	height: auto;
	border: 0px;
}

.nyito_egy_hir > p:nth-of-type(1) {
	font-size: 13px;
	color: #9b0000;
	text-align: left;
	font-family: "Cinzel";
	font-weight: 400;
	padding: 15px 0px 10px 0px;
}

/***************************************************************************
NYITO KEPGALERIA
/***************************************************************************/

.nyito_kepgaleria > a > img {
	width: 100%;
	height: auto;
	border: 0px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-moz-filter: brightness(1) contrast(1);
	-ms-filter: brightness(1) contrast(1);
	-o-filter: brightness(1) contrast(1);
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1);	
}

.nyito_kepgaleria > a:hover img, .nyito_kepgaleria > a:active img {
	-moz-filter: brightness(1.2) contrast(1.2);
	-ms-filter: brightness(1.2) contrast(1.2);
	-o-filter: brightness(1.2) contrast(1.2);
	-webkit-filter: brightness(1.2) contrast(1.2);
	filter: brightness(1.2) contrast(1.2);
}

.nyito_kepgaleria > div > a > img {
	width: 100%;
	height: auto;
	border: 0px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-moz-filter: brightness(1) contrast(1);
	-ms-filter: brightness(1) contrast(1);
	-o-filter: brightness(1) contrast(1);
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1);	
}

.nyito_kepgaleria > div > a:hover > img, .nyito_kepgaleria > div > a:active > img {
	-moz-filter: brightness(1.2) contrast(1.2);
	-ms-filter: brightness(1.2) contrast(1.2);
	-o-filter: brightness(1.2) contrast(1.2);
	-webkit-filter: brightness(1.2) contrast(1.2);
	filter: brightness(1.2) contrast(1.2);
}

.nyito_kepgaleria h3 {
	color: var(--piros);
}

/***************************************************************************
BREADCRUMBS
/***************************************************************************/

.breadcrumbs {
	width: 100%;
	background-image: url(img/breadcrumbs.jpg);
	background-position: center 60%;
	background-size: cover;
}

.breadcrumbs h2 {
	color: #ffffff;
	text-align: center;
}

.breadcrumbs p {
	text-align: center;
	color: #ffffff;
}

.breadcrumbs p a {
	color: #ffffff;
	text-decoration: none;
}

.breadcrumbs p a:hover {
	color: var(--piros_hover);
	text-decoration: none;
}

.breadcrumbs span {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

/***************************************************************************
HIREK
/***************************************************************************/

.hirek_kereses {
	height: 33px;
	border: 1px solid rgb(140,140,140);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;	
	position: relative;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
}

.hirek_kereses > input[type=text] {
	font-family: "Muli";
	color: #2e2e2e;
	font-weight: 300;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	margin: 3px 35px 0px 0px;
	background-color: #ffffff;
}

.hirek_kereses input[type=submit] {
	width: 33px;
	height: 33px;
	border: 0px;
	background-color: transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	right: 0px;
	top: 0px;	
	cursor: pointer;
}

.hirek_kereses input[type=submit] + i {
	font-size: 20px;
	color: var(--piros);
	position: absolute;
	right: 7px;
	top: 5px;
	pointer-events: none;
}

.hirek_kereses input[type=submit]:hover + i, .hirek_kereses input[type=submit]:active + i {
	color: var(--piros_hover);
}

.hirlista_hir > p:nth-of-type(1) {
    font-size: 13px;
    color: #9b0000;
    text-align: left;
    font-family: "Cinzel";
    font-weight: 400;
    padding: 15px 0px 10px 0px;
}

.hirek_archive_hirek > p:last-of-type {
	border-bottom: 0px;
}

.hirek_archive_hirek > p {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgb(200,200,200);	
	align-items: center;
}

.hirek_archive_hirek > p > A {
	padding: 15px 0px 15px 0px;
	color: #2e2e2e !important;
	text-decoration: none !important;
	display: block;
}

.hirek_archive_hirek > p > A:hover, .hirek_archive_hirek > p > A:active {
	color: var(--piros_hover) !important;
	text-decoration: none !important;
}

.hirek_archive_hirek > p > span {
	text-align: right;
}

.hir_kifejt > p:nth-of-type(1) {
    font-size: 13px;
    color: #9b0000;
    text-align: left;
    font-family: "Cinzel";
    font-weight: 400;
    padding: 15px 0px 10px 0px;
}

.hir_kifejt_bevezeto {
	font-weight: 700;
}

.hir_kifejt_elvalaszto {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgb(200,200,200);
}

.hirkifejt_kepgaleria > p {
	padding-top: 5px;
}

.hir_kifejt_szoveg_kep {
	width: 100%;
	display: block;
	margin: 15px 0px 15px 0px;
}

.hirkifejt_legujabb_hir h3, .kapcsolodo_hir h3 {
	padding-bottom: 0px;
}

/***************************************************************************
GALERIA
/***************************************************************************/

.galeria_album h3 {
	padding-bottom: 0px;
}

.galeria_album p {
    font-size: 13px;
    color: #9b0000;
    text-align: left;
    font-family: "Cinzel";
    font-weight: 400;
    padding: 15px 0px 10px 0px;
}

.galeria_kep p {
    padding-top: 5px;
}

.galeria_kep_youtube, .galeria_kep_youtube > iframe {
	width: 100%;
	height: 100%;
}

.galeria_album_adatok > p:nth-of-type(1) {
    font-size: 13px;
    color: #9b0000;
    text-align: left;
    font-family: "Cinzel";
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}

.galeria_album_leiras {
    padding-bottom: 30px;
}

.galeria_album_elvalaszto {
	margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(200,200,200);
}


/***************************************************************************
URLAP ELEMEK
/***************************************************************************/

.form {
	background-color: rgb(247,247,247);
	padding: 10px;
	border: 1px solid rgb(150,150,150);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}

.urlap_error {
	font-size: 15px;
	color: #FF0000;
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	flex-shrink: 0;
	width: 100%;
	display: none;
	font-family: "Muli";
}	

.urlap_error_field {
	border: 2px solid #ff0000 !important;
}

.form_radiobutton .urlap_error_field {
	-webkit-border-radius: 50px;
	border-radius: 50px;	
}

.hirlevel_email {
	border: 0px;
}

.form_adatsor {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	flex-wrap: wrap;
}

.form_adatsor_belso {
	padding-bottom: 0px;
	flex-grow: 1;
}

.form_adatsor_kiemelt {
	padding: 10px;
	border: 1px solid rgb(150,150,150);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
    -webkit-border-radius: 5px;
    border-radius: 5px;		
}

.form_label {
	font-family: "Muli";
	font-size: 15px;
	color: #2e2e2e;
	font-weight: 300;
	padding: 2px 15px 2px 0px;
	margin: 0px;
}	

.form_label A {
	color: var(--piros_hover);
	text-decoration: none;
}

.form_label A:hover {
	color: #ff0000;
}

.form_label_after {
	padding-left: 15px;
}

.form_checkbox {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
    border: 1px solid var(--piros);
    -webkit-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.form_checkbox input {
	height: 100%;
	width: 100%;
	border: 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.form_checkbox input + span {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.form_checkbox input:checked + span:after {
	line-height: 40px;
	font-size: 30px;
	font-family: "FontAwesome";
	content: '\f00c';
	color: #323232;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}

.form_radiobutton {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50px;
	border-radius: 50px;	
}

.form_radiobutton input + span {
	width: 25px;
	height: 25px;
}

.form_radiobutton input:checked + span:after {
	line-height: 25px;
	font-size: 17px;
}

.form_textfield  {
    font-family: "Muli";
    font-size: 15px;
    color: #323232;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    font-weight: 300;
    border: 1px solid var(--piros);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.form_textfield:focus  {
	background-color: rgb(247,247,247);
}

.form_textarea  {
	resize: none;
}

.form_submit {
    font-family: "Muli";
    font-size: 15px;
    color: #ffffff;
    background-color: var(--piros);
    padding: 20px;
    margin: 0px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
	border: 0px;
	word-break: break-word;
	text-align: center;
}

.form_submit A {
	color: #ffffff;
	text-decoration: none;
}

.form_submit:hover, .form_submit:active {
	background-color: var(--piros_hover);
}


/***************************************************************************
ESEMENYEK
/***************************************************************************/

.es_honapsorolo {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.es_honapsorolo li {
	all: unset;
	font-family: "Muli";
	font-weight: 300;
	text-align: center;
	font-size: 15px;
	color: var(--piros);
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.es_honapsorolo li:after {
	display: none;
}

.es_honapsorolo li A {
	color: var(--piros);
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	border: 1px solid var(--piros);
	margin: 0px 5px 5px 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;		
}

.es_honapsorolo li A:hover, .es_honapsorolo li A:active {
	color: var(--piros);
	text-decoration: none;
}

.es_honapsorolo li:first-child A {
	margin-right: 20px;
}

.es_honapsorolo li:last-child A {
	margin-left: 20px;
}

.es_honapsorolo_kiemelt A {
	color: #ffffff !important;
	background-color: var(--piros);
}

.es_evho {
	background-color: var(--piros);
	padding: 20px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;	
	color: #ffffff;
	text-align: left;	
	margin: 20px 0px 0px 0px;
}

.es_kifejt_datum {
	font-size: 13px;
    color: #9b0000;
    text-align: left;
    font-family: "Cinzel";
	font-weight: 400;
	padding: 0px 0px 10px 0px;
}

.es_kifejt_elvalaszto {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgb(200,200,200);
	padding-bottom: 15px;
}

.es_kifejt_terkep {
	height: 300px;
}

.es_kifejt_terkep iframe {
	width: 100%;
	height: 100%;
}

/***************************************************************************
LETOLTESEK
/***************************************************************************/

.letoltes_fejlec {
	position: relative;
}

.letoltes_rendezes {
	position: absolute;
	right: 0px;
	top: 0px;
}

.letoltesek_cont {
	align-items: stretch;
}

.letoltes_dok > div {
    padding: 15px;
	border: 1px solid #ecf0f1;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.letoltes_dok img {
    height: 100%;
    width: auto;
    max-height: 50px;
    border: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.letoltes_dok h3 {
	word-wrap: break-word;
	text-align: left;
	padding-bottom: 10px;
}

.letoltes_dok > div > p:first-of-type {
	font-weight: 700;
}

.letoltes_dok > div > p:last-of-type {
    font-size: 13px;
    color: #9b0000;
    text-align: left;
    font-family: "Cinzel";
    font-weight: 400;
    padding: 5px 0px 0px 0px;	
}

.letoltes_dok p {
	text-align: left;
}

.egy_dok_ikon_eltolas {
	left: -10px;
	position: relative;
}

.egy_dok_img_jpg {
	
}

/***************************************************************************
LETOLTESEK
/***************************************************************************/

.tablazat {
	font-family: "Muli";
	font-weight: 300;
	text-align: left;
	font-size: 15px;
	color: #2e2e2e;
	padding: 0px;
	margin: 0px;
	word-wrap: break-word;
	word-break: break-all;
	width: 100%;
}

.tablazat tr th {
	padding: 10px 10px 10px 10px;
	font-weight: 600;
	font-size: 15px;
	background-color: var(--piros);
	color: #ffffff;
}

.tablazat tr td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #EDEFF0;
}

.tablazat tr:nth-child(odd) td {
	background-color: #F6FAFB;
}

.tablazat A {
	color: #9e2a23;
	text-decoration: none;
}

/***************************************************************************
IMAMALOM
/***************************************************************************/

.imamalom {
	background-image: url(cms_upload/kepek/imamalom/imamalom_hatter.jpg);
	background-position: center;
	background-size: cover;
	padding: 60px 0px 60px 0px;
	background-attachment: fixed;
}

.imamalom_cont {
	background-color: #bd4d00;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

.imamalom_cont > div {
	text-align: center;
	position: relative;	
}

.imamalom_cont > div > img:nth-of-type(1) {
	width: 100%;
	height: 100%;
	border: 0px;
}

.imamalom_bovebben {
	padding-top: 20px;
	display: none;
}

.imamalom_szoveg {
	padding-top: 20px;
}

/***************************************************************************
WEBSHOP
/***************************************************************************/

.webshop_oldalso_kategoriak ul {
	display: none;
	margin-left: 15px;
}

.webshop_oldalso_kategoriak > ul {
	display: block;
	margin-left: 0px;
}

.webshop_oldalso_kategoriak ul li {
	padding: 0px;
	margin: 0px;
    font-size: 15px;
    line-height: 22px;
    color: #2e2e2e;
    font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}

.webshop_oldalso_kategoriak ul li:after {
	display: none;
}

.webshop_oldalso_kategoriak ul li A {
	color: #2e2e2e;
	padding: 15px 0px 15px 0px;
	display: flex;
	justify-content: space-between;	
	align-items: center;	
	border-bottom: 1px solid rgb(200,200,200);	
	text-decoration: none;
}

.webshop_oldalso_kategoriak ul li A:hover, .webshop_oldalso_kategoriak ul li A:active {
	color: var(--vpiros);
	text-decoration: none;
}

.webshop_oldalso_kategoriak ul li A > span:nth-of-type(2) {
	border: 1px solid rgb(200,200,200);
	width: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;		
}

.webshop_oldalso_kategoria_v {
	font-weight: 700;
}

.webshop_kosar_felirat {
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.webshop_kosar_felirat img {
	width: 30px;
	height: auto;
	border: 0px;
	padding-right: 10px;
}

.webshop_kategoria p {
    font-size: 13px;
    color: #9b0000;
    text-align: left;
    font-family: "Cinzel";
    font-weight: 400;
    padding: 15px 0px 10px 0px;
}

.webshop_termek h3 {
	padding-top: 15px;
}

.webshop_termek p:nth-of-type(1) {
	padding-bottom: 10px;
}

.webshop_termek p:last-of-type {
	font-size: 17px;
}

.webshop_termek_akcios_ar > span:nth-of-type(1) {
	color: #ff0000;
	font-weight: 700;
}

.webshop_termek_akcios_ar > span:nth-of-type(3) {
	color: #ff0000;
}

.webshop_termek_akcios_ar > span:nth-of-type(2), .webshop_termek_akcios_ar > span:nth-of-type(3) {
	padding-left: 10px;
}

.webshop_adatlap_nagykepek {
	overflow: hidden;
}

.webshop_adatlap_nagykepek > div {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;	
}

.webshop_adatlap_nagykepek > div > a {
	width: 100%;
	flex-shrink: 0;
}

.webshop_adatlap_nagykepek > div > a > img {
	width: 100%;
	height: auto;
	border: 0px;
}

.webshop_adatlap_kiskepek {
	display: flex;
	flex-wrap: nowrap;	
	padding-top: 20px;
}

.webshop_adatlap_kiskepek > a {
	width: 35px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.webshop_adatlap_kiskepek > a:first-of-type {
	justify-content: flex-start;
}

.webshop_adatlap_kiskepek > a:last-of-type {
	justify-content: flex-end;
}

.webshop_adatlap_kiskepek > a > i {
	font-size: 50px;
	color: rgb(200,200,200);
}

.webshop_adatlap_kiskepek > a:hover > i {
	color: rgb(140,140,140);
}

.webshop_adatlap_kiskepek > div {
	flex-grow: 1;
	overflow: hidden;
}

.webshop_adatlap_kiskepek > div > div {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;		
}

.webshop_adatlap_kiskepek > div > div > a {
	width: 33.333333%;
	flex-shrink: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 5px 0px 5px;
}

.webshop_adatlap_kiskepek > div > div > a > img {
	width: 100%;
	height: auto;
	border: 0px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-moz-filter: brightness(1) contrast(1);
	-ms-filter: brightness(1) contrast(1);
	-o-filter: brightness(1) contrast(1);
	-webkit-filter: brightness(1) contrast(1);
	filter: brightness(1) contrast(1);	
}

.webshop_adatlap_kiskepek > div > div > a:hover > img, .webshop_adatlap_kiskepek > div > div > a:active > img {
	-moz-filter: brightness(1.2) contrast(1.2);
	-ms-filter: brightness(1.2) contrast(1.2);
	-o-filter: brightness(1.2) contrast(1.2);
	-webkit-filter: brightness(1.2) contrast(1.2);
	filter: brightness(1.2) contrast(1.2);
}

.webshop_adatlap_facebook_share {
	padding-bottom: 15px;
}

.webshop_adatlap_nev_elvalaszto {
	padding-top: 15px;
    border-top: 1px solid rgb(200,200,200);
}

.webshop_adatlap_rovid_leiras {
	font-weight: 700;
	padding-bottom: 20px;
}

.webshop_adatlap_hosszu_leiras {
	padding-bottom: 20px;	
}

.webshop_adatlap_kivitelek {
	font-family: "Muli";
    font-size: 15px;
    line-height: 22px;
    color: #2e2e2e;
	font-weight: 300;
	text-align: center;
}

.webshop_adatlap_akcio > div:nth-of-type(1) {
	font-weight: 700;
	color: #ff0000;
}

.webshop_adatlap_akcio > div:nth-of-type(1) > s {
	font-weight: 300;
	color: #2e2e2e;
}

.webshop_adatlap_akcio > div:nth-of-type(2) {
	color: #ff0000;
}

.webshop_adatlap_kivitelek i {
	font-size: 25px;
}

.webshop_adatlap_kivitelek tr th {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid rgb(140,140,140);
}

.webshop_kosar_t {
	table-layout: fixed;
}

.webshop_kosar_t img {
	width: 100%;
	height: auto;
	border: 0px;
}

.webshop_kosar_t tr th, .webshop_kosar_t tr td {
	text-align: center;
}

.webshop_kosar_t tr th {
	background-color: #ffffff;
    color: #000000;
	border-bottom: 1px solid rgb(140,140,140);
}

.webshop_kosar_t tr td:nth-of-type(1) {
	display: none;
}

.webshop_kosar_t i {
	font-size: 20px;
	color: #000000;
}

.webshop_szall_fiz_magyarazat {
	background-color: rgb(230,230,230);
	padding: 10px;
	margin-bottom: 0px;
	-webkit-border-radius: 5px;
    border-radius: 5px;	
}

.webshop_kosar_extra {
	text-align: right;
	padding: 10px 0px 0px 0px;
	font-style: italic;
}

.webshop_kosar_total {
	text-align: right;
	border-top: 1px solid #000000;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;	
}

.webshop_termek_megjelenites_h2 {
	display: flex;
}

.webshop_termek_rendez {
	flex-shrink: 0;
	width: auto;
	margin-left: auto;
}

/***************************************************************************
LAPOZAS
/***************************************************************************/

.lapozas {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0px 15px 0px 0px;
}

.lapozas li {
	width: 30px;
	line-height: 30px;
	border: 1px solid rgb(200,200,200);
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	margin: 0px 0px 0px 2px;
	-webkit-border-radius: 5px;
    border-radius: 5px;	
}

.lapozas li A {
	display: block;
	color: #2e2e2e;
	cursor: pointer;
}

.lapozas li A:hover, .lapozas li A:active {
	text-decoration: none;
}

.lapozas li:hover, .lapozas li:active {
	border: 1px solid var(--piros);
} 

.lapozas li:after {
	display: none;
}

.lapozas_sel {
	background-color: var(--piros);
	border: 1px solid var(--piros) !important;
}

.lapozas_sel A {
	color: #ffffff !important;
	cursor: auto !important;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	FOGLALAS
	--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.fogl_het_lapozo {
	font-family: "Muli";
	font-weight: 300;
	color: #2e2e2e;
	font-size: 15px;
	padding: 0px 0px 20px 0px;		
	margin: 0px;
	text-align: center;
}

.fogl_het_lapozo A {
	font-family: "Muli";
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	padding: 5px 20px 5px 20px;
	display: inline-block;
	background-color: #FFFFFF;
	color: #2e2e2e;	
	border: 1px solid #000000;
	position: relative;
	-webkit-border-radius: 5px;
    border-radius: 5px;	
}

.het_elore {
	padding-right: 50px !important;
}

.het_elore:after {
	font-family: "FontAwesome";
	content: '\f054';
	position: absolute;
	right: 20px;
	top: 6px;
	font-size: 20px;
}

.het_vissza {
	padding-left: 50px !important;
}

.het_vissza:after {
	font-family: "FontAwesome";
	content: '\f053';
	position: absolute;
	left: 20px;
	top: 6px;
	font-size: 20px;
}

.fogl_tablazat {
	font-family: "Muli";
	font-weight: 300;
	color: #2e2e2e;
	font-size: 14px;
	padding: 0px;		
	margin: 0px;
	table-layout: fixed;
	width: 100%;
}

.fogl_tablazat tr th {
	width: 85px;
	text-align: center;
	line-height: 40px;
	background-color: var(--piros);
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #FFFFFF;
	font-weight: 600;
	font-size: 12px;
}

.fogl_tablazat tr th:first-child {
	text-align: left;
	border-left: 0px;
	width: 250px;
}

.fogl_tablazat tr td {
	text-align: center;
	line-height: 23px;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #FFFFFF;
	font-weight: 300;
}

.fogl_nap td {
	font-weight: 600 !important;
	text-align: left !important;
	padding-top: 10px !important;
}

.fogl_jatek {
	text-align: left !important;
}

.fogl_foglalt {
	width: 100%;
	height: 15px;
	background-color: #FF0000;
	display: block;
}

.fogl_szabad {
	width: 100%;
	height: 15px;
	background-color: rgba(0,0,0,.3);
	display: block;	
	cursor: pointer;
}

.fogl_valasztott {
	background-color: var(--piros);
}

.fogl_mai_nap {
	width: 10px;
	height: 10px;
	background-color: #FF0000;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 100px;
	border-radius: 100px;	
}

.fogl_tablazat span {
	font-size: 10px;
	color: #ffffff;
	line-height: 15px;
	font-weight: 200;
}




