<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************
ĂLTALĂNOS BEĂLLĂTĂSOK
*****************************************************/
html, body {
    height: 100%;
}
body {
	font-size: 13px;
	font-family: Arial;
	color: #203A64;
	background: url('../images/ERDICSATORNA_hatter.jpg') top center no-repeat, #c5cccd;
}
.wrap { /* kĂśzĂŠpre rendezett oldal esetĂŠn wrap */
	margin: 0 auto;
	width: 940px;
    min-height: 100%;
}
.content_wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -170px;
}
.pusher{
    height: 170px;
}
main{
    /*padding-bottom: 150px;*/
}
#skeleton4 ,
#skeleton5 {
    height: 100%;
}
#skeleton4 #container1,
#skeleton5 #container1{
    height: 108px;
    background: rgba(255,255,255,0.4);
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.10);
    -moz-box-shadow:    2px 3px 4px 0px rgba(0, 1, 1, 0.10);
    box-shadow:         2px 3px 4px 0px rgba(0, 1, 1, 0.10);
}
#skeleton5 main &gt; * ,
#skeleton4 main &gt; * 
{
    float: left;
}
#skeleton4 #container2,
#skeleton5 #container2{
    width: 220px;
    margin-right: 20px;
}
#skeleton4 #container3,
#skeleton5 #container3{
    width: 700px;
}
#skeleton4 #container3 &gt; *:not(:last-child),
#skeleton5 #container3 &gt; *:not(:last-child){
    margin-bottom: 17px;
}
#skeleton4 #container4,
#skeleton5 #container4{
    border-top: 1px solid #fafbfb;
    background: #04223e;
}

/****************************************************
HEADER
*****************************************************/
header {
	padding-bottom: 20px;
	font-size: 15px;
}

/****************************************************
LANGUAGESELECTOR
*****************************************************/
.languageselector {
	float: right;
	padding-top: 20px;
}
.languageselector a {
	display: inline-block;
	width: 16px;
	height: 11px;
	font-size: 0;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: .5;
	transition: all .3s;
}
.languageselector a:hover, .languageselector a.active {
	opacity: 1;
}

/****************************************************
LOGO
*****************************************************/
.logo {
	float: left;
    background: #4b4b4b;
}
.logo a, .logo img {
    display: block;
}
.logo a {
    width: 220px;
    height: 107px;
}
.logo img {
    float: left;
    padding-left: 14px;
    padding-top: 13px;
}
.logo .title{
    text-transform: uppercase;
    padding-top: 22px;
    padding-left: 11px;
    width: 112px;
    float: left;
    font-family: 'Exo2-Medium';
    font-size: 13px;
    color: #FFF;
    font-weight: 500;
}
.header {
	float: left;
	padding-top: 20px;
	width: 600px;
}

/****************************************************
SEARCH
*****************************************************/
.search {
	margin-top: 20px;
    position: relative;
}
.search input {
    float: left;
    height: 33px;
    width: 200px;
    line-height: 33px;
    border: 0px;
    padding: 0 0 0 20px;
    border-radius: 15px;
    font-family: 'Exo2-Regular';
    color: #00315e;
    font-size: 14px;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.52);
    box-shadow: inset 0px 2px 1px 0px rgba(50,50,50,.52);
    outline:none;
}
.search input::-webkit-input-placeholder {
    font-style: italic;
    color: #636363;
}

.search input:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #636363;
}

.search input::-moz-placeholder {  /* Firefox 19+ */
    font-style: italic;
    color: #636363;
}

.search input:-ms-input-placeholder {  
    font-style: italic;
    color: #636363;
}
.search button {
    position: absolute;
    right: 6px;
    top: 0px;
    width: 32px;
    height: 33px;
    background: none;
    color: #C5CEDE;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}
.search button img{
    padding-top: 3px;
    background: #FFF;
}
.search input:focus {
    background: #e8ebeb !important;
}
.search input:focus + button &gt; img{
    padding-top: 3px;
    background: #e8ebeb;
}
.search #searchform{
    width: 220px;
}
.search &gt; #searchform{
    float: right;
}
.search .blind_version {
    width: 25px;
    height: 36px;
    overflow: hidden;
    display: block;
}
.search .blind_version img {
    transition: all, ease, 0.2s;
    margin-top: 10px;
    width: 25px;
}
.search .blind_version img:hover {
    width: 28px;
    margin-left: -2px;
}

