@import url('https://fonts.googleapis.com/css?family=Exo&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&display=swap&subset=latin-ext');
img {height: auto;max-width: 100%;vertical-align: middle;border: 0;}
html {font-family: 'Open Sans', sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {font-family: 'Open Sans', sans-serif;margin: 0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]){display: none;height: 0;}
[hidden],template {display: none;}
a {background-color: transparent;text-decoration: none;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: 700;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
hr {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
code,kbd,pre,samp {font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
select {text-transform: none;}
button {overflow: visible;}
button,input,select,textarea {max-width: 100%;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;opacity: .5;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input[type="checkbox"],input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-right: 0.4375em;padding: 0;}
input[type="date"]::-webkit-inner-spin-button,input[type="date"]::-webkit-outer-spin-button,input[type="time"]::-webkit-inner-spin-button,input[type="time"]::-webkit-outer-spin-button,input[type="datetime-local"]::-webkit-inner-spin-button,input[type="datetime-local"]::-webkit-outer-spin-button,input[type="week"]::-webkit-inner-spin-button,input[type="week"]::-webkit-outer-spin-button,input[type="month"]::-webkit-inner-spin-button,input[type="month"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #d1d1d1;margin: 0 0 1.75em;min-width: inherit;padding: 0.875em;}
fieldset > :last-child {margin-bottom: 0;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;vertical-align: top;}
optgroup {font-weight: bold;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {clear: both;font-weight: 700;margin: 0;margin-top: 0px;margin-bottom: 0.5rem;text-rendering: optimizeLegibility;font-family: inherit;font-weight: 500;line-height: 1.2;color: inherit;}
.menu-item-has-children a:after,.social-navigation a:before,.dropdown-toggle:after,.bypostauthor > article .fn:after,.comment-reply-title small a:before,.pagination .prev:before,.pagination .next:before,.pagination .page-item:before,.pagination .page-item:after,.search-submit:before {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-family: "Genericons", serif;font-size: 16px;font-style: normal;font-variant: normal;font-weight: normal;line-height: 1;text-align: center;text-decoration: inherit;text-transform: none;vertical-align: top;}
p{margin: 0 0 1.75em;line-height: 1.7;}
dfn,cite,em,i {font-style: italic;}
blockquote {border: 0 solid #1a1a1a;border-left-width: 4px;color: #686868;font-size: 1.1875rem;font-style: italic;line-height: 1.4736842105;margin: 0 0 1.4736842105em;overflow: hidden;padding: 0 0 0 1.263157895em;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote p {margin-bottom: 1.4736842105em;}
blockquote cite,blockquote small {color: #1a1a1a;display: block;font-size: 1rem;line-height: 1.75;}
blockquote cite:before,blockquote small:before {content: "\2014\00a0";}
blockquote em,blockquote i,blockquote cite {font-style: normal;}
blockquote strong,blockquote b {font-weight: 400;}
blockquote > :last-child {margin-bottom: 0;}
address {font-style: italic;margin: 0 0 1.75em;}
code,kbd,tt,var,samp,pre {font-family: Inconsolata, monospace;}
pre {border: 1px solid #d1d1d1;font-size: 1rem;line-height: 1.3125;margin: 0 0 1.75em;max-width: 100%;overflow: auto;padding: 1.75em;white-space: pre-wrap;word-wrap: break-word;}
code {background-color: #d1d1d1;padding: 0.125em 0.25em;}
abbr,acronym {border-bottom: 1px dotted #d1d1d1;cursor: help;}
mark,ins {background: #007acc;color: #fff;padding: 0.125em 0.25em;text-decoration: none;}
big {font-size: 125%;}
.szovegtest_kapcsolodo{color: #0cff40;}
/* SEARCH FROM */
.searchForm{
	display: flex;
	background: #f7f6f2;
	padding: 0px;
	height: 35px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.searchForm input[type=search], .searchForm input[type=search]:focus, .searchForm input[type=search]:active {
	font-size: 15px;
	border: none;
	outline: none;
	background: none;
	box-shadow: none;
	background: #fff;
	height: 30px;
}
.searchForm button[type=submit]{
	background: #969696;
	border: none;
	outline: none;
	box-shadow: none;
	color:#fff;
	padding: 0px 10px;
	line-height: normal;
	font-size: 10px;
	height: 30px;
	border-radius: 0;
}
.searchForm button[type=submit] img{
	width: 16px;
	height: 16px;
	filter: brightness(1) invert(100);
}
.closeSearch{
	display: none;
}
.galleryImageCounter {
	background: #e53855;
	text-align: center;
	/* margin: auto; */
	color: white;
	padding: 15px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	border: 5px double #FFFFFF;
	border-radius: 10px;
	margin: auto;
}
.secondaryImage, .firstImageHolder {
	border: 5px solid #FFFFFF;
	border-radius: 15px;
}

/* END SEARCH FROM */
a {
    color:#e53855;
    font-weight: 600;
}
a:hover {
    color:#e53855;
}
#primary, .container.primary {
    padding: 20px 0px 20px 60px;
    background-color: #ffffff;
}
#primary, .container.primary-full {
    padding: 20px 80px 20px 80px;
    background-color: #ffffff;
}
.szerzocontainer{
    padding: 20px 80px 20px 80px!important;
}

#primary, .container.pagehead {
    padding: 20px 12px 20px 12px;
    background-color: #ffffff;
}
.ad-container {
    width: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.ad-container .ad-content {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    /*border: 1px solid #dedede;*/
}

.ad-container .ad-note {
    text-align: center;
    padding: 3px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #c7c7c7;
}
.reklam_text{
    text-align: center;
    padding: 3px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #c7c7c7;
}
.ad-content > div{
    margin: 0 auto;
}
#headerAd {
    background: #f2f2f2;
}

#frontPageBottomAd, #frontPageTopAd {
    background: #f2f2f2;
}

#headerAd .ad-content {
    height: auto;
    text-align: center;
}

#frontPageBottomAd  .ad-content, #frontPageTopAd .ad-content {
    height: auto;
}

#articleListAd1, #articleListAd2, #articleListAd3, #articleListAd4, #articleListAd5, #articleListAd6 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
#articleListAd4 {
    width: 370px;
    height: 370px;
}
#articleListAd5 {
    width: 370px;
    /*height: 600px;*/
}
#articleListAd6 {
    width: 370px;
    height: 370px;
}

#articleListAd1 .ad-content, #articleListAd2 .ad-content, #articleListAd3 .ad-content, #articleListAd4 .ad-content {
    height: auto;
}

#sidebarAd1 {
    width: 380px;
    max-width: 380px;
    min-width: 300px;
    margin: 50px 0 50px 0;
    top: 50px;
    display: table;
    /*border-top: 2px solid #EB435E;*/
    /*border-bottom: 2px solid #EB435E;*/
    /*border-left: 4px solid #EB435E;*/
    /*border-radius: 30px 0px 0px 30px;*/
    padding: 25px 50px 25px 20px;
    /* margin-right: 50px; */
    background-color: #f2f2f2;
}

#sidebarAd1 .ad-content {
    height: auto;
}

#sidebarAd2 {
    width: 390px;
    bottom: 0px;
    top: 50px;
    display: table;
    /*border-top: 2px solid #EB435E;*/
    /*border-bottom: 2px solid #EB435E;*/
    /*border-left: 4px solid #EB435E;*/
    /*border-radius: 30px 0px 0px 30px;*/
    padding: 25px 0px 25px 20px;
    margin: 50px -15px 50px 0;
    background-color: #f2f2f2;
}

#sidebarAd2 .ad-content {
    height: auto;

}
#sidebarAd3 {
    width: 370px;
    margin: 0 auto 20px auto;
}

#sidebarAd3, #sidebarAd3 .ad-content {
    height: auto;
    max-width: 370px;
    min-width: 370px;
}


#articlePageAd1 .ad-content, #articlePageAd2 .ad-content, #articlePageAd3 .ad-content{
    height: auto;
}

.side-bar {
    height: 100%;
    display: inline-flex;
}

h1.page-title {
    color: #abacae;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 0 10px 0;
}

.lapozas {
    margin-bottom: 20px;
}

