/*felcím (vagy szülő kategórai cim , vagy az a cim ami nagybetűs cim felett van) EZT használjuk mindenhol a KÉZZEL formázott tartalmakban */
.cnt-felcim {
	color: #ed145b;
    font-size: 1.1em;
  	font-weight: 600;
    text-transform: uppercase;
}
div.cnt-felcim {
	margin-bottom: 15px;
}

/* COMMON */
#mrf-main {
	background-color: #eee;
	color: #3c3d41;
}
.mrf-post li,
.mrf-postcontent li,
.mrf-textblock li {
	color: inherit; 
}
hr {
	background-color: #dadcdd;
	border: none;
	color: #dadcdd;
	height: 1px;
}


/* Typography */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #630460;
    font-weight: 400;
}


/* Hyperlinks */
a,
a:visited {
	color: #00aeef;
	text-decoration: none;
}
#mrf-main a:hover {
	color: #ed145b;
	text-decoration: none !important;
}
#mrf-main a:active,
#mrf-main a.active {
	color: #630460;
}


/* LAYOUT */
.mrf-layout-wrapper {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.mrf-sheet {
	background-color: transparent;
	padding: 10px 0 20px 0;
	width: inherit;
}
.mrf-sheet .mrf-article img,
.mrf-sheet .mrf-block img {
	margin: 0;
}


/* HEADER */
.mrf-header {
	background-color: #fff;
  	background-image: none;
	border-top: 1px solid #de0f53;
	height: auto;
	margin-top: 0;
	padding: 0;
	width: inherit;
}
.mrf-object227400126,
.mrf-shapes {
	display: none;
}

/* HEADER - Logo */
.mrf-logo {
	display: inline-block;
	margin: 0;
	text-decoration: none;
	width: 100%;
}
.mrf-header-logo {
	margin: 10px 20px 0 20px;
	max-width: 240px;
    display: inline-block;
	height: auto;
	position: relative;
	top: 10px;
    width: 100%;
}

/* HEADER - Login */
.header-loginreg {
	display: inline-block;
	margin: 30px 0;
	right: 10px;
	white-space: nowrap;
}
.header-loginreg a {
	border: 1px solid #ed145b;
	display: inline-block;
	font-size: .9em;
	font-weight: 400;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.header-loginreg span.header-login a {
	border-top-left-radius: 999em;
	border-bottom-left-radius: 999em;	
	color: #ed145b;
	margin-right: 1px;
	padding-left: 30px;
}
.header-loginreg span.header-reg a {
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
	background-color: #ed145b;
	color: #fff;
	padding-right: 30px;
}
#mrf-main span.header-login a:active,
#mrf-main span.header-login a:hover,
#mrf-main span.header-login a:visited {
    color: #ed145b;
}
#mrf-main span.header-reg a:active,
#mrf-main span.header-reg a:hover,
#mrf-main span.header-reg a:visited {
    color: #fff;
}

/* HEADER - Primary navigation */
.mrf-nav {
	background: none;
	border: none;
	display: table-cell;
	letter-spacing: .1em;
	position: static;
	width: auto;
}
ul.mrf-hmenu {
    padding: 0 10px 0 0;
}
ul.mrf-hmenu > li:hover {
	white-space: nowrap;
}
ul.mrf-hmenu > li > a {
    color: #630460;
    height: 68px;
	line-height: 68px;
	padding: 0 10px !important;
}
ul.mrf-hmenu > li > a.active,
.responsive .mrf-nav ul.mrf-hmenu > li > a.active {
	border-bottom: 1px solid #630460;
    /*color: #00aeef !important;*/
    display: inline-block;
    height: 28px;
	line-height: 28px;
    margin: 20px 10px !important;
	padding: 0 !important;
}
ul.mrf-hmenu > li > a.active:hover {
	color: #ed145b !important;
    /*border-bottom-color: #ed145b !important;*/
}
ul.mrf-hmenu > li.menu-item-231 > a.active,
ul.mrf-hmenu > li.menu-item-231 > a.active:hover,
ul.mrf-hmenu > li.menu-item-231 > a:active,
ul.mrf-hmenu > li.menu-item-231 > a:hover,
ul.mrf-hmenu > li.menu-item-231 > a:link,
ul.mrf-hmenu > li.menu-item-231 > a:visited {
	color: #ed145b !important;
    border-bottom-color: #ed145b !important;
}


/* HEADER - Search */
.header-search-form-container .mrf-search {
	margin: 0 10px;
    line-height: 68px;
	position: realtive;
}
.header-search-form-container .mrf-search input[type="text"] {
    background-color: #f5f5f5;
    border: none;
    color: #aaaaaa !important;
    font-size: 14px;
    margin: 0;
	padding-right: 50px;
	width: 100%;
}
.header-search-form-container .mrf-search input[type="submit"] {
    background: transparent url("images/searchicon.png") no-repeat center center;
    border: none;
    cursor: pointer;
    left: auto;
    padding: 8px 20px;
	position: absolute;
	right: 0;
	top: 15px;
	width: 50px;
}

.mrf-nav > .mrf-menu-btn {
	background: #ed145b !important;
	border-color: #ed145b !important;
}
.mrf-nav > .mrf-menu-btn > span {
	background-color: #fff !important;
}
.responsive .mrf-header nav.mrf-nav {
	text-align: center !important;
}
.responsive .mrf-nav ul.mrf-hmenu {
	display: inline-block !important;
}
.responsive .mrf-nav .mrf-menu-btn {
	display: none !important;
}


/* SUBHEADER */
.subheader {
	background: url("images/subheader.jpg") no-repeat center top;
	color: #fff;
	padding: 28px 0;
	vertical-align: middle;
}
.subheader h2 {
    color: #fff;
	font-size: 3.4em;
	font-weight: 300 !important;
	letter-spacing: -.05em;
	line-height: 1.1em;
	padding: 0 10px;
}
.subheader .cat-title-head {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: .1em;
	padding: 0 10px 10px 10px;
	text-transform: uppercase;
}


/* FOOTER */
.cnt-footer-copyright {
	color: #818181;
	font-size: 8pt;
	font-style: italic;
	line-height: normal;
}
.mrf-footer {
	background-color: #3c3d41;
	padding: 40px 0 25px 0;
}
.mrf-footer-logo {
	display: inline-block;
	height: auto;
	max-width: 192px !important;
	width: 100%;
}
.mrf-footer input {
	background-image: none;
	padding-left: 15px;
}
.mrf-footer li {
	margin-bottom: 15px;
}
.mrf-footer-inner {
	padding: 0;
}
.mrf-footer-text ul > li::before {
	content: none;
}
.wdg-footer-2 {
	border-left: 1px solid #4E5054;
	height: 180px;
  	padding-left: 30px;
}
.wdg-footer-2 a {
	font-weight: 600;
	text-transform: uppercase;
}
.wdg-footer-2 a:link,
.wdg-footer-2 a:visited {
	color: #fff;
}
.wdg-footer-3 {
	border-right: 1px solid #4e5054;
	height: 180px;
    margin-right: 40px;
	padding-left: 60px;
}
.wdg-footer-3 .menu a {
	font-size: 1em;
}
.wdg-footer-3 a:link,
.wdg-footer-3 a:visited {
	color: #aaa;
}
.wdg-footer-4 .mrf-widget-title {
	font-size: .9em;
  	font-weight: 600;
	letter-spacing: .2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.wdg-footer-4 input[type="text"] {
	background: #48484b none;
	border: none;
	color: #f7f7f7 !important;
	padding-left: 15px;
}


/* FORMS */
fieldset {
	border: none;
	padding: 0;
}
input:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
	padding-left: 15px !important;
}
input[type="email"],
input[type="file"],
input[type="password"],
input[type="text"],
select {
	-moz-border-radius: 999em;
	-webkit-border-radius: 999em;
	-khtml-border-radius: 999em;
	background-color: #eee;
	background-position: 18px center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 999em;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	color: inherit !important;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 8px 15px;
	text-transform: none;
	width: 100%;
}
input[type="password"] {
	background-image: url("images/field-password.png");
	padding-left: 45px;
}
input[name="email"] {
	background-image: url("images/field-email.png");
	background-position: 17px center;
	padding-left: 45px;
}
input[name="log"] {
	background-image: url("images/field-userid.png");
	padding-left: 45px;
}
input[name="name"] {
	background-image: url("images/field-userid.png");
	padding-left: 45px;
}
textarea {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	background-color: #eee;
	border: none;
	border-radius: 7px;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	color: #838d8f !important;
	/*font-size: 9pt;*/
	font-weight: normal;
	margin-bottom: 15px;
	padding: 15px 20px;
	text-transform: none;
	width: 100%;
}
.mrf-button {
	-moz-border-radius: 999em !important;
	-webkit-border-radius: 999em !important;
	-khtml-border-radius: 999em !important;
	border-radius: 999em !important;
	box-sizing: border-box !important;
	color: #fff !important;
	font-weight: 600 !important;
	padding: 0 25px !important;
}
.mrf-button:hover {
	background-color: #0092c8;
	color: #fff !important;
	/*color: #3c3d41 !important;*/
}


