

@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: url(https://m.blog.hu/skins/we_love_colors/img/bg.png) no-repeat fixed center 0 #000;
    font: 18px/22px Open Sans;
    color: #fff;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

a {
    color: #fff;
    text-decoration: none;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

    a:hover {
        color: rgb(48,212,129);
        text-decoration: none;
    }

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 300 15px/15px Open Sans;
    color: #999;
}

.clear-before:before,
.clear-after:after,
ul.bjqs:after,
header:after,
.article-bottom: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,
header:after,
.article-bottom: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,
header:after,
.article-bottom:after,
.content-wrapper:after,
#search:after,
#pager:after,
.related ul:after {
    clear: both;
}

/* CONTENT */

#page-wrapper {
    width: 1000px;
    margin: 0 auto;
}

#right-side {
    float: right;
    width: 300px;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

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

#content-side {
    float: left;
    width: 640px;
}

header {
    text-align: center;
    padding: 25px 0 45px;
}

    header h2 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        margin: 0 0 20px;
    }

    header .blog-name {
        background: rgba(255, 255, 255, 0.1);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%);
        position: relative;
        padding: 50px 0;
        margin: 0 0 10px;
        min-height: 58px;
    }

        header .blog-name:before,
        header .blog-name:after {
            background: rgba(255, 255, 255, 0.5);
            background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            top: 0;
            left: 0;
            box-shadow: 0 10px 3px 1px rgba(0, 0, 0, 0.18);
        }

        header .blog-name:after {
            top: auto;
            bottom: 0;
            text-align: center;
        }

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

    header h1 {
        display: inline-block;
        position: relative;
        font-family: Abril Fatface;
        font-size: 60px;
        line-height: 58px;
        text-shadow: 0 10px 3px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }

        header h1 a {
            color: rgb(255,255,255);
        }

            header h1 a:hover {
                color: rgb(48,212,129);
            }

/* MENU */

#menu {
    float: right;
    text-align: right;
    font-size: 20px;
    line-height: 31px;
    font-family: Abril Fatface;
}

    #menu li {
        display: inline-block;
        margin: 0 0 0 12px;
    }

/* SLIDER */

#slider {
    position: relative;
    width: 640px;
    height: 360px;
    margin: 0 0 50px;
}

    #slider:before,
    #slider:after {
        background: rgba(255, 255, 255, 0.5);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        top: 0;
        left: 0;
        z-index: 2;
    }

    #slider:after {
        top: auto;
        bottom: 0;
    }

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

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

    #slider:hover .article-image img {
       opacity: 0.7;
    }

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

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

#slider img {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
            transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

#slider .article-data {
    background: transparent;
    position: absolute;
    overflow: visible;
    padding: 0;
    height: auto;
    bottom: 15px;
    left: 15px;
    font-family: Abril Fatface;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    width: 610px;
}

    #slider h1 {
        text-shadow: 15px 0 30px rgba(0, 0, 0, 0.75);
        font-size: 30px;
        line-height: 32px;
        height: auto;
        overflow: visible;
    }

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

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

    #slider ul.bjqs-controls li {
        position: absolute;
        font-size: 100px;
        opacity: 0;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        #slider ul.bjqs-controls li a {
            background: transparent;
            display: block;
            color: #fff;
            font-weight: 300;
            font-size: 100px;
            line-height: 50px;
            font-family: "Open Sans", sans-serif;
        }

            #slider .bjqs-controls li a:after {
                content: none;
            }

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

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


/* ARTICLE */

article.post {
    margin: 0 0 70px;
}

    article h1.title {
        font-family: Abril Fatface;
        font-size: 36px;
        line-height: 38px;
        margin: 0 0 25px;
    }

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

            article h1.title a:hover {
                color: rgb(48,212,129);
            }

    article h2.subtitle {
        font-family: Abril Fatface;
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 20px;
    }

.meta {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 8px;
}

    .meta .author a {
        color: rgb(48,212,129);
    }

        .meta .author a:hover {
            color: #fff;
        }

a.more {
    background: rgba(255, 255, 255, 0.1);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
    position: relative;
    padding: 8px 0;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 12px;
    width: 280px;
    font-family: Abril Fatface;
}

        a.more:before,
        a.more:after {
            background: rgba(255, 255, 255, 0.5);
            background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            top: 0;
            left: 0;
        }

        a.more:after {
            top: auto;
            bottom: 0;
        }

    a.more:hover {
        background: rgba(255, 255, 255, 0.3);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
        color: #fff;
    }

    a.more:hover:before,
    a.more:hover:after {
        background: rgba(255, 255, 255, 0.5);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    }


/* ENTRY */

