.layout-boxed .body-innerwrapper {
    box-shadow: none;
}
.page-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}
#sp-header {
    height: 50px;
    box-shadow: none;
}
#roksearch_search_str {
    border: 1px solid #ff6200 !important;
}
ul.social-icons >li a {
    color: #ff6200;
}
#sp-main-body {
    padding: 20px 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome 5 Free;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-stack-1x {
    line-height: inherit;
    font-size: 0.8em;
}
.sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
    display: none;
}
div#maximenuck ul.maximenuck li.maximenuck.level1 > a, div#maximenuck ul.maximenuck li.maximenuck.level1 > span.separator {
    line-height: 34px;
}
.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 16px;
    /* text-transform: uppercase; */
    line-height: 1;
    text-align: center;
    font-weight: bold;
    border-bottom-color: rgb(240, 240, 240);
    border-bottom-style: inset;
}
ul.mostread >li >a {
    line-height: 18px;
    font-weight: 600;
}
ul.mostread >li {
    border-bottom: none;
}
div#sp-top2 {
    text-align: right;
}


/* ---------------- gdpr ------------*/
.activebar-container {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #000;
    color: #fff !important;
}
.activebar-container p {
    font-size: 16px;
}
.activebar-container a {
    font-weight: bold;
    font-size: 14px;
}
.activebar-container {
    margin: 0;
    display: block;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
  border-top: 1px dotted white;
}
.activebar-container button.accept {
    color: #fff !important;
    background-color: #5cba3c !important;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    overflow: hidden;
    border: none !important;
    border-top: 1px dotted #000 !important;
    color: #000 !important;
    vertical-align: middle;
    padding: 10px !important;
    background-color: #fff;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    border: 1px solid #b8571b;
    color: white;
    padding: 5px 10px !important;
    margin-right: 10px;
    background-color: #ff6200;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button:hover, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button:hover {
    color: white;
    border-color: rgb(8, 49, 135);
    background-color: rgb(8, 49, 135);
}

.sp-module ul > li > a:hover {
    color: #ff6200;
}


/* Fooldal */

.ch-fooldal h2.sppb-addon-title {
    text-align: center;
}
.ch-item {
	position: relative;
	width: 180px;
	height: 180px;
}

.ch-item .ch-info .ch-container {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.ch-item .ch-info .ch-outer {
	display: table-cell;
	vertical-align: middle;
}

.ch-item .ch-info h3 {
	text-transform: uppercase;
	position: relative;
	margin: 0 35px;
	padding: 0 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6em !important;
}

.ch-item .ch-info p {
	/*padding: 10px 5px 0;
	margin: 0 35px;*/
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ch-item .ch-info p a:link, 
.ch-item .ch-info p a:visited {
	/*width: 70px;*/
	height: auto;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ff6200;
	font-weight: bold;
	margin: 10px auto 0;
	/*text-transform: uppercase;*/
	font-size: 1em;
	/*line-height: 1.3em;*/
	display: block;
	text-align: center;
	/*padding: 18px 10px;*/
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	font-size: 12px;
}
.ch-item .ch-info p a:hover {
	text-decoration: none;
	color: #b8571b;
	font-size: 14px;
}




/*second*/

.ch-item.ch-second {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	cursor: default;
}

.ch-item.ch-second .ch-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-item.ch-second .ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ch-item.ch-second .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-item.ch-second .ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	-moz-box-shadow: inset 0 0 10px #c4c5c4;
	-webkit-box-shadow: inset 0 0 10px #c4c5c4;
	box-shadow: inset 0 0 10px #c4c5c4;
	background: url('../bg-hoverme.png');
}

.ch-item.ch-second:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}


/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   STYLE3 styles
   ========================================================================== */



/** template **/

input.button,
button.validate,
button,
p.readmore a:link,
p.readmore a:visited,
a.readmore:link,
a.readmore:visited,
a.readon:link,
a.readon:visited{
    background: rgb(8, 49, 135);
	color: white;
    /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNERDQUVDIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjI5OEI4IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTI2KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(34,152,184,1) 0%, rgba(77,202,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,152,184,1)), color-stop(100%,rgba(77,202,236,1)));
    background: -webkit-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2298B8', endColorstr='#4DCAEC',GradientType=0 ); /* IE6-8 */
}

.pane-sliders div.panel h3.title.pane-toggler-down a:link,
.pane-sliders div.panel h3.title.pane-toggler-down a:visited {
    background: rgb(34,152,184);
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNERDQUVDIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjI5OEI4IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTI2KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(34,152,184,1) 0%, rgba(77,202,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,152,184,1)), color-stop(100%,rgba(77,202,236,1)));
    background: -webkit-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2298B8', endColorstr='#4DCAEC',GradientType=0 ); /* IE6-8 */
}

/** modules **/

/**.jm-module.suffix1-ms{
    background: rgb(34,152,184);
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNERDQUVDIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjI5OEI4IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTI2KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(34,152,184,1) 0%, rgba(77,202,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,152,184,1)), color-stop(100%,rgba(77,202,236,1)));
    background: -webkit-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2298B8', endColorstr='#4DCAEC',GradientType=0 ); /* IE6-8 */
}

