:root {
	--base1: #800020;
	--base1-l25: #df0037;
	--base1-l50: #ff406f;
	--base1-l95: #feebf0;
	--base1-d25: #600018;
	
	--base2: #239750;
	--base2-l50: #7be0a2;
	--base2-d25: #1a713b;
	
	--tinta: #323232;
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
	font: 400 18px Roboto, sans-serif;
	line-height: 30px;
	color: var(--tinta);
	background-color: var(--papir);
	height: 100%;
}

html {
	height: 100%;
}

th {
	background-color: var(--base1);
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

td {
	text-align: center;
	vertical-align: middle;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

/* mp + */

td+th
{
  text-align: left;
}

/* mp - */

ul.hir_lista {
	list-style-type: default;
	margin: 0 0 0 16px;
	padding: 0 0 32px 0;
}

.divider {
	height: 50px;
}

.divider-header {
	height: 4px;
	background-color: var(--base1);
}

/*
.hero-1, .hero-2, .hero-felveteli, .hero-footer, .parallax-sav, .bgimg-3 {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

*/

.hero-1 {
	min-height: 60%;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-2 {
	min-height: 40%;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-felveteli {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-footer {
	min-height: 60%;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-sav {
	min-height: 500px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Turn off parallax scrolling for phones and tablets */

/*

@media only screen and (max-device-width: 1024px) {
	.bgimg-2, .bgimg-3 {
		background-attachment: scroll;
	}
}

*/

.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000000;
}

.caption span.felveteli {
	background-color: var(--base1);
	color: #ffffff;
	padding: 8px 16px;
	text-align: center;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}

.caption span.footer {
//	background-color: #202030;
	color: #ffffff;
//	padding: 18px;
	text-align: center;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 62px;
//	letter-spacing: 10px;
}

.jumbotron_atlatszo {
	background-color: rgba(240,240,240,0.5);
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	padding: 100px 25px;
//	height: 100%;
}

.container-fluid {
	padding: 0;
}

.bg-gray1 {
	background-color: #f6f6f6;
}

.bg-gray2 {
	background-color: #363030;
}

.bg-footer {
	background-color: #161010;
}

.bg-footer2 {
	background-color: var(--base1);
}

.ikon {
	color: var(--base2);
	font-size: 200px;
}

.ikon-kozepes {
	color: var(--base2);
	font-size: 60px;
}

.ikon-kicsi {
	color: var(--base2);
	font-size: 30px;
}

.ikon-kicsi-feher {
	color: #ffffff;
	font-size: 30px;
}

.ikon-footer {
	color: #ffffff;
	font-size: 50px;
}

.doboz_fobb_hireink {
	padding: 0 0 15px 0;
	border: none;
	display: block;
	min-height: 500px;
	overflow: hidden;
	background-color: #ffffff;
  	-webkit-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.1);
//	border-radius: 26px;
}

.doboz_fobb_hireink:hover {
	padding: 0 0 15px 0;
	border: none;
	display: block;
	min-height: 500px;
	overflow: hidden;
  	-webkit-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.3);
//	border-radius: 26px;
}

.doboz_fobb_hireink img {
	width: 100%;
//	height: 100%;
	margin-bottom: 10px;
}

.doboz_felveteli_hirek {
	background-color: #fafafa;
	width: 100%;
	height: 700px;
	border: 1px solid transparent;
	overflow: auto;
	padding: 16px;
	margin: 0 0 32px 0;
}

.transition {    
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.datum {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a0a0a0;
}

#hir_hasab {
	width: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 810px) {
    #hir_hasab {
	  width: 100%;
  }
}

/* HEADING */

/*

h1.cim_1 {
	font-family: 'Montserrat', 'Roboto', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	color: var(--base1);
//	position: relative;
	margin: 0 0 16px 0;
	padding: 0 0 0 36px;
	text-align: left;
//	background-color: #54b6d9;
//	border-bottom: 4px solid var(--base1);
	background-image: url("../img/hatter_h1_cim1.png");
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

*/

h1.menu {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 52px;
	text-transform: uppercase;
	color: var(--base1-l25);
//	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h2.menu {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 52px;
	text-transform: uppercase;
	color: var(--base1-l25);
//	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h3.menu {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 52px;
	text-transform: uppercase;
	color: var(--base1-l25);
//	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h1.fobb_hireink {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: var(--tinta);
//	position: relative;
	margin: 0 6px 32px 6px;
	padding: 0;
	text-align: left;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h1.oldal {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: var(--tinta);
//	position: relative;
	margin: 0 0 32px 0;
	padding: 0;
	text-align: left;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h2.oldal {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	color: var(--tinta);
//	position: relative;
	margin: 0 0 32px 0;
	padding: 0;
	text-align: left;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h3.oldal {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: var(--tinta);
//	position: relative;
	margin: 0 0 32px 0;
	padding: 0;
	text-align: left;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h3.okm {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--tinta);
//	position: relative;
	margin: 0 0 8px 0;
	padding: 0;
	text-align: left;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

/*

h1.hir {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	color: var(--tinta);
	margin: 0 0 32px 0;
	padding: 0;
	text-align: left;
}

h2.hir {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: var(--tinta);
	margin: 0 0 32px 0;
	padding: 0;
	text-align: left;
}

h3.hir {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: var(--tinta);
	margin: 0 0 32px 0;
	padding: 0;
	text-align: left;
}

*/

h2.hirfolyam {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: var(--tinta);
//	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
//	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h1.doboz_almenu_cim {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	color: var(--base1-l25);
//	position: relative;
	margin: 0 0 16px 0;
	padding: 0;
	text-align: center;
//	background-color: var(--base1);
//	border-left: 12px solid var(--base2);
	text-shadow: 0em 0.01em 0em rgba(128,0,32,1);
}

h1.footer {
	font-family: Oswald, Roboto, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
//	position: relative;
	margin: 0 0 16px 0;
	padding: 0;
	text-align: left;
}

/* PARAGRAPH */

p.hir_lead {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin: 0 0 32px 0;
}

p.hir_bekezdes {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	padding: 0;
	margin: 0 0 32px 0;
//	-webkit-hyphens: auto;
//	-moz-hyphens: auto;
//	-ms-hyphens: auto;
//	-o-hyphens: auto;
//	hyphens: auto;
}

p.hir_bekezdes_elhunyt {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	padding: 10px;
	margin: 0 0 32px 0;
	border: 3px solid #000000;
}

p.hir_bekezdes_kozepre {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: center;
	padding: 0;
	margin: 0 0 32px 0;
}

p.hir_bekezdes_jobbra {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: right;
	padding: 0;
	margin: 0 0 32px 0;
}

p.hir_bekezdes_keretes_iras {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	padding: 10px;
	margin: 0 0 16px 0;
	border: solid 1px #D0D0D0;
	background-color: var(--gray-lighter3);
}

p.hir_kep {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: center;
	padding: 0;
	margin: 0 0 32px 0;
}

p.hir_szerzo {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: right;
	font-weight: bold;
	padding: 0;
	margin: 0 0 32px 0;
}

p.doboz {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	padding: 0;
	margin: 0 6px 32px 6px;
}

p.doboz_kozepre {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: center;
	padding: 0;
	margin: 0 6px 32px 6px;
}

p.felveteli_rendje {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	padding: 0;
	margin: 0 0 32px 0;
}

p.felveteli_rendje_elmult {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #d0d0d0;
	text-align: left;
	padding: 0;
	margin: 0 0 32px 0;
}

p.footer {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #e0e0e0;
	text-align: left;
	padding: 0;
	margin: 0 0 16px 0;
}

p.footer_kozepre {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #e0e0e0;
	text-align: center;
	padding: 0;
	margin: 0 0 16px 0;
}

/* LINK */

a.normal:link {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: none;
}

a.normal:visited {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: none;
}

a.normal:hover {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: underline;
}

a.normal:active {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: underline;
}

a.fobb_hireink:link {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	text-decoration: none;
}

a.fobb_hireink:visited {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	text-decoration: none;
}

a.fobb_hireink:hover {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: var(--base1-l25);
	text-decoration: none;
}

a.fobb_hireink:active {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: var(--base1-l25);
	text-decoration: none;
}

a.kephez:link {
	opacity: 1;
	text-decoration: none;
}

a.kephez:visited {
	opacity: 1;
	text-decoration: none;
}

a.kephez:hover {
	opacity: 0.8;
	text-decoration: none;
}

a.kephez:active {
	opacity: 0.8;
	text-decoration: none;
}

a.gomb_1:link {
	display: inline-block;
    background-color: var(--base2);
    border: none;
    color: #ffffff;
    padding: 12px 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 4px 2px;
	display: inline-block;
	text-shadow: 0em 0.05em 0em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	border-radius: 26px;
}

a.gomb_1:visited {
	display: inline-block;
    background-color: var(--base2);
    border: none;
    color: #ffffff;
    padding: 12px 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 4px 2px;
	display: inline-block;
	text-shadow: 0em 0.05em 0em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	border-radius: 26px;
}

a.gomb_1:hover {
	display: inline-block;
    background-color: var(--base2-d25);
    border: none;
    color: #ffffff;
    padding: 12px 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 4px 2px;
	display: inline-block;
	text-shadow: 0em 0.05em 0em rgba(0,0,0,0.5);
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	border-radius: 26px;
}

a.gomb_1:active {
	display: inline-block;
    background-color: var(--base2-d25);
    border: none;
    color: #ffffff;
    padding: 12px 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 4px 2px;
	display: inline-block;
	text-shadow: 0em 0.05em 0em rgba(0,0,0,0.5);
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	border-radius: 26px;
}

a.gomb_doboz_almenu:link {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: none;
	background: var(--base2);
	width: 100%;
	display: inline-block;
}

a.gomb_doboz_almenu:visited {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: none;
	background: var(--base2);
	display: inline-block;
}

a.gomb_doboz_almenu:hover {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: none;
	background: var(--base2-d25);
	display: inline-block;
}

a.gomb_doboz_almenu:active {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l25);
	text-decoration: none;
	background: var(--base2-d25);
	display: inline-block;
}

a.scroll_down_animacio:link {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: #ffffff;
	text-decoration: none;
}

a.scroll_down_animacio:visited {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: #ffffff;
	text-decoration: none;
}

a.scroll_down_animacio:hover {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: #ffffff;
	text-decoration: none;
}

a.scroll_down_animacio:active {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: #ffffff;
	text-decoration: none;
}

a.footer_ikon:link {
	color: var(--base1-l50);
	text-decoration: none;
}

a.footer_ikon:visited {
	color: var(--base1-l50);
	text-decoration: none;
}

a.footer_ikon:hover {
	color: var(--base1-l25);
	text-decoration: none;
}

a.footer_ikon:active {
	color: var(--base1-l25);
	text-decoration: none;
}

a.footer:link {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l50);
	text-decoration: none;
}

a.footer:visited {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l50);
	text-decoration: none;
}

a.footer:hover {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l50);
	text-decoration: underline;
}

a.footer:active {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--base1-l50);
	text-decoration: underline;
}

a.nincs_semmi:link {
	text-decoration: none;
}

a.nincs_semmi:visited {
	text-decoration: none;
}

a.nincs_semmi:hover {
	text-decoration: none;
}

a.nincs_semmi:active {
	text-decoration: none;
}

/* IMAGE */

img.hir_kepe {
	border-bottom: 2px solid #e0e0e0;
	padding: 0 0 4px 0;
	background-color: #ffffff;
}

/* SHINE EFFECT */

figure {
//	width: 100%;
//	height: 200px;
	margin: 0;
	padding: 0;
//	background: #ff0000;
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.shine figure {
	position: relative;
}

.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/* BREADCRUMB */

.breadcrumb {
	background: #ffffff;
//	border: 1px solid #ff0000;
	border-radius: 0px;
	display: block;
}

.breadcrumb li {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: var(--tinta);
}

.breadcrumb a {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: var(--base1-l50);
	text-decoration: none;
}

.breadcrumb a:hover {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: var(--base1-l25);
	text-decoration: none;
}

.breadcrumb>.active {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: var(--tinta);
}

.breadcrumb>li+li:before {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: var(--tinta);
	content: "\003E\00a0";
}

/* NAVBAR TRANSITION */

.bg-navbar {
	background: rgba(128,0,32,0.8);
}

.bg-show {
	background: rgba(128,0,32,1);
}

.img-navbar {
    position: fixed;
    left: 20px;
    top: 4px;
}

@media screen and (max-width: 991px) {
    .bg-navbar  {
		background: rgba(128,0,32,1);
	}
}

.transition-navbar {    
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* NAVBAR */

.container-fluid-nav {
	padding: 0 15px;
}

.navbar {
	margin: 0;
	padding: 10px 0 10px 0;
//	background-color: rgba(128,0,32,0.9) !important;
	z-index: 9999;
	border: 0;
	font-size: 14px !important;
//	letter-spacing: 1px;
	border-radius: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
//	font-weight: bold;
	text-transform: uppercase;
  	-webkit-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.2);
}

.navbar li a, .navbar .navbar-brand {
	color: #ffffff !important;
//	text-shadow: 0em 0.05em 0em rgba(0,0,0,0.5);
	margin: 0 0 -1px 0;
	border-bottom: 2px solid transparent;
	transition: color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	transition: border-bottom .2s ease-in-out;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #ffffff !important;
//	background-color: rgba(255,255,255,0.75) !important;
	border-bottom: 2px solid #ffffff;
	transition: color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	transition: border-bottom .2s ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
	border-color: transparent;
//	color: #ffffff !important;
	background-color: #ffffff !important;
}

.navbar-default .navbar-toggle .icon-bar:hover {
	border-color: transparent;
//	color: #ff0000 !important;
	background-color: #ffffff !important;
}

.navbar-collapse.in {
	overflow: hidden;
	max-height: none !important;
	height: auto !important;
}

#hamburger .icon-bar {
	background: #ffffff;
}
    
#hamburger:hover, #hamburger.is-active {
	background: #ffffff !important;
}
    
#hamburger:hover .icon-bar, #hamburger.is-active .icon-bar {
	background: var(--base1) !important;
}
    
