@import "fa.css";
@import "https://blog.hu/assets/core/css/reset/ericmeyer.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=latin-ext');

@font-face {
    font-family: 'social';
    src: url('https://m.blog.hu/skins/hipster/fonts/social.eot');
    src: url('https://m.blog.hu/skins/hipster/fonts/social.eot?#iefix') format('embedded-opentype'),
         url('https://m.blog.hu/skins/hipster/fonts/social.woff') format('woff'),
         url('https://m.blog.hu/skins/hipster/fonts/social.ttf') format('truetype'),
         url('https://m.blog.hu/skins/hipster/fonts/social.svg#social') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font: 16px/22px 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #434343;    
    background-color: #413f70;
}

a {
    color: #434343;
    text-decoration: none;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 14px/18px 'Open Sans', serif;
}

.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after,
.right-side #search .submit,
#slider ul.bjqs-controls li a,
.article-bottom .share a {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after {
    clear: both;
}


.responsive-only {
    display: none !important;
}


#page-wrapper {
    width: 100%;
    display: table;
}
#content {
    background: #fff;
    padding-top: 40px;
    width: 1400px;
    padding: 40px 70px 0;
}
.content-wrapper {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}
.content-wrapper > h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 8px;
    font-family: 'Open Sans', serif;
}



/* LOGO */
a.logo {
    display: block;
}
header a.logo {
    height: 280px;
}
header a.logo:hover {
    color: #000;
}
footer a.logo {
    display: table;
    color: #E0E0E0;
    margin: 50px auto;
}
footer a.logo:hover {
    color: #d0d0d0;
}


/* HEADER + MENU */
header {
    position: relative;
    text-transform: uppercase;
    width: 100%;  
    text-align: center;
}
header .head a img {
    width: 100%;
}
header section {
    background: #fff;
    bottom: 0;
    width: 1400px !important;
    height: 340px;
    padding: 0 70px;
}
header h1 {
    position: relative;
    float: left;
}
header h1 a {
    float: left;
    font-size: 24px;
    line-height: 23px;
    font-weight: 300;
    border-right: 1px solid #e2e2e2;
    border-bottom: 2px solid transparent;
    width: 333px;
    height: 65px;
    margin-top: -1px;
    text-indent:-9999em;
}
header #menu {
    text-align: center;
    position: absolute !important;
    width: 1260px;
}
header #menu,
header .menu-icons {    
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}
header .menu-icons {
  display: none;
    width: 126px;
    float: right; 
    z-index: 666;
    margin: 12px 0 0 40px;
}
header #menu li {
    display: inline-block;
    vertical-align: middle;  
    font-size: 20px;
    line-height: 55px;
}
header .menu-icons li {
    float: left;
}
header #menu li:not(:last-child) {
    margin-right: 30px;
}
header #menu li a {
    color: #ef4766;
}
header .menu-icons li:not(:first-child) {
    margin-left: 10px;
}
header .menu-icons li a i {
    line-height: 45px;
}
header #menu:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
}
header #menu a,
header .menu-icons a {
    display: block;
    position: relative;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
header .menu-icons a {
    font-size: 18px;
    text-align: center;
}
header .menu-icons a.resp-menu {
    display: none;
}
header .menu-icons a.resp-menu.active {
    color: #111;
    background-color: #f0f0f0;
}
header .menu-icons a.search {
    z-index: 2;
}
header #menu a:hover {
    color: #413f70;
}
header .menu-icons a:focus {
    outline: 0;
}


/* KERESES */
.right-side .box.widget_search {
    padding: 0;
}
.right-side .box.widget_search input[type="text"] {
    width: 100%;
    color: rgba(67, 67, 68, 0.6);
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    border: none;
    padding: 10px 35px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%20000003%22%3E%3Cpath%20d%3D%22M21.172%2024l-7.387-7.387c-1.388.874-3.024%201.387-4.785%201.387-4.971%200-9-4.029-9-9s4.029-9%209-9%209%204.029%209%209c0%201.761-.514%203.398-1.387%204.785l7.387%207.387-2.828%202.828zm-12.172-8c3.859%200%207-3.14%207-7s-3.141-7-7-7-7%203.14-7%207%203.141%207%207%207z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 10px) 50%;
    box-sizing: border-box;
    border: solid 1px #dbdbdb;
    height: 46px;
    line-height: 46px;
    font-style: italic;
}
.right-side .box.widget_search h3,
.right-side .box.widget_search .submit {
  display: none;
}
.right-side .submit {
    background: #EE1C25;
    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 3px 10px;
    margin: 0;
    color: #fff;
}
.right-side .submit:hover {
    background: #EE1C25;
}


/* LISTA OLDAL */
article.post {
    float: left;
    margin: 0 0 30px;
    font-weight: 300;
    overflow: hidden;
    position: relative;
}
article.post h1.title {
    font-family: 'Open Sans', serif;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 5px;
}
article.post h2.subtitle {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
    font-family: 'Open Sans', serif;
}
.post-inside article.post,
.page-inside article.post {
    max-height: none;
}
.post-list article .entry,
.post-tags article .entry,
.post-search-list article .entry,
.post-archive-list article .entry {
    font-size: 14px;
}
.post-list article .meta,
.post-tags article .meta,
.post-search-list article .meta,
.post-archive-list article .meta {
    margin: 20px 0 16px;
}

