@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,800,900&subset=latin-ext&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

.clear:before, .clear:after {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
}

.ac_results {
    padding: 0px;
    border: 1px solid #686d6f;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 4px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    font: normal 12px Arial, Helvetica;
}

.ac_over {
    background-color: #ffffcc;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: text-bottom;
    display: block;
}

input, textarea, select {
    font: normal 12px sans-serif;
    height: 28px;
    line-height: 29px;
    padding: 0 5px;
    outline: none;
    border: 1px solid #ccc;
}

textarea {
    line-height: 1.4;
    padding: 5px;
    font-size: 14px;
}

/* gombok */
button, .primary, .secondary {
    background-color: #111;
    border: none;
    display: inline-block;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 7px 14px;
    cursor: pointer;
    z-index: 1394949;
    border-radius: 2px;
    -webkit-appearance: none;
    font-style: italic;
}

.primary:hover, button:hover {
    text-decoration: none;
}

.primary::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.secondary {
    background: #ddd;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05);
    color: #666 !important;
    text-decoration: none !important;
}

.secondary:hover {
    color: #666;
    background: #ddd;
}

#overlay-mask {
    position: fixed;
    z-index: 16777270;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    _position: absolute;
    top: 0;
    left: 0;
    background-color: #aaa;
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#aaa));
    background: -webkit-radial-gradient(circle, #ffffff, #aaa);
    background: -moz-radial-gradient(circle, #ffffff, #aaa);
    background: -ms-radial-gradient(circle, #ffffff, #aaa);
}

#overlay-mask.age-limit {
    background: #111;
    opacity: 1;
    filter: alpha(opacity=100);
}

#overlay-box {
    position: fixed;
    z-index: 16777271;
}

/* overlay értesítés csík */
#overlay-box.notification {
    text-align: center;
    top: 0;
    width: 100%;
    height: 0;
    overflow: visible;
}

#overlay-box.notification .content {
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
    background: #fff9cb;
    overflow: hidden;
}

#overlay-box.notification a {
    font-weight: 600;
}

/* overlay dialógus ablak */
#overlay-box.dialog {
    background: transparent;
    _position: absolute;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    -moz-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
}

#overlay-box.dialog .content {
    padding: 25px 20px;
    text-align: center;
}

#overlay-box.dialog .buttons {
    padding: 10px 20px;
    background-color: #f6f6f6;
    border-top: 1px solid #eee;
    text-align: center;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#overlay-box.dialog .buttons .secondary {
    margin-left: 6px;
}

#overlay-box.dialog.age-limit {
    width: 400px;
    margin-left: -200px;
    top: 20%;
    left: 50%;
}

#overlay-box.dialog.age-limit img {
    display: block;
    margin: 0 auto 20px auto;
}

#overlay-box.dialog.age-limit h3 {
    margin-bottom: 10px;
}

#overlay-box.dialog.age-limit p {
    margin-bottom: 5px;
}


.material-icons {
    font-size: inherit;
    width: 1em;
    line-height: inherit;
    vertical-align: bottom;
}

.material-icons.material-external {
    margin-left: .25em;
    color: #222;
}

.material-icons.material-hot,
.entry-meta .material-icons,
.entry-tags .material-icons,
.comment-foot .material-icons {
    margin-right: .25em;
}

.entry-meta .material-icons {
    line-height: 1;
}

a#scroll-top {
    display: none;
    position: fixed;
    bottom: 60px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    right: 15px;
    font-size: 40px;
    line-height: 45px;
    outline: none;
    z-index: 900001;
    background: #111;
    color: #fff;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    border-radius: 1px;
}

a#next-post {
    display: none;
    position: fixed;
    bottom: 120px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    right: 15px;
    font-size: 40px;
    line-height: 45px;
    outline: none;
    z-index: 900001;
    background: #feaa00;
    color: #111;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    border-radius: 1px;
}

a#scroll-top:hover,
a#next-post:hover {
    transform: scale(1.1);
    transition: all .1s ease-in;
}


.defaultValue {
    color: #888 !important;
}

.wait {
    cursor: wait;
}


.video-embed {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 15px;
    height: 0;
    text-align: center;
}

.video-embed iframe {
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed object, .video-embed embed {
    margin: 0 auto;
}


.banner {
    display: block;
    clear: both;
    line-height: 1.25;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.banner > div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banner:before, .banner:after {
    content: '';
    display: table;
}

.banner:after {
    clear: both;
}

/*
.banner > ins { display: inline-block; width: 100%; text-align: center; margin: 0 auto; }
*/

/* reklám elrejtése, ha korhatáros a cikk, különben letiltják az adsense-fiókot */
/*body.is-adult .banner > ins { display: none !important; }
*/

.banner {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/*
.banner#banner-lead > ins { max-width: 336px; height: 280px; margin-top: 20px; margin-bottom: 5px; }

.banner#banner-bottom > ins { max-width: 640px; height: 280px; margin: 20px 0 0 0; }

.banner#banner-sidebar > ins { width: 300px; height: 600px; margin-top: 15px; margin-bottom: 10px; }
@media (max-width: 768px) {
    .banner#banner-sidebar > ins { max-width: 100%; height: 280px; }
}
*/

html, body {
    font: 400 14px "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    background-color: #fff;
    color: #333;
    text-rendering: optimizeLegibility;
    min-width: 320px !important;
    -webkit-font-smoothing: subpixel-antialiased;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    cursor: pointer;
    color: #0f45a9; /*003dac*/
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

a, a:hover, a i, a:hover i, .primary, .primary:hover, .secondary, .secondary:hover, button:hover {
    -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
    -moz-transition: color .1s ease-in-out, background .1s ease-in-out;
    -ms-transition: color .1s ease-in-out, background .1s ease-in-out;
    -o-transition: color .1s ease-in-out, background .1s ease-in-out;
    transition: color .1s ease-in-out, background .1s ease-in-out;
}

a:hover {
    text-decoration: underline;
}


h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 110%;
}


.site-footer {
    width: 100%;
    max-width: 1230px;
    padding: 30px 10px 20px 10px;
    color: #888;
    margin: 0 auto;
    background: #fff;
}

.site-footer ul {
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.site-footer li {
    display: inline-block;
    padding: 0 7px;
    border-left: 1px solid #eee;
    line-height: 12px;
}

.site-footer li:first-child {
    border: none;
}


#wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 1230px;
}


.site-header {
    display: table;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 18px 0 0 0;
}

.site-header > div {
    display: table-row;
}

.site-title {
    display: table-cell;
    vertical-align: middle;
    width: 174px;
}

.site-title a {
    display: block;
    width: 164px;
    height: 40px;
    background: url('../images/default/logo.png') 0 0 no-repeat;
    background-size: cover;
    text-indent: -9876px;
    outline: none;
}

.site-tools {
    display: table-cell;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.site-tools ul {
    width: auto;
    display: inline; /*height: 21px; */
    overflow: hidden;
}

.site-tools li {
    display: inline-block;
    padding: 0 10px;
    font: 700 11px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #eee;
    text-align: center;
}

.site-tools li a {
    color: #aaa;
    text-decoration: none;
}

.site-tools li a:hover {
    color: #222;
}

.site-tools li a i {
    font-size: 22px;
    display: block;
    height: 22px;
    margin: 0 auto;
}


.site-tools li.like-button {
    display: inline;
    border: none;
    padding-right: 11px;
}

.site-tools li.like-button iframe {
    height: 21px;
    width: 125px;
    margin: 10px 0 0 5px;
    vertical-align: top;
}


/* aktivitás buborék */
.site-tools li a#activity {
    cursor: pointer;
    opacity: 1;
}

/* aktivitás lista */
ul#activity-list {
    display: none;
    position: absolute;
    margin-top: 10px;
    z-index: 16777269;
    max-width: 420px;
    text-align: left;
    padding: 0 0 5px 0;
    background: #fff;
    margin-left: -10px;
    height: auto;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: 0;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .15);
    border-radius: 1px;
}

ul#activity-list li {
    display: block;
    border-bottom: 1px solid #f6f6f6;
    border-right: 0;
    padding: 7px 30px 7px 10px;
    line-height: 1.5;
    text-transform: none;
    text-align: left;
}

