@charset "utf-8";
/* CSS Document */

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}



.logo {
	height:100px;
	width:auto;
	padding: 0;
	border:none;
	position: absolute;
    left: 20px;
	vertical-align:top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.logo_no-handover {
	background: rgba(255, 255, 255, 0.0) !important;
}



/* NORMAL MENU */
	
.main_menu {
	width: 100%;
    height: auto;
	position: relative;
	background: rgba(255, 255, 255, 1);
	text-align:center;
	display:block;
	border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #777;
	-moz-box-shadow:    0px 0px 45px rgba(0, 0, 0, 0.4);
  	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.4);
  	box-shadow:         0px 0px 45px rgba(0, 0, 0, 0.4);
  	overflow:hidden;
	-webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
}

.main_menu_hidden {
	display:none;
	-webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
}

.main_menu ul, .fixed_menu_hidden ul, .fixed_menu_visible ul {
	list-style: none;
	padding: 4px 0 0 0;
	width:100%;
	margin: 0;
  	overflow:hidden;
}

.main_menu ul li, .fixed_menu_hidden ul li, .fixed_menu_visible ul li {
	width: 102px;
	height: 102px;
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	position:relative;
    /*margin: 6px 2px -6px 0px;*/
}

.main_menu a, .fixed_menu_hidden a, .fixed_menu_visible a {
	text-decoration: none;
    display: contents;
}

.main_menu .logo1, .fixed_menu .logo1
{
	display:none;
	background-image: url(../img/pannongeodezia-logo.png);
    background-size: 16%;
    background-position: 5px 5px;
    width: 100%;
    height: 100px;
    border: 0;
    font-size: 105px;
    color: #45788b;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    opacity: 0.1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.main_menu .logo2, .fixed_menu .logo2
{
	display:none;
	background-image: url(../img/pannongeodezia-logo.png);
    background-size: 16%;
    background-position: calc(100% - 5px) calc(100% - 5px);
    width: 100%;
    height: 100px;
    border: 0;
    font-size: 105px;
    color: #45788b;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    opacity: 0.1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.mobile_main_menu .logo1 
{
	display:none;
	background-image: url(../img/pannongeodezia-logo.png);
    background-size: 26%;
    background-position: 5px 5px;
    width: 100%;
    height: 100px;
    border: 0;
    font-size: 105px;
    color: #45788b;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    opacity: 0.1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.mobile_main_menu .logo2 
{
	display:none;
	background-image: url(../img/pannongeodezia-logo.png);
    background-size: 26%;
    background-position: calc(100% - 5px) calc(100% - 5px);
    width: 100%;
    height: 100px;
    border: 0;
    font-size: 105px;
    color: #45788b;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    opacity: 0.1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.menu-logo-on {
	display:block !important;
}

/*.main_menu ul li a {
	background: rgba(255, 255, 255, 0.0);
	padding: 0px 1em;
	line-height: 120px;
	text-decoration: none;
	font-size: 26px;
	color: #7c9929;
	font-weight:bold;
	width:auto;
	display:block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}*/

.main_menu_placeholder_hidden {
	display:none;
}

.main_menu_placeholder_visible {
	width:100%;
	height:100px;
	background-color: transparent;
	text-align:center;
}

/* FIXED MENU STYLES */

.fixed_menu_hidden {
	width: 100%;
    height: auto;
    min-height: 118px;
    /*max-height: 230px;*/
	position:fixed;
	top:0;
	background: rgba(255, 255, 255, 1);
	border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #7c9929;
	text-align:center;
	-moz-box-shadow:    0px 0px 45px rgba(0, 0, 0, 0.4);
  	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.4);
  	box-shadow:         0px 0px 45px rgba(0, 0, 0, 0.4);
	-webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index:999;
	display: none;
}

.fixed_menu_visible {
	width: 100%;
    height: auto;
	background: rgba(255, 255, 255, 1);
	border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #777;
	position:fixed;
	top:0;
	text-align:center;
	-moz-box-shadow:    0px 0px 45px rgba(0, 0, 0, 0.4);
  	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.4);
  	box-shadow:         0px 0px 45px rgba(0, 0, 0, 0.4);
	-webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index:999;
	overflow:hidden;
}

.mobile_main_menu {
	display: none;
}

#mobile_menu_container {
	display:none;
}

@media screen and (max-width: 800px) {

/* MOBILE MENU */

#mobile_menu_container {
	background: rgba(255, 255, 255, 1);
    /*height: 0px;*/
    width: 100%;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	overflow: hidden;
	display: block !important;
    /*border-bottom: 1px solid #111111;*/
}

.responsive_menu_closed {
    height: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.responsive_menu_open {
    height: 867px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#mobile_menu_container  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile_menu_container a li {
    width: 100%;
    height: auto;
    display: block;
    /*border-top: 1px solid #444444;*/
    border-bottom: 1px solid #111111;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
    color: #fff;
	overflow: hidden;
    width: 200%;
}

#mobile_menu_container a {
    text-decoration: none;
    text-align: left;
	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #333333;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: block;
}