#hamburger:focus {
	background: var(--base1);
}
    
#hamburger:focus .icon-bar {
	background: #ffffff;
}

/* TOOLTIP */

.tooltip.top .tooltip-inner {
	background-color: var(--base1);
	color: #ffffff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #000000;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.bottom .tooltip-inner {
	background-color: var(--base1);
	color: #ffffff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: solid 1px #000000;
}

.tooltip.bottom .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px -5px 0;
}

/* POPOVER */

.popover {
	border: 1px solid #a0a0a0;
}

.popover-title {
	background-color: var(--base1); 
	color: #ffffff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}

.popover-content {
	background-color: #f0f0f0;
	color: var(--tinta);
	padding: 16px;
}

.popover.left .arrow:after {
  border-left-color: #ffffff;
}

.popover.right .arrow:after {
  border-right-color: #ffffff;
}

/* ACCORDION */

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border: solid 1px transparent;
	border-bottom: solid 1px var(--tinta);
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: var(--tinta);
	background-color: transparent;
}

.panel-title {
	font-size: 18px;
	line-height: 30px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: var(--tinta);
}

.panel-title:hover {
	background-color: transparent;
}

.panel-title > a {
	display: block;
	padding: 20px;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: var(--tinta);
}

.panel-title:hover a {
	color: var(--base1-l25);
}