article.post span.category {
    top: 8px;
    left: 10px;
    z-index: 2;
    display: block;
    position: absolute;
}
article.post span.category a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #ef4766;
    font-family: 'Open Sans', serif;
}
article.post .meta {
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', serif;
    font-style: italic;
    z-index: 2;
}
article .meta div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;    
    color: rgba(67, 67, 68, 0.6);    
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 270px;
    overflow: hidden;
}
article .meta div:not(:last-of-type):after {
    content: " • ";
    display: inline-block;
    margin: 0 10px;
    color: rgba(67, 67, 68, 0.6);
}
article.post .meta .blh_share_cont {
    display: none;
}
article.post .meta a {
    color: #989898;
}
article.post .meta a:hover {
    color: #ef4766;
}
article.post .blh_share_fblike {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
article {
    position: relative;
    display: inline-block;
    width: 400px;
    margin-bottom: 48px;
    vertical-align: top;
    height: 410px;
    overflow: hidden
}
article h1 {
    position: relative;
    display: inline-block;
}
article h1 a {
    font-size: 20px;
    font-weight: 300;
    color: #3F3F3F;
}
article h1 a:hover {
    color: #ef4766;
}
article.post .article-image {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.post-list article.post:hover .article-image,
.post-tags article.post:hover .article-image,
.post-search-list article.post:hover .article-image,
.post-archive-list article.post:hover .article-image {
    opacity: 0.7;
}
.post-list article.post .article-image,
.post-tags article.post .article-image,
.post-search-list article.post .article-image,
.post-archive-list article.post .article-image {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
article.post .article-image img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    max-width: inherit;
    min-height: inherit;
}
.post-list.indexpage .post_increment_1,
.post-list.indexpage .post_increment_3,
.post-list.indexpage .post_increment_5,
.post-list.indexpage .post_increment_7,
.post-list.indexpage .post_increment_9,
.post-list.indexpage .post_increment_11,
.post-list.indexpage .post_increment_13,
.post-list.indexpage .post_increment_15,
.post-list.indexpage .post_increment_17,
.post-list.indexpage .post_increment_19,
.post-list:not(.indexpage) .post_increment_1,
.post-list:not(.indexpage) .post_increment_3,
.post-list:not(.indexpage) .post_increment_5,
.post-list:not(.indexpage) .post_increment_7,
.post-list:not(.indexpage) .post_increment_9,
.post-list:not(.indexpage) .post_increment_11,
.post-list:not(.indexpage) .post_increment_13,
.post-list:not(.indexpage) .post_increment_15,
.post-list:not(.indexpage) .post_increment_17,
.post-list:not(.indexpage) .post_increment_19,
.post-search-list .post_increment_1,
.post-search-list .post_increment_3,
.post-search-list .post_increment_5,
.post-search-list .post_increment_7,
.post-search-list .post_increment_9,
.post-search-list .post_increment_11,
.post-search-list .post_increment_13,
.post-search-list .post_increment_15,
.post-search-list .post_increment_17,
.post-search-list .post_increment_19,
.post-archive-list .post_increment_1,
.post-archive-list .post_increment_3,
.post-archive-list .post_increment_5,
.post-archive-list .post_increment_7,
.post-archive-list .post_increment_9,
.post-archive-list .post_increment_11,
.post-archive-list .post_increment_13,
.post-archive-list .post_increment_15,
.post-archive-list .post_increment_17,
.post-archive-list .post_increment_19,
.post-tags .post_increment_1,
.post-tags .post_increment_3,
.post-tags .post_increment_5,
.post-tags .post_increment_7,
.post-tags .post_increment_9,
.post-tags .post_increment_11,
.post-tags .post_increment_13,
.post-tags .post_increment_15,
.post-tags .post_increment_17,
.post-tags .post_increment_19 {
    margin-right: 19px;
}



/* POST OLDAL */
.post-inside article,
.page-inside article {
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: inherit;
    max-height: none !important;
}
#content .post-header .meta {
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: rgba(67, 67, 68, 0.6);
}
#content .post-header .meta-left {
    top: 8px;
    float: left;
    min-width: 750px;
    position: relative;
}
#content .post-header .meta-right {
    float: right;
    width: 400px;
    margin-bottom: 30px;
    position: relative;
}
#content .post-header .share {
    height: 45px;
    line-height: 45px;
    display: inline-block;
}
#content .post-header .share .fb-root{
    display: none;
}
#content .post-header .share .fb-recommend {
    float: left;
    margin-right: 15px;
}
#content .post-header .share .fb-recommend .blh_share_fblike {
    margin-top: 12px;
}
/*#content .post-header .share:before {
    content: "Megosztás: ";
    margin-right: 20px;
    font-weight: 500;
    color: #3f3f3f;
    float: left;
}*/
#content .post-header .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 62px;
    margin-bottom: 10px;    
    color: #ef4766;
    text-transform: uppercase;
}
#content .post-header .subtitle {    
    opacity: .8;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #585858;
}
#content .post-header .subtitle:empty {
    display: none;
}
.post-inside .date,
.page-inside .date,
.post-inside .author ,
.page-inside .author {
    float: left;    
    position: relative;    
    display: inline-block;
    vertical-align: middle;    
}
.post-inside .date:after,
.page-inside .date:after {
    content: " • ";    
    margin: 0 10px 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.blh-gallery img {
    max-height: inherit !important;
}
.post-inside article .entry .popup_icon_container,
.page-inside article .entry .popup_icon_container {
    max-width: 100%;
}
.post-inside .entry iframe,
.page-inside .entry iframe {
    max-width: 100%;
}
.post-inside .entry p:first-of-type strong,
.page-inside .entry p:first-of-type strong,
.post-inside .entry p:first-of-type strong,
.page-inside .entry p:first-of-type strong {
        font-family: arial;
}



/* POST FOOOTER / SUBFOOTER */
.post-inside .post-footer,
.page-inside .post-footer,
.post-inside .post-subfooter,
.page-inside .post-subfooter {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.post-inside .post-footer,
.page-inside .post-footer {
    padding-top: 20px;
    border-top: 1px solid #DBDBDB;
    margin-bottom: 75px;
}
.post-inside .post-subfooter .share,
.page-inside .post-subfooter .share {
    float: right;
    width: 304px;
    line-height: 52px;
    position: relative;
    top: -4px;
}
.post-inside .post-footer .post-tags,
.page-inside .post-footer .post-tags {
    float: left;    
}
.post-inside .post-footer .post-tags a,
.page-inside .post-footer .post-tags a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: rgba(67, 67, 68, 0.6);
}
.post-inside .post-footer .post-tags a:not(:last-of-type),
.page-inside .post-footer .post-tags a:not(:last-of-type) {
    margin-right: 15px;
}
.post-inside .post-footer .post-tags a:after,
.page-inside .post-footer .post-tags a:after {
    background: transparent;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.post-inside .post-footer .post-tags a:after,
.post-inside .post-footer .post-tags a:hover:after,
.page-inside .post-footer .post-tags a:after,
.page-inside .post-footer .post-tags a:hover:after {
    content: "";
    top: -21px;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
}
.post-inside .post-footer .post-tags a:hover,
.page-inside .post-footer .post-tags a:hover {
    color: #666;
}
/*.post-inside .post-footer .post-tags a:hover:after,
.page-inside .post-footer .post-tags a:hover:after {
    background: #9F9F9F;
}*/
.post-inside .post-footer .post-comments,
.page-inside .post-footer .post-comments {
    font-weight: 700;
    float: right;
    font-size: 18px;
}
.post-inside .post-subfooter .recommend,
.page-inside .post-subfooter .recommend {
    float: left;
    width: 440px;
}
.post-inside .post-subfooter .recommend .fb_iframe_widget,
.page-inside .post-subfooter .recommend .fb_iframe_widget {
    top: 12px !important;
}


/* POST SUBFOOTER CHECKBOXES */
.post-inside .post-subfooter .checkboxes,
.page-inside .post-subfooter .checkboxes {
    float: left;
    width: 440px;
}
.post-inside .post-subfooter .checkboxes ul,
.page-inside .post-subfooter .checkboxes ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.post-inside .post-subfooter .checkboxes ul li,
.page-inside .post-subfooter .checkboxes ul li {
    float:  left;
    position: relative;
}
.post-inside .post-subfooter .checkboxes ul li:not(:last-child),
.page-inside .post-subfooter .checkboxes ul li:not(:last-child) {
    margin-right: 10px;
}
.post-inside .post-subfooter ul li input[type="checkbox"] + span,
.page-inside .post-subfooter ul li input[type="checkbox"] + span {
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: -o-calc(50% - 15px);
    top: calc(50% - 15px);
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 2;
    left: 5px;
}
.post-inside .post-subfooter ul li input[type="checkbox"]:checked + span,
.page-inside .post-subfooter ul li input[type="checkbox"]:checked + span {
    border: 5px solid #fff;
    background-color: #299C59;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%206.285l-11.16%2012.733-6.84-6.018%201.319-1.49%205.341%204.686%209.865-11.196%201.475%201.285z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
}
.post-inside .post-subfooter .checkboxes ul li label,
.page-inside .post-subfooter .checkboxes ul li label {
    left: -4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    background-color: #F1F1F1;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.post-inside .post-subfooter .checkboxes ul li label,
.page-inside .post-subfooter .checkboxes ul li label,
.post-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label,
.page-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px 0 50px;
}
.post-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label,
.page-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label {
    color: #fff;
    background-color: #299C59;
}


/* DOTDOTDOT & WEBKIT LINE CLAMPING */
/*.post-list article.post h1,
.post-tags article.post h1,
.post-search-list article.post h1,
.post-archive-list article.post h1,
.post-list article.post .entry,
.post-tags article.post .entry,
.post-search-list article.post .entry,
.post-archive-list article.post .entry,
#slider ul.bjqs li .article-data h1,
.post-list-widget.section1 li .post,
.post-list-widget.section2 li .post,
.post-list-widget.section3 li .post,
.post-list-widget.recent li .post,
.widget_topvisited.popular ol li .post {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}*/
.post-list article.post h1,
.post-tags article.post h1,
.post-search-list article.post h1,
.post-archive-list article.post h1,
.post-list-widget.section2 li:not(:nth-child(-n+2)) .post {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#slider ul.bjqs li .article-data h1,
.post-list-widget.recent .post,
.widget_topvisited.popular ol li .post,
.post-list-widget.section1 li .post,
.post-list-widget.section1 li:first-child .lead,
.post-list-widget.section2 li:nth-child(-n+2) .post,
.post-list-widget.section3 li:nth-child(-n+3) .post,
.post-list-widget.section3 li:not(:nth-child(-n+3)) .lead {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.post-list article.post .entry,
.post-tags article.post .entry,
.post-search-list article.post .entry,
.post-archive-list article.post .entry,
.post-list-widget.section2 li:nth-child(-n+2) .lead,
.post-list-widget.section3 li:nth-child(-n+3) .lead {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.post-list-widget.section3 li:not(:nth-child(-n+3)) .post {
    max-width: -webkit-calc(100% - 260px);
    max-width: -moz-calc(100% - 260px);
    max-width: -o-calc(100% - 260px);
    max-width: calc(100% - 260px);
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
@-moz-document url-prefix() {
    .post-list article.post h1,
    .post-tags article.post h1,
    .post-search-list article.post h1,
    .post-archive-list article.post h1 {
        max-height: 70px;
        overflow: hidden;
        display: inline-block;
        
    }
    .post-loop article.post {
        max-height: 410px;
    }
    .content-wrapper .post-list-widget.recent .post {
        max-height: 62px;
        overflow:hidden;
        display: inline-block;
    }
    .content-wrapper .post-list-widget:not(.recent) .post {
        max-height: 80px;
        overflow: hidden;
        display: inline-block;
    }
    #slider ul.bjqs li:first-child .article-data h1 {
        max-height: 120px;
    }
    #slider ul.bjqs li:not(:first-child) .article-data h1 {
        max-height: 100px;
    }
    .widget_topvisited.popular ol li .post,
    .post-list-widget.section3 li:not(:nth-child(-n+3)) .lead {
        max-height: 80px;
    }
    .post-list-widget.section1 li:first-child,
    .post-list-widget.section2 li:nth-child(-n+2) {
        max-height: 400px;
    }
    .post-list-widget.section3 li:nth-child(-n+3) {
        max-height: 408px;
        overflow: hidden;
    }
}



/* KEZDOOLDALI CIMSOROK */
div.title {
    clear: both;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DBDBDB;
    
}
div.title h1 {
    float: left;
    height: 42px;
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
div.title ul {
    padding: 0;
    margin: 0;
    float: right;
    height: 42px;
}
div.title ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-weight: 500;
    font-size: 14px;
    height: 42px;
}
div.title ul li:not(:last-child) {
    margin-right: 20px;
}
div.title ul li a {
    color: #9F9F9F;
    display: block;
}
div.title ul li a:hover {
    color: #666;
}
div.title h1:after,
div.title ul li a:after,
div.title ul li a:hover:after {
    content: "";
    bottom: 2px;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
}
div.title h1:after {
    background: #983A39;
}
div.title ul li a:after {
    background: transparent;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
div.title ul li a:hover:after {
    background: #9F9F9F;
}


/* PAGERS, MORE BUTTONS */
.more-articles {
    color: #fff;
    width: 320px;
    height: 45px;
    max-width: 100%;
    line-height: 45px;
    display: table;
    margin: 0 auto 60px;
    text-align: center;
    background-color: #ef4766;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.more-articles:hover {
    color: #fff;
    opacity: .7;
}
#pager {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
    float: none;
    clear: both
}
#pager .pager {
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    background-color: #ef4766;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
#pager .pager a,
#pager .pager span {
    font-size: 14px;
    font-weight: 600;
}
#pager .pager span {
    opacity: .3;
    pointer-events: none
}
#pager .pager.next a,
#pager .pager.next span,
#pager .pager.prev a,
#pager .pager.prev span {
    position: relative;
    color: #fff;
}
#pager .pager.prev {
    float: left;  
    background: #413f70;
}
#pager .pager.prev a,
#pager .pager.prev span {
    display: block;
}
#pager .pager.next {
    float: right;
}
#pager .pager.next a,
#pager .pager.next span {
    display: block;
}
#pager .pager:hover {
    opacity: .7;
}




/**********************/
/*     HIGHLIGHTED   */
/*********************/
#slider {
  margin: 0 0 70px;
  height: 490px !important;
  background: transparent;
}
#slider,
#slider ul.bjqs,
#slider ul.bjqs li,
#slider div.slider-box,
#slider .bjqs-controls,
#slider a.article-link,
#slider .bjqs .article-image {
    border: 0;
    outline: 0;
    overflow: hidden;
    width: 100% !important;
}
#slider ul.bjqs li {
    float: left;
    display: block !important;
    position: relative !important;
    font-family: "Playfair Display", sans-serif;
}
#slider ul.bjqs li:first-child {
    width: 749px !important;
    height: 440px !important;
    margin-right: 40px;
}
#slider ul.bjqs li:not(:first-child) {
    width: 380px !important;
    height: 200px !important;
    margin-bottom: 40px;
}
#slider:hover img {
    opacity: 1 !important;
}
#slider ul.bjqs li img {
    width: 100%;
}
#slider .slide:not(:first-of-type) strong
#slider ul.bjqs li:not(:first-child) .article-data {
    max-width: 100%;
}
#slider .slide:not(:first-of-type) strong,
#slider ul.bjqs li:not(:first-child) .article-data h1 {
    white-space: inherit !important;
    text-overflow: inherit !important;
}
#slider .slide:first-of-type strong,
#slider ul.bjqs li:first-child .article-data h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    white-space: inherit !important;
    text-overflow: inherit !important;
}
#slider .slide:not(:first-of-type) strong,
#slider ul.bjqs li:not(:first-child) .article-data h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
#slider .bjqs .article-image {
    height: 440px;
    transition: opacity .5s ease;
}
#slider .bjqs li:hover .article-image {
    opacity: 0.7;
}
#slider .bjqs .article-image:before {
    content: "";
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
}
#slider ul.bjqs .article-data:hover {
    opacity: 1;
}
#slider:hover .article-data {
    height: auto;
    overflow: visible;
}
#slider .slide strong,
#slider ul.bjqs .article-data {
    width: auto;
    bottom: 0;
    left: 0;
    z-index: 11;
    height: auto;
    cursor: pointer;
    position: absolute;
    box-sizing: inherit;
    padding: 0 20px 15px;
    text-shadow: 2px 1px 2px rgba(0,0,0,.5);
    background-color: transparent !important;
}
#slider li .rovat {
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
    margin-bottom: 5px;
    position: absolute;
}
#slider li .rovat a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #ef4766;
    font-family: 'Open Sans', serif;
}
#slider ul.bjqs .article-data h1 {
    position: relative;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;*/
    width: 100%;
    text-align: left;
    height: auto;
}
#slider .slide strong,
#slider ul.bjqs .article-data h1 a {
    text-decoration: none;
    color: #fff;
}
#slider a.article-link {
    display: none;
}


/* */
.content-side {
    float: left;
    width: 820px;
    padding: 0 0 30px;
    background: #fff;
}
.content-side section {
    width: 100%;
    clear: both;
    /*display: table;*/
    display: block;
    margin-bottom: 50px;
}
.inner-right-side {
    position: absolute;
    padding: 30px;
    width: 380px;
    left: 0;
    top: 0;
}
.right-side-content {
    position: relative;
    z-index: 2;
}
.right-side {
    float: right;
    line-height: 20px;
    font-weight: 300;
    padding: 0;
    position: relative;
    width: 400px;
    font-size: 14px;
}

.right-side img {
    max-width: 100%;
}