ul#activity-list li:first-child {
    padding-top: 0;
}

ul#activity-list li a {
    width: auto;
    text-transform: none;
    opacity: 1;
    line-height: 1.25;
    font-weight: 600;
}


.site-search {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 230px;
    padding-left: 6px;
    text-align: left;
}

.site-search form {
}

.site-search form input#search-q {
    width: 100%;
    vertical-align: bottom;
    position: relative;
    padding-right: 30px;
    border-radius: 1px;
}

.site-search form input#search-q:focus {
    color: #333;
    border: 1px solid #aaa;
}

.site-search form button {
    position: absolute;
    right: 0;
    z-index: 1;
    background: none;
    font-size: 19px;
    padding: 3px;
    text-shadow: none;
    color: #aaa;
    margin-top: 0;
    margin-bottom: 0;
}

.site-search form button i {
    font-size: 22px;
}


.site-navigation {
    width: 100%; /*max-width: 950px; */
    margin-top: 10px;
}

.site-navigation ul {
    width: 100%;
    max-width: 1230px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    background: #111;
    padding: 0 10px;
    border-radius: 1px;
}

.site-navigation li {
    display: inline-block;
}

.site-navigation li:last-child {
    border-right: none;
}

.site-navigation li a {
    display: inline-block;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;

    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    line-height: 18px;
}

.site-navigation li a:hover {
    color: #feaa00;
}

.site-navigation li.active a {
}

.site-navigation li.menu-toggle {
    display: none;
    padding: 10px 0;
}

.site-navigation li.menu-toggle a {
    outline: none;
    padding: 0 12px;
}

.site-navigation li.menu-toggle a i {
    font-weight: bold;
}

.site-navigation ul.toggled {
    height: auto;
}


.site-navigation ul.toggled li,
.site-navigation ul.toggled li a {
}


.topstories .thumb {
    display: block;
    width: 35%; /*fallback*/
    width: calc(110px);
    float: left;
    height: 57px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.topstories .title {
    display: block;
    width: 65%; /*fallback*/
    width: calc(100% - 110px);
    padding: 0 0 0 10px;
    float: left;
}

.topstories.header {
    width: 100%;
    max-width: 1230px;
    padding: 0 10px 0 10px;
    margin: 0 auto;
}

.topstories.header > div {
    width: 100%;
    padding: 15px 0;
    float: left;
    border-bottom: 1px solid #eee;
}

.topstories.header .title {
    float: none;
    height: 57px;
    display: table-cell;
    vertical-align: middle;
}

.topstories.header div div {
    padding: 0 0 0 20px;
    width: 34.020618%; /*fallback */
    width: calc(33.333333% + 6.666666px);
    float: left;
}

.topstories.header div div:first-child {
    padding: 0 0 0 0;
    width: 31.958762%; /*fallback*/
    width: calc(33.333333% - 13.333333px);
}


.topstories.aside {
}

.topstories.aside > div {
    clear: both;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #f6f6f6;
}

.topstories.aside p {
    padding: 0 0 5px 0;
    font-size: 13px;
    line-height: 18px;
    display: none;
}

.topstories.aside .share {
    float: right;
    width: 65%; /*fallback*/
    width: calc(100% - 110px);
    padding: 5px 0 0 10px;
}

.fb-page {
    margin: 0 auto;
}

.fb-page > * {
    margin-top: 15px;
}

.topstories.content,
.topstories.bottom {
    width: 100%;
    padding: 5px 0 0 0;
}

.topstories.content > div,
.topstories.bottom > div {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}


.topstories.content div div,
.topstories.bottom div div {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #f6f6f6;
}

.topstories.content div div:first-child,
.topstories.bottom div div:first-child {
    padding-top: 0;
}


#content {
    display: block;
    width: 100%;
}

#primary {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0;
}

body.default .main {
    float: left;
    width: 65.97938%; /*fallback*/
    width: calc(66.666666% - 6.666666px);
    padding: 10px 0 10px 0;
    overflow: visible;
}

body.content .main {
    padding-top: 0;
}

body.default .main > div {
}


.sidebar {
    float: left;
    width: 34.020618%; /*fallback*/
    width: calc(33.333333333% + 6.666666px);
    padding-left: 20px;
}

.sidebar > div {
    padding-bottom: 10px;
}

.sidebar > div:first-child {
    padding-top: 10px;
}


.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}


