

@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: #fff;
    font: 14px/19px Open Sans;
    color: #242424;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #242424;
    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: 13px/13px 'Roboto', sans-serif;
    color: #242424;
}

.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.post-inside .post-content:after,
.post-list article:after,
.post-tags article:after,
.post-archive-list article:after,
.first-three:after,
.post-title:after,
.related ul:after,
#pager a,
header section:after,
.show-more {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.post-inside .post-content:after,
.post-list article:after,
.post-tags article:after,
.post-archive-list article:after,
.first-three:after,
.post-title:after,
.related ul:after,
header section: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,
.post-inside .post-content:after,
.post-list article:after,
.post-tags article:after,
.post-archive-list article:after,
.first-three:after,
.post-title:after,
.related ul:after,
header section:after {
    clear: both;
}

/* HEADER */

header {
    background: #fff;
    padding: 18px 0;
    font-family: Oxygen;
}

    header section {
        width: 1190px;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

    header h1 {
        float: left;
    }

    header h1:before {
        background: url(https://m.blog.hu/skins/we_love_design/img/sprite.png) no-repeat 0 0;
        float: left;
        content: "";
        width: 25px;
        height: 21px;
        margin: -1px 8px 0 0;
    }

    header #menu {
        float: right;
    }
        header #menu li {
            display: inline-block;
        }

        header #menu a {
            margin: 0 0 0 20px;
        }

/* CONTENT */

#page-wrapper {
    background: #f1f1f1;
}

#content-side {
    width: 1200px;
    margin: 30px auto;
}

.content-wrapper {
    float: left;
    width: 790px;
}

/* HAS NO SLIDER */

.has-no-starred {
    background: #ccc;
    background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
    height: 6px;
}

/* SLIDER */

.slider-wrapper {
    background: rgb(255,255,255);
    position: relative;
    padding: 85px 0 0;
}

    .slider-wrapper:after {
        bottom: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 18px;
        margin-left: -18px;
    }

#slider {
    background: transparent;
    width: 1200px;
    height: 320px;
    margin: 0 auto;
    font-family: inherit;
}

    #slider:hover h1:after {
        background: #fff;
        position: absolute;
        content: "";
        width: 33px;
        height: 8px;
        left: 3px;
        bottom: 4px;
    }

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

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

#slider .article-data {
    background: transparent;
    position: relative;
    height: auto;
    padding: 0;
    overflow: visible;
    z-index: 0;
}

#slider ul {
    display: none;
    position: relative;
    width: 1200px;
    height: 235px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    #slider ul li {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 1200px;
        height: 235px;
    }

#slider h1 {
    position: relative;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
    width: 1200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    height: auto;
    font-family: Oxygen;
}

    #slider h1 a {
        color: #fff;
    }

#slider .article-data .lead {
    line-height: 31px;
    font-size: 24px;
    font-weight: 300;
    margin: 2px 0 0 3px;
    -webkit-text-stroke: 0;
}

    #slider .article-data .lead a {
        color: #fff;
    }

/* POST LIST */

.first-three {
    background: #fff;
    margin: 0 0 30px;
}

    .first-three:before {
        background: #fff;
        position: absolute;
        content: "";
        width: 100%;
        height: 640px;
        left: 0;
        margin: -30px 0 0;
        z-index: 0;
    }

