@charset "UTF-8";

/* CSS Document */

body {
    background-color: #efefef;
    filter: alpha(opacity=0);
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    font-family: Microsoft\ JhengHei, Arial;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

body.is-finish {
    visibility: visible;
    opacity: 1;
}

body.is-menu-covered{
    height: 100vh;
    overflow: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .container {
        min-width: 320px;
        /*max-width: 2048px;*/
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.text-hint{
    color: #a0a0a0;
}

.fb-connect-btn{
    position: absolute;
    background: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    white-space: nowrap;
    width: 84px;
    border-radius: 3px;
    font-size: 11px;
    height: 20px;
    padding: 1px 0 0 3px;
}

.fb-connect-btn.with-margin{
    margin: 0px 0px 30px 10px;
}

.fb-block-cover{
    height: 100%;
    width: 120px;
    background: transparent;
    position: absolute;
    z-index: 12;
    cursor: pointer;
    display:none !IMPORTANT;
}

.fb-block-cover.full-width{
    width: 100%;
}

.navbar {
    min-width: 320px;
    min-height: 80px;
    /*max-width: 2048px;*/
    margin-bottom: 0;
}

.navbar-container {
    position: relative;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-brand {
    height: 80px;
    padding: 0;
    padding-left: 40px;
}

.navbar-img {
    width: 80%;
}

.navbar-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    height: 100px;
}

.navbar-menu-img {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 120px) and (max-width: 360px) {
    .navbar-brand {
        height: 80px;
        padding: 0;
        padding-left: 0;
    }
    .navbar-menu {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 10px;
        /*remove the cover of menu of home button*/
        /*width:300px;*/
        height: 100px;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .navbar-brand {
        height: 80px;
        padding: 0;
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-menu-img {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-menu-img {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .navbar-menu-img {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 0px dashed;
    border-bottom: 0px solid \9;
}

.navbar-notification {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    background-color: #000000;
}

@media (min-width: 768px) {
    .navbar-notification {
        display: block;
    }
    /*.navbar-menu {
        top: 60px;
    }*/
    .navbar-img-notification {
        position: relative;
        float: left;
        left: -375px;
        margin-left: 50%;
    }
}

@media (min-width: 992px) {
    .navbar-notification {
        display: block;
    }
    /*.navbar-menu {
        top: 60px
    }*/
    .navbar-img-notification {
        position: relative;
        float: left;
        left: -375px;
        margin-left: 50%;
    }
}

@media (min-width: 1200px) {
    .navbar-notification {
        display: block;
    }
    /*.navbar-menu {
        top: 60px
    }*/
    .navbar-img-notification {
        position: relative;
        float: left;
        left: -375px;
        margin-left: 50%;
    }
}

.glyphicon-chevron-left {
    padding: 6px;
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right {
    padding: 6px;
}

@media (min-width: 768px) {
    .glyphicon-chevron-right {
        left: -10px;
    }
}

.glyphicon-chevron-right:before {
    content: "";
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}

.nav > li {
    position: relative;
    display: block;
}

a:hover {
    color: #777;
    /*background-color: #e7e7e7;*/
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #FFF;
}

.navbar-toggle {
    background-color: #333;
}

.navbar-collapse {
    float: right;
}

.navbar-fixed-top {
    box-shadow: 0px 5px 10px rgba(122, 122, 122, 0.5);
}

.thumbnail-post img {
    width: 100%;
}

#header-content{
    
}

.profile-page [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.profile-page .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.profile-page .content-header-image img {
    width: 100%;
}

.profile-page .content-container {
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 290px;
    /*max-width: 2048px;*/
}

.filter-page .main-container {
    margin-top: 100px;
}

.filter-page .content-container {
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 290px;
    /*max-width: 2048px;*/
}

.filter-page .filter-criteria{
    height:50px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:20px;
    color:#4d4d4d;
}

.filter-page .filter-criteria>div{
    display: inline-block;
    margin: 0 5px;
}

.content-header-cover {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0px 3px 10px rgba(122, 122, 122, 0.5);
    background-color: #FFF;
    min-width: 320px;
}

.content-header {
    position: relative;
    float: left;
    width: 40%;
}

.content-header-image {
    position: relative;
    float: left;
    width: 100%;
}

.content-header-image-over {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.content-detail {
    position: relative;
    float: left;
    width: 60%;
    padding: 10px 10px 60px 10px;
}

.content-detail-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 35px;
    margin: 5px;
}

.content-detail-menu-menu-img {
    position: relative;
    float: right;
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-right: 15px;
    cursor: pointer;
}

.content-detail-menu-home-img {
    position: relative;
    float: right;
    width: 35px;
    height: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 50px;
    cursor: pointer;
}

.content-detail-title {
    position: relative;
    /*float: left;*/
    margin-top: 5px;
    /*width:100%;*/
    width: 60%;
    color: #4d4d4d;
    font-size: 26px;
    font-weight: 300;
    line-height: 26px;
    word-break: break-all;
}

.content-detail-type {
    position: relative;
    /*float: left;*/
    width: 100%;
    margin-top: 5px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 16px;
}

.content-detail-desc {
    display: none;
}

.content-detail-data-cover {
    position: relative;
    /*float: left;*/
    width: 100%;
    height: 22px;
    margin-top: 10px;
    font-size: 14px;
    color: #4d4d4d;
    overflow: hidden;
}

.content-detail-data-like-cover {
    position: relative;
    /*float: left;*/
    height: 21px;
    padding: 2px;
    padding-right: 2px;
    font-size: 12px;
    color: #8fbfa7;
    line-height: 17px;
}

.content-detail-data-like-text {
    position: relative;
    /*float: left;*/
    padding-left: 2px;
}

.content-detail-data-share-cover {
    position: relative;
    /*float: left;*/
    width: 70px;
    height: 21px;
    padding: 2px;
    padding-right: 2px;
    font-size: 12px;
    color: #8fbfa7;
    line-height: 17px;
    cursor: pointer;
}

.content-detail-data-share-text {
    position: relative;
    /*float: left;*/
    padding-left: 2px;
}

.content-detail-more {
    position: relative;
    /*float: left;*/
    width: 100%;
    margin-top: 10px;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

.content-detail-footer-cover {
    display: none;
}

.content-shop-detail{
    margin-top: 20px;
}

.content-shop-detail a{
    color: #333;
}

@media (min-width: 1px) and (max-width: 319px) {
    .content-detail-menu-home-img {
        position: relative;
        float: right;
        width: 35px;
        height: 35px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
        margin-right: 10px;
        cursor: pointer;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .content-header {
        position: relative;
        float: left;
        width: 40%;
    }
    .content-detail-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 35px;
        margin: 5px;
    }
    .content-detail-menu-menu-img {
        position: relative;
        float: right;
        width: 35px;
        height: 35px;
        padding: 8px;
    }
    .content-detail-menu-home-img {
        position: relative;
        float: right;
        width: 35px;
        height: 35px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
        margin-right: 10px;
        cursor: pointer;
    }
    .content-detail {
        position: relative;
        float: left;
        width: 60%;
        padding: 10px 10px 60px 10px;
    }
    .content-detail-title {
        position: relative;
        /*float: left;*/
        /*width:100%;*/
        width: 60%;
        color: #4d4d4d;
        font-size: 26px;
        font-weight: 300;
        line-height: 26px;
    }
    .content-detail-type {
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 5px;
        color: #4d4d4d;
        font-size: 16px;
        line-height: 16px;
    }
    .content-detail-desc {
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 10px;
        color: #4d4d4d;
        font-size: 14px;
        line-height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: none;
    }
    .content-detail-desc.active {
        display: block;
    }
    .content-shop-detail{
        display: none;
    }
    .content-shop-detail.active {
        display: block;
    }
    .content-detail-data-cover {
        position: relative;
        /*float: left;*/
        width: 100%;
        height: 22px;
        margin-top: 10px;
        font-size: 14px;
        color: #4d4d4d;
        overflow: hidden;
    }
    .content-detail-data-like-cover {
        position: relative;
        float: left;
        height: 21px;
        padding: 2px;
        padding-right 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-like-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
    .content-detail-data-share-cover {
        position: relative;
        float: left;
        width: 70px;
        height: 21px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-share-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
    .content-detail-more {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 10px;
        color: #4d4d4d;
        font-size: 14px;
        line-height: 14px;
        display: none;
    }
    .content-detail-more.active {
        display: block;
    }
    .content-detail-footer-cover {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-header {
        position: relative;
        float: left;
        width: 25%;
    }
    .content-detail-menu-menu-img {
        position: relative;
        float: right;
        width: 35px;
        height: 35px;
        padding: 8px;
        margin-right: 5px;
    }
    .content-detail-menu-home-img {
        position: relative;
        float: right;
        width: 35px;
        height: 35px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
        margin-right: 25px;
        cursor: pointer;
    }
    .content-detail {
        position: relative;
        float: left;
        width: 75%;
        padding: 10px 10px 60px 10px;
    }
    .content-detail-title {
        position: relative;
        /*float: left;*/
        margin-top: 10px;
        /*width:100%;*/
        width: 60%;
        color: #4d4d4d;
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
    }
    .content-detail-type {
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 10px;
        color: #4d4d4d;
        font-size: 18px;
        line-height: 18px;
    }
    .content-detail-desc {
        display: block;
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 10px;
        color: #4d4d4d;
        font-size: 14px;
        line-height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .content-detail-data-cover {
        display: block;
        position: relative;
        /*float: left;*/
        width: 100%;
        height: 22px;
        margin-top: 10px;
        font-size: 12px;
        color: #4d4d4d;
        overflow: hidden;
    }
    .content-detail-data-like-cover {
        position: relative;
        /*float: left;*/
        height: 21px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-like-text {
        position: relative;
        /*float: left;*/
        padding-left: 2px;
    }
    .content-detail-data-share-cover {
        position: relative;
        /*float: left;*/
        width: 100px;
        height: 21px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-share-text {
        position: relative;
        /*float: left;*/
        padding-left: 2px;
    }
    .content-detail-footer-cover {
        display: block;
        position: absolute;
        float: right;
        right: 0;
        bottom: 0;
        width: 75%;
        height: 60px;
    }
    .content-detail-footer-menu {
        position: relative;
        float: left;
    }
    .content-menu-desktop-img-cover {
        position: relative;
        float: right;
        width: 60px;
        height: 25px;
        cursor: pointer;
    }
    .content-menu-desktop-img {
        display: block;
        position: relative;
        left: 50%;
        margin-left: -10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-detail-footer-select {
        position: relative;
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-header {
        position: relative;
        float: left;
        width: 25%;
    }
    .content-detail {
        position: relative;
        float: left;
        width: 75%;
        padding: 10px 10px 60px 10px;
    }
    .content-detail-title {
        position: relative;
        /*float: left;*/
        margin-top: 10px;
        /*width:100%;*/
        width: 70%;
        color: #4d4d4d;
        font-size: 50px;
        font-weight: 300;
        line-height: 50px;
    }
    .content-detail-type {
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 10px;
        color: #4d4d4d;
        font-size: 20px;
        line-height: 20px;
    }
    .content-detail-desc {
        display: block;
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 20px;
        color: #4d4d4d;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .content-detail-data-cover {
        display: block;
        position: relative;
        /*float: left;*/
        width: 100%;
        height: 22px;
        margin-top: 10px;
        font-size: 12px;
        color: #4d4d4d;
        overflow: hidden;
    }
    .content-detail-data-like-cover {
        position: relative;
        /*float: left;*/
        height: 21px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-like-text {
        position: relative;
        /*float: left;*/
        padding-left: 2px;
    }
    .content-detail-data-share-cover {
        position: relative;
        /*float: left;*/
        width: 100px;
        height: 21px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-share-text {
        position: relative;
        /*float: left;*/
        padding-left: 2px;
    }
    .content-detail-footer-cover {
        display: block;
        position: absolute;
        float: right;
        right: 0;
        bottom: 0;
        width: 75%;
        height: 60px;
    }
    .content-detail-footer-menu {
        position: relative;
        float: left;
    }
    .content-menu-desktop-img-cover {
        position: relative;
        float: right;
        width: 80px;
        height: 60px;
        cursor: pointer;
    }
    .content-menu-desktop-img {
        display: block;
        position: relative;
        left: 50%;
        margin-left: -10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-detail-footer-select {
        position: relative;
        float: right;
    }
}

@media (min-width: 1200px) {
    .content-header {
        position: relative;
        float: left;
        width: 25%;
    }
    .content-detail {
        position: relative;
        float: left;
        width: 75%;
        padding: 10px 10px 60px 10px;
    }
    .content-detail-title {
        position: relative;
        /*float: left;*/
        /*width:100%;*/
        width: 80%;
        margin-top: 10px;
        color: #4d4d4d;
        font-size: 70px;
        font-weight: 300;
        line-height: 70px;
    }
    .content-detail-type {
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 10px;
        color: #4d4d4d;
        font-size: 30px;
        line-height: 30px;
    }
    .content-detail-desc {
        display: block;
        position: relative;
        /*float: left;*/
        width: 100%;
        margin-top: 20px;
        color: #4d4d4d;
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .content-detail-data-cover {
        display: block;
        position: relative;
        /*float: left;*/
        width: 100%;
        height: 22px;
        margin-top: 10px;
        font-size: 14px;
        color: #4d4d4d;
        overflow: hidden;
    }
    .content-detail-data-like-cover {
        position: relative;
        /*float: left;*/
        height: 21px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-like-text {
        position: relative;
        /*float: left;*/
        padding-left: 2px;
    }
    .content-detail-data-share-cover {
        position: relative;
        /*float: left;*/
        width: 100px;
        height: 21px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .content-detail-data-share-text {
        position: relative;
        /*float: left;*/
        padding-left: 2px;
    }
    .content-detail-footer-cover {
        display: block;
        position: absolute;
        float: right;
        right: 0;
        bottom: 0;
        width: 75%;
        height: 60px;
    }
    .content-detail-footer-menu {
        position: relative;
        float: left;
    }
    .content-menu-desktop-img-cover {
        position: relative;
        float: right;
        width: 80px;
        height: 60px;
        cursor: pointer;
    }
    .content-menu-desktop-img {
        display: block;
        position: relative;
        left: 50%;
        margin-left: -10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-detail-footer-select {
        position: relative;
        float: right;
    }
}

.content-menu-mobile {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
}

.content-menu-mobile-img-cover {
    position: relative;
    float: right;
    width: 25%;
    height: 60px;
}

.content-menu-mobile-img {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-menu-desktop-img {
    width: 20px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
}

#content-menu-list {
    background-image: url('../images/icon_list.png');
}

#content-menu-list.active {
    background-image: url('../images/icon_list_g.png');
}

#content-menu-post {
    background-image: url('../images/icon_post.png');
}

#content-menu-post.active {
    background-image: url('../images/icon_post_g.png');
}

@media (min-width: 768px) {
    .content-detail-more {
        display: none;
    }
    .content-menu-mobile {
        display: none;
    }
    .content-menu-mobile-img {
        display: none;
    }
}

.thumbnail-over {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    min-height: 400px;
}

.thumbnail-over-promo {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.thumbnail {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 0px solid #fff;
    border-radius: 0px;
    /*-webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;*/
    cursor: pointer;
}

.thumbnail-detail {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #FFF;
}

.thumbnail-detail-promo {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
}

.thumbnail-over-post {
    position: relative;
    float: left;
    width: 80%;
    height: 100%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.thumbnail-profile {
    position: relative;
    float: left;
    padding-bottom: 6px;
    width: 100%;
}

.thumbnail-profile-img {
    display: inline-block;
    position: relative;
    width: 10%;
    cursor: default;
    vertical-align: top;
}

.post-view .thumbnail-profile-img {
    vertical-align: top;
}

.thumbnail-profile-img img {
    width: 100%;
}

.thumbnail-profile-name {
    position: relative;
    float: left;
    padding-left: 20px;
    width: 80%;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
}

.thumbnail-profile-name-act {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
    vertical-align: top;
    min-height: 26px;
    max-height: 26px;
}

.post-view .thumbnail-profile-name-act,
.black-box .thumbnail-profile-name-act {
    width: 88%;
    padding: 0px 10px;
}

.thumbnail-post {
    position: relative;
    float: left;
    width: 60%;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 0px solid #fff;
    border-radius: 0px;
    /*-webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;*/
    cursor: pointer;
}

.thumbnail-detail-post {
    position: relative;
    float: left;
    width: 40%;
    padding: 10px;
    background-color: #FFF;
}

.thumbnail-detail-comment-post {
    position: relative;
    float: left;
}

.thumbnail-desc-content-post {
    position: relative;
    float: left;
    margin-top: 10px;
    /*margin-bottom: 50px;*/
    width: 100%;
    font-size: 14px;
    color: #4d4d4d;
    overflow: visible;
    line-height: 22px;
    word-break: break-word;
}

.lazy {
    display: none;
}

.center-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
}

.center-area:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.centered {
    display: inline-block;
    vertical-align: middle;
}

.thumbnail .img {}

.broun-block {
    /*background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);*/
    padding-bottom: 34px;
}

.block-text {
    color: #626262;
    padding: 0;
}

.block-text a {
    color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.mark {
    position: absolute;
    float: left;
    bottom: 0px;
    margin: 30px;
    padding: 10px;
    background-color: #8fbfa7;
    cursor: pointer;
}

.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

.sprite {}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}

.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}

.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.ab {
    position: absolute;
}

.thumbnail-img {
    position: relative;
    float: left;
    width: 30%;
}

.thumbnail-data-cover, .thumbnail-data-cover-post {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    font-size: 14px;
    color: #4d4d4d;
}

.thumbnail-data-cover .fb-like, .thumbnail-data-cover-post .fb-like{
    padding: 0 10px;
}

.thumbnail-desc {
    position: relative;
    float: right;
    width: 100%;
}

.thumbnail-desc-cover {
    position: relative;
    float: left;
    width: 100%;
}

.thumbnail-desc-title {
    float: left;
    text-overflow: ellipsis;
    word-break: break-word;
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 32px;
    font-size: 20px;
    font-weight: 200;
}

.thumbnail-desc-name {
    position: relative;
    float: left;
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 38px;
    font-size: 18px;
    font-weight: 200;
}

.thumbnail-desc-date-cover {
    position: relative;
    float: left;
    height: 38px;
    font-size: 14px;
    color: #4d4d4d;
}

.thumbnail-desc-date {
    position: relative;
    float: right;
    width: 50%;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 38px;
    text-align: right;
    padding-right: 0;
}

.thumbnail-desc-icon {
    position: relative;
    float: right;
    width: 50%;
    height: 38px;
    padding: 10px 10px 10px 0;
}

.thumbnail-desc-content {
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #4d4d4d;
    word-break: break-word;
}

.thumbnail-desc-content p{
    line-height: 2;
    margin:0px;
}

.thumbnail-desc-content-promo {
    position: relative;
    float: left;
    width: 100%;
    height: 24px;
    font-size: 12px;
    color: #4d4d4d;
    word-break: break-word;
}

.thumbnail-desc-content:after {
    /* content:"..."; */
    /* position:absolute; */
    /* bottom:0; */
    /* right:0; */
    /* padding-left: 1px; */
    /* padding-right: 1px; */
    /* background-color: #FFFFFF; */
}

.thumbnail-desc-content-tag, .thumbnail-desc-content-tag-post{
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #4d4d4d;
    margin-top: 10px;
    word-break: break-word;
}

.thumbnail-desc-content-tag a, .thumbnail-desc-content-tag-post a{
    color: #4d4d4d;
}

.thumbnail-desc-link-cover, .thumbnail-desc-link-cover-post {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}

.thumbnail-desc-link {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    background-color: #8fbfa7;
    cursor: pointer;
}

.thumbnail-desc-link-icon {
    display: table-cell;
    position: relative;
    float: left;
    /*width: 40%;*/
    height: 50px;
    padding: 12px;
}

.thumbnail-desc-link-content {
    position: relative;
    /*float: left;*/
    /*width: 60%;*/
    width: 100%;
    height: 50px;
    /*padding: 10px 10px 10px 5px;*/
    display: table;
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    text-align: left;
}

.thumbnail-desc-link-content .content{
    /*display: table-cell;
    vertical-align: middle;*/
    display: table;
    margin: 0 auto;
}

.thumbnail-desc-link-text{
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;
}

.thumbnail-data-like-cover {
    position: relative;
    float: left;
    height: 25px;
    padding: 2px;
    padding-right: 5px;
    font-size: 12px;
    color: #8fbfa7;
    line-height: 17px;
    overflow: hidden;
}

.thumbnail-data-like-text {
    position: relative;
    float: left;
    padding-left: 2px;
}

.thumbnail-data-share-cover {
    position: relative;
    float: left;
    height: 21px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #8fbfa7;
    line-height: 17px;
    cursor: pointer;
}

.thumbnail-data-share-text {
    position: relative;
    float: left;
    padding-left: 2px;
}

.content-container .thumbnail-desc-title{
    white-space: nowrap;
}

.navbar {
    min-width: 320px;
    min-height: 80px;
    /*max-width: 2048px;*/
    margin-bottom: 0;
}

.navbar-container {
    position: relative;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-brand {
    height: 80px;
    padding: 0;
    padding-left: 40px;
}

.navbar-img {
    width: 80%;
}

.navbar-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    height: 100px;
}

.navbar-menu .navbar-tab {
    position: relative;
    float: right;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-menu-img {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 120px) and (max-width: 360px) {
    .navbar-brand {
        height: 80px;
        padding: 0;
        padding-left: 0;
    }
    .navbar-menu {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 10px;
        /*remove the cover of menu of home button*/
        /*width:300px;*/
        height: 100px;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .navbar-brand {
        height: 80px;
        padding: 0;
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-menu-img {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-menu-img.wide-btn{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-menu-img {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-menu-img.wide-btn{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-menu-img {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-menu-img.wide-btn{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 0px dashed;
    border-bottom: 0px solid \9;
}

.navbar-notification {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    background-color: #000000;
}

@media (min-width: 768px) {
    .navbar-notification {
        display: block;
    }
    /*.navbar-menu {
        top: 60px;
    }*/
    .navbar-img-notification {
        position: relative;
        float: left;
        left: -375px;
        margin-left: 50%;
    }
}

@media (min-width: 992px) {
    .navbar-notification {
        display: block;
    }
    /*.navbar-menu {
        top: 60px
    }*/
    .navbar-img-notification {
        position: relative;
        float: left;
        left: -375px;
        margin-left: 50%;
    }
}

@media (min-width: 1200px) {
    .navbar-notification {
        display: block;
    }
    /*.navbar-menu {
        top: 60px
    }*/
    .navbar-img-notification {
        position: relative;
        float: left;
        left: -375px;
        margin-left: 50%;
    }
}

.black-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(33, 33, 33, 0.6);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}


.black-box .thumbnail-icon{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.black-box .black-box-cover {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.black-box .black-box-content {
    position: relative;
    width: 70%;
    max-width: 800px;
    margin-left: 15%;
    margin: 0 auto;
    margin-top: 20vh;
    height: 480px;
    background-color: rgba(255, 255, 255, 1);
}

.black-box .black-box-close {
    position: absolute;
    top: -23px;
    right: 2px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 8040;
    background-image: url('../images/xbtn_cross_w.png');
    background-repeat: no-repeat;
}

.black-box .black-box-pre-btn {
    position: relative;
    float: left;
    margin-left: -40px;
    top: 50%;
    margin-top: -32px;
    width: 21px;
    height: 65px;
    background-image: url(../images/xbtn_left.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.black-box .black-box-next-btn {
    position: relative;
    float: right;
    top: 50%;
    margin-top: -32px;
    margin-right: -35px;
    width: 21px;
    height: 65px;
    background-image: url(../images/xbtn_right.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.menu-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: -2000;
    opacity: 0;
    /*-webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    transition: all ease 0.8s;*/
}

.menu-cover.active {
    z-index: 2000;
    opacity: 1;
    overflow: auto;
}

.menu-close-cover {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.menu-close-btn {
    position: absolute;
    top: 10px;
    right: 26px;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    font-size: 18px;
}

.menu-selection-cover {
    position: relative;
    float: left;
    margin-top: 100px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    background-color: #FFFFFF;
}

.menu-selection-icon-cover {
    position: relative;
    float: left;
    margin-bottom: 50px;
    width: 150px;
    height: 80px;
    cursor: pointer;
}

.menu-selection-logo {
    margin-left: 20px;
}

.menu-selection-item {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}

.menu-selection-item-icon {
    position: relative;
    float: left;
}

.menu-selection-item-text {
    position: relative;
    float: left;
    font-size: 20px;
    color: #4d4d4d;
    line-height: 40px;
    text-align: left;
}

.menu-selection-icon {
    margin-left: 18px;
    padding: 10px;
}


.thumbnail-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.thumbnail-text {
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
    z-index: 2;
}

.thumbnail-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}

.thumbnail-over-pop-post {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.thumbnail-pop-post-container {
	position: relative;
    height: 100%;
    overflow: auto;
}

.thumbnail-pop-post {
    position: relative;
    float: left;
    width: 60%;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 0px solid #fff;
    border-radius: 0px;
    /*-webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;*/
    cursor: pointer;
    overflow: hidden;
}

.thumbnail-pop-post img{
    width: 100%;
}

.thumbnail-detail-pop-post {
    position: relative;
    float: left;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFF;
    overflow: auto;
}

.thumbnail-desc-content-pop-post {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 50px;
    width: 100%;
    font-size: 14px;
    color: #4d4d4d;
    overflow: visible;
    line-height: 22px;
    word-wrap: break-word;
    /*text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-box-orient: vertical;
   	-webkit-line-clamp: 2; 
   	line-height: 22px; 
   	max-height: 44px;*/
}

.thumbnail-desc-content-video-cover {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
}

.thumbnail-desc-content-video {
    position: relative;
    float: left;
    width: 100%;
}

.thumbnail-desc-content-videoplayer {
    position: relative;
    float: left;
    width: 230px;
    height: 150px;
    left: 50%;
    margin-left: -115px;
}

@media (min-width: 360px) and (max-width: 768px) {
	.black-box .black-box-content {
	    position: relative;
	    width: 70%;
	    margin-left: 15%;
	    margin-top: 5vh;
	    height: 90vh;
	    background-color: rgba(255, 255, 255, 1);
	}
    body.is-menu-covered.single-post-start-state{
        height: 100vh;
        overflow: hidden;
    }
    .black-box.active.single-post-start-state{
        visibility: visible;
        opacity: 1;
    }
    .thumbnail-post, .thumbnail-detail-post{
        width: 100%;
    }
	.thumbnail-pop-post{
		width: 100%;
	}
	.thumbnail-detail-pop-post{
		width: 100%;
	}
    .thumbnail-profile-name-act {
        width: 88%;
        padding: 0px 10px;
    }
    .thumbnail-desc-name {
        position: relative;
        float: left;
        width: 35%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 38px;
        font-size: 18px;
        font-weight: 200;
    }
    .thumbnail-desc-link-cover, .thumbnail-desc-link-cover-post {
        position: relative;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
    .thumbnail-desc-link {
        position: relative;
        float: left;
        width: 100%;
        height: 50px;
        background-color: #8fbfa7;
        cursor: pointer;
    }
    .thumbnail-desc-link-icon {
        position: relative;
        float: left;
        /*width: 40%;*/
        height: 50px;
        padding: 12px;
    }
    .thumbnail-desc-link-content {
        position: relative;
        /*float: left;*/
        /*width: 60%;*/
        height: 50px;
        /*padding: 10px 10px 10px 5px;*/
        font-size: 16px;
        color: #FFF;
        line-height: 30px;
        text-align: left;
    }
    .thumbnail-desc-date-cover {
        position: relative;
        float: left;
        height: 38px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-desc-date {
        position: relative;
        float: right;
        width: 50%;
        font-size: 14px;
        color: #4d4d4d;
        line-height: 38px;
        text-align: right;
        padding-right: 0;
    }
    .thumbnail-desc-icon {
        position: relative;
        float: right;
        width: 50%;
        height: 38px;
        padding: 10px 10px 10px 0;
    }
    .thumbnail-desc-content {
        position: relative;
        float: left;
        width: 100%;
        font-size: 14px;
        color: #4d4d4d;
        word-break: break-word;
        overflow: visible;
    }
    .thumbnail-desc-content-promo {
        position: relative;
        float: left;
        width: 100%;
        height: 28px;
        font-size: 12px;
        color: #4d4d4d;
        word-break: break-word;
    }
    .thumbnail-data-cover, .thumbnail-data-cover-post {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        margin-top: 50px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-data-like-cover {
        position: relative;
        float: left;
        height: 25px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
        overflow: hidden;
    }
    .thumbnail-data-like-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
    .thumbnail-data-share-cover {
        position: relative;
        float: left;
        height: 21px;
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .thumbnail-data-share-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body.is-menu-covered {
        height: 100vh;
        overflow: hidden;
    }
	.black-box .black-box-content {
	    position: relative;
	    width: 60%;
	    margin-left: 20%;
	    margin-top: 5vh;
	    height: 90vh;
	    background-color: rgba(255, 255, 255, 1);
	}
    .black-box.active {
        visibility: visible;
        opacity: 1;
    }
    .thumbnail-post, .thumbnail-detail-post{
        width: 100%;
    }
	.thumbnail-pop-post{
		width: 100%;
	}
	.thumbnail-detail-pop-post{
		width: 100%;
	}
    .thumbnail-profile-name-act {
        width: 88%;
        padding: 0px 10px;
    }
    .thumbnail-desc-name {
        position: relative;
        float: left;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 38px;
        font-size: 20px;
        font-weight: 200;
    }
    .thumbnail-desc-link-cover, .thumbnail-desc-link-cover-post {
        position: relative;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
    }
    .thumbnail-desc-link-cover{
        height: 50px;
    }
    .thumbnail-desc-link {
        position: relative;
        float: left;
        width: 100%;
        height: 50px;
        background-color: #8fbfa7;
        cursor: pointer;
    }
    .thumbnail-desc-link-icon {
        position: relative;
        float: left;
        /*width: 40%;*/
        height: 50px;
        padding: 14px;
    }
    .thumbnail-desc-link-content {
        position: relative;
        /*float: left;*/
        /*width: 60%;*/
        height: 50px;
        /*padding: 10px 10px 10px 5px;*/
        font-size: 16px;
        color: #FFF;
        line-height: 30px;
        text-align: left;
    }
    .thumbnail-desc-date-cover {
        position: relative;
        float: left;
        height: 38px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-desc-date {
        position: relative;
        float: right;
        width: 50%;
        font-size: 14px;
        color: #4d4d4d;
        line-height: 38px;
        text-align: right;
        padding-right: 0;
    }
    .thumbnail-desc-icon {
        position: relative;
        float: right;
        width: 50%;
        height: 38px;
        padding: 10px 10px 10px 0;
    }
    .thumbnail-desc-content-tag{
        display: none;
    }
    .content-container .thumbnail-desc-title {
        min-height: 30px;
        max-height: 30px;
    }
    .thumbnail-desc-content {
        position: relative;
        float: left;
        width: 100%;
        font-size: 14px;
        color: #4d4d4d;
        line-height: 24px;
        min-height: 48px;
        max-height: 48px;
        overflow: hidden;
        text-align: justify;
        word-break: break-word;
    }
    .thumbnail-desc-content *{
        font-size: 12px !IMPORTANT;
        margin: 0px !IMPORTANT;
        padding: 0px !IMPORTANT;
        line-height: 2 !IMPORTANT;
        border:none !IMPORTANT;
        color:#4d4d4d;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    }
    .thumbnail-desc-content-promo {
        position: relative;
        float: left;
        width: 100%;
        height: 48px;
        font-size: 12px;
        color: #4d4d4d;
        word-break: break-word;
    }
    .thumbnail-desc-content:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 1px;
        padding-right: 1px;
        background-color: #FFFFFF;
    }
    .thumbnail-data-cover, .thumbnail-data-cover-post {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        margin-top: 50px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-data-cover{
        display: none;
    }
    .black-box .thumbnail-data-cover, .black-box .thumbnail-data-cover-post {
        display: block;
    }
    .thumbnail-data-like-cover {
        position: relative;
        float: left;
        height: 25px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
        overflow: hidden;
    }
    .thumbnail-data-like-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
    .thumbnail-data-share-cover {
        position: relative;
        float: left;
        height: 21px;
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .thumbnail-data-share-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.is-menu-covered {
        height: 100vh;
        overflow: hidden;
    }
    .black-box.active {
        visibility: visible;
        opacity: 1;
    }
	.thumbnail-pop-post{
		height: 100%;
	}
	.thumbnail-detail-pop-post{
		height: 100%;
	}
    .thumbnail-desc-name {
        position: relative;
        float: left;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 38px;
        font-size: 20px;
        font-weight: 200;
    }
    .thumbnail-desc-link-cover, .thumbnail-desc-link-cover-post {
        position: relative;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
    }
    .thumbnail-desc-link-cover{
        height: 40px;
    }
    .thumbnail-desc-link {
        position: relative;
        float: left;
        width: 100%;
        height: 40px;
        background-color: #8fbfa7;
        cursor: pointer;
    }
    .thumbnail-desc-link-icon {
        position: relative;
        float: left;
        /*width: 40%;*/
        height: 40px;
        padding: 12px;
    }
    .thumbnail-desc-link-content {
        position: relative;
        /*float: left;*/
        /*width: 60%;*/
        height: 40px;
        /*padding: 10px 10px 10px 5px;*/
        font-size: 14px;
        color: #FFF;
        line-height: 20px;
        text-align: left;
    }
    .thumbnail-desc-date-cover {
        position: relative;
        float: left;
        height: 38px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-desc-date {
        position: relative;
        float: right;
        width: 50%;
        font-size: 10px;
        color: #4d4d4d;
        line-height: 38px;
        text-align: right;
        padding-right: 0;
    }
    .thumbnail-desc-icon {
        position: relative;
        float: right;
        width: 50%;
        height: 38px;
        padding: 10px 10px 10px 0;
    }
    .thumbnail-desc-content-tag{
        display: none;
    }
    .content-container .thumbnail-desc-title {
        min-height: 30px;
        max-height: 30px;
    }
    .thumbnail-desc-content {
        position: relative;
        float: left;
        width: 100%;
        font-size: 12px;
        color: #4d4d4d;
        /* word-break: break-word; */
        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* display: -webkit-box; */
        /* -webkit-box-orient: vertical; */
        /* -webkit-line-clamp: 2; */
        line-height: 24px;
        min-height: 48px;
        max-height: 48px;
        text-align: justify;
        word-break: break-word;
    }
    .thumbnail-desc-content *{
        font-size: 12px !IMPORTANT;
        margin: 0px !IMPORTANT;
        padding: 0px !IMPORTANT;
        line-height: 2 !IMPORTANT;
        border:none !IMPORTANT;
        color:#4d4d4d;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    }
    .thumbnail-desc-content-promo {
        position: relative;
        float: left;
        width: 100%;
        height: 48px;
        font-size: 12px;
        color: #4d4d4d;
        word-break: break-word;
    }
    .thumbnail-desc-content:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 1px;
        padding-right: 1px;
        background-color: #FFFFFF;
    }
    .thumbnail-data-cover, .thumbnail-data-cover-post {
        /*display: none;*/
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        margin-top: 50px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-data-cover{
        display: none;
    }
    .black-box .thumbnail-data-cover, .black-box .thumbnail-data-cover-post {
        display: block;
    }
    .thumbnail-data-like-cover {
        position: relative;
        float: left;
        height: 25px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
        overflow: hidden;
    }
    .thumbnail-data-like-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
    .thumbnail-data-share-cover {
        position: relative;
        float: left;
        height: 21px;
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .thumbnail-data-share-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
}

@media (min-width: 1200px) {
    body.is-menu-covered {
        height: 100vh;
        overflow: hidden;
    }
    .black-box.active {
        visibility: visible;
        opacity: 1;
    }
	.thumbnail-pop-post{
		height: 100%;
	}
	.thumbnail-detail-pop-post{
		height: 100%;
	}
    .thumbnail-desc-name {
        position: relative;
        float: left;
        width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 38px;
        font-size: 20px;
        font-weight: 200;
    }
    .thumbnail-desc-link-cover, .thumbnail-desc-link-cover-post {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
    .thumbnail-desc-link-cover{
        height: 40px;
    }
    .thumbnail-desc-link {
        position: relative;
        float: left;
        width: 100%;
        height: 40px;
        background-color: #8fbfa7;
        cursor: pointer;
    }
    .thumbnail-desc-link-icon {
        position: relative;
        float: left;
        /*width: 40%;*/
        height: 40px;
        padding: 12px;
    }
    .thumbnail-desc-link-content {
        position: relative;
        /*float: left;*/
        /*width: 60%;*/
        height: 40px;
        /*padding: 10px 5px 10px 5px;*/
        font-size: 14px;
        color: #FFF;
        line-height: 20px;
        text-align: left;
    }
    .thumbnail-desc-date-cover {
        position: relative;
        float: left;
        height: 38px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-desc-date {
        position: relative;
        float: right;
        width: 50%;
        font-size: 10px;
        color: #4d4d4d;
        line-height: 38px;
        text-align: right;
        padding-right: 0;
    }
    .thumbnail-desc-icon {
        position: relative;
        float: right;
        width: 50%;
        height: 38px;
        padding: 10px 10px 10px 0;
    }
    .thumbnail-desc-content *{
        font-size: 12px !IMPORTANT;
        margin: 0px !IMPORTANT;
        padding: 0px !IMPORTANT;
        line-height: 2 !IMPORTANT;
        border:none !IMPORTANT;
        color:#4d4d4d;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    }
    .thumbnail-desc-content-tag{
        display: none;
    }
    .thumbnail-desc-title {
        font-size: 17px;
    }
    .content-container .thumbnail-desc-title {
        min-height: 30px;
        max-height: 30px;
    }
    .thumbnail-desc-content {
        position: relative;
        float: left;
        width: 100%;
        font-size: 12px;
        color: #4d4d4d;
        /* word-break: break-word; */
        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* display: -webkit-box; */
        /* -webkit-box-orient: vertical; */
        /* -webkit-line-clamp: 2; */
        line-height: 2;
        min-height: 44px;
        max-height: 44px;
        text-align: justify;
        word-break: break-word;
    }
    .thumbnail-desc-content-promo {
        position: relative;
        float: left;
        width: 100%;
        height: 44px;
        font-size: 12px;
        color: #4d4d4d;
        word-break: break-word;
    }
    .thumbnail-desc-content:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 2px;
        padding-right: 2px;
        background-color: #FFFFFF;
    }
    .thumbnail-data-cover, .thumbnail-data-cover-post {
        /*display: none;*/
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        margin-top: 50px;
        font-size: 14px;
        color: #4d4d4d;
    }
    .thumbnail-data-cover{
        display: none;
    }
    .black-box .thumbnail-data-cover, .black-box .thumbnail-data-cover-post {
        display: block;
    }
    .thumbnail-data-like-cover {
        position: relative;
        float: left;
        height: 25px;
        padding: 2px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
        overflow: hidden;
    }
    .thumbnail-data-like-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
    .thumbnail-data-share-cover {
        position: relative;
        float: left;
        height: 21px;
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        color: #8fbfa7;
        line-height: 17px;
    }
    .thumbnail-data-share-text {
        position: relative;
        float: left;
        padding-left: 2px;
    }
}


.rel {
    position: relative;
}

.footer-cover {
    position: relative;
    float: left;
    width: 100%;
    height: 90px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.footer-left {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    font-size: 10px;
    color: gray;
    line-height: 40px;
    text-align: center;
    padding-left: 0;
}

.footer-right {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 10px;
    color: gray;
    line-height: 40px;
    text-align: center;
    padding-right: 0;
}

.footer-left a {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 10px;
    color: gray;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 320px) {
    .footer-left {
        width: 100%;
        height: 80px;
        text-align: center;
        padding-left: 0;
    }
    .footer-left a {
        margin-left: 25px;
        margin-right: 25px;
        font-size: 10px;
        color: gray;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }
    .footer-right {
        width: 100%;
        height: 40px;
        font-size: 10px;
        color: gray;
        line-height: 40px;
        text-align: center;
        padding-right: 0;
    }
}

@media (min-width: 500px) {
    .footer-left {
        width: 100%;
        height: 80px;
        padding-left: 0;
        text-align: center;
    }
    .footer-left a {
        font-size: 12px;
        text-align: center;
    }
    .footer-right {
        width: 100%;
        height: 40px;
        font-size: 12px;
        text-align: center;
        padding-right: 0;
    }
}


/*icon style*/

.thumbnail-icon {
    width: 11%;
    background: no-repeat right;
    position: relative;
    margin-right: 8px;
    background-size: 30px;
    float: right;
    z-index: 1;
}

.thumbnail-icon img {
    width: 100%
}

.thumbnail-icon-display {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*screen 1700px to 1300px*/

@media screen and (max-width: 1700px) and (min-width: 1300px) {
    .thumbnail-icon {
        width: 13%;
    }
}


/*screen 1299px to 1200px*/

@media screen and (max-width: 1299px) and (min-width: 1200px) {
    .thumbnail-icon {
        width: 16%;
    }
}


/*screen 992px to 1200px*/

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .thumbnail-icon {
        width: 16%;
    }
}


/*lightbox*/

#content-lightbox .thumbnail-icon {
    width: 11%;
}