.lapozas .page-item {
    width: 30px;text-align:center;
}

.lapozas .page-item a {
    display: inline-block;
    color: #0c0002;
    padding: 3px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}

.lapozas .page-item a.active {
    display: inline-block;
    color: #e53855;
    padding: 3px;
    font-weight: 600;
}



.lapozas .page-item a:hover {
    color: #fff;
    background: #e53855;
}

.fb-page {
    width: 100%;
}

.fb-page > span {
    display: block !important;
    margin: 0px auto !important;
}
aside#secondary .widget.widget_recent_entries .widget-title-header{
    text-align: right;
    border-bottom: solid #e53855 2px;
}
aside#secondary .widget-title {
    color: #f2f2f2;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    background: #e53855;
    padding: 2px 5px;
    display: inline-block;
    margin-bottom: 0;
    width: 180px;
    text-align: right;
    max-width: 100%;
}
aside#secondary .widget-title a{
    color: #f2f2f2;
}
aside#secondary .widget.widget_recent_entries ul, #shootingGround ul{
    text-align: left;
    list-style: none;
}

aside#secondary .widget.widget_recent_entries ul a.post-title, #shootingGround ul a.post-title{
    color:#4b4744;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    /*Alpi   */
}
aside#secondary .widget.widget_recent_entries ul .post-date, #shootingGround ul .post-date,
aside#secondary .widget.widget_recent_entries ul .post-author, #shootingGround ul .post-author{
    display: block;
    font-size: 12px;
    color:#b4b4b4;
    padding-bottom: 5px;
}
#shootingGround ul .post-date{
    float: right;
}
#shootingGround ul .post-author{
    float: left;
}
aside#secondary .widget.widget_recent_entries ul .post-exercept,  #shootingGround ul .post-exercept{
    color:#4c4744;
    display: block;
    font-size: 16px;
}

span.edit-link{
    display: inline-block;
    background: #999999;
    padding: 3px 5px;
}
span.edit-link a.post-edit-link{
    color:#fff;
}
span.edit-link a.post-edit-link:hover{
    color: #e53855;
}
/*Laci modositas TODO: ossze kell szedni */
#shootingGround ul a.post-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#shootingGround ul span.post-date {
    font-size: 12px;
    color: #bcbcbc;
    text-transform: uppercase;
}

.body .p{
    font-size: 1.2rem;
}

.cmplz-blocked-content-container{
    display: block !important;
    background-image: none !important;
    height: 200px !important;
    overflow: hidden;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice{
    font-size: 25px !important;
    width: 100% !important;
    max-width: 100% !important;
}
.SearchInput {
    font-size: 16px;
    width: 200px;
    outline: none;
    border: none;
    padding: 0 10px;
}

.SearchInput:focus {
    outline: none;
    border: none;
}

::placeholder {
    color: #cbcbc9;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;

    display: flex;
    align-items: center;
}

.horizontal-center {
    text-align: center;
}

::selection {
    background: #000000; /* WebKit/Blink Browsers */
    color: #ffffff;
}
::-moz-selection {
    background: #000000; /* Gecko Browsers */
    color: #ffffff;
}

#content {
    background-color: #f2f2f2;
}

.newsletter_terms {
    font-size: 13px !important;
  color: #000 !important;
  margin-top: 10px;
}

.specialstyle {
    color: #ffffff !important;
}
.specialstyle a{
    color: #ffffff !important;
    font-size: 24px;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.specialstyle a:hover{
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.special_kiemeltkep {
    width: 100%;
}
.special_kiemeltkep_holder
{
    padding-top: 15px;
    padding-bottom: 25px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#frontPageBottomAd  .ad-content, #frontPageTopAd .ad-content {
   min-height: 250px;
    /*width:300px;*/
}

#articleListAd1 .ad-content, #articleListAd2 .ad-content, #articleListAd3 .ad-content, #articleListAd4 .ad-content {
    height: 250px;
    width:300px;
}

#sidebarAd1 .ad-content {
    height: 250px;
    width: 300px;
}

#sidebarAd2 .ad-content {
    width: 300px;
    height: 250px;
}
#sidebarAd3 .ad-content {
    height: 250px;
    width: 300px;
}
.custom-logo {
    width:240px;
    background-color: white;
}

header#masthead {
    background: #f2f2f2;
    padding: 0 0 0 0;
}

header#masthead .navbar-brand {
    position: absolute;
    top: 10px;
    left: 0;
}
#top-ad{
    padding: 20px 0 0 0;
    background: white;
}
header .navbar {
    height: 140px;
    padding: 0 0 0 0;
}

#menu-main-menu {
    position: absolute;
    bottom: -3px;
    right: 15px;
}

header#masthead .navbar-brand {
    position: absolute;
    top: 16px;
    left: 120px;
    margin-right: 0;
}

#menu-main-menu li {
    position: relative;
    padding: 0 5px;
}

#menu-main-menu li a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #454545;
    border-bottom: solid #eb435e 3px;
    padding-bottom: 20px;
    font-weight: 600;
    padding-right: 0px;
    padding-left: 10px;
}

#menu-main-menu li.current-menu-item a {
    color: #ff4a03;
}

#menu-main-menu li a:hover, #menu-main-menu li:hover a {
    color: #141412;
    border-bottom: solid #141412 3px;
}

#menu-main-menu li:last-child {
    padding-right: 0;
}

#top-nav {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(0, 0, 0, .5);
    padding-right: 10px;
    font-size: 14px;
    padding-bottom: 10px
}

#top-nav .current-date {
    position: relative;
    display: inline-block;
    padding-right: 3px;
    margin-right: 6px;
}

#top-nav .current-date:after {
    content: "";
    display: inline-block;
    background: #eb435e;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: calc(50% - 1px);
}

#openSearch {
    color: rgba(0, 0, 0, .5);
    font-size: 25px;
    display: inline-block;
    margin-left: 10px;
}

header .searchForm {
    right: 0;
    top: 0px;
    position: absolute;
    width: calc(100%);
    overflow: hidden;
}

header .searchForm.hidden {
    height: 0;
    padding: 0;
    border: none;
}

header .closeSearch {
    display: block;
    position: absolute;
    right: 50px;
    top: 9px;
    height: 15px;
    width: 15px;
    overflow: hidden;
    text-align: center;
}

header .closeSearch img {
    fill: grey;
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    vertical-align: top;
}


.top-header-container {
    background-color: #f2f2f2;
}
.top-header {
    background-color: #2b2f31;
    display: grid;
}

#top-menu{
    padding:0px;
}

#socialMenu, #socialMenu ul, #socialMenu ul li {
    display: inline-block;

}
.menu-social-menu-container {
    margin-left: 120px;
}
#socialMenu ul {
    list-style: none;
    margin: auto;
    line-height: normal;
    padding-top: 5px;
    padding-left: 0px;
}

#socialMenu ul li {
    padding: 0;
    margin: 0 2px;
    line-height: normal;
}

#socialMenu ul li a {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -2000px;
    line-height: normal;
    background-size: contain;
    background-repeat: no-repeat;

}
.header-social-items {
    float: left;
}
.header-elofizetes {
    float: right;
    margin-right: 120px;
}

#socialMenu ul li.facebook a, #mobileSocialMenu ul li.facebook a {
    background-image: url("../images/fb-icon.png");
}

#socialMenu ul li.youtube a, #mobileSocialMenu ul li.youtube a {
    background-image: url("../images/yt.png");
}

#socialMenu ul li.instagram a, #mobileSocialMenu ul li.instagram a {
    background-image: url("../images/insta.png");
}

