

@import "https://m.blog.hu/assets/core/css/reset/ericmeyer.css";
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300|Dosis:400,300,500,600,700|Noto+Sans:400,400italic,700,700italic|Playfair+Display:400,400italic,700,700italic|Sorts+Mill+Goudy:400,400italic|Lora:400,400italic,700,700italic|Poiret+One|Arimo:400,700italic,700,400italic|Racing+Sans+One|Grand+Hotel|Just+Me+Again+Down+Here|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|Play:400,700|Merriweather+Sans:400,300,300italic,400italic,700,700italic|Audiowide|Shadows+Into+Light+Two|Righteous|Comfortaa:400,300,700|Playfair+Display+SC:400,400italic,700,700italic|Abril+Fatface|Sacramento&subset=latin,latin-ext);

body {
    background: rgba(0, 0, 0, 0) url("https://m.blog.hu/on/onlinevarazslokepzo/skins/changing_seasons/hatterkep/magic-1424x900.jpg") no-repeat fixed 0% 0% / cover;
    font: 20px/25px Oxygen;
    -webkit-font-smoothing: antialiased;
    color: rgb(255,255,255);
}

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

    a:hover {
        color: rgb(255,255,255);
        text-decoration: none;
    }

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 18px/25px 'Oxygen', sans-serif;
    color: #666;
}

.clear-before:before,
.clear-after:after,
.slider-wrapper:after,
#slider ul:after,
#slider ul.bjqs-controls li a,
.main-wrapper:after,
.article-bottom:after,
.tags:after,
.pager a,
.meta:after,
#pager:after,
footer:after {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
.slider-wrapper:after,
#slider ul:after,
.main-wrapper:after,
.article-bottom:after,
.tags:after,
.meta:after,
#pager:after,
footer:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
.slider-wrapper:after,
#slider ul:after,
.main-wrapper:after,
.article-bottom:after,
.tags:after,
.meta:after,
#pager:after,
footer:after {
    clear: both;
}

/* */

#page-wrapper {
    width: 995px;
    margin: 0 auto;
    position: relative;
}

/* HEADER */

header {
    margin: 0 0 58px;
}

    header h1 {
        background: rgba(0,0,0,0.55);
        position: relative;
        font-family: Oxygen;
        font-size: 72px;
        line-height: 66px;
        margin: 3px 0;
        padding: 36px;
        text-align: center;
        font-weight: 600;
    }

        header h1 a {
            position: relative;
            z-index: 2;
        }

        header .back-to-main {
            position: absolute;
            top: 0;
            left: 0;
            width: 995px;
            height: 100%;
            font-size: 0;
            line-height: 0;
            z-index: 1;
        }

/* MENU */

#menu li {
    float: left;
    margin: 0 3px 0 0;
}

    #menu a {
        background: rgba(0,0,0,0.55);
        display: block;
        font-family: Oxygen;
        font-size: 28px;
        line-height: 32px;
        padding: 4px 8px 6px;
        font-weight: 600;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

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

/* SLIDER */

#slider {
    background: rgba(0,0,0,0.55);
    width: 620px;
    height: 310px;
    margin: 0 0 30px;
    border: 10px solid rgba(0,0,0,0.55);
}

    #slider:hover .article-data {
        height: auto;
        overflow: hidden;
    }

    #slider:hover img {
        opacity: 1;
    }

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

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

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

#slider .article-image {
    background: #000;
    display: block;
    width: 620px;
    height: 310px;
    position: relative;
}

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

#slider .article-data {
    background: rgba(0,0,0,0.55);
    position: absolute;
    bottom: 8px;
    left: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    width: 420px;
    height: 87px;
    text-align: center;
    padding: 0 100px;
    box-sizing: inherit;
    overflow: hidden;
}

    #slider .article-data h1 {
        display: table;
        font-family: Oxygen;
        width: 100%;
        height: 67px;
        padding: 10px 0;
        font-size: 28px;
        line-height: 34px;
        vertical-align: middle;
    }

    #slider .article-data h1 a {
        display: table-cell;
        color: rgb(255,255,255);
        vertical-align: middle;
        max-width: 420px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #slider .article-data h1 a:hover {
            text-decoration: underline;
        }

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

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

    #slider ul.bjqs-controls li {
        position: absolute;
        width: 87px;
        height: 87px;
        text-align: center;
        cursor: pointer;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        #slider ul.bjqs-controls li:hover {
            background: rgba(0,0,0,0.55);
        }

        #slider ul.bjqs-controls li a {
            background: transparent;
            display: block;
            width: 100%;
            height: 100%;
        }

            #slider ul.bjqs-controls li a:after {
                display: inline-block;
                background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat;
                content: "";
                width: 55px;
                height: 47px;
                margin: 20px 0 0;
            }


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

        #slider ul.bjqs-controls .bjqs-next a:after {
            background-position: -58px 0;
        }

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