.first-three article {
    float: left;
    width: 380px;
    height: 260px;
    margin: 0 30px 0 0;
}

    .first-three article:hover .article-right {
        opacity: 1;
    }

    .first-three article:hover .post-title {
        background: #303030;
    }

    .first-three article:hover .post-title a {
        color: #fff;
    }

    .first-three article:hover .show-more {
        background-position: 0 -23px;
    }

        .first-three article:hover .show-more:hover {
            background-position: -26px -23px;
        }


    .first-three .post_increment_3 {
        margin: 0;
    }

    .first-three article .article-right {
        opacity: 0;
        background: #000;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 340px;
        height: 175px;
        z-index: 2;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        .first-three article .layer-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .first-three article .article-right h1.title,
    .first-three article .article-right .meta {
        display: none;
    }

    .first-three article .post-title {
        background: #f1f1f1;
        display: block;
        padding: 15px;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        .first-three .post-link:after {
            background: rgba(255,255,255, 0.7);
            position: absolute;
            content: "";
            width: 10px;
            height: 2px;
            left: 0;
            bottom: 0;
            opacity: 0;
                    transition: all 0.2s ease-in 0s;
            -webkit-transition: all 0.2s ease-in 0s;
        }

    .first-three article .post-link {
        float: left;
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 0 2px;
        font-family: Oxygen;
    }

        .first-three article:hover .post-title a:hover {
            color: rgba(255,255,255, 0.7);
        }

            .first-three article:hover .post-link:hover:after {
                opacity: 1;
            }

    .first-three article .show-more {
        background: url(https://m.blog.hu/skins/we_love_design/img/sprite.png) no-repeat -13px -23px;
        float: right;
        width: 12px;
        height: 22px;
        margin: -2px 0 0;
    }

    .first-three .entry,
    .first-three .entry a {
        color: #fff;
    }

        .first-three .entry a:hover {
            color: #42a345;
        }


article {
    position: relative;
    width: 790px;
    height: 215px;
    margin: 0 0 30px 0;
    overflow: hidden;
}

    article .edit {
        position: absolute;
        font-size: 0;
        line-height: 12px;
        top: 0;
        left: 0;
        z-index: 1;
    }

        article .edit a {
            background: rgba(255, 255, 255, 0.85);
            display: inline-block;
            font-size: 12px;
            padding: 3px 4px 4px;
            font-weight: 400;
            color: #030303;
            text-transform: none;
        }

    article h1.title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 12px;
        font-family: Oxygen;
    }

    article h1.title a:after {
        background: rgba(255,255,255, 0.7);
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        left: 0;
        bottom: 0;
        opacity: 0;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        article h1.title a:hover:after {
            opacity: 1;
        }

.post-title,
.entry img,
.post-content,
.subtitle {
    display: none;
}

.post-tags .entry img,
.post-archive-list .entry img,
.post-list .entry img,
.post-list .entry .popup_icon_container,
.post-tags .entry .popup_icon_container,
.post-archive-list .entry .popup_icon_container,
.post-search-list .entry .popup_icon_container {
    display: none !important;
}

.entry {
    font-style: italic;
    max-height: 98px;
    overflow: hidden;
}

    .first-image {
        background: url(https://m.blog.hu/skins/we_love_design/img/placeholder.png) no-repeat center center #ccc;
        background-size: cover;
        float: left;
        width: 380px;
        height: 215px;
    }

    .first-image img {
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        .first-image:hover img {
            opacity: 0.8;
        }

    .article-right {
        background: #fff;
        float: left;
        width: 370px;
        height: 175px;
        padding: 20px;
    }

        .article-right .meta {
            position: absolute;
            font-size: 11px;
            font-weight: bold;
            bottom: 20px;
            right: 20px;
            width: 370px;
            text-transform: uppercase;
        }

            .article-right .blh-goto-comments {
                float: left;
                margin: 0 15px 0 0;
            }

            .article-right .tags {
                float: left;
                max-width: 210px;
                height: 17px;
                overflow: hidden;
            }

                .article-right .tags a {
                    margin: 0 5px 0 0;
                }

                .article-right .tags a + a + a + a {
                    display: none;
                }

            .article-right .more {
                float: right;
            }

                .article-right .more:after {
                    background: url(https://m.blog.hu/skins/we_love_design/img/sprite.png) no-repeat -13px -23px;
                    content: "";
                    float: right;
                    width: 12px;
                    height: 22px;
                    margin: -1px 0 0 8px;
                }

                .article-right .more:hover:after {
                    opacity: 0.7;
                }


.blh-billboard-ad {
    position: relative;
    margin: 0 0 35px;
}

/* POST LIST */

.post-list .entry object,
.post-list .entry iframe,
.post-list .entry embed,
.post-tags .entry object,
.post-tags .entry iframe,
.post-tags .entry embed,
.post-archive-list .entry object,
.post-archive-list .entry iframe,
.post-archive-list .entry embed {
    display: none;
}

.popup_icon_container,
.blh-gallery,
.blh-mosaic {
    display: none !important;
}

.post-inside .popup_icon_container,
.page-inside .popup_icon_container,
.post-inside .blh-gallery,
.page-inside .blh-gallery,
.post-inside .blh-mosaic,
.page-inside .blh-mosaic {
    display: block !important;
}

/* POST INSIDE */

.post-inside article {
    background: #fff;
    /*position: inherit;*/
    width: 725px;
    height: auto;
    padding: 25px 25px 15px;
    margin: 0;
    border: 4px solid rgb(255,255,255);
    border-bottom: 0 none;
}

.post-inside .first-image {
    display: none;
}

.post-inside .article-right {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
}

.post-inside .first-three:before {
    background: rgb(255,255,255);
    height: 450px;
}

.post-inside h1.title {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 20px;
}

    .post-inside h1.title a:after {
        width: 32px;
        height: 7px;
        bottom: 2px;
        left: 2px;
    }

.post-inside h2.subtitle {
    display: block;
    font-family: Oxygen;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 20px;
}

.post-inside .meta {
    background: rgb(255,255,255);
    position: relative;
    left: -25px;
    width: 735px;
    padding: 5px 20px;
    font-size: 13px;
    bottom: auto;
    right: auto;
    text-transform: none;
    font-weight: 400;
    text-align: center;
}

.post-inside .tags {
    float: none;
}

    .post-inside .tags a {
        color: #fff;
        margin: 0 8px;
    }

    .post-inside .tags a + a + a + a {
        display: inline-block;
    }

.post-inside .post-content {
    background: #fff;
    display: block;
    position: relative;
    padding: 0 20px;
    width: 735px;
    border: 4px solid rgb(255,255,255);
    border-top: 0 none;
    margin: 0 0 30px;
}

.post-inside .share {
    float: left;
    width: 460px;
}

.post-inside .comments {
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 0;
}

    .post-inside .comments a:after {
        background: url(https://m.blog.hu/skins/we_love_design/img/sprite.png) no-repeat -13px -23px;
        content: "";
        float: right;
        width: 12px;
        height: 22px;
        margin: -1px 0 0 8px;
    }

    .post-inside .comments a:hover:after {
        opacity: 0.5;
    }

.post-inside .meta .blh-goto-comments,
.post-inside .meta a.more {
    display: none;
}

.post-inside .blh-billboard-ad {
    margin: 0 0 45px;
}

/* ENTRY */

.post-inside .entry {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
    max-height: none;
    font-style: normal;
    overflow: visible;
}

    .post-inside .entry a {
        text-decoration: underline;
    }

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

    .post-inside .entry p {
        margin: 0 0 30px;
    }

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

    .post-inside .entry strong,
    .post-inside .entry b {
        font-weight: 700;
    }

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

    .post-inside .entry h1 {
        font-weight: bold;
        font-size: 32px;
        line-height: 37px;
        margin: 0 0 5px;
        text-transform: uppercase;
        font-family: Oxygen;
    }

    .post-inside .entry h2 {
        font-size: 24px;
        margin: 0 0 5px;
        line-height: 28px;
        font-weight: 400;
        font-family: Oxygen;
    }

    .post-inside .entry h3 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 5px;
        font-weight: 400;
        font-family: Oxygen;
    }

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

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

    .post-inside .entry .aligncenter,
    .post-inside .entry .imgcenter {
        display: block;
        margin: 20px auto;
    }

    .post-inside .entry .imgnotext {
        display: block;
        margin: 20px 0;
    }

    .post-inside .entry blockquote {
        background: rgb(255,255,255);
        position: relative;
        left: -25px;
        width: 735px;
        padding: 20px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 30px;
        font-family: Oxygen;
    }

        .post-inside .entry blockquote p {
            font-size: 16px;
            line-height: 20px;
        }

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

    .post-inside .entry h4,
    .post-inside .entry h5,
    .post-inside .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;
}

/* TAGS LIST */

.post-tags .first-three {
    margin: 60px 0 30px;
}

    .post-tags .first-three:before {
        margin: -60px 0 0;
        height: 690px;
    }

.tagcloud {
    position: relative;
}


.tagcloud:first-of-type {
    margin: 0 0 20px;
}

/* SIDEBAR */

#right-side {
    background: #fff;
    position: relative;
    float: right;
    width: 340px;
    margin: 0 0 30px;
    padding: 20px;
    border: 3px solid #f1f1f1;
    border-radius: 3px;
    text-align: center;
    word-wrap: break-word;
}

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

    #right-side .box {
        margin: 0 0 45px;
        font-style: italic;
        line-height: 19px;
    }

        #right-side .box:last-of-type {
            margin: 0;
        }

    #right-side .box > h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 12px;
        font-style: normal;
        font-family: Oxygen;
    }

    #right-side strong,
    #right-side b {
        font-weight: 500;
    }

    #right-side a {
        color: rgb(255,255,255);
    }

    #right-side a:hover {
        color: #242424;
    }

    #right-side .place {
        display: none;
    }

    #right-side li {
        margin: 0 0 15px;
    }

    #right-side .widget_archives li {
        margin: 0 0 2px;
    }

