

@import "https://m.blog.hu/assets/core/css/reset/ericmeyer.css";
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:400,200,300,500,600,700|Dosis:400,300,500,600,700|Poiret+One|Racing+Sans+One|Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic|Roboto:400,300,300italic,500,400italic,700,500italic,700italic|Oswald:400,700,300|Roboto+Slab:400,300,700|Francois+One|Shadows+Into+Light+Two|Comfortaa:400,300,700|Righteous&subset=latin,latin-ext);

body {
    background: url(https://m.blog.hu/skins/simplicity/.background/bg.png) repeat 0 0;
    font: 300 18px/23px Open Sans;
    color: #000;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    border-top: 5px solid rgb(206,0,0);
}

a {
    color: rgb(206,0,0);
    text-decoration: none;
    position: relative;
    outline: none;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

    a:hover,
    a:active {
        color: #000;
        text-decoration: none;
    }


input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 300 15px/15px "Open Sans", sans-serif;
    color: #000;
}

.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.content-wrapper:after,
#search:after,
#search .submit,
#pager:after,
.related ul:after {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.content-wrapper:after,
#search:after,
#pager:after,
.related ul:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.content-wrapper:after,
#search:after,
#pager:after,
.related ul:after {
    clear: both;
}

/* CONTENT */

#page-wrapper {
    position: relative;
}

.content-wrapper {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    width: 1025px;
    padding: 0 30px;
    margin: 0 auto;
}

#left-side {
    float: left;
    width: 300px;
    padding: 50px 0 0;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

    #left-side img {
        max-width: 100%;
    }

#content-side {
    background: #fff;
    position: relative;
    float: right;
    width: 640px;
    min-height: 2000px;
    margin: -6px 0 0;
    padding: 70px 30px 40px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    z-index: 1;
}

    #content-side > .about {
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
        padding: 0 0 15px;
    }

        #content-side > .about h2 {
            font-size: 14px;
            height: 41px;
            overflow: hidden;
            line-height: 19px;
        }

/* SLIDER */

#slider {
    width: 640px;
    height: 240px;
    margin: 35px 0 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

    #slider:hover .article-data {
        height: 30px;
    }

    #slider:hover img {
        opacity: 1;
    }

#slider .article-infos {
    display: none;
}

#slider ul.bjqs {
    display: none;
    position: relative;
    width: 640px;
    height: 240px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    #slider ul.bjqs li {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 640px;
        height: 240px;
    }

#slider .article-image {
    background: #e9ebeb;
    display: block;
    width: 640px;
    height: 240px;
    position: relative;
}

#slider img {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: auto;
}

#slider h1 {
    text-transform: uppercase;
    padding: 0 0 10px;
}

#slider .article-data {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 640px;
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 0.2s ease-in 0s;
            transition: height 0.2s ease-in 0s;
}

    #slider .article-data h1 {
        padding: 4px 7px;
        width: auto;
        height: auto;
        font-size: 16px;
        line-height: 24px;
    }

    #slider .article-data h1 a {
        display: block;
        width: 620px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }

    #slider .article-data .lead {
        display: none;
    }

#slider ul.bjqs-controls {
    display: block;
    position: absolute;
    top: 87px;
    width: 100%;
    z-index: 10;
}

    #slider ul.bjqs-controls li {
        position: absolute;
        font-size: 65px;
    }

        #slider ul.bjqs-controls li a {
            background: transparent;
            display: block;
            color: #fff;
            line-height: 50px;
            opacity: 0.7;
            font-family: "Open Sans", sans-serif;
            font-size: 65px;
            height: auto;
            width: auto;
        }
            #slider .bjqs-controls li a:after {
                content: none;
            }

            #slider ul.bjqs-controls li a:hover {
                opacity: 1;
            }

    #slider ul.bjqs-controls .bjqs-next {
        right: 10px;
    }

    #slider ul.bjqs-controls .bjqs-prev {
        left: 10px;
    }


/* ARTICLE */

article.post {
    margin: 0 0 15px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    padding: 35px 0 0;
}

    article.post:first-of-type {
        border: 0 none;
    }

    article h1.title {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 2px;
        font-family: Open Sans;
    }

        article h1.title a {
            color: #000;
        }

            article h1.title a:hover {
                color: rgb(206,0,0);
            }

    article h2.subtitle {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px;
        font-family: Open Sans;
    }

.meta {
    font-size: 14px;
    color: rgb(206,0,0);
    margin: 0 0 28px;
}

    .meta .date {
        font-weight: 600;
    }