.more-less {
	float: right;
	color: var(--tinta);
	top: 8px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	background-color: transparent;
	width: 100%;
	padding: 20px;
}

/* GALÉRIA */

div.gallery img {
	display: inline-block;
	z-index: 10000;
	padding: 0 0 32px 0;
}

img.gallery_thumb {
	width: auto;
	height: 150px;
}

@media screen and (max-width: 768px) {
    img.gallery_thumb {
	  width: 100%;
	  height: auto;
  }
}

span.gallery_full {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(128,0,32,1);
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 10000;
}

span.gallery_full img {
	position: fixed;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	max-height: 80%;
	max-width: 80%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 20px #000000;
    z-index: 10000;
}

span.gallery_full_text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	margin: 0 48px;
	padding: 0;
    z-index: 10000;
}

a.gallery_close, a.gallery_prev, a.gallery_next {
	position: fixed;
	text-decoration: none;
	visibility: hidden;
	color: #ffffff;
	font-size: 36px;
    z-index: 10000;
}

a.gallery_close {
	top: 1%;
	right: 1%;
	font-size: 64px;
    z-index: 10000;
}

a.gallery_close::after {
	content: '\00d7';
    z-index: 10000;
}

a.gallery_prev {
	top: 50%;
	transform: translate(0%, -50%);
	font-size: 32px;
	left: 2%;
    z-index: 10000;
}