/* MOBILE MENU ICON */

.mobile_main_menu .responsive_icon_off {
	position:absolute;
	top:6px;
	right: calc(50% - 43px);
	border:none;
	background-color:none;
	border-radius:5px;
	height:86px;
	width:86px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	box-shadow:none;
	cursor:pointer;
}

.mobile_main_menu .responsive_icon_on {
	position:absolute;
	top:6px;
	right: calc(50% - 43px);
	border:none;
	background-color:none;
	border-radius:5px;
	height:86px;
	width:86px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	box-shadow:none;
	cursor:pointer;
}

.mobile_main_menu .responsive_icon_off .bar1 {
	border: none;
    position: absolute;
    top: 8px;
    left: 7px;
    background-color: #333333;
    border-radius: 2px;
    margin-bottom: 5px;
    height: 15px;
    width: 72px;
    margin: 0 auto;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mobile_main_menu .responsive_icon_off .bar2 {
	border: none;
    position: absolute;
    top: 36px;
    left: 7px;
    background-color: #333333;
    border-radius: 2px;
    margin-bottom: 5px;
    height: 15px;
    width: 72px;
    margin: 0 auto;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mobile_main_menu .responsive_icon_off .bar3 {
	border: none;
    position: absolute;
    top: 64px;
    left: 7px;
    background-color: #333333;
    border-radius: 2px;
    margin-bottom: 5px;
    height: 15px;
    width: 72px;
    margin: 0 auto;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mobile_main_menu .responsive_icon_on .bar1 {
	top: 16px;
    left: 6px;
    height: 15px;
    width: 93px;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%;
}

.mobile_main_menu .responsive_icon_on .bar2 {
	top: 55px;
    left: 4px;
    height: 15px;
    width: 93px;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(-45deg);
    transform-origin: 20% 40%;
}

.mobile_main_menu .responsive_icon_on .bar3 {
	top: 55px;
    left: 4px;
    height: 15px;
    width: 93px;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(-45deg);
    transform-origin: 20% 40%;
}

.main_menu, .fixed_menu, .main_menu_placeholder_visible {
	display: none !important;
}

.mobile_main_menu {
	width:100%;
	height:100px;
	position: relative;
	background: rgba(255, 255, 255, 1);
	text-align:center;
	display:block !important;
	border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #777;
	-moz-box-shadow:    0px 0px 45px rgba(0, 0, 0, 0.4);
  	-webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.4);
  	box-shadow:         0px 0px 45px rgba(0, 0, 0, 0.4);
  	overflow:hidden;
	-webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
}

.mobile_main_menu_hidden {
	display:none;
	height:100px;
	-webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
}

.mobile_main_menu ul, .mobile_fixed_menu_hidden ul, .mobile_fixed_menu_visible ul {
	list-style: none;
	padding:0;
	width:100%;
	margin: 0;
  	overflow:hidden;
}

.mobile_main_menu ul li, .mobile_fixed_menu_hidden ul li, .mobile_fixed_menu_visible ul li {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	position:relative;
	margin: 0 5px;
}

.mobile_main_menu ul li a {
	background: rgba(255, 255, 255, 0.0);
	padding: 0px 1em;
	line-height: 120px;
	text-decoration: none;
	font-size: 26px;
	color: #7c9929;
	font-weight:bold;
	width:auto;
	display:block;
	/*text-shadow: 0px 0px 0px #000000;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.mobile_main_menu ul li a:hover {
	color: #777;
	/*text-shadow: 0px 0px 6px #000000;*/
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.mobile_main_menu_placeholder_hidden {
	display:none;
}

.mobile_main_menu_placeholder_visible {
	width:100%;
	height:100px;
	background-color: transparent;
	text-align:center;
}

}

#mobile_menu_container div:hover, #mobile_menu_container div:focus {
    background-position-x: 28px;
    padding-left: 70px;
    font-weight: bold;
}

/* MENU ITEMS */

nav ul li a {
    all: revert;
	text-decoration: none;
    color: #333;
}

.menu_background {
    width: inherit;
    height: inherit;
    background-color: #47A7F5;
    color: #333;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	-moz-transition: -moz-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	-ms-transition: -ms-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	-o-transition: -o-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	cursor: pointer;
    float: left;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.menu_background_handover {
	-webkit-transition: -webkit-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	-moz-transition: -moz-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	-ms-transition: -ms-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	-o-transition: -o-transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
	transform: rotateZ(10deg);
    background-color: #FFCC33;
	z-index:9999;
	box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.4);
}

.mobile_menu_background {
	width: 50px;
    height: 50px;
    background-color: #47A7F5;
    color: #333;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 19px;
    padding-top: 45px;
	margin-top:0;
    text-decoration: none;
    text-align: center;
    visibility: visible;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	-moz-transition: -moz-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	-ms-transition: -ms-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	-o-transition: -o-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	cursor: pointer;
    float: left;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.mobile_menu_background_handover {
	width: 30px;
    height: 30px;
	padding-top:0;
	margin:10px 0 0 25px;
	-webkit-transition: -webkit-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	-moz-transition: -moz-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	-ms-transition: -ms-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	-o-transition: -o-transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s, padding-top 0.2s, margin 0.2s, height 0.2s, width 0.2s;
	transform: rotateZ(10deg);
    background-color: #FFCC33;
	z-index:9999;
	box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.4);
}

.hirek_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 41%;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.hirek_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 41%;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.hirek_icon_mobile, .hirlevelek_icon_mobile, .hazaydij_icon_mobile, .gdt-gdsz_icon_mobile, .tovabbkepzesek_icon_mobile, .szakcsoportok_icon_mobile, .elnokseg_icon_mobile, .munkatervek_beszamolok_icon_mobile, .hatarozatok_icon_mobile, .jogszabalyok_szabalyzatok_szabvanyok_icon_mobile, .nevjegyzek_icon_mobile, .segedletek_fap_icon_mobile, .dokumentumok_icon_mobile, .m2_icon_mobile, .online-medi_icon_mobile, .eloadasok_konferenciak_icon_mobile, .palyazatok_icon_mobile, .keptar_icon_mobile {
    width: 100%;
    height: 50px;
    color: #333;
    font-weight: normal;
    font-size: 20px;
    padding: 12px 0 0 60px;
    text-decoration: none;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    cursor: pointer;
}

.hirlevelek_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 41%;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.hirlevelek_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 41%;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.hazaydij_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 34%;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.hazaydij_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    padding-top: 34%;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.gdt-gdsz_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.gdt-gdsz_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.tovabbkepzesek_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.tovabbkepzesek_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.szakcsoportok_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.szakcsoportok_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.elnokseg_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.kiemelt-partnereink_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.munkatervek_beszamolok_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.elerhetosegek_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.hatarozatok_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.hatarozatok_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.jogszabalyok_szabalyzatok_szabvanyok_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.jogszabalyok_szabalyzatok_szabvanyok_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.nevjegyzek_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.nevjegyzek_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}
	
