

@import "https://m.blog.hu/assets/core/css/reset/ericmeyer.css";
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:400,200,300,500,600,700|Dosis:400,300,500,600,700|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);

@font-face {
    font-family: 'socialicoregular';
    src: url('https://m.blog.hu/skins/hipster/fonts/social-webfont.eot');
    src: url('https://m.blog.hu/skins/hipster/fonts/social-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://m.blog.hu/skins/hipster/fonts/social-webfont.woff') format('woff'),
         url('https://m.blog.hu/skins/hipster/fonts/social-webfont.ttf') format('truetype'),
         url('https://m.blog.hu/skins/hipster/fonts/social-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'social';
    src: url('https://m.blog.hu/skins/hipster/fonts/social.eot');
    src: url('https://m.blog.hu/skins/hipster/fonts/social.eot?#iefix') format('embedded-opentype'),
         url('https://m.blog.hu/skins/hipster/fonts/social.woff') format('woff'),
         url('https://m.blog.hu/skins/hipster/fonts/social.ttf') format('truetype'),
         url('https://m.blog.hu/skins/hipster/fonts/social.svg#social') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: transparent url("https://m.blog.hu/fo/foreverfamily/skins/hipster/hatterkep/feel-good-factor-1170x340.jpg") no-repeat fixed 0% 36% / cover;
    font: 20px/25px 'Open Sans';
    -webkit-font-smoothing: antialiased;
    color: #2d2c2a;
}

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

    a:hover {
        color: rgb(54,127,181);
        text-decoration: none;
    }


input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 18px/22px 'Open Sans';
    color: #666;
}

.clear-before:before,
.clear-after:after,
#content-side:after,
header:after,
#ccol-side:after,
.widget_search form:after,
.widget_archives .inbox ul:after,
#pager:after,
#pager .pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
#content-side:after,
header:after,
#ccol-side:after,
.widget_search form:after,
.widget_archives .inbox ul:after,
#pager:after,
#pager .pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
#content-side:after,
header:after,
#pager .pager:after,
#ccol-side:after,
.widget_search form:after,
.widget_archives .inbox ul:after,
#pager:after {
    clear: both;
}

/* CONTENT */

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

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

#right-side {
    float: left;
    width: 320px;
    word-wrap: break-word;
}

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

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

/* HEADER */

.line {
    background: #45413f;
    height: 25px;
    margin: -2px 0 80px;
}

header {
    border-top: 25px solid rgba(0, 0, 0, 0.5);
    margin: 0 0 65px;
    padding: 80px 0 5px;
}

.title-line h1 {
    font-size: 72px;
    line-height: 66px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: Arimo;
}

    .title-line h1 a {
        color: #fff;
    }

        .title-line h1 a:hover {
            color: rgb(54,127,181);
        }

.title-line h3 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    letter-spacing: -0.5px;
    padding: 0 0 7px;
    border-bottom: 5px solid rgb(243,43,76);
}

#menu {
    list-style-type: none;
    margin: 7px 0 0;
    text-align: right;
    font-family: Arimo;
}

    #menu li {
        display: inline;
    }

        #menu li:after {
            content: " |";
            color: #fff;
        }

    #menu a {
        font-size: 18px;
        padding: 0 1px;
        color: #fff;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        #menu a:hover {
            color: #fff;
            background: rgb(54,127,181);
        }


/* SLIDER */

#slider {
    width: 620px;
    height: 350px;
    margin: 0 0 45px;
    border: 10px solid #fff;
    box-shadow: 0 5px 21px rgba(0, 0, 0, 0.76);
}

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

    #slider:hover img {
        opacity: 0.7;
    }

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

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

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

#slider .article-image {
    background: #6d6965;
    display: block;
    width: 620px;
    height: 350px;
    position: relative;
}

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

#slider .article-data {
    background: rgba(54,127,181, 0.45);
    position: absolute;
    bottom: 5px;
    left: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    width: 640px;
    min-height: 34px;
    height: auto;
    padding: 0;
    overflow: visible;
}

    #slider .article-data h1 {
        background: rgba(54,127,181, 0.9);
        display: inline-block;
        position: relative;
        top: -5px;
        padding: 4px 7px 6px;
        line-height: 24px;
        font-family: Arimo;
        font-size: 22px;
        height: auto;
        width: auto;
    }

    #slider .article-data h1 a {
        display: block;
        max-width: 410px;
        color: #fff;
    }

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

#slider ul.bjqs-controls {
    z-index: 10;
}

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

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

#slider ol.bjqs-markers {
    display: block;
    position: absolute;
    bottom: 14px;
    right: 12px;
    z-index: 10;
}

    #slider ol.bjqs-markers li {
        float: left;
    }

    #slider ol.bjqs-markers li a {
        font: 0/0 monospace;
        color: transparent;
        background: url(https://m.blog.hu/skins/hipster/img/elements.png) no-repeat -126px 0;
        display: block;
        width: 10px;
        height: 10px;
        margin: 2px 0 0 8px;
    }

        #slider ol.bjqs-markers li.active-marker a {
            background-position: -126px -12px;
            width: 14px;
            height: 14px;
            margin: 0 0 0 8px;
        }