/* FORMS - Search */
.search-form-container {
	background-color: #fff;
	margin: 10px 10px 20px 10px;
	padding: 15px 20px;
}


/* GFORMS */
div.gform_wrapper {
	/*margin: 0;*/
	max-width: 100%;
}
div.gform_wrapper div.gform_footer {
	margin-bottom: 0;
	padding: 0 !important;
}
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="password"],
div.gform_wrapper input[type="text"],
div.gform_wrapper select {
	background-image: none;
	margin-bottom: 0;
	padding: 8px 15px;
}
div.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
	margin: 0 0 5px 0 !important;
	width: 30% !important;
}
div.gform_wrapper li {
	margin-bottom: 20px !important;
}
div.gform_wrapper textarea {
	padding: 15px 20px !important;
	margin-bottom: 0;
}
/* .mrf-post .gform_wrapper div.ginput_container {
	margin-left: 0 !important;
    max-width: 100% !important;
} */
/* .mrf-post .gform_wrapper div.ginput_container > input {
	width: 70%;
} */
/* .mrf-post .gform_wrapper .left_label div.ginput_complex {
	width: 70%;
} */
/* .mrf-post .gform_wrapper .left_label div.ginput_complex > span {
	float: right;
	width: 48%;
} */
/* .mrf-post .gform_wrapper .left_label div.ginput_complex > span > input {
	width: 100%;
} */
/* .mrf-post .gform_wrapper .left_label div.ginput_complex > span:first-child {
	float: left;
	width: 48%;
} */


/* GFORM VALIDATION ERRORS */
.gform_wrapper > form > div.validation_error {
	border: none;
	color: #ed1c24;
    font-weight: 600;
}
.gform_wrapper > form .gfield_description.validation_message,
.gform_wrapper > form .top_label .gfield_description.validation_message {
	background: url("images/field-validation-error.png") no-repeat left 4px;
	color: #ed1c24;
	font-weight: 400;
	margin-left: 30% !important;
	padding: 0 0 0 15px !important;
}
.gform_wrapper > form .gfield_required,
.gform_wrapper > form .gfield_error .gfield_label,
.gform_wrapper > form li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper > form li.gfield_error ul.gfield_checkbox,
.gform_wrapper > form li.gfield_error ul.gfield_radio {
	color: #ed1c24;
}
.gform_wrapper li.gfield_error {
	background-color: transparent !important;
	border: none !important;
}
.gform_wrapper li.gfield_error input {
	background-color: #fde8e9;
	border: 1px solid #ed1c24 !important;
}


/* RECAPTCHA */
table.recaptchatable {
	border: none !important;
	font-size: inherit !important;
}
table.recaptchatable * {
	color: inherit !important;
	font-size: inherit !important;
}
table.recaptchatable img {
	margin: 0 !important;
}
table.recaptchatable input {
	border: none !important;
	border-top: 1px solid #ddd !important;
	font-size: inherit !important;
}
table.recaptchatable td,
table.recaptchatable td.recaptcha_image_cell {
    padding: 10px 0 0 10px !important;
}
table.recaptchatable td:first-child {
	padding-left: 0 !important;
}
table.recaptchatable tr {
	height: auto;
}
table.recaptchatable tr:first-child td {
	padding-top: 0 !important;
}
table.recaptchatable #recaptcha_image {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;	
    background-color: #eee;
	border: 0;
	border-radius: 7px;
	margin: 0;
	overflow: hidden;
}
table.recaptchatable #recaptcha_privacy {
	margin-right: 0;
}
table.recaptchatable .recaptcha_input_area {
	padding: 0 !important; 
}
table.recaptchatable input[name="recaptcha_response_field"] {
	margin-bottom: 0;
}
#recaptcha_privacy > a {
    white-space: nowrap;
}


/* TAGS */
.tagcloud {
	font-size: 0;
	margin-bottom: -20px;
}
a[rel="tag"],
.tagcloud a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #eee;
	border-color: #ed145b;
    border-image: none;
	border-radius: 3px;
	border-style: solid;
    border-width: 0 0 0 3px;
	color: #3c3d41;
	display: inline-block;
	font-size: 10px !important;
	font-weight: 400 !important;
	margin: 0 10px 20px 0;
  	line-height: normal;
	padding: 6px 13px 6px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
a[rel="tag"]:before,
.tagcloud a:before {
	color: #fff;
	content: "●";
	left: -6px;
	position: relative;
}
a[rel="tag"]:active,
a[rel="tag"]:hover,
a[rel="tag"]:link,
a[rel="tag"]:visited,
.tagcloud a:active,
.tagcloud a:hover,
.tagcloud a:link,
.tagcloud a:visited {
	color: inherit !important;
}

/* POST - Általános */
.mrf-post {
    margin-bottom: 20px;
}
.mrf-post ol,
.mrf-post ul {
	margin-left: 0;
}


/* POST - Content */
.mrf-article > .mrf-postcontent {
	margin: 20px;
}
/*.mrf-postcontent a:link,
.mrf-postcontent a:visited {
	color: #00aeef;
}*/
.mrf-postcontent a.more-link {
    font-weight: 600;
	margin: 0;
    text-transform: uppercase;
}
.mrf-postcontent a.more-link:before {
	content:"\a\a";
	white-space: pre;
}
/*.mrf-postcontent h1,
.mrf-postcontent h2,
.mrf-postcontent h3,
.mrf-postcontent h4,
.mrf-postcontent h5,
.mrf-postcontent h6 {
	color: #630460;
    font-weight: 400;
	margin: 0;
}*/
.mrf-postcontent p:first-child {
	margin-top: 0;
}
.mrf-postcontent p:last-child {
	margin-bottom: 0;
}