/**
* KeresĂŠs listĂĄzĂĄs
*/

.searchmain{
    padding: 20px;
    background: #fff;
    font-family: 'Exo2-Medium';
    line-height: 20px;
    color: #404040;
}
.searchmain h1 {
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 14px;
}
.searchmain a{
    color: #00315e;
    text-decoration: underline;
    transition: 0.3s;
}
.searchmain a:visited{
    color: #00315e;
}
.searchmain a:hover{
    color: #5474A8;
    text-decoration: none;
}
.searchmain #searchform:after{
display: block;
}
.searchmain #searchform:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.searchmain #searchform button{
    left: 203px;
    top: 18px;
}

/****************************************************
MENĂ
*****************************************************/
/* minden szintre vonatkozĂł beĂĄllĂ­tĂĄsok */
.menu {
	font-size: 14px;
	font-weight: bold;
	z-index: 50;
	position: relative;
}
.menu ul {
    z-index: 51;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    -moz-box-shadow:    2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    box-shadow:         2px 3px 4px 0px rgba(0, 1, 1, 0.24);
}
.menu li {
    min-height: 35px;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    width: 220px;
    background: #00315e;
    transition: all .3s;
}
.menu a {
	display: block;
	text-decoration: none;
    background: #ffffff;
    color: #c5cede;
    border-bottom: 1px solid #c5cccd;
    line-height: 34px;
}
.menu li.current {
    min-height: 41px;
}
.menu &gt; ul &gt; li {
    position: relative;
}
.menu &gt; ul &gt; li &gt; a {
}
.menu &gt; ul &gt; li &gt; a.current {
	line-height: 40px;
}
.menu &gt; ul &gt; li &gt; a {
    position: relative;
    width: 220px;
    transition: all .3s;
}
.menu ul &gt; li &gt; a &gt; span {
    padding-left: 27px;
    display: block;
    color: #00315e;
    font-family: 'Exo2-Regular';
    font-size: 14.5px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s;
}
.menu ul &gt; li &gt; a &gt; .border_line_bot{
    width: 0px;
    height: 2px;
    transition: all 0.3s;
    position: absolute;
    left: 0px;
    bottom: 5px;
    background: #00315e; /* Old browsers */
    background: -moz-linear-gradient(left,  #00315e 0%, #f5f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00315e), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #00315e 0%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00315e 0%,#f5f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00315e 0%,#f5f6f6 100%); /* IE10+ */
    background: linear-gradient(to right,  #00315e 0%,#f5f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00315e', endColorstr='#f5f6f6',GradientType=1 ); /* IE6-9 */
}
/* MĂŠg kellhet - Esztergomi JĂĄnos 2015-01-06
.menu li &gt; a &gt; .border_line_left{
    width: 0px;
    height: 40px;
    background: #00376b;
    transition: all 0.1s;
    position: absolute;
    left: 0px;
    top: 0px;
}
.menu li &gt; a &gt; .border_line_left_over{
    width: 0px;
    height: 40px;
    background: #00376b;
    transition: all 0.1s;
    transition-delay: 0.4s;
    position: absolute;
    left: 0px;
    top: 0px;
}*//*
.menu li:hover &gt; a &gt; .border_line_left{
    width: 4px;
}
.menu li:hover &gt; a &gt; .border_line_left_over{
    width: 4px;
}*/
.menu ul &gt; li &gt; a.current {
    width: 216px;
    background: #e8ebeb;
    margin-left: 4px;
}
.menu ul &gt; li &gt; a.current &gt; span {
    padding-left: 23px;
}
/* hover hatĂĄsok */
.menu ul &gt; li:hover &gt; a{
    margin-left: 4px;
    background: #f5f6f6;
}
.menu ul &gt; li:hover &gt; a.current{
    margin-left: 8px;
}
.menu ul &gt; li:hover &gt; a &gt; .border_line_bot{
    width: 200px;
}
.menu ul &gt; li:hover &gt; a &gt; span{
}
.menu &gt; ul &gt; li &gt; * {
    float: left;
}
.menu &gt; ul &gt; li &gt; a {
    float: none;
}

.menu &gt; ul &gt; li &gt; ul {
    left: 220px !important;
}
.menu ul &gt; li &gt; ul {
    position: absolute;
    left: 250px;
    display: none;
    transition: all .3s;
}
.menu &gt; ul &gt; li ul &gt; li {
    position: relative;
    width: 250px;
}
.menu &gt; ul &gt; li ul {
    border-left: 1px solid #c5cede;
    top: 0px;
}
.menu &gt; ul &gt; li ul &gt; li &gt; a {
    transition: all .3s;
    width: 250px;
    margin-right: 3px;
}
.menu &gt; ul &gt; li ul &gt; li &gt; a.current {
    width: 250px;
    min-height: 41px;
    line-height: 40px;
}
.menu &gt; ul &gt; li ul &gt; li &gt; a.current &gt; span {
    padding-left: 5px;
}
.menu &gt; ul &gt; li ul &gt; li &gt; a &gt; span {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13.5px;
}
.menu ul &gt; li:hover &gt; ul {
    z-index: 52;
    display: block;
}
/*
.menu li li a {
    line-height: 34px;
    background: #4c689b;
    color: #c5cede;
    padding: 0 5px;
    border-right: 0;
}
.menu li li:hover &gt; a {
    background: #4c689b;
    color: #fff;
}*/
/* IE hack. KĂźlĂśn css-ben kellene tĂĄrolni, mert itt nem szĂŠp. */
.menu ul ul {
	visibility: visible\9;
	display: none\9;
	*width: 160px;
}
.menu li:hover &gt; ul {
	display: block\9;
}
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	*width: 100%;
	*white-space: normal;
}
/****************************************************
BODY
*****************************************************/
.body a {
	color: #4C689B;
}
.body a:hover {
	text-decoration: underline;
}

/****************************************************
SLIDER
*****************************************************/
#slider {
	box-shadow: 0 0 0 #000;
	width: 100%;
}