.segedletek_fap_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.segedletek_fap_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}
	
.dokumentumok_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.dokumentumok_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}
	
.online-medi_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.online-medi_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}
	
.eloadasok_konferenciak_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.eloadasok_konferenciak_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 36px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}
	
.palyazatok_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.palyazatok_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}
	
.keptar_icon {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.keptar_icon_fixed {
    width: inherit;
    height: inherit;
    background-position-y: top;
    background-position-x: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 45px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
    cursor: pointer;
    float: left;
	position: absolute;
}

.menu_1_line_text:hover, .menu_1_line_text:focus {
    padding-top: 30% !important;
    font-weight: bold !important;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
}

.menu_2_line_text:hover, .menu_2_line_text:hover {
    padding-top: 21% !important;
    font-weight: bold !important;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
}

.menu_3_line_text:hover, .menu_3_line_text:hover {
    padding-top: 10% !important;
    font-weight: bold !important;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
}

h1 {
	font-weight:normal;
}

h2 {
	font-weight:normal;
	padding:0;
	margin:0;
}

@media screen and (max-width: 2000px) {

.menu_1_line_text {
    font-size: 13px !important;
    line-height: 1.3em !important;
    padding-top: 40% !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    filter: alpha(opacity=80) !important;
    -moz-opacity: 0.8 !important;
    -khtml-opacity: 0.8 !important;
    opacity: 0.8 !important;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
}

.menu_2_line_text {
    font-size: 13px !important;
    line-height: 1.3em !important;
    padding-top: 32% !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    filter: alpha(opacity=80) !important;
    -moz-opacity: 0.8 !important;
    -khtml-opacity: 0.8 !important;
    opacity: 0.8 !important;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
}

.menu_3_line_text {
    font-size: 13px !important;
    line-height: 1.3em !important;
    padding-top: 20% !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    filter: alpha(opacity=80) !important;
    -moz-opacity: 0.8 !important;
    -khtml-opacity: 0.8 !important;
    opacity: 0.8 !important;
	-webkit-transition: color 0.2s, padding 0.2s;
	-moz-transition: color 0.2s, padding 0.2s;
	-ms-transition: color 0.2s, padding 0.2s;
	-o-transition: color 0.2s, padding 0.2s;
	transition: color 0.2s, padding 0.2s;
}

.main_menu ul li, .fixed_menu_hidden ul li, .fixed_menu_visible ul li
{
	width: 82px !important;
    height: 82px !important;
}
}