/* POST - Footer */
.cnt-postcount {
	float: left;
}
.cnt-postcount,
.mrf-postcommentsicon > a:link {
	background: url("images/bubble-1.png") no-repeat left 5px;
    display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 5px 2px 25px;
}
.mrf-postcommentsicon:before,
.mrf-posttagicon:before {
	content: none;
}
.mrf-postfootericons {
	color: inherit !important;
	font-size: 0;
	padding: 0;
}
.mrf-postmetadatafooter {
	border-top: 1px solid #ebebeb;
	margin: 0 20px 20px 20px;
    padding: 10px 0 0 0;
	position: relative;
	text-align: right;
}
.mrf-postmetadatafooter a[rel="tag"] {
	margin-left: 10px;
	margin-right: 0;
}
.mrf-posttagicon {
    display: inline-block;
	float: right;
    font-size: 0;
    text-align: right;
}
.mrf-posttagicon:before {
	content: none;
	display: none;
}


/* POST - Footer in Text Widgets */
.textwidget .mrf-postmetadatafooter {
	margin: 0 0 -20px 0;
}


/* POST - Kiemelt kép */
.mrf-post.mrf-article {
	overflow: hidden;
	padding: 0;
}
.mrf-post.mrf-article > .mrf-postheader {
	margin: 20px 20px 0 20px;
	padding: 0;
}
.mrf-post.mrf-article > .mrf-postheader > a:link,
.mrf-post.mrf-article > .mrf-postheader > a:visited {
	font-size: 1.2em;
	text-transform: none;
}
.mrf-post.mrf-article.has-post-thumbnail > div:first-child {
	float: none;
	/* Arra az esetre, ha maximalizálni kell a kiemelt képek magasságát. */
    max-height: 360px;
	overflow: hidden;
}
.mrf-post.mrf-article.has-post-thumbnail > div:first-child > a > img {
	height: auto;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100%;
}


/* Kapcsolódó bejegyzések és fórum témák */
.yarpp-related {
	border-top: 1px solid #ebebeb;
	margin: 20px 0 !important;
}
.yarpp-related a {
	font-weight: 400 !important;
}
.yarpp-related h5 {
	font-size: 1.1em;
  	font-weight: 700;
	margin: 20px 0 10px 0;
    text-transform: uppercase;
}
.yarpp-related-none {
	display: none;
}


/* Navigation - Previous & Next hyperlinks under posts */
.navigation > div {
	color: transparent;
	margin: 0 -10px;
}
.navigation > div.alignleft > a {
	background: url("images/arrow-left.png") no-repeat left center;
	padding-left: 20px;
}
.navigation > div.alignright > a {
	background: url("images/arrow-right.png") no-repeat right center;
	padding-right: 20px;
}


/* List Category Posts > Pagination */
.mrf-postcontent ul.lcp_paginator {
	background-color: #f8f8f8;
    border-top: 1px solid #ebebeb;
	font-weight: 600;
	margin: 0;
	padding: 15px 8px;
	text-align: right;
}
ul.lcp_paginator > li {
	border: none;
    color: #ed145b;
	margin: 0;
	padding: 12px;
}
.lcp_paginator > li > a:active,
.lcp_paginator > li > a:link,
.lcp_paginator > li > a:visited {
    color: #3c3d41;
	display: inline-block;
    margin: -12px;
	padding: 12px;
}


/* COMMENTS - Head */
.mrf-commentshead {
	font-weight: 700;
	margin: 50px 10px 10px 10px;
	text-transform: uppercase;
}
.mrf-commentshead-postcount {
	background: url("images/bubble-3.png") no-repeat left 4px;
    display: inline-block;
	margin-left: 18px;
	padding-left: 22px; 
}


/* COMMENTS */
#comments-list .comment .comment {
	margin-left: 0; 
}
#comments-list > li:first-child > .mrf-comment {
	border: none;
	padding-top: 0;
}
#comments-list > li > ul {
	margin-left: 80px;
}
.mrf-comment {
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-top: 20px;
}
.mrf-comment-avatar {
	-moz-border-radius: 999em;
	-webkit-border-radius: 999em;
	-khtml-border-radius: 999em;
	background-color: #9ea3a6;
	border: none;
	border-radius: 999em;
	overflow: hidden;
	padding: 0;
}
.mrf-comment-header {
	color: inherit;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.mrf-comment-header a,
.mrf-comment-header a:link,
.mrf-comment-header a:visited {
	color: inherit;
	font-weight: 400;
    line-height: 30px;
	margin-right: 20px;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}
.mrf-comment-header a:first-child,
.mrf-comment-header a:first-child:link,
.mrf-comment-header a:first-child:visited {
	background: url("images/clock-1.png") no-repeat left center;
	color: #838d8f;
	margin-left: 20px;
	padding-left: 20px;
}
.mrf-comment-inner {
	padding-top: 0; 
}
.mrf-comments {
	background-color: #f7f7f7;
	border-top: 1px solid #630460;
	margin: 15px 10px;
    padding: 0 20px 20px 20px;
}


/* COMMENTS - Form */
#respond textarea {
	margin-top: 10px;
	width: 100%;
}
.mrf-commentsform {
	background-color: #fff;
	margin: 20px 10px;
	min-height: 70px;
	padding: 30px 20px 20px 20px;
}
.mrf-commentsform .mrf-comment-avatar {
	margin-right: 20px;
	position: relative;
	top: -12px;
}
.mrf-commentsform .mrf-postheader > small {
	float: right;
}
label[for="comment"] {
    display: none;
}
textarea[name="comment"] {
	margin-top: 0;
}


/* PAGE BUILDER */
.panel-grid {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
}
.panel-grid-cell {
	background-color: #fff;
	overflow: hidden;
}


/* BLOCK */
.mrf-block {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
.mrf-block ol > li,
.mrf-block ul > li {
	padding-left: 0;
}


/* BLOCK - Header */
.mrf-blockheader {
	padding: 20px 10px;
}
.mrf-blockheader .t {
	font-size: 1.1em;
    font-weight: 600;
	margin: 0;
    text-transform: uppercase;
}

/* BLOCK - Content */
.mrf-blockcontent {
	font-size: 1em;
	padding: 20px 10px;
}
.mrf-blockcontent a:link,
.mrf-blockcontent a:visited {
	color: inherit;
	font-size: 1em;
    font-weight: 400;
}
.mrf-blockcontent dl {
	margin: 0;
}
.mrf-blockcontent h2 {
	margin-top: 0;
}
.mrf-blockcontent li > a {
	display: block;
}
.mrf-blockcontent ol {
	list-style-type: none;
}
.mrf-blockcontent ol > li,
.mrf-blockcontent ul > li {
	font-size: 1em;
	line-height: normal;
	padding: 1em 0 0 0;
}
.mrf-blockcontent ol > li:first-child,
.mrf-blockcontent ul > li:first-child {
	padding-top: 0;
}
.mrf-blockcontent p {
	margin: 1em 0 0 0;
}

/* BLOCK - Footer */
.mrf-blockfooter {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}


/* WIDGET - Lila */
.wdg-lila {
	background: #fff url("images/regbg.jpg") no-repeat center top;
    background-size: cover;
	color: #fff;
}
.wdg-lila a:active,
.wdg-lila a:link,
.wdg-lila a:visited,
.wdg-lila li {
	color: #fff;
}
.wdg-lila a:hover {
    color: #3e0e3c !important;
}
.wdg-lila .post-stats {
	font-size: .8em;
}


/* WIDGET - List Category Posts */
.widget_listcategorypostswidget li {
	color: #3c3d41;
}
.widget_listcategorypostswidget strong > a:active,
.widget_listcategorypostswidget strong > a:hover,
.widget_listcategorypostswidget strong > a:link,
.widget_listcategorypostswidget strong > a:visited {
	display: block;
	font-size: .9em;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}


/* WIDGET - Login */
.widget.login br {
	display: none;
}
.widget.login fieldset,
.widget.login form,
.widget.login p {
	margin: 0;
	padding: 0;
}
#form-login-remember {
	margin-bottom: 15px; 
}