.right-side .box {
    width: 100%;
    clear: both;
    display: table;
    margin: 0 0 40px;
}
h3.related,
.right-side .box > h3 {
    color: #3F3F3F;
    margin: 0 0 12px;    
}
h3.related {
    font-size: 24px;    
}
.box.widget_ad_mix {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.box.widget_ad_mix div[id^="zone"] {
    display: table;
    margin: 5px auto;
}


/* */
.right-side .post-list-widget li {
    margin: 0 0 16px;
    text-align: left;
}
.right-side .post-list-widget .lead {
    color: #727171;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', serif;
}
.right-side .post-list-widget img {
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0 10px 0 0;
}
.right-side .post-list-widget .datas {
    display: inline-block;
    color: #000;
    width: 200px;
    font-size: 13px;
    line-height: 16px;
    margin: -3px 0 0 0;
    text-align: left;
    vertical-align: top;
}
.right-side .post-list-widget .datas .date {
    display: block;
    color: #666;
    font-size: 12px;
}
.right-side .post-list-widget .datas a {
    margin: 0 0 10px;
}
.right-side .post-list-widget .datas .post {
    font-size: 16px;
    line-height: 20px;
}
.widget_externalfeed li,
.widget_comments li {
    margin: 0 0 15px;
}
.widget_comments strong {
    font-weight: 600;
}
.blh-billboard-ad {
    display: table;
    margin: 0 auto 55px;
}
.blh-billboard-ad div:empty {
    display: none;
}
.post-list article.post .blh-gallery,
.post-tags article.post .blh-gallery,
.post-archive-list article.post .blh-gallery,
.post-search-list article.post .blh-gallery,
.post-list article.post .imgnotext,
.post-tags article.post .imgnotext,
.post-archive-list article.post .imgnotext,
.post-search-list article.post .imgnotext {
    display: none;
}
.post-list article.post p span,
.post-tags article.post p span,
.post-archive-list article.post p span,
.post-search-list article.post p span {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000 !important;
    font-family: 'Open Sans', serif !important;
}



.article-bottom {
    position: relative;
    margin: 40px 0 0;
}
.article-bottom .tags-comments {
    text-align: right;
    font-family: 'Open Sans', serif;
    font-style: italic;
    color: #989898;
    font-style: 15px;
}
.article-bottom .tags-comments .comments {
    display: inline-block;
    height: 20px;
}
.article-bottom .tags-comments a {
    color: #989898;
}
.article-bottom .tags-comments a:hover {
    color: #000;
}
.article-bottom .tags {
    border-top: 1px solid #d1d1d1;
    padding: 2px 0 0 140px;
    margin: 1px 0 0;
}
.article-bottom .tags a {
    margin: 0 0 0 4px;
}



/* ENTRY */
.entry {
    color: #434343;
    position: relative;
    margin: 0 0 40px;
    font-family: 'Open Sans', serif;
}
.entry p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 24px;
}
.entry a:not(a[href^="#gallery"]) {
    border-bottom: 1px solid #983A3A;
}
.entry a:hover {
    color: #000;
}
.entry em,
.entry i {
    font-style: italic;
}
.entry strong,
.entry b {
    font-weight: 600;
}
.entry small {
    font-size: 12px;
    line-height: 15px;
}
.entry ul {
    list-style: disc outside;
    margin: 15px 0 25px 20px;
}
.entry ol {
    list-style: decimal outside;
    margin: 15px 0 25px 20px;
}
.entry ul li,
.entry ol li {
    margin: 1px 0;
}
.entry .frame {
    border: 0;
    padding: 30px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    background-color: #f9b6c2;
}
.entry blockquote {
    width: 550px;
    font-weight: 400;
    margin: 50px auto;
    text-align: center;
    position: relative;
    padding: 50px 0 30px;
    font-family: 'Open Sans', serif;
    background-color: #fff;
    z-index: 2;
}
.entry blockquote,
.entry blockquote p {
    color: #3f3f3f;
    font-size: 24px;
    line-height: 34px;
}
.entry blockquote:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23D9D9D9%22%3E%3Cpath%20d%3D%22M9.983%203v7.391c0%205.704-3.731%209.57-8.983%2010.609l-.995-2.151c2.432-.917%203.995-3.638%203.995-5.849h-4v-10h9.983zm14.017%200v7.391c0%205.704-3.748%209.571-9%2010.609l-.996-2.151c2.433-.917%203.996-3.638%203.996-5.849h-3.983v-10h9.983z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    background-size: 50px;
    content: "";
    top: -10px;
    height: 40px;
    width: 75px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    position: absolute;
}
.entry blockquote:after {
    content: "";
    top: 8px;
    z-index: -1;
    width: 270px;
    height: 100%;
    position: absolute;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    left: -webkit-calc(50% - 135px);
    left: -moz-calc(50% - 135px);
    left: -o-calc(50% - 135px);
    left: calc(50% - 135px);
    background: #fff;
}
.entry .frame p:last-of-type,
.entry blockquote p:last-of-type {
    margin: 0;
}
.entry blockquote ol,
.entry blockquote ul {
    margin: 0 0 0 10px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
    font-weight: 400;    
}
.entry h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 5px;
}
.entry h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 12px 0 5px;
    line-height: 24px;
}
.entry h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 12px 0 5px;
}
.entry .alignright,
.entry .imgright {
    display: inline;
    float: right;
    margin: 5px 5px 10px 15px !important;
}
.entry .alignleft,
.entry .imgleft {
    display: inline;
    float: left;
    margin: 5px 15px 10px 5px  !important;
}
.entry .aligncenter,
.entry .imgcenter,
.entry .imgnotext {
    display: block;
    margin: 20px auto;
}
article.post ul.blh-mosaic li,
article.post .entry ul.blh-mosaic li {
    font-size: 17px;
}
article.post ul.blh-mosaic li img ,
article.post .entry ul.blh-mosaic li img {
    display: inline !important;
    margin: 0;
}
.post-list article .entry p:empty,
.post-list article .entry p:empty,
.post-search-list article .entry p:empty,
.post-archive-list article .entry p:empty,
.post-tags article .entry p:empty {
    display: none;
}
.post-list article .entry iframe,
.post-list article .entry img,
.post-search-list article .entry img,
.post-search-list article .entry iframe,
.post-archive-list article .entry img,
.post-archive-list article .entry iframe,
.post-tags article .entry iframe,
.post-tags article .entry img {
    display: none !important;
}



/* RELATED */
.related {
    margin: 0;
}
.related ul li {
    float:  none;
    width: 100%;
    display: block;
}
.related ul li .title {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', serif;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.related ul li a:hover .title {
    color: #999;
}
.related ul li:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: 20px 0 20px;
    display: block;
    position: relative;
    background-color: #DBDBDB;
}
.related ul li .firstimg-wrapper {
    width: 320px;
    height: 180px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.related ul li .firstimg-wrapper img {
    top: 0;
    left: -100%;
    right: -100%;
    height: 100%;
    width: auto;
    margin: auto;
    position: absolute;
    max-width: inherit;
    min-height: inherit;
}


/* POST INSIDE RELATED */
article.post div.related {
    margin: 0 auto 50px;
}
article.post .related ul li {
    float: left;
    width: -webkit-calc(33.333% - 14px) !important;
    width: -moz-calc(33.333% - 14px) !important;
    width: -o-calc(33.333% - 14px) !important;
    width: calc(33.333% - 14px) !important;
}
article.post .related ul li:nth-child(-n+2) {
    margin-right: 20px;
}
article.post .related ul li:after {
    /*z-index: -1;*/
    /*margin: 180px 0 20px;*/
    display: none;
}
article.post .related ul li .firstimg-wrapper {
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
article.post .related ul li:hover .firstimg-wrapper {
    opacity: .7;
}
article.post .related ul li .title {
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    
}






/* SHARE */
.blh_share_others span {
    display: none;
}
.share .blh_share_cont {
    margin: 0;
    /*! float: right; */
    right: 0;
    position: absolute;
}
.share .blh_share_cont a {
    width: 30px !important;
    height: 30px !important;
    background-image: none !important;
    position: relative;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.share .blh_share_cont a:after {
    content: "";
    font-family: 'social';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 6px 0 0 !important;
    color: #fff !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    font-size: 18px;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.share a.btn_blhlike {
    margin: 0 10px 0 5px;
}
.share .blh_share_cont a[data-pin-href][class^=PIN] {
    background: #CE1815 !important;
}

.blh_share_cont a.btn_pinterest,
.blh_share_cont a.btn_pinterest:hover {
    background-color: #C51F11 !important;
}
.blh_share_cont a.btn_pinterest:after {
    content: "\e000";
}
.blh_share_cont a.btn_twitter,
.blh_share_cont a.btn_twitter:hover {
    background-color: #05A9F1 !important;
}
.blh_share_cont a.btn_twitter:after {
    content: "\e001";
}
.blh_share_cont a.btn_facebook,
.blh_share_cont a.btn_facebook:hover {
    background-color: #3D5B97 !important;
}
.blh_share_cont a.btn_facebook:after {
    content: "\e004";
}
.blh_share_cont a.btn_blhlike {
    margin: 0;
}
.blh_share_cont a.btn_blhlike,
.blh_share_cont a.btn_blhlike:hover {
    background-color: #f47629 !important;
}
.blh_share_cont a.btn_blhlike:after,
.blh_share_cont a.btn_blhlike:hover:after {
    content: "\e005";    
    font-size: 16px;
    line-height: 30px;
}
.btn_blhlike.btn_blhlike span,
.count_blhlike.btn_blhlike span {
    text-indent: -999px;
    overflow:hidden;
}
.btn_blhlike.btn_blhlike:hover:after,
.count_blhlike.btn_blhlike:hover:after {
    background-color: transparent;
}
.btn_blhlike.count_blhlike.bubble,
.count_blhlike.count_blhlike.bubble {
    display: none;
}
.blh_share_others .btn_pinterest {
    background: transparent;
    height: auto !important;
}
.blh-share.blh-fb-like {
    display: none;
}
.blh_share_cont a:hover {
    opacity: .8
}
.blh_share_cont a:hover:after {
    color: #fff !important;
}



/* COMMENTS */
#search br, .tagcloud + br,
#comment-form .info ~ *,
#comment-form .submit + *,
#content-side .related br,
#comment-form .label {
    display: none;
}
h3.comment-tracback-url,
h3.comment {
    font-size: 20px;
    font-weight: 600;
    color: #3f3f3f;
    text-align: center;
    margin: 20px 0 5px;
}
#trackbackURL {
    color: #3f3f3f;
    display: block;
    text-align: center;
}
p.comment-disclaimer {
    color: #3f3f3f;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0 0 40px;
}
.comments-container > .comment {
    margin: 0 0 32px;
}
#comment_container .comment-container {
    position: relative;
}
#comment_container .comment-container:hover .commentFooter a,
.comment.linkback:hover .commentFooter a {
    height: 22px;
}
#comment_container .comment-container .avatar-mask {
    box-shadow: none;
    padding: 0;
}
#comment_container .comment-container .avatar-content {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -2px 0 0;
    z-index: 1;
}
.linkbacksBg div.linkback {
    margin: 0 0 30px !important;
    padding: 10px 10px 0 !important;
    border: 1px solid #ccc;
}
.linkbacksBg div.linkback .editComment {
    margin: 0 !important;
}
.comment-container > h1 {
    background: #f1f1f1;
    position: relative;
    top: 3px;
    font-size: 16px;
    padding: 10px 20px 10px 35px;
    margin: 0 0 0 25px;
}
.comment-container > h1:before {
    background: url(https://m.blog.hu/skins/classic/img/default_avatar.png) no-repeat 0 0;
    position: absolute;
    content: "";
    top: -5px;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.comment-container > h1 a {
    color: #000;
}
.comment-container > h1 a:hover {
    color: #f0485c;
}
.comment-container > h1 .commentHeadURL {
    font-weight: 300;
}
.comment-container > h1 .commentTime {
    float: right;
}
.commentFooter {
    float: right;
    margin: 0 10px 0 0;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
div.commentFooter a {
    background: #919191;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    height: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
div.commentFooter a:hover {
    background: #6d6e6f;
}
.commentFooter div.editComment {
    margin: 0;
}
.comment-container div.commentText {
    margin: 0 10px 0 50px;
    border: 1px solid #ccc;
    padding: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}
div.replyComment:before {
    content: none;
}
div.replyComment a {
    text-decoration: none;
}
#feedback_container {
    margin: 60px 0 0;
}
#feedback_container .avatar-outer-border-small,
#feedback_container .avatar-inner-border-small {
    background: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
}
.avatar-outer-border-small {
    position: relative;
    z-index: 1;
}
#feedback_container .avatar-mask-small {
    display: block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}
#feedback_container .avatar-mask-small img.the-avatar-small {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
#feedback_container .info-inner {
    background: #f1f1f1;
    position: relative;
    top: 4px;
    padding: 10px 20px 10px 32px;
    margin: 0 0 0 25px;
    text-align: right;
}
#feedback_container .info-inner select,
#feedback_container .info-inner strong {
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 3px 0 0;
}
#feedback_container .info-inner a {
    font-size: 13px;
    text-transform: uppercase;
}
#feedback_container textarea {
    border: 1px solid #ccc;
    padding: 8px 5px 5px;
    width: 760px;
    height: 120px;
    font-weight: 300;
    resize: vertical;
    margin: -4px 0 3px 50px;
}
.user-info-fields {
    margin: 20px 0 0;
}
.display-counter-container {
    position: absolute;
    font-size: 13px;
    bottom: 1px;
    left: 100px;
}
#commentForm {
    position: relative;
}
.comment-option-fields {
    padding: 0 10px;
    margin: -3px 0 0 40px;
}
.comment-option-fields .input {
    padding: 3px 0 0;
}
.comment-option-fields .submit {
    background: #6d6e6f;
    float: right;
    text-transform: uppercase;
    padding: 0;
    margin: -3px 13px 0 0;
    border: 0 none;
    font-size: 13px;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.comment-option-fields .submit:hover {
    background: #555656;
}
#followinglinks {
    margin: 30px 0 0 50px;
    font-size: 10px;
    font-weight: 300;
}