/* oldal címek címkeoldalon, user oldalakon */
.main h1 {
    font-size: 26px;
    line-height: 1.3;
    background: #fff;
    margin: 0 0 15px 0;
    position: relative;
    text-transform: uppercase;
}

.main ul.submenu {
    margin-bottom: 15px;
    padding: 10px 0;
    background-color: #222;
}

.main ul.submenu li {
    display: inline;
    padding: 0 15px;
}

.main ul.submenu li a {
    font-weight: bold;
    color: #ffffff;
}

.main ul.submenu li a.active {
    color: #FEAA00;
}


body.content article {
    padding-top: 15px;
}

body.content article .entry-title {
    color: #222;
    font-size: 32px;
    line-height: 1.3;
    padding: 0 0 25px 0;
}

body.content article .entry-title a {
    color: #222;
}

body.content article .entry-title a:hover {
    text-decoration: none;
}

h1.entry-title + .entry-meta > div > span {
    margin-right: 15px;
}

.entry-meta {
    line-height: 21px !important;
    white-space: nowrap;
    overflow-x: hidden;
    vertical-align: middle;
    position: relative;
    font-family: "Roboto", sans-serif;
}

/*.entry-meta:before { content: ""; display: block; border-top: 1px solid #eee; width: 100%; height: 1px; position: absolute; top: 50%; z-index: 1; } G.*/
.entry-meta > div {
    display: flex;
    align-items: center;
    padding-right: 0;
    background: #fff;
    position: relative;
    z-index: 5;
}

h1.entry-title + .entry-meta .fn {
    color: #222;
    padding: 10px;
    line-height: 1;
    display: inline-block;
    float: left;
}

h1.entry-title + .entry-meta .fn.user_uploaded {
    background: #FEAA00;
}

h1.entry-title + .entry-meta .fn.user_uploaded strong {
    display: inline-block;
}

h1.entry-title + .entry-meta .fn.user_uploaded strong a {
    color: #222;
}

.entry-meta iframe {
    border: none;
    overflow: hidden;
    width: 84px;
    height: 20px;
    vertical-align: top;
}

body.messages .entry-meta {
    text-align: right;
}

body.messages .entry-meta > div > span {
    padding-left: 15px;
    padding-right: 0;
}

body.messages .content-list {
    padding-top: 10px;
}

/* cikkszöveg */
.entry-content {
    font: normal 18px Georgia, Times, 'Times New Roman', serif;
    line-height: 1.5;
}

.entry-content p:not(:empty) {
    padding-top: 15px;
}

.entry-content p img {
    width: 100%;
}

.entry-content p iframe {
    display: block;
    max-width: 100%;
    margin: 7px auto;
}

.entry-content iframe.instagram-media {
    width: 100%;
    margin-top: 15px !important;
}

.entry-content b,
.entry-content p b {
    font-weight: bold;

    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #222;

}

.entry-content > p:first-child,
.entry-content > p:first-child b {
    font-weight: normal;
    font: inherit;
    color: inherit;
    line-height: inherit;
}

.entry-content .content_source_container {
    padding: 20px;
    font-size: 15px;
    line-height: 28px;
    color: #606060;
    border: 1px solid #606060;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
}

.entry-content .content_source_container a {
    color: #606060;
    text-decoration: underline;
}

.entry-content .content_source_container .content_source {
    display: flex;
}

.entry-content .content_source_container .content_source .content_source_inner {
    margin-right: 5px;
}

.entry-content .content_warning_container {
    margin-top: 20px;
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #FEAA00;
    border: 1px solid #FEAA00;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-flow: row nowrap;
}

.entry-content .content_warning_container .content_warning_icon {
    position: relative;
    width: 54px;
    height: 54px;
    padding: 9px 24.75px;
    display: inline-block;
    margin-right: 20px;
    box-sizing: border-box;
    border: 2px solid #FEAA00;
    border-radius: 50%;
}

.entry-content .content_warning_container .content_warning_icon::before {
    content: "";
    background: #FEAA00;
    width: 4.5px;
    height: 24.5px;
    margin-bottom: 7px;
    position: absolute;
    top: 7px;
    margin-left: -2.25px;
}

.entry-content .content_warning_container .content_warning_icon::after {
    content: "";
    background: #FEAA00;
    width: 4.5px;
    height: 4.5px;
    position: absolute;
    bottom: 7px;
    margin-left: -2.25px;
}

.entry-content .content_warning_container .content_warning_text {
    display: inline-block;
}

body.content-sajat .entry-content > p:first-child,
body.content-sajat .entry-content > p:first-child b {
    font: inherit;
    font-weight: bold;
    color: inherit;
    line-height: inherit;
}

body.tag-a-szerk .entry-content {
    position: relative;
    padding: 40px 0 20px 0;
    margin-top: 15px;
    background: #eee;
    font-style: italic;
    border-radius: 1px;
}

body.tag-a-szerk .entry-content p,
body.tag-a-szerk .entry-content > p:first-child,
body.tag-a-szerk > p:first-child b {
    font-style: italic;
}

body.tag-a-szerk .entry-content > * {
    margin: 0 15px;
}


body.tag-a-szerk .entry-content:before {
    color: #aaa;
    content: "a szerk.";
    font-size: 56px;
    line-height: 1;
    position: absolute;
    top: -14px;
    right: 20px;
    display: block;
}


.entry-content blockquote {
    position: relative;
    margin-top: 15px;
    padding: 15px 20px 15px 65px;
    background-color: #eee;
    border-radius: 1px;

}

.entry-content blockquote,
.entry-content blockquote p {
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
}

.entry-content blockquote p:first-child {
    padding-top: 0;
}

.entry-content blockquote:before {
    color: #888;
    content: "format_quote";
    font-family: 'Material Icons';
    font-size: 52px;
    position: absolute;
    top: -6px;
    left: 0;
    display: block;
}


.entry-content em, .entry-content i {
    font-style: italic;
}

/*
body.tag-a-szerk .form-content div.text,
body.tag-a-szerk .form-content div.text p { font-style: italic; line-height: 160%; }

body.tag-a-szerk .form-content .text > p:first-child,
body.tag-a-szerk .form-content .text > p:first-child b,
body.tag-a-szerk .form-content .text p a { }

*/


/* nagykép */
.bigpicture-item {
    padding: 15px 0 5px 0;
}

.bigpicture-item img {
    width: 100%;
    margin: 0 auto;
}