/* */

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

#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: 232px;
    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;
    }

    #right-side .post-list-widget .datas a {
        display: block;
    }

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

.widget_comments a,
.post-list-widget a {
    display: block;
}

/* */

#right-side #search > p {
    display: inline-block;
    vertical-align: middle;
}

#right-side .SearchField {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    padding: 3px;
    margin: 0;
}

#right-side .submit {
    background: rgb(255,255,255);
    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: rgba(255,255,255, 0.7);
    }

/* */

#right-side .social-box {
    margin: 0 0 45px;
}

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

        #right-side .social-box a:hover {
            opacity: 0.6;
        }

        #right-side .social-box a.tumblr {
            background-position: 0 -352px;
        }

        #right-side .social-box a.pinterest {
            background-position: 0 -268px;
        }

        #right-side .social-box a.instagram {
            background-position: 0 -184px;
        }

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

        #right-side .social-box a.twitter {
            background-position: 0 -142px;
        }

/* PAGER */

#pager {
    margin: 50px auto;
    text-align: center;
}

    #pager a {
        background: url(https://m.blog.hu/skins/we_love_design/img/sprite.png) no-repeat 0 0;
        display: block;
        width: 47px;
        height: 47px;
    }

    #pager .prev {
        display: inline-block;
        margin: 0 20px;
    }

        #pager .prev a {
            background-position: 0 -95px;
        }

            #pager .prev a:hover {
                opacity: 0.7;
            }

    #pager .next {
        display: inline-block;
        margin: 0 20px;
    }

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

            #pager .next a:hover {
                opacity: 0.7;
            }