a.gallery_next {
	top: 50%;
	transform: translate(0%, -50%);
	font-size: 32px;
	right: 2%;
    z-index: 10000;
}

a:target ~ a.gallery_close, a:target ~ a.gallery_prev, a:target ~ a.gallery_next {
	visibility: visible;
    z-index: 10000;
}

a:target > img.gallery_thumb + span.gallery_full {
	visibility: visible;
	opacity: 1;
	pointer-events: initial;
    z-index: 10000;
}

span.gallery_full {
	cursor: initial;
	z-index: 10000;
}

/* CAROUSEL */

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: var(--base1);
}

.carousel-indicators li {
	border-color: var(--base1);
}

.carousel-indicators li.active {
	background-color: var(--base1);
}

/* TABS */

.nav-tabs {
	border-bottom: 2px solid var(--papir);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
	background-color: var(--papir);
}

.nav-tabs > li > a {
	border: none;
	color: #808080;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: var(--base1-l50) !important;
	background: transparent;
}

.nav-tabs > li > a::after {
	content: "";
	background: var(--base1-l50);
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
//	transition: all 250ms ease 0s;
	transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}

.tab-nav > li > a::after {
	background: var(--papir) none repeat scroll 0% 0%;
	color: #ffffff;
}

.tab-pane {
	padding: 16px 0;
}