.bigpicture-item .taken {
    background: #ddd;
    padding: 20px 15px 15px 15px;
    font: 400 12px "Open Sans", sans-serif;
    line-height: 1.3;
}

.bigpicture-item .taken span {
    float: right;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 5px;
}

.bigpicture-item .taken span:after {
    clear: both;
}


/* nagykép ajánlatok */
.bigpic-list {
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
}

.bigpic-sug {
    padding: 8px 0 0 0;
}

.bigpic-sug a {
    float: left;
    padding-left: 20px;
    width: 25%; /*fallback*/
    width: calc(25% + 5px);
    color: #222;
    overflow: hidden;
}

.bigpic-sug a:first-child {
    padding-left: 0;
    width: 25%; /*fallback*/
    width: calc(25% - 15px);
}

.bigpic-sug .img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
}

.bigpic-sug .title {
    display: block;
    padding-top: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}


.social-buttons {
    clear: both;
    display: block;
    line-height: 21px;
}

.social-buttons iframe {
    float: left;
    margin-top: 20px;
    display: inline-block;
    border: none;
    overflow: hidden;
    width: 195px;
    height: 21px;
    vertical-align: top;
}

.social-buttons > div {
    float: left;
    margin-top: 20px;
    font-family: Arial, Helvetica;
}


.fb-buttons {
    clear: both;
    margin-top: 1rem;
    height: 45px;
}

.fb-buttons a {
    display: inline-block;
    padding: 0 22px 0 0;
    margin-right: .5rem;
    overflow: hidden;
    color: #fff !important;
    text-decoration: none;
    height: 45px;
    line-height: 46px !important;
    background: url('../images/default/social@2x.png') no-repeat;
    background-size: 70px 210px;
    border-radius: 2px;
    font: 700 16px "Open Sans", sans-serif;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.fb-buttons a.facebook {
    background-color: #4267b2;
    background-position: -16px -5px;
    padding-left: 36px;
}

/*.fb-buttons a.twitter { background-color: #7bc6f1; background-position: -13px -61px; padding-left: 30px; text-indent: -9999px; }
.fb-buttons a.gplus { background-color: #dd4b39; background-position: -13px -111px;  padding-left: 30px; text-indent: -9999px;}
.fb-buttons a.pinterest { background-color: #cb2027; background-position: -15px -163px; padding-left: 30px; text-indent: -9999px; }
*/
.fb-buttons a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    text-decoration: none;
}


/* szekció címek sidebarban, címlapon */
h4.heading1 {
    position: relative;
    font: 700 19px "Open Sans Condensed", sans-serif;
    font: 700 16px "Open Sans", sans-serif;
}

h4.heading1.yellow {
    background: #FEAA00;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.black {
    background: #222;
}

ul.black > li {
    padding: 10px 0 !important;
}

ul.black > li > a {
    color: #ffffff;
}

.main h1 span {
    padding: 0 0 0 10px;
    background: #fff;
    position: relative;
    z-index: 5;
    color: #222;
}

h4.heading1 span a, .main h1 span a {
    color: #222;
}


.entry-tags {
    clear: both;
    padding-top: 15px;
    color: #888;
}

.entry-tags a {
    margin-left: 2px;
}

.related ul, .hirkereso ul {
    list-style: none;
    padding: 0;
}

.related li, .hirkereso li {
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom: 11px;
    color: black;
    line-height: 20px;
    margin: 5px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.related li:last-child, .hirkereso li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.related li:before, .hirkereso li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 0;
    width: 20px;
    color: #FEAA00;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    float: left;
}

.related li > div, .block-noimg > li > div, .hirkereso li > div {
    display: table;
}

.related li a, .hirkereso li a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.related-title, .popular-on-web {
    border-bottom: 2px solid rgb(230, 230, 230);
}

body.content .related {
    clear: both;
}

body.content .hirkereso {
    clear: both;
}

body.content .hirkereso ul {
}

body.content .hirkereso ul li {
    padding-top: 2px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.content .hirkereso ul li a {
}


.fb-comments-wrapper {
    clear: both;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.fb-comments { /*overflow: hidden;*/
}

.fb-comments-count {
    display: none;
}


/* kommentek */


body.content .comment-wrapper {
}

body.content .all-comments.toggled {
    display: block;
}


.related-title,
.popular-on-web,
.comments-title,
#add-comment,
.on-frontpage {
    margin-top: 20px;
    clear: both;
}

.on-frontpage-wrapper .topstories.bottom > div {
    border-bottom: 0;
}

#show-comments {
    display: none;
    font-size: 1.2em;
    line-height: 38px;
    padding: 0 .25em;
    cursor: pointer;
}

#show-comments i {
    vertical-align: middle;
}

.comment-pager {
    clear: both;
    margin: 15px 0 10px 0;
    padding: 10px;
    text-align: center;
    background: #fff9cb;
}

.comment-pager a {
    font-weight: bold;
}

.comment-list > div {
    width: 100%;
    overflow: hidden;
    padding: 0 0 15px 10px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.comment-list > div:first-child {
    padding-top: 15px;
    border-top: 1px solid rgb(230, 230, 230);
}

.comment-list > div.best {
    background: #f6f6f6;
    padding-top: 10px;
    border-bottom: 0;
}

.comment-list .avatar {
    float: left;
}

.comment-list .comment-right {
    float: left;
    width: 80%; /*fallback*/
    width: calc(100% - 50px);
    overflow: hidden;
    padding: 0 0 0 15px;
}

.comment-list .username {
    font-weight: bold;
    font-size: 120%;
}

.comment-list .comment-text {
    padding: 5px 5px 10px 0;
}

.comment-list .comment-text a {
    color: #333;
}

.comment-list .comment-foot {
    color: #888;
    padding-right: 5px;
}

.comment-list .comment-foot a {
    color: #888;
    margin-left: 15px;
}

.comment-list .comment-foot a:first-child {
    margin-left: 0;
}

.comment-list .comment-foot a:hover {
    color: #666;
    text-decoration: none;
}

.comment-list .comment-foot .ca-like span {
    padding-left: 3px;
}

.comment-list .comment-foot .ca-date,
.comment-list .comment-foot .ca-report {
    float: right;
}


.comment-list .comment-text i {
    color: #888;
    font-weight: 300;
}

/* kimoderált szöveg */

/* új hozzászólás */

#comment-form,
#message-form {
    background: #FEAA00;
    padding: 15px 10px 15px 10px;
    margin: 15px 0 20px 0;
}