/* RELATED */

.related {
    margin: 0 54px 40px;
}

    .related h3 {
        font-size: 17px;
        color: rgb(255,255,255);
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px;
        text-transform: uppercase;
        font-family: Oxygen;
    }

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

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

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

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

    .related a {
        display: block;
    }

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

    .related .title {
        display: table-cell;
        position: relative;
        opacity: 0;
        background: #000;
        background: rgba(0, 0, 0, 0.8);
        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: 17px;
    color: rgb(255,255,255);
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: Oxygen;
}

#trackbackURL {
    display: block;
    text-align: center;
    margin: 0 0 15px;
    font-size: 16px;
    color: #c3c3c3;
}

#linkback_container div.linkback {
    background: #fff;
    position: relative;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    padding: 15px 15px 5px !important;
    margin: 0 0 25px !important;
    font-weight: 300;
}

#linkback_container .commentFooter {
    bottom: 0;
    right: -75px;
}

p.comment-disclaimer {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 30px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

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

.comment-container {
    position: relative;
}

#comment-form {
    position: relative;
}

#comment_container .avatar-content,
#comment-form .avatar-outer-border-small {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: -10px;
    left: 0;
    right: 0;
    border: 2px solid #c7c7c7;
    border-radius: 100px;
    z-index: 2;
}