/* WIDGET - Login (logged out) */
body:not(.logged-in) .widget.login ul {
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
	padding-top: 18px;
}
body:not(.logged-in) .widget.login .mrf-blockcontent {
	padding-top: 0;
}
body:not(.logged-in) .widget.login .mrf-blockheader {
	border: none;
}


/* WIDGET - Hírlevél feliratkozás */
.wdg-newsletter-subscription .mrf-blockheader {
	border: none;
}
.wdg-newsletter-subscription .mrf-blockcontent {
	padding-top: 0;
}


/* WIDGET - Kiemelt (emphasized) */
.wdg-em.mrf-block {
	padding: 0;
}
.wdg-em .mrf-blockcontent {
	padding: 0 0 30px 0;
}
.wdg-em .textwidget > * {
	margin-left: 20px;
	margin-right: 20px;
}
.wdg-em .textwidget > h2 {
	margin-top: 25px;
}
/*.wdg-em .textwidget > img:first-child,*/
.wdg-em .textwidget > p:first-child,
.wdg-em .textwidget > p:first-child img {
	margin: 0;
    max-width: 100% !important;
}
.wdg-em .textwidget > p:first-child > a {
	font-size: 0;
	position: relative;
}
.wdg-em img {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
    height: auto;
	max-width: 100%;
}
.wdg-em a:after {
	position: absolute;
	right: 20px;
	top: -27px;
}
.wdg-em-box a:after {
	content: url("images/glyph-box.png");
}
.wdg-em-calendar a:after {
	content: url("images/glyph-calendar.png");
}


/* WDG-RESP */
.wdg-resp {
	border-spacing: 0;
	display: table;
	overflow: hidden;
}
.wdg-resp-content {
	background-color: #fff;
	padding: 30px 20px;
}
.wdg-resp-img {
	background-color: #ddd1c2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-caption;
	max-height: 300px;
	overflow: hidden;
}
.wdg-resp-img img {
	border: none;
	height: auto;
	max-width: 100%;
	visibility: hidden;
	width: 100%;
}


/* TABS */
.su-tabs.my-custom-tabs {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.su-tabs.my-custom-tabs .su-tabs-pane {
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
	padding: 20px;
}
.su-tabs.my-custom-tabs .su-tabs-nav > span,
.su-tabs.my-custom-tabs .su-tabs-nav > span:hover {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
    background-color: #f8f8f8;
	background-position: 30px center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #ededed;
	border-right: 2px solid #ededed;
	counter-increment: zIndex;
	font-size: 1.1em;
	font-weight: 600;
	left: -10px;
	padding: 15px 25px 15px 35px;
	position: relative;
	z-index: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.su-tabs.my-custom-tabs .su-tabs-nav > span:first-child {
	background-position: 20px center;
	left: 0;
	padding-left: 25px;
}
.su-tabs.my-custom-tabs .su-tabs-nav > span.su-tabs-current {
	background-color: #fff;
	border-bottom-color: #fff;
	z-index: 2;
}


/* HOME */
.post-2863 {
	background-color: transparent;
}
.post-2863 > .mrf-postcontent {
	margin: 0;
}
.post-2863 .mrf-postcontent a.more-link:before {
	content: "\a";
}
#pg-2863-3 {
	margin-top: 40px !important;
}
.cnt-home-section-title {
	background-position: 20px 7px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #630460;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0;
	padding: 7px 20px 7px 50px;
	text-transform: uppercase;
}
.cnt-home-section-title a {
	color: inherit !important;
}
.cnt-home-section-title p {
	margin: 0;
}
.cnt-home-section-title-forum {
	background-image: url("images/forumicon4.png");
}
.cnt-home-section-title-tudastar {
	background-image: url("images/tudastaricon1.png");
}
.cnt-home-wdg-cust {
  	padding: 20px;
}

/* HOME - Címsorok egységesítése */
.page-id-2863 h2,
.page-id-2863 h3,
.page-id-2863 h4,
.page-id-2863 h4 > a {
	font-size: 20px !important;
}


/* PAGE SLIDER */
/*.mrf-pageslider,*/
/*#nextend-smart-slider-2,
.smart-slider-border1,
.smart-slider-canvas,
.smart-slider-canvas > img,
.smart-slider-canvas-inner {
    width: auto;
    height: 400px !important;
}*/
.mrf-slider-text1,
.mrf-slider-text2  {
    -moz-border-radius: 999em;
	-webkit-border-radius: 999em;
	-khtml-border-radius: 999em;
	border-radius: 999em;
    color: #fff;
    display: inline-block;
    font-size: 1.85em !important;
    margin: 0 0 .8em 10px;
    opacity: .72;
    padding: .5em 2em;
    text-transform: uppercase;
}
.mrf-slider-text1 > span,
.mrf-slider-text2 > span  {
	opacity: 1;
}
.mrf-slider-text1 {
    background-color: #ed145b;
}
.mrf-slider-text2 {
    background-color: #630460;
}


/* AZ ÉN TÖRTÉNETEM - JELENTKEZÉS */
/*.post-3548  {
	padding: 20px !important;
}*/
#extensions_message {
    display: block;
}


/* FORUM */
.post-225 {
	background-color: transparent;
}
.post-225 > .mrf-postcontent {
	margin: 0;
}
.page-id-225.logged-in #pg-225-0 {
	display: none;
}
.cnt-warning {
	padding: 20px;	
}
.post-225 .search-form-container {
	margin: 0; 
}
.post-225 #bbpress-forums {
	font-size: .85em;
}


/* FORUM - BBPress */
#bbpress-forums {
	font-size: 1em;
	margin: 0;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.even,
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
    background-color: transparent !important;
}
#bbpress-forums ul.even {
	background-color: #fafafa !important;
}
#bbpress-forums ul.bbp-replies {
	font-size: inherit;
}
.bbp-author-ip,
.bbp-author-role,
.bbp-breadcrumb,
.bbp-footer,
.bbp-header,
.bbp-pagination,
.bbp-replies .bbp-body
.bbp-reply-permalink,
.bbp-reply-revision-log,
.bbp-topic-freshness,
.bbp-topic-meta,
.bbp-topic-tags,
.bbp-topic-voice-count,
.bbpresss_unread_posts_icon,
.mrf-forum-new-topic-form-container,
div.quicktags-toolbar { /*hide html tolbar bbpress posts*/
	display: none;
}
body.logged-in .mrf-forum-new-topic-form-container {
    display: block;
}