#comment-form fieldset textarea,
#message-form fieldset textarea {
    outline: none;
    width: 100%;
    height: 100px;
    border: 1px solid transparent;
}

#comment-form fieldset #submit,
#message-form fieldset #submit {
    float: right;
    margin: 0 0 0 15px;
}

#comment-form fieldset > span,
#message-form fieldset > span {
    font-size: 12px;
    color: #fff;
    float: right;
    line-height: 30px;
}

#comment-form fieldset > span.moderalas {
    float: left;
}

#comment-form fieldset > span.moderalas a {
    color: #fff;
    text-decoration: none;
}


/* új személyes üzenet */
#message-recipient {
    width: 100%;
    margin-bottom: 10px;
    border-color: transparent;
}


/* hírlevél feliratkozás */

.subscribebox {
    background: #FEAA00;
    padding: 15px 10px 15px 10px;
    margin: 10px 0 20px 0;
    border: 4px solid #FEAA00;
}

.subscribe-form {
    padding: 5px 0;
    text-align: left;
    color: #ffffff;
}

.subscribe-form h4 {
    display: block;
    font-size: 150%;
}

.subscribe-form .desc {
    padding: 15px 0;
    font-style: italic;
}

.subscribe-form .field-group {
/ / padding-top: 15 px;
}

.form .subscribe-form label {
    width: auto;
    float: none;
    padding-right: 2px;
    font-weight: bold;
    line-height: 26px;
}

.subscribe-form #mm-name,
.subscribe-form #mm-mail {
    vertical-align: middle;
    outline: none;
    margin: 5px;
    width: calc(33% - 10px);
    margin-right: 10px;
    border-color: #FEAA00;
    height: 35px;
    font-size: 120%;
    font-style: italic;
    color: #999;
}

.subscribe-form .primary {
    vertical-align: middle;
    margin: 0;
    background-color: #111;
    width: 31%;
    height: 35px;
    font-size: 130%;
    margin-left: 5px;
    font-style: italic;
}


#form {
    margin-top: 10px;
    font-size: 13px;
}


.main .error {
    background: #fff9cb;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 15px;
}

.main .error a {
    font-weight: 600;
}

#form .lead {
    padding: 15px 0 0 0;
}

#form .note {
    padding: 15px 0 0 0;
    font-size: 12px;
    color: #000;
}

#form label {
    display: block;
    margin-top: 15px;
}

#form input.text, #form textarea, #form select {
    width: 100%;
    max-width: 340px;
    margin: 2px 0 0 0;
    font-size: 14px;
}

body.bekuldes #form input.text, body.bekuldes #form textarea, body.bekuldes #form select {
    max-width: 100%;
}

#form textarea {
    height: 80px;
}

#form input.radio {
    vertical-align: middle;
    background: none;
    border: none;
    height: 16px;
    margin: 2px;
    padding-left: 2px;
}


#form .radio-wrapper {
}

#form .radio-wrapper label {
    padding: 5px 0;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: middle;
}

#form .radio-wrapper input {
    vertical-align: middle;
    background: none;
    border: none;
    margin-right: 4px;
    padding: 0;
}

#form .checkbox-wrapper {
}

#form .checkbox-wrapper label {
    padding: 5px 0;
    width: 89%;
    margin-right: 10px;
    vertical-align: middle;
}

#form .checkbox-wrapper input {
    vertical-align: middle;
    background: none;
    border: none;
    margin: 0 8px 0 0;
    padding: 0;
}

#form .button-wrapper {
    margin-top: 20px;
}

#form .button-wrapper input {
    margin: 0;
    vertical-align: middle;
}

#form .button-wrapper a {
    margin-left: 15px;
    font-size: 12px;
    vertical-align: middle;
}


.col {
}

.col.left {
    float: left;
    width: calc(50% - 10px);
}

.col.right {
    float: right;
    width: calc(50% - 10px);
}

.block {
    padding-top: 20px;
}

.block .thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 2px;
    position: relative;
}

.thumb picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.thumb picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block h2 {
}

.block.block-img h2, .block-noimg h2 {
    padding-top: 4px;
    font-size: 18px !important;
    line-height: 1.3;
    font-weight: 700;
}

.block.block-img h2 a {
}

.block.block-breaking h2 {
    font-size: 28px !important;
    font-weight: 800;
    line-height: 33px;
}

.topstories-breaking .thumb {
    position: relative;
}