/* */

div.blh-billboard-ad {
    float: left;
    height: 360px;
    width: 640px;
    margin: 5px auto 70px;
}

    div.blh-billboard-ad iframe {
        box-shadow: 0 5px 27px 5px rgba(0, 0, 0, 0.5);
    }

/* POST */

article {
    float: left;
    width: 310px;
    margin: 0 0 55px 0;
    line-height: 16px;
    font-size: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
    border-bottom: 3px solid rgb(243,43,76);
}

    article.post_ogg_1 {
        margin: 0 20px 55px 0;
    }

/* ENTRY */

.entry {
    margin: 0 0 12px;
    padding: 0 12px;
}

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

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

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

    .entry a {
        background: rgb(243,43,76);
        color: #fff;
    }

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

    .entry h1 {
        font-size: 26px;
        line-height: 28px;
        margin: 25px 0 0;
        font-family: Arimo;
    }

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

    .entry h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 25px 0 0;
        font-family: Arimo;
    }

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

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

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

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

    .entry blockquote {
        color: #6a6969;
        font-size: 19px;
        line-height: 22px;
        margin: 60px 30px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
        font-family: Arimo;
    }

        .entry blockquote:before {
            background: url(https://m.blog.hu/skins/hipster/img/elements.png) no-repeat -25px 0;
            content: "";
            height: 46px;
            left: -25px;
            position: absolute;
            top: -22px;
            width: 47px;
            z-index: -1;
        }

        .entry blockquote:after {
            background: url(https://m.blog.hu/skins/hipster/img/elements.png) no-repeat -76px 0;
            content: "";
            height: 46px;
            right: 0;
            position: absolute;
            bottom: -20px;
            width: 47px;
            z-index: -1;
        }

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

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

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

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

.entry ul {
    list-style: none;
}

    .entry ul li:before {
        color: rgb(243,43,76);
        content: "\203A";
        float: left;
        font-size: 24px;
        margin: 0 4px 0 0;
    }

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

article.post ul.blh-mosaic li:before ,
article.post .entry ul.blh-mosaic li:before {
    content: none;
    float: none;
    margin: 0;
}

.meta {
    background: rgb(243,43,76);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 3px;
    position: absolute;
    text-shadow: -3px -5px 8px rgba(0, 0, 0, 0.3);
    top: -20px;
}

.edit a {
    color: #fff;
    font-weight: normal;
}

.post-content {
    background: #f8f8f8;
    position: relative;
}

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

    .post-content .title {
        font-size: 26px;
        line-height: 28px;
        padding: 8px 12px 4px;
        font-family: Arimo;
    }

    .post-content h2.subtitle {
        display: none;
    }

    .post-content .author {
        display: block;
        margin: 0 0 0 12px;
        color: #535454;
        font-size: 12px;
    }

        .post-content .author a {
            color: #535454;
        }

    .post-content .first-image {
        margin: 12px 0 0 0;
    }

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

    .post-content .more,
    .post-content .comment-it {
        color: rgb(54,127,181);
        float: right;
        font-size: 14px;
        margin: 50px 13px 4px 0;
        text-transform: uppercase;
        font-family: Arimo;
    }

    .post-content .more {
        width: 70px;
        text-align: center;
        margin: 50px 9px 4px 0;
    }

    .post-content .more:after {
        bottom: -72px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: rgb(243,43,76);
        border-width: 40px;
        left: 86.3%;
        margin-left: -40px;
        z-index: -1;
    }

    .post-content .more:hover:after {
        bottom: -76px;
    }

    .post-content .comment-it {
        display: none;
    }


    .post-list .entry img,
    .post-tags .entry img,
    .post-archive-list .entry img,
    .post-search-list .entry img,
    .post-list .entry object,
    .post-tags .entry object,
    .post-archive-list .entry object,
    .post-search-list .entry object,
    .post-list .entry embed,
    .post-tags .entry embed,
    .post-archive-list .entry embed,
    .post-search-list .entry embed,
    .post-list .entry .blh_post_video,
    .post-tags .entry .blh_post_video,
    .post-archive-list .entry .blh_post_video,
    .post-search-list .entry .blh_post_video,
    .post-list .entry iframe,
    .post-tags .entry iframe,
    .post-archive-list .entry iframe,
    .post-search-list .entry iframe,
    .post-list .tags,
    .post-tags .tags,
    .post-archive-list .tags,
    .post-search-list .tags,
    .post-list .addthis_button_facebook_like,
    .post-tags .addthis_button_facebook_like,
    .post-archive-list .addthis_button_facebook_like,
    .post-search-list .addthis_button_facebook_like,
    .post-list .blh_post_img,
    .post-tags .blh_post_img,
    .post-archive-list .blh_post_img,
    .post-search-list .blh_post_img,
    .post-list .post-other,
    .post-tags .post-other,
    .post-archive-list .post-other,
    .post-search-list .post-other,
    .post-list .blh-share-bottom,
    .post-tags .blh-share-bottom,
    .post-archive-list .blh-share-bottom,
    .post-search-list .blh-share-bottom,
    .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;
    }

.post-list .blh-share-bottom .blh_share_fblike,
.post-tags .blh-share-bottom .blh_share_fblike,
.post-archive-list .blh-share-bottom .blh_share_fblike,
.post-search-list .blh-share-bottom .blh_share_fblike {
    display: none;
}

.top-share .blh_share_fblike {
    margin: -6px 0 10px !important;
}

.blh-share {
    float: left;
    margin: 56px 12px 26px;
}

    .blh_share_others span {
        display: none;
    }

    .blh-share .blh_share_cont {
        margin: 0;
    }

    .blh-share .blh_share_cont a {
        width: 28px !important;
        height: 28px !important;
        background-image: none !important;
        background-color: #98938a;
        border-radius: 100%;
        position: relative;
        line-height: 30px;
        cursor: pointer;
        z-index: 1;
        transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

    .blh-share .blh_share_cont a:after {
        content: "";
        font-family: 'social';
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0 6px 0 0 !important;
        color: #fff !important;
        padding: 0 !important;
        position: absolute;
        text-align: center;
        font-size: 16px;
        width: 100%;
        z-index: 2;
        left: 0;
        top: 0;
    }

    .blh-share a.btn_blhlike {
        margin: 0 10px 0 5px;
    }

    .blh-share .blh_share_cont a[data-pin-href][class^=PIN] {
        background: none transparent !important;
    }

    .blh_share_cont a.btn_pinterest:after {
        content: "\e000";
    }
    .blh_share_cont a.btn_twitter:after {
        content: "\e001";
    }
    .blh_share_cont a.btn_gplus:after {
        content: "\e002";
    }
    .blh_share_cont a.btn_tumblr:after {
        content: "\e003";
    }
    .blh_share_cont a.btn_facebook:after {
        content: "\e004";
    }
    .blh_share_cont a.btn_blhlike:after {
        content: "\e005";
    }

    .blh-share a:hover {
        color: rgb(243,43,76) !important;
    }

    .blh-share.blh-fb-like {
        display: none;
    }

    .blh-share .btn_blhlike.count_blhlike.bubble,
    .blh-share .count_blhlike.count_blhlike.bubble {
        display: none;
    }
    .blh-share.blh-fb-like {
        display: none;
    }

/* COLORS */

article.post_ogg_1,
article.post_ogg_4,
article.post_ogg_7,
article.post_ogg_10,
article.post_ogg_13,
article.post_ogg_16,
article.post_ogg_19,
article.post_ogg_22,
article.post_ogg_25,
article.post_ogg_28 {
    border-bottom-color: rgb(54,127,181);
}

article.post_ogg_1 .blh-share .blh_share_cont a:hover,
article.post_ogg_4 .blh-share .blh_share_cont a:hover,
article.post_ogg_7 .blh-share .blh_share_cont a:hover,
article.post_ogg_10 .blh-share .blh_share_cont a:hover,
article.post_ogg_13 .blh-share .blh_share_cont a:hover,
article.post_ogg_16 .blh-share .blh_share_cont a:hover,
article.post_ogg_19 .blh-share .blh_share_cont a:hover,
article.post_ogg_22 .blh-share .blh_share_cont a:hover,
article.post_ogg_25 .blh-share .blh_share_cont a:hover,
article.post_ogg_28 .blh-share .blh_share_cont a:hover,
article.post_ogg_1 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_4 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_7 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_10 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_13 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_16 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_19 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_22 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_25 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_28 .blh-share .blh_share_cont a.btn_blhlike.liked {
    background-color: rgb(54,127,181) !important;
}

    article.post_ogg_1 .post-content .more:after,
    article.post_ogg_4 .post-content .more:after,
    article.post_ogg_7 .post-content .more:after,
    article.post_ogg_10 .post-content .more:after,
    article.post_ogg_13 .post-content .more:after,
    article.post_ogg_16 .post-content .more:after,
    article.post_ogg_19 .post-content .more:after,
    article.post_ogg_22 .post-content .more:after,
    article.post_ogg_25 .post-content .more:after,
    article.post_ogg_28 .post-content .more:after {
        border-top-color: rgb(54,127,181);
    }

    article.post_ogg_1 .meta,
    article.post_ogg_1 .entry a,
    article.post_ogg_4 .meta,
    article.post_ogg_4 .entry a,
    article.post_ogg_7 .meta,
    article.post_ogg_7 .entry a,
    article.post_ogg_10 .meta,
    article.post_ogg_10 .entry a,
    article.post_ogg_13 .meta,
    article.post_ogg_13 .entry a,
    article.post_ogg_16 .meta,
    article.post_ogg_16 .entry a,
    article.post_ogg_19 .meta,
    article.post_ogg_19 .entry a,
    article.post_ogg_22 .meta,
    article.post_ogg_22 .entry a,
    article.post_ogg_25 .meta,
    article.post_ogg_25 .entry a,
    article.post_ogg_28 .meta,
    article.post_ogg_28 .entry a {
        background: rgb(54,127,181);
    }

    article.post_ogg_1 .more,
    article.post_ogg_1 .blh-share a:hover,
    article.post_ogg_1 .author a:hover,
    article.post_ogg_1 h1.title a:hover,
    article.post_ogg_4 .more,
    article.post_ogg_4 .blh-share a:hover,
    article.post_ogg_4 .author a:hover,
    article.post_ogg_4 h1.title a:hover,
    article.post_ogg_7 .more,
    article.post_ogg_7 .blh-share a:hover,
    article.post_ogg_7 .author a:hover,
    article.post_ogg_7 h1.title a:hover,
    article.post_ogg_10 .more,
    article.post_ogg_10 .blh-share a:hover,
    article.post_ogg_10 .author a:hover,
    article.post_ogg_10 h1.title a:hover,
    article.post_ogg_13 .more,
    article.post_ogg_13 .blh-share a:hover,
    article.post_ogg_13 .author a:hover,
    article.post_ogg_13 h1.title a:hover,
    article.post_ogg_16 .more,
    article.post_ogg_16 .blh-share a:hover,
    article.post_ogg_16 .author a:hover,
    article.post_ogg_16 h1.title a:hover,
    article.post_ogg_19 .more,
    article.post_ogg_19 .blh-share a:hover,
    article.post_ogg_19 .author a:hover,
    article.post_ogg_19 h1.title a:hover,
    article.post_ogg_22 .more,
    article.post_ogg_22 .blh-share a:hover,
    article.post_ogg_22 .author a:hover,
    article.post_ogg_22 h1.title a:hover,
    article.post_ogg_25 .more,
    article.post_ogg_25 .blh-share a:hover,
    article.post_ogg_25 .author a:hover,
    article.post_ogg_25 h1.title a:hover,
    article.post_ogg_28 .more,
    article.post_ogg_28 .blh-share a:hover,
    article.post_ogg_28 .author a:hover,
    article.post_ogg_28  h1.title a:hover {
        color: rgb(54,127,181) !important;
    }


/* */

article.post_ogg_2,
article.post_ogg_5,
article.post_ogg_8,
article.post_ogg_11,
article.post_ogg_14,
article.post_ogg_17,
article.post_ogg_20,
article.post_ogg_23,
article.post_ogg_26,
article.post_ogg_29 {
    border-bottom-color: rgb(243,43,76);
}

article.post_ogg_2 .blh-share .blh_share_cont a:hover,
article.post_ogg_5 .blh-share .blh_share_cont a:hover,
article.post_ogg_8 .blh-share .blh_share_cont a:hover,
article.post_ogg_11 .blh-share .blh_share_cont a:hover,
article.post_ogg_14 .blh-share .blh_share_cont a:hover,
article.post_ogg_17 .blh-share .blh_share_cont a:hover,
article.post_ogg_20 .blh-share .blh_share_cont a:hover,
article.post_ogg_23 .blh-share .blh_share_cont a:hover,
article.post_ogg_26 .blh-share .blh_share_cont a:hover,
article.post_ogg_29 .blh-share .blh_share_cont a:hover,
article.post_ogg_2 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_5 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_8 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_11 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_14 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_17 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_20 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_23 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_26 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_29 .blh-share .blh_share_cont a.btn_blhlike.liked {
    background-color: rgb(243,43,76) !important;
}

    article.post_ogg_2 .post-content .more:after,
    article.post_ogg_5 .post-content .more:after,
    article.post_ogg_8 .post-content .more:after,
    article.post_ogg_11 .post-content .more:after,
    article.post_ogg_14 .post-content .more:after,
    article.post_ogg_17 .post-content .more:after,
    article.post_ogg_20 .post-content .more:after,
    article.post_ogg_23 .post-content .more:after,
    article.post_ogg_26 .post-content .more:after,
    article.post_ogg_29 .post-content .more:after {
        border-top-color: rgb(243,43,76);
    }

    article.post_ogg_2 .meta,
    article.post_ogg_2 .entry a,
    article.post_ogg_5 .meta,
    article.post_ogg_5 .entry a,
    article.post_ogg_8 .meta,
    article.post_ogg_8 .entry a,
    article.post_ogg_11 .meta,
    article.post_ogg_11 .entry a,
    article.post_ogg_14 .meta,
    article.post_ogg_14 .entry a,
    article.post_ogg_17 .meta,
    article.post_ogg_17 .entry a,
    article.post_ogg_20 .meta,
    article.post_ogg_20 .entry a,
    article.post_ogg_23 .meta,
    article.post_ogg_23 .entry a,
    article.post_ogg_26 .meta,
    article.post_ogg_26 .entry a,
    article.post_ogg_29 .meta,
    article.post_ogg_29 .entry a {
        background: rgb(243,43,76);
    }

    article.post_ogg_2 .more,
    article.post_ogg_2 .blh-share a:hover,
    article.post_ogg_2 .author a:hover,
    article.post_ogg_2 h1.title a:hover,
    article.post_ogg_5 .more,
    article.post_ogg_5 .blh-share a:hover,
    article.post_ogg_5 .author a:hover,
    article.post_ogg_5 h1.title a:hover,
    article.post_ogg_8 .more,
    article.post_ogg_8 .blh-share a:hover,
    article.post_ogg_8 .author a:hover,
    article.post_ogg_8 h1.title a:hover,
    article.post_ogg_11 .more,
    article.post_ogg_11 .blh-share a:hover,
    article.post_ogg_11 .author a:hover,
    article.post_ogg_11 h1.title a:hover,
    article.post_ogg_14 .more,
    article.post_ogg_14 .blh-share a:hover,
    article.post_ogg_14 .author a:hover,
    article.post_ogg_14 h1.title a:hover,
    article.post_ogg_17 .more,
    article.post_ogg_17 .blh-share a:hover,
    article.post_ogg_17 .author a:hover,
    article.post_ogg_17 h1.title a:hover,
    article.post_ogg_20 .more,
    article.post_ogg_20 .blh-share a:hover,
    article.post_ogg_20 .author a:hover,
    article.post_ogg_20 h1.title a:hover,
    article.post_ogg_23 .more,
    article.post_ogg_23 .blh-share a:hover,
    article.post_ogg_23 .author a:hover,
    article.post_ogg_23 h1.title a:hover,
    article.post_ogg_26 .more,
    article.post_ogg_26 .blh-share a:hover,
    article.post_ogg_26 .author a:hover,
    article.post_ogg_26 h1.title a:hover,
    article.post_ogg_29 .more,
    article.post_ogg_29 .blh-share a:hover,
    article.post_ogg_29 .author a:hover,
    article.post_ogg_29 h1.title a:hover {
        color: rgb(243,43,76) !important;
    }

/* */

article.post_ogg_3,
article.post_ogg_6,
article.post_ogg_9,
article.post_ogg_12,
article.post_ogg_15,
article.post_ogg_18,
article.post_ogg_21,
article.post_ogg_24,
article.post_ogg_27,
article.post_ogg_30 {
    border-bottom-color: rgb(149,54,182);
}

article.post_ogg_3 .blh-share .blh_share_cont a:hover,
article.post_ogg_6 .blh-share .blh_share_cont a:hover,
article.post_ogg_9 .blh-share .blh_share_cont a:hover,
article.post_ogg_12 .blh-share .blh_share_cont a:hover,
article.post_ogg_15 .blh-share .blh_share_cont a:hover,
article.post_ogg_18 .blh-share .blh_share_cont a:hover,
article.post_ogg_21 .blh-share .blh_share_cont a:hover,
article.post_ogg_24 .blh-share .blh_share_cont a:hover,
article.post_ogg_27 .blh-share .blh_share_cont a:hover,
article.post_ogg_30 .blh-share .blh_share_cont a:hover,
article.post_ogg_3 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_6 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_9 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_12 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_15 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_18 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_21 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_24 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_27 .blh-share .blh_share_cont a.btn_blhlike.liked,
article.post_ogg_30 .blh-share .blh_share_cont a.btn_blhlike.liked {
    background-color: rgb(149,54,182) !important;
}

    article.post_ogg_3 .post-content .more:after,
    article.post_ogg_6 .post-content .more:after,
    article.post_ogg_9 .post-content .more:after,
    article.post_ogg_12 .post-content .more:after,
    article.post_ogg_15 .post-content .more:after,
    article.post_ogg_18 .post-content .more:after,
    article.post_ogg_21 .post-content .more:after,
    article.post_ogg_24 .post-content .more:after,
    article.post_ogg_27 .post-content .more:after,
    article.post_ogg_30 .post-content .more:after {
        border-top-color: rgb(149,54,182);
    }

    article.post_ogg_3 .meta,
    article.post_ogg_3 .entry a,
    article.post_ogg_6 .meta,
    article.post_ogg_6 .entry a,
    article.post_ogg_9 .meta,
    article.post_ogg_9 .entry a,
    article.post_ogg_12 .meta,
    article.post_ogg_12 .entry a,
    article.post_ogg_15 .meta,
    article.post_ogg_15 .entry a,
    article.post_ogg_18 .meta,
    article.post_ogg_18 .entry a,
    article.post_ogg_21 .meta,
    article.post_ogg_21 .entry a,
    article.post_ogg_24 .meta,
    article.post_ogg_24 .entry a,
    article.post_ogg_27 .meta,
    article.post_ogg_27 .entry a,
    article.post_ogg_30 .meta,
    article.post_ogg_30 .entry a {
        background: rgb(149,54,182);
    }

    article.post_ogg_3 .more,
    article.post_ogg_3 .blh-share a:hover,
    article.post_ogg_3 .author a:hover,
    article.post_ogg_3 h1.title a:hover,
    article.post_ogg_6 .more,
    article.post_ogg_6 .blh-share a:hover,
    article.post_ogg_6 .author a:hover,
    article.post_ogg_6 h1.title a:hover,
    article.post_ogg_9 .more,
    article.post_ogg_9 .blh-share a:hover,
    article.post_ogg_9 .author a:hover,
    article.post_ogg_9 h1.title a:hover,
    article.post_ogg_12 .more,
    article.post_ogg_12 .blh-share a:hover,
    article.post_ogg_12 .author a:hover,
    article.post_ogg_12 h1.title a:hover,
    article.post_ogg_15 .more,
    article.post_ogg_15 .blh-share a:hover,
    article.post_ogg_15 .author a:hover,
    article.post_ogg_15 h1.title a:hover,
    article.post_ogg_18 .more,
    article.post_ogg_18 .blh-share a:hover,
    article.post_ogg_18 .author a:hover,
    article.post_ogg_18 h1.title a:hover,
    article.post_ogg_21 .more,
    article.post_ogg_21 .blh-share a:hover,
    article.post_ogg_21 .author a:hover,
    article.post_ogg_21 h1.title a:hover,
    article.post_ogg_24 .more,
    article.post_ogg_24 .blh-share a:hover,
    article.post_ogg_24 .author a:hover,
    article.post_ogg_24 h1.title a:hover,
    article.post_ogg_27 .more,
    article.post_ogg_27 .blh-share a:hover,
    article.post_ogg_27 .author a:hover,
    article.post_ogg_27 h1.title a:hover,
    article.post_ogg_30 .more,
    article.post_ogg_30 .blh-share a:hover,
    article.post_ogg_30 h1.title a:hover {
        color: rgb(149,54,182) !important;
    }

/* */

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

/* POST & PAGE INSIDE */

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

.post-inside article,
.page-inside article {
    width: auto;
    font-size: 15px;
    line-height: 20px;
    border: 0 none;
    float: none;
    margin: 0 20px 0 0;
    box-shadow: none;
}

    .post-inside article .post-content,
    .page-inside article .post-content {
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
    }

        .post-inside article .post-content:after,
        .page-inside article .post-content:after {
            left: 90.3%;
        }

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

    .post-inside .blh-share:not(.top-share),
    .page-inside .blh-share:not(.top-share) {
        margin: 0;
        position: absolute;
        top: 25px;
        right: 12px;
    }

    .post-inside .blh-share.blh-fb-like,
    .page-inside .blh-share.blh-fb-like {
        display: block;
        top: auto;
        bottom: 44px;
        left: 0;
        right: auto;
    }

    .post-inside h1.title,
    .page-inside h1.title {
        max-width: 445px;
        padding: 12px 0 0 0;
        margin: 0 0 2px 12px;
    }

    .post-inside h2.subtitle,
    .page-inside h2.subtitle {
        display: block;
        font-size: 20px;
        line-height: 24px;
        margin: 10px 12px 0;
        font-family: Arimo;
    }

    .post-inside .meta,
    .page-inside .meta {
        top: -24px;
    }

    .post-inside .comment-it,
    .page-inside .comment-it {
        display: block;
    }

    .post-inside .blh-share-bottom,
    .page-inside .blh-share-bottom {
        display: none;
    }

    .post-inside .tags,
    .page-inside .tags {
        background: #45413f;
        font-size: 14px;
        max-width: 460px;
        padding: 1px 9px 1px 12px;
        display: none;
    }

        .post-inside .tags a,
        .page-inside .tags a {
            color: #fff;
            padding: 0 3px 0 0;
        }

            .post-inside .tags a:hover,
            .page-inside .tags a:hover {
                color: rgb(54,127,181);
            }

    .post-inside blockquote,
    .page-inside blockquote {
        font-size: 24px;
        line-height: 28px;
        margin: 60px 50px;
    }

    .post-inside .post-other,
    .page-inside .post-other {
        background: #45413f;
        background: rgba(69, 65, 63, 0.29);
        padding: 25px 0 20px;
        width: 620px;
        color: #b2b1b0;
    }

    .post-inside div.blh-billboard-ad,
    .page-inside div.blh-billboard-ad {
        float: none;
        height: auto;
        margin: 0 0 25px;
    }

        .post-inside div.blh-billboard-ad iframe,
        .page-inside div.blh-billboard-ad iframe {
            box-shadow: none
        }

/* RELATED */

.related {
    margin: 0 10px 35px;
}

    .related h3 {
        background: rgb(149,54,182);
        color: #fff;
        display: inline-block;
        font-size: 22px;
        margin: 0 0 15px;
        line-height: 30px;
        padding: 2px 6px;
        font-family: Arimo;
                transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
    }

    .related li {
        float: none;
        display: inline-block;
        margin: 0 15px 0 0;
        width: 186px;
    }

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

        .related li:hover span {
            color: rgb(54,127,181);
        }

        .related li img {
            display: inline;
            width: 60px;
            height: 60px;
            vertical-align: middle;
                    transition: all 0.2s ease-in 0s;
            -webkit-transition: all 0.2s ease-in 0s;
        }

        .related li span {
            display: inline-block !important;
            color: #fff;
            font-size: 13px;
            line-height: 15px;
            margin: 0 0 0 10px;
            vertical-align: middle;
            width: 110px;
            overflow: hidden;
                    transition: all 0.2s ease-in 0s;
            -webkit-transition: all 0.2s ease-in 0s;
        }

        .related li:nth-child(3n) {
            margin: 0;
        }

    .related li + li + li + li {
        display: none;
    }

/* */

#ccol-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 310px;
}


#ccol-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 310px;
}

