@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #1a2b73;
	color: #192765;
}

img {
	max-width: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, label, input, li, ul, ol, div {
    font-family: "Poppins", sans-serif;
	font-size: 16px;
}

#right_div{
    display: none;
}
#content_div{
    margin-right: 0px!important;
}

h1, h2, h3, h4, h5, h6, .tophed, #top_head h4, .cnt_head h4  {
    color: #192765;
}

h2{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h3{
    font-size: 16px;
}

* a, * a:hover {
	text-decoration: none;
}

.tophead, 
#content-news-page h3.page-title,
.tophed,
h3.page-title, 
.content_inner_tagsag h1,
.middle_kongresszusok h4 span,
.content_inner_adatkezeles .page-title h2 {
    margin: 30px 0 20px;
    padding: 0px;
    font-size: 36px!important;
    text-transform: uppercase;
    line-height: 1.42857143;
    color: #fff;
    font-weight: 400;
	border-left: solid 4px #ff9800;
    padding-left: 10px;
}

#info_table_patch .tophed hr {
	display: none;
}

#admin_div .mini{
    max-width: 90%;
}

.sm-gutters > div[class^="col"]{
    padding-left:5px; padding-right:5px;
}

#abc_nav{
    background: url("../images/site-element/footer-bg.jpg") repeat-y top center;
    background-size: cover;
}

#abc_nav span.footer_menu a{
    color: #fff;
}

#abc_nav span.footer_menu{
     align-self: center;
}

#abc_nav p{
    margin: 0;
}

#abc_nav .footer-box{
    display: flex;
    align-items: center;
  justify-content: center;
}

.header-bar {
	padding-bottom: 20px;
}

.btn{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #1a2b73;    
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.35), -3px -3px 6px rgba(255,255,255,.25);
    box-shadow:3px 3px 6px rgba(0,0,0,.35), -3px -3px 6px rgba(255,255,255,.25);
    padding: 0.375rem 1.2rem;
    font-size: 0.875rem;
}

.btn:hover{   
    -webkit-box-shadow: inset 3px 3px 5px rgba(0,0,0,.35), inset -3px -3px 5px rgba(255,255,255,.25);
    box-shadow: inset 3px 3px 5px rgba(0,0,0,.35), inset -3px -3px 5px rgba(255,255,255,.25);
}

.btn-primary{
    background: #fff;
    color: #1a2b73;
    padding: 0.25rem 1rem;
    border: 1px solid #eee;
    margin-right: 15px;
}

.btn-primary:hover{
    background-color: #fff;
    border-color: transparent;
}

.btn-primary a{
    color: #1a2b73;
}

.btn-secondary{
    border: 2px solid #fff;
    background: #74b446;
    color: #fff!important;
}

.btn-secondary:hover{
    background: #67a53b;
    border: 2px solid #fff;
}

.btn-orange,
.btn-orange:hover {
	background: #ff9800;
}

.btn.btn-xs,
.btn.btn-xs * {
	font-size: 12px;
}

.btn.btn-xs {
	border-radius: 6px;
	padding: 3px 6px;
}

.btn-shadow {
	transition: box-shadow 0.3s;
}

.btn-shadow:hover {
	box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .35), inset -3px -3px 5px rgba(255, 255, 255, .25)!important;
}

#tile-grid > .container > .row > div[class^='col-']{
    margin-bottom: 25px
}

/* Slider */

/* ---- particles.js container ---- */


#my-carousel .header-title h1 {
	padding-bottom: 0;
}

#my-carousel{
    border: 2px solid #fff;
    margin-bottom: 25px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.15) !important;
}

.overlay{position: absolute; width: 100%; height: 100%;top: 0;}

.header-title, .header-title.right{
    position: relative;
    padding: 25px 25px 25px 65px;
    max-width: 50%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
}

.header-title .text-container, .header-title.right .text-container{
    align-self: center;
}

.header-title.right{
    left: unset; 
    right: 0%;
    float: right;
    padding: 25px 50px;
}

.no-bg{
    background: none!important;
}

.header-title h1{
    color: #fff; font-size: 32px; padding-bottom: 20px;text-transform: uppercase;
} .header-title h3{
    color: #fff; font-size: 16px;
}



.carousel-control-next, .carousel-control-prev{
    /*top:21%!important;*/
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #eaf0f9;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    background-size: 14px;
}

.carousel-inner{
	z-index: 1;
    max-height: 500px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 50%;
    z-index: 10;
    padding: 25px 20px;
    top: 50%;
    bottom: unset;
    transform: translateY(-55%);
    background: rgba(255,255,255,0.7);
    border-left: 4px solid #00ccff;
    color: #000;
    text-align: left;
}
.carousel-item:nth-child(2) .carousel-caption{
    left: 35%;
}

.carousel-caption h5{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-slider, .btn-blue, .btn-yellow, .btn-lightblue, .history-back{
    background: #34b4b7;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-caption:hover .btn-slider, .btn-blue:hover{
    background: #299497;
}

.carousel-control-next, .carousel-control-prev{
    width: 70px;
    opacity: .75;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
	z-index: 2;
}

.carousel-inner:not(:has(.carousel-item:nth-child(2))) > a {
	display: none;
}

.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}

.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}

.carousel-control-prev{
    left: 0px;
}
.carousel-control-next{
    right: 0px;
}

/*
@media (min-width: 992px) and (max-width: 1500px){
    .container, #contentframe_container_x_lcr3 {
        max-width: calc(100% - 140px);
    }
}
*/
@media (min-width: 1501px){
    .container, #contentframe_container_x_lcr3 {
        max-width: 1440px;
    }
}