.block.block-breaking .thumb span,
.topstories-breaking .thumb span {
    background: rgba(239, 0, 0, .95);
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 22px !important;
    padding: 2px 7px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

body.home .block.block-breaking .thumb span {
    font-size: 36px !important;
}


.block p {
    margin-top: 5px;
}

.block ul {
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0;
    clear: both;
}

.block ul li {
    font-size: 13px;
    margin-top: 5px;
    padding-left: 0;
    font-weight: 600;
}

.block i {
    color: #222;
    font-size: 85%;
    margin: 0 0 0 .35em;
}


/* legfrissebb, most népszerű dobozok */
.list-box {
    clear: both;
}

.list-box ul {
}

.list-box ul li {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #888;
    padding: 5px 10px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.list-box ul li span {
    display: table-cell;
    width: 42px;
    text-align: right;
    padding-right: 10px;
}

.list-box ul li a {
    display: table-cell;
}

.popular-box ul li span b {
    width: 21px;
    height: 21px;
    display: block;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
    background-color: #222;
    color: #fff;
    font: 700 12px "Open Sans Condensed", sans-serif;
    line-height: 21px;
}

.partner-box {
    border: 2px solid rgb(230, 230, 230);
    padding: 0;
    margin-top: 15px;
}

.partner-box > h4 {
    padding: 10px;
}

.partner-box li > a {
    color: #000;
}

.partner-box li:first-child {
    border-top: 2px solid rgb(230, 230, 230);
}


.partner-box h4.heading1 span img {
    display: inline-block;
    vertical-align: top;
    margin: 3px .4em 0 0;
}

.tags-box.list-box ul li a {
    display: inline;
    white-space: nowrap;
    margin-right: .5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    transition: all .3s
}

.tags-box.list-box ul li a:hover {
    text-decoration: underline;
    color: #222;
}

/* címke lista, legfrisebb lista, beküldés lista */
.content-list {
}

.content-list .hentry {
    padding-top: 25px;
}

.content-list > div:first-child {
    padding-top: 15px;
}

.content-list .entry-meta {
    margin-top: 5px;
}

.content-list p {
    margin-top: 5px;
}

.content-list .entry-tags {
    padding-top: 5px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

body.settings .content-list div b {
    display: block;
}

/* lapozás a listák alatt */
.pagination {
    clear: both;
    padding: 30px 0;
    border: 0;
    text-align: center;
    background: #fff;
}

.pagination li {
    display: inline;
    list-style: none;
}

.pagination li:first-child {
    border-left: none;
}

.pagination li a, .pagination li span {
    padding: 8px 12px;
    background: #eee;
    color: #222;
}

.pagination li span {
    color: #222;
}

.pagination li a:hover {
    text-decoration: none;
    background: #ddd;
}

.pagination .active a {
    text-decoration: none;
    background: none;
}


body.static .content-wrapper p {
    padding-top: 1em;
}


.entry-tags,
.bigpicture-item .taken span {
    font: 700 12px "Open Sans", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-footer li,
.topstories.aside .share,
.entry-tags h4,
.list-box ul li span,
.popular-comment {
    font: 400 12px "Open Sans", sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
    color: #888;
}

.site-footer li {
    line-height: 19px;
}


.entry-meta a,
.site-footer li a,
.topstories.aside .share a {
    color: #888;
}

.entry-meta a:hover,
.site-footer li a:hover,
.topstories.aside .share a:hover {
    color: #666;
    text-decoration: none;
}

.entry-meta a,
.entry-meta time {
    display: flex;
    align-items: center;
}

.entry-meta time {
    text-transform: capitalize;
    color: #888;
}

.entry-meta strong {
    font-weight: 800;
}

.topstories .title,
.pagination li,
.main h1 .small,
.block h2 {
    font: 700 15px "Open Sans", sans-serif;
    line-height: 1.3;
}


.topstories .title a,
.content-list h2 a,
.block h2 a {
    color: #222;
}


.comment-wrapper,
.main .error,
#overlay-box.notification .content,
#overlay-box.dialog .content,
#commented-message-wrapper {
    font: normal 13px Arial, Helvetica, sans-serif;
    line-height: 1.25;
}


@media (min-width: 768px) {
    .topstories.aside div.big .thumb,
    .topstories.aside div.topstories-breaking .thumb {
        width: 100%;
        height: 0;
        padding-top: 52%;
    }

    .topstories.aside div.big .title,
    .topstories.aside div.topstories-breaking .title {
        width: 100%;
        padding: 10px 10px 0 0;
        font-size: 18px;
    }

    .topstories.aside div.big .share,
    .topstories.aside div.topstories-breaking .share {
        width: 100%;
        padding: 5px 0 0 0;
    }


    .topstories.content .thumb,
    .topstories.bottom .thumb {
        float: none;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 66%;
    }

    .topstories.content .title,
    .topstories.bottom .title {
        float: none;
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .topstories.content div div,
    .topstories.bottom div div {
        padding: 0 0 0 20px;
        width: 34.374999%; /*fallback width: calc(33.333333% + 6.666666px); */
        float: left;
        border-bottom: 0;
    }

    .topstories.content div div:first-child,
    .topstories.bottom div div:first-child {
        padding: 0 0 0 0;
        width: 31.249999%; /*fallback width: calc(33.333333% - 13.333333px); */
    }


}

@media (max-width: 768px) {
    /* full egyhasabos eddig */
    .site-tools li span {
        display: none;
    }

    .site-tools li.like-button {
        display: none;
    }

    .site-tools li i {
        font-size: 19px;
    }

    .site-navigation li.menu-toggle {
        display: inline;
    }


    .topstories.header .thumb {
        width: 100%;
        height: 0;
        padding-bottom: 52%;
    }

    .topstories.header .title {
        height: auto;
        font-size: 12px;
        padding-left: 0;
        padding-top: 5px;
        width: 100%;
        overflow: hidden;
        display: block;
        height: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    body.default .main,
    .sidebar {
        clear: both;
        width: 100%;
        padding-left: 0 !important;
    }

    body.content .entry-content {
        padding-right: 0;
    }

    body.content .hirkereso-wrapper {
        display: none;
    }

    #show-comments {
        display: inline;
    }

    body.content .all-comments {
        display: none;
    }

    #comment-form fieldset > span.moderalas {
        display: none;
    }

    .on-frontpage-wrapper {
        display: none;
    }

}


@media (max-width: 595px) {
    .site-tools li.newsletter,
    .site-tools li.activities,
    .site-tools li.messages,
    .site-tools li.bekuldes {
        display: none;
    }

    .site-header {
        padding-right: 5px;
        padding-left: 5px;
    }

    .site-header .site-search {
        width: auto;
        padding-bottom: 3px;
    }

    .site-header .site-search form {
    }

    .site-header .site-search form input#search-q, .site-header .site-search form input#search-q:focus {
        display: none;
    }

    .site-header .site-search form button {
        position: relative;
        padding: 0;
    }


    .topstories.header {
        display: none;
    }

    body.home .topstories.header {
        display: block;
    }

    body.home .topstories.header > div {
        padding-bottom: 10px;
    }

    .topstories.header div div {
        padding: 0 0 0 10px;
        width: 33%; /*fallback*/
        width: calc(33.333333333% + 3.333333px);
    }

    .topstories.header div div:first-child {
        width: 33%; /*fallback*/
        width: calc(33.333333333% - 6.666666px);
    }


    body.content article {
        padding-top: 25px;
    }

    body.content article .entry-title {
        font-size: 26px;
        line-height: 1.2;
        padding: 0 0 10px 0;
        word-wrap: break-word;
    }

    .entry-meta .comments-count,
    .entry-meta .fb-count,
    .entry-meta iframe {
        display: none;
    }

    .entry-meta {
        white-space: normal;
        oveflow: auto;
    }

    .entry-meta span {
        white-space: nowrap;
    }

    body.content .entry-content {
        font-size: 16px;
        line-height: 1.5;
    }

    .col.left, .col.right {
        clear: both;
        width: 100%;
        padding-left: 0;
    }

    .block:not(:first-child) p {
        display: none;
    }

    .block ul {
        list-style-type: none;
        padding-left: 0;
    }

    .col.right .list-box {
        display: none;
    }

    /* most beszédtéma, partnerdobozok kijönnek */
    .bigpic-list {
        display: none;
    }

}

.without-header {
    margin-top: -20px;
}


/* ==========================================================================
   COOKIE ALERT
   ========================================================================== */

#cookie_block {
    background-color: #212120;
    border-top: 3px solid #191919;
    border-bottom: 3px solid #191919;
    padding: 20px 10px 20px 10px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
}

#cookie_block p {
    color: #fafafa;
    font-family: "Open Sans";
}

