html, body {
	height: 100%;
 	width: 100%; 
  	padding: 0; 
	margin: 0;
}			
body {
	display: flex;
	flex-direction: column;
	min-width: 320px;		
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	background-color: #f9f9f3;	
}
div, a, span, label, img {
	box-sizing: border-box;	
}
img {
	max-width: 100% !important;
	height: auto !important;
	border: 0;
}
a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
.tete {
	flex: 1 0 auto;
}
.alja {
	flex-shrink: 0;
	position: relative;
	margin: 60px 0 0;
}
.clear {
	clear: both;
}
:focus {
	outline: 0;
}	



/* ÁLTALÁNOS KERET*/
.sor, .osz {
	width: 100%;
}
.osz_98, .bel_98 {
	width: 98%;
}
.osz_96, .bel_96 {
	width: 96%;
}
.osz_94, .bel_94 {
	width: 94%;
}
.osz_92, .bel_92 {
	width: 92%;
}
.osz_90, .bel_90 {
	width: 90%;
}
.osz_85, .bel_85 {
	width: 85%;
}
.osz_80, .bel_80 {
	width: 80%;
}
.osz_75, .bel_75 {
	width: 75%;
}
.osz_70, .bel_70 {
	width: 70%;
}
.osz_66, .bel_66 {
	width: 66.666666%;
}
.osz_60, .bel_60 {
	width: 60%;
}
.osz_50 {
	width: 50%;
}
.osz_40 {
	width: 40%;
}
.osz_33 {
	width: 33.333333%;
}
.osz_30 {
	width: 30%;
}
.osz_25 {
	width: 25%;
}
.osz_26 {
	width: 26%;
}
.osz_20 {
	width: 20%;
}
.osz_15 {
	width: 15%;
}
.osz_10 {
	width: 10%;
}
.kont {
	float: left;
	width: 100%;
	position: relative;
}
.bels {	
	max-width: 1200px;
	margin: 0 auto;
}