#tile-grid .news_bg{
    padding: 15px 0;
    background: rgba(73,173,76,1);  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, rgba(26,149,3,.7), rgba(17,153,142,.7));  /* Chrome 10-25, Safari 5.1-6 
    background: linear-gradient(to left, rgba(26,149,3,.7), rgba(17,153,142,.7)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-image: url("../images/site-element/tile-bg/news-bg.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tile-grid .tagsag_bg{
    padding: 15px 0;
    background: #6bd157;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, rgba(26,149,3,.7), rgba(17,153,142,.7));  /* Chrome 10-25, Safari 5.1-6 
    background: linear-gradient(to left, rgba(26,149,3,.7), rgba(17,153,142,.7)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-image: url("../images/site-element/tile-bg/tagsag-bg.jpg");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

#tile-grid .partner_bg{
    padding: 15px 0;
    background: #fff;
}

#tile-grid .congress_bg{
    padding: 15px 0;
    background: -moz-linear-gradient(-45deg, #d5c948 0%, #57d196 100%);
	background: -webkit-linear-gradient(-45deg, #d5c948 0%, #57d196 100%);
	background: linear-gradient(-45deg, #d5c948 0%, #57d196 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c948', endColorstr='#57d196',GradientType=1 );
}

#tile-grid .frax_bg{
    padding: 15px 0;
    background-image: url("../images/site-element/tile-bg/frax-bg.png"), -moz-linear-gradient(135deg, #54beb5 60%, #2a71ba 100%);
	background-image: url("../images/site-element/tile-bg/frax-bg.png"), -webkit-linear-gradient(135deg, #54beb5 60%, #2a71ba 100%);
	background-image: url("../images/site-element/tile-bg/frax-bg.png"), linear-gradient(135deg, #54beb5 60%, #2a71ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54beb5', endColorstr='#2a71ba',GradientType=1 );
    background-position: right -70px center, top left;
    background-repeat: no-repeat;
}

#tile-grid .mtsz_bg{
    padding: 15px 0;
    background-image: url("../images/site-element/tile-bg/mtsz-bg.png"), -moz-linear-gradient(135deg, #49af9d 60%, #2a71ba 100%);
	background-image: url("../images/site-element/tile-bg/mtsz-bg.png"), -webkit-linear-gradient(135deg, #49af9d 60%, #2a71ba 100%);
	background-image: url("../images/site-element/tile-bg/mtsz-bg.png"), linear-gradient(135deg, #49af9d 60%, #2a71ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49af9d', endColorstr='#2a71ba',GradientType=1 );
    background-position: right -30px center, top left;
    background-repeat: no-repeat;
}

#tile-grid .tnt_bg{
    padding: 15px 0;
    background-image: url("../images/site-element/tile-bg/tnt-bg.png"), -moz-linear-gradient(135deg, #3ca77b 60%, #2a71ba 100%);
	background-image: url("../images/site-element/tile-bg/tnt-bg.png"), -webkit-linear-gradient(135deg, #3ca77b 60%, #2a71ba 100%);
	background-image: url("../images/site-element/tile-bg/tnt-bg.png"), linear-gradient(135deg, #3ca77b 60%, #2a71ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca77b', endColorstr='#2a71ba',GradientType=1 );
    background-position: right -30px center, top left;
    background-repeat: no-repeat;
}

#tile-grid .link_bg{
    padding: 15px 0;
    background-image: url("../images/site-element/tile-bg/link-bg.png"), -moz-linear-gradient(135deg, #dfb943 60%, #dfd243 100%);
	background-image: url("../images/site-element/tile-bg/link-bg.png"), -webkit-linear-gradient(135deg, #dfb943 60%, #dfd243 100%);
	background-image: url("../images/site-element/tile-bg/link-bg.png"), linear-gradient(135deg, #dfb943 60%, #dfd243 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfb943', endColorstr='#dfd243',GradientType=1 );
    background-position: right -10px center, top left;
    background-repeat: no-repeat;
}

#tile-grid .protokol_bg{
    padding: 15px 0;
    background-image: url("../images/site-element/tile-bg/protokol-bg.png"), -moz-linear-gradient(135deg, #dfa343 60%, #dfd243 100%);
	background-image: url("../images/site-element/tile-bg/protokol-bg.png"), -webkit-linear-gradient(135deg, #dfa343 60%, #dfd243 100%);
	background-image: url("../images/site-element/tile-bg/protokol-bg.png"), linear-gradient(135deg, #dfa343 60%, #dfd243 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa343', endColorstr='#dfd243',GradientType=1 );
    background-position: right -25px center, top left;
    background-repeat: no-repeat;
}


#tile-grid .moot-ifj_bg{
    background: #fff;
    padding: 15px; 
}

#tile-grid .moot-ifj_bg img{
    max-width: 80%;
    display: block;
    margin: 0 auto;
}


#tile-grid .top-to-bottom-news [class*='col-']:first-of-type{
    margin: 0 0 7px;
}

#tile-grid .title-name > h3{
    font-weight: 600;
    padding: 15px 15px 15px 55px;
    color: #192765;
    font-size: 1.5rem;
    position: relative;
}
.title-name > h3:after{
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    width: 45px;
    height: 45px;
}

#tile-grid .partner_bg .title-name > h3{
    padding: 15px 0;
    text-align: center;
}

#tile-grid .frax_bg .title-name > h3,
#tile-grid .mtsz_bg .title-name > h3,
#tile-grid .tnt_bg .title-name > h3{
    padding: 15px 0;
}

#tile-grid .link_bg .title-name > h3,
#tile-grid .protokol_bg .title-name > h3{
    padding: 0;
    font-size: 1.3rem;
}

.news_bg .title-name > h3:after{
    background: url("../images/site-element/tile-bg/news-icon.png") no-repeat;
    width: 42px;
    height: 31px;
}

.tagsag_bg .title-name > h3:after{
    background: url("../images/site-element/tile-bg/tagsag-icon.png") no-repeat;
    width: 33px;
    height: 34px;
}

.congress_bg .title-name > h3:after{
    background: url("../images/site-element/tile-bg/rendezveny-icon.png") no-repeat;
    width: 33px;
    height: 38px;
}

#tile-grid .news_bg .title-name > h3:after{
    right: 20px;
}

#tile-grid{
    color: #192765;
    padding: 20px 0 40px;
}

#tile-grid .container{
    max-width: 100%;
}

#tile-grid div[class*='-bg'] > *{
    -ms-flex-item-align:center!important;
    align-self:center!important;
    z-index: 1;
}

#tile-grid [class*=col-]>[class*='bg']{
    padding: 20px;
    position: relative;
    height: 100%;
    min-height: 80px;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
}

#tile-grid [class*=col-]>[class*='-bg']:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: -32px;
    right: -32px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.5s ease-out;
}

#tile-grid [class*=col-]>[class*='-bg']:hover:before {
    transform: scale(35);
  }

#tile-grid .more-news{
    display: none;
}

#tile-grid .news_bg,
#tile-grid .congress_bg,
#tile-grid .frax_bg,
#tile-grid .mtsz_bg,
#tile-grid .tnt_bg{
    height: 100%;
    padding: 20px 20px 70px!important;
}


/* HÍREK ALAP */