#socialMenu ul li.mail a, #mobileSocialMenu ul li.mail a {
    background-image: url("../images/mail.png");
}
#socialMenu ul li a:hover{
    color:#eb435e;
}
/* MENU */
.menu-navigation {
    position: absolute;
    right: 0px;
    top: 40px;
}
.menu-search {
    position: absolute;
    right: 40px;
    top: 40px;
}
.btn-menu-toggler {
    width: 40px;
    height: 40px;
    padding: 0 0 0 0;
    border: none;
    background: #eb435e;
    color: #ffffff;
    outline:none;
    z-index: 1;
}
.btn-search-menu {
    font-size: 26px;
    width: 40px;
    height: 40px;
    padding: 0 0 0 0;
    background: #ffffff;
    color: #3e3e3e;
    outline: none;
    z-index: 1;
    border: 2px solid #eb435e;
}
.btn-menu-toggler:focus {
    outline: none;
    border: none;
}
.btn-search-menu:focus {
    outline: none;
    border: 2px solid #eb435e;
}
.btn-menu-toggler.change:hover {
    cursor: pointer;
}
#navbarToggleMenu {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
    border:2px solid rgba(235, 67, 94, 0.8);

}

#navigation-primary {
    display: inline-flex;
    width: 700px;
}
.navToggleInner{
    padding: 20px 0 20px 15px;
    background: rgba(255, 255, 255, 0.9);
}

#menu-menu_navigacio {
    display: block;
}

.nav-link {
    color: #ebdeeb !important;
}
.navigation-sub-items li, .navigation-sub-items a{
    font-family: "Exo", "Open Sans";
    text-decoration: none;
    color: #eb435e;
    font-size: 20px;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
.navigation-sub-items a:hover{
    color: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.sub-menu a{
    font-family: "Exo", "Open Sans";
    text-decoration: none;
    color: #eb435e;
    font-size: 24px;
    font-weight: 400;
    /*white-space: nowrap;*/
}

.navigation-sub-items ul {
    list-style: none;
}
.SecondMenu {
/*    padding-left: 20px;
    padding-right: 60px;*/
    padding: 0;
    margin: 0;
}
#Search_Form {
    position: absolute;
    right: 78px;
    top: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    border: 2px solid rgba(235, 67, 94, 0.8);
    /*padding: 0px 20px 0px 20px;*/
}
.SearchMenuHolder {
   height:auto;
    width: 280px;
}
.btn-search {
    font-size: 24px;
    padding: 0 5px 0 5px;
    background: #ffffff;
    color: #3e3e3e;
    outline: none;
    border: none;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
.btn-search:hover {
    color: #eb435e;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
.btn-search:focus {
    outline: none;
    border: none;
}
.header-elofizetes ul {
    color:#fff;
    display: flex;
    margin: 0;
    padding-inline-start: 0px;
}

.elofizetes-gomb-header a{
    display: block;
    background-color: #eb435e;
    padding: 10px 10px 10px 10px;
    color: #fefefe;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-left: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-decoration: none;
}
.elofizetes-gomb-header a:hover {
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
}

.mutasspeldat a{
    color: #fff !important;
    background-color: #660746;
    background-image: url(../images/mutass.png);
    background-repeat: no-repeat;
    background-position: 2px 7px;
    padding: 5px 10px 5px 45px;
    background-size: 30px;
}
#mainArticle {
    min-height: 70vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
#mainArticle .mainArticleContentHolder{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#mainArticle .articleTitle{
    width: 50%;

}
.author-article-image{padding-top:15px;}
#mainArticle .articleTitle a {
    background-color: rgba(235,67,94,0.6);
    display: inline;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    text-decoration-line: none;
  }
#mainArticle .articleTitle a:hover, #mainArticle .articleTitle a:focus{
    text-decoration: none;
}
#mainArticle .articleContent{
    padding: 10px 10%;
    text-transform: uppercase;
    color:#fff;
    text-align: justify;
    font-family: 'Exo', sans-serif;
    font-size: 16px;

}
#mainArticle .articleContent p{margin: 0;}

#customSection2Carousel{
    position: relative;
}

#customSection2Carousel .ad{
    position: absolute;
    right: 0;
    top:0;
    z-index: 2;
}

#customSection2Carousel .carousel-item{
    z-index: 1;
}

.articleTitle {
font-family: "Yeseva One", Arial, sans-serif;
padding:0;
    padding-top:5px;
    margin-bottom: 15px;
    line-height: 1;
}
.articleTitle a{
    font-weight: 400;
    color: #080808;
    font-size: 24px;
    margin-bottom: 1rem;
    text-decoration-line: underline;
    text-decoration-color: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);

}
.articleTitle a:hover{
    color: #eb435e;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.articleTitle_m {
    padding:0;
        padding-top:5px;
        margin-bottom: 15px;
        line-height: 1;
    }

.articleContent {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #080808;
    margin-bottom:25px;
}

ul {
    color: black;
    list-style: none;
  /*  list-style-image: url('../images/ul_fp.png'); */
}

.textArticleTitles ul li {
    background-image: url('../images/ul_fp.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    margin-left: -30px;
}
li a{
    color: #000000;
    font-family: "Yeseva One", Arial, sans-serif;
    text-decoration-line: underline;
    text-decoration-color: #eb435e;
    font-weight:100;
    font-size:20px;
    line-height:1.4;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
li a:hover {
    color: #eb435e;
    text-decoration-color: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.sectionTitle{
    border-bottom: 1px solid #EB435E;
    margin-bottom: 15px;
    margin-top: 5px;
}

.sectionTitle h3 {
    color: #eb435e;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
    font-size: 28px;
}
.sectionTitlex{
    margin-bottom: 15px;
    margin-top: 5px;
}

.sectionTitlex h3 {
    color: #eb435e;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
    font-size: 28px;
}
.sectionTitle h3:before {
    content: url('../images/h3_fp.png');
}
.latestCover {
    border-top: 2px solid #EB435E;
    border-bottom: 2px solid #EB435E;
    border-left: 4px solid #EB435E;
    border-radius: 30px 0px 0px 30px;
    padding: 25px 0px 25px 0px;
    margin-right: -15px;
    background-color: #f2f2f2;

}
.latestCover h3{
    color: #eb435e;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    font-weight: 300;
}

.textArticleTitles {
    margin-top: 15px;
}

section#custom5 .fullWidthArticle{
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
    text-align: center;
}
section#custom5 .sectionTitle, section#custom5 .sectionTitle h3{
    text-align: center;
    background: none;
    border: none;
}
section#custom5 .sectionTitleFullWidth h3{
    display: inline-block;
    background: #fff;
    color: #eb435e;
    border-radius: 7px;
    font-family: 'Exo', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    padding: 5px 30px 2px 30px;
}
section#custom5 .sectionTitle h3:before{
    content: '';
}

section#custom5 h2.articleTitle, section#custom5 h2.articleTitle a{
    font-size:70px;
    color:#fff;
    text-decoration-line: none;
}
section#custom5 h2.articleTitle a:focus, section#custom5 h2.articleTitle a:hover{
    text-decoration: none;
}
section#custom5 .articleContent{
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20%;
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    padding-top: 40px;
}
#newsletterSubscription{
    background-color:#eb435e;
    padding: 30px 0;
    text-align: center;
}
#newsletterSubscription label{
    font-size:25px;
    color:#fff;
    padding: 0 20px;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 0px;
    max-width: 100%;
}
#newsletterSubscription input[type=email]{
    border: none;
    outline: none;
    font-size: 24px;
    padding: 5px;
    margin: 0px 10px 0 10px;
    max-width: calc(100% - 10px);
}

#newsletterSubscription input[type=submit]{
    border: none;
    background: #000002;
    border-radius: 9px;
    padding: 5px 40px;
    color:#fff;
    outline: none;
    font-size:25px;
    text-transform: uppercase;
}
#newsletterSubscription input[type=submit]:hover{
    background: #fff;
    color:#000002;
}
.custom0 {
    background: #f2f2f2;
}
.custom1 {
    background: #f2f2f2;
}
.CoverImage {
    text-align: center;
}
.custom2 {
    background: #f2f2f2;
}
.custom3 {
    background: #f2f2f2;
}
.custom4 {
    background: #f2f2f2;
}
.custom5 {
    background: #f2f2f2;
}
.custom6 {
    background: #f2f2f2;
}