/* GLOBÁLIS ÉRTÉKEK */
strong, b {
	font-weight: 600;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fl_le {
	float: left;
}
.fl_ri {
	float: right;
}
.txt_ce {
	text-align: center;
}
.txt_ce img {
	display: block;
	margin: 0 auto;
}
.txt_ri {
	text-align: right;
}
.txt_up {
	text-transform: uppercase;
}
.nopa, .nopa > div {
	padding: 0 !important;
}
.notb, .notb > div  {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.not, .not > div  {
	padding-top: 0 !important;
}
.nob, .nob > div  {
	padding-bottom: 0 !important;
}
.nolr, .nolr > div  {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.sor, .osz {
	position: relative;
	float: left;
	padding: 30px;
}
.bel_98, .bel_96, .bel_94 {
	max-width: 1800px;
}
.bel_92, .bel_90 {
	max-width: 1600px;
}
.bel_85, .bel_80 {
	max-width: 1400px;
}
.kon_bg0 {
	background-color: #fff;
}
.kon_bg1 {
	background-color: #f3f3ee;
}
.csik {
	height: 30px;
}
h1, h2, h3, h4, .menu {
	margin-top: 0;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;	
}



/* SLICK */
.slid {
	float: left;
	position: relative;	
	overflow: hidden;
	border-radius: 10px;
}
.slid img {
	width: 100% !important;
	height: auto !important; 
}
/* full/fix screen */
.slick, .slid {
	width: 100%;
	height: 100%;
}
.slid img {
	float: right !important;
	width: 100% !important;
	height: 100% !important; 
	object-fit: cover;
}
/* full screen */
.slid_bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background-color: rgba(0, 0, 0, 0.125); */
}
.slid_ab {
	position: absolute;	
	width: 60%;
	padding: 25px;
	left: 20%;
	right: 20%;
	top: 40px;
	color: #fff  !important;
}
.slid_ab h1, .slid_ab h2 {
	margin: 0;
	padding: 20px 20px;
	line-height: 40px;
	color: #fff  !important;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 40px 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	transition: all 1s ease-in;
	cursor: pointer;
}
.slid_ab h1:hover {
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(0, 127, 178, 0.5) !important;
	border: 2px solid rgba(255, 255, 255, 0.25);
}
.slid_ab p {
	font-size: 1.25em;
}
.doboz {
	float: left;
	width: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 40px 0 10px 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.doboz img {
	float: left;
	border-radius: 40px 0 0 0;
}
.dob {
	float: left;
	width: 100%;
	padding: 5px 25px 40px;
	font-size: 0.85em;
	line-height: 1.65em;
}
.dob h2 {
	margin: 1em 0 0.5em;
	color: #007fb2;	
	font-size: 1.5em;
	font-weight: 500;
}
.dob .tova, .tovb {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px 20px 7px;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;	
	color: #fff;	
	background-color: #007fb2;
	border-radius: 10px 0 10px 0;
}
.tovb {
	right: 30px;
	padding: 5px 20px;
	font-size: 0.9em;
}
.harmas {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 25px 10px;
	background-color: #fff;
	border-radius: 25px 5px;
	font-size: 0.95em;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.harmas::after {
	content: '❯';
	position: absolute;
	top: 40%;
	right: -45px;
	font-size: 2em;
	color: #ccc;
}
.harmas h2 {
	color: #007fb2;
	font-size: 1.35em;
	font-weight: 500;
}
.harmas_3 {
	color: #fff;	
	background-color: #007fb2;
}
.harmas_3 h2 {
	color: #fff;	
}
.harmas_3::after {
	content: '';
}


/* LOGO */
.logo, .menx {
	padding: 10px 30px;
}
.logo img {
	float: right;
	width: 240px;
	transition: all 0.5s ease-in;
}
/* MENÜ */
.menu, .menu li {
	padding: 0;
	margin: 50px 0 0 5px;	
	list-style: none;
	float: left;
	text-transform: uppercase;
	transition: all 0.5s ease-in;
}
.menu li {
	position: relative;
	margin: 10px 0;
}
.menu li a::before {
	content: '|';
	padding: 0 28px 0 32px;
	color: silver;
	font-size: 1em;
}
.menu li:first-child a::before {
	content: '';
	padding: 0;
}
.menu li a {
	display: inline-block;
	padding: 0;
	color: #999;
	font-size: 0.95em;
	letter-spacing: 0.05em;
}
.menu li a.akt {
	color: #007fb2;
	font-size: 1em;
	font-weight: 500;
}
.mere, .menu_re {
	display: none;
}
.menu_re {
	float: right;
	position: relative;
	margin: 50px 20px 20px;
	transition: all 0.5s ease-in;
}
.menu_re img {
	cursor: pointer;
}
.menu_re ul, .menu_re ul li {
	width: 280px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu_re ul li a {
	display: inline-block;
	width: 100%;
	padding: 12px 16px;
	color: #666;
}
.menu_re ul li a:hover {
	color: #fff;
	background-color: #39c;
}
.menu_re ul li a.akt {
	color: #fff;
	background-color: #007fb2;
	text-transform: uppercase;
}

/* HEADER */
.sticky-header {
	position: fixed;
	z-index: 102;
	width: 100%;
	background-color: #fff;	
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.sticky-header .logo img {
	width: 120px;
	margin: 5px 0;
}
.sticky-header .menu {
	margin: 15px 0 0 5px;
}
.sticky-header .menu_re {
	margin: 25px 20px 20px;
}
.sticky-header + .kont {
	margin-top: 50px;
}

/* PANEL */
.panel {
	z-index: 1002;
	display: none;
	top: 40px;
	left: 25px;
	right: 25px;
	padding: 10px;
	background-color: #f6f6f0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
}
.panel_x {
	z-index: 4004;
	top: 30px;
	left: auto !important;
	right: 0 !important;
	padding: 0;
	overflow: hidden;
	border-radius: 20px 5px;
}



/* LÁBKAPCS */
.labkapcs {
	float: left;
	width: 25%;
	padding: 20px 0;
	font-size: 14px;
}
.labkapcs p {
	margin: 0;
}
.labkapcs p strong {
	color: #001235;
	font-weight: 300;
}

/* LÁBLINK */
.lablink {
	float: right;
	padding: 20px 0;
}
.lablink img {
	margin: 0 20px !important;
}

/* LÁBMENÜ */
.labmenu {
	float: left;
	width: 60%;
	padding: 20px 0;
	font-size: 14px;
}
.labmenu a {
	padding: 0 10px;
}

/* LAPOZÁS */
.pag {
	padding: 0 15px 10px !important;
	color: #04878a;
}
.pag_2 {
	text-align: center;
}

/* TARTALOM */
.tart {	
	float: right;
	padding: 30px;
	line-height: 1.75em;
}
.tart h2, .tart h3, .tart h4, .tart p, .beve h2, .beve h3, .beve h4, .beve p {
	margin-top: 0;
}
.tart h1 {
	margin: 0.5em 0 0.75em;
	color: #007fb2;
	font-size: 1.75em;
	font-weight: 500;
}
.tart h2 {
	margin: 1.5em 0 0.5em;
	color: #1c2e6e;
	font-size: 1.35em;
}
.tart h3 {
	margin: 0.5em 0 1em;
	color: #999;
	font-size: 1.5em;
}
.tart h4 {
	margin-bottom: 0;
}
.tart img {
	max-width: 100% !important;
}
.gale {
	padding: 30px;
}
.gal {
	width: 100%;
	float: left;
}
.gal img {
	width: 100%;
	float: left;
	height: auto;
	border-radius: 40px 10px;
}
.gal_fel {
	font-size: 0.85em;
	text-align: center;
}
.blel {
	padding-bottom: 0;
}
.blel .gal {
	float: left;
	width: 40%;
	margin: 0 40px 20px 0;
}
.bleg .gal {
	margin: 0;
}
.kapcs img {
	border-radius: 10px;	
}
.blob h1 {
	margin-top: 0;
}



.gal_kul {
	position: relative;
	text-align: center;
}
.gal_kul:before {
	content: "";
	display: block;
	padding-top: 65%;
}
.osz_50 .gal_kul:before {
	padding-top: 60%;
}
.osz_100 .gal_kul:before {
	padding-top: 35%;
}
.gal_bel {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.gal_bel img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

/* ADMIN SÁV */
.admisav {
	padding: 10px 20px;
	margin: 20px 0;
	color: #999;
	background-color: #eee;
	font-size: 0.85em;
}
.admisav a {
	float: right;
	color: #04878a;
}
.admisav a:hover {
	color: #001235;
}
.admisav_ina {
	color: #fff !important;
	background-color: #c00;
}
.admisav_ina a {
	color: #fff !important;
}
.admisav_ina a:hover {
	color: #fff;
}

/* ŰRLAP */
.nyit_url {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.85em;
}
.nyit_url input, .nyit_url select, .nyit_url textarea {
	box-sizing: border-box;	
	width: 98%;	
	padding: 9px;
	margin: 0 0 10px;
	border: 1px solid #eee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	font-size: 1em;
	color: #666;	
	background-color: #fff;
	border-radius: 5px;
}
.nyit_url input:focus, .nyit_url select:focus, .nyit_url textarea:focus {
	border: 1px solid #ddd;
}
.nyit_url select {
	padding: 8px 9px;
}
.nyit_url input[type="checkbox"] {
	width: 40px;
	height: auto;	
}
.nyit_url input.elkuld {
	color: #fff;
	background-color: #007fb2;	
	font-weight: 400;
	width: 40%;
	padding: 9px 9px 10px;
	margin: 1em 30%;
	border: none;
	cursor: pointer;
	border-radius: 10px 0 10px 0;
}
.nyit_url textarea {
	resize: vertical;	
	height: 180px;	
}
.nyit_url p.error {
	margin: 12px 0 0;
	color: #1c2e6e;
	font-weight: 400;
}
.nyit_url *::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1 !important;
}
.nyit_url *:-moz-placeholder {
  color: #ccc;
  opacity: 1 !important;
}
.nyit_url *::-moz-placeholder {
  color: #ccc;
  opacity: 1 !important;
}
.nyit_url *:-ms-input-placeholder {
  color: #ccc;
  opacity: 1 !important;
}



@media screen and (max-width: 1280px) {
.bels {
	width: 100%;
	left: 0 !important;
	right: 0 !important;
}
.bel_90 {
	width: 1080px;
}
}

@media screen and (max-width: 1080px) {
.menu li a::before {
	content: '|';
	padding: 0 14px 0 18px;	
}

@media screen and (max-width: 900px) {
.menu, .slid_ab {
	display: none;	
}
.menu_re {
	display: block;	
}
.sor, .osz, .bels {
	width: 100%;
}
.sor, .osz {
	padding: 5px;
}
.logo {
	width: 75% !important;
}
.logo img {
	float: left;
}
.menx {
	width: 25% !important;
	float: right;
}
.szlo {
	display: none !important;
}
h1, .tart h1 {
	font-size: 1.5em;
}
h2, .tart h2 {
	font-size: 1.25em;
}
h3, .tart h3 {
	font-size: 1.15em;
}
.doboz, .harmas, .blob {
	margin-bottom: 20px;
}
.harmas::after {
	content: '';
	display: none;
}