/****************************************************
NEWS
*****************************************************/


.news h1 {
    font-family: 'Exo2-Light';
	color: #FFF;
	font-size: 24px;
    background: #4b4b4b;
    padding-left: 15px;
    line-height: 41px;
    margin-bottom: 7px;
}

/* nyitĂłlapon */
.news article {
	overflow: auto;
	background: white;
	width: 651px;
	padding: 35px 23px 0 26px;
	line-height: 1.5em;
    margin: 0 0 10px 0;
    font-family: 'Exo2-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #404040;
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    -moz-box-shadow:    2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    box-shadow:         2px 3px 4px 0px rgba(0, 1, 1, 0.24);
}
.news article h2 {
    font-family: 'Exo2-Medium';
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding-bottom: 5px;
}
.news article .date {
	color: #404040;
    font-family: 'Exo2-Regular';
    line-height: 26px;
	font-size: 14px;
    font-style: italic;
    padding-bottom: 21px;
}
.news article .newsimg {
	float: left;
	width: 30%;
	margin-right: 10px;
}
.news article .more {
    display: block;
    margin: 49px 3px 21px 0;
    float: right;
    font-family: 'Exo2-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    background: #00315e;
    padding: 8px 16px;
    border-radius: 16px;
    transition: all 0.2s;
}

.news article a {
	color: #5474A8;
}
.news article .more:hover {
    padding: 8px 15px;
    font-size: 15px;
    background: #165485;
}