/* */

#content-side {
    width: 640px;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.post-list .share,
.post-archive-list .share,
.post-tags .share {
    display: none;
}

/* POSTS */

.post,
.blh-billboard-ad {
    margin: 0 0 44px;
}

.meta {
    font-family: Oxygen;
    margin: 0 0 3px;
}

    .meta .date,
    .meta .edit a {
        background: rgba(0,0,0,0.55);
        float: left;
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        padding: 2px 4px;
        margin: 0 3px 0 0;
    }

    .meta .edit {
        font-size: 0;
    }

.post-content {
    background: rgba(0,0,0,0.55);
    padding: 17px 35px 38px;
    font-size: 20px;
    position: relative;
}

    .post-content h1.title {
        margin: 0 0 20px;
        font-family: Oxygen;
        font-size: 45px;
        line-height: 50px;
        font-weight: 600;
        position: relative;
    }

        .post-content h1.title a,
        .post-content h1.title span {
            vertical-align: middle;
        }

        .post-content h1.title a {
            display: inline-block;
            max-width: 525px;
        }

            .post-content h1.title a:hover {
                text-decoration: underline;
            }


        .post-content h1.title:after {
            display: none;
            background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat -73px -50px;
            position: absolute;
            content: "";
            width: 30px;
            height: 32px;
            right: 0;
            top: 12px;
        }

    .post-content h2.subtitle {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 22px;
        font-family: Oxygen;
    }

/* ENTRY */

.entry {
    margin: 0 0 40px;
}

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

    .entry a {
        text-decoration: underline;
    }

        .entry a:hover {
            text-decoration: none;
        }

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

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

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

    .entry h1 {
        font-size: 36px;
        line-height: 42px;
        margin: 25px 0 5px;
        font-weight: 600;
        font-family: Oxygen;
    }

    .entry h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 25px 0 5px;
        font-weight: 600;
        font-family: Oxygen;
    }

    .entry h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 25px 0 5px;
        font-weight: 600;
        font-family: Oxygen;
    }

    .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 {
        padding: 30px;
        margin: 0 0 30px;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        font-family: Oxygen;    }

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

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

.entry ul,
.entry ol {
    list-style: disc inside;
    margin: 0 0 20px 12px;
}

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

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;
}

/* */

.comments {
   float: left;
   margin: 49px 0 0 11px;
}

    .comments a {
        position: relative;
        margin: 0 0 0 45px;
    }

        .comments a:before {
            background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat 0 -48px;
            display: inline-block;
            position: absolute;
            content: "";
            top: -5px;
            left: -45px;
            width: 34px;
            height: 34px;
        }

        .comments a:hover {
            text-decoration: underline;
        }