.section6 {
    padding-top: 15px;
}
.home_recommendations {
    background: #f2f2f2;
}
.home_inner {
    background: #ffffff;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.frontpage-number {
    font-size: 50px;
    font-family: "Yeseva One", Arial, sans-serif;
    color: #f7c3cc;
    display: inline-block;
    width: 20px;
}
.popularList .sectionTitle {
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.05em;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    border: none;
}
.popular-list {
    display: flex;
}
.popularList {
    background: #343434;
    padding: 30px 15px 30px 0px;
    margin: 15px -15px 35px 0;
    right: 0px;
}
.frontpage-title {
    display: inline-block;
    padding-left: 20px;
    padding-top: 12px;
}
.frontpage-title a {
    color: #ffffff;
    font-family: "Yeseva One", Arial, sans-serif;
    font-weight: 300;
    text-decoration-line: underline;
    text-decoration-color: #eb435e;
    font-size: 22px;
    line-height: 1.4;
}
.frontpage-title a:hover {
    color: #ffffff;
    text-decoration-line: underline;
    text-decoration-color: #ffffff;
}

.slider-arrows {
    float: right;
}
.slider-arrows i {
    font-size: 40px;
    color: #eb435e;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
.slider-arrows i:hover {
    color: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.slider-arrows a:hover {
    text-decoration-line: none;
}

.spacer {
    clear: both;
}

.opinionAuthor{
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
}

.opinionTitle a{
    font-family: "Yeseva One", Arial, sans-serif;
    font-size: 40px;
    color: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
.opinionTitle a:hover{
    color: #eb435e;
    text-decoration: none;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.opinionContent {
    color: #000000;
    font-size:16px;
}
.opinionContent p{margin-bottom:0;}
.opinionTextBlock {
    height: 100%;
    outline: none;
    border: none;
    padding: 20px;
    border-bottom: 6px solid #808080;
}
.opinionImage {
    outline: none;
    border: none;
    padding-bottom: 20px;
    text-align: center;
    height: 100%;
    padding-top: 25px;
}
.opinionImage img{
    width: 70%;
}
.opinionImageBlock{
    height:100%;
    align-items: center;
    display: flex;
    border-bottom: 6px solid #eb435e;
}
#customSection4Carousel{
    margin-bottom: 10px;
}
.CoverImage img{
    width: 240px;
}

.page-divider {
    height:20px;
    background-color: #f2f2f2;
}

.frontpage_button a{
    display: block;
    background-color: #eb435e;
    padding: 10px 10px 10px 10px;
    color: #fefefe;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.frontpage_button a:hover{
    text-decoration: none;
    background-color: #000000;
    color: #fefefe;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.frontpage-spacer {
    height:20px;

}
footer {
    background: #2b2f31;
    padding: 10px 0 5px 0;
    color: #fff;
    z-index: 1;
}

footer .footer-left {
    padding-top: 10px;
    text-align: center;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}

footer .footer-right {
    font-size: 18px;
    text-transform: uppercase;
}

.menu-footer_menu-container {
    height: 120px;
    line-height: 120px;
}
footer .widget .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .widget .menu a {
    color: #fff;
    color: #fff;
    padding-right: 15px;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    font-family: "Open Sans";
}
footer .widget .menu a:hover {
    color: #e53855;
    font-weight: 400;
}

.menu-footer_menu-container {
    height: 120px;
    line-height: 120px;
}

#mobile-menu {
    display: none;
    z-index: 1;
}

.footer-tamogato {
    padding-top: 15px;
    text-align: center;
}

.tamogato-title {
    font-size: 0.8rem;
}
#bannerImage{
    margin-bottom: 20px;
}
.single .post-thumbnail{
    position: relative;
}
.single .post-thumbnail.sponsored{
  /*  border: solid #a9a2a2 2px; */
    background: #636363!important;
    padding: 5px;
    position: relative;
    margin-left: 10px;
    padding-top: 3px;
}
.single .post-thumbnail.sponsored .articleTags{
    position: absolute;
    right: 5px;
    top:5px;
    z-index: 2;
}
.single .post-thumbnail.sponsored{
    z-index: 1;
}
.single .articleTags .articleTag{
    background: #292929;
    color:#fff;
    text-transform: uppercase;
    padding: 3px 5px;
}

.single .post-thumbnail .caption{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    color:rgba(255, 255, 255, 0.5);
}
.pageSimpleHead{
    margin-left: 60px;
    margin-right: 60px;
}
.single h1.entry-title{
    font-family: "Yeseva One", Arial, sans-serif;
    color: #000000;
    font-size: 50px;
    margin: 20px 0 10px 0;
    font-weight: 300;
}
.single .article-meta{
    font-size: 16px;
    color:#bababa;
    margin-bottom: 0px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
.single .article-meta .article-category{
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 0 5px 0 5px;
    border-right: 1px solid #000000;
}
.single .article-meta .article-category a{
    color: #eb435e;
    font-weight: 600;
    padding: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
.single .article-meta .article-category a:hover{
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.single .article-meta .article-author{
    float: left;
    color: #000000;
    padding: 2px 15px 0 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.single .article-author-image{
    text-align: center;
    margin-bottom: 10px;
}
.single .article-author-image img {
    border-radius: 50%;
}
.single .loter-author-image{
    text-align: center;
    margin-bottom: 10px;
}

.loter-content {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #efefef;
}
.loter-excerpt {
    color: #4b4744;
}
.loter-date {
    color: #b4b4b4;
    font-size: 12px;
}
.loter-title {
    font-size: 23px;
    color: #e53855;
    padding: 0;
    margin: 0 0 10px 0;
}
.single .article-meta .article-date{
    float: left;
    color: #000000;
    padding: 2px 15px 3px 5px;
    text-transform: uppercase;
    font-size: 14px;
    border-right: 1px solid #000000;
}
.single .article-meta:after{
    clear: both;
    content: '';
}
.article-exercept{
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    /* font-weight: 600; */
    color: #1b1b1b;
    padding-bottom: 20px;
    padding-top: 20px;
}
.article-exercept p{margin: 0;}

#relatedPosts > h3{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color:#bababa;
}
#relatedPosts article{
    margin-bottom: 20px;
}

#relatedPosts .article-title, #relatedPosts .article-title a{
    font-size: 23px;
    color:#e53855;
    padding: 0;
    margin: 0 0 10px 0;
}

#relatedPosts .article-excerpt{
    color:rgba(0,0,0,.5);
}
#articleTags{
    margin: 20px 0;
}
#articleTags a.articleTag{
    display: inline-flex;
    color: #e53855;
    padding: 0px 10px;
    border: 1px solid #e53855;
    font-size: 20px;
    margin: 5px 10px;
    text-transform: lowercase;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
#articleTags a.articleTag:hover{
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
.holderTag {
    text-align: center;
    padding: 5px;
}

.entry-content{
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 20px;
}

    .ro-disclaimer {
        background-color: #ecece9;
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        padding: 15px;
        border-radius: 6px;
        margin: 15px;
        width: 40%;
        float: right;
    }

/* Percről-percre */
.minutePost {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #efefef;
}

.minutePost h5{
    font-size: 25px;
    color: #4c4744;
    padding-left: 5px;
    border-left: 3px solid #ff4800;
}

.minute-date {
    font-size: 12px;
    background: #999999;
    color: white;
    float: left;
    padding: 2px 5px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 3px;
}
.blog-about-author {
    background-color: #ecece9;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
    border-radius: 3px;
    margin: 5px;
}

.position-relative{
    position: relative;
}
.v-center{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.top-ad1 {
    padding: 25px 0 20px 0;
}
.lead {
    display: none;
}

#mainImage {
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
#mainImage iframe{
    width:100% !important;
    height: 100% !important;
    min-height: 100vh !important;
}

.figure{
    display: block;
    text-align: center;
}

.comments-area {
    margin-bottom: 30px;
    margin-top: 20px;
}

.comments-area button {
    color: #ffffff;
    background-color: #eb435e;
    width: 80%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0;
}
.comments-area button:hover {
    color: #ffffff;
    background-color: #000000;
    width: 80%;
}
#pre-footer {
    background-color: #ffffff;
}
.nepszeru-a-rovatbol {
    padding-top: 30px;
    padding-bottom: 30px;
}

.nepszeru-a-rovatbol h3{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    padding-bottom: 20px;
    color: #eb435e;
}