a.more {
    background: #f1f1f1;
    display: block;
    text-align: center;
    text-transform: lowercase;
    color: #000;
    font-size: 14px;
    line-height: 12px;
    padding: 8px 0;
}

    a.more:hover {
        background: #e3e3e3;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

/* ENTRY */

.entry {
    margin: 0 0 40px;
}

    .entry p {
        margin: 0 0 30px;
    }

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

    .entry strong,
    .entry b {
        font-weight: 400;
    }

    .entry small {
        font-size: 13px;
        line-height: 16px;
    }

    .entry h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .entry h2 {
        font-size: 22px;
        margin: 0 0 5px;
        line-height: 25px;
    }

    .entry h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 5px;
        font-weight: 400;
    }

    .entry .alignright,
    .entry .imgright {
        display: inline !important;
        float: right;
        margin: 5px 5px 10px 15px !important;
    }

    .entry .alignleft,
    .entry .imgleft {
        display: inline !important;
        float: left;
        margin: 5px 15px 10px 5px  !important;
    }

    .entry .aligncenter,
    .entry .imgcenter {
        display: block !important;
        margin: 20px auto;
    }

    .entry .imgnotext {
        display: block !important;
        margin: 20px 0;
    }

    .entry blockquote {
        background: rgba(206,0,0, 0.08);
        position: relative;
        left: -30px;
        padding: 30px;
        color: #000;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin: 0 0 30px;
        width: 640px;
        box-shadow: 0 0 6px 0 #a5a4a4 inset;
    }

        .entry blockquote p {
            font-size: 14px;
            line-height: 18px;
        }

        .entry blockquote p:last-of-type {
            margin: 0;
        }

    .entry h4,
    .entry h5,
    .entry h6 {
        font-weight: bold;
    }

.entry ul,
.entry ol {
    list-style: disc inside;
    margin: 14px 0 28px 10px;
}

.entry ul li,
.entry ol li{
    margin: 2px 0;
}

article.post ul.blh-mosaic li img ,
article.post .entry ul.blh-mosaic li img {
    display: inline !important;
    margin: 0;
}

/* */

div.blh-billboard-ad {
    background: #f8f8f8;
    box-shadow: 0 0 7px 0 #ccc inset;
    left: -30px;
    margin: 0 0 35px;
    padding: 30px 25px 35px;
    position: relative;
    text-align: center;
    width: 650px;
}

.tags {
    margin: 35px 0 10px;
    font-size: 14px;
    font-style: italic;
}

    .tags a {
        margin: 0 0 0 5px;
        color: #c9c9c9;
    }

        .tags a:hover {
            color: rgb(206,0,0);
        }

.share {
    float: left;
    width: 500px;
}

    .blh_share_cont a span {
        display: none;
    }

    .blh_share_fblike,
    .blh_share_cont {
        padding: 0;
    }

span.comments {
    float: right;
    font-size: 14px;
    font-family: Open Sans;
}

    span.comments a {
        margin: 0 0 0 5px;
        color: #000;
    }

        span.comments a:hover {
            color: rgb(206,0,0);
        }

/* LEFT SIDE */


#left-side .head-img h1 {
    display: inline-block;
    position: relative;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -2px;
    text-transform: lowercase;
    z-index: 2;
    font-family: Open Sans;
}

    #left-side .head-img h1 a {
        display: block;
        padding: 0 0 20px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
        color: rgb(206,0,0);
    }

        #left-side .head-img h1 a:hover {
            color: #000;
        }

#left-side .head-img {
    background: none;
    background-attachment: scroll;
    position: relative;
    width: 300px;
    min-height: 70px;
    margin: 0 0 18px;
}

    #left-side .head-img .back-to-main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        z-index: 1;
    }

#left-side a {
    color: #000;
}

    #left-side a:hover {
        color: rgb(206,0,0);
    }

#left-side .box {
    margin: 0 0 35px;
}

    #left-side .box > h3 {
        font-size: 20px;
        text-transform: lowercase;
        color: rgb(206,0,0);
        margin: 0 0 8px;
        font-family: Open Sans;
    }

#left-side .widget_ad_mix > h3 {
    display: none;
}

#left-side table.toplista {
    width: 100%;
}

    #left-side .toplista .place {
        display: none;
    }

#left-side #search p,
#left-side #search .submit {
    float: left;
}

#left-side .SearchField {
    background: #fff;
    border-radius: 50px 0 0 50px;
    border: 1px solid #dadada;
    border-right: 0 none;
    padding: 2px 12px;
    width: 245px;
    height: 20px;
    margin: 0;
}

    @-moz-document url-prefix() {
        #left-side .SearchField {
            height: 22px;
        }
    }

