@import "https://blog.hu/assets/core/css/reset/ericmeyer.css";

body {
    background: #ededed;
    font: 14px/19px "Open Sans", sans-serif;
    color: #333;
}

a {
    color: #483556;
    text-decoration: none;
    position: relative;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }


input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 13px/13px "Open Sans", 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,
.related ul:after,
#menu ul:after,
.social-box:after,
.sign-up-yo:after,
footer section:after,
header section:after {
    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,
.related ul:after,
#menu ul:after,
.social-box:after,
.sign-up-yo:after,
footer section: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,
.sign-up-yo:after,
.related ul:after,
#menu ul:after,
.social-box:after,
footer section:after,
header section:after {
    clear: both;
}

/* HEADER */

header {
    padding: 0 0 20px;
    font-family: "Dosis";
}

    header .head a img {
        width: 100%;
    }

    header section {
        background: #fff;
        box-shadow: 0 8px 7px rgba(0, 0, 0, 0.06);
    }

    header .wrap {
        width: 1200px;
        margin: 0 auto;
    }

    header h1 {
        position: relative;
        float: left;
    }

        header h1 a {
            float: left;
            font-size: 24px;
            line-height: 23px;
            font-weight: 300;
            border-right: 1px solid #e2e2e2;
            border-bottom: 2px solid transparent;
            background: url('img/km-logo-60.png');
            width: 333px;
            height: 59px;
            margin-top: -1px;
            text-indent:-9999em;
        }

            header h1 a:hover {
                border-bottom-color: #ffe800;
            }


    header #menu {
        float: left;
        font-size: 23px;
        line-height: 23px;
        font-weight: 300;
      margin-right: -200px;
    }
        header #menu li {
            float: left;
        }

        header #menu a {
            display: block;
            border-right: 1px solid #e2e2e2;
            border-bottom: 2px solid transparent;
            padding: 16px 14px 19px;
        }

            header #menu a:hover {
                border-bottom-color: #ffe800;
            }

/* CONTENT */

#content-side {
    width: 1200px;
    margin: 10px auto;
}

.content-wrapper {
    float: left;
    width: 790px;
}

/* SLIDER */

.slider-wrapper {
    position: relative;
}

    .slider-wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 489px;
        left: 0;
        margin: -30px 0 0;
        z-index: 0;
        border-bottom: 1px solid #c7c5c5;
    }

#slider {
    background: transparent;
    margin: 10px auto 30px;
    width: 1200px;
    height: auto;
}

    #slider li:hover img {
        opacity: 0.8;
    }

    #slider .bjqs {
        display: block;
        width: 1200px;
        height: 430px;
    }

    #slider li {
        display: block;
        position: inherit;
        float: left;
        width: 380px;
        height: 430px;
        margin: 0 30px 0 0;
    }

        #slider li:nth-child(3) {
            margin: 0;
        }

    #slider .bjqs .article-image {
        width: 380px;
        height: 215px;
    }

    #slider .bjqs img {
        position: relative;
        max-width: 100%;
    }

    #slider .bjqs .article-data {
        background: #fff;
        position: relative;
        color: #545454;
        bottom: auto;
        padding: 10px;
        height: 215px;
    }

    #slider .bjqs h1 {
        font-family: "Dosis", sans-serif;
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        max-width: 360px;
        margin: 0 0 6px;
        text-transform: uppercase;
        white-space: normal;
        width: auto;
        height: auto;
        overflow: visible;
    }

        #slider .bjqs h1 a {
            color: #483556;
        }

    #slider .bjqs .lead {
        color: #545454;
        font-size: 15px;
        line-height: 22px;
        width: 360px;
        height: auto;
        margin: 0;
    }

        #slider .bjqs .lead a {
            color: #545454;
        }

    #slider .bjqs .article-infos {
        display: block;
        position: absolute;
        font-family: "Dosis", sans-serif;
        font-size: 13px;
        bottom: 10px;
        right: 10px;
        width: 360px;
        text-transform: uppercase;
    }

    #slider .comments {
        display: none;
    }

/* POST LIST */

.first-three {
    margin: 0 0 30px;
}

    .first-three:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 489px;
        left: 0;
        margin: -30px 0 0;
        z-index: 0;
        border-bottom: 1px solid #c7c5c5;
    }

.first-three article {
    float: left;
    width: 380px;
    height: 430px;
    margin: 0 30px 0 0;
}

    .first-three .post_increment_3 {
        margin: 0;
    }

    .first-three .article-right {
        width: 360px;
    }

        .first-three .article-right .meta {
            width: 360px;
            padding: 3px 10px 10px;
        }

/* */

article {
    position: relative;
    width: 790px;
    height: 215px;
    margin: 0 0 30px 0;
    overflow: hidden;
}