/* hĂ­rek oldalon */
.news .box {
    background: white;
    width: 651px;
    padding: 35px 23px 0 26px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    font-family: 'Exo2-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #404040;
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    -moz-box-shadow:    2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    box-shadow:         2px 3px 4px 0px rgba(0, 1, 1, 0.24);
}
.news .box h2 {
    font-family: 'Exo2-Medium';
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding-bottom: 5px;
}
.news .box .date {
    color: #404040;
    font-family: 'Exo2-Regular';
    line-height: 26px;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 21px;
}
.news .box .newsimg {
    float: left;
    width: 30%;
    margin-right: 10px;
}
.news .box .more {
    display: block;
    margin: 49px 3px 21px 0;
    float: right;
    font-family: 'Exo2-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    background: #00315e;
    padding: 8px 16px;
    border-radius: 16px;
    transition: all 0.2s;
}

.news .box a {
    color: #5474A8;
}
.news .box .more:hover {
    padding: 8px 15px;
    font-size: 15px;
    background: #165485;
}


/*
* Sima hĂ­r megtekintĂŠs
*/
.news article.one_version{
    
}
.news article.one_version .date{
    float: right;
    margin-top: 25px;
    padding-bottom: 21px;
}
.news article.one_version .attachment_link{
    display: block;
    margin: 30px 3px 21px 0;
    float: left;
    font-family: 'Exo2-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    background: #00315e;
    padding: 8px 16px;
    border-radius: 16px;
    transition: all 0.2s;
}
.news article.one_version a.attachment_link:hover {
    padding: 8px 13px;
    font-size: 15px;
    background: #165485;
}
.news article.one_version a {
    color: #5474A8;
}
.news .news_one_version{
    text-align: justify;
}
.news .news_one_version h2{
    padding-bottom: 5px;
    padding-top 5px;
}
.news .news_one_version ul{
    margin-left: 20px;
}


/****************************************************
BREADCRUMB
*****************************************************/
.breadcrumb {
	padding: 10px 0;
}


/****************************************************
CONTENT
*****************************************************/
.content {
	padding: 20px;
	background: #fff;
    font-family: 'Exo2-Medium';
    font-size: 14.5px;
}
.content a{
    color: #5474A8;
    transition: 0.3s;
}
.content a:visited{
    color: #5474A8;
}
.content a:hover{
    color: #404040;
}
.content h1 {
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
	font-weight: bold;
	padding-bottom: 14px;
}
.content h2 {
	color: #8B8F90;
	font-size: 14px;
	font-weight: bold;
}
.content li {
	list-style: square;
	margin-left: 20px;
}
.content img {
	padding: 10px;
}
.content p {
	text-align: justify;
}
.content .archive {
	background: url(/media/images/archive-bg-pattern_s.png) repeat top left;
}

/**
* Submenuchooser: almenĂź kilistĂĄzĂł portlet
*/
.submenuchooser{
    padding: 20px;
    background: #fff;
    font-family: 'Exo2-Medium';
}
.submenuchooser h1 {
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 14px;
}
.submenuchooser .link_url{
    margin-left: 14px;
    overflow: auto;
    font-size: 14px;
    line-height: 2em;
    color: #404040;
    transition: 0.3s;
}
.submenuchooser .link_url:visited{
    color: #404040;
}
.submenuchooser .link_url:hover{
    color: #5474A8;
}


/****************************************************
NEWSLETTER
*****************************************************/
.newsletter {
	padding: 20px;
	background: #fff;
}
.newsletter .item.error {
	display: none;
	color: #F00;
}
.newsletter .item.success {
	display: none;
	color: #0F0;
}
.newsletter label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	min-height: 10px;
}
.newsletter .field {
	float: left;
	width: 200px;
}
.newsletter .item {
	margin-bottom: 10px;
}
/*.content h1 {
	color: #8B8F90;
	font-size: 18px;
	font-weight: bold;
}
.content h2 {
	color: #8B8F90;
	font-size: 14px;
	font-weight: bold;
}*/


/****************************************************
FOOTER
*****************************************************/