/*
ENTRY LISTS
*/
.post-inside .entry ol,
.post-inside .entry ul {
    list-style: none!important;
    margin: 0;
    padding: 0;
    display: block
}
.post-inside .entry ol li,
.post-inside .entry ul li {
    text-indent: 0;
    margin-bottom: 6px
}
.post-inside .entry ol {
    counter-reset: li
}
.post-inside .entry ol li {
    list-style: none
}
.post-inside .entry ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    color: #ef4766;
    font-weight: 600;
    padding-right: 10px
}
.post-inside .entry ul:not([id*="gallery"]):not(.reseted) li {
    position: relative;
    padding-left: 24px;    
    font-size: 18px;
    line-height: 26px
}
.post-inside .entry ul:not([id*="gallery"]):not(.reseted) li:before {
    left: 0;
    content: " • ";
    height: 100%;
    color: #6886af;
    font-size: 40px;
    position: absolute;
    margin-bottom: 1rem;
    box-sizing: border-box;
}








/* LABLEC */
footer {
    clear: both;
    display: table;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    width: 1400px;
    margin: 0 auto;
}
footer section:first-of-type {
    background: #e8e8ef;
background: -moz-linear-gradient(left, #e8e8ef 0%, #cecedb 50%, #e8e8ef 100%);
background: -webkit-linear-gradient(left, #e8e8ef 0%,#cecedb 50%,#e8e8ef 100%);
background: linear-gradient(to right, #e8e8ef 0%,#cecedb 50%,#e8e8ef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8ef', endColorstr='#e8e8ef',GradientType=1 );
  padding: 20px 0;
}

footer section:first-of-type div.video {
  display: table;
  margin: 0 auto;
  box-shadow: 3px 3px 25px rgba(65,63,112,.7);   
}
footer section:first-of-type div.video,
footer section:first-of-type div.video iframe {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}

footer section:nth-of-type(2) {
    height: 110px;
    line-height: 110px;
    background-color: #ededed;
}
footer section:nth-of-type(2) div {
    line-height: 130px;
}
footer section:nth-of-type(2) div img:not(:last-of-type) {
    margin-right: 30px;
}
footer section:last-of-type {
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    background-color: #ef4766;
  color: #fff;
}
footer section:last-of-type .content-wrapper div:first-of-type {
    float: left;
}
.copyright {
    color: #fff;
    float: right;
}
.footer-links {
    margin-bottom: 10px;
}
.footer-links ul li {
    display: inline-block;
    vertical-align: middle;
}
.footer-links ul li:not(:last-child):after {
    content: " • ";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.copyright a,
.footer-links ul li a {
    color: #fff;
    text-transform: uppercase;
}
.copyright a:hover,
.footer-links ul li a:hover {
    color: #f0f0f0;
}


/* HIDDEN */
.hidden,
.tagcloud,
.related h3,
.bloghu-controls,
.tinymce-blh-hidden,
.post-pager-wrapper,
.right-side .tagfrequency,
/*.post-tags article.span span.category,*/
.post-list-widget.section1 li .category,
.post-list-widget.section3 li .category,
.post-list-widget.section1 li:not(:first-child) .lead,
.post-list-widget.section2 li:not(:first-child):not(:nth-child(2)) .lead,
.post-list-widget.section1 li .firstimg-wrapper:before,
.post-list-widget.section2 li .firstimg-wrapper:before,
.post-list-widget.section3 li:nth-child(-n+3) .firstimg-wrapper:before,
.post-inside .post-subfooter ul li input[type="checkbox"],
.page-inside .post-subfooter ul li input[type="checkbox"] {
    display: none;
}

.fb_iframe_widget {
    display: table !important;
    margin: 0 auto !important;
}



/* ADVERTS */
.ad-cimlap-leaderboard,
.ad-cikkoldal-leaderboard,
.ad-cimlap-roadblock,
.ad-cikkoldal-roadblock {
    display: table;
    margin: 0 auto 30px;
}
.ad-cimlap-hp,
.ad-cikkoldal-hp,
.ad-cimlap-mr,
.ad-cikkoldal-mr,
.ad-mobile-cikkoldal-kozep {
    display: table;
    margin: 0 auto 40px;
}
.ad-mobile-cikkoldal-top {
    display: table;
    margin: 20px auto;
}
[id^="zone"] {
  position: relative;
}
[id^="zone"]:not(:empty):after {
    /*content: "hirdetés";*/
    display: block;
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
    color: #9F9F9F;
    font-size: 12px;
    font-family: arial;
}




@media only screen and (max-width:1400px) {
    .content-wrapper{
        width: 100% !important;
        padding: 80px 20px 0 !important;
    }
  	header section,
    header .logo {
		height: auto !important;
    }
  	header .logo img,
    footer img {
        max-width: 100%;
    }
  	header #menu {
      width: 100% !important;
      position: relative !important;
    }       
  	header .content-wrapper {
      padding: 0 !important;
    }
    #content,
    footer,
    .content-side,
    .right-side {
        width: 100%;
        padding: 0;
    }
  	footer section:last-of-type {      	
    	height: auto !important;
      	line-height: auto !important;
    }
  	footer section:last-of-type .content-wrapper {      	
      	padding-top: 0 !important;
      	padding-bottom: 0 !important;
    }
  footer section:last-of-type .content-wrapper div:first-of-type,
  footer section:last-of-type .content-wrapper div:last-of-type  {
  	float: none;
    margin: 20px auto;
    text-align: center;
  }
  #content .post-header .meta-left {
  	min-width: inherit;
  }  
}

@media only screen and (max-width:1000px) { 
  	.post-inside .post-subfooter .share, 
  	.page-inside .post-subfooter .share,
    .post-inside .post-subfooter .recommend, 
    .page-inside .post-subfooter .recommend {
    	max-width: 80%;      
    	width: 100%;
      	display: block;
    }
    #page-wrapper {      
    	display: block;      
    }
  	article.post {
    	width: calc(50% - 15px);
    }
}


@media (max-width: 800px) {
  header section iframe {
  	max-width: 100%;
  }
    .latest-articles ul li, 
    .related ul li {
        width: 100% !important;
        margin: 0 0 20px;      
        min-height: 310px;  
    }
    .related ul li .thumbnail-wrapper, 
    .latest-articles ul li .thumbnail-wrapper {
        height: 200px;
    }
    .related ul li .thumbnail-wrapper img, 
    .latest-articles ul li .thumbnail-wrapper img {
        width: 100%;
        height: auto;
    } 
  	article.post {
    	width: calc(50% - 15px);
    }

}

@media (max-width: 670px) {
  	article.post {
    	width: 100%;
      	margin: 0;
    }  
    #pager .pager {
      width: 40%
    }
}
@import "fa.css";
@import "https://blog.hu/assets/core/css/reset/ericmeyer.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=latin-ext');

@font-face {
    font-family: 'social';
    src: url('https://m.blog.hu/skins/hipster/fonts/social.eot');
    src: url('https://m.blog.hu/skins/hipster/fonts/social.eot?#iefix') format('embedded-opentype'),
         url('https://m.blog.hu/skins/hipster/fonts/social.woff') format('woff'),
         url('https://m.blog.hu/skins/hipster/fonts/social.ttf') format('truetype'),
         url('https://m.blog.hu/skins/hipster/fonts/social.svg#social') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font: 16px/22px 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #434343;    
    background-color: #413f70;
}

a {
    color: #434343;
    text-decoration: none;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 14px/18px 'Open Sans', serif;
}

.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after,
.right-side #search .submit,
#slider ul.bjqs-controls li a,
.article-bottom .share a {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after {
    clear: both;
}


.responsive-only {
    display: none !important;
}


#page-wrapper {
    width: 100%;
    display: table;
}
#content {
    background: #fff;
    padding-top: 40px;
    width: 1400px;
    padding: 40px 70px 0;
}
.content-wrapper {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}
.content-wrapper > h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 8px;
    font-family: 'Open Sans', serif;
}



/* LOGO */
a.logo {
    display: block;
}
header a.logo {
    height: 280px;
}
header a.logo:hover {
    color: #000;
}
footer a.logo {
    display: table;
    color: #E0E0E0;
    margin: 50px auto;
}
footer a.logo:hover {
    color: #d0d0d0;
}


/* HEADER + MENU */
header {
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
header .head a img {
    width: 100%;
}
header section {
    background: #fff;
    bottom: 0;
    width: 1400px !important;
    height: 340px;
    padding: 0 70px;
}
header h1 {
    position: relative;
    float: left;
}
header h1 a {
    float: left;
    font-size: 24px;
    line-height: 23px;
    font-weight: 300;
    border-right: 1px solid #e2e2e2;
    border-bottom: 2px solid transparent;
    width: 333px;
    height: 65px;
    margin-top: -1px;
    text-indent:-9999em;
}
header #menu {
    text-align: center;
    position: absolute !important;
    width: 1260px;
}
header #menu,
header .menu-icons {    
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}
header .menu-icons {
  display: none;
    width: 126px;
    float: right; 
    z-index: 666;
    margin: 12px 0 0 40px;
}
header #menu li {
    display: inline-block;
    vertical-align: middle;  
    font-size: 20px;
    line-height: 55px;
}
header .menu-icons li {
    float: left;
}
header #menu li:not(:last-child) {
    margin-right: 30px;
}
header #menu li a {
    color: #ef4766;
}
header .menu-icons li:not(:first-child) {
    margin-left: 10px;
}
header .menu-icons li a i {
    line-height: 45px;
}
header #menu:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
}
header #menu a,
header .menu-icons a {
    display: block;
    position: relative;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
header .menu-icons a {
    font-size: 18px;
    text-align: center;
}
header .menu-icons a.resp-menu {
    display: none;
}
header .menu-icons a.resp-menu.active {
    color: #111;
    background-color: #f0f0f0;
}
header .menu-icons a.search {
    z-index: 2;
}
header #menu a:hover {
    color: #413f70;
}
header .menu-icons a:focus {
    outline: 0;
}