.post-tags article.draft .article-right,
.post-archive-list article.draft .article-right,
.post-list article.draft .article-right {
  background-color: #ddd;
}

.post-tags article.draft .article-right .meta,
.post-archive-list article.draft .article-right .meta,
.post-list article.draft .article-right .meta {
  background-color: #ddd;
}
    
    
    article h1.title {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 6px;
        font-family: "Dosis";
    }

    article h1.title a:after {
        background: #483556;
        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;
        }

    article h3.subtitle {
        color: #545454;
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 1.4em;
        text-transform: uppercase;
    }

.post-tags .entry img,
.post-archive-list .entry img,
.post-list .entry img {
    display: none !important;
}

/*.post-search-list. .entry, post-list .entry, .post-tags .entry, .post-archive-list .entry {*/
.entry {
  font-size: 15px;
  line-height: 21px;
  padding-top: 3px;
  max-height: 155px;
  overflow: hidden;
}

.edit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 12px;
    z-index: 1;
}

    .edit a {
        display: inline-block;
        font-size: 12px;
        background: rgba(255, 255, 255, 0.85);
        padding: 3px 4px 4px;
    }

    .first-image {
        /*background: url(img/placeholder.png) no-repeat center center #ccc;*/
        background: #fff;
        text-align: center;
        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;
        position: relative;
        float: left;
        width: 390px;
        height: 195px;
        padding: 10px;
    }

        .article-right .meta {
            background: #fff;
            position: absolute;
            font-family: "Dosis", sans-serif;
            font-size: 13px;
            bottom: 0;
            right: 0;
            width: 390px;
            padding: 10px;
            text-transform: uppercase;
        }

            .article-right .author {
                float: left;
                font-weight: bold;
            }

            .article-right .tags {
                float: left;
                width: 100%;
                margin: 0 0 2px 0;
            }

                .article-right .tags a {
                    margin: 0 5px 0 0;
                }

                .article-right .tags a + a + a + a {
                    display: none;
                }

            .article-right .more {
                float: right;
            }


.blh-billboard-ad {
    background: #dbdbdb;
    position: relative;
    margin: 0 0 35px;
}

.post-list .subtitle {
  display: none;
}

/* 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;
}

/* POST INSIDE */

.post-inside .content-wrapper {
    background: #fff;
    margin: 0 0 50px;
}

.post-inside article {
    background: #fff;
    width: 750px;
    height: auto;
    margin: 0;
    padding: 20px;
}

.top-meta {
    border-bottom: 1px solid #ededed;
    position: relative;
    left: -20px;
    padding: 0 20px 10px 70px;
    width: 700px;
    margin: 0 0 20px;
    font-family: "Dosis", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    min-height: 39px;
}

    .top-meta .post_author_avatar {
        position: absolute;
        top: -11px;
        left: 0;
        width: 60px;
        height: 60px;
    }

    .top-meta .blh_share_fblike {
        float: right;
        margin: 0;
        margin-bottom: -1px;
    }

    .top-meta .blh_share_cont {
        display: none;
    }

.post-inside .first-image,
.post-inside .first-three
{
    display: none;
}

.post-inside .article-right {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
}

.post-inside h1.title {
    font-size: 40px;
    line-height: 55px;
    margin: 0 0 25px;
    font-weight: 400;
}

    .post-inside h1.title a:after {
        width: 32px;
        height: 3px;
        bottom: 3px;
    }

.post-inside .meta {
    position: inherit;
    bottom: auto;
    right: auto;
    width: auto;
}

    .post-inside .meta .tags {
        display: none;
    }

    .post-inside .meta .author {
        display: block;
        float: none;
        font-size: 0;
        text-align: right;
    }

        .post-inside .meta .author a {
            font-size: 19px;
            text-transform: none;
        }

.post-inside .tags {
    float: none;
    margin: 0;
}

    .post-inside .tags a {
        margin: 0 8px 0 0;
    }

    .post-inside .tags a + a + a + a {
        display: inline-block;
    }

.post-inside .post-content {
    display: block;
    padding: 0 20px 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ededed;
}

.post-inside .share {
    float: left;
    width: 460px;
}

    .post-inside .share .blh_share_cont {
        margin: 0;
    }

.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: 16.5px;
    line-height: 27px;
    font-weight: 400;
    max-height: none;
    font-style: normal;
    overflow: visible;
}