.news-box img, .news-block .news-thumbnail img, .block .news-thumbnail img{
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-box:hover img, .news-block:hover .news-thumbnail img, .block:hover .news-thumbnail img{
    width: 100%;
    -moz-transform: scale(1.05); /* Firefox */
    -o-transform: scale(1.05); /* Opera */
    -webkit-transform: scale(1.05); /* Safari And Chrome */
    transform: scale(1.05); /* Standard Property */
}
.news-thumbnail{
    overflow: hidden;
}

.news-block, .block{
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block{margin-bottom: 25px;}
.display-flex .block{margin-bottom: 0px;}

.block img{
    widtH: 100%;
    max-width: 100%; 
    display: block;
}
.news-block:hover, .block:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(40,86,125,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(40,86,125,0.15);
    box-shadow: 0px 0px 15px 0px rgba(40,86,125,0.15);
}

.news-thumbnail img{
    max-width: 100%;
    display: block;
}
.news-category{
    position: absolute;
    top:2px;
    z-index: 1;
    left:0;
}
.news-content {
    padding: 20px 20px 50px;
}

.news-content .image img{
    max-height: 270px;
    max-width: 50%;
    margin: 0 20px 20px 0;
    float: left;
}

.block-content { padding: 20px;}
.news-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block-title{
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 4px;
}
.block-content .subtitle{font-size: 16px; text-align: center; margin:0;}
.news-date{
    color: #888;
    font-size: 14px;
}
.news-lead {padding-bottom: 15px;}

/* Top to bottom hírek */ 

.top-to-bottom-news [class*='col-'] {
    width: 100%;
    margin: 0 0 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.top-to-bottom-news .news-title{
    position: relative;
}

.top-to-bottom-news .news-category, .top-to-bottom-news .news-lead, .top-to-bottom-news .news-text{display: none;}
#tile-grid .top-to-bottom-news .news-block h3.news-title{ font-size: 14px; color: #192765; line-height: 1.3; font-weight: 600;}
#tile-grid .top-to-bottom-news .news-block:hover h3.news-title{ font-weight: 600;}
.top-to-bottom-news .news-content{ padding: 7px 12px;}

.more-btn{
    position: absolute;
    margin: 20px 0 0;
    bottom: 25px;
    left: 25px;
}

/* Többi hír css */
.top-to-bottom-news [class*='col-'] img {
    display: none;
}

.top-to-bottom-news [class*='col-'] .news-block{
    background: transparent; /* fallback for old browsers */
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0), inset -2px -2px 2px rgba(255,255,255,0);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0), inset -2px -2px 2px rgba(255,255,255,0);
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-to-bottom-news [class*='col-'] .news-block:hover{
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.2), inset -2px -2px 2px rgba(255,255,255,.3);
    box-shadow: inset 2px 2px 2px rgba(0,0,0,.2), inset -2px -2px 2px rgba(255,255,255,.3);
}

.top-to-bottom-news [class*='col-'] .news-block:after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    margin: 3px 0;
    border-bottom: 1px dotted #fff;
}

.top-to-bottom-news [class*='col-'] .news-content > h3{
    margin: 0;
}
.top-to-bottom-news [class*='col-'] .news-content .news-date{
    background: #fff;
    border-radius: 5px;
    font-size: 11px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin: 0;
}
.top-to-bottom-news [class*='col-'] .news-more{
    display: none;
}

#tile-grid .tagsag-detailst{
    color: #192765;
}

.space{
    border-top: 1px solid transparent;
}

.tagsag-detailst a:hover{
    text-decoration: none;
}

#tile-grid .row.h-100>[class*="col-"]:nth-child(2) {
    margin-top: 20px;
}


/* KONGRESSZUS FŐOLDAL */

.congress_bg .latest-congress-container ul.latest-congress-list{
    list-style-type: none;
    padding: 0;
}

.congress_bg .latest-congress-container ul.latest-congress-list .lead-text header h3{
    font-size: 1rem;
}

.congress_bg .latest-congress-container ul.latest-congress-list .lead-text header p.data span{
    padding-right: 7px;
}

.congress_bg .latest-congress-container ul.latest-congress-list .lead-text header p.data span:not(:first-of-type){
    padding-left: 7px;
    border-left: 1px solid #192765;
}

.congress_bg .latest-congress-container ul.latest-congress-list .lead-text.information{
    font-size: 0.875rem!important;
    color: #192765;
}

.congress_bg .latest-congress-container ul.latest-congress-list .lead-text.information img,
.congress_bg .latest-congress-container ul.latest-congress-list .lead-text.information video,
.congress_bg .latest-congress-container ul.latest-congress-list .lead-text.information audio,
.congress_bg .latest-congress-container ul.latest-congress-list .lead-text.information iframe{
    display: none!important;
}

.congress_bg .more-btn{   
    z-index: 101;
}