/* FORUM > Spoiler > Header */
.mrf-forum-spoiler-counters {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    background-color: #b9b9b9;
    border-radius: 3px;
    color: #fff;
	display: inline-block;
    font-size: .85em;
    font-weight: 600;
    margin-left: 20px;
    padding: 2px 9px;
	position: relative;
	top: -1px;
}
.mrf-forum-spoiler > .su-spoiler-title {
	background: #F8F8F8 url("images/forumicon1.png") no-repeat 20px 25px;
	border-bottom: 1px solid #ED145B;
	/*font-size: inherit;*/
	font-size: .85em;
	font-weight: 400;
	/*padding: 0 !important;*/
	padding: 25px 20px 25px 65px !important;
}
#pg-225-3 .mrf-forum-spoiler > .su-spoiler-title {
	background-image: url("images/forumicon2.png");
	border-color: #00aeef;
}
#pg-225-4 .mrf-forum-spoiler > .su-spoiler-title {
	background-image: url("images/forumicon3.png");
	border-color: #630460;
}
.mrf-forum-spoiler-title {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}
/* FORUM > Spoiler > Header > Icon */
.mrf-forum-spoiler .su-spoiler-icon {
	background-image: url("images/accordion-close1.png");
	display: inline-block;
	float: right;
	height: 10px;
	margin-top: 6px;
	position: static;
	width: 17px;
}
#pg-225-3 .mrf-forum-spoiler .su-spoiler-icon {
	background-image: url("images/accordion-close2.png");
}
#pg-225-4 .mrf-forum-spoiler .su-spoiler-icon {
	background-image: url("images/accordion-close3.png");
}
.mrf-forum-spoiler .su-spoiler-icon:before,
.mrf-forum-spoiler.su-spoiler-closed .su-spoiler-icon:before {
	content: none !important;
}
.mrf-forum-spoiler.su-spoiler-closed .su-spoiler-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* FORUM > Spoiler > Content */
.mrf-forum-spoiler .su-spoiler-content {
	padding: 0 !important;
}
.bbp-topics {
	border: none !important;
    margin-bottom: 0 !important;
}

/* FORUM - Topic Header */
/* Az eredeti fejléc, lenyíló nélkül */
/*.bbp-forum-counters-cust {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
    background-color: #b9b9b9;
    border-radius: 3px;
    color: #fff;
	display: inline-block;
    font-size: .85em;
    font-weight: 600;
    margin-left: 20px;
    padding: 2px 9px;
	position: relative;
	top: -1px;
}
.bbp-forum-head-cust {
	background: #F8F8F8 url("images/forumicon1.png") no-repeat 20px 25px;
	border-bottom: 1px solid #ED145B;
	padding: 25px 20px 25px 65px;
}
#pg-225-3 .bbp-forum-head-cust {
	background-image: url("images/forumicon2.png");
	border-color: #00aeef;
}
#pg-225-4 .bbp-forum-head-cust {
	background-image: url("images/forumicon3.png");
	border-color: #630460;
}
.bbp-forum-title-cust {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}*/


/* FORUM - Topic Body */
a.bbp-topic-permalink:active,
a.bbp-topic-permalink:link,
a.bbp-topic-permalink:visited {
	/*color: inherit;*/
    color: #630460;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 15px;
}
.post-225 a.bbp-topic-permalink {
	font-size: 1.3em;
}
#bbpress-forums .bbp_cust_topicdesc {
	color: #838c8e;
}
#bbpress-forums .bbp_cust_topicdesc * {
	font-size: inherit;
}
#bbpress-forums ul.bbp-topics {
	margin-bottom: 0;
}
#bbpress-forums li.bbp-body {
	margin: 0;
	padding: 0;
}
/*#bbpress-forums > ul.bbp-topics > li.bbp-body > ul.forum,*/
#bbpress-forums > ul.bbp-topics > li.bbp-body > ul.topic {
	border-top: 1px solid #ebebeb;
	padding: 25px 20px;
	position: relative;
}
#bbpress-forums li.bbp-body ul.topic:first-child {
	border-top: none;
}
/*li.bbp-forum-info, */
li.bbp-topic-title {
	border-spacing: 0;	
	float: none;
    width: 100%;
}
#bbpress-forums li.bbp-topic-reply-count {
	background: transparent url("images/bubble-1.png") no-repeat 0 2px;
	min-height: 20px;
	padding-left: 25px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 27px;
	width: auto;
	/*width: 30px;*/
}
#bbpress-forums li.speechBubble.haveUnread {
	 background-image: url("images/bubble-2.png");
}

/* WIDGET - Latest Forum Replies */
.wdg-latest-forum-replies .bbp-author-avatar,
.wdg-latest-forum-replies li > div {
	display: none;
}
.wdg-latest-forum-replies .mrf-blockcontent {
	padding-top: 0;
}
.wdg-latest-forum-replies ul > li {
	font-size: 0;
	margin-top: 15px;
	padding: 0;
}
.wdg-latest-forum-replies ul > li > a.bbp-author-name {
	font-size: 12px;
}
.wdg-latest-forum-replies ul > li > a.bbp-reply-topic-title {
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}


/* FORUM > TOPIC */
body.topic.bbpress article.topic {
	background-color: transparent;
	margin: 0;
}
body.topic.bbpress .mrf-postcontent {
	margin: 10px 10px 20px 10px;
}


/* FORUM > TOPIC - Description */
.bbp-cust-topic-description {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 25px 20px;
}
.bbp-cust-topic-description h2 {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#bbpress-forums .bbp-cust-topic-description .bbp-topic-tags {
	border-top: 1px solid #ebebeb;	
	display: block;
	float: none;
	margin: 20px 0 -20px 0;
	padding-top: 25px;
}


/* FORUM > TOPIC - Replies Header */
.bbp-cust-replies-head {
	font-weight: 600;
	margin: 0 10px 10px 10px;
	text-transform: uppercase;
}
.bbp-cust-replies-count {
	background: url("images/bubble-3.png") no-repeat left 2px;
    display: inline-block;
	margin-left: 18px;
    min-height: 20px;
	padding-left: 22px; 
}


/* FORUM > TOPIC - Replies */
#bbpress-forums ul.bbp-replies {
	background-color: #f7f7f7 ;
	border: none !important;
    border-top: 1px solid #ed145b !important;
}
#bbpress-forums ul.bbp-threaded-replies {
	margin-left: 60px;
}
#bbpress-forums ul.bbp-replies li {
	border-top: 1px solid #e7e7e7;
	margin: 20px 20px 25px 20px;
	min-height: 80px;
	padding: 20px 0 0 0;
	position: relative;
}
#bbpress-forums ul.bbp-replies li:nth-child(3) {
	border-top: none;
	margin-top: 0;
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-topic-author {
	border: none;
	padding: 0;
	position: absolute;
	top: 20px;
	width: 80px !important;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-forum-author br,
#bbpress-forums div.bbp-reply-author br,
#bbpress-forums div.bbp-topic-author br {
	display: none !important;
}
#bbpress-forums div.bbp-forum-author img,
#bbpress-forums div.bbp-reply-author img,
#bbpress-forums div.bbp-topic-author img {
	-moz-border-radius: 999em;
	-webkit-border-radius: 999em;
	-khtml-border-radius: 999em;
	background-color: #9ea3a6;
	border: none;
	border-radius: 999em;
	height: 80px;
    margin-top: 0 !important;
	overflow: hidden;
	width: 80px;
}
#bbpress-forums div.reply div.bbp-reply-author img,
#bbpress-forums div.topic div.bbp-reply-author img {
	height: 100%;
	margin: 0;
	width: 100%;
}
.bbp-reply-auth-bio {
	font-size: .85em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
#bbpress-forums .bbp-replies p {
	margin: 15px 0 0 0;
}
#bbpress-forums .bbp-replies p:first-child {
	margin: 0;
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
	margin: 20px 0 0 100px !important;
	padding: 0 !important;
}
/*#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0;
}*/
.bbp-reply-content blockquote {
	background-color: transparent;
	background-position: -10px 0;
	padding-left: 36px;
}