/* KERESES */
.right-side .box.widget_search {
    padding: 0;
}
.right-side .box.widget_search input[type="text"] {
    width: 100%;
    color: rgba(67, 67, 68, 0.6);
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    border: none;
    padding: 10px 35px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%20000003%22%3E%3Cpath%20d%3D%22M21.172%2024l-7.387-7.387c-1.388.874-3.024%201.387-4.785%201.387-4.971%200-9-4.029-9-9s4.029-9%209-9%209%204.029%209%209c0%201.761-.514%203.398-1.387%204.785l7.387%207.387-2.828%202.828zm-12.172-8c3.859%200%207-3.14%207-7s-3.141-7-7-7-7%203.14-7%207%203.141%207%207%207z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 10px) 50%;
    box-sizing: border-box;
    border: solid 1px #dbdbdb;
    height: 46px;
    line-height: 46px;
    font-style: italic;
}
.right-side .box.widget_search h3,
.right-side .box.widget_search .submit {
  display: none;
}
.right-side .submit {
    background: #EE1C25;
    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 3px 10px;
    margin: 0;
    color: #fff;
}
.right-side .submit:hover {
    background: #EE1C25;
}


/* LISTA OLDAL */
article.post {
    float: left;
    margin: 0 0 30px;
    font-weight: 300;
    overflow: hidden;
    position: relative;
}
article.post h1.title {
    font-family: 'Open Sans', serif;
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 5px;
}
article.post h2.subtitle {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
    font-family: 'Open Sans', serif;
}
.post-inside article.post,
.page-inside article.post {
    max-height: none;
}
.post-list article .entry,
.post-tags article .entry,
.post-search-list article .entry,
.post-archive-list article .entry {
    font-size: 14px;
}
.post-list article .meta,
.post-tags article .meta,
.post-search-list article .meta,
.post-archive-list article .meta {
    margin: 20px 0 16px;
}

article.post span.category {
    top: 8px;
    left: 10px;
    z-index: 2;
    display: block;
    position: absolute;
}
article.post span.category a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #ef4766;
    font-family: 'Open Sans', serif;
}
article.post .meta {
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', serif;
    font-style: italic;
    z-index: 2;
}
article .meta div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;    
    color: rgba(67, 67, 68, 0.6);    
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 270px;
    overflow: hidden;
}
article .meta div:not(:last-of-type):after {
    content: " • ";
    display: inline-block;
    margin: 0 10px;
    color: rgba(67, 67, 68, 0.6);
}
article.post .meta .blh_share_cont {
    display: none;
}
article.post .meta a {
    color: #989898;
}
article.post .meta a:hover {
    color: #ef4766;
}
article.post .blh_share_fblike {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
article {
    position: relative;
    display: inline-block;
    width: 400px;
    margin-bottom: 48px;
    vertical-align: top;
    height: 410px;
    overflow: hidden
}
@media (min-width: 800px) and (max-width: 1294px) {
  article {  	
    width: calc(50% - 20px);
  }  
}

article h1 {
    position: relative;
    display: inline-block;
}
article h1 a {
    font-size: 20px;
    font-weight: 300;
    color: #3F3F3F;
}
article h1 a:hover {
    color: #ef4766;
}
article.post .article-image {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.post-list article.post:hover .article-image,
.post-tags article.post:hover .article-image,
.post-search-list article.post:hover .article-image,
.post-archive-list article.post:hover .article-image {
    opacity: 0.7;
}
.post-list article.post .article-image,
.post-tags article.post .article-image,
.post-search-list article.post .article-image,
.post-archive-list article.post .article-image {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
article.post .article-image img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    max-width: inherit;
    min-height: inherit;
}
.post-list.indexpage .post_increment_1,
.post-list.indexpage .post_increment_3,
.post-list.indexpage .post_increment_5,
.post-list.indexpage .post_increment_7,
.post-list.indexpage .post_increment_9,
.post-list.indexpage .post_increment_11,
.post-list.indexpage .post_increment_13,
.post-list.indexpage .post_increment_15,
.post-list.indexpage .post_increment_17,
.post-list.indexpage .post_increment_19,
.post-list:not(.indexpage) .post_increment_1,
.post-list:not(.indexpage) .post_increment_3,
.post-list:not(.indexpage) .post_increment_5,
.post-list:not(.indexpage) .post_increment_7,
.post-list:not(.indexpage) .post_increment_9,
.post-list:not(.indexpage) .post_increment_11,
.post-list:not(.indexpage) .post_increment_13,
.post-list:not(.indexpage) .post_increment_15,
.post-list:not(.indexpage) .post_increment_17,
.post-list:not(.indexpage) .post_increment_19,
.post-search-list .post_increment_1,
.post-search-list .post_increment_3,
.post-search-list .post_increment_5,
.post-search-list .post_increment_7,
.post-search-list .post_increment_9,
.post-search-list .post_increment_11,
.post-search-list .post_increment_13,
.post-search-list .post_increment_15,
.post-search-list .post_increment_17,
.post-search-list .post_increment_19,
.post-archive-list .post_increment_1,
.post-archive-list .post_increment_3,
.post-archive-list .post_increment_5,
.post-archive-list .post_increment_7,
.post-archive-list .post_increment_9,
.post-archive-list .post_increment_11,
.post-archive-list .post_increment_13,
.post-archive-list .post_increment_15,
.post-archive-list .post_increment_17,
.post-archive-list .post_increment_19,
.post-tags .post_increment_1,
.post-tags .post_increment_3,
.post-tags .post_increment_5,
.post-tags .post_increment_7,
.post-tags .post_increment_9,
.post-tags .post_increment_11,
.post-tags .post_increment_13,
.post-tags .post_increment_15,
.post-tags .post_increment_17,
.post-tags .post_increment_19 {
    margin-right: 19px;
}



/* POST OLDAL */
.post-inside article,
.page-inside article {
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: inherit;
    max-height: none !important;
}
#content .post-header .meta {
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: rgba(67, 67, 68, 0.6);
}
#content .post-header .meta-left {
    top: 8px;
    float: left;
    min-width: 750px;
    position: relative;
}
#content .post-header .meta-right {
    float: right;
    width: 400px;
    margin-bottom: 30px;
    position: relative;
}
#content .post-header .share {
    height: 45px;
    line-height: 45px;
    display: inline-block;
}
#content .post-header .share .fb-root{
    display: none;
}
#content .post-header .share .fb-recommend {
    float: left;
    margin-right: 15px;
}
#content .post-header .share .fb-recommend .blh_share_fblike {
    margin-top: 12px;
}
/*#content .post-header .share:before {
    content: "Megosztás: ";
    margin-right: 20px;
    font-weight: 500;
    color: #3f3f3f;
    float: left;
}*/
#content .post-header .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 62px;
    margin-bottom: 10px;    
    color: #ef4766;
    text-transform: uppercase;
}
#content .post-header .subtitle {    
    opacity: .8;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #585858;
}
#content .post-header .subtitle:empty {
    display: none;
}
.post-inside .date,
.page-inside .date,
.post-inside .author ,
.page-inside .author {
    float: left;    
    position: relative;    
    display: inline-block;
    vertical-align: middle;    
}
.post-inside .date:after,
.page-inside .date:after {
    content: " • ";    
    margin: 0 10px 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.blh-gallery img {
    max-height: inherit !important;
}
.post-inside article .entry .popup_icon_container,
.page-inside article .entry .popup_icon_container {
    max-width: 100%;
}
.post-inside .entry iframe,
.page-inside .entry iframe {
    max-width: 100%;
}
.post-inside .entry p:first-of-type strong,
.page-inside .entry p:first-of-type strong,
.post-inside .entry p:first-of-type strong,
.page-inside .entry p:first-of-type strong {
        font-family: arial;
}



/* POST FOOOTER / SUBFOOTER */
.post-inside .post-footer,
.page-inside .post-footer,
.post-inside .post-subfooter,
.page-inside .post-subfooter {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.post-inside .post-footer,
.page-inside .post-footer {
    padding-top: 20px;
    border-top: 1px solid #DBDBDB;
    margin-bottom: 75px;
}
.post-inside .post-subfooter .share,
.page-inside .post-subfooter .share {
    float: right;
    width: 304px;
    line-height: 52px;
    position: relative;
    top: -4px;
}
.post-inside .post-footer .post-tags,
.page-inside .post-footer .post-tags {
    float: left;    
}
.post-inside .post-footer .post-tags a,
.page-inside .post-footer .post-tags a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: rgba(67, 67, 68, 0.6);
}
.post-inside .post-footer .post-tags a:not(:last-of-type),
.page-inside .post-footer .post-tags a:not(:last-of-type) {
    margin-right: 15px;
}
.post-inside .post-footer .post-tags a:after,
.page-inside .post-footer .post-tags a:after {
    background: transparent;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.post-inside .post-footer .post-tags a:after,
.post-inside .post-footer .post-tags a:hover:after,
.page-inside .post-footer .post-tags a:after,
.page-inside .post-footer .post-tags a:hover:after {
    content: "";
    top: -21px;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
}
.post-inside .post-footer .post-tags a:hover,
.page-inside .post-footer .post-tags a:hover {
    color: #666;
}
/*.post-inside .post-footer .post-tags a:hover:after,
.page-inside .post-footer .post-tags a:hover:after {
    background: #9F9F9F;
}*/
.post-inside .post-footer .post-comments,
.page-inside .post-footer .post-comments {
    font-weight: 700;
    float: right;
    font-size: 18px;
}
.post-inside .post-subfooter .recommend,
.page-inside .post-subfooter .recommend {
    float: left;
    width: 440px;
}
.post-inside .post-subfooter .recommend .fb_iframe_widget,
.page-inside .post-subfooter .recommend .fb_iframe_widget {
    top: 12px !important;
}


/* POST SUBFOOTER CHECKBOXES */
.post-inside .post-subfooter .checkboxes,
.page-inside .post-subfooter .checkboxes {
    float: left;
    width: 440px;
}
.post-inside .post-subfooter .checkboxes ul,
.page-inside .post-subfooter .checkboxes ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.post-inside .post-subfooter .checkboxes ul li,
.page-inside .post-subfooter .checkboxes ul li {
    float:  left;
    position: relative;
}
.post-inside .post-subfooter .checkboxes ul li:not(:last-child),
.page-inside .post-subfooter .checkboxes ul li:not(:last-child) {
    margin-right: 10px;
}
.post-inside .post-subfooter ul li input[type="checkbox"] + span,
.page-inside .post-subfooter ul li input[type="checkbox"] + span {
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: -o-calc(50% - 15px);
    top: calc(50% - 15px);
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 2;
    left: 5px;
}
.post-inside .post-subfooter ul li input[type="checkbox"]:checked + span,
.page-inside .post-subfooter ul li input[type="checkbox"]:checked + span {
    border: 5px solid #fff;
    background-color: #299C59;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M21%206.285l-11.16%2012.733-6.84-6.018%201.319-1.49%205.341%204.686%209.865-11.196%201.475%201.285z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
}
.post-inside .post-subfooter .checkboxes ul li label,
.page-inside .post-subfooter .checkboxes ul li label {
    left: -4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    background-color: #F1F1F1;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.post-inside .post-subfooter .checkboxes ul li label,
.page-inside .post-subfooter .checkboxes ul li label,
.post-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label,
.page-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px 0 50px;
}
.post-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label,
.page-inside .post-subfooter ul li input[type="checkbox"]:checked + span + label {
    color: #fff;
    background-color: #299C59;
}


/* DOTDOTDOT & WEBKIT LINE CLAMPING */
/*.post-list article.post h1,
.post-tags article.post h1,
.post-search-list article.post h1,
.post-archive-list article.post h1,
.post-list article.post .entry,
.post-tags article.post .entry,
.post-search-list article.post .entry,
.post-archive-list article.post .entry,
#slider ul.bjqs li .article-data h1,
.post-list-widget.section1 li .post,
.post-list-widget.section2 li .post,
.post-list-widget.section3 li .post,
.post-list-widget.recent li .post,
.widget_topvisited.popular ol li .post {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}*/
.post-list article.post h1,
.post-tags article.post h1,
.post-search-list article.post h1,
.post-archive-list article.post h1,
.post-list-widget.section2 li:not(:nth-child(-n+2)) .post {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#slider ul.bjqs li .article-data h1,
.post-list-widget.recent .post,
.widget_topvisited.popular ol li .post,
.post-list-widget.section1 li .post,
.post-list-widget.section1 li:first-child .lead,
.post-list-widget.section2 li:nth-child(-n+2) .post,
.post-list-widget.section3 li:nth-child(-n+3) .post,
.post-list-widget.section3 li:not(:nth-child(-n+3)) .lead {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.post-list article.post .entry,
.post-tags article.post .entry,
.post-search-list article.post .entry,
.post-archive-list article.post .entry,
.post-list-widget.section2 li:nth-child(-n+2) .lead,
.post-list-widget.section3 li:nth-child(-n+3) .lead {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.post-list-widget.section3 li:not(:nth-child(-n+3)) .post {
    max-width: -webkit-calc(100% - 260px);
    max-width: -moz-calc(100% - 260px);
    max-width: -o-calc(100% - 260px);
    max-width: calc(100% - 260px);
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
@-moz-document url-prefix() {
    .post-list article.post h1,
    .post-tags article.post h1,
    .post-search-list article.post h1,
    .post-archive-list article.post h1 {
        max-height: 70px;
        overflow: hidden;
        display: inline-block;
        
    }
    .post-loop article.post {
        max-height: 410px;
    }
    .content-wrapper .post-list-widget.recent .post {
        max-height: 62px;
        overflow:hidden;
        display: inline-block;
    }
    .content-wrapper .post-list-widget:not(.recent) .post {
        max-height: 80px;
        overflow: hidden;
        display: inline-block;
    }
    #slider ul.bjqs li:first-child .article-data h1 {
        max-height: 120px;
    }
    #slider ul.bjqs li:not(:first-child) .article-data h1 {
        max-height: 100px;
    }
    .widget_topvisited.popular ol li .post,
    .post-list-widget.section3 li:not(:nth-child(-n+3)) .lead {
        max-height: 80px;
    }
    .post-list-widget.section1 li:first-child,
    .post-list-widget.section2 li:nth-child(-n+2) {
        max-height: 400px;
    }
    .post-list-widget.section3 li:nth-child(-n+3) {
        max-height: 408px;
        overflow: hidden;
    }
}



/* KEZDOOLDALI CIMSOROK */
div.title {
    clear: both;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DBDBDB;
    
}
div.title h1 {
    float: left;
    height: 42px;
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
div.title ul {
    padding: 0;
    margin: 0;
    float: right;
    height: 42px;
}
div.title ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-weight: 500;
    font-size: 14px;
    height: 42px;
}
div.title ul li:not(:last-child) {
    margin-right: 20px;
}
div.title ul li a {
    color: #9F9F9F;
    display: block;
}
div.title ul li a:hover {
    color: #666;
}
div.title h1:after,
div.title ul li a:after,
div.title ul li a:hover:after {
    content: "";
    bottom: 2px;
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
}
div.title h1:after {
    background: #983A39;
}
div.title ul li a:after {
    background: transparent;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
div.title ul li a:hover:after {
    background: #9F9F9F;
}


/* PAGERS, MORE BUTTONS */
.more-articles {
    color: #fff;
    width: 320px;
    height: 45px;
    max-width: 100%;
    line-height: 45px;
    display: table;
    margin: 0 auto 60px;
    text-align: center;
    background-color: #ef4766;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.more-articles:hover {
    color: #fff;
    opacity: .7;
}
#pager {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
    float: none;
    clear: both
}
#pager .pager {
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    background-color: #ef4766;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
#pager .pager a,
#pager .pager span {
    font-size: 14px;
    font-weight: 600;
}
#pager .pager span {
    opacity: .3;
    pointer-events: none
}
#pager .pager.next a,
#pager .pager.next span,
#pager .pager.prev a,
#pager .pager.prev span {
    position: relative;
    color: #fff;
}
#pager .pager.prev {
    float: left;  
    background: #413f70;
}
#pager .pager.prev a,
#pager .pager.prev span {
    display: block;
}
#pager .pager.next {
    float: right;
}
#pager .pager.next a,
#pager .pager.next span {
    display: block;
}
#pager .pager:hover {
    opacity: .7;
}