.partner-logo:has(img[src*="unknow-partner.jpg"]){
    background: #ccc;
}

.partner-logo img{
    max-width: 100%;
    border: 1px solid #eee;
    display: block;
    margin: 0 auto;
}

/* pagination */
/*
div.pagination{
  width: 50%;
  height: 40px;
  line-height: 40px;
  background-color: white;
  position: relative;
  margin: 35px auto;
}
.pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05)
}
.pagination ul li, #cntphMaster_pan_cnt_kongresszusok .datapager #cntphMaster_dp2 .back, #cntphMaster_pan_cnt_kongresszusok .datapager #cntphMaster_dp2 .foward {
  flex: 1;
  list-style: none;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  transition: 0.5s ease;
  cursor: pointer;
  user-select: none;
}
.pagination ul li:after{
  content: "";
  width: 0%;
  background-color: #b5cffd;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s ease;  
}
.pagination ul li a {
  background-color: rgba(255, 255, 255, 0.25);
  color: #888;
}
.pagination ul li:hover:after{
  left: 0%;
  width: 100%;
}
.pagination ul li:hover a{color: #b5cffd;text-decoration: none;}
.pagination ul li.active a{background: #fff; color: #23527c; font-weight: 600;}
.pagination ul li.active:after {
  content: " ";
  width: 100%;
  background-color: #23527c;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s ease;
}

#cntphMaster_dp2{background: none!important;}
*/
/* hirek */

#content-news-page [class*="col-"] {
	margin-bottom: 15px;
}
.card .image img {
	width: 100%;
}

#content-news-page .card .card-body .lead {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.card-body h3 {
	font-size: 22px;
}

#news-section .news-thumbnail, .card .image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.card .image {
    overflow: hidden;
	max-width: calc(100%);
	margin: 0 auto;
}

#content-news-page .news-list .news-item {
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#content-news-page .card.news-list-item {
    border-radius: 20px;
	box-shadow: 4px 4px 6px rgb(0 0 0 / 25%), -4px -4px 6px rgb(255 255 255 / 15%);
    overflow: hidden;
	width: 100%;
}

#content-news-page .card.news-list-item > a{
    padding-top: 56.25%;
    position: relative;
}

#content-news-page .card.news-list-item > a .image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-details .content-bg {
	padding: 25px;
    margin-bottom: 30px;
}

.news-details .content-bg .image {
	text-align: center;
}

.news-details .content-bg .image img,
.news-details .text img {
	max-width: 100%;
}

.news-details .content-bg a {
	color: #54ac4d;
}

.row.news-list{
    margin-right: 0;
    margin-left: 0;
}

/* lapozó */

#cntphMaster_panDP2,
.content_inner_dokumentumtar #cntphMaster_panPager,
#content-news-page div.pagination {
	padding-top: 20px;
}

#content-news-page div.pagination {
	position: relative;
	height: auto;
	top: 0px;
}

#pagination-box {
	width: 70%;
	height: 40px;
	line-height: 40px;
	background-color: transparent;
	position: relative;
	margin: 35px auto;
	/* box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05); */
    display: flex;
}

#pagination-box .pagination a {
	height: 40px;
	width: 40px;
	cursor: pointer;
}

#pagination-box .pagination.numeric {
	position: relative; 
	display: inline-block;
	text-align: center;
	width: calc(100% - 210px);
	left: 105px;
}

#pagination-box .pagination.numeric li {
	float: none;
}

#pagination-box .pagination.numeric li.active a {
	background: #fff!important;
    color: #23527c!important;
}

#pagination-box .pagination.numeric > * {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 17px!important;
	font-weight: bold!important;
	text-align: center;
	margin-right: 9px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

#cntphMaster_dp2 a{
	font-size: 20px;
}

#pagination-box .pagination.numeric a:after{
	content: "";
	width: 0px;
	background-color: #b5cffd;
	height: 5px;
	position: absolute;
	bottom: -2px;
	left: -2px;
	transition: 0.5s ease;  
}

#pagination-box .pagination.backward {
	left: 0;
}

#pagination-box .pagination.forward {
	right: 0;
	left: initial;
}

#pagination-box .pagination.numeric a, 
#pagination-box .pagination.forward a,
#pagination-box .pagination.backward a {
	background-color: transparent;
	color: #fff!important;
}

/*
#pagination-box .pagination.backward a, 
#pagination-box .pagination.forward a
*/
.pagination li a {
    border-radius: 0px;
	border: solid 2px #fff;
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
	position: relative;
}

#pagination-box .pagination.numeric .active a:after,
#pagination-box .pagination.numeric a:hover:after,
#pagination-box .pagination.backward a:hover:after,
#pagination-box .pagination.forward a:hover:after{
	width: 40px;
}

#pagination-box .pagination.numeric a:hover {
	color: #b5cffd!important; 
	background: none!important;
}

#pagination-box .pagination.numeric > span {
	background: #fff!important; 
	color: #23527c!important; 
	font-weight: 600;
}

#pagination-box .pagination.numeric > span:after {
	content: " ";
	width: 40px;
	background-color: #23527c;
	height: 5px;
	position: absolute;
	bottom: 15px;
	margin-left: -25px;
	transition: 0.5s ease;
}

#pagination-box .pagination .disabled a,
#pagination-box .pagination .active a {
	cursor: initial;
}

#pagination-box .pagination.backward li:not(.disabled) a:hover,
#pagination-box .pagination.forward li:not(.disabled) a:hover {
	background-color: #b2f3ad!important;
}

#pagination-box .pagination.backward .pagination-list-item-first.disabled a {
	background:#ccc url('../frameimage/newdesign/first.png') no-repeat 50% 50%;
}

#pagination-box .pagination.backward .pagination-list-item-prev.disabled a{
	background:#ccc url('../frameimage/newdesign/back.png') no-repeat 45% 50%;
}