#cookie-block p.text-left {
    float: left;
}

#cookie_block p small {
    font-weight: 100;
    display: block;
}

#cookie_block a.cookie-button {
    padding: 10px 20px;
    color: white;
    border: 1px solid #fafafa;
    float: right;
}

#cookie_block a.cookie-button.cta {
    color: #191919;
    margin-right: 10px;
    background-color: #feaa00;
    color: #191919;
    border: 1px solid #feaa00;
}

#cookie_block a.cookie-button.cta.cta-outline {
    color: white;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid white;
}

.likeBoxes span a {
    color: #535353;
}

.panel-grid .circles li {
    line-height: 38px;
}

@media screen and (max-width: 765px) {
    #cookie_block p strong {
        text-align: center;
        display: block;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    #cookie_block a.cookie-button.cta, #cookie_block a.cookie-button.cta.cta-outline {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin: 5px 0;
    }

}

/*! V2 overwrites */
#banner-leaderboard.banner {
    padding-bottom: 15px;
    margin-bottom: 10px;
    background: rgb(230, 230, 230);
}

.leader-news {
/ / padding-top: 10 px;
}

.leader-news .block-0 {
    width: 60%;
    float: left;
}

.leader-news .block-1, .leader-news .block-2 {
    width: 37%;
    float: right;
}

.leader-news .block-0, .leader-news .block-1 {
    padding-top: 0;
}

.leader-news .block-0 .thumb {
    padding-top: 67%;
}

@media screen and (max-width: 760px) {
    .leader-news .block-0, .leader-news .block-1, .leader-news .block-2 {
        width: 100%;
        position: relative;
    }

    .leader-news .block-1 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1235px) {
    #primary, .site-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sidebar {
        overflow-x: hidden;
        padding-left: 10px;
    }
}

#rss-nuus {
    margin-top: 25px !important;
    width: 100% !important;
    height: 300px !important;
}

.block.block-breaking h2.sub-breaking {
    font-size: 17px !important;
    line-height: 20px !important;
}

hr.grey {
    color: rgb(230, 230, 230);
    margin: 20px 0 0 0;
    border-style: solid;
}

.block-noimg {
    padding-top: 10px;
}

ul.black > li {
    margin: 0 15px;
    border-bottom-color: #4d4d4d;
}

ul.black > li:last-child {
    border-bottom: unset;
}

.block.block-breaking h2, .block.block-breaking ul > li > a {
    float: left;
}

.cat_tag {
    background: #000;
    color: #fff;
    padding: 3px 5px;
    margin-right: 5px;
    margin-top: 5px;
    font-weight: 700;
}

.cat_tag a {
    color: #fff;
}

.cat_tag.orange {
    background: #FEAA00;
    color: #333;
}

.cat_tag.orange a {
    color: #333;
}

.pubdate {
    padding: 3px 5px 3px 0;
    margin-top: 10px;
}

.leader-news .block-1 .cat_tag, .leader-news .block-2 .cat_tag {
    position: relative;
    top: -28px;
    left: 0;
    float: left;
}

.leader-news .block-1 h2, .leader-news .block-2 h2 {
    margin-top: -27px;
    clear: both;
}

ul.main-more-article {
    list-style: none;
    padding: 0;
}

.block-noimg > li:before {
    float: left;
    margin-right: 5px;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 20px;
    color: #FEAA00;
    font-weight: 700;
    font-size: 17px;
}

.block-noimg > li a {
    font-size: 17px;
    color: #000;
}

.block-noimg > li {
    border-top: 1px solid rgb(230, 230, 230);
    padding-top: 5px;
    padding-bottom: 5px;
}

.block-noimg > li:last-child {
/ / border-bottom: 1 px solid rgb(230, 230, 230);
}

.main-more-article > i {
    color: #FEAA00;
    font-size: initial;
    line-height: 20px;
}

.col.left hr.grey:last-child {
    margin-bottom: 10px;
}

.grey-list {
    background: rgb(230, 230, 230);
}

.grey-list > li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 0 15px;
}

.grey-list > li:last-child {
    border: none;
}

.grey-list > li > a {
    color: black;
    width: 100%;
    line-height: 17px;
    font-weight: 700;
}

.popular-box {
    margin-top: 10px;
}

.popular-box ul {
    list-style: none;
    padding: 0;
}

.popular-box li {
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom: 11px;
    color: black;
    line-height: 20px;
    margin: 5px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.popular-box li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.popular-box li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 0;
    width: 20px;
    color: #FEAA00;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    float: left;
}

.popular-box li > div, .block-noimg > li > div {
    display: table;
}

.popular-box li a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.popular-box > h4 {
    border-bottom: 2px solid rgb(230, 230, 230);
}

.sidebar .banner {
    background: rgb(230, 230, 230);
}

.sidebar .partner-box {
    border: 2px solid rgb(230, 230, 230);
    padding: 0;
}

aside > div > .partner-box.first {
    margin-top: 0;
}

.sidebar .partner-box > h4 {
    padding: 10px;
}

.sidebar .partner-box li {
    padding: 5px 10px;
}

.sidebar .partner-box li > a {
    color: #000;
}

.sidebar .partner-box li:first-child {
    border-top: 2px solid rgb(230, 230, 230);
}

.sidebar .partner-box ul > li:last-child {
    border-bottom: none;
}

.topstories.aside {
    border: 2px solid rgb(230, 230, 230);
}

.topstories.aside > h4 {
    padding: 10px;
    border-bottom: 2px solid rgb(230, 230, 230);
}

.topstories.aside > .topstories-breaking, .topstories.aside > .big {
    margin: 10px;
}

.topstories.aside > div {
    padding: 0;
    border: unset;
}

.sidebar > div {
    overflow-x: hidden;
}

.topstories.aside > .small {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 10px;
}