.post-inside .entry .subtitle {
    font-size: 22px;
    line-height: 32px;
}

    .post-inside .entry a {
        text-decoration: underline;
    }

        .post-inside .entry a:hover {
            text-decoration: none;
        }

    .post-inside .entry p {
        margin: 0 0 27px;
    }

    .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: 1.7em;
    }

    .post-inside .entry h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 37px;
        margin: 25px 0 15px;
        text-transform: uppercase;
        font-family: "Dosis";
    }

    .post-inside .entry h2 {
        font-size: 26px;
        margin: 25px 0 15px;
        line-height: 31px;
        font-weight: 600;
        font-family: "Dosis";
    }

    .post-inside .entry h3 {
        font-size: 23px;
        line-height: 28px;
        margin:  25px 0 15px;
        font-weight: 600;
        font-family: "Dosis";
    }

    .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 p .imgnotext {
        display: block;
        position: relative;
        left: -20px;
        max-width: 790px;
        width: 790px;
        margin: 20px 0;
    }

    .post-inside .entry p .popup_icon_container.imgnotext {
        left: 0px !important;
    }

    .popup_icon {
      right: 30px !important;
    }

    .post-inside .entry blockquote {
        background: #523c61;
        position: relative;
        left: -20px;
        width: 750px;
        padding: 20px;
        color: #fff;
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        margin: 0 0 30px;
        font-family: "Dosis";
    }

	.post-inside .entry blockquote.bw {
      background: #fff;
      color: #545454;
      width: auto;
      padding: 0 0 0 100px;
    }

    .post-inside .entry blockquote.bw a {
      color: #545454; 
    }

    .post-inside .entry blockquite.bw a:hover {
      color: #747474; 
    }

        .post-inside .entry blockquote p {
            font-size: 19px;
            line-height: 30px;
        }

        .post-inside .entry blockquote p:last-of-type {
            margin: 0;
        }
.post-inside .entry blockquote a {
  color: #fff;
}
.post-inside .entry blockquote a:hover {
  color: #ddd;
}

    .post-inside .entry h4,
    .post-inside .entry h5,
    .post-inside .entry h6 {
        font-weight: 600;
    }

.entry ul {
    list-style: disc outside;
    margin: 14px 0 18px 45px;
}

.entry ol {
    list-style: decimal outside;
    margin: 14px 0 18px 45px;
}

.entry ul li{
    margin: 2px 0;
}
.entry ol li {
  margin: 6px 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 .tagcloud {
    display: none;
}


.tagcloud:first-of-type {
    margin: 0 0 20px;
}

/* SIDEBAR */

#right-side {
    position: relative;
    float: right;
    width: 380px;
    margin: 0 0 30px;
    word-wrap: break-word;
}

    #right-side img {
        max-width: 100%;
    }

    #right-side .box {
        margin: 0 0 30px 0;
        line-height: 19px;
    }

        #right-side .box:last-of-type {
            margin: 0;
        }

    #right-side .box > h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 12px 0;
        font-style: normal;
        font-family: "Dosis";
        font-size: 16px;
        line-height: 24px;
    }

    #right-side strong,
    #right-side b {
        font-weight: 500;
    }

    #right-side a {
        color: #795496;
    }

    #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 5px;
    }

    #right-side .mi-a-merce {
        background: #ffe800;
        padding: 30px;
        font-size: 20px;
        line-height: 33px;
        color: #000;
    }

        #right-side .dossziek > h3,
        #right-side .mi-a-merce > h3 {
            display: none;
        }

        #right-side .mi-a-merce h1 {
            background: #fff;
            position: relative;
            font-family: "Dosis", sans-serif;
            font-size: 30px;
            line-height: 30px;
            font-weight: 300;
            padding: 15px 18px 15px 75px;
            margin: 0 0 18px;
        }

            #right-side .mi-a-merce h1:before {
                background: url(img/sprite.png) no-repeat -132px 0;
                position: absolute;
                content: "";
                width: 60px;
                height: 60px;
                top: 0;
                left: 0;
            }

        #right-side .mi-a-merce a {
            color: #000;
            text-decoration: underline;
        }

            #right-side .mi-a-merce a:hover {
                text-decoration: none;
            }

        #right-side .box.widget_ad_mix {
            background: #dbdbdb;
            margin: 30px 0 0;
        }

/* */

#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: 19px;
        margin-bottom: 4px;
    }
    #right-side .post-list-widget .datas .lead {
        color: #777;
        font-size: 12px;
    }

.widget_comments a,
.post-list-widget a {
    display: block;
}

#right-side .facse-doboz {
    background: #fff;
    border: 1px solid #4a67b7;
}

    #right-side .facse-doboz .inbox {
        padding: 10px;
    }

    #right-side .facse-doboz > h3 {
        background: #4a67b7;
        font-family: "Dosis", sans-serif;
        text-align: center;
        color: #fff;
        font-size: 30px;
        padding: 15px 0;
        font-weight: 400;
    }

/* */

#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: #795496;
    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: #483556;
    }

/* PAGER */