#pagination-box .pagination.backward .pagination-list-item-first a {
	background:#aad9ed url('../frameimage/newdesign/first.png') no-repeat 50% 50%;
}

#pagination-box .pagination.backward .pagination-list-item-prev a{
	background:#aad9ed url('../frameimage/newdesign/back.png') no-repeat 45% 50%;
}

#pagination-box .pagination.forward .pagination-list-item-next.disabled a {
	background:#ccc url('../frameimage/newdesign/next.png') no-repeat 50% 50%;
}

#pagination-box .pagination.forward .pagination-list-item-last.disabled a{
	background:#ccc url('../frameimage/newdesign/last.png') no-repeat 50% 50%;
}

#pagination-box .pagination.forward .pagination-list-item-next a {
	background:#aad9ed url('../frameimage/newdesign/next.png') no-repeat 50% 50%;
}

#pagination-box .pagination.forward .pagination-list-item-last a{
	background:#aad9ed url('../frameimage/newdesign/last.png') no-repeat 50% 50%;
}

@media (max-width: 768px){
    #pagination-box{
        width: 100%;
    }
}

.header-title .text-container{
    max-height: 350px;
}

.card-content {
  border: 1px solid #7a7a7a;
  padding: 0px 10px 10px;
  margin-bottom: 20px;
  margin-top: 70px;
  background: #fff; }

.card-content .icon-image {
  position: relative;
  display: block;
  margin-top: -50px;
  margin-bottom: 10px; }

.card-content .icon-image img {
  display: block;
  margin: 0 auto; }

.card-content .icon-text * {
  text-align: center;
  font-family: "Raleway", sans-serif, Roboto, "Helvetica Neue", Arial, sans-serif; }

.card-content .icon-text h3 {
  font-size: 18px; }

.site_outer_tagsag table.data-table-old{
    display:none;
}

.tagdij{
    margin-bottom: 35px;
}

.tagdij .tagdij-title {
  background: #192765;
  text-align: center;
  padding: 5px;
  min-height: 62px; }

.tagdij .tagdij-title h4 {
  color: #fff;
  font-size: 18px; }

.tagdij .row > div:not(:last-of-type) .tagdij-title {
  border-right: 1px solid #444; }

.tagdij .tagdij-price {
  background: #fff;
  color: #192765;
  font-size: 24px;
  padding: 8px 15px; }
  .tagdij .tagdij-price p {
    text-align: center; margin-bottom: 0; }

.tagdij .row > div:not(:last-of-type) .tagdij-price {
  border-right: 1px solid #ccc; }


#due_table_separatator,
table.member-information-table-first{
    display: none;
}

.content_inner_celok .content_cnt_div table tr:nth-of-type(2),
.tophed + br,
.site_outer_osztondij .content_cnt_div table tr:nth-of-type(2){
    display: none;
}

.site_outer_osztondij .content_cnt_div table:nth-of-type(2){
    background-color: rgba(255,255,255,.85);
    border-radius: 20px;
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    padding: 20px;
    margin-bottom: 30px;
}

.links ul{
    list-style-type: none;
    padding: 0;
}

.links .btn-secondary{
    display: inline-block;
    margin: 5px;
}

#contact-form {
	background: unset;
}

#contact-form > div {
	width: 100%!important;
	margin: 0 auto!important;
	float: none!important;
}

@media (max-width: 1200px) {
	#contact-form > div {
		width: 100%!important;
	}
}

#contact-form .ikonok span.icon{
    color: #999;
    padding-right: 8px;
    font-weight: 400;
}
#contact-form textarea:focus-within,
#contact-form input:focus-within,
#contact-form textarea:focus,
#contact-form input:focus{
    border: 1px solid #00ccff;
}

#contact-form .description{
    width: 50%;
    float: left;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: 15px;
}

#contact-form iframe{
    margin: 25px 0 0; 
}

#contact-form .description img{
    display: block;
    width: 70%;
    margin: 0 auto;
    max-width: 100%; 
}

#form-inputs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
    margin-right: -15px;
    margin-left: -15px;
    width: 50%;
    float: left;
    border-radius: 20px;
    background: #f5f5f5;
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
}

#form-inputs > [class*="col-"]{
    width: 100%!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#form-inputs > [class*="col-"]:last-of-type:after{
    clear: both;
    display: table;
    content: '';
}

/* Doc table */

.border-box{
    border: 1px solid #ddd;
    padding: 35px 0 0;
    margin-bottom: 35px;
}

table.doc-table{
position:relative;
width:100%;
border:3px solid #fff;
margin-bottom:35px;
}

table.doc-table tr.table-head{
background-color:#f0f0f0;
}

table.doc-table th{
color:#fff;
font-size:17px;
font-weight:bold;
text-align:left;
vertical-align:top;
padding:3px;
border-top:3px solid #e2e2e2;
border-bottom:3px solid #fff;
}

table.doc-table th.doc-published{
width:112px;
}

table.doc-table th p{
color:#9a9a9a;
font-size:17px;
font-weight:bold;
margin:6px 14px 7px;
}

table.doc-table th a{
display: inline-block;
width: 49px;
height: 28px;
float:left;
margin: 0 3px 1px 0;
}

table.doc-table th a.sort-asc{
	background: url('../frameimage/documents/doc-sort-btn.png') no-repeat 0px -99px;
}

table.doc-table th a.sort-asc:hover{
	background-position: 0px -132px;
}

table.doc-table th a.sort-desc{
background: url('../frameimage/documents/doc-sort-btn.png') no-repeat 0px 0px;
}

table.doc-table th a.sort-desc:hover{
	background-position: 0px -33px;
}

table.doc-table th a.sort-desc.active{
	background-position: 0px -66px;
}

table.doc-table th a.sort-asc.active{
	background-position: 0px -165px;
}

table.doc-table td.section-title{
display:none;
}

table[id^='dlot'] {
z-index:1!important;
}