footer{
    min-height: 170px;
}
.footer {
	margin-top: 19px;
}
.footer .sitemap_links &gt; ul {
	width: 100%;
}
.footer .sitemap_links &gt; ul &gt; li:not(:first-child){
    margin-left: 11px;
}
.footer .sitemap_links &gt; ul &gt; li{
    font-family: 'Exo2-Regular';
    font-size: 10px;
    color: #FFF;
    float: left;
    text-transform: uppercase;
}
.footer .ecsm{
    margin: 40px 1px 24px 0;
    display: table-cell;
    float: right;
    font-family: 'SourceSansPro-Light';
    font-size: 12px;
    color: #FFF;
}
.footer .ecsm .http_host{
    text-transform: uppercase;
}
.footer .ecsm &gt; * &gt; *{
    float: right;
}
.footer .ecsm .etcs_logo{
    height: 44px;
    width: auto;
    vertical-align: middle;
    padding-left: 12px;
}
.footer .links &gt; *{
    float: right;
}
.footer .links .logos img{
    float: right;
    height: 30px;
}
.footer a {
	color: #FFF;
    transition: all 0.3s;
}
.footer a:hover {
    color: #83c6ed;
}
.footer hr {
	background: #4C689B;
}
.footer .address{
	text-align: center;
}
/****************************************************
DOWNLOADS
*****************************************************/
.body_downloads td,
.body_downloads th {
	padding: 5px;
}
.body_downloads .title {
	width: 50%;
}

.content .history,
.downloads .history,
.news .history {
	font-size: 10px;
	margin-top: 20px;
}


/**
* fastlinks Headerben
*/