.more {
    position: absolute;
    font-size: 0;
    width: 104px;
    height: 104px;
    margin: 43px 0 0;
    bottom: 0;
    right: 0;
    text-align: center;
            transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

    .more:after {
        background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat -58px 0;
        display: inline-block;
        margin: 27px 0 0 0;
        width: 55px;
        height: 47px;
        content: "";
    }

    .more:hover {
        background: rgba(0,0,0,1);
    }


/* category pictures */

article.d_photo .title:after {
    display: inline-block;
    background-position: -37px -50px;
    width: 34px;
    height: 28px;
}

article.d_video .title:after {
    display: inline-block;
    background-position: -73px -50px;
    width: 30px;
    height: 32px;
}


/* */

.tags {
    margin: 3px 0 0;
}

    .tags a {
        float: left;
        background: rgba(0,0,0,0.55);
        line-height: 21px;
        margin: 0 3px 3px 0;
        padding: 3px;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        .tags a:hover {
            background: rgba(0,0,0,1);
        }

.share {
    float: left;
    margin: 30px 0 0;
    width: 570px;
}

    .share .blh_share_cont {
        float: right;
        margin: 0;
    }

    .share .blh_share_fblike {
        float: left;
        max-width: 415px;
        overflow: hidden;
        margin: 7px 0 0;
        width: 385px;
    }

    .share .blh_share_cont a {
        background: #fff !important;
        width: 30px !important;
        height: 30px !important;
        text-align: center;
        border-radius: 3px;
        margin: 0 0 0 6px;
    }

    .share .blh_share_cont a[data-pin-href][class^=PIN] {
        background: #fff !important;
        width: 30px !important;
        height: 30px !important;
    }

        .share .blh_share_cont a:hover {
            background: #fff !important;
            opacity: 0.9;
        }

        .share .blh_share_cont a.liked {
            opacity: 0.75;
        }

        .share .blh_share_cont a span {
            background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat 0 0;
            display: inline-block !important;
        }

        .blh_share_cont a.btn_facebook span {
            background-position: -201px -22px;
            width: 7px;
            height: 16px;
            margin: 8px 0 0;
        }

        .blh_share_cont a.btn_tumblr span {
            background-position: -217px -38px;
            width: 12px;
            height: 16px;
            margin: 8px 0 0;
        }

        .blh_share_cont a.btn_twitter span {
            background-position: -180px -22px;
            width: 18px;
            height: 13px;
            margin: 8px 0 0;
        }

        .blh_share_cont a.btn_pinterest span,
        .blh_share_cont a[data-pin-href][class^=PIN] span {
            background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat -180px -36px !important;
            width: 16px !important;
            height: 17px !important;
            margin: 7px 0 0;
        }

        .blh_share_cont a.btn_gplus span {
            background-position: -197px -38px;
            width: 18px;
            height: 15px;
            margin: 8px 0 0;
        }

        .blh_share_cont a.btn_blhlike,
        .blh_share_cont a.btn_blhlike:hover {
            background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.9%2025.2%22%20style%3D%22enable-background%3Anew%200%200%2011.9%2025.2%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22rgba(0%2C0%2C0%2C.7)%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M8.9%2C14.2c2-0.8%2C3-2.7%2C3-6.5c0-5-1.7-7.7-6.5-7.7H2.8C1.8%2C0%2C1%2C0.1%2C0%2C0c0.1%2C0.7%2C0%2C1.3%2C0%2C2.6v19.7%0A%09%09c0%2C0.9%2C0.2%2C1.9%2C0%2C2.8h6.2c4.2%2C0%2C5.7-3.1%2C5.7-5.5C12%2C16.5%2C10.5%2C14.7%2C8.9%2C14.2z%20M3.2%2C5.9c0-1.8%2C0.4-2.6%2C1.2-2.6h0.9%0A%09%09c2.3%2C0%2C3.4%2C1.1%2C3.4%2C4.6c0%2C3.9-1.3%2C4.9-3.5%2C4.9H3.4c-0.1-0.1-0.2-0.4-0.2-0.6V5.9z%20M6%2C22.1H3.9c-0.3%2C0-0.5-0.2-0.5-0.6v-2.9%0A%09%09c0-1.7%2C0.3-2.8%2C0.9-2.8h1.4c2.2%2C0%2C3.2%2C1.6%2C3.2%2C3.4C8.9%2C21%2C7.8%2C22.1%2C6%2C22.1z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') !important;
            background-repeat: no-repeat !important;
            background-position: 50% !important;
            background-color: #fff !important;
            background-size: 8px !important;
        }

        .blh_share_cont a.btn_blhlike {
            padding: 0;
            text-indent: -9999px;
            width: 30px !important;
            height: 30px !important;
        }

        .btn_blhlike.count_blhlike,
        .count_blhlike.count_blhlike,
        .btn_blhlike.btn_blhlike:after,
        .count_blhlike.btn_blhlike:after,
        .btn_blhlike.btn_blhlike:hover:after,
        .count_blhlike.btn_blhlike:hover:after {
            display: none;
        }

/* RIGHT SIDE */

#right-side {
    float: left;
    width: 325px;
    font-size: 18px;
    line-height: 21px;
    word-wrap: break-word;
}

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

    #right-side .box {
        background: rgba(0,0,0,0.55);
        padding: 12px;
        margin: 0 0 28px;
    }

        #right-side .box > h3 {
            font-family: Oxygen;
            font-size: 28px;
            font-weight: 600;
            line-height: 28px;
            margin: 0 0 22px;
        }

    .post-list-widget li {
        margin: 0 0 15px;
    }

    .post-list-widget img {
        display: inline-block;
        height: 70px;
        width: 70px;
    }

    .post-list-widget .datas {
        display: inline-block;
        width: 210px;
        margin: 0 0 0 6px;
        vertical-align: top;
    }

        .post-list-widget .datas a {
            display: block;
            float: none;
            margin: 0;
        }

        .post-list-widget .datas .post {
            width: 210px;
            margin: 0;
            font-weight: 600;
        }

            .post-list-widget .datas .post:hover {
                text-decoration: underline;
            }

        .post-list-widget .datas .comments {
            display: none;
        }

    #right-side .widget_tags {
        background: transparent;
        padding: 0;
        margin: 0 0 28px;
    }

        #right-side .widget_tags > h3 {
            display: none;
        }

        #right-side .widget_tags a {
            background: rgba(0,0,0,0.55);
            display: inline-block;
            white-space: nowrap;
            margin: 0 0 3px;
            padding: 3px;
            text-decoration: none;
                    transition: all 0.2s ease-in 0s;
            -webkit-transition: all 0.2s ease-in 0s;
        }

            #right-side .widget_tags a:hover {
                background: rgba(0,0,0,1);
            }

        #right-side .widget_tags span {
            display: none;
        }


    #right-side .widget_ad_mix {
        background: transparent;
        padding: 0;
        margin: 0 0 28px;
    }

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

    #right-side .social-box {
        background: rgba(0,0,0,0.55);
        padding: 20px 12px;
        text-align: center;
        margin: 0 0 28px;
    }

    #right-side .social-box a {
        display: inline-block;
        background: #fff;
        font-size: 0;
        width: 42px;
        text-align: center;
        vertical-align: top;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        #right-side .social-box a:hover {
            background: #e9ebeb;
        }

        #right-side .social-box a:after {
            display: inline-block;
            background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat 0 0;
            width: 20px;
            height: 17px;
            content: "";
            margin: 0 auto;
        }

        #right-side .social-box a.tumblr {
            padding: 15px 0 0;
            height: 27px;
        }

            #right-side .social-box a.tumblr:after {
                background-position: -217px -38px;
                width: 12px;
                height: 15px;
            }

        #right-side .social-box a.pinterest {
            padding: 14px 0 0;
            height: 28px;
        }

            #right-side .social-box a.pinterest:after {
                background-position: -180px -36px;
                width: 17px;
                height: 16px;
            }

        #right-side .social-box a.instagram {
            padding: 14px 0 0;
            height: 28px;
        }

            #right-side .social-box a.instagram:after {
                background-position: -162px -57px;
                width: 18px;
                height: 18px;
            }

        #right-side .social-box a.facebook {
            padding: 12px 0 0;
            height: 30px;
        }

            #right-side .social-box a.facebook:after {
                background-position: -250px 0;
                width: 9px;
                height: 18px;
            }

        #right-side .social-box a.twitter {
            padding: 12px 0 0;
            height: 30px;
        }

            #right-side .social-box a.twitter:after {
                background-position: -225px 0;
                width: 23px;
                height: 18px;
            }

    #right-side .widget_search .inbox {
        text-align: center;
    }

        #right-side .widget_search .SearchField {
            background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat 232px -85px #fff;
            border: 0 none;
            border-radius: 5px;
            color: #000;
            font: 200 20px 'Oxygen', sans-serif;
            padding: 2px 9px 5px;
            margin: 0 0 20px;
            width: 240px
        }

        #right-side .widget_search .submit {
            display: none;
        }


    #right-side .widget_comments .inbox {
        margin: 0 0 0 10px;
    }

        #right-side .widget_comments li,
        #right-side .widget_externalfeed li,
        #right-side .widget_topics li {
            line-height: 22px;
            margin: 0 0 30px;
        }

            #right-side .widget_comments li span {
                display: inline-block;
                border-bottom: 1px solid #fff;
                border-bottom: 1px solid rgba(255, 255, 255, 0.8);
                margin: 0 0 5px;
                padding: 0 0 5px;
            }

            #right-side .widget_comments li strong {
                font-weight: 600;
            }

            #right-side .widget_comments li a:hover {
                text-decoration: none;
            }