#pager {
    display: inline-block;
    margin: 0 40px 70px;
    text-align: center;
    width: 710px
}
    
    #pager .pager {
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }

    #pager .prev a {
        background: url(img/sprite.png) -435px 0;
        float: left;
        width: 60px;
        height: 60px;
    }

    #pager .next a {
        background: url(img/sprite.png) -496px 0;
        float: left;
        width: 60px;
        height: 60px;
    }

    #pager .pages {
        display: inline-block;
        margin: 0 0 0 5px;
    }

        #pager .pages a {
            background: #fff;
            float: left;
            font-family: "Dosis", sans-serif;
            font-size: 20px;
            line-height: 20px;
            margin: 0 5px 0 0;
            width: 60px;
            height: 40px;
            padding: 20px 0 0;
        }

            #pager .pages a:hover,
            #pager .pages a.current {
                background: #483556;
                color: #fff;
            }

        #pager .pages span {
            font-size: 0;
            line-height: 0;
            background: url(img/sprite.png) no-repeat -557px 0;
            float: left;
            width: 10px;
            height: 10px;
            margin: 26px 12px 0 7px;
        }

/* RELATED */

.related {
    margin: 20px 54px 40px;
}

    .related h3 {
        font-size: 25px;
        color: #ccc;
        text-align: center;
        margin: 0 0 22px;
        font-family: "Dosis";
    }

    .related li {
        background: #f5f5f5;
        position: relative;
        float: left;
        width: 120px;
        margin: 0 0 0 20px;
        padding: 0 0 10px;
    }

        .related li:hover img {
            opacity: 0.8;
        }

        .related li:first-child {
            margin: 0;
        }

        .related li:last-of-type {
            margin: 0 0 0 22px;
        }

    .related img {
        display: block;
        width: 120px;
        height: 120px;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

    .related .title {
        display: block;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #483556;
        padding: 5px 10px 0;
        height: 100px;
        overflow: hidden;
    }


/* COMMENTS */

.comment-tracback-url,
h3.comment {
    font-size: 17px;
    color: #795496;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: "Dosis";
}

#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: #795496;
            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: #483556;
            }

    .commentFooter .editComment {
        right: 105px;
        margin: 0;
        bottom: -18px;
        line-height: 0;
    }

        .commentFooter .editComment a {
            background: #795496;
            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: #483556;
            }


    .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: #795496;
    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(108,206,111, 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: #483556;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 0;
    font-family: "Dosis";
}

    footer section {
        width: 1200px;
        margin: 0 auto;
    }

    footer .links {
        float: left;
        margin: 4px 0 0;
    }

    footer a {
        color: #fff;
        margin: 0 2px;
    }

        footer a:hover {
            color: #ffe800;
        }

/* */

footer .social-box {
    float: right;
    margin: -2px 0 0;
}

    footer .social-box a {
        display: inline-block;
        background: url(img/sprite.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        width: 32px;
        height: 32px;
        margin: 0 0 0 15px;
    }

        footer .social-box a.tumblr {
            background-position: -33px 0;
        }

            footer .social-box a.tumblr:hover {
                background-position: -33px -33px;
            }

        footer .social-box a.youtube {
            background-position: -66px 0;
        }

            footer .social-box a.youtube:hover {
                background-position: -66px -33px;
            }

        footer .social-box a.facebook {
            background-position: 0 0;
        }

            footer .social-box a.facebook:hover {
                background-position: 0 -33px;
            }

        footer .social-box a.twitter {
            background-position: -99px 0;
        }

            footer .social-box a.twitter:hover {
                background-position: -99px -33px;
            }

/* */

.follow-us-fb {
    background: #ffe800;
    text-align: center;
    padding: 30px 0;
}

    .follow-us-fb h3 {
        font-family: "Dosis", sans-serif;
        font-size: 25px;
        color: #483556;
        margin: 0 0 25px;
    }

    .follow-us-fb iframe {
        background: #fff;
    }

/* */

.donate-us {
    text-align: center;
    font-family: "Dosis", sans-serif;
    font-size: 25px;
    color: #483556;
    padding: 35px 0;
    border-bottom: 1px solid #ededed;
    margin: 0 0 15px;
}

    .donate-us a {
        text-decoration: underline;
    }

        .donate-us a:hover {
            text-decoration: none;
        }

/* */

.sign-up-yo {
    margin: 0 0 25px;
    padding: 0 20px;
}

    .sign-up-yo input[type="text"] {
        background: #ededed;
        float: left;
        color: #828282;
        font-style: italic;
        font-size: 19px;
        line-height: 22px;
        padding: 10px;
        width: 526px;
        border: 0 none;
        margin: 0;
        box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05) inset;

    }

        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .sign-up-yo input[type="text"] {
                line-height: 28px;
            }
        }

    .sign-up-yo input[type="submit"] {
        background: #523c61;
        float: left;
        font-family: "Dosis", sans-serif;
        color: #ffe800;
        font-size: 19px;
        line-height: 22px;
        text-transform: uppercase;
        border: 0 none;
        margin: 0 0 0 20px;
        padding: 9px 30px;
        cursor: pointer;
    }

        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .sign-up-yo input[type="submit"] {
                line-height: 31px;
            }
        }

