.panel-luuux-full .panel-body.panel-sub-header {
    background-color: #f2f2f2;
    padding: 10px 10px;
    line-height: 32px;
}


.panel-luuux-full h1 {
    font-size: 26px;
    margin-top: 7px;
}
.post-content {
    font-family: 'Sintony', "Helvetica Neue", Helvetica,Arial, sans-serif;
    font-size: 14px;
    color: #434343;
}
.panel-text a.abuse-link,
.panel-text a.abuse-link:hover {
    color: #434343;
    text-decoration: none;
}
.panel-luuux-full.panel-luuux-beauty .panel-text h1,
.panel-luuux-full.panel-luuux-beauty .panel-text a,
.panel-luuux-full.panel-luuux-beauty .panel-text a:hover,
.panel-luuux-full.panel-luuux-beauty .panel-color h1,
.container-beauty .panel-color h4,
.container-beauty .panel-color h5,
.container-beauty .panel-color h5 a,
.container-beauty .panel-color h5 a:hover,
.panel-luuux-full.panel-luuux-beauty .panel-color a,
.panel-luuux-full.panel-luuux-beauty .panel-color a:hover,
.post-universe-beauty {
    color: #fb323d;
}
.panel-luuux-full.panel-luuux-fashion .panel-text h1,
.panel-luuux-full.panel-luuux-fashion .panel-text a,
.panel-luuux-full.panel-luuux-fashion .panel-text a:hover,
.panel-luuux-full.panel-luuux-fashion .panel-color h1,
.container-fashion .panel-color h4,
.container-fashion .panel-color h5,
.container-fashion .panel-color h5 a,
.container-fashion .panel-color h5 a:hover,
.panel-luuux-full.panel-luuux-fashion .panel-color a,
.panel-luuux-full.panel-luuux-fashion .panel-color a:hover,
.post-universe-fashion {
    color: #da3a93;
}
.panel-luuux-full.panel-luuux-gossip .panel-text h1,
.panel-luuux-full.panel-luuux-gossip .panel-text a,
.panel-luuux-full.panel-luuux-gossip .panel-text a:hover,
.panel-luuux-full.panel-luuux-gossip .panel-color h1,
.container-gossip .panel-color h4,
.container-gossip .panel-color h5,
.container-gossip .panel-color h5 a,
.container-gossip .panel-color h5 a:hover,
.panel-luuux-full.panel-luuux-gossip .panel-color a,
.panel-luuux-full.panel-luuux-gossip .panel-color a:hover,
.post-universe-gossip {
    color: #0599e7;
}
.panel-luuux-full.panel-luuux-design .panel-text h1,
.panel-luuux-full.panel-luuux-design .panel-text a,
.panel-luuux-full.panel-luuux-design .panel-text a:hover,
.panel-luuux-full.panel-luuux-design .panel-color h1,
.container-design .panel-color h4,
.container-design .panel-color h5,
.container-design .panel-color h5 a,
.container-design .panel-color h5 a:hover,
.panel-luuux-full.panel-luuux-design .panel-color a,
.panel-luuux-full.panel-luuux-design .panel-color a:hover,
.post-universe-design {
    color: #ff8000;
}
.panel-luuux-full.panel-luuux-food .panel-text h1,
.panel-luuux-full.panel-luuux-food .panel-text a,
.panel-luuux-full.panel-luuux-food .panel-text a:hover,
.panel-luuux-full.panel-luuux-food .panel-color h1,
.container-food .panel-color h4,
.container-food .panel-color h5,
.container-food .panel-color h5 a,
.container-food .panel-color h5 a:hover,
.panel-luuux-full.panel-luuux-food .panel-color a,
.panel-luuux-full.panel-luuux-food .panel-color a:hover,
.post-universe-food {
    color: #00c6a4;
}

.comment-profile-img {
    max-width: 80px;
}
.post-content-justify {
    text-align: justify;
    text-justify: inter-word;
}

div.carousel-wrapper {
    position: relative;
}
div.carousel-wrapper div.carousel-outer {
    float: left;
    display: inline-block;
    width: 75%;
}

div.carousel-wrapper div.share-box div.share-box-inner div.post-counters {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 25%;
    word-break: break-all;
    padding-right: 15px;
}
.margin-box {
    margin-left: 15px;
}
div.carousel-wrapper div.share-box div.share-box-inner {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
div.carousel-wrapper div.share-box {
    float: left;
    display: inline-block;
    width: 25%;
}

.bordered-box {
    border: 1px solid #434343;
}
#full-bookmark-post-form button {
    font-size: 32px;
}
.panel-relative {
    margin-bottom: 20px;
}

#carousel-post-full .carousel-control span {
    margin-top: -10px;
}

#carousel-post-full .carousel-control {
    bottom: inherit;
    top: 119px;
    width: 80px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.5);
}

#carousel-post-full .carousel-control.left {
    -webkit-border-top-right-radius: 80px;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-radius-topright: 80px;
    -moz-border-radius-bottomright: 80px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    background-image: none;
}
#carousel-post-full .carousel-control.right {
    -webkit-border-top-left-radius: 80px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius-topleft: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    background-image: none;
}