#right-side a {
    text-decoration: underline;
}

    #right-side a:hover {
        text-decoration: none;
    }

/* PAGER */

#pager {
    background: rgba(0,0,0,0.55);
    margin: 65px 0 0;
    width: 100%;
    height: 104px;
    position: relative;
}

    #pager .next,
    #pager .prev {
        position: absolute;
        top: 0;
        width: 104px;
        height: 104px;
        text-align: center;
        z-index: 2;
    }

        #pager .next a,
        #pager .prev a {
            background: transparent;
            display: block;
            width: 100%;
            height: 100%;
                    transition: all 0.2s ease-in 0s;
            -webkit-transition: all 0.2s ease-in 0s;
        }

            #pager .next a:hover,
            #pager .prev a:hover {
                background: rgba(0,0,0,1);
            }

            #pager .next a:after,
            #pager .prev a:after {
                display: inline-block;
                background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat;
                width: 55px;
                height: 47px;
                margin: 28px 0 0;
                content: "";
            }

    #pager .prev {
        left: 0;
    }

    #pager .next {
        right: 0;
    }

        #pager .next  a:after {
            background-position: -58px 0;
        }

    #pager .pages {
        width: 100%;
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        height: 104px;
        line-height: 104px;
        position: absolute;
        z-index: 1;
    }

        #pager .pages a,
        #pager .pages span {
            padding: 0 8px;
        }

        #pager .pages a:hover {
            text-decoration: underline;
        }