/* */

.post-comments {
    border-top: 1px solid #ededed;
    padding: 15px 20px 20px;
}

    .post-comments > h3 {
        font-size: 25px;
        color: #ccc;
        text-align: center;
        margin: 0 0 22px;
        font-family: "Dosis";
    }

.post-inside article {
  overflow: visible;
}

.post-tags .entry ul, .post-tags .entry ol, .post-list .entry ul, .post-list .entry ol {
  margin: 0 0 0 10px;
}

article .date {
  margin-left: 14px;
}

.post-list .widget_postlist, .post-tags .widget_postlist {
  display: none;
}

.post-inside .entry p .original {
  width: auto;
  height: auto;
  margin: 20px auto;
  left: 0;
}

.post-list .popup_icon {
  display: none;
}

#tamogass_318 .subtitle {
  display: none;
}
  
.dontab td {
  text-align: center;
  color: #523c61;
  font-weight: bold;
  padding: 5px 20px;
}

#donslide {
  width: 480px;
  position: fixed;
  left: -480px;
  bottom: 100px;
  transition: all 1s;
  font-size: 15px;
  z-index: 100000;
}

#donslide #cont {
  border: 15px solid #523c61;
  background: #523c61;
  border-radius: 15px;
  color: #fff;
  padding-left: 15px;
  box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.3)
}

#donslide h3 {
  font-family: Dosis;
  font-size: 22px;
  color: #fff;
  background: #523c61;
  padding: 0;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#donslide a {
  color: #ffe800;
  text-decoration: none;
}

#contin:after {
  clear: both;
  display: table;
  content: "";
}

#dleft {
  float: left;
  width: 312px;
  padding-right: 10px;
}

#dleft .txt {
  border-right: 1px solid rgba(255,255,255,0.4);
  padding-right: 10px;
}

#dleft .lnk {
  margin-top: 10px;
  display: block;
}

#dright {
  text-align: center;
  float: left;
  width: 113px;
}

#dright form {
	padding: 10px 0;
}

#donclose {
  float: right;
  margin-top: -5px;
  border: 2px solid #fff;
  padding: 0 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: -5px;
  cursor: pointer;
}

#infobox {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1.4em;
}

#infobox h2 {
  color: #523c61;
  font-size: 35px;
  margin-bottom: 10px;
  font-family: Dosis;
  text-transform: uppercase;
  line-height: 1em;
}

#infobox a {
  transition: .3s;
}

#infobox a:hover {
  opacity: 0.7;
}

#infobox2 {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: -8px;
  font-size: 15px;
  line-height: 23px;
}

#infobox2 a {
  text-decoration: underline;
}

#infobox2 p {
  margin-bottom: 15px;
}
#infobox2 p:last-child {
  margin-bottom: 0
}

.infobox b {
  font-weight: bold;
}
.infobox i {
  text-style: italic;
}

.entry table {
  border-spacing: 2px;
  border-collapse: separate;
  margin: 6px -2px;
}

.entry table th {
  text-align: left;
  padding: 3px 7px;
  font-weight: bold;
  background: #eee;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4em;
}

.entry table td {
  padding: 3px 7px;
  text-align: center;
  background: #f5f5f5;
  vertical-align: middle;
  line-height: 1.4em;
}

.entry table thead td {
  background: #483556;
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
  padding: 3px 7px;
}

ol {
  list-style-type: decimal;
}

h4 {
    margin: 0px 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    padding-left: 32px;
    border-left: 4px solid rgb(104, 104, 104);
    padding-bottom: 7px;
}

.frame p:last-child {
    margin-bottom: 0;
}

.post-inside .entry p {
    word-wrap: break-word;
}

.donate-box {
  padding: 15px 20px !important;
  transition: .4s;
}

.donate-box a {
  text-decoration: none !important;
}

.donate-box:hover a {
  text-decoration: underline !important;
}

.donate-box:hover {
  color: #ffe800 !important;
  padding: 20px !important;
  margin-top: -5px !important;
  margin-bottom: 25px !important;
}

.donate-box:hover div {
  border-color: rgba(255,232,0,0.6) !important;
}

.donate-box .donate-button {
  transition: .8s;
}