.fastlinks{
    overflow: auto;
}
.fastlinks .fast_link_a{
    position: relative;
    float: left;
    display: block;
    width: 180px;
    height: 108px;
    color: #4b4b4b;
    overflow: hidden;
    background: none;
    font-family: 'Exo2-Medium';
    font-size: 13px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    transition: 0.3s;
}
.fastlinks .fast_link_a:visited{
    color: #4b4b4b;
}
.fastlinks .fast_link{
    width: inherit;
    position: absolute;
    bottom: 25px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.fastlinks .fast_link .icon{
    display: block;
    margin: 0 auto 14px auto;
    background-position: center;
    background-size: stretch;
}
.fastlinks .fast_link_a .fast_link .icon.connection{
    width: 30px;
    height: 30px;
    background: url(/media/images/icon_connection.png) no-repeat, url(/media/images/icon_connection_hover.png) no-repeat;
    transition: all 0.3s;
}
.fastlinks .fast_link_a .fast_link .icon.information{
    width: 30px;
    height: 29px;
    background: url(/media/images/icon_information.png) no-repeat, url(/media/images/icon_information_hover.png) no-repeat;
    transition: all 0.3s;
}
.fastlinks .fast_link_a .fast_link .icon.errorreport{
    width: 32px;
    height: 26px;
    background: url(/media/images/icon_errorreport.png) no-repeat, url(/media/images/icon_errorreport_hover.png) no-repeat;
    transition: all 0.3s;
}
.fastlinks .fast_link_a .fast_link .icon.e-customerservice{
    width: 31px;
    height: 31px;
    background: url(/media/images/icon_e-customerservice.png) no-repeat, url(/media/images/icon_e-customerservice_hover.png) no-repeat;
    transition: all 0.3s;
}
.fastlinks .fast_link_a:hover{
    background: rgba(0,49,94,0.2);
    color: #00315e;
    font-size: 15px;
}
.fastlinks .fast_link_a:hover:visited{
    color: #00315e;
}
.fastlinks .fast_link_a:hover .fast_link .icon{
}
.fastlinks .fast_link_a:hover .fast_link .icon.connection{
    background: url(/media/images/icon_connection_hover.png) no-repeat;
}
.fastlinks .fast_link_a:hover .fast_link .icon.information{
    background: url(/media/images/icon_information_hover.png) no-repeat;
}
.fastlinks .fast_link_a:hover .fast_link .icon.errorreport{
    background: url(/media/images/icon_errorreport_hover.png) no-repeat;
}
.fastlinks .fast_link_a:hover .fast_link .icon.e-customerservice{
    background: url(/media/images/icon_e-customerservice_hover.png) no-repeat;
}


/**
* Fastthumblinks
*/

.fastthumblinks{
    padding: 0 1px;
    height: 226px;
}
.fastthumblinks .fast_thumblink_a{
    overflow: hidden;
    display: block;
    float: left;
    height: 226px;
    width: 219px;
    transition: background 0.3s;
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    -moz-box-shadow:    2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    box-shadow:         2px 3px 4px 0px rgba(0, 1, 1, 0.24);
}
.fastthumblinks .fast_thumblink_a:not(:last-child){
    margin-right: 20px;
}
.fastthumblinks .fast_thumblink{
    position: relative;
}
.fastthumblinks .fast_thumblink .caption{
    position: absolute;
    top: 170px;
    background: rgba(0,49,94,0.8);
    height: 56px;
    width: 219px;
    transition: all 0.3s;
}
.fastthumblinks .fast_thumblink .caption &gt; *{
    float: left;
    display: block;
}
.fastthumblinks .fast_thumblink .caption img{
    padding: 12px 11px 0 11px;
}
.fastthumblinks .fast_thumblink_a .fast_thumblink &gt; img{
    width: 115%;
    margin-left: -7px;
    margin-top: -6px;
    transition: all 0.3s;
}
.fastthumblinks .fast_thumblink_a:hover .fast_thumblink &gt; img{
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.fastthumblinks .fast_thumblink .caption .title{
    padding-top: 18px;
    color: #FFF;
    font-family: 'Exo2-Medium';
    font-size: 16px;
    text-transform: uppercase;
}
.fastthumblinks .fast_thumblink_a:hover .caption{
    top: 175px;
    height: 51px;
}

/**
* GalĂŠria oldal
*/
/*galĂŠria vĂĄlasztĂł*/
.gallery{
    background: #FFF;
    margin-bottom: 10px;
    font-family: 'Exo2-Medium';
}
.gallery h1{
    font-family: 'Exo2-Light';
    color: #FFF;
    font-size: 24px;
    background: #4b4b4b;
    line-height: 41px;
    margin-bottom: 7px;
    padding-left: 14px;
}
.gallery .gallery_body{
    padding: 10px 5% 15px 5%;
}
.gallery .gallery_list .gallery_cat{
    float: left;
    display: block;
    width: 50%;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    color: #00315e;
    transition: all 0.3s;
}
.gallery .gallery_list .gallery_cat:visited{
    color: #00315e;
}
.gallery .gallery_list .gallery_cat:hover{
    color: #5474A8;
}
.gallery .gallery_list .gallery_cat .thumbnail{
    max-height: 150px;
    width: auto;
}
/*kĂŠp lista*/

.gallery .gallery_body #mygallery{
padding-bottom: 15px;
}
.gallery .gallery_body .gallery_a{
}
.gallery .gallery_body .link_back{
    font-family: 'Exo2-Bold';
    font-size: 14.5px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #00315e;
    transition: all 0.3s;
}
.gallery .gallery_body .link_back:visited{
    color: #00315e;
}
.gallery .gallery_body .link_back:hover{
    color: #5474A8;
}

/*
* ArchĂ­vum
*/
.content .archivum{
    -ms-word-break: break-all;
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}

.content .letoltheto td{
    padding: 3px !important;
}

/*CALCULATOR portlet*/
.calculator{
    padding: 20px;
    background: #fff;
    font-family: 'Exo2-Medium';
    color: #404040;
}
.calculator h1 {
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 14px;
}
.calculator #registration_form &gt; p{
    margin: 10px 0;
    cursor: default;
}
.calculator #registration_form &gt; p.clearfix{
    display: inline-block;
}
.calculator #registration_form &gt; p &gt; *{
    float: left;
}
.calculator #registration_form &gt; p &gt; span{
    width: 326px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}
.calculator #registration_form &gt; p &gt; span + input[type=text]{
    width: 300px;
}
.calculator #registration_form &gt; p &gt; span + select{
    width: 314px;
}
.calculator #registration_form &gt; p input[type=text],
.calculator #registration_form &gt; p select{
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #e1e1e1;
    padding: 6px 5px;
    color: #164883;
}
.calculator #registration_form &gt; p .afterlabel{
    margin-right: 20px;
    display: inline-block;
}
.calculator #registration_form input[type=submit]{
    font-family: Arial;
    float: right;
    background: url("../images/btn_submit.png") no-repeat top left;
    height: 21px;
    line-height: 21px;
    padding: 0 6px 0 20px;
    border: 1px solid #65a0da;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}