.entry {
    font-weight: 300;
    margin: 0 0 40px;
}

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

    .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: 28px;
        line-height: 32px;
        margin: 0 0 5px;
        font-weight: 600;
    }

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

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

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

    .entry .imgnotext img
    {
        border: 2px solid #fff;
    }

    .entry blockquote {
        background: rgba(255, 255, 255, 0.1);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 100%);
        position: relative;
        padding: 20px 30px;
        margin: 35px auto 34px;
        font-size: 16px;
        text-align: center;
        width: 500px;
    }

        .entry blockquote:before,
        .entry blockquote:after {
            background: rgba(255, 255, 255, 0.5);
            background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            top: 0;
            left: 0;
        }

        .entry blockquote:after {
            top: auto;
            bottom: 0;
        }

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

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

.entry ul {
    list-style: disc outside;
    margin: 14px 0 28px 15px;
}

.entry ol {
    list-style: decimal outside;
    margin: 14px 0 28px 15px;
}

.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;
    border: 0 none;
}

/* */

div.blh-billboard-ad {
    margin: 0 auto 70px;
}

.tags {
    position: relative;
    margin: 60px 0 10px;
    padding: 0 0 5px;
    font-size: 15px;
    font-weight: 300;
}

    .tags:after {
        background: #fff;
        background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .tags a {
        margin: 0 0 0 6px;
        font-style: italic;
        color: rgb(48,212,129);
    }

        .tags a:hover {
            color: #fff;
        }

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

    .blh_share_fblike {
        float: left;
        margin: 0 6px 0 0;
    }

    .blh_share_cont {
        float: left;
        margin: 0;
    }

span.comments {
    float: right;
    font-font-weight: 300;
    font-size: 15px;
}

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

/* RIGHT SIDE */

#right-side a {
    color: rgb(48,212,129);
}

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

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

    #right-side .box > h3 {
        position: relative;
        font-family: Abril Fatface;
        font-size: 22px;
        margin: 0 0 10px;
        padding: 0 0 3px;
    }

    #right-side .box > h3:after {
        background: #fff;
        background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    #right-side .inbox {
        font-weight: 300;
    }

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

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

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

#right-side .SearchField {
    background: rgba(255, 255, 255, 0.15);
    border: 0 none;
    padding: 4px 6px;
    width: 245px;
    margin: 0;
    color: #fff;
}

#right-side .submit {
    background: url(https://m.blog.hu/skins/we_love_colors/img/sprite.png) no-repeat 0 0;
    border: 0 none;
    padding: 0;
    margin: 8px 0 0 8px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

    @-moz-document url-prefix() {
        #right-side .submit {
            margin: 6px 0 0 8px;
        }
    }

    #right-side .submit:hover {
        opacity: 0.7;
    }

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

#right-side .widget_comments a,
#right-side .widget_topics a {
    display: block;
}

/* */

#right-side .post-list-widget li,
#right-side .widget_topics li {
    margin: 0 0 15px;
}

#right-side .post-list-widget img {
    border: 1px solid #3e3b3b;
    display: inline-block;
    height: 60px;
    width: 60px;
}

#right-side .post-list-widget .datas {
    display: inline-block;
    color: #fff;
    width: 215px;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 0 6px;
    vertical-align: top;
}

    #right-side .post-list-widget .datas a {
        display: block;
        color: rgb(48,212,129);
    }

        #right-side .post-list-widget .datas a:hover {
            color: #fff;
        }

    #right-side .post-list-widget .datas .post {
        width: 215px;
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* */

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

    #right-side .social-box a {
        display: inline-block;
        background: url(https://m.blog.hu/skins/we_love_colors/img/sprite.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        width: 30px;
        height: 30px;
        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.8;
        }

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

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

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

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

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

/* PAGER */

#pager {
    margin: 0;
    width: 640px;
    text-align: center;
}

    #pager .prev {
        float: left;
    }

    #pager .next {
        float: right;
    }

    #pager .pager a {
        background: rgba(255, 255, 255, 0.1);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
        position: relative;
        padding: 8px 0;
        margin: 0 auto 10px;
        display: block;
        text-align: center;
        text-transform: lowercase;
        font-size: 14px;
        line-height: 12px;
        width: 280px;
    }

        #pager .pager a:before,
        #pager .pager a:after {
            background: rgba(255, 255, 255, 0.5);
            background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            top: 0;
            left: 0;
        }

        #pager .pager a:after {
            top: auto;
            bottom: 0;
        }

    #pager .pager a:hover {
        background: rgba(255, 255, 255, 0.3);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
        color: #fff;
    }

    #pager .pager a:hover:before,
    #pager .pager a:hover:after {
        background: rgba(255, 255, 255, 0.5);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    }