.donate-box:hover .donate-button {
  -webkit-filter: drop-shadow(0px 0px 10px #fff);
  filter:         drop-shadow(0px 0px 10px #fff);
}

.donate-box:hover .donate-button:hover {
  -webkit-filter: drop-shadow(0px 0px 20px #ffe800);
  filter:         drop-shadow(0px 0px 20px #ffe800);
}

.post-inside .entry #newpp {
        background: #ffe800;
        position: relative;
        left: -20px;
        width: 750px;
        padding: 20px;
        color: #483556;
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        margin: 0 0 30px;
        font-family: "Dosis";
        transition: background 1s;
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
 }

.post-inside .entry #newpp #live {
 	left: 44px;
    top: 44px;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
  -webkit-animation: fadetxt 1.5s infinite; /* Safari 4+ */
  -moz-animation:    fadetxt 1.5s infinite; /* Fx 5+ */
  -o-animation:      fadetxt 1.5s infinite; /* Opera 12+ */
  animation:         fadetxt 1.5s infinite; /* IE 10+, Fx 29+ */
}

.post-inside .entry #newpp #live:hover {
  text-decoration: none;
  color: red;
}

.fadetextanim {
  -webkit-animation: fadetxt 1.5s infinite; /* Safari 4+ */
  -moz-animation:    fadetxt 1.5s infinite; /* Fx 5+ */
  -o-animation:      fadetxt 1.5s infinite; /* Opera 12+ */
  animation:         fadetxt 1.5s infinite; /* IE 10+, Fx 29+ */
}

.post-inside .entry #newpp #live .red {
    color: red;
    font-size: 61px;
    vertical-align: -4px;
}

.post-inside .entry #newpp #logo {
  background:url('img/km-logo-60.png');
  width:158px;
  position:absolute;
  right:0px;
  bottom:0;
  height:30px;
  background-size:200px;
  background-repeat:no-repeat;
  background-position: -80px 0;
}

.post-inside .entry #newpp.highlight {
  background-color: #ff0000
}

.post-inside .entry #newpp a {
  color: #483556;
  text-decoration: none;
}

.post-inside .entry #newpp a:hover {
  text-decoration: underline;
}

@-webkit-keyframes fadetxt {
  0%   { opacity: 1; }
  20%   { opacity: 1; }
  50% { opacity: .3; }
  100%   { opacity: 1; }
}
@-moz-keyframes fadetxt {
  0%   { opacity: 1; }
  20%   { opacity: 1; }
  50% { opacity: .3; }
  100%   { opacity: 1; }
}
@-o-keyframes fadetxt {
  0%   { opacity: 1; }
  20%   { opacity: 1; }
  50% { opacity: .3; }
  100%   { opacity: 1; }
}
@keyframes fadetxt {
  0%   { opacity: 1; }
  20%   { opacity: 1; }
  50% { opacity: .3; }
  100%   { opacity: 1; }
}



.post-inside .entry .frame > h2, h3, h4 {
  margin-top: 0;
}

.post-inside .entry blockquote.gsori {
  background: #cecece;
}

.post-inside .entry blockquote.gsori p, .post-inside .entry blockquote.gsori a
{
  font-size: 16px;
  line-height: 1.4em;
  color: #333;
  margin-bottom: 10px;
}

.subbox-small-b .subbox-donate {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: cubic-bezier(.47,.6,.29,.99) all 1.2s, ease opacity .6s;
}

.subbox-small-b .subbox-donate img {
  vertical-align: -7px;
  padding-left: 7px;
  transition: .4s;
}

.post-inside .entry .subbox-small-b .subbox-donate a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18.4px;
}

.post-inside .entry .subbox-small-b .subbox-donate a.alt1 {
  font-size: 17.2px;
}

.post-inside .entry .subbox-small-b .subbox-donate a:hover {
  color: #ffe800;
}

.subbox-small-b:hover .subbox-donate {
  opacity: 1;
  height: 34px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: ease all .6s, cubic-bezier(.73,0,.75,.59) opacity 1.2s;
}