table.doc-table td,
[id^='dlot']  td{
font-size:14px;
border:1px solid #fff;
border-top:2px solid #fff;
border-bottom:0;
}

table.doc-table td.section-title{
border:0;
border-bottom:3px solid #C7E4FF;
}

table.doc-table td.section-title p{
font-size:20px;
font-weight:bold;
color:#366CB6;
text-align:center;
}

table.doc-table td.section-title span{
font-size:14px;
color:#1d97e6;
font-weight:normal;
line-height:14px;
display:block;
margin-top:5px;
clear:both;
}

table.doc-table td.name,
[id^='dlot']  td.name{
text-align:left;
border-left:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

table.doc-table tr:nth-child(odd) td.name,
[id^='dlot']  tr:nth-child(odd) td.name{
background-color:#e6f1f9;
}

table.doc-table tr:nth-child(even) td.name,
[id^='dlot'] tr:nth-child(even) td.name{
background-color:#e6f1f9;
}


table.doc-table td.name a,
[id^='dlot'] td.name a{
text-align: left;
    display: block;
    padding: 10px 17px;
    font-weight: bold;
    color: #094874;
    text-decoration: none;
    line-height: 1.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

span.reldoc_counter{
    margin-left: 3px;
    color: #00604b!important;
} 

table.doc-table td.type.pdf,
[id^='dlot'] td.type.pdf{
background:url('../frameimage/documents/pdf-icon.png') no-repeat 10px 50%;
padding-left:45px!important;
}

table.doc-table td.type.rtf,
[id^='dlot']  td.type.rtf,
table.doc-table td.type.docx,
[id^='dlot'] td.type.docx,
table.doc-table td.type.doc,
[id^='dlot'] td.type.doc,
table.doc-table td.type.docm,
[id^='dlot'] td.type.docm {
background:url('../frameimage/documents/word-icon.png') no-repeat 10px 50%;
padding-left:38px!important;
}

table.doc-table td.type.ppt,
[id^='dlot'] td.type.ppt{
background:url('../frameimage/documents/ppt-icon.png') no-repeat 10px 50%;
padding-left:34px!important;
}

table.doc-table td.type.html,
[id^='dlot'] td.type.html{
background:url('../frameimage/documents/html-icon.png') no-repeat 10px 50%;
padding-left:30px!important;
}

table.doc-table td.type.xls,
table.doc-table td.type.xlsx,
[id^='dlot'] td.type.xlsx {
background:url('../frameimage/documents/excel-icon.png') no-repeat 10px 50%;
padding-left:38px!important;
}

table.doc-table td.type.jpg,
[id^='dlot'] td.type.jpg{
background:url('../frameimage/documents/img-icon.png') no-repeat 10px 50%;
padding-left:30px!important;
}

table.doc-table tr:nth-child(odd) td.type,
[id^='dlot'] tr:nth-child(odd) td.type{
background-color:#cff7cc;
}

table.doc-table tr:nth-child(even) td.type,
[id^='dlot'] tr:nth-child(even) td.type{
background-color:#cff7cc;
}

table.doc-table td.type,table.doc-table td.date,
[id^='dlot'] td.date,[id^='dlot'] td.type{
width:80px;
color:#094874;
text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

[id^='dlot'] td.date,table.doc-table td.date{
	width:80px;
}

table.doc-table td.type,table.doc-table td.date{
background-color:#cdede0;
}

table.doc-table tr:hover td{
color:#fff !important;
background-color:#50b648 !important;
}

table.doc-table tr:hover td a{
color:#fff !important;
}

/*table.doc-table td.type.html ~ td.date,
[id^='dlot'] td.type.html ~ td.date{
    display: none;
}*/



/* Elnökség */

.cnt_cnt{
    background: none;
}

.cnt{
    border: none;
}

.site_outer_copyright hr#tophead_hr,
.site_outer_help hr#tophead_hr{
    background-color: transparent;
}

.cnt.cnt_header + .cnt_cnt{
    background-image: unset;
    background-repeat: no-repeat;
    background-position: unset;
    background-color: rgba(255,255,255,.85);
    border-radius: 20px;
    border: 0;
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    padding: 20px;
}

.content-bg, #info_second_table,
.content_inner_tagsag .not-member{
    background-color: rgba(255,255,255,.85);
    border-radius: 20px;
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    padding: 20px;
    margin-bottom: 30px;
}

.site_outer_info_200 #info_second_table,
.site_outer_info_2 #info_second_table,
.site_outer_info_18 #info_second_table,
.site_outer_info_57 #info_second_table,
.site_outer_info_86 #info_second_table,
.site_outer_info_115 #info_second_table,
.site_outer_info_116 #info_second_table{
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}


.box-member, .box-kutatas{
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    margin-top: 25px;
    position: relative;
}

.white-name-box{
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px;
}

.elnokseg img, .box-kutatas img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.elnokseg hr{
    width: 50%; 
    margin: 20px auto 50px;
}

.elnokseg h4{
    padding-top: 50px;
}

.white-name-box > h3{
    color: #343434;
    text-align: center;
}

.white-name-box > h4{
    font-size: 16px;
    color: 777;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

/* folyóirat */

#journal-page{
    padding: 0px;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.42857143;
    color: #fff;
    font-weight: 400;
}

#journal-page .journal-description {
    background-color: rgba(255,255,255,.85);
    font-size: 16px;
    text-transform: none;
    color: #192765;
    border-radius: 20px;
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    padding: 20px;
    margin: 30px 0;
}

#journal-search{
border-top:3px solid #fff;
border-bottom:3px solid #fff;
    border-radius: 20px;
     -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
padding:8px 0;
background:#ecf7fd url(../frameimage/newdesign/journal/journal-search.png) no-repeat 14px center;
}

.content_inner_folyoirat .result-count {
	background: rgba(255, 255, 255, .85);
    border-radius: 20px 20px 0px 0px;
    padding: 25px;
    text-align: center;
    margin-top: 30px;
}