.topstories.aside > div:nth-child(4) {
    border-top: 1px solid rgb(230, 230, 230);
}

.topstories .title {
    line-height: 1;
    font-size: .8rem;
}

#saying_of_the_day_container {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 15px;
}

#saying_of_the_day_container .saying_of_the_day_title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    background: #222222;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    color: #FEAB02;

}

#saying_of_the_day_container .saying_of_the_day_text_outer {
    display: flex;
    flex-flow: column wrap;
    padding: 20px 30px 30px;
    background: #FEAB02;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_text {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    padding: 10px 0;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_quote_open,
#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_quote_close {
    display: flex;
    flex-flow: column nowrap;
    margin: 10px 0;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_quote_open {
    align-items: flex-start;
    margin-left: 7px;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_quote_close {
    align-items: flex-end;
    margin-right: 7px;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_quote_open svg,
#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_quote_close svg {
    fill: #000;
    width: 20px;
    height: 15px;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_source {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 0 0;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_source_outer .saying_of_the_day_source {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

#saying_of_the_day_container .saying_of_the_day_text_outer .saying_of_the_day_source_outer a.saying_of_the_day_source {
    text-decoration: underline;
}

.bekuldes {
    border-right: none !important;
}

.mt-40 {
    margin-top: 40px !important;
}

/*!cookie-modal */
.smart-popin {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto; /* scrollbar will appear if the viewport is too tight to display all the popin content */
    opacity: 0;
    visibility: hidden;

    /* design */

    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10000;
}

.smart-popin:target {
    opacity: 1;
    visibility: visible;
}

.smart-popin .sp-table {
    display: table;
    height: 100%;
    width: 100%;
}

.smart-popin .sp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; /* this space is important to let the box-shadow exceed around the popin - so it has to be at least equal to the shadow radius */
}

.smart-popin .sp-body {
    position: relative; /* to allow absolute positionning inside */
    z-index: 1; /* to ensure the popin body will be over the .sp-back layer */
    width: auto; /* by default the width of the wider element inside */
    min-width: 300px; /* standard width for xs smartphones (320px) minus 2*10px (.sp-cell margins) */
    margin: 0 auto;

    /* design */

    background-color: #ffffff;
    padding: 2em;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
    width: 66.66%; /* 66.66 looks good :-) */;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
}

.smart-popin .sp-body * {
    max-width: 100%; /* this is a security to prevents wide elements such as img to stretch the popin beyond the viewport width */
}

.smart-popin .sp-back { /* only used to get clicks out of the popin body */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.smart-popin .sp-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 36px;
    height: 36px;

    text-align: center;
    line-height: 36px;
    font-size: 1.6em;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
}

.smart-popin .sp-sw-block {
    padding: 5px 0;
}

.sp-sw-block .title {
    width: 100px;
    vertical-align: middle;
}

/*!End of cookie
switcher buttons */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #FEAA00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #FEAA00;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* End of switcher buttons */

/* Vertical tabs */
.tab {
    float: left;
    border-right: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
/ / border: 1 px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
    overflow-y: auto;
}

.tabcontent > h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    color: #000;
    margin-bottom: 25px;
}

.tabcontent > p {
    margin-bottom: 10px;
}

#save_cookie_btn {
    margin-right: 10px;
    background-color: #feaa00;
    color: #191919;
    border: 1px solid #feaa00;
    padding: 10px 20px;
    float: right;
}

@media screen and (max-width: 900px) {
    .tab {
        height: auto;
        width: 100%;
        float: none;
    }

    .tabcontent {
        height: auto;
        width: 100%;
    }

    .tabcontent > h3 {
        margin-top: 25px;
    }

    .sp-sw-block {
        margin-bottom: 20px;
    }

    .subscribe-form > .field-group > input {
        width: 100% !important;
    }
}

.tags-box > h4 {
    padding: 10px;
    border-bottom: 2px solid rgb(230, 230, 230);
}

.heading4 {
    padding: 10px;
}

.topstories.content .title > .pubdate, .topstories.bottom .title > .pubdate {
    width: 100%;
    padding-bottom: 10px;
}

.list-box:last-child {
    margin-bottom: 5px;
}

.btn-primary, .btn-primary:visited {
    background-color: #111;
    color: #fff;
    display: block;
    font-size: 130%;
    font-style: italic;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s all;
}

.hentry {
    padding-bottom: 0;
    border-bottom: 1px solid #cccccc;
}

#form {
    background: #FEAA00;
    padding: 15px 10px;
    color: #FFFFFF;
}

#form input[type=text], #form input[type=password], #form select, #form textarea {
    border-color: #FEAA00;
    margin-bottom: 10px;
}

#form .primary {
    vertical-align: middle;
    margin: 0;
    background-color: #111;
    width: 31%;
    height: 35px;
    font-size: 130%;
    margin-left: 5px;
    font-style: italic;
}

.list-box {
    margin-bottom: 15px;
}

.list-box .side-text-block {
    background-color: #222;
    color: #ffffff;
    padding: 5px;
}

.side-text-block a, .side-text-block a:visited {
    color: #ffffff;
}

.message_list-div {
    border-bottom: 1px solid #222;
    padding: 5px;
}

.message_list-div:hover {
    background-color: #cccccc;
}

.message_list-div:first-child {
    padding-top: 5px !important;
}

.message_list-div > .entry-meta {
    margin: 0;
}

.message_list-div > .entry-meta > div {
    background-color: inherit;
}

.message_list-div:nth-child(odd) {
    background-color: #eeeeee;
}

.message_list-div:hover {
    background-color: #cccccc;
}

.message_list-div > h2 {
    float: left;
}

ul.pagination > li.active > a {
    background-color: #FEAA00;
}

/* előnézeti kijelzés */
.bottom-tab {
    position: fixed;
    bottom: 0;
    left: 2%;
    width: 350px;
    border: 1px solid red;
    border-bottom: 0;
    box-shadow: 0px 0px 15px grey;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: grey;
    color: white;
    padding: 5px;
    z-index: 3;
    opacity: 1;
}

.adzone_outer {
    text-align: center;
/*    margin-top: 10px;
    margin-bottom: 10px;*/
}

.banner {
    min-height: 50px !important;
}

.banner_min {
    min-height: 30px !important;
}

body.content #taboola-alternating-below-article {
    margin-top: 20px;
}