.subbox-small-b:hover .subbox-donate img {
	-webkit-filter: drop-shadow(0px 0px 5px #fff);
	filter:         drop-shadow(0px 0px 5px #fff);
}

.subbox-small-b:hover .subbox-donate:hover img {
	-webkit-filter: drop-shadow(0px 0px 10px #ffe800);
	filter:         drop-shadow(0px 0px 10px #ffe800);
}

.subbox-small-b:hover .subbox-donate:hover img:hover {
  	-webkit-filter: drop-shadow(0px 0px 10px #fe7b7b);
	filter:         drop-shadow(0px 0px 10px #fe7b7b);
}

.subbox-small-b {
  transition: all .6s;
}

.subbox-small-b:hover {
  padding-bottom: 0 !important;
}

/* km-extra */

.post-inside .entry blockquote.ka-sor p, .post-inside .entry blockquote.ka-sor a, .post-inside .entry blockquote.lm-sor p, .post-inside .entry blockquote.lm-sor a, .ka-sor p, .ka-sor a, .ka-sor-bg p, .ka-sor-bg a, .lm-sor p, .lm-sor a, .lm-sor-bg p, .lm-sor-bg a {
	font-size: 15px;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
}

.ka-sor-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,a7039d+84,7e03a7+100 */
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff0000 0%, #a7039d 84%, #7e03a7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ff0000 0%,#a7039d 84%,#7e03a7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ff0000 0%,#a7039d 84%,#7e03a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#7e03a7',GradientType=1 ); /* IE6-9 */
	
	color: #fff;
}

.lm-sor-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,fbbc2b+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #000000 0%, #fbbc2b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%,#fbbc2b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%,#fbbc2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fbbc2b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}

.post-inside .entry blockquote.ka-sor, .post-inside .entry blockquote.lm-sor {
	color: #fff;
	padding: 0;
	width: 790px;
}

.ka-sor-in, .lm-sor-in {
	padding: 20px 20px 10px 20px;
}

.post-inside .entry blockquote.ka-sor, .post-inside .entry blockquote.lm-sor {
	background: transparent;
	position: relative;
}

.post-inside .entry blockquote.ka-sor:before, .post-inside .entry blockquote.lm-sor:before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;  
	opacity: 1; 
	z-index: 0;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777777+0,aaaaaa+100 */
	background: #777777; /* Old browsers */
	background: -moz-linear-gradient(left,  #777777 0%, #aaaaaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #777777 0%,#aaaaaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #777777 0%,#aaaaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 */
}

.ka-sor-bu {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,a7039d+84,7e03a7+100 */
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff0000 0%, #a7039d 84%, #7e03a7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ff0000 0%,#a7039d 84%,#7e03a7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ff0000 0%,#a7039d 84%,#7e03a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#7e03a7',GradientType=1 ); /* IE6-9 */
}

.ka-sor-in:before {
	transition: 2s;
	
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;  
	opacity: 0; 
	z-index: 0;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7e03a7+0,a7039d+16,ff0000+100 */
	background: #7e03a7; /* Old browsers */
	background: -moz-linear-gradient(left,  #7e03a7 0%, #a7039d 16%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #7e03a7 0%,#a7039d 16%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #7e03a7 0%,#a7039d 16%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e03a7', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 */
}

.lm-sor-in:before {
  	transition: 2s;
	
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;  
	opacity: 0; 
	z-index: 0;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,fbbc2b+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #000000 0%, #fbbc2b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%,#fbbc2b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%,#fbbc2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fbbc2b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}

.ka-sor-logo {
	position: relative;
	float: right;
	margin-left: 20px;
	margin-top: -44px;
	margin-right: -8px;
	transition: .6s;
}

.ka-sor:hover .ka-sor-in:before, .lm-sor:hover .lm-sor-in:before {
	opacity: 1;
}

.ka-sor:hover .ka-sor-logo {
	-webkit-filter: drop-shadow(0px 0px 20px #fff);
	filter:         drop-shadow(0px 0px 20px #fff);
}

.ka-sor:hover .sor-don, .lm-sor:hover .sor-don {
	height: 66px;
	opacity: 1;
	padding-bottom: 10px;
}

.sor-don {
	height: 0;
	opacity: 0;
	transition: .6s;
	position: relative;
	font-size: 23px !important;
	line-height: 33px;
	font-weight: bold;
	overflow: hidden;
}

.sor-don .don-but {
	vertical-align: -6px;
	margin-left: 10px;
}

.sor-don .don-but img {
	transition: .6s;
}

.sor-don:hover .don-but img {
	-webkit-filter: drop-shadow(0px 0px 5px #fff);
	filter:         drop-shadow(0px 0px 5px #fff);
}


.sor-don:hover .don-but:hover img {
	-webkit-filter: drop-shadow(0px 0px 10px #ffe800);
	filter:         drop-shadow(0px 0px 10px #ffe800);
}

.post-inside .entry blockquote.eu-sor {
	font-size: 15px;
	line-height: 1.4em;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2354aa+0,05255f+100 */
	background: #2354aa; /* Old browsers */
	background: -moz-linear-gradient(left, #2354aa 0%, #05255f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2354aa 0%,#05255f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2354aa 0%,#05255f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2354aa', endColorstr='#05255f',GradientType=1 ); /* IE6-9 */
}

.eu-sor-bg {
	color: #fff;
	background: #2354aa; /* Old browsers */
	background: -moz-linear-gradient(left, #2354aa 0%, #05255f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #2354aa 0%,#05255f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #2354aa 0%,#05255f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2354aa', endColorstr='#05255f',GradientType=1 ); /* IE6-9 */
}

.post-inside .entry blockquote.eu-sor p {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.post-inside .entry blockquote.eu-sor a {
	font-weight: bold;
}

.post-inside .entry blockquote.eu-sor p:last-child {
	margin-bottom: 0;
}

.post-inside .entry .eu-sor .eu-sor-tit {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}


/*** donationbox 176 ***/
.db176 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#483556+0,77328c+100 */
	background: #483556; /* Old browsers */
	background: -moz-linear-gradient(-55deg, #483556 0%, #77328c 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-55deg, #483556 0%,#77328c 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-55deg, #483556 0%,#77328c 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#483556', endColorstr='#77328c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: none;
    margin: 0;
    padding: 20px 25px !important;
	font-family: Dosis, sans-serif;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.4em;
	text-transform: uppercase;
	position: relative;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.db176 p {
	margin: 0 !important;
}
.db176 a {
	color: #fff;
	text-decoration: none !important;
}
.db176__title1 {
	font-weight: 700 !important;
	text-transform: uppercase;
	font-size: 25.8px !important;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	margin: 0 0 15px !important;
}
.db176__textcont, p.db176__textcont {
	font-size: 18.8px;
    margin: 15px 0 7px !important;
    font-weight: 600;
    line-height: 1.4em;
}
.db176__butcont {
	text-align: center;
	margin: 8px !important;
	line-height: inherit !important;
}
a.db176__button {
    font-family: Dosis, sans-serif;
	background: #598527 !important;
	color: #fff;
	font-size: 46px !important;
	border-radius: 42px !important;
	position: relative;
	transition: .4s;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
    padding: 17px 22px 37px !important;
    text-decoration: none !important;
    line-height: 1.05em;
	margin-top: 10px !important;
	box-shadow: 10px 0px 15px rgba(0,0,0,0.45) !important;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2) !important;
}
.db176__button:hover {
	padding-top: 22px !important;
	padding-bottom: 32px !important;
	box-shadow: 5px 0px 7px rgba(0,0,0,0.6) !important;
}
.db176__button:active {
	padding-top: 25px !important;
	padding-bottom: 29px !important;
	box-shadow: 1px 0px 1px rgba(0,0,0,0.7) !important;
}
.db176__button:before {
	background: #8dc63f;
	transition: .5s;
	border-radius: 42px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -10px;
	display: block;
	content: "";
	z-index: -1;
	margin-left: -22px;
}
.db176__button:hover:before {
	top: -5px;
}
.db176__button:active:before {
	top: -2px;
}
a.db176__button_red {
  background: #982626 !important;
}
a.db176__button_red:before {
  background: #ee5252 !important;
}
.db176__line:after {
	border-bottom: 2px solid #fff;
	transform-origin: 0 0;
	transform: scale(0,1);
	transition: 1s;
	content: '';
	display: block;
	margin-left: 2%;
	padding-bottom: 3px;
}
.db176:hover .db176__line:after {
	transform: scale(.98,1);
	opacity: 1;
}
.db176__line {
	font-size: 21.3px;
	line-height: 1.35em;
}
.db176__di, p.db176__di {
	font-size: 12px;
	margin: 2px 0 15px !important
}
.db176__md {
	font-size: 16px;
	margin-top: 15px;
}
.db176__md a:hover {
	text-decoration: underline !important;
}
.db176:after {
	background: 
}
.db176__kmlogo {
	position: absolute;
	height: 45px;
	width: 90px;
	bottom: 20px;
	left: 20px;
	display: block;
	box-shadow: 0 0 15px rgba(255,255,255,.15);
}
.db176v2 .db176__title1 {
	font-size: 35px !important;
}
.db176v2 .db176__line:after {
	margin-left: 20%;
	width: 61%;
}
a.portalkamp__button {
  font-size: 38px !important;
}
a.portalkamp__button_small {
  padding: 4px 20px 22px !important;
  font-size: 24px !important;
  margin: 18px 0 0 !important
}
a.portalkamp__button_small:hover {
  padding-top: 9px !important;
  padding-bottom: 17px !important;
}
a.portalkamp__button_lgreen {
  background: #69a723 !important;
}
a.portalkamp__button_lgreen:before {
  background: #a6dc5c;
}
a.portalkamp__button_yellow {
  background: #ffaf33 !important;
}
a.portalkamp__button_yellow:before {
  background: #fbd17d;
}
.teglajegy__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teglajegy__item {
  width: 46%;
  margin: 2%;
  text-align: center;
}
.teglajegy__img {
  margin-bottom: 1em;
  box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
}
.scrollbanner {
  position: relative;
}
.scrollbanner--slow .scrollbanner__img {
  transition: margin .75s;
}
.scrollbanner__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 0 70px #000000, inset 0 0 20px #000000;
}

.fb178 {
  text-align: center;
  padding: 0 !important;
} 
.fb178__in {
  padding: 10px 15px 15px;
}
.fb178__title {
  display: block;
  font-weight: bold;
  font-family: Dosis;
  font-size: 21px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.post-inside .entry a.fb178__title {
    text-decoration: none;
}
.post-inside .entry a.fb178__title:hover {
  color: #6b198d;
}
.fb178__title:hover {
  text-shadow: none;
}