/**********************/
/*     HIGHLIGHTED   */
/*********************/
#slider {
  margin: 0 0 70px;
  height: 490px !important;
  background: transparent;
}
#slider,
#slider ul.bjqs,
#slider ul.bjqs li,
#slider div.slider-box,
#slider .bjqs-controls,
#slider a.article-link,
#slider .bjqs .article-image {
    border: 0;
    outline: 0;
    overflow: hidden;
    width: 100% !important;
}
#slider ul.bjqs li {
    float: left;
    display: block !important;
    position: relative !important;
    font-family: "Playfair Display", sans-serif;
}
#slider ul.bjqs li:first-child {
    width: 749px !important;
    height: 440px !important;
    margin-right: 40px;
}
#slider ul.bjqs li:not(:first-child) {
    width: 380px !important;
    height: 200px !important;
    margin-bottom: 40px;
}
#slider:hover img {
    opacity: 1 !important;
}
#slider ul.bjqs li img {
    width: 100%;
}
#slider .slide:not(:first-of-type) strong
#slider ul.bjqs li:not(:first-child) .article-data {
    max-width: 100%;
}
#slider .slide:not(:first-of-type) strong,
#slider ul.bjqs li:not(:first-child) .article-data h1 {
    white-space: inherit !important;
    text-overflow: inherit !important;
}
#slider .slide:first-of-type strong,
#slider ul.bjqs li:first-child .article-data h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    white-space: inherit !important;
    text-overflow: inherit !important;
}
#slider .slide:not(:first-of-type) strong,
#slider ul.bjqs li:not(:first-child) .article-data h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
#slider .bjqs .article-image {
    height: 440px;
    transition: opacity .5s ease;
}
#slider .bjqs li:hover .article-image {
    opacity: 0.7;
}
#slider .bjqs .article-image:before {
    content: "";
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
}
#slider ul.bjqs .article-data:hover {
    opacity: 1;
}
#slider:hover .article-data {
    height: auto;
    overflow: visible;
}
#slider .slide strong,
#slider ul.bjqs .article-data {
    width: auto;
    bottom: 0;
    left: 0;
    z-index: 11;
    height: auto;
    cursor: pointer;
    position: absolute;
    box-sizing: inherit;
    padding: 0 20px 15px;
    text-shadow: 2px 1px 2px rgba(0,0,0,.5);
    background-color: transparent !important;
}
#slider li .rovat {
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
    margin-bottom: 5px;
    position: absolute;
}
#slider li .rovat a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
    background-color: #ef4766;
    font-family: 'Open Sans', serif;
}
#slider ul.bjqs .article-data h1 {
    position: relative;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;*/
    width: 100%;
    text-align: left;
    height: auto;
}
#slider .slide strong,
#slider ul.bjqs .article-data h1 a {
    text-decoration: none;
    color: #fff;
}
#slider a.article-link {
    display: none;
}


/*
info videos
*/
.content-side section.info-videos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 320px;
    
}
.content-side section.info-videos .video-holder:nth-of-type(1) {
    flex: 0 0 100%;
    width: 65%;
}
.content-side section.info-videos .video-holder:nth-of-type(2) {
    flex: 0 0 50%;
    width: 35%;
    border-left: 20px solid transparent;
    border-bottom: 10px solid transparent;
}
.content-side section.info-videos .video-holder:nth-of-type(3) {
    flex: 0 0 50%;
    width: 35%;
    border-left: 20px solid transparent;
    border-top: 10px solid transparent;
}
.content-side section.info-videos .video-holder iframe {
    width: 100% !important;
    height: 100%;
}

.content-side section.info-videos.one-video {
    height: 461px;
}
.content-side section.info-videos.one-video .video-holder {
    width: 100%;
}

@media (max-width: 670px) {
    .content-side section.info-videos {
        display: block;
        height: auto;
    }
    .content-side section.info-videos .video-holder:nth-of-type(n) {
        width: 100%;
        height: 280px;
        margin: 0;
        border: none;
    }
    .content-side section.info-videos .video-holder:nth-of-type(2) {
        margin: 30px 0;
    }
}
/*
/info videos
*/


/*
flickity slider
*/
.slider-wrapper #slider {
    height: auto !important;
    font: inherit;
} 
.flickity-viewport {
    height: auto !important;
}
.flickity-slider {
    left: inherit !important;
    transform: inherit !important;
}
.flickity-slider li {
    position: relative !important;
    left: 0 !important;
    float: left;
    display: block !important;
    width: calc(33.333% - 13.5px) !important;
    overflow: hidden;
    margin-bottom: 30px;
}
.flickity-slider li a.article-image {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: opacity .5s ease;
}
.flickity-slider li:hover .article-image {
    opacity: 0.7;
}
.flickity-slider li a.article-image img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    max-width: inherit;
    min-height: inherit;
}

.flickity-slider .article-data {
    padding: 0;
}
.flickity-slider .article-data h1 a {
    font-size: 18px;
    font-weight: 300;
    color: #3F3F3F;
}
.flickity-slider .article-data h1 a:hover {
    color: #ef4766;
}

.flickity-slider li:first-child {
    width: 100% !important;
}
.flickity-slider li:first-child a.article-image {
    height: 490px !important;
    overflow: hidden;
    margin-bottom: 12px;
}
.flickity-slider li:first-child .article-data h1 a {
    font-size: 24px;
    line-height: 30px;
}