#ccol-side {
    margin: 60px 0 10px;
}

/* comments */

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

#followinglinks {
    margin: 20px 0 0 85px;
    font-size: 10px;
    line-height: 15px;
}

    #followinglinks .rss-img {
        display: none;
    }

    #followinglinks a {
        color: #d9d9d8;
    }

        #followinglinks a:hover {
            color: #fff;
        }


h3.comment-tracback-url,
h3.comment {
    background: rgb(54,127,181);
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 0 10px;
    padding: 2px 6px;
    font-family: Arimo;
            transform: rotate(2deg);
        -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}

.commentsBg {
    margin: 0 0 0 25px;
}

#linkback_container {
    margin: 0 0 20px;
}

    #linkback_container div.linkback {
        margin: 20px 50px 0 0 !important;
        padding: 0 0 10px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #linkback_container div.linkback .editComment a {
        color: #fff;
        font-size: 12px;
    }

.comment > span {
    display: block;
    font-size: 18px;
}

    .comment h1 {
        font-size: 16px;
        text-align: right;
        line-height: 14px;
        margin: 0 0 6px;
    }

        .comment h1 a {
            color: #fff;
        }

        .comment h1 .commentAuthor {
            float: left;
            font-family: Arimo;
        }

        .comment h1 .commentHeadURL {
            font-size: 0;
            line-height: 0;
            padding-right: 12px;
        }

            .comment h1 .commentHeadURL a {
                font-size: 16px;
            }