.tab-content {
	padding: 0;
}

.card {
	background: var(--papir);
}

/* INPUT */

#input_filter {
	margin: 0;
	padding: 24px 12px;
	font-size: 18px;
	color: var(--tinta);
}

form.urlap_stilus {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
	text-align: left;
	display: inline-block;
}

input.urlap_stilus {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: var(--tinta);
	font-weight: normal;
	text-decoration: none;
	padding: 2px 8px;
	background-color: #fafafa;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	width: 80%;
	border-radius: 7px;
}

input.urlap_stilus:focus {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: var(--tinta);
	font-weight: normal;
	text-decoration: none;
	padding: 2px 8px;
	background-color: #eaeaea;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	width: 80%;
	border-radius: 7px;
}

input.urlap_gomb {
	display: inline-block;
    background-color: var(--base2);
    border: none;
    color: #ffffff;
    padding: 12px 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 4px 2px;
	display: inline-block;
	text-shadow: 0em 0.05em 0em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	text-decoration: none;
	border-radius: 26px;
}

input.urlap_gomb:hover {
	display: inline-block;
    background-color: var(--base2-d25);
    border: none;
    color: #ffffff;
    padding: 12px 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 4px 2px;
	display: inline-block;
	text-shadow: 0em 0.05em 0em rgba(0,0,0,0.5);
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	border-radius: 26px;
}

form {
	
}

/* MISC */

.list-group-item {
	color: var(--tinta);
	border-color: transparent;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	margin: 0;
	padding: 32px;
}

.label-default {
	background-color: var(--base1);
}

span.oldal_tetejere {    
	font-size: 50px;
}

span.kepalairas {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #969696;
	text-align: left;
}

.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}