.flickity-slider li:not(:first-child):not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 800px) {
    .flickity-slider li a.article-image img {
        height: 100%;
        width: auto;
    }
}
@media (max-width: 670px) {
    .flickity-slider li {
        position: relative !important;
        left: 0 !important;
        float: none;
        display: block !important;
        width: 100% !important;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .flickity-slider li a.article-image img {
        height: auto;
        width: 100%;
    }
    .flickity-slider li:first-child a.article-image {
        height: 280px !important;
    }
}
/*
/flickity slider
*/


/* */
.content-side {
    float: left;
    width: 820px;
    padding: 0 0 30px;
    background: #fff;
}
.content-side section {
    width: 100%;
    clear: both;
    /*display: table;*/
    display: block;
    margin-bottom: 50px;
}
.inner-right-side {
    position: absolute;
    padding: 30px;
    width: 380px;
    left: 0;
    top: 0;
}
.right-side-content {
    position: relative;
    z-index: 2;
}
.right-side {
    float: right;
    line-height: 20px;
    font-weight: 300;
    padding: 0;
    position: relative;
    width: 400px;
    font-size: 14px;
}

.right-side img {
    max-width: 100%;
}

.right-side .box {
    width: 100%;
    clear: both;
    display: table;
    margin: 0 0 40px;
}
h3.related,
.right-side .box > h3 {
    color: #3F3F3F;
    margin: 0 0 12px;    
}
h3.related {
    font-size: 24px;    
}
.box.widget_ad_mix {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.box.widget_ad_mix div[id^="zone"] {
    display: table;
    margin: 5px auto;
}


/* */
.right-side .post-list-widget li {
    margin: 0 0 16px;
    text-align: left;
}
.right-side .post-list-widget li a.post:hover {
    color: #ef4766;
}
.right-side .post-list-widget .lead {
    display: block;
    color: #727171;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', serif;
}
.right-side .post-list-widget img {
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0 10px 0 0;
}
.right-side .post-list-widget .datas {
    display: inline-block;
    color: #000;
    width: 200px;
    font-size: 13px;
    line-height: 16px;
    margin: -3px 0 0 0;
    text-align: left;
    vertical-align: top;
}
.right-side .post-list-widget .datas .date {
    display: block;
    color: #666;
    font-size: 12px;
}
.right-side .post-list-widget .datas a {
    margin: 0 0 10px;
}
.right-side .post-list-widget .datas .post {
    font-size: 16px;
    line-height: 20px;
}
.widget_externalfeed li,
.widget_comments li {
    margin: 0 0 15px;
}
.widget_comments strong {
    font-weight: 600;
}
.blh-billboard-ad {
    display: table;
    margin: 0 auto 55px;
}
.blh-billboard-ad div:empty {
    display: none;
}
.post-list article.post .blh-gallery,
.post-tags article.post .blh-gallery,
.post-archive-list article.post .blh-gallery,
.post-search-list article.post .blh-gallery,
.post-list article.post .imgnotext,
.post-tags article.post .imgnotext,
.post-archive-list article.post .imgnotext,
.post-search-list article.post .imgnotext {
    display: none;
}
.post-list article.post p span,
.post-tags article.post p span,
.post-archive-list article.post p span,
.post-search-list article.post p span {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000 !important;
    font-family: 'Open Sans', serif !important;
}



.article-bottom {
    position: relative;
    margin: 40px 0 0;
}
.article-bottom .tags-comments {
    text-align: right;
    font-family: 'Open Sans', serif;
    font-style: italic;
    color: #989898;
    font-style: 15px;
}
.article-bottom .tags-comments .comments {
    display: inline-block;
    height: 20px;
}
.article-bottom .tags-comments a {
    color: #989898;
}
.article-bottom .tags-comments a:hover {
    color: #000;
}
.article-bottom .tags {
    border-top: 1px solid #d1d1d1;
    padding: 2px 0 0 140px;
    margin: 1px 0 0;
}
.article-bottom .tags a {
    margin: 0 0 0 4px;
}



/* ENTRY */
.entry {
    color: #434343;
    position: relative;
    margin: 0 0 40px;
    font-family: 'Open Sans', serif;
}
.entry p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 24px;
}
.entry a:not(a[href^="#gallery"]) {
    border-bottom: 1px solid #983A3A;
}
.entry a:hover {
    color: #000;
}
.entry em,
.entry i {
    font-style: italic;
}
.entry strong,
.entry b {
    font-weight: 600;
}
.entry small {
    font-size: 12px;
    line-height: 15px;
}
.entry ul {
    list-style: disc outside;
    margin: 15px 0 25px 20px;
}
.entry ol {
    list-style: decimal outside;
    margin: 15px 0 25px 20px;
}
.entry ul li,
.entry ol li {
    margin: 1px 0;
}
.entry .frame {
    border: 0;
    padding: 30px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    background-color: #f9b6c2;
}
.entry blockquote {
    width: 550px;
    font-weight: 400;
    margin: 50px auto;
    text-align: center;
    position: relative;
    padding: 50px 0 30px;
    font-family: 'Open Sans', serif;
    background-color: #fff;
    z-index: 2;
}
.entry blockquote,
.entry blockquote p {
    color: #3f3f3f;
    font-size: 24px;
    line-height: 34px;
}
.entry blockquote:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23D9D9D9%22%3E%3Cpath%20d%3D%22M9.983%203v7.391c0%205.704-3.731%209.57-8.983%2010.609l-.995-2.151c2.432-.917%203.995-3.638%203.995-5.849h-4v-10h9.983zm14.017%200v7.391c0%205.704-3.748%209.571-9%2010.609l-.996-2.151c2.433-.917%203.996-3.638%203.996-5.849h-3.983v-10h9.983z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    background-size: 50px;
    content: "";
    top: -10px;
    height: 40px;
    width: 75px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    position: absolute;
}
.entry blockquote:after {
    content: "";
    top: 8px;
    z-index: -1;
    width: 270px;
    height: 100%;
    position: absolute;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    left: -webkit-calc(50% - 135px);
    left: -moz-calc(50% - 135px);
    left: -o-calc(50% - 135px);
    left: calc(50% - 135px);
    background: #fff;
}
.entry .frame p:last-of-type,
.entry blockquote p:last-of-type {
    margin: 0;
}
.entry blockquote ol,
.entry blockquote ul {
    margin: 0 0 0 10px;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
    font-weight: 400;    
}
.entry h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 5px;
}
.entry h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 12px 0 5px;
    line-height: 24px;
}
.entry h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 12px 0 5px;
}
.entry .alignright,
.entry .imgright {
    display: inline;
    float: right;
    margin: 5px 5px 10px 15px !important;
}
.entry .alignleft,
.entry .imgleft {
    display: inline;
    float: left;
    margin: 5px 15px 10px 5px  !important;
}
.entry .aligncenter,
.entry .imgcenter,
.entry .imgnotext {
    display: block;
    margin: 20px auto;
}
article.post ul.blh-mosaic li,
article.post .entry ul.blh-mosaic li {
    font-size: 17px;
}
article.post ul.blh-mosaic li img ,
article.post .entry ul.blh-mosaic li img {
    display: inline !important;
    margin: 0;
}
.post-list article .entry p:empty,
.post-list article .entry p:empty,
.post-search-list article .entry p:empty,
.post-archive-list article .entry p:empty,
.post-tags article .entry p:empty {
    display: none;
}
.post-list article .entry iframe,
.post-list article .entry img,
.post-search-list article .entry img,
.post-search-list article .entry iframe,
.post-archive-list article .entry img,
.post-archive-list article .entry iframe,
.post-tags article .entry iframe,
.post-tags article .entry img {
    display: none !important;
}



/* RELATED */
.related {
    margin: 0;
}
.related ul li {
    float:  none;
    width: 100%;
    display: block;
}
.related ul li .title {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', serif;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.related ul li a:hover .title {
    color: #999;
}
.related ul li:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: 20px 0 20px;
    display: block;
    position: relative;
    background-color: #DBDBDB;
}
.related ul li .firstimg-wrapper {
    width: 320px;
    height: 180px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.related ul li .firstimg-wrapper img {
    top: 0;
    left: -100%;
    right: -100%;
    height: 100%;
    width: auto;
    margin: auto;
    position: absolute;
    max-width: inherit;
    min-height: inherit;
}


/* POST INSIDE RELATED */
article.post div.related {
    margin: 0 auto 50px;
}
article.post .related ul li {
    float: left;
    width: -webkit-calc(33.333% - 14px) !important;
    width: -moz-calc(33.333% - 14px) !important;
    width: -o-calc(33.333% - 14px) !important;
    width: calc(33.333% - 14px) !important;
}
article.post .related ul li:nth-child(-n+2) {
    margin-right: 20px;
}
article.post .related ul li:after {
    /*z-index: -1;*/
    /*margin: 180px 0 20px;*/
    display: none;
}
article.post .related ul li .firstimg-wrapper {
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
article.post .related ul li:hover .firstimg-wrapper {
    opacity: .7;
}
article.post .related ul li .title {
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    
}






/* SHARE */
.blh_share_others span {
    display: none;
}
.share .blh_share_cont {
    margin: 0;
    /*! float: right; */
    right: 0;
    position: absolute;
}
.share .blh_share_cont a {
    width: 30px !important;
    height: 30px !important;
    background-image: none !important;
    position: relative;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.share .blh_share_cont a:after {
    content: "";
    font-family: 'social';
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 6px 0 0 !important;
    color: #fff !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    font-size: 18px;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.share a.btn_blhlike {
    margin: 0 10px 0 5px;
}
.share .blh_share_cont a[data-pin-href][class^=PIN] {
    background: #CE1815 !important;
}

.blh_share_cont a.btn_pinterest,
.blh_share_cont a.btn_pinterest:hover {
    background-color: #C51F11 !important;
}
.blh_share_cont a.btn_pinterest:after {
    content: "\e000";
}
.blh_share_cont a.btn_twitter,
.blh_share_cont a.btn_twitter:hover {
    background-color: #05A9F1 !important;
}
.blh_share_cont a.btn_twitter:after {
    content: "\e001";
}
.blh_share_cont a.btn_facebook,
.blh_share_cont a.btn_facebook:hover {
    background-color: #3D5B97 !important;
}
.blh_share_cont a.btn_facebook:after {
    content: "\e004";
}
.blh_share_cont a.btn_blhlike {
    margin: 0;
}
.blh_share_cont a.btn_blhlike,
.blh_share_cont a.btn_blhlike:hover {
    background-color: #f47629 !important;
}
.blh_share_cont a.btn_blhlike:after,
.blh_share_cont a.btn_blhlike:hover:after {
    content: "\e005";    
    font-size: 16px;
    line-height: 30px;
}
.btn_blhlike.btn_blhlike span,
.count_blhlike.btn_blhlike span {
    text-indent: -999px;
    overflow:hidden;
}
.btn_blhlike.btn_blhlike:hover:after,
.count_blhlike.btn_blhlike:hover:after {
    background-color: transparent;
}
.btn_blhlike.count_blhlike.bubble,
.count_blhlike.count_blhlike.bubble {
    display: none;
}
.blh_share_others .btn_pinterest {
    background: transparent;
    height: auto !important;
}
.blh-share.blh-fb-like {
    display: none;
}
.blh_share_cont a:hover {
    opacity: .8
}
.blh_share_cont a:hover:after {
    color: #fff !important;
}



/* COMMENTS */
#search br, .tagcloud + br,
#comment-form .info ~ *,
#comment-form .submit + *,
#content-side .related br,
#comment-form .label {
    display: none;
}
h3.comment-tracback-url,
h3.comment {
    font-size: 20px;
    font-weight: 600;
    color: #3f3f3f;
    text-align: center;
    margin: 20px 0 5px;
}
#trackbackURL {
    color: #3f3f3f;
    display: block;
    text-align: center;
}
p.comment-disclaimer {
    color: #3f3f3f;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0 0 40px;
}
.comments-container > .comment {
    margin: 0 0 32px;
}
#comment_container .comment-container {
    position: relative;
}
#comment_container .comment-container:hover .commentFooter a,
.comment.linkback:hover .commentFooter a {
    height: 22px;
}
#comment_container .comment-container .avatar-mask {
    box-shadow: none;
    padding: 0;
}
#comment_container .comment-container .avatar-content {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -2px 0 0;
    z-index: 1;
}
.linkbacksBg div.linkback {
    margin: 0 0 30px !important;
    padding: 10px 10px 0 !important;
    border: 1px solid #ccc;
}
.linkbacksBg div.linkback .editComment {
    margin: 0 !important;
}
.comment-container > h1 {
    background: #f1f1f1;
    position: relative;
    top: 3px;
    font-size: 16px;
    padding: 10px 20px 10px 35px;
    margin: 0 0 0 25px;
}
.comment-container > h1:before {
    background: url(https://m.blog.hu/skins/classic/img/default_avatar.png) no-repeat 0 0;
    position: absolute;
    content: "";
    top: -5px;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.comment-container > h1 a {
    color: #000;
}
.comment-container > h1 a:hover {
    color: #f0485c;
}
.comment-container > h1 .commentHeadURL {
    font-weight: 300;
}
.comment-container > h1 .commentTime {
    float: right;
}
.commentFooter {
    float: right;
    margin: 0 10px 0 0;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
div.commentFooter a {
    background: #919191;
    float: left;
    margin: 0 10px 0 0;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    height: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
div.commentFooter a:hover {
    background: #6d6e6f;
}
.commentFooter div.editComment {
    margin: 0;
}
.comment-container div.commentText {
    margin: 0 10px 0 50px;
    border: 1px solid #ccc;
    padding: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}
div.replyComment:before {
    content: none;
}
div.replyComment a {
    text-decoration: none;
}
#feedback_container {
    margin: 60px 0 0;
}
#feedback_container .avatar-outer-border-small,
#feedback_container .avatar-inner-border-small {
    background: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
}
.avatar-outer-border-small {
    position: relative;
    z-index: 1;
}
#feedback_container .avatar-mask-small {
    display: block;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}
#feedback_container .avatar-mask-small img.the-avatar-small {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
#feedback_container .info-inner {
    background: #f1f1f1;
    position: relative;
    top: 4px;
    padding: 10px 20px 10px 32px;
    margin: 0 0 0 25px;
    text-align: right;
}
#feedback_container .info-inner select,
#feedback_container .info-inner strong {
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 3px 0 0;
}
#feedback_container .info-inner a {
    font-size: 13px;
    text-transform: uppercase;
}
#feedback_container textarea {
    border: 1px solid #ccc;
    padding: 8px 5px 5px;
    width: 760px;
    height: 120px;
    font-weight: 300;
    resize: vertical;
    margin: -4px 0 3px 50px;
}
.user-info-fields {
    margin: 20px 0 0;
}
.display-counter-container {
    position: absolute;
    font-size: 13px;
    bottom: 1px;
    left: 100px;
}
#commentForm {
    position: relative;
}
.comment-option-fields {
    padding: 0 10px;
    margin: -3px 0 0 40px;
}
.comment-option-fields .input {
    padding: 3px 0 0;
}
.comment-option-fields .submit {
    background: #6d6e6f;
    float: right;
    text-transform: uppercase;
    padding: 0;
    margin: -3px 13px 0 0;
    border: 0 none;
    font-size: 13px;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.comment-option-fields .submit:hover {
    background: #555656;
}
#followinglinks {
    margin: 30px 0 0 50px;
    font-size: 10px;
    font-weight: 300;
}