/* BACK TO TOP */

.back-to-top {
    background: rgba(0,0,0,0.55);
    position: absolute;
    display: block;
    left: 775px;
    bottom: 0;
    width: 104px;
    height: 104px;
    text-align: center;
            transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

    .back-to-top:hover {
        background: rgba(0,0,0,0.5);
    }

    .back-to-top:after {
        display: block;
        background: url(https://m.blog.hu/skins/changing_seasons/img/elements.png) no-repeat -114px 0;
        width: 47px;
        height: 55px;
        margin: 24px 0 0 29px;
        content: "";
    }

/* FOOTER */

footer {
    background: rgba(0,0,0,0.55);
    padding: 20px;
    margin: 100px 0 0;
    text-align: center;
}

/* REALTED */

.related {
    height: 157px;
    margin: 0 0 3px;
    overflow: hidden;
}

    .related p,
    .related h3 {
        display: none;
    }

    .related li {
        background: rgba(0,0,0,0.55);
        position: relative;
        float: left;
        margin: 0 3px 0 0;
        padding: 3px;
        width: 151px;
        height: 151px;
        text-align: center;
        cursor: pointer;
        overflow: hidden;
    }

        .related li a {
            display: table;
            font-size: 24px;
            font-weight: 600;
            line-height: 26px;
            width: 151px;
            height: 151px;
        }

            .related li a img {
                opacity: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 0;
                filter: alpha(opacity=0);
                opacity: 0;
                        transition: all 0.2s ease-in 0s;
                -webkit-transition: all 0.2s ease-in 0s;
            }

            .related li a:hover img {
                filter: alpha(opacity=39);
                opacity: 0.39;
            }

            .related li a span {
                display: table-cell;
                position: relative;
                font-family: Oxygen;
                vertical-align: middle;
                z-index: 1;
            }

/* COMMENTS */

#search br, .tagcloud + br,
#comment-form .info ~ *,
#comment-form .info [href="https://blog.hu/radar"],
#comment-form .submit + *,
#content-side .related br,
.commentsBg br,
#comment-form .label {
    display: none;
}

#followinglinks {
    margin: 20px 0 0;
}

#comment_container {
    background: rgba(0,0,0,0.55);
    padding: 34px 34px 1px;
}

    #comment_container .comment div {
        background: none;
    }

    #comment_container .comment .comment-container {
        background: url(https://m.blog.hu/skins/changing_seasons/img/default_avatar.png) no-repeat 0 2px;
        position: relative;
        padding: 0 0 0 62px;
    }

    .avatar-content {
        position: absolute;
        width: 50px;
        height: 50px;
        margin: 0;
        top: -8px;
        left: -4px;
    }

        #comment_container .comment div img {
            border: 0 none;
            margin: 6px 0 0;
        }

    #comment_container h1 {
        padding: 0 0 6px;
        margin: 0 0 4px;
        overflow: hidden;
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    #comment_container .commentAuthor {
        font-family: Oxygen;
        font-weight: 600;
    }

    #comment_container a:hover {
        text-decoration: underline;
    }

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

        #comment_container .replyComment a {
            text-decoration: none;
            padding: 0;
        }

            #comment_container .replyComment a:hover {
                text-decoration: underline;
            }

    #comment_container div.commentText {
        float: left;
        width: 503px;
    }