#comment-form .avatar-outer-border-small {
    top: 34px;
}

    .avatar-content:before,
    .avatar-outer-border-small:before {
        background: #f1f1f1;
        position: absolute;
        content: "";
        height: 2px;
        left: -10px;
        top: 28px;
        width: 8px;
        z-index: 0;
    }

    .avatar-content:after,
    .avatar-outer-border-small:after {
        background: #f1f1f1;
        position: absolute;
        content: "";
        height: 2px;
        left: 52px;
        top: 28px;
        width: 8px;
        z-index: 0;
    }


#comment_container .style-circle .avatar-mask {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

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

        #comment_container .avatar-content .avatar-inner-border img,
        #comment-form .user-info-fields img {
            border: 0 none;
        }

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

#comment_container .comment-container > h1 {
    position: relative;
    margin: 0 12px 1px;
    font-weight: 300;
}

    #comment_container .comment-container > h1:before {
        background: url(https://m.blog.hu/skins/we_love_design/img/default_avatar.png) no-repeat 0 0;
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 2px solid #e6e6e6;
        border-radius: 100px;
    }

#comment_container .commentTime {
    float: right;
}

#comment_container .comments-container > .comment {
    margin: 0 0 36px;
}

#comment_container .commentText {
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    padding: 45px 40px 40px;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
}

.comments-container > div.comment:hover .commentFooter a,
div.linkback:hover .commentFooter a {
    height: 17px;
    color: #fff;
}

.commentFooter {
    bottom: -3px;
    line-height: 0;
    position: absolute;
    right: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .comments-container .commentFooter {
        bottom: 0;
    }
}

    .commentFooter div a {
        height: 0px;
        overflow: hidden;
        color: transparent;
        -webkit-transition: height 0.2s ease-in 0s;
           -moz-transition: height 0.2s ease-in 0s;
                transition: height 0.2s ease-in 0s
    }

    .commentFooter .replyComment {
        line-height: 0;
    }

        .commentFooter .replyComment:before {
            content: none;
        }

        .commentFooter .replyComment a {
            background: rgb(255,255,255);
            position: absolute;
            top: 0;
            right: 0;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            padding: 2px 0;
            text-decoration: none;
            width: 87px;
            text-align: center;
        }

            .commentFooter .replyComment a:hover {
                background: rgba(255,255,255, 0.7);
            }

    .commentFooter .editComment {
        right: 105px;
        margin: 0;
        bottom: -18px;
        line-height: 0;
    }

        .commentFooter .editComment a {
            background: rgb(255,255,255);
            position: absolute;
            top: 0;
            right: 91px;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            padding: 2px 0;
            text-align: center;
            text-decoration: none;
            width: 87px;
        }

            .commentFooter .editComment a:hover {
                background: rgba(255,255,255, 0.7);
            }


    .commentFooter .moderate-comment {
        margin: 0;
    }

        .commentFooter .moderate-comment a {
            right: 183px;
        }

#feedback_container > h3.comment {
    margin: 0 0 20px;
}

#comment-form {
    margin: 60px 0 50px;
}

    #comment-form .info-inner {
        text-align: right;
        padding: 0 15px;
        font-weight: 300;
    }

        #comment-form .info-inner strong,
        #comment-form .info-inner select {
            float: left;
            font-weight: 300;
        }


#comment-form textarea {
    background: #fff;
    border: 0 none;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    padding: 45px 40px 40px;
    width: 710px;
    height: 90px;
    margin: 5px 0;
    resize: none;
}

#comment-form .submit {
    background: rgb(255,255,255);
    position: relative;
    border: 0 none;
    float: right;
    font-weight: 300;
    padding: 2px 8px;
    margin: -47px 15px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
}

    #comment-form .submit:hover {
        background: rgba(255,255,255, 0.8);
    }

#comment-form #followinglinks {
    font-weight: 300;
}

.display-counter-container {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0 0;
}

.comment-option-fields input#fbcheck + label {
    margin: 0 0 0 15px;
    top: -45px;
}

/* FOOTER */

footer {
    background: #242424;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 50px 0;
    font-family: Oxygen;
}

    footer .box {
        width: 1200px;
        margin: 0 auto;
    }

        footer .box h3 {
            display: none;
        }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #42a345;
        }