.opinionImageBlockSingle {
    align-items: center;
    border-bottom: 6px solid #eb435e;
}
.opinionImageSingle {
    outline: none;
    border: none;
    padding: 20px;
    text-align: center;

}

.article-authorOpinion{
    font-family: 'Exo', sans-serif;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 600;

}
.pageVelemenyHead {
    padding-bottom:20px;
}
.headShareButton {
    float: right;
}
.isSponsored {
    background-color: #efe0df!important;
}
.sponsoredTag {
    background-color: #b67c81;
    color: #ffffff;
    padding: 0px 10px;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
}
.entry-sponsored-title {
    font-family: "Yeseva One", Arial, sans-serif;
    color: #ffffff;
    font-size: 50px;
    margin: 20px 0 10px 0;
    font-weight: 300;
    background-color: #b67c81;
    display: table;
}
#relatedPostsSide {
    display: table;
    border-top: 2px solid #EB435E;
    border-bottom: 2px solid #EB435E;
    border-left: 4px solid #EB435E;
    border-radius: 30px 0px 0px 30px;
    padding: 25px 0px 25px 30px;
    margin-right: -15px;
    background-color: #f2f2f2;
    height: fit-content;
    font-size: 16px;
}
#relatedPostsSide h3{
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Exo', sans-serif;
    color: #EB435E;
}

#relatedPostsSide ul li {
    background-image: url('../images/ul_fp.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    margin-left: -30px;
}

#relatedPostsSide ul {
    margin-bottom: 5px;
}
#relatedPostsSide li a{
    color: #000000;
    font-family: "Yeseva One", Arial, sans-serif;
    text-decoration-line: underline;
    text-decoration-color: #eb435e;
    font-weight:100;
    font-size:20px;
    line-height:1.4;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}
#relatedPostsSide li a:hover {
    color: #eb435e;
    text-decoration-color: #000000;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}



#relatedPostsSide h3 a{
    color: #000000;
    font-family: "Yeseva One", Arial, sans-serif;
    text-decoration-line: underline;
    text-decoration-color: #eb435e;
    font-weight: 100;
    font-size: 20px;
    line-height: 1.4;
}


#adPostsSide {
    display: table;
    border-top: 2px solid #EB435E;
    border-bottom: 2px solid #EB435E;
    border-left: 4px solid #EB435E;
    border-radius: 30px 0px 0px 30px;
    padding: 25px 0px 25px 0px;
    margin-right: -15px;
    background-color: #f2f2f2;
}

.noilog-single {
    font-family: 'Exo', sans-serif;
    background-color: #eb435e;
    padding: 5px 20px 0 20px;
    color: #ffffff;
    font-size: 24px;
    margin: 10px 0px 15px 0px;
}

.noilog-full {
    padding: 15px 0px 15px 0px;
}

.single-section-divider {
    height: 30px;
    background-color: #f2f2f2;
}

.single-section-padding {
    padding-left: 20px;
    padding-right: 20px;
}
.cikk_border.container{
    padding-left: 0!important;
  padding-right: 0!important;
}
#single-content p{
    font-size: 17px;
    color: #000000;
}
#single-content figure, #single-content figure img{
    max-width: 100% !important;
}

#single-content blockquote{
    font-family: "Yeseva One", Arial, sans-serif;
    font-size: 20px;
    color: #EB435E !important;
    font-weight: 600;
    border: 0;
    quotes: "\201C""\201D""\2018""\2019";
}

#single-content blockquote span{
    color: #EB435E !important;
}
#single-content blockquote p{
    color: #EB435E !important;
}
#single-content blockquote:before {
    position: absolute;
    content: open-quote;
    font-size: 4em;
    margin-left: -0.6em;
    margin-top: -0.4em;
    color: #EB435E;
}
#single-content ul {
    list-style: none
}

#single-content li {
    counter-increment: li;
}

#single-content ol {
    list-style: none;
    counter-reset: li;
}

#single-content ol li::before {
    content:"." counter(li) "";
    color: #000000;
    display: inline-block;
    width: 1em; margin-left: -1.5em;
    margin-right: 0.5em; text-align: right; direction: rtl}

#single-content hr {
    border-top: 1px solid #EB435E;
}

/*
#single-content p:first-of-type::first-letter {
    font-size: 80px;
    font-weight: 400;
    color: #eb435e;
    float: left;
    line-height: 80px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 5px;
}*/
#interestingPostsSide {
    height: fit-content;
    display: table;
    width: 400px;
    border-top: 10px solid #EB435E;
    padding: 25px 0px 0px 30px;
    margin-right: -15px;
    background-color: #f2f2f2;
}

#interestingPostsSide h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Exo', sans-serif;
    color: #EB435E;
    line-height: 40px;
}

.SidePostTitle{
    text-align: center;
}
.interestingArticleTitle{
    text-align: center;
    margin-bottom: 20px;
}
.interestingArticleTitle a{
    font-family: "Yeseva One", Arial, sans-serif;
    font-weight: 400;
    color: #080808;
    font-size: 24px;
    margin-bottom: 1rem;
    text-decoration: none;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);

}
.interestingArticleTitle a:hover{
    color: #eb435e;
    text-decoration: none;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.keretes-iras {
    background-color: #f2f2f2;
    padding: 10px;
    display: block;
    margin: 0px 20px 20px -120px;
    width: 45%;
    clear: both;
    float: left;
    border-top: 2px solid #EB435E;
    border-bottom: 2px solid #EB435E;
    border-right: 4px solid #EB435E;
    border-radius: 0px 30px 30px 0px;
}

.keretes-cim {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Exo', sans-serif;
    color: #EB435E;
}

#aboutauthorPostsSide {
    width: 380px;
    max-width: 380px;
    min-width: 300px;
    margin: 50px 0 50px 0;
    display: table;
    border-top: 2px solid #EB435E;
    border-bottom: 2px solid #EB435E;
    border-left: 4px solid #EB435E;
    border-radius: 30px 0px 0px 30px;
    padding: 25px 0px 25px 30px;
    margin-right: -15px;
    background-color: #f2f2f2;
    height: fit-content;
}

#aboutauthorPostsSide h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Exo', sans-serif;
    color: #EB435E;
}

#aboutauthorPosts {
    font-style: italic;
}


#aboutauthorPosts h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Exo', sans-serif;
    color: #EB435E;
    font-style: normal;
    border-bottom: 5px solid #EB435E;
    display: table;
}

.mainTag {
    font-size: 20px;
    display: table;
    margin-bottom: 5px;
    padding: 5px 20px 2px 20px;
    font-family: 'Exo', sans-serif;
}

.SocialContentbox {
 margin: 10px 0 30px 0;
}
.korabban_p{padding: 0 15px 0 0;}
.SassyButtons {
margin-top: 10px;
}

.Postnewslettersubscribe {
    text-align: center;
  margin-top: 15px;
  background-color: #f0f0f0;
  padding: 15px;
}
.Postnewslettersubscribe p{margin:0;}
.single_button a {
    display: block;
    border: 2px solid #eb435e;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #eb435e;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.single_button a:hover{
    text-decoration: none;
    background-color: #eb435e;
    color: #fefefe;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.Postnewslettersubscribe label{
    color: #eb435e;
}

.Postnewslettersubscribe input[type=submit]{
    background-color: #EB435E;
    color: #ffffff;
    border: none;
}

.Postnewslettersubscribe input[type="email"]{
    border: none;
    border-bottom: 2px solid #EB435E;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
}

.Postnewslettersubscribe input:focus{
    border: none;
    outline:none;
    -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
    border-bottom: 2px solid #000000;
}

.aboutauthorText{
    text-align: left;
    padding-right: 20px;
}
.noileg-foszin {
    color: #eb435e;
}
.cikk_border h5{margin-top: 10px;}

.elofizetogomb {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(90deg,#e53450 0%,#794595 100%);
    border-radius: 100px;
    border: 0px solid #8c4;
    border-width: 0px 0px 0px 0px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6),0px 1px 2px rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 20px;
    font-family: arial;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    width: 100%;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-right: 40px;
    text-align: center;
    margin-top: 5px;
}