#journal-search h4{
font-size:15px;
font-weight:bold;
text-transform: uppercase;
text-align:center;
line-height:24px;
}

#journal-search p.note{
margin:0;
text-align:center;
font-size:12px;
color:#8fbedb;
}

#journal-search div.search-box{
position:relative;
width:356px;
height:34px;
border:2px solid #a5d4eb;
background-color:#fff;
margin:0 auto 5px;
}

#journal-search div.search-box:hover{
border-color:#7fbadd;
}

#journal-search div.search-box input[type="text"]{
width:calc(100% - 115px);
height:30px;
background-color:#fff;
border:0;
outline:0;
margin:0;
padding:0 0 0 9px;
float:left;
font-weight:bold;
font-size:15px;
color:#4fa3d2;
}


#journal-search div.search-box input.button.cancel
{
	display:none;
}

#journal-search div.search-box input.button{
width:115px;
height:30px;
float:left;
border:0;
outline:0;
margin:0;
cursor:pointer;
}

#journal-select div.selectbox{
position:relative;
width:300px;
    max-width: 100%;
height:32px;
border-left:3px solid #fff;
border-right:3px solid #fff;
margin:-3px auto 0;
background:#67a53b;
}

#journal-select{
    margin-top: 30px;
    background: rgba(255,255,255,.85);
    border-radius: 20px 20px 0 0;
    padding: 25px 0 0;
}

#journal-select div.selectbox select.t_cell0{
    width: 100%;
    height: 100%;
}

#journal-articles{
    background: rgba(255,255,255,.85);
    border-radius: 0 0 20px 20px;
    padding: 30px 25px;
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
}

#journal-articles .head .title{
    cursor: pointer;
}

ul#journal-articles li{
background-color:#fff;
    list-style-type: none;
margin-bottom:10px;    
border: 1px solid #e8e8e8;
}

ul#journal-articles li div.head{
display:table;
width:100%;
}

ul#journal-articles li div.head > div{
display:table-cell;
}

ul#journal-articles li div.title{
background-color:#74b446;
cursor:pointer;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

ul#journal-articles li div.title h5{
position:relative;
font-size:18px;
color:#fff;
font-weight:bold;
padding:14px 20px 12px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}


ul#journal-articles li div.head div.eng{
width:78px;
font-size:16px;
font-weight:bold;
color:#ffffff;
text-align:center;
vertical-align:middle;
background-color:#5b7a44;
cursor:pointer;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

ul#journal-articles li div.head div.eng:hover{
background-color:#a8c792;
}

ul#journal-articles li div.head div.eng span{
	color:#fff;
}

ul#journal-articles li div.authors{
color:#585858;
font-size:15px;
padding:10px;
}

ul#journal-articles li div.authors label{
font-weight:bold;
float:left;
line-height: 1.56;
padding-right:6px;
cursor:pointer;
}

ul#journal-articles li div.authors p{
padding:0;
display: inline-block;
width: calc(100% - 100px);
}

ul#journal-articles li div.footer{
display:none;
}

ul#journal-articles li:hover div.title{
background-color:#67a53b;
}

ul#journal-articles li:hover div.title h5{
color:#fff;
}

ul#journal-articles li div.content{
padding:10px;
clear:both;
}

#cntphMaster_panCompetitionList,
#cntphMaster_panDetails{
    background: rgba(255,255,255,.85);
    border-radius: 20px;
    padding: 30px 25px;
    -moz-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
    box-shadow: 4px 4px 6px rgba(0,0,0,.25), -4px -4px 6px rgba(255,255,255,.15);
}

table#cntphMaster_rblistOrder span{
    padding-left: 15px;
}

table#cntphMaster_rblistOrder span > input{
    margin-top: 10px;
    margin-right: 10px;
}
table#cntphMaster_rblistOrder span > label{
    padding-top: 5px; 
}

#cntphMaster_panCompetitionList.competition-list .details,
a#cntphMaster_linkBack{
        background: #74b446;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-top: 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

#cntphMaster_panCompetitionList.competition-list .details a{
    color: #fff;
}

#cntphMaster_panCompetitionList.competition-list .details:hover,
a#cntphMaster_linkBack:hover,
.competition-list .order table td .selected:hover {
    background: #67a53b!important;
    color: #fff;
}

a#cntphMaster_lnkShowArchive{
    display: none;
}

.competition-list .order table {
	width: 100%;
	max-width: 600px;
}

.competition-list .order table tr {
	display: flex;
	flex-wrap: wrap;
}

.competition-list .order table td {
	text-align: center;
	margin: 0 auto;
	min-width: 250px;
}

.competition-list .order table td * {
	cursor: pointer;
}

.competition-list .order table td input {
	display: none;
}

.competition-list .order table td span {
	padding: 5px 20px;
	border: solid 2px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}

.competition-list .order table td .selected {
	background: #74b446;
	color: #fff;
	padding: 5px 20px;
	border: solid 2px;
	border-radius: 10px;
}

.competition-list .competition {
    border: solid 1px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

div[id^='cntphMaster_repCompetition_panComp_']{
    margin: 20px 0;
    cursor: pointer;
}

#cntphMaster_panDetails{
    margin: 20px 0;
}

div[id^='cntphMaster_repCompetition_panComp_'] .name,
#cntphMaster_panDetails .name{
    font-weight: bold;
    font-size: 16px;
}

.content_inner_tagsag .cnt.cnt_cnt {
	background: #fff;
}

.content_inner_tagsag .op-summary h2 {
	color: #74b446;
	font-size: 30px;
	width: 300px;
	margin: 0 auto;
	border-bottom: solid 2px #74b446;
	text-align: center;
}

.content_inner_tagsag .btns {
	text-align: center;
}

.content_inner_tagsag .btns input {
	height: 40px;
	width: 230px;
    font-size: 10pt;
    padding: 2px;
	margin: 15px;
	cursor: pointer;
}