/* FORUM > TOPIC - Reply Header */
#bbpress-forums .bbp-reply-header {
	border-top: none;
	margin-left: 100px;
	padding: 0;
	line-height: 30px;
}
.bbp-cust-reply-author {
	float: left;
	font-weight: 600;
	padding-right: 20px;
	text-transform: uppercase;
}
.bbp-reply-header .bbp-admin-links {
	clear: both;
	color: inherit;
	display: block;
	float: none;
	margin: 0 -10px;
}
.bbp-reply-header .bbp-admin-links a {
	font-size: .85em;
	padding: 10px;
}
.bbp-reply-header .bbp-admin-links a:after {
	content: " ";
	white-space: normal !important;
}
.bbp-reply-header .bbp-admin-links a.bbp-reply-to-link {
	margin-left: 10px !important;
}
.bbp-admin-links a,
.bbp-admin-links a:link,
.bbp-admin-links a:visited,
.bbp-cust-reply-author a,
.bbp-cust-reply-author a:link,
.bbp-cust-reply-author a:visited {
	color: inherit;
	/*white-space: nowrap;*/
}
.bbp-forum-post-date,
.bbp-reply-post-date,
.bbp-topic-post-date {
    background: url("images/clock-1.png") no-repeat left center;
	color: #838d8f;
  	display: inline-block;
    line-height: 30px;
	padding-left: 20px;
}
.bbp-reply-content img {
    height: auto !important;
    width: auto !important;
}


/* FORUM > TOPIC - Reply Form */
.bbp-reply-form {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px 20px 20px 20px;
}
#bbpress-forums fieldset.bbp-form {
	border: none;
	margin: 0;
	padding: 0;
}
#bbpress-forums fieldset.bbp-form + fieldset {
	margin-top: 15px;
}
#bbpress-forums fieldset.bbp-form label {
	margin-bottom: 5px;
}
#bbpress-forums fieldset.bbp-form legend {
	padding: 0;
	margin-bottom: 15px;
	font-weight: 700;
}
#bbpress-forums fieldset.bbp-form legend label {
	font-weight: 400;
}
#bbpress-forums form > fieldset.bbp-form > legend {
	font-size: 1.1em;
	text-transform: uppercase;  
}
.bbp-template-notice {
	display: none;
}
.bbp-reply-form label[for="bbp_topic_tags"] {
	font-weight: 700;
}
.bbp-reply-form legend {
	font-size: 1.1em;
  	font-weight: 700;
	margin-bottom: 20px;
	padding: 0 !important;
    text-transform: uppercase;
}
div.bbp-submit-wrapper {
	float: none;
}
div.quicktags-toolbar {
	background-color: transparent;
	border: none;
	padding: 0 0 5px 0 !important;
}

/* FORUM > TOPIC - Reply Attachments */
.bbp-attachments h6 {
	font-size: inherit !important;
}
.bbp-attachments li {
	border-top: none !important;
}

/* FORUM - Reply on single page */
article.reply {
	position: relative;
}


/* FORUM - BBPress Mark All Read */
.bbpress_mark_all_read {
    text-align: right;
    margin-bottom: 15px;
}
.bbpress_mark_all_read input[type="submit"] {
    margin-right: 0 !important;
}


/* FORUM - BBPress Search Form */
#bbp-search-form .mrf-button,
#searchform .mrf-button {
	margin-right: 0 !important;
	width: 100% !important;
}
#bbp-search-form label,
#searchform label {
	display: none;
}


/* FORUM - Search Results */
#bbpress-forums ul.bbp-search-results .bbp-topic-reply-link,
#bbpress-forums ul.bbp-search-results div.bbp-meta a.bbp-topic-permalink {
    display: none;
}
#bbpress-forums ul.bbp-search-results {
	border: none !important;
	font-size: 1em;
}
#bbpress-forums ul.bbp-search-results div.bbp-forum-author,
#bbpress-forums ul.bbp-search-results div.bbp-reply-author,
#bbpress-forums ul.bbp-search-results div.bbp-topic-author {
	position: static;
}
#bbpress-forums ul.bbp-search-results div.bbp-forum-content,
#bbpress-forums ul.bbp-search-results div.bbp-reply-content,
#bbpress-forums ul.bbp-search-results div.bbp-topic-content {
	margin-top: 0 !important;
}
#bbpress-forums ul.bbp-search-results div.bbp-forum-header,
#bbpress-forums ul.bbp-search-results div.bbp-reply-header,
#bbpress-forums ul.bbp-search-results div.bbp-topic-header {
	border-top: 1px solid #e7e7e7;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}
#bbpress-forums ul.bbp-search-results div.bbp-forum-title,
#bbpress-forums ul.bbp-search-results div.bbp-reply-title,
#bbpress-forums ul.bbp-search-results div.bbp-topic-title {
	margin-bottom: 10px;
}
/*#bbpress-forums ul.bbp-search-results div.bbp-forum-title h2,
#bbpress-forums ul.bbp-search-results div.bbp-reply-title h2,
#bbpress-forums ul.bbp-search-results div.bbp-topic-title h2,*/
#bbpress-forums ul.bbp-search-results div.bbp-forum-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-reply-title h3,
#bbpress-forums ul.bbp-search-results div.bbp-topic-title h3 {
	color: inherit;
}
#bbpress-forums ul.bbp-search-results div.forum,
#bbpress-forums ul.bbp-search-results div.reply,
#bbpress-forums ul.bbp-search-results div.topic {
	padding: 0;
}
#bbpress-forums ul.bbp-search-results h3 {
	margin: 0 0 20px 0;
}
#bbpress-forums ul.bbp-search-results h3 > a.bbp-topic-permalink {
	color: #630460;
    float: none;
    margin: 0;
}


/* TUDÁSTÁR */
.post-2893,
#pgc-2893-1-0 {
	background-color: transparent;
}
.post-2893 > .mrf-postcontent {
	margin: 0;
}
.wdg-tudastar-recent a {
	color: #fff !important;
}


/* TUDÁSTÁR - Search */
.wdg-tudastar-search {
	padding: 20px 20px 15px 20px;
}
.wdg-tudastar-search button {
	margin-right: 0 !important;
	width: 100%;
}
.wdg-tudastar-search label {
	display: none;
}


/* TUDÁSTÁR - Accordion */
.tudastaraccordion.su-spoiler-style-fancy {
	background-color: #fff;
  	border: none;
	font-size: 1.1em;
	margin-bottom: 20px !important;
}
.tudastaraccordion.su-spoiler-style-fancy li > a:link,
.tudastaraccordion.su-spoiler-style-fancy li > a:visited {
	color: #4e5054;
}
.tudastaraccordion.su-spoiler-style-fancy > .su-spoiler-content {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
.tudastaraccordion.su-spoiler-style-fancy .su-spoiler-icon {
	background-image: url("images/accordion-close1.png");
	height: 10px;
	left: auto;
	position: absolute;
	right: 18px;
	top: 12px;
	width: 17px;
}
.tudastaraccordion.su-spoiler-style-fancy .su-spoiler-icon:before,
.tudastaraccordion.su-spoiler-style-fancy.su-spoiler-closed .su-spoiler-icon:before {
	content: none;
}
.tudastaraccordion.su-spoiler-style-fancy.su-spoiler-closed .su-spoiler-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tudastaraccordion.su-spoiler-style-fancy > .su-spoiler-title,
.tudastaraccordion.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	background: #fff url("images/tudastaricon1.png") no-repeat 20px 8px;
	border-radius: 7px;
	border-bottom: 2px solid #630460;
	font-size: 1em;
    font-weight: 600;
	padding-left: 50px;
	text-transform: uppercase;
}


/* AZ ORVOS VÁLASZOL */
.post-3261,
#pgc-3261-0-0 {
	background-color: transparent;
}
.post-3261 > .mrf-postcontent {
	margin: 0;
}