//*.jm-module.suffix1-ms input.button,
.jm-module.suffix1-ms button.validate,
.jm-module.suffix1-ms button,
.jm-module.suffix1-ms p.readmore a:link,
.jm-module.suffix1-ms p.readmore a:visited,
.jm-module.suffix1-ms a.readmore:link,
.jm-module.suffix1-ms a.readmore:visited,
.jm-module.suffix1-ms a.readon:link,
.jm-module.suffix1-ms a.readon:visited,
#jm-header .slide-desc p.readmore a:link,
#jm-header .slide-desc p.readmore a:visited,
#jm-header .slide-desc a.readmore:link,
#jm-header .slide-desc a.readmore:visited,
#jm-header .slide-desc a.readon:link,
#jm-header .slide-desc a.readon:visited{
    color: #2398b8;
}

#jm-header .slide-desc{
    background: rgb(34,152,184);
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNERDQUVDIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjI5OEI4IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTI2KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(34,152,184,1) 0%, rgba(77,202,236,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,152,184,1)), color-stop(100%,rgba(77,202,236,1)));
    background: -webkit-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -o-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: -ms-linear-gradient(top,  rgba(34,152,184,1) 0%,rgba(77,202,236,1) 100%);
    background: linear-gradient(to bottom,  rgba(59, 96, 169, 1) 0%,rgba(59, 96, 169, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2298B8', endColorstr='#4DCAEC',GradientType=0 ); /* IE6-8 */
}

/** menus **/

ul.menu li a:hover{
    color: #2398b8 !important;
}

ul.menu li.active > a:link,
ul.menu li.active > a:visited{
    color: #2398b8;
}

/** reset **/

a:link, a:visited {
    color: #02296F;
}

table.category th {
    background: #2398b8;
}

fieldset.filters legend {
    color: #2398b8;
}

div.panel h3.title {
    background: #2398b8;
}

.slide-desc-bg {
    background: #2398b8;
}

/** editor **/

ul.jm-color li, ul.jm-color ul li{
    background-image: url('../images/style3/li-color.png');
}

.ch-info-front,
.ch-item.ch-first{
    background: url("../images/style3/debate.png") no-repeat;
}

.ch-debate .ch-info-front,
.ch-item.ch-first.ch-debate {
    background: url("../images/style3/debate.png") no-repeat;
}

.ch-gold .ch-info-front,
.ch-item.ch-first.ch-gold {
    background: url("../images/style3/gold_ikon.png") no-repeat;
}

.ch-diploma .ch-info-front,
.ch-item.ch-first.ch-diploma {
    background: url("../images/style3/diploma_ikon.png") no-repeat;
}

.ch-businesscard .ch-info-front,
.ch-item.ch-first.ch-businesscard {
    background: url("../images/style3/businesscard_ikon.png") no-repeat;
}

.ch-scan .ch-info-front,
.ch-item.ch-first.ch-scan {
    background: url("../images/style3/scan_ikon.png") no-repeat;
}

.ch-a3ig .ch-info-front,
.ch-item.ch-first.ch-a3ig {
    background: url("../images/style3/a3ig_ikon.png") no-repeat;
}

.ch-tervezes .ch-info-front,
.ch-item.ch-first.ch-tervezes {
    background: url("../images/style3/tervezes_ikon.png") no-repeat;
}

.ch-dm .ch-info-front,
.ch-item.ch-first.ch-dm {
    background: url("../images/style3/dm_ikon.png") no-repeat;
}

.ch-belyegzo .ch-info-front,
.ch-item.ch-first.ch-belyegzo {
    background: url("../images/style3/belyegzo_ikon.png") no-repeat;
}

.ch-a3tol .ch-info-front,
.ch-item.ch-first.ch-a3tol {
    background: url("../images/style3/a3tol_ikon.png") no-repeat;
}

.ch-calendar .ch-info-front,
.ch-item.ch-first.ch-calendar {
    background: url("../images/style3/calendar_ikon.png") no-repeat;
}

.ch-csekk .ch-info-front,
.ch-item.ch-first.ch-csekk {
    background: url("../images/style3/csekk_ikon.png") no-repeat;
}

.ch-disputation .ch-info-front,
.ch-item.ch-first.ch-disputation {
    background: url("../images/style3/disputation.png") no-repeat;
}

.ch-discussion .ch-info-front,
.ch-item.ch-first.ch-discussion {
    background: url("../images/style3/discussion.png") no-repeat;
}

.ch-controversy .ch-info-front,
.ch-item.ch-first.ch-controversy {
    background: url("../images/style3/controversy.png") no-repeat;
}

.ch-item.ch-first:hover {
    box-shadow: inset 0 0 0 110px rgba(34,152,184,0.4), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0 110px rgba(34,152,184,0.4), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}

.ch-item.ch-first .ch-info h3,
.ch-item.ch-second .ch-info h3,
.ch-item.ch-third .ch-info h3{
    color: #2398b8;
}

.ch-item .ch-info p a:link,
.ch-item .ch-info p a:visited{
    background: transparent;
}

.ch-item .ch-info p a:hover {
    background: transparent;
}

@media screen /*and (-ms-high-contrast: active), (-ms-high-contrast: none)*/ {
.ch-item.ch-second:hover .ch-info {
transform: none;
-ms-transfrom: none;
}
.ch-item.ch-second:hover .ch-info .ch-info-back {
display: block;
opacity: 100;
filter: alpha(opacity="100");
}
.ch-item.ch-second .ch-info .ch-info-back {
display: none;
transform: none;
-ms-transfrom: none;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
filter: alpha(opacity="0");
}
}


ul.maximenuck {
    background: -webkit-linear-gradient(top, #ff6200 0%, #803100 100%) !important;
}

.level2 a span {
    color: #fe6203 !important;
}

.level2 a:hover span {
    color: #a33e00 !important;
}