@keyframes slide {
    0% {
	opacity: 0;
//	transform: translateY(50%);
  } 
    100% {
	opacity: 1;
//	transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
    0% {
	opacity: 0;
//	-webkit-transform: translateY(70%);
  } 
    100% {
	opacity: 1;
//	-webkit-transform: translateY(0%);
  }
}

.doboz_kozelgo_esemeny {
	display: table;
	width: 100%;
	background-color: #808080;
//	border-radius: 26px;
}

.doboz_kozelgo_esemeny:hover {
	display: table;
	width: 100%;
	background-color: var(--base1);
	z-index: 2;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.doboz_kozelgo_esemeny_elmult {
	display: table;
	width: 100%;
	background-color: #e0e0e0;
//	border-radius: 26px;
}

.doboz_kozelgo_esemeny_elmult:hover {
	display: table;
	width: 100%;
	background-color: var(--base1);
	z-index: 2;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.doboz_kozelgo_esemeny_1 {
	display: table-cell;
	padding: 32px 8px;
	width: 40%;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
//	text-transform: uppercase;
//	height: 120px;
//	border-radius: 26px 0 0 26px;
	text-align: center;
}

.doboz_kozelgo_esemeny_1:hover {
	display: table-cell;
	padding: 32px 8px;
	width: 40%;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
//	text-transform: uppercase;
//	height: 120px;
//	border-radius: 26px 0 0 26px;
	text-align: center;
}

.doboz_kozelgo_esemeny_2 {
    display: table-cell;
    padding: 32px 8px;
	width: 60%;
	background-color: #f0f0f0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
//	height: 120px;
//	border-radius: 0 26px 26px 0;
	text-align: center;
}

.doboz_kepzesi_tipus {
	display: table;
	width: 100%;
	background-color: #a0a0a0;
//	border-radius: 26px;
}

.doboz_kepzesi_tipus:hover {
	display: table;
	width: 100%;
	background-color: var(--base2);
	z-index: 2;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.doboz_kepzesi_tipus_1 {
	display: table-cell;
	padding: 32px 8px;
	width: 100px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
//	height: 120px;
//	border-radius: 26px 0 0 26px;
	text-align: center;
}

.doboz_kepzesi_tipus_1:hover {
	display: table-cell;
	padding: 32px 8px;
	width: 100px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
//	height: 120px;
//	border-radius: 26px 0 0 26px;
	text-align: center;
}

.doboz_kepzesi_tipus_2 {
    display: table-cell;
    padding: 32px 8px;
	width: calc(100% - 100px);
	background-color: #f0f0f0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: var(--tinta);
//	height: 120px;
//	border-radius: 0 26px 26px 0;
	text-align: center;
}

/*

@media only screen and (max-width: 767px) {
    .doboz_kepzesi_tipus_1 { 
        display: block;
        width: 100%;
//		border-radius: 26px 26px 0 0;
    }
    .doboz_kepzesi_tipus_2 { 
        display: block;
        width: 100%;
//		border-radius: 0 0 26px 26px;
    }
}

*/

.doboz_almenu {
	width: 100%;
	margin: 0 0 32px 0;
	text-align: center;
	font-family: Roboto, Arial, Helvetica, sans-serif;
  	-webkit-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.1);
}

.doboz_almenu:hover {
	width: 100%;
	margin: 0 0 32px 0;
	text-align: center;
	font-family: Roboto, Arial, Helvetica, sans-serif;
  	-webkit-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 8px 4px rgba(0,0,0,0.3);
}

div.scroll_down {
	text-align: center;
	position: relative;
	width: 100%;
	height: 64px;
//	background-color: red;
	-webkit-animation: lotyoges 1s infinite; /* Safari 4.0 - 8.0 */
	animation: lotyoges 1s infinite;
}

/* Safari 4.0 - 8.0 */
#lotyoges {-webkit-animation-timing-function: ease;}


/* Standard szintaxis */
#lotyoges {animation-timing-function: ease;}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes lotyoges {
    0%   {left:0px; top:0px;}
    25%  {left:0px; top:20px;}
    50%  {left:0px; top:15px;}
    75%  {left:0px; top:20px;}
    100% {left:0px; top:0px;}
}

/* Standard szintaxis */
@keyframes lotyoges {
    0%   {left:0px; top:0px;}
    25%  {left:0px; top:20px;}
    50%  {left:0px; top:15px;}
    75%  {left:0px; top:20px;}
    100% {left:0px; top:0px;}
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 0 0 32px 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.table-hover tbody tr:hover td {
	background-color: var(--base1-l95);
}