/* */

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

/* RELATED */

.related {
    position: relative;
    margin: 0 0 65px;
}

    .related > h3 {
        position: relative;
        font-family: Abril Fatface;
        font-size: 22px;
        margin: 0 0 20px;
        padding: 0 0 1px;
    }

    .related > h3:after {
        background: #fff;
        background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .related li {
        float: left;
        margin: 0 13px;
        width: 100px;
        height: 100px;
        border: 1px solid #fff;
    }

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

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

        .related li:hover > a .title {
            display: block;
        }

    .related a:hover {
        color: #fff;
    }

    .related img {
        width: 100px;
        height: 100px;
        opacity: 0.7;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

    .related .title {
        position: absolute;
        display: none;
        bottom: -35px;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 18px;
    }



/* COMMENTS */

.comment-tracback-url,
h3.comment {
    position: relative;
    font-family: Abril Fatface;
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0 0 1px;
}

    .comment-tracback-url:after,
    h3.comment:after {
        background: #fff;
        background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
    }

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

p.comment-disclaimer {
    font-size: 12px;
    line-height: 16px;
    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 {
    margin: -3px 0 2px 60px;
    font-weight: 400;
    font-size: 15px;
}
    #comment_container .commentAuthor {
        font-family: Abril Fatface;
    }

    #comment_container .commentAuthor {
        margin: 0 5px 0 0;
    }

    #comment_container .commentTime {
        display: block;
        font-style: italic;
        color: rgb(48,212,129);
    }


#comment_container .comments-container > .comment {
    background: rgba(21,21,21,0.6);
    background: -ms-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%);
    background: linear-gradient(to right,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%);
    margin: 0 0 45px;
    padding: 10px;
    font-size: 14px;
}

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

#comment_container .commentText {
    font-weight: 400;
    padding: 12px 0 0;
}

#comment_container .commentFooter {
    position: absolute;
    bottom: -27px;
    height: 19px;
    font-size: 13px;
}

    #comment_container .commentFooter a {
        background: rgb(48,212,129);
        display: inline-block;
        padding: 0 7px;
        line-height: 19px;
        color: #000;
        height: 2px;
        overflow: hidden;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

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

#comment_container .comment-container:hover .commentFooter a {
    height: 19px;
}

#comment_container .replyComment {
    display: inline;
    float: none;
    margin: 0 7px 0 0;
}

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

    #comment_container .replyComment a {
        background: rgb(48,212,129);
        color: #000;
        text-decoration: none;
    }

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

#comment_container div.editComment {
    display: inline;
    float: none;
}


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

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

        #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,
        #comment-form .info-inner strong {
            display: block;
            float: none;
            margin: 0 10px 6px 0;
        }

        #comment-form .info-inner a {
            font-style: italic;
            color: rgb(48,212,129);
        }

            #comment-form .info-inner a:hover {
                color: #fff;
            }

#comment-form .avatar-outer-border-small,
#comment-form .avatar-inner-border-small {
    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;
    font-size: 13px;
}

#commentForm {
    background: rgba(21,21,21,0.6);
    background: -ms-linear-gradient(left,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%);
    background: linear-gradient(to right,  rgba(21,21,21,1) 0%,rgba(21,21,21,0) 100%);
    padding: 10px;
    border-top: 1px solid rgb(48,212,129);
    border-bottom: 1px solid rgb(48,212,129);
}

    #comment-form textarea {
        background: rgba(0, 0, 0, 0.4);
        border: 0 none;
        color: #fff;
        padding: 5px;
        width: 610px;
        height: 150px;
        resize: none;
        margin: 6px 0 3px 0;
    }

    #comment-form .submit {
        background: rgb(48,212,129);
        border: 0 none;
        margin: 6px 0 0;
        color: #000;
        padding: 1px 5px;
        font-size: 13px;
        font-style: italic;
        cursor: pointer;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        #comment-form .submit:hover {
            background: #000;
            color: #fff;
        }

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

    #comment-form #followinglinks {
        padding: 20px 0 0;
        font-size: 11px;
    }

         #comment-form #followinglinks img {
            display: none;
        }

/* */

.foot {
    background: rgba(255, 255, 255, 0.1);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
    position: relative;
    padding: 10px 0 30px;
    margin: 50px 0 0;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

    .foot:before {
        background: rgba(255, 255, 255, 0.5);
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        top: 0;
        left: 0;
        box-shadow: 0 24px 3px 1px rgba(0, 0, 0, 0.18);
    }

/* */

a.reply_nick {
    color: #000;
}

.tagcloud {
    margin: 0 0 25px;
}