/* AZ ORVOS VÁLASZOL > Tabs > Keresés */
#pgc-3261-0-0 .su-tabs-nav > span:first-child {
	background-image: url("images/searchicon-3.png");
	background-position: 20px center;
	padding-left: 55px;
}
#pgc-3261-0-0 .su-tabs-nav > span.su-tabs-current:first-child {
	background-image: url("images/searchicon-2.png");
}
#pgc-3261-0-0 .search-form-container {
	margin: 0;
	padding: 0;
}

/* AZ ORVOS VÁLASZOL > Tabs > Kérdés küldése */
#pgc-3261-0-0 .gform_wrapper input[type="email"],
#pgc-3261-0-0 .gform_wrapper input[type="text"],
#pgc-3261-0-0 .gform_wrapper select {
	width: 302px;
}
#pgc-3261-0-0 .gform_wrapper textarea {
	width: 70% !important;
}
#pgc-3261-0-0 .su-tabs-nav > span:nth-child(2) {
	background-image: url("images/info-1.png");
	padding-left: 65px;
}
#pgc-3261-0-0 .su-tabs-nav > span.su-tabs-current:nth-child(2) {
	background-image: url("images/info-2.png");
}


/* AZ ORVOS VÁLASZOL > Válaszok */
.mrf-valasz > .mrf-postcontent > h2:first-child {
    margin-bottom: 20px;
}
.cust-orvosvalaszol-header {
	background: #f8f8f8 url("images/forumicon3.png") no-repeat 20px 30px;
	border-bottom: 1px solid #630460;
	padding: 30px 20px 30px 65px;
    text-transform: uppercase;
}
.cust-orvosvalaszol-list {
	padding: 0 20px
}
.cust-orvosvalaszol-list > li > h3 {
	font-size: 1.1em;
	margin: 0 0 15px 0;
}
.cust-orvosvalaszol-list h3 > a:link,
.cust-orvosvalaszol-list h3 > a:visited {
	color: inherit;
	font-size: 1em;
}
.cust-orvosvalaszol-list > li {
	border-top: 1px solid #ebebeb;
	padding: 25px 0;
}
.cust-orvosvalaszol-list > li:first-child {
	border-top: none;
}
.cust-orvosvalaszol-list > li > a:last-child {
	font-weight: 600;
}


/* WIDGET - Az orvos válaszol */
.wdg-qa .wdg-qa-name {
	font-size: .85em;
	font-weight: 600;
	margin-top: 25px;
	text-transform: uppercase;
}
.wdg-qa .wdg-qa-spec {
	font-size: .85em;
	margin-bottom: 25px;
	color: #838c8d;
}


/* SEARCH RESULTS */
a[rel="category tag"],
a[rel="category tag"]:link,
a[rel="category tag"]:visited {
	font-size: 14px;
	font-weight: 600;
}
.search-results .mrf-postcontent > p:first-child {
    margin-top: 0;
}
.search-results .mrf-postfootericons {
   font-size: inherit;
}
.search-results .mrf-postmetadatafooter {
	margin-bottom: 20px;
}
.search-results article.page {
/*.search-results article.topic {*/
	background-color: #fff;
	margin: 10px 10px 20px 10px;
}
.search-results article .mrf-postcontent {
    margin: 20px;
}

/* SEARCH RESULTS - Keresesi string szin */
.search-excerpt {
	color: #ed145b;
}
.hilite {
	background-color: transparent;
	color: #ed145b;
}

/* SEARCH RESULTS - No results */
.search-no-results .mrf-post .mrf-search {
	display: none;
}
.search-no-results .mrf-postcontent {
	margin-bottom: 30px;
}


/* TAG */
.breadcrumbs {
	border-left: 5px solid #630460;
	color: #3c3d41;
}
.breadcrumbs h4 {
    color: inherit;
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase;
}
.breadcrumbs h4:before {
	color: #eee;
	content: "●";
	left: -12px;
	position: relative;
}


/* REGISZTRÁCIÓ */
.post-2763 {
	background-color:transparent;  
	margin: 40px 0px 30px 0px;
}
.post-2763 > .mrf-postcontent {
	margin: 10px;
}
#pgc-2763-0-0,
#pgc-2763-1-0,
#pgc-2763-1-1 {
	background-color:transparent;
}
.page-id-2763 .subheader {
	display: none;
}
.page-id-2763 .mrf-sheet {
	background-image: url("images/regbg.jpg");
    background-position: center center;
	background-size: cover;
}
.page-id-2763 .mrf-footer {
	margin-top: 0 !important;
}

/* REGISZTRÁCIÓ > Steps */
.cust-reg-steps {
	padding: 0 20px 20px 0;
}
.cust-reg-steps h1,
.cust-reg-steps h3,
.cust-reg-steps p {
	color: #fff;
	font-weight: 300;
}
.cust-reg-steps h1 {
    background: url("images/mellrakforum-symbol.svg") 0 .5rem/5rem 5rem no-repeat;
    display: block;
	font-size: 2.5rem;
    line-height: 1.2;
	margin: 10px 0 0 0;
    min-height: 110px;
    padding-left: 100px;
}
.cust-reg-steps h3 {
	font-size: 2.1em;
	margin-top: 45px;
}

/* REGISZTRÁCIÓ > Form */
.cust-reg-form {
	padding: 30px;
}
.cust-reg-form .cnt-felcim {
    color: inherit;
	margin-bottom: 30px;
}
.cust-reg-form .gform_wrapper div.gform_footer {
	margin-left: 0;
	margin-top: 30px;
}


/* REGISZTRÁCIÓ > Links */
.cust-reg-links p {
	margin: 0 10px;
}
.cust-reg-links a:active,
.cust-reg-links a:hover,
.cust-reg-links a:link,
.cust-reg-links a:visited {
	color: #fff !important;
	display: inline-block;
	padding: 0 10px;
}
.cust-reg-links a:hover {
    text-decoration: underline !important;
}


/* CONTACT */
/*.post-227 .gform_wrapper {
	margin: 20px;
}*/
.post-227 .gform_wrapper input[type="email"],
.post-227 .gform_wrapper textarea {
	width: 100% !important;
}


/* 404 */
.error404 .mrf-search {
	display: none;
}


/* --- MEDIA QUERIES --------------------> */


/* XXS (less than 480px) */
@media only screen and (max-width : 479px) {
	/* SUBHEADER */
	.subheader {
		background-size: cover;
	}
	/* GFORMS */
	div.gform_wrapper div.gform_footer {
		text-align: center !important;
	}
	div.gform_wrapper div.gform_footer,
	div.gform_wrapper form div ul.gform_fields li.gfield_html {
		max-width: 100% !important;
		margin-left: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}
    div.gform_wrapper > form .gfield_description.validation_message,
    div.gform_wrapper > form .top_label .gfield_description.validation_message {
        margin-left: 0 !important;
    }
	div.gform_wrapper input,
	div.gform_wrapper label.gfield_label,
	div.gform_wrapper select,
	div.gform_wrapper textarea,
	#pgc-3261-0-0 .gform_wrapper textarea {
		width: 100% !important;
	}
	.mrf-post .gform_wrapper .left_label div.ginput_complex {
		width: 100%; 
	}
	/* REGISZTRÁCIÓ */
	.post-2763 {
		margin: 0;
	}
}