h3.comment {
    background: rgb(243,43,76);
            transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
}

h3.comment-tracback-url {
    background: rgb(54,127,181);
    margin: 0 0 15px 10px;
}

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

    .comment-disclaimer a {
        color: #d9d9d8;
    }

        .comment-disclaimer a:hover {
            color: #fff;
        }


#comment-form h3.comment {
    background: rgb(149,54,182);
    margin: 0 0 20px 10px;
    font-family: Arimo;
}

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


#comment_container .comment {
    margin: 0 50px 35px 0;
}

    #comment_container .comment div {
        background: none;
        padding: 0;
        font-weight: 200;
    }

        #comment_container .comment div img {
            border: 2px solid #45413f;
            margin: 0;
        }

        #comment_container .comment div .commentText {
            background: rgb(54,127,181);
            padding: 5px 9px;
            font-size: 15px;
            color: #fff;
            line-height: 19px;
        }

        #comment_container .comment div .commentFooter {
            font-size: 12px;
            padding: 3px 0 5px;
            margin: 0;
        }

            #comment_container .comment div .commentFooter a {
                color: #fff;
            }

        #comment_container .commentsBg .comment:nth-child(3n+1) .commentText {
            background: rgb(243,43,76);
        }

        #comment_container .commentsBg .comment:nth-child(3n+1) a:hover {
            color: rgb(243,43,76);
        }

        #comment_container .commentsBg .comment:nth-child(3n+2) .commentText {
            background: rgb(149,54,182);
        }

        #comment_container .commentsBg .comment:nth-child(3n+2) a:hover {
            color: rgb(149,54,182);
        }

        #comment_container .commentsBg .comment:nth-child(3n+3) .commentText {
            background: rgb(54,127,181);
        }

        #comment_container .commentsBg .comment:nth-child(3n+3) a:hover {
            color: rgb(243,43,76);
        }

    #comment_container .commentText {
        margin: 0;
    }


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

    .comment-container .avatar-content {
        position: absolute;
        top: -5px;
        left: 0;
    }

    .comment-container .replyComment a {
        background: none;
        padding-right: 0;
        text-decoration: none;
    }

    .comment-container .replyComment:before {
        content: none;
    }