.calculator .after_form{
    font-size: 15px;
    color: #00315e;
}
.calculator .after_form #total_price{
    font-size: 130%;
    font-weight: bold;
}

/**
* itemcontainers portlet
* KĂśzadat keresĹ portlet
*/

.itemcontainers{
    padding: 20px;
    background: #fff;
    font-family: 'Exo2-Medium';
    line-height: 20px;
    color: #404040;
}
.itemcontainers h1 {
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 14px;
}
.itemcontainers a{
    color: #00315e;
    text-decoration: underline;
    transition: 0.3s;
}
.itemcontainers a:visited{
    color: #00315e;
}
.itemcontainers a:hover{
    color: #5474A8;
    text-decoration: none;
}
.itemcontainers .kozadatkereso_btn{
    width: 237px;
    height: 65px;
    display: block;
    background: url(/media/images/kozadatkereso_logo.png) no-repeat, url(/media/images/kozadatkereso_logo_hover.png) no-repeat;
    transition: all 0.3s;
}
.itemcontainers .kozadatkereso_btn:hover{
    background: url(/media/images/kozadatkereso_logo_hover.png) no-repeat;
}

#kozerdeku_adatok ul{
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    color: #5886c1;
}
#kozerdeku_adatok ul ul,
#kozerdeku_adatok ul ul table{
    display: none;
    padding: 3px;
    padding-left: 10px;
    font-size: 15px;
    color: #203A64;
}
#kozerdeku_adatok ul ul table{
    color: #000;
    cursor: text;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border-collapse: separate;
    border: 1px solid #999;
    padding: 0px;
}
#kozerdeku_adatok ul ul table thead tr{
    background: #95b3d7;
}
#kozerdeku_adatok ul ul table tbody tr{
    background: #dbe5f1;
}
#kozerdeku_adatok ul ul table tbody tr.kozadat_archiv_tr{
    display: none;
}
#kozerdeku_adatok ul ul table tbody tr:hover{
    background: #C5D3E3 !important;
}
#kozerdeku_adatok ul ul table tbody tr:nth-child(even){
    background: #CEDCED;
}
#kozerdeku_adatok ul ul table td{
    text-align: center;
    border: 1px solid #999;
    padding: 3px;
}
#kozerdeku_adatok ul ul table td span.show_archive{
    cursor: pointer;
}
#kozerdeku_adatok ul ul table tbody td:first-child{
    background: #b6dde8;
}
#kozerdeku_adatok ul ul table tbody td:nth-child(2){
    text-align: left;
}
#kozerdeku_adatok ul ul table td.no_datas{
    color: gray;
}
#kozerdeku_adatok table.highlighted{
    border: 4px dashed lightgreen;
}
.mfp-content .dialog_class{
    background: #4b4b4b;
    padding: 0px;
}
.mfp-content .dialog_class &gt; img{
    float: left;
    margin: 10px;
}
.mfp-content .dialog_class .popupheader{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Exo2-Regular';
    color: #fff;
    float: left;
    line-height: 103px;
    padding-left: 10px;
}
.mfp-content .dialog_class .content{
    clear:left;
    margin: 0px;
    padding: 15px 5px;
    overflow: auto;
}
.mfp-content .dialog_class .content .openleaf{
    cursor: pointer;
}

/*Regulationcontainers*/