#left-side .submit {
    background: url(https://m.blog.hu/skins/simplicity/img/sprite.png) no-repeat 0 3px #fff;
    border-radius: 0 50px 50px 0;
    border: 1px solid #dadada;
    border-left: 0 none;
    padding: 0;
    margin: 0;
    width: 19px;
    height: 20px;
    padding: 12px;
    cursor: pointer;
}

    #left-side .submit:hover {
        background-position: -44px 3px;
    }

    @-moz-document url-prefix() {
        #left-side .submit {
            padding: 13px;
        }
    }

/* */

#left-side .post-list-widget li {
    margin: 0 0 18px;
    text-align: right;
}

#left-side .post-list-widget img {
    height: 70px;
    width: 70px;
}

#left-side .post-list-widget .datas {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    margin: 1px 0 0 0;
    text-align: right;
    vertical-align: top;
}

    #left-side .post-list-widget .datas .date {
        display: block;
        color: #666;
    }

    #left-side .post-list-widget .datas a {
        display: block;
        font-weight: 400;
    }

    #left-side .post-list-widget .datas .post {
        font-size: 14px;
        line-height: 18px;
    }

/* */

#left-side strong {
    font-weight: 400;
}

#left-side .widget_externalfeed li,
#left-side .widget_comments li,
#left-side .widget_topics li {
    margin: 0 0 15px;
}


#left-side .widget_comments a {
    display: block;
    color: rgb(206,0,0);
}

    #left-side .widget_comments a:hover {
        color: #000;
    }

#left-side .widget_topics a {
    display: block;
}

/* */

#left-side .social-box {
    margin: 0 0 35px;
    text-align: right;
}

    #left-side .social-box a {
        display: inline-block;
        background: url(https://m.blog.hu/skins/simplicity/img/sprite.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        width: 30px;
        height: 30px;
        margin: 0 0 0 8px;
        overflow: hidden;
                transition: opacity 0.2s ease-in 0s;
        -webkit-transition: opacity 0.2s ease-in 0s;
    }

        #left-side .social-box a.tumblr {
            background-position: -35px -30px;
        }

            #left-side .social-box a.tumblr:hover {
                background-position: -35px -60px;
            }

        #left-side .social-box a.pinterest {
            background-position: -106px -30px;
        }

            #left-side .social-box a.pinterest:hover {
                background-position: -106px -60px;
            }

        #left-side .social-box a.instagram {
            background-position: -142px -30px;
        }

            #left-side .social-box a.instagram:hover {
                background-position: -142px -60px;
            }

        #left-side .social-box a.facebook {
            background-position: 0 -30px;
        }

            #left-side .social-box a.facebook:hover {
                background-position: 0 -60px;
            }

        #left-side .social-box a.twitter {
            background-position: -71px -30px;
        }

            #left-side .social-box a.twitter:hover {
                background-position: -71px -60px;
            }

/* MENU */

#menu {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 18px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 31px;
    font-family: Open Sans;
}

    #menu a {
        color: #000;
    }

        #menu a:hover {
            color: rgb(206,0,0);
        }


/* PAGER */

#pager {
    background: #f1f1f1;
    margin: 90px 0 0;
    text-align: center;
    font-family: Open Sans;
}

    #pager .prev {
        float: left;
    }

    #pager .next {
        float: right;
    }

    #pager a {
        display: inline-block;
        width: 320px;
        font-size: 14px;
        line-height: 12px;
        color: #000;
        padding: 10px 0;
    }

    #pager .prev a {
        background: #f1f1f1;
        position: relative;
    }

        #pager .prev a:hover {
            background: #d3d3d3;
        }

    #pager .next a {
        background: #d3d3d3;
        position: relative;
    }

        #pager .next a:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            top: 0;
            left: -32px;
            border-bottom: 32px solid #d3d3d3;
            border-left: 32px solid transparent;
            z-index: 1;
        }

        #pager .next a:hover:before {
            border-bottom-color: #c0c0c0;
        }

        #pager .next a:hover {
            background: #c0c0c0;
        }

/* RELATED */

.related {
    border-top: 2px solid #e5e5e5;
    margin: 0 0 30px;
    padding: 20px 0 0;
}

    .related h3 {
        font-size: 16px;
        color: rgb(206,0,0);
        font-weight: 600;
        margin: 0 0 10px;
    }

    .related li {
        position: relative;
        float: left;
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 0 0 0 8px;
    }

        .related li:first-child {
            margin: 0;
        }

        .related li:last-of-type {
            margin: 0 0 0 8px;
        }

        .related li:hover .title {
            opacity: 1;
        }


    .related img {
        position: absolute;
        left: 0;
        width: 120px;
        height: 120px;
    }

    .related .title {
        display: table-cell;
        position: absolute;
        opacity: 0;
        background: #a71e22;
        background: rgba(206,0,0, 0.7);
        color: #fff;
        height: 100px;
        width: 100px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 16px;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }


/* COMMENTS */

.comment-tracback-url,
h3.comment {
    font-size: 16px;
    color: rgb(206,0,0);
    font-weight: 600;
    margin: 0 0 10px;
}

#trackbackURL {
    display: block;
    margin: -8px 0 15px;
    font-size: 14px;
}

p.comment-disclaimer {
    font-size: 11px;
    line-height: 15px;
    margin: -5px 0 30px;
}

#search br, .tagcloud + br,
#comment-form .info ~ *,
#comment-form .submit + *,
#content-side .related br,
#comment-form .label {
    display: none;
}

#comment_container .avatar-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

    #comment_container .avatar-content .avatar-outer-border,
    #comment_container .avatar-content .avatar-inner-border {
        background: none;
        padding: 0;
        margin: 0;
        width: 50px;
        height: 50px;
    }

        #comment_container .avatar-content .avatar-outer-border img,
        #comment_container .avatar-content .avatar-inner-border img {
            border: 0 none;
        }

#comment_container .comment-container > h1 {
    position: relative;
    left: -13px;
    padding: 2px 0 0;
    font-style: italic;

}

    #comment_container .commentAuthor {
        background: rgb(206,0,0);
        font-size: 13px;
        padding: 0 7px 1px;
        font-weight: 400;
        margin: 0 5px 0 0;
    }

        #comment_container .commentAuthor:hover {
            background: #000;
        }

        #comment_container .commentAuthor a {
            color: #fff;
        }

    #comment_container .commentTime {
        float: right;
    }


#comment_container .comments-container > .comment {
    background: url(https://m.blog.hu/skins/simplicity/img/default_avatar.png) no-repeat 0 0;
    position: relative;
    margin: 0 0 45px;
    padding: 0 0 0 58px;
    font-size: 14px;
}

#comment_container .commentText {
    line-height: 18px;
    font-weight: 400;
    font-style: italic;
    padding: 6px 0 0;
}

#comment_container .commentFooter {
    font-style: italic;
    font-size: 13px;
}

    #comment_container .commentFooter a {
        background: #dadada;
        padding: 0 7px;
        color: #838383;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        #comment_container .commentFooter a:hover {
            background: #838383;
            color: #fff;
        }


#comment_container .replyComment:before {
    content: none;
}

    #comment_container .replyComment a {
        background: #838383;
        color: #fff;
        text-decoration: none;
    }

        #comment_container .replyComment a:hover {
            background: rgb(206,0,0);
        }

    #comment_container .replyComment a:after {
        content: none;
    }


#comment-form {
    margin: 50px 0 50px;
    font-size: 14px;
}

    #comment-form .info-inner {
        position: relative;
        padding: 8px 0 0 40px;
    }

        #comment-form .info-inner strong,
        #comment-form .info-inner select {
            float: left;
            font-weight: 600;
            font-size: 12px;
            margin: 0 6px 0 0;
        }

        #comment-form .info-inner select {
            margin: 0 10px 0 18px;
        }

        #comment-form .info-inner strong {
            background: #a71e22;
            padding: 0 7px;
            color: #fff;
            font-size: 14px;
            font-style: italic;
        }

        #comment-form .info-inner a {
            font-style: italic;
        }


#comment-form .avatar-outer-border-small,
#comment-form .avatar-inner-border-small {
    position: absolute;
    background: none;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
}

#comment-form .user-info-fields img {
    width: 50px;
    height: 50px;
}

.display-counter-container {
    display: block;
    margin: 0 0 0 58px;
    font-size: 13px;
}

.comment-option-fields {
    position: relative;
    padding: 0 0 0 58px;
    font-size: 0;
}

#comment-form textarea {
    background: #fff;
    border: 1px solid rgb(206,0,0);
    padding: 5px;
    width: 570px;
    height: 150px;
    resize: none;
    margin: 4px 0 0 58px;
}

#comment-form .submit {
    background: #838383;
    position: absolute;
    top: -15px;
    right: 0;
    border: 0 none;
    margin: 0;
    color: #fff;
    padding: 1px 5px;
    font-size: 13px;
    font-style: italic;
    cursor: pointer;
}

    #comment-form .submit:hover {
        background: #333;
    }

#comment-form input#fbcheck + label {
    margin: 5px 0 0 0;
}

#comment-form #followinglinks {
    padding: 20px 0 0;
    text-align: right;
}

.foot {
    background: rgb(206,0,0);
    position: absolute;
    width: 100%;
    height: 110px;
    left: 0;
    bottom: 0;
    z-index: 0;
    font-family: Open Sans;
}

/* */

.tagcloud {
    margin: 22px 0 0;
}