.editComment > a {
    padding-right: 15px;
}

#commentForm {
    position: relative;
    margin: 0 50px 0 60px;
}

    #commentForm .info {
        text-align: right;
    }

        #commentForm .info img {
            float: left;
            margin: 4px 0 0;
        }

        #commentForm .info select {
            float: left;
            margin: 4px 0 0 1px;
        }

        #commentForm .info a {
            color: #fff;
            font-size: 15px;
        }

            #commentForm .info a:hover {
                color: #d9d9d8;
            }

    #commentForm textarea {
        width: 473px;
        height: 100px;
        padding: 5px;
        color: #b2b2b1;
        font: 15px/17px 'Arimo',sans-serif;
        border: 1px solid #3a3735;
        resize: none;
    }

    #commentForm .submit {
        background: rgb(54,127,181);
        border: 2px solid #3a3735;
        border: 2px solid rgba(69, 65, 63, 0.8);
        color: #fff;
        display: block;
        float: right;
        cursor: pointer;
        margin: -16px 0 0;
        padding: 3px 8px;
        font-size: 14px;
    }

        #commentForm .submit:hover {
            background: rgb(149,54,182);
        }

    #commentForm .input {
        font-size: 15px;
    }

    #commentForm .avatar-outer-border-small,
    #commentForm .avatar-inner-border-small,
    #commentForm .the-avatar-small {
        width: 50px;
        height: 50px;
    }

    #commentForm .avatar-outer-border-small {
        position: absolute;
        top: 0;
        left: -60px;
    }

        #commentForm .avatar-outer-border-small img {
            border: 2px solid #45413f;
            margin: 0;
        }

    #commentForm .info-inner {
        margin: 0 0 5px;
    }