/* RECAPTCHA (less than 520px) */
@media only screen and (max-width : 519px) {
    table.recaptchatable .recaptcha_image_cell,
    table.recaptchatable .recaptcha_image_cell * {
        height: auto !important;
        max-width: 300px !important;
        width: 100% !important;
    }
    #recaptcha_table,
    #recaptcha_table tbody,
    #recaptcha_table tr {
        display: block;
    }
    table.recaptchatable td {
        display: inline-block;
    }
    #recaptcha_table td.recaptcha_image_cell {
        display: block;
        margin-bottom: 10px !important;
    }
}

    
/* Extra small devices (480px an up) */
@media only screen and (min-width : 480px) /*and (max-width : 767px)*/ {
	/* FORUM - BBPress Search Form */
	#bbp-search-form input,
	#searchform input {
		margin-bottom: 0;
		width: calc(100% - 120px) !important;
	}
	#bbp-search-form .mrf-button,
	#searchform .mrf-button {
		float: right !important;
		width: auto !important;
	}
	/* TUDÁSTÁR - Search */
	.wdg-tudastar-search input {
		float: left;
		width: calc(50% - 5px);
	}
	.wdg-tudastar-search select {
		float: right;
		width: calc(50% - 5px);
	}
}

/* REGISZTRÁCIÓS FORM */
@media only screen and (min-width : 641px) {
	.cust-reg-form label[for=input_2_4] {
		display: none;
	}
	.cust-reg-form input {
		width: 100% !important;
	}
	.cust-reg-form label {
		min-width: 100px;
	}
	.cust-reg-form li {
		display: flex;
	}
	.cust-reg-form li .ginput_container {
		margin-left: 20px !important;
		margin-right: -12px !important;
	}
	.cust-reg-form li .ginput_complex {
		display: flex;
		margin-right: -1rem !important;
	}
	.cust-reg-form .ginput_complex .ginput_right,
	.cust-reg-form .ginput_complex .name_last {
		padding-right: 0 !important;
	}
	.cust-reg-form .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
		margin-left: 0 !important;
	}
}


/* RECAPTCHA - Az orvos válaszol (less than 676px) */
@media only screen and (max-width : 675px) {
    .post-3261 .gform_wrapper > form #field_4_4 .gfield_description.validation_message {
        margin-left: 0 !important;
        width: 100%;
    }
}

/* RECAPTCHA - Regisztráció (less than 706px or greater than 979 ) */
@media only screen and (max-width : 705px), only screen and (min-width : 980px) {
    .cust-reg-form .gform_wrapper > form #field_2_4 .gfield_description.validation_message {
        margin-left: 0 !important;
        width: 100%;
    }
}

/* XS (less than 768px) */
@media only screen and (max-width : 767px) {
	/* HEADER */
	.header-loginreg {
		display: block;
		position: static;
		right: auto;
	}
	.mrf-header * {
    	position: static;
		text-align: center !important;
	}
	/* FOOTER */
	.wdg-footer-2 {
		display: none;
	}
	.wdg-footer-3 {
		display: none;
	}
	/* TABS */
	.su-tabs.my-custom-tabs .su-tabs-nav > span,
	.su-tabs.my-custom-tabs .su-tabs-nav > span:hover {
		position: static;
	}
}


/* Small devices (tablets, 768px and up) */
@media only screen and (min-width : 768px) /*and (max-width : 979px)*/ {
	.cnt-home-section-title,
	.panel-grid-cell,
	.wdg-tudastar-search {
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;	
		border-radius: 7px;
	}
  
	/* HEADER */
	.header-loginreg {
		position: absolute !important;
	}
	.mrf-header * {
		text-align: left !important;
	}
	.mrf-header .mrf-layout-wrapper {
		display: table;
	}
	.mrf-header .header-search-form-container {
		display: table-cell;
		vertical-align: top;
	}
	ul.mrf-hmenu {
		white-space: nowrap;
	}
	ul.mrf-hmenu > li {
		display: inline-block;
		float: none;
	}
	
	
	/* PAGE BUILDER */
	.panel-grid:after,
	.panel-grid:before,
	.panel-row-style:after,
	.panel-row-style:before {
		content: none !important;
	}
	.panel-row-style-equalheights {
		border-spacing: 20px 0;
		display: table;
		width: 100%;
	}
	.panel-row-style-equalheights > .panel-grid-cell {
		display: table-cell;
		float: none !important;
		padding: 0 !important;
		vertical-align: top;
	}


	/* FORUM - BBPress Search Form */
    #bbp-search-form,
    #searchform {
    	text-align: center;
	}
	#bbp-search-form input,
	#searchform input {
    	width: calc(100% - 200px) !important;
	}
	#bbp-search-form label,
	#searchform label {
		display: inline !important;
		float: left;
		font-weight: 600;
		padding: 7px 0;
	}
	

	/* WDG-RESP  */
  	.wdg-resp-img-left .wdg-resp-content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomright: 7px;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
	}
	.wdg-resp-img-left .wdg-resp-img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
	}
	.wdg-resp-content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
		
		width: auto;
	}
	.wdg-resp-img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomright: 7px;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;

		display: table-cell;
		max-width: none;
		width: 31.8%;
	}
	.wdg-resp-img img {
		height: 0 !important;
		width: 0 !important;
	}

  
	/* TUDÁSTÁR - Search */
	.wdg-tudastar-search fieldset {
		text-align: center;
	}
	.wdg-tudastar-search label {
		display: inline;
		float: left;
		font-weight: 600;
		padding: 7px 0;
	}
	.wdg-tudastar-search input,
	.wdg-tudastar-search select {
		float: none;
		margin: 0 5px !important;
		width: calc(50% - 105px);
	}
	.wdg-tudastar-search button {
		float: right;
		margin: 2px 0 !important;
    	width: auto;
	}
}


/* S (less than 980px) */
@media only screen and (max-width : 979px) {
	/* HEADER */
	.responsive .mrf-header .mrf-layout-wrapper,
	.responsive .mrf-header .mrf-layout-wrapper > .header-search-form-container,
	.responsive .mrf-header .mrf-layout-wrapper > .mrf-nav {
		display: block;
	}
	/* REGISZTRÁCIÓ */
	.post-2763 {
		margin: 20px 0 10px 0;
	}
	#pl-2763 .panel-grid-cell {
		display: block;
		width: 100%;
	}
	#pgc-2763-1-0 {
		display: none !important;
	}
  	#pgc-2763-1-1 {
    	margin-top: 10px;
	}
    .cust-reg-steps {
        padding: 0 20px 45px 20px;
    }
}


/* Medium devices (desktops, 980px and up) */
@media only screen and (min-width : 980px) /*and (max-width : 1199px)*/ {
	.responsive .mrf-header nav.mrf-nav {
		text-align: left !important;
	}
    /* LAYOUT */
	.mrf-layout-wrapper {
		width: 960px;
	}
	/* FOOTER */
	.mrf-footer-inner {
		width: 960px;
	}
	/* WDG RESP */
	.wdg-resp-img {
		width: 31.5%;
	}
    /* SLIDER */
    .mrf-slider-text1,
    .mrf-slider-text2  {
        margin-left: 100px;
    }
}


/* Large devices (desktops, 1200px and up) */
@media only screen and (min-width : 1200px) {
	.bbp-cust-topic-description,
	.bbp-reply-form,
	.mrf-commentsform,
  	.mrf-post,
	.responsive .mrf-commentsform,
    .responsive .mrf-post,
	.search-form-container {
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;	
	    border-radius: 7px;
	}
	.bbp-replies,
	.mrf-comments,
	.responsive .mrf-comments {
		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
	}
    /* SLIDER */
    .mrf-slider-text1,
    .mrf-slider-text2  {
        margin-left: 10px;
    }
    body {
        min-width: 100%;
    }
}


/*.responsive.responsive-tablet .mrf-block,
.responsive.responsive-tablet .mrf-vmenublock {
    margin-left: 10px;
    margin-right: 10px;
    width: 50%;
    width: calc(50% - 20px);
}*/