.regulationcontainers ul,
.regulationcontainers table{
    display: table;
    padding: 3px;
    padding-left: 10px;
    font-size: 15px;
    color: #203A64;
}
.regulationcontainers table{
    color: #000;
    cursor: text;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border-collapse: separate;
    border: 1px solid #999;
    padding: 0px;
}
.regulationcontainers table thead tr{
    background: #95b3d7;
}
.regulationcontainers table tbody tr{
    background: #dbe5f1;
}
.regulationcontainers table tbody tr.kozadat_archiv_tr{
    display: none;
}
.regulationcontainers table tbody tr:hover{
    background: #C5D3E3 !important;
}
.regulationcontainers table tbody tr:nth-child(even){
    background: #CEDCED;
}
.regulationcontainers table td{
    text-align: center;
    border: 1px solid #999;
    padding: 3px;
}
.regulationcontainers table td span.show_archive{
    cursor: pointer;
}
.regulationcontainers table tbody td:first-child{
    background: #b6dde8;
}
.regulationcontainers table tbody td:nth-child(2){
    text-align: left;
}
.regulationcontainers table td.no_datas{
    color: gray;
}

/**
* Downloads portlet
*/

.downloads{
    padding: 20px;
    background: #fff;
    font-family: 'Exo2-Medium';
    font-size: 13px;
    color: #404040;
    margin-bottom: 30px;
}
.downloads h1 {
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 14px;
}
.downloads .download_block {
    padding-bottom: 30px;
}
.downloads .body_downloads *{
    border: none;
}
.downloads thead tr,
.downloads tbody tr:nth-child(2n+2){
    background: #dae5c5;
}
.downloads tbody tr:hover{
    background: #DEE6D1;
}
.downloads tbody tr:nth-child(2n+2):hover{
    background: #D8E6BE;
}
.downloads table th {
    color: #203A64;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.downloads table td {
    padding: 10px 5px;
}
.downloads table td .download_button{
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/download_icon.png') no-repeat;
}
.downloads table td .download_button:hover{
    background: url('../images/download_icon_hover.png') no-repeat;
}
.downloads table a{
    color: #5474A8;
    transition: 0.3s;
}
.downloads table a:visited{
    color: #5474A8;
}
.downloads table a:hover{
    color: #404040;
}

/*kbd*/

.subcontent {
    background: white;
    width: 651px;
    padding: 35px 23px 0 26px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    font-family: 'Exo2-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #404040;
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    -moz-box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    box-shadow: 2px 3px 4px 0px rgba(0, 1, 1, 0.24);
    padding-top: 50px;
    padding-bottom: 50px;
}

.kbd h2 {
    font-family: 'Exo2-Light';
    color: #FFF;
    font-size: 24px;
    background: #4b4b4b;
    padding-left: 15px;
    line-height: 41px;
    margin-bottom: 7px;
}

.kbd form {
    width: 285px;
    margin: 0 auto;
    text-align: center;
}



/* form starting stylings ------------------------------- */
.group 			  {
    position:relative;
    margin-bottom:30px;
}
input 				{
    font-size:15px;
    padding:8px 8px 8px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
    color:#00315e;
    font-size:15px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
    top:-20px;
    font-size:14px;
    color:#4b4b4b;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#00315e;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}

input[type=submit] {
    cursor: pointer;
    width: 105%;
    padding: 15px;
    border-bottom: none;
    background: #00315e;
    color: white;
    -webkit-transition: all 0.3s; /* Safari */
    transition:  all 0.3s;
}

input[type=submit]:hover {

    width: 105%;
    padding: 15px;
    border-bottom: none;
    background: white;
    color: #00315e;
    outline: #00315e solid 1px;
}
.msg {
    margin-bottom: 60px;
    color: #1fa909;
}
a {
    color: #404040;
    font-weight: bold;
    -webkit-transition: all 0.3s; /* Safari */
    transition:  all 0.3s;
}
a:hover {
    color: #00315e;
    font-weight: bold;
}


/*kbd*/

.fefemailquestions{
    background: #fff;
}

.fefemailquestions .question_name{
    font-family: 'Exo2-Medium';
    color: #00315e;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding: 20px 25px;
}

.fefemailquestions .answers{
    margin-left: 25px;
}

.fefemailquestions input{
    width: auto;
    display: inline;
}

.fefemailquestions label{
    position: relative;
    font-size: 20px !important;
    top: 0 !important;
    padding-right: 10px;
}

.fefemailquestions input[type="submit"]{
    margin: 25px 15px 15px 15px;
}

.fefemailquestions input[type="submit"]:hover{
    width: auto;
}</pre></body></html>