.display-counter-container {
    position: relative;
    top: 4px;
    left: 44px;
}

input#fbcheck + label {
    top: -16px;
    line-height: 0;
}

/* SIDEBAR */

.box {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    margin: 0 0 30px;
}

    .box > h3 {
        background: rgb(54,127,181);
        display: inline-block;
        color: #fff;
        line-height: 30px;
        font-size: 22px;
        margin: 0 0 10px;
        padding: 2px 6px;
        font-family: Arimo;
                transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
    }

    .box a {
        color: #fff;
    }

        .box a:hover {
            color: rgb(54,127,181);
        }

    .box .inbox {
        margin: 0 0 0 15px;
    }

    .box:nth-child(2n) h3 {
        background: rgb(149,54,182);
                transform: rotate(2deg);
            -ms-transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
    }

    .box:nth-child(3n) h3 {
        background: rgb(243,43,76);
                transform: rotate(-2deg);
            -ms-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
    }

.facebook-box .inbox {
    background: #fff;
}

/* */

.widget_search p {
    float: left;
    margin: 2px 8px 0 0;
}

.widget_search .SearchField {
    border: 1px solid #45413f;
    padding: 4px;
    width: 230px;
}

.widget_search .submit {
    background: rgb(54,127,181);
    display: block;
    float: left;
    border: 2px solid #3a3735;
    border: 2px solid rgba(69, 65, 63, 0.8);
    border-radius: 100px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    margin: 3px 0 0;
    cursor: pointer;
    padding: 3px 0;
    width: 33px;
    height: 32px;
}

    .widget_search .submit:hover {
        background: rgb(149,54,182);
    }