#comment-form {
    background: rgba(0,0,0,0.55);
    padding: 0 34px 34px;
}

    #comment-form h3 {
        margin: 0 0 24px;
    }

    #comment-form .comment {
        font-weight: 600;
        font-size: 28px;
    }

    #comment-form .info {
        text-align: right;
    }

        #comment-form .info select,
        #comment-form .info strong {
            float: left;
            margin: 0 0 0 5px;
        }

        #comment-form .info strong {
            font-weight: 600;
        }

        #comment-form .info div {
            padding: 0;
            background: none;
            height: auto;
        }

    #comment-form textarea {
        background: #dfdfdf;
        background: rgba(255, 255, 255, 0.2);
        width: 562px;
        height: 170px;
        margin: 0 0 5px;
        border: 2px solid #fff;
        border: 2px solid rgba(255, 255, 255, 0.4);
        border-left: 0 none;
        border-right: 0 none;
        font: 200 20px 'Oxygen', sans-serif;
        color: rgb(255,255,255);
        padding: 5px;
    }

    #comment-form .submit {
        background: none transparent;
        border: 0 none;
        color: rgb(255,255,255);
        cursor: pointer;
        float: right;
        font: 600 20px 'Oxygen', sans-serif;
        padding: 0;
        margin: 0;
        position: relative;
        top: -26px;
    }

        #comment-form .submit:hover {
            text-decoration: underline;
        }

    #comment-form .linkacc,
    #comment-form label[for="fbcheck"] {
        margin: 0;
        position: relative;
        top: -18px;
        left: 340px;
    }

    #comment-form a:hover {
        text-decoration: underline;
    }

#comment-form #feedback_container h3.comment {
    background: none;
    font-family: Oxygen;
    padding: 0;
}

/* */

#page-wrapper.post-inside {
    position: relative;
}

    #page-wrapper.post-inside article {
        margin: 0;
    }

    #page-wrapper.post-inside .blh-billboard-ad {
        margin: 0 0 3px;
    }

    #page-wrapper.post-inside h3.comment {
        background: rgba(0,0,0,0.55);
        padding: 0 34px;
        font-family: Oxygen;
        font-size: 28px;
        line-height: 30px;
        font-weight: bold;
    }

    #page-wrapper.post-inside h3.comment-tracback-url {
        padding: 34px 34px 0;
    }

#linkback_container {
    background: rgba(0,0,0,0.55);
    padding: 0 34px;
}

#trackbackURL {
    background: rgba(0,0,0,0.55);
    display: block;
    padding: 8px 34px 34px;
}

#comment_container .commentsBg,
#comment-form .commentsBg,
#comment-form h3.comment {
    background: none;
    padding: 0;
}

.comment-disclaimer {
    background: rgba(0,0,0,0.55);
    padding: 0 34px;
    line-height: 17px;
    font-size: 12px;
}

#comment_container .commentsBg,
#comment-form .comment,
#feedback_container .commentsBg {
    background: none;
    padding: 0;
}

#comment_container .commentsBg .comment {
    margin: 0 0 48px;
}

/* */

.tagcloud {
    background: rgba(0,0,0,0.55);
    margin: 0 0 10px;
    padding: 10px;
}

#content-side ul.archive-list li a {
    background: rgba(0,0,0,0.55);
    border: 0 none;
    color: #fff;
}

#content-side ul.archive-list li .week,
#content-side ul.archive-list li .postcount {
    color: #fff;
}

.commentText a.reply_nick {
    background: #fff !important;
    color: #000;
}

.post-tags .back-to-top,
.post-search-list .back-to-top,
.post-inside .back-to-top,
.page-inside .back-to-top,
.post-archive-list .back-to-top,
.comment-list .back-to-top,
.authors .back-to-top,
.post-archive-index .back-to-top {
    display: none;
}