/*
ENTRY LISTS
*/
.post-inside .entry ol,
.post-inside .entry ul {
    list-style: none!important;
    margin: 0;
    padding: 0;
    display: block
}
.post-inside .entry ol li,
.post-inside .entry ul li {
    text-indent: 0;
    margin-bottom: 6px
}
.post-inside .entry ol {
    counter-reset: li
}
.post-inside .entry ol li {
    list-style: none
}
.post-inside .entry ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    color: #ef4766;
    font-weight: 600;
    padding-right: 10px
}
.post-inside .entry ul:not([id*="gallery"]):not(.reseted) li {
    position: relative;
    padding-left: 24px;    
    font-size: 18px;
    line-height: 26px
}
.post-inside .entry ul:not([id*="gallery"]):not(.reseted) li:before {
    left: 0;
    content: " • ";
    height: 100%;
    color: #6886af;
    font-size: 40px;
    position: absolute;
    margin-bottom: 1rem;
    box-sizing: border-box;
}








/* LABLEC */
footer {
    clear: both;
    display: table;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    width: 1400px;
    margin: 0 auto;
}
/*
footer section:first-of-type {
    background: #e8e8ef;
background: -moz-linear-gradient(left, #e8e8ef 0%, #cecedb 50%, #e8e8ef 100%);
background: -webkit-linear-gradient(left, #e8e8ef 0%,#cecedb 50%,#e8e8ef 100%);
background: linear-gradient(to right, #e8e8ef 0%,#cecedb 50%,#e8e8ef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8ef', endColorstr='#e8e8ef',GradientType=1 );
  padding: 20px 0;
}

footer section:first-of-type div.video {
  display: table;
  margin: 0 auto;
  box-shadow: 3px 3px 25px rgba(65,63,112,.7);   
}
footer section:first-of-type div.video,
footer section:first-of-type div.video iframe {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}*/

footer section:first-of-type {
    height: 110px;
    line-height: 110px;
    background-color: #ededed;
}
footer section:first-of-type div {
    line-height: 130px;
}
footer section:first-of-type div img:not(:last-of-type) {
    margin-right: 30px;
}
footer section:last-of-type {
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    background-color: #ef4766;
  color: #fff;
}
footer section:last-of-type .content-wrapper div:first-of-type {
    float: left;
}
.copyright {
    color: #fff;
    float: right;
}
.footer-links {
    margin-bottom: 10px;
}
.footer-links ul li {
    display: inline-block;
    vertical-align: middle;
}
.footer-links ul li:not(:last-child):after {
    content: " • ";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.copyright a,
.footer-links ul li a {
    color: #fff;
    text-transform: uppercase;
}
.copyright a:hover,
.footer-links ul li a:hover {
    color: #f0f0f0;
}


/* HIDDEN */
.hidden,
.tagcloud,
.related h3,
.bloghu-controls,
.tinymce-blh-hidden,
.post-pager-wrapper,
.right-side .tagfrequency,
/*.post-tags article.span span.category,*/
.post-list-widget.section1 li .category,
.post-list-widget.section3 li .category,
.post-list-widget.section1 li:not(:first-child) .lead,
.post-list-widget.section2 li:not(:first-child):not(:nth-child(2)) .lead,
.post-list-widget.section1 li .firstimg-wrapper:before,
.post-list-widget.section2 li .firstimg-wrapper:before,
.post-list-widget.section3 li:nth-child(-n+3) .firstimg-wrapper:before,
.post-inside .post-subfooter ul li input[type="checkbox"],
.page-inside .post-subfooter ul li input[type="checkbox"] {
    display: none;
}

.fb_iframe_widget {
    display: table !important;
    margin: 0 auto !important;
}



/* ADVERTS */
.ad-cimlap-leaderboard,
.ad-cikkoldal-leaderboard,
.ad-cimlap-roadblock,
.ad-cikkoldal-roadblock {
    display: table;
    margin: 0 auto 30px;
}
.ad-cimlap-hp,
.ad-cikkoldal-hp,
.ad-cimlap-mr,
.ad-cikkoldal-mr,
.ad-mobile-cikkoldal-kozep {
    display: table;
    margin: 0 auto 40px;
}
.ad-mobile-cikkoldal-top {
    display: table;
    margin: 20px auto;
}
[id^="zone"] {
  position: relative;
}
[id^="zone"]:not(:empty):after {
    /*content: "hirdetés";*/
    display: block;
    position: absolute;
    bottom: -20px;
    text-align: center;
    width: 100%;
    color: #9F9F9F;
    font-size: 12px;
    font-family: arial;
}




@media only screen and (max-width:1200px) {
    .content-wrapper{
        width: 100% !important;
        padding: 80px 20px 0 !important;
    }
  	header section,
    header .logo {
		height: auto !important;
    }
  	header .logo img,
    footer img {
        max-width: 100%;
    }
  	header #menu {
      width: 100% !important;
      position: relative !important;
    }       
  	header .content-wrapper {
      padding: 0 !important;
    }
    #content,
    footer,
    .content-side,
    .right-side {
        width: 100%;
        padding: 0;
    }
  	footer section:last-of-type {      	
    	height: auto !important;
      	line-height: auto !important;
    }
  	footer section:last-of-type .content-wrapper {      	
      	padding-top: 0 !important;
      	padding-bottom: 0 !important;
    }
  footer section:last-of-type .content-wrapper div:first-of-type,
  footer section:last-of-type .content-wrapper div:last-of-type  {
  	float: none;
    margin: 20px auto;
    text-align: center;
  }
  #content .post-header .meta-left {
  	min-width: inherit;
  }  
}

@media only screen and (max-width:1000px) { 
  	.post-inside .post-subfooter .share, 
  	.page-inside .post-subfooter .share,
    .post-inside .post-subfooter .recommend, 
    .page-inside .post-subfooter .recommend {
    	max-width: 80%;      
    	width: 100%;
      	display: block;
    }
    #page-wrapper {      
    	display: block;      
    }
  	article.post {
    	width: calc(50% - 15px);
    }
}


@media (max-width: 800px) {
  header section iframe {
  	max-width: 100%;
  }
    .latest-articles ul li, 
    .related ul li {
        width: 100% !important;
        margin: 0 0 20px;      
        min-height: 310px;  
    }
    .related ul li .thumbnail-wrapper, 
    .latest-articles ul li .thumbnail-wrapper {
        height: 200px;
    }
    .related ul li .thumbnail-wrapper img, 
    .latest-articles ul li .thumbnail-wrapper img {
        width: 100%;
        height: auto;
    } 
  	article.post {
    	width: calc(50% - 15px);
    }

}

@media (max-width: 670px) {
  	article.post {
    	width: 100%;
      	margin: 0;
    }  
    #pager .pager {
      width: 40%
    }
}





.right-side .box.recommended li .article-image {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden
}

.right-side .box.recommended li .article-image img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	width: 100%;
	height: auto;
	margin: auto
}

.right-side .box.recommended li .datas a.post {
	position: relative;
    max-width: calc(100% - 40px);
    margin-top: -22px;
    padding: 6px 15px 0 0;
    background-color: #fff;
    display: block;
    display: -webkit-box;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    z-index: 1;
    transition: color .5s ease 0s;
}
.right-side .box.recommended li .datas .lead {
	display: block;
	margin: 8px 0 25px;
	line-height: 19px
}
.right-side .box.recommended li .datas {
	width: 100%;
}
.right-side .box iframe {
	max-width: 100%;      
    height: 225px;
}


.disclaimer {
    color: #413f73;
    font-size: 11px;
    line-height: 70px !important;
}


/* Top 5 */
.right-side .widget_topvisited ol {
    padding: 0;
}
.right-side .widget_topvisited li {
    list-style: none;
    margin: 0 0 16px;
    text-align: left;
}
.right-side .widget_topvisited li a.post:hover {
    color: #ef4766;
}
.right-side .widget_topvisited .lead {
    display: block;
    color: #727171;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', serif;
}
.right-side .widget_topvisited img {
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0 10px 0 0;
}
.right-side .widget_topvisited .datas {
    display: inline-block;
    color: #000;
    width: 200px;
    font-size: 13px;
    line-height: 16px;
    margin: -3px 0 0 0;
    text-align: left;
    vertical-align: top;
}
.right-side .widget_topvisited .datas .date {
    display: block;
    color: #666;
    font-size: 12px;
}
.right-side .widget_topvisited .datas a {
    margin: 0 0 10px;
}
.right-side .widget_topvisited .datas .post {
    font-size: 16px;
    line-height: 20px;
}
/* /Top 5 */