/* */

.widget_tags {
    font-size: 15px;
}

    .widget_tags .inbox {
        line-height: 18px;
    }

    .widget_tags a {
        margin: 0 6px 0 0;
    }

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

        .widget_tags a:nth-child(1n):hover {
            background: rgb(54,127,181);
        }

        .widget_tags a:nth-child(5n):hover {
            background: rgb(243,43,76);
        }

        .widget_tags a:nth-child(3n):hover {
            background: rgb(149,54,182);
        }

    .widget_tags span {
        display: none;
    }

/* */

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

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

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

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

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

/* */

.widget_archives {
    font-size: 14px;
}

    .widget_archives .inbox {
        margin: 0 0 0 15px;
        line-height: 18px;
    }

        .widget_archives .inbox a {
            float: left;
            margin: 1px 0 0;
        }

        .widget_archives .inbox li > span {
            color: #fff;
            float: left;
            margin: 1px 0 0 5px;
        }

        .widget_archives .inbox li {
            clear: both;
        }

            .widget_archives .inbox li:before {
                color: rgb(243,43,76);
                content: "\203A";
                float: left;
                font-size: 24px;
                margin: 0 3px 0 0;
            }

            .widget_archives .inbox li:nth-child(1n):before {
                color: rgb(243,43,76);
            }

            .widget_archives .inbox li:nth-child(2n):before {
                color: rgb(54,127,181);
            }

            .widget_archives .inbox li:nth-child(3n):before {
                color: rgb(149,54,182);
            }