.elofizetogomb > i {
    color: #ffffff;
    font-size: 1.1em;
    background: #794595;
    border-radius: 100px;
    border: 0px solid rgba(47.450980392156886%,27.058823529411768%,58.43137254901962%,0.147);
    border-width: 0px 0px 0px 0px;
    padding: 14px 17px 14px 17px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: -1px;
    right: 0px;
    box-shadow: -2px 0px 6px 0px rgba(0,0,0,0.4);
}
.elofizetogomb > .ld {
    font-size: initial
}

.sajatgomb {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(90deg,#69328a 0%,#4cc1e4 100%);
    border-radius: 100px;
    border: 0px solid #8c4;
    border-width: 0px 0px 0px 0px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6),0px 1px 2px rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 20px;
    font-family: arial;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    width: 100%;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-right: 40px;
    text-align: center;
    margin-top: 5px;
}

.sajatgomb > i {
    color: #ffffff;
    font-size: 1.1em;
    background: #4cc1e4;
    border-radius: 100px;
    border: 0px solid rgba(47.450980392156886%,27.058823529411768%,58.43137254901962%,0.147);
    border-width: 0px 0px 0px 0px;
    padding: 14px 15px 14px 15px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: -1px;
    right: 0px;
    box-shadow: -2px 0px 6px 0px rgba(0,0,0,0.4);
}
.sajatgomb > .ld {
    font-size: initial
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

p ul {
    list-style: initial;

}

p li::marker {
    color: #eb435e;
}

.subtitle{
    font-style: normal;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
}
  .korabban_irtuk{
    margin-top: 15px;
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 30px;
  border-left: 2px solid #EB435E;
  border-right: 2px solid #EB435E;
  } 
  .korabban_irtuk h3{
  color: #eb435e;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  font-weight: 300;

  font-size: 28px;
  }
  .korabban_irtuk a{
    font-family: "Yeseva One", Arial, sans-serif;
  font-weight: 400;
  color: #080808;
  font-size: 24px;
  }
  .korabban_irtuk a:hover{
    color: #eb435e;
  }

    .citate{background-image:url('../images/quote.svg');background-repeat:no-repeat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    padding-left: 55px;
    background-size: 30px;
    margin-bottom: 25px;}
    
    
    #single-content ul, .cikk_border ul{
        margin-bottom: 5px;
    }
    #single-content ul li, .cikk_border ul li{
        background-image: url('../images/ul_fp.png');
        background-repeat: no-repeat;
        line-height: 30px;
        padding-left: 30px;
        margin-left: -30px;
    }
    #single-content ul li a, .cikk_border ul li a{
        color: #000000;
        font-family: "Yeseva One", Arial, sans-serif;
        text-decoration-line: underline;
        text-decoration-color: #eb435e;
        font-weight: 100;
        font-size: 20px;
        line-height: 1.4;
        -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
        -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
        -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
        transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
      }
    
    .innertext{
    color: #eb435e;font-size: 1.25rem;font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom:15px;
    }
    .innertext_row{
        color: #eb435e;font-size: 1.25rem;font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        display:inline;
        }
        .new_newblock{
            border-top: 2px solid #EB435E;
            border-bottom: 2px solid #EB435E;
            border-left: 4px solid #EB435E;
            border-radius: 30px;
            padding: 25px;
            margin-right: 0;
            background-color: #f2f2f2;
            height: fit-content;
            border-right: 4px solid #EB435E;
            margin-bottom: 20px;}
        .firstrowblock{display:inline;font-size: 20px;}

        .cikkgaleria {
            position: relative;
          }
          .cikkgaleria .gal {
            position: absolute;
            left: 20px;
            bottom: 20px;
            z-index: 2;
            width: 40px;
          }
          .foto_alatt {
            margin-top: -10px!important;margin-bottom: 0!important;
            font-weight: 600;
          }
         
          .text-uppercase {
            text-transform: uppercase !important;
          }

          .sectionTitle.szh h3{color:#E43A3E}
          .sectionTitle.szh {
            border-bottom: 1px solid #E43A3E;
          }
          .sectionTitle.kr h3{color:#007cb2}
          .sectionTitle.kr {
            border-bottom: 1px solid #007cb2;
          }
          .sectionTitle.szh h3::before {
            content: url('../images/h3_fp_szh.png');
          }
          .sectionTitle.kr h3::before {
            content: url('../images/h3_fp_kr.png');
          }
          .tvd{background-color: #eb435e;}
          .imgtv{position:relative;margin-bottom: 15px;}
          .tv{
            position: relative;
          }
          .vidhdrv p{color:#fff;}
          .tvinner{
            
            padding: 25px;
            width: 100%;
            position:relative;
          
          }
          .lejatszo {
            position: absolute;
            left: 25px;
        bottom: 25px;
            padding:0;
            width: 100px;
        height: 100px;
        }
        .lejatszo img{width:100%;}
        .lejatszo2 {
        position: absolute;
        left: 5px;
        bottom: 5px;
        padding:0;
        }
        .lejatszo2 img{width:100%;}
        .k-nagy {
            font-family: "Yeseva One", Arial, sans-serif;
            color:#fff;
            font-style: normal;
            font-weight: 800;
            font-size: 2rem;
            line-height: 40px;
            margin-bottom: 15px;
            }
            .k-kicsi{
                font-family: "Yeseva One", Arial, sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 1.2rem;
                line-height: 26px;
                margin-bottom: 0;
            color:#fff;}
            
            
              .cikk {
                padding-top: 25px;
              }
              .videok {
                max-width: 180px;
              }
              .col-megamenu_footer {
                padding-left: 30px;
                border-left: 0.5px solid #fff;
                height: 91%;
                text-align:left;font-family: "Open Sans";
                margin-top:20px;
              }
              .col-megamenu_footer.frf {
                margin-top:20px;
                border-left: none;
               
              }
              .col-megamenu_footer .title {
                font-style: normal;
                font-weight: 900;
                font-size: 25px;
                line-height: 40px;
                position: relative;
                color: #fff;
                font-family: "Yeseva One", Arial, sans-serif;
              }
              .list-unstyled {
                padding-left: 0;
                list-style: none;
              }
              .col-megamenu_footer ul li {
                margin-bottom: 4px;
              }
              .col-megamenu_footer ul li a {
     
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 24px;
                color: #fff;
                text-decoration: none;
                font-family: "Open Sans";
              }
              .col-megamenu_footer ul li a:hover{
                color: #eb435e;
              }
              .mediaimg img {
                margin: 0 10px;
                  margin-right: 10px;
                  margin-bottom: 0px;
                  margin-left: 10px;
                height: 41px;
              }

              .szoveg-cikk{margin-bottom: 20px;}
              .smart_banner{
                overflow: hidden;
                width:100%;
                position:fixed;
                top:0;
                z-index: 99999;
                filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
                top: -145px;
            }
            .smart_banner.show{top: 0px;animation: slidedown 1s ease-in-out;}
            .smart_banner.hidden{top: -145px;animation: slidedown2 1s ease-in-out;}
            @keyframes slidedown {
                0% {
                  /* since the .foo class is set to bottom: 0, we will start at 0% to 160px*/
                  top: -145px;
                }
                100% {
                  /* we end at 0, which will be the bottom of the parent divs height */
                  top: 0px;
                }
              }
              @keyframes slidedown2 {
                0% {
                  /* since the .foo class is set to bottom: 0, we will start at 0% to 160px*/
                  top: 0px;
                }
                100% {
                  /* we end at 0, which will be the bottom of the parent divs height */
                  top: -145px;
                }
              }
              .smart_banner_inner{
                position: relative;
                width: 100%;
                pointer-events: auto;
                background-color: #3F3C3C;
                background-clip: padding-box;
                border: 1px solid rgba(0,0,0,.2);
                border-bottom-left-radius: 2rem;
                border-bottom-right-radius: 2rem;
                outline: 0;
                z-index: 999999;
                margin: 0;
              }
              .btn_dsmart1 {
                font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            border-radius: 20px;
            color: white;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
            border-color: #fff;
              }
            
              .btn_dsmart2 {
                font-family: 'Open Sans', sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 14px;
              line-height: 24px;
                  background-color: #eb435e;
                  border-radius: 20px;
                  color: white;
                  padding-left: 15px;
                  padding-right: 15px;
                  margin-left: auto;
                  margin-right: auto;
                  border-color: #eb435e;
              }
              .b_text {
                padding-top: 1rem;
                font-family: 'Open Sans', sans-serif;
                font-style: normal;
                font-size: 20px;
                line-height: 32px;
                text-align: left;
                color: #fff;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
              }
              .b_img img {
                width: 55px;
              }
              .b_img {
                padding-top: 1rem;
              }
              .button_d_2 {
                font-family: "Encode Sans Expanded";
                font-style: normal;
                font-weight: normal;
                font-size: 18px;
                line-height: 32px;
                width: 48%;
                display: inline-block;
                text-align: center;
                color: #FFFFFF;
                padding: 0.2rem 0;
                margin: 0.5rem 0;
              }
              .button_d_1 {
                font-family: "Encode Sans Expanded";
                font-style: normal;
                font-weight: normal;
                font-size: 18px;
                line-height: 32px;
                width: 50%;
                display: inline-block;
                text-align: center;
                color: #FFFFFF;
                position: relative;
                padding: 0.2rem 0;
                margin: 0.5rem 0;
              } 
              .modal#plus18  .modal-content .modal-body{color:#fff;}
.p18_1{
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 32px;
text-align: center;
text-transform: uppercase;
color: #000;
}
.p18_2{font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 900;
font-size: 40px;
color: #000;
border: 10px solid #e53855;
border-radius: 50px;
width: 100px;
height: 100px;
line-height: 75px;
text-align: center;
margin-top: 25px;
margin-bottom: 20px;
}
.p18_3{font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 32px;
margin-bottom: 20px;
text-align: center;

color: #000;}
.p18_4{font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
width: 50%;
display: inline-block;
text-align: center;
color: #000;
position:relative;}
.p18_4 a{border: none;
    background: #000002;
    border-radius: 9px;
    padding: 5px 20px;
    color: #fff;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;line-height: 1.3;display:block;}
.p18_4 a:hover{background:#e53855;}

.p18_5{font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
width: 48%;
display: inline-block;
text-align: center;

color: #000;}
.p18_5 a{border: none;
    background: #000002;
    border-radius: 9px;
    padding: 5px 20px;
    color: #fff;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;line-height: 1.3;display:block;}
.p18_5 a:hover{background:#e53855;}
img.podcastimg{border: 0.5px solid #000000;}
.podcastcol{border-left: 0.5px solid #000;padding-left: 0;}
.podcastiframe{margin-left: -6.5rem;}
.podcastiframe iframe{height:180px;width:100%;}
.logincim{
  font-family: "Roboto Slab";
font-style: normal;
line-height: 38px;
color: #000;padding: 0 5px;position:relative;
font-weight: 800;
font-size: 38px;
}
/*cookie*/
#page-mask{position:fixed;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.45);top:0;left:0;display:none;z-index:999;}
#jscookiemodal{width:100%;height:auto;padding: 1em;background-color: white;position:fixed;bottom:0;left:0;z-index:9999;}
#js_setup_div{width: 950px;height:600px;padding: 1em;box-shadow: 1px 1px 3px rgba(0,0,0,0.35);background-color: #fff;margin-left:auto;margin-right:auto;margin-top: 100px;display:none;z-index:99999;}
#js_setup_div .easy-modal-inner{overflow-y:auto;height:440px;}
.c_setup_header{width:100%;border-bottom:1px solid #F5F5F5;height:50px;}
.easy_modal_f{border-top:1px solid #F5F5F5;}
.c_helper{padding:10px;}
.c_infos{font-size: 22px;display:block;margin-bottom:5px;margin-top: 20px;font-family: 'Open Sans', sans-serif;}
.acordit{font-weight:bold;border-top:1px solid #E5E5E5;border-left:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;border-right:1px solid #E5E5E5;padding:10px;cursor:pointer;position:relative;margin-top:5px;}
.acordit.tgl{border-bottom:none;}
.acordit_txt{display:none;padding:10px;border-bottom:1px solid #E5E5E5;border-left:1px solid #E5E5E5;border-right:1px solid #E5E5E5;}
.acordit_txt.opened{display:block;}
.acordit i { position:absolute;
  right: 20px;
  top:14px;
  transition: all 300ms ease-in 0s;}
.acordit i.active {
    transform: rotate(180deg);
}

.c_title{font-size:26px;margin-bottom:20px;display:inline-block;line-height: 33px;
color: #6a6d70;
font-family: "Yeseva One", Arial, sans-serif;margin-top: 30px;
}

.c_accept {
    background-color: #e53855;
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;

    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.c_setup,.invertedbb {
    background-color: #000002;
    border-radius: 20px;
    color: white;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;

    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.c_setup:hover,.invertedbb:hover{background: #e53855!important;color:#fff;}
.c_accept:hover{background: #000002;color:#fff;}

.c_accept.mobilea{display:none!important;width:100%;margin-bottom:10px;}
.c_setup.mobilea{display:none!important;width:100%;margin-bottom:10px;}



img.c_logo{display:block;width: 114px;}

.toggle-switch {
  position: relative;
  width: 60px;
  display: inline-block;
	margin-top: 10px;
}
.c_set_t1{display: block; margin-top: 0;font-weight: bold;font-size: 14px;
margin-top: 10px;}
.c_set_t2{display: none; margin-top: 0;font-weight: bold;font-size: 14px;
margin-top: 10px;}
.toggle-switch input {
  display: none!important;
}
.toggle-switch-wrapper {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.toggle-switch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before, .toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #FFFFFF;
  color:#929292;
  background-color: #F5F5F5;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.toggle-switch-inner:before {
  content: "";
  padding-left: 15px;
  border-radius: 20px 0 0 20px;
  background-color: #74F0BA;
}
.toggle-switch-inner:after {
  content: "";
  padding-right: 15px;
  text-align: right;
  border-radius: 0 20px 20px 0;
}
.toggle-switch-switch {
  width: 20px;
  margin: 0;
  border: 2px solid #d8d8d8;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #f8f8f8;
  line-height: 1em;
  text-shadow: 0 0 1px #ADADAD;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  background-color: #f0f0f0;
  background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.toggle-switch input:checked + .toggle-switch-inner {
  margin-left: 0;
}
.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
  right: 0;
}
.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #D15E5E;
  background: #D15E5E;
}
.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #DFD271;
  background: #DFD271;
}
.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #7BC5D3;
  background: #7BC5D3;
}
.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #63CC9E;
  background: #63CC9E;
}
.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #6AA6D6;
  background: #6AA6D6;
}

.lean-overlay {
  z-index: 1000000 !important;
}

#js_setup_div p{font-size:16px;padding: 0 5px;margin-bottom: 10px;line-height: 28px;}
#jscookiemodal p{font-size:16px;}
.popularList h2{
    text-align: center;
  color: #fff;
  font-family: 'Exo', sans-serif;
  margin-bottom: 20px;
}
.popularList ul li{
    margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 46px;
  min-height: 70px;
}
.popularList ul li a{color: #fff;
    text-decoration: none;}
.popularList ul li a i{font-size: 14px;}
.popularList ul li a:hover{color: #eb435e;}
.popularList ul li.counter_0:before{
    content:"1";
}
.popularList ul li.counter_1:before{
    content:"2";
}
.popularList ul li.counter_2:before{
    content:"3";
}
.popularList ul li.counter_3:before{
    content:"4";
}
.popularList ul li.counter_4:before{
    content:"5";
}
.popularList ul li:before {
    font-size: 64px;
     color: #f9aec2;
    position: absolute;
    left: -14px;
    top: -16px;
    font-weight: 400;
  font-family: "Yeseva One", Arial, sans-serif;
  }
.heateorSssFacebookBackground{
    background-color: #eb435e!important;
  color: #fff!important;
}
.heateorSssInstagramBackground{
    background-color: #eb435e!important;
  color: #fff!important;
}
.heateorSssYoutubeBackground{
    background-color: #eb435e!important;
  color: #fff!important;
}
.videoreklam_text {
    color: #fff;
    font-size: 17px;
    text-align:left;
    padding-top: 25px;
  }
.videoreklam_text h3{
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
 .video_link{
border: none;
  background: #fff;
  border-radius: 26px;
  padding: 10px 15px;
  color: #eb435e;
  outline: none;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
 } 
 .video_link:hover{background: #080808;
    color: #fff;}
 .videoreklam{background-color: #eb435e;position:relative;}
 .player {
    position: relative;border: 6px solid #EB435E;border-radius:28px;margin: 40px 0;
    background-image:url("../radio/waveform.png");
    background-position: 200px center;
    background-repeat: no-repeat;
    background-size: 77%
  }
  .cover {
    height: 165px;
    width: 165px;
    position: absolute;
    top: -30px;
    left: 20px;
  }
  .button-items {
    padding-left: 200px;
  }
  
  .controls {
    height: 105px;position: relative;
  }
  .felirat{
      background-image:url("../radio/hallgasd-bg.png");
    background-position: left;
      background-repeat: no-repeat;
      position:absolute;
      top: 28px;
    height: 50px;
    width: 105px;
    background-size: 100%;
    left: 83px;
      color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
  }
  #play5 {
    bottom: 22px;
    left: 180px;
  position: absolute;
  cursor:pointer;
  }
  #play5 img{width:60px;}
  .nexrres{
    font-size: 25px;
  text-align: center;
  }

  .btn-contact {
    border: none;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    background: #eb435e;
    border-radius: 26px;
    padding: 10px 15px;
    color: #fff;
    outline: none;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .btn-contact:hover {
    background: #080808;
    color: #fff;
  }

  .form-check-input:checked{
    background-color: #eb435e!important;
  border-color: #eb435e!important;
  }
  .radio_url:hover .player .button-items .controls #play5 svg .st1{fill: #080808!important;}
  #customSection3Carousel{height:360px;}
  .carousel-control-prev, .carousel-control-next {
    width: 9%;
    font-size: 21px;
  }
  .article-thumbnail img{width:100%;}
  .catadd{margin: 25px 0;}
  .container.primary span{
    font-size: 17px;
    line-height: 1.7;
  }
  .up_0{width:100%;height:50px;background-color:#fff;}
              .up_1{width:100%;height:38px;background-color:#f2f2f2;position:relative;}
              .up_in{position: absolute;
                top: -40px;
                left: 0;
                width: 100%;margin-left:0px}
            .up_2{width:100%;height:50px;background-color:#fff;border-top:2px solid #eb435e}

            .ytvideo{
                height: 0;
                padding-bottom: 56.2%;
                position: relative;
              }
              .ytvideo iframe{
                width: 100%;
                height: 100%;
                position: absolute;
              }
              .ytvideo2 {
                height: 0;
                padding-bottom: 26.2%;
                position: relative;
                padding-top:15px;
              }
              .ytvideo2 iframe{
                width: 100%;
                height: 100%;
                position: absolute;
              }
              .ajanlo_badget{
                color: #eb435e;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 13px;
                font-family: 'Exo', sans-serif;
                -webkit-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
                -moz-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
                -o-transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
                transition: all 300ms cubic-bezier(0.515, 0.140, 0.550, 0.920);
                margin-top: 10px;
                margin-bottom: 0;
              }
              .dobozlogo{
                    width: 225px;
                    margin-bottom: 10px;
                    margin-left: 5px;
              }
              .dobozlogo2{
                width: 180px;
                margin-bottom: 10px;
                margin-left: 5px;
          }
              .otherh3{
                margin-bottom:0;
              }
              .szhsectitle{
                border-bottom: 1px solid #E43A3E;
              }
              .krsectitle{
                border-bottom: 1px solid #007cb2;
              }
            
 .news_e_con{padding-top: 0!important;}            
 .entry-content h5 .noileg-foszin{font-size: 20px;}
 .fotocikk h5 .noileg-foszin{font-size: 20px;}
 .imgcont{text-align: center;}
 img.portr{max-width: 500px;}
 .kepelotti{margin-top: 15px;}
 .borderdiv{
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    max-width: 100%;
    padding: 1.75em;
    font-style: italic;
    font-size: 18px;
  }
  .srcbutton{
    border: none;
  background: #000002;
  border-radius: 9px;
  padding: 5px 40px;
  color: #fff;
  outline: none;
  font-size: 25px;
  text-transform: uppercase;
  border: 1px solid #000002;
  }
  .srcbutton:hover {
    background: #fff;
    color: #000002;
    border: 1px solid #000002;
  }
  .datepicker-dropdown{border: 0.5px solid  #D24605;box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, 0.5);}
td.day{padding:10px;}
.datepicker table tr td.active{
  background-color: #eb435e!important;background-image:none!important;
}
th.prev,th.next,th.datepicker-switch{padding-top:10px;padding-bottom:10px;}
.form-control[readonly] {
  background-color:  #fff!important;
}
.keresform_page {
    background-color: #f2f2f2;
  }
  .keresform_page label, h1.keresform_title, .separationdate {
  margin-bottom: 15px;
  margin-top: 5px;
  }
  .comment_keres {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000002;
  }
  .gasztroliget{
    background-color: #fff;
    position:relative;
    margin: 80px 0;
    margin-left: -15px;
  margin-right: -15px;
  }
  .cikk_gasztro img{
    margin-bottom:15px;
  }
  .gasztroliget_m{
    background-color: #fff;
    position:relative;
    margin: 80px 0;
    padding: 0 10px;
  }
  .gasztroliget_inner{
    padding: 20px 15px;
    margin: 20px;
    background-color: #3f3d3e;
    z-index: 2;
    position: relative;
    color:#fff;
    font-size: 1rem;
  }
  .gasztroliget_inner_m{
    padding: 10px 10px;
    margin: 0;
    background-color: #3f3d3e;
    z-index: 2;
    position: relative;
    color:#fff;
    font-size: 1rem;
  }
  .gasztroliget::before {
    content: "";
    position: absolute;
    height: calc(100% + 40px);
    width: 100px;
    background: #d24605;
    top: -20px;
    left: 0;
  }
  .gasztroliget::after {
    content: "";
    position: absolute;
    height: calc(100% + 40px);
    width: 100px;
    background: #d24605;
    top: -20px;
    right: 0;
  }
  .gasztroliget_m::before {
    content: "";
    position: absolute;
    height: 150px;
    width: 100%;
    background: #d24605;
    top: -10px;
    left: 0;
  }
  .gasztroliget_m::after {
    content: "";
    position: absolute;
    height: 150px;
    width: 100%;
    background: #d24605;
    bottom: -10px;
    left: 0;
  }
  .start_gasztro img{
    width: 120px;
    display: block;
    margin-bottom:15px;
  }
  .start_gasztro_m{
    margin-bottom: 10px;
    }
  .start_gasztro_m img{
    width: 120px;
    display: block;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .gasztro-button{
    background-color: #609454;
    color: #fff;
    padding: 7px 40px;
    margin-top: 20px;
    border-radius: 20px;
  }
  .gasztro-button:hover{
    background-color: #d24605;
    color: #fff;
  }
  .cikk_gasztro{margin: 5px 0;}
  .cikk_gasztro .k-kicsi{color: #fff;font-size:18px;line-height: 25px;
    font-weight: 600;}
  a.gastrolink{color: #fff;}
  a.gastrolink:hover .cikk_gasztro .k-kicsi{color: #d24605!important;}
  .end_gasztro_m{
    text-align: center;
    margin-bottom: 25px;
  }
  @media (max-width: 691px) {
    .cikk_gasztro {
      margin: 0 0 30px 0;
    }
    .cikk_gasztro .k-kicsi{
      margin-top: 10px;
    }
    .gasztro-button {
      margin-top: 0;
    }
    .gasztro-button {
      padding: 7px 20px;
    }
  }
  .tamogato{
  border: 0.5px solid #eb435e;margin-right:0;margin-left:0;border-left: 7px solid #eb435e;border-radius: 0px 30px 0px 0px;
}
.t_picture{padding:15px;}
.t_text{padding:15px;font-family: "Yeseva One", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #000;}