.content_inner_tagsag .btns input.start,
.content_inner_tagsag .op-summary .btns input.start {
	background-color: #74b446;
}

.cnt.cnt_cnt.op-summary .cnt.cnt_cnt table {
    width: 50%;
    margin: 0 auto!important;
	min-width: 300px;
}

.content_inner_tagsag .op-summary .btns input.cancel {
	background-color: #ff4a4a;
}

.content_inner_tagsag #op-statement input {
	float: left;
    margin: 4px;
}

.content_inner_tagsag #op-statement label {
	display: block;
}

.op-transaction-result h6 {
	font-size: 20px!important;
	text-align: center;
}

.content_inner_adatkezeles div[id*='upGDPR'] {
	background: transparent;
}

.content_inner_adatkezeles #panDefaultContent,
.content_inner_adatkezeles #panMemberData,
.content_inner_adatkezeles #panUrlCallback,
.content_inner_adatvedelem .data-handling-page {
	background: rgba(255,255,255,.85);
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.content_inner_adatkezeles .btns a,
.content_inner_adatkezeles .btn-box > * {
	padding: 6px 20px;
	border: solid 2px;
	border-radius: 5px;
	display: inline-block;
	margin: 10px;
}

.content_inner_adatkezeles #society-list .data-row > * {
	display: block;
	padding: 0px 10px;
	font-weight: normal;
	text-align: left;
}

.content_inner_adatkezeles #society-list .data-row .data-name {
	padding: 0px;
	font-weight: bold;
	font-size: large;
}

.content_inner_adatkezeles #society-list .data-row .data-web::before,
.content_inner_adatkezeles #society-list .data-row .data-web::after {
	display: none;
}

.content_inner_adatkezeles #panMemberData ul li:last-child {
	border: none;
}

.content_inner_adatkezeles .table-title {
	font-size: x-large;
	text-align: center;
	padding: 10px;
}

.content_inner_adatkezeles #member-data-list .data-row * {
	text-align: left;
}

.content_inner_adatkezeles a,
.content_inner_adatkezeles #member-data-list .data-value {
	overflow-wrap: anywhere;
}

.content_inner_adatkezeles .section {
    padding-top: 20px;
    clear: both;
}

.content_inner_adatkezeles .section-title {
	font-size: x-large;
}

.content_inner_personalweb table td {
	background: rgba(255, 255, 255, 0.85);
}

.content_inner_personalweb table td:has(.tophed) {
	background: transparent;
}

.content_inner_personalweb .personalweb-desc {
	padding: 0px 15px;
}

.content_inner_personalweb [class*="t_cell"] {
	box-shadow: 0px 0px 1px #1a2b73;
	padding: 3px 10px;
}

.links a {
	width: 100%;
	text-align: left;
}

/* reszponzívitás */

@media (max-width: 1440px){
    .header-title .text-container{
        max-height: 300px;
    }
    #tile-grid .link_bg .title-name > h3, #tile-grid .protokol_bg .title-name > h3{
        font-size: 1rem;
    }
    #tile-grid .title-name > h3{
        font-size: 1.4rem;
    }
}

@media (max-width: 1200px){
    .header-title .text-container{
        max-height: 240px;
    }
    .header-title h1{
        font-size: 22px;
    }
    .carousel-control-next{
        right: 0;
    }
    .carousel-control-prev{
        left: 0;
    }
    .tophead, #content-news-page h3.page-title, .tophed, h3.page-title, .content_inner_tagsag h1{
        font-size: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    #tile-grid .row.h-100>[class*="col-"]:nth-child(2) {
        margin-top: 0px;
    }
}

@media (max-width: 992px){
    
    .header-title .text-container{
        max-height: 280px;
    }
    
    .header-title h1{
        font-size: 18px;
    }
    
    .header-title h3{
        font-size: 14px;
        max-lines: 5;
    }
    
    #tile-grid .btn-primary{
        margin-bottom: 10px;
    }
    
    .card-body h3{
        font-size: 20px;
    }
    
    #contact-form .description,
    #form-inputs{
        width: 100%;
    }
}

@media (max-width: 600px){
    #my-carousel{
        display: none;
    }
    
    .content_inner_info_116 .btn,
    .content_inner_info_132 .btn{
        word-break: break-all;
        white-space: unset;
        line-height: 2;
    }
    
    
    #contentframe_container_x_lcr3{
        padding: 0 8px;
    }
	
	.doc-table * {
		font-size: 14px;
	}
	
	.doc-table th.doc-type,
	.doc-table td.type,
	.doc-table td.t_cell2 {
		display: none;
	}
	
	div.FilterSettings label.select-label {
		float: none!important;
	}
	
	div.CategoryName div.selectbox,
	div.FilterSettings #ddlRightBox.dd-container,
	div.FilterSettings div.dd-select, 
	div.FilterSettings #ddlRightBox ul {
		width: 100%!important;
		max-width: 100%!important;
		margin: 0!important;
	}
	
	div.FilterSettings label.select-label {
		text-align: left!important;
	}
	
	div.Filter {
		height: 160px!important;
	}
	
	div.Filter span.filter_year,
	div.Filter div.selectbox,
	div.Filter div.selectbox span,
	div.Filter div.filter_text {
		width: 100%!important;
		clear: both;
		float: none!important;
	}
	
	div.Filter #cntphMaster_tbSearchText {
		width: -webkit-calc(100% - 50px)!important;
		width: -moz-calc(100% - 50px)!important;
		width: calc(100% - 50px)!important;;
	}
	
	div.FilterSettings .selectbox span {
		width: 100%!important;
	}
	
	div.FilterSettings .selectbox span::after {
		position: absolute;
		right: 10px;
	}
}

@media (max-width: 400px){
	.doc-table th.doc-published,
	.doc-table td.date,
	.doc-table .t_cell3_small{
		display: none;
	}
}