/* */

.widget_externalfeed li,
.widget_comments li {
    margin: 0 0 12px;
}

.widget_comments a {
    display: block;
    opacity: 0.7;
}

.widget_comments strong {
    color: rgb(243,43,76);
}

/* */

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

    #right-side .social-box a {
        display: inline-block;
        background: url(https://m.blog.hu/skins/hipster/img/elements.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        width: 34px;
        height: 34px;
        margin: 0 3px;
    }

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

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

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

            #right-side .social-box a.pinterest:hover {
                background-position: -107px -86px;
            }

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

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

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

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

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

            #right-side .social-box a.twitter:hover {
                background-position: -72px -86px;
            }

/* PAGER */

#pager {
    background: rgba(0, 0, 0, 0.5);
    margin: 80px 0 0;
    padding: 5px;
    text-align: center;
    font-family: Arimo;
}

    #pager .prev {
        float: left;
    }

        #pager .prev a:before {
            content: "‹";
            font-family: "Arimo", sans-serif;
            float: left;
            font-size: 44px;
            line-height: 18px;
            margin: 0 10px 0 0;
            font-weight: 400;
        }

    #pager .next {
        float: right;
    }

        #pager .next a:after {
            content: "›";
            font-family: "Arimo", sans-serif;
            float: right;
            font-size: 44px;
            line-height: 18px;
            margin: 0 0 0 10px;
            font-weight: 400;
        }


    #pager a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }

        #pager a:hover {
            color: #a29d98;
        }
