html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #393939;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a {
    color: #2b2b2b;
    transition: color .3s ease-in-out;
}
a:hover {
    color: #f63a4c;
    text-decoration: none;
    outline: none;
}

.header_top {
    background-color: #313131!important;
    min-height: 46px;
    padding: 3px 0;
}
#menu-topbar-navigation{
    display: flex;
    align-items: center;
}
#menu-topbar-navigation a {
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    max-height: 40px;
    display: block;
    padding: 0 12px;
}
#menu-topbar-navigation a:hover {
    color: #b1b1b1;
}
#menu-topbar-navigation li:first-child a{
    padding-left: 0;
}

.header-social-media {
    display: flex;
    align-items: center;
    border-right: 1px solid #434343;
    margin-right: 20px;
    padding-right: 20px
}
.header-social-media a {
    font-size: 16px;
    color: #fff;
    padding: 0 5px 0 15px;
}
.header-social-media a:hover {
    color: #b1b1b1;
}
.btn-login {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    padding: 0 15px!important;
    font-size: 11px!important;
    border-radius: 100px;
    margin-left: 20px;
    line-height: 24px;
}
.sh-header-top-date {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	top: -2px;
	position: relative
}
.sh-header-top-date-meta {
	display: inline-block;
	max-width: 24px;
	line-height: .45
}
.sh-header-top-date-month {
	font-size: 11px;
	text-transform: uppercase
}
.sh-header-top-date-year {
	font-size: 10px
}
.header_pc .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    overflow: hidden;
}
.header_pc .header .header-logo img {
    max-height: 160px;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba( 0,0,0,0.08 );
    border-bottom: 1px solid rgba( 0,0,0,0.08 );
}
.main-nav #menu-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-nav #menu-header > .menu-item {
    padding: 0 4px;
    height: 50px;
    position: relative;
}
.main-nav #menu-header > .menu-item:first-child {
    padding-left: 10px;
}
.main-nav #menu-header > .menu-item > a {
    display: block;
    padding: 5px 0;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
}
.main-nav #menu-header > .menu-item > a:after {
    font-family: 'simple-line-icons'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   position: relative;
    font-size: 90%;
    margin-left: 2px;
    content: "\e602";
}
.main-nav #menu-header > .menu-item > a:hover, .main-nav #menu-header > .menu-item.current-menu > a {
    font-size: 14px;
}
.main-nav .sub-menu {
    display: none;
    position: absolute;
    background: #232323;
    top: 100%;
    padding: 13px 0;
    width: 220px;
    z-index: 1000;
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: rgba(0,0,0,.15) 0px 7px 25px;
    margin-left: -26px;
}
.main-nav #menu-header > .menu-item:hover .sub-menu {
    display: block;
}
.main-nav #menu-header .sub-menu a {
    display: block;
    line-height: 24px;
    padding: 2px 24px;
    font-size: 13px;
    color: #8d8d8d;
        text-decoration: underline #d2202a;
}
.main-nav #menu-header .sub-menu a:hover {
    color: #313131;
}
.header-meta {
    display: flex;
}
.header-meta > a {
    line-height: 40px;
    padding: 10px;
    font-size: 18px;
}



/***Search modal***/
#modalSearch .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    max-width: 1200px;
}
#modalSearch .modal-dialog .modal-content {
    border: 0;
    border-radius: 200px;
}
#modalSearch .modal-dialog form {
    display: flex;
    align-items: center;
    padding: 0 50px;
    color: #9e9e9e;
    font-size: 24px;
}
#modalSearch input, #modalSearch button {
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
    color: #9e9e9e
}
#modalSearch input {
    color: #9e9e9e;
    flex-grow: 1;
    padding: 30px;
    font-weight: 300;
}
#modalSearch input:-webkit-input-placeholder { 
    color: #9e9e9e;
    font-style: italic;
}
#modalSearch button {
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 0;
}


.trending-container {
    padding: 15px 0;
    position: relative;
}
.trending-lead {
    font-size: 18px;
    border-right: 1px solid #eee;
    line-height: 1;
    font-style: italic;
    font-weight: 800;
    margin-right: 20px;
    padding: 0 21px 0 0;
    position: absolute;
    top: 22px;
}
.trending-container .owl-carousel {
    display: flex;
    align-items: center;
    padding-left: 140px;
}
.owl-carousel .owl-nav {
    display: flex;
    border: 1px solid #ededed;
    box-shadow: 0 5px 34px rgba(0,0,0,.07);
    padding: 5px 0;
    border-radius: 5px;
    width: 68px;
    flex-shrink: 0;
}
#wrapper .owl-carousel .owl-nav button {
    padding-left: 13px !important;
    padding-right: 13px !important;
    font-size: 1.5rem;
    line-height: 22px;
    font-weight: 300;
    outline: none;
    position: relative;
}
#wrapper .owl-carousel .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    height: 10px;
    top: 7px;
    right: -1px;
    width: 1px;
    background-color: #e3e3e3;
}
.trending-item {
    display: flex;
    align-items: center;
}
.trending-itemImg {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 20px;
}
.trending-itemImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.trending-itemTitle a {
    font-weight: 600;
    font-style: italic;
    color: #313131;
}

.h-60 {
    height: 60px;
}

.topNews {
    display: flex;
    flex-direction: row;
}
.topNews_1 {
    width: 50%;
    margin-bottom: 10px;
    height: 400px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background: center /cover;
}
.topNews_1:after {
    content: "";
    top: 70%!important;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(50,50,50,0) 0%,rgba(16,15,15,.91) 89%,rgba(16,15,15,.93) 93%)!important;
    transition: .2s all ease-in-out;
    opacity: .93;
    position: absolute;
    z-index: 1;
}
.topNews_container {
    position: relative;
    z-index: 2;
    padding: 10px 10px;
}
.newsCategory {
    margin-bottom: 12px;
}
.newsCategory a {
    background-color: rgba(28,28,28,.7);
    border-radius: 50px;
    padding: 4px 9px 5px;
    color: #fff;
    margin-right: 4px;
    font-size: 11px;
    font-style: italic;
    line-height: 100%;
    transition: all .3s ease-in-out;
}
.newsCategory a:hover {
    background-color: rgba(210,33,43,.7);
}
.topNews_1 .newsTitle a{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out;
}
.newsTitle a:hover {
    opacity: 0.8;
}
.newsMeta {
    padding: 8px 0;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
}
.newsMeta .newsMetaContainer > span:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,.14);
    width: 1px;
    top: 2px;
    bottom: 2px;
    right: -1px;
}
.newsMeta .newsMetaContainer > span:last-child:after {
    display: none;
}
.newsMeta .newsAuthor, .newsMeta .newsComment, .newsMeta .newsDate {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.newsMeta i {
    font-size: 15px;
    vertical-align: sub;
    margin-right: 8px;
}
.newsMeta .newsAuthor img {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 8px;
    display: inline-block;
}
.newsMeta .newsAuthor a {
    color: #fff;
}
.topNews_right {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    flex-shrink: 0;
}
.topNews_rightSmall, .topNews_rightMedium {
    padding-left: 10px;
    margin-bottom: 10px;
    flex-shrink: 0;
    height: 195px;
}
.topNews_rightWrapper {
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background: center /cover;
}
.topNews_rightWrapper:after {
    content: "";
    top: 50%!important;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(50,50,50,0) 0%,rgba(16,15,15,.91) 89%,rgba(16,15,15,.93) 93%)!important;
    transition: .2s all ease-in-out;
    opacity: .93;
    position: absolute;
    z-index: 1;
}
.topNews_rightWrapper .newsTitle a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out;
}
.topNews_rightMedium .newsTitle a {
    font-size: 18px;
}

.categoryTitle {
    border-bottom: 2px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.categoryTitle .categoryName { 
    position: relative;
    bottom: -2px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.categoryTitle .categoryName a {
    color: #393939;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
}
.categoryTitle .categorySub {
    padding-bottom: 0px;
    font-size: 12px;
}
.categoryTitle .categorySub a {
    color: #B1B1B1;
    margin-left: 10px;
}
.categoryTitle .categorySub a:hover {
    color: #393939;
}
.categoryTitle .categorySub a {
    color: #393939;
    font-weight: bold;
}

.newsItemsMini {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EEE;
}
.newsItemsMini:last-child {
    border: 0;
    margin-bottom: 0;
}
.newsItemsMini img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 8px;
}
.category_2 .newsTitle {
    color: #393939;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    transition: all .3s ease-in-out;
    
}
.category_2 .newsMeta, .post .newsMeta{
    color: #8d8d8d;
}
.category_2 .newsMeta .newsMetaContainer > span:after {
    background-color: rgba(0,0,0,.14);
}
.carouselHoz-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}
.carouselHoz-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}
.carouselHoz-item .newsTitle {
    font-size: 16px;
    line-height: 1.5;
}
.newsItemsBig {
    margin-bottom: 25px;
    padding-bottom: 25px;
/*    border-bottom: 1px solid #eee;*/
}
.newsItemsBigImg {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.newsItemsBigImg:after {
    content: "";
    display: block;
    padding-top: 60%;
}
.newsItemsBigImg img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.newsItemsBig .newsTitle {
    font-size: 18px;
}

.category .newsTitle a:hover, .category a:hover .newsTitle {
    color: #f63a4c !important;
}


.widget .categoryTitle .categoryName a{
    font-size: 16px;
}
.socialsItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #505050;
}
.socialsItem .socialIcon {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    background: #505050;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 3px 10px rgba(0,0,0,.2);
}
.ads_320x350 img {
    border-radius: 8px;
}

.subscribleInput {
    display: flex;
    padding: 10px 30px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid rgba( 0,0,0,0.08 );
}
.subscribleInput input, .subscribleInput button {
    background: transparent;
    border: 0;
    outline: none;
}
.subscribleInput input {
    flex: 1;
}
.subscribleInput button:after {
    content: "\e094";
    font-family: 'simple-line-icons';
    font-size: 18px;
    color: #505050;
    transition: .3s all ease-in-out;
}

#videoCarousel .topNews_1 {
    width: 600px;
}
#videoCarousel .owl-item {
    left: calc((100vw - 615px)/2);
}

footer {
    border-top: 1px solid #F1F1F1;
}
footer .nav-container {
    border-top: 0;
    margin-bottom: 40px;
}
.subFooter {
    background: #F5F5F5;
    padding: 30px 0;
    color: #505050;
}

#modalLogin .modal-dialog {
    width: 380px;
}
#modalLogin .modal-body {
    padding: 30px;
}
#modalLogin .nav-item {
    color: #adadad;
    font-size: 18px;
    font-weight: 600;
}
#modalLogin .nav-item.active {
    color: #505050;
}
#modalLogin .tab-content {
    padding: 1rem;
}
#modalLogin label {
    font-size: 12px;
    font-weight: 600;
    color: #8d8d8d;
}
#modalLogin input {
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    border-radius: 8px;
    height: auto;
    padding: 0.75rem 1rem;
}
#modalLogin button {
    font-size: 11px;
    font-weight: 700;
    padding: 0 26px;
    line-height: 40px;
    background-color: #505050;
    color: #fff;
    border: 0 solid #fff;
    border-radius: 100px;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
    outline: none;
}

.breadcrumd {
    background: #f5f5f5;
    padding: 30px 0;
    margin-bottom: 60px;
}
.breadcrumd h2.pageTitle {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    margin: 0;
}
.breadcrumbLevel a {
    color: #888;
}
.breadcrumbLevel a:hover {
    color: #393939;
}
.breadcrumbLevel a:after {
    content: "/";
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #888;
}

.categoryItem {
    display: flex;
    flex-direction: row;
}
.categoryItem .newsImg {
    position: relative;
    display: block;
}
.categoryItem .newsImg:after {
    content: "";
    display: block;
    padding-top: 60%;
}
.categoryItem .newsImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.categoryItem .newsTitle {
    font-size: 18px;
}
.btnLoadmore {
    padding: 27px;
    border: 1px solid #ededed;
    margin-top: 30px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 10px 50px rgba(0,0,0,.06);
}
.btnLoadmore:hover {
    color: #888;
}

.post .postTitle {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
}
.postImg img {
    width: 100%;
    border-radius: 8px;
}
.post .newsMeta .newsMetaContainer > span:after {
    background-color: rgba(0,0,0,.14)
}
.postContainer {
    position: relative;
}
.postShare {
    position: absolute;
    width: 80px;
}
.postContainer .postContent {
    padding-left: 80px;
}
.postShare {
    display: flex;
    flex-direction: column;
}
.postShare a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: .3s all ease-in-out;
}
.postShare a:hover {
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,.07);
}
.postShare i {
    font-size: 18px;
    color: #505050;
}
.postContent {
    font-size: 16px;
    line-height: 1.8;
}
/*.postRickText::first-letter {
    font-size: 48px!important;
    font-weight: 700;
    margin-right: 15px;
    line-height: 1;
    float: left;
    margin: 25px 35px;
}*/
.postRickText figure img {
    border-radius: 8px;
    max-width: 100%;
    margin-bottom: 0.75rem;
}
.postRickText figcaption {
    font-size: 12px;
}
.postRickText b, .postRickText strong, .postRickText h3, .postRickText h4, .postRickText h5 {
    font-weight: 700;
}
.postRickText h3, .postRickText h4, .postRickText h5 {
    margin-bottom: 1rem;
}
.postRickText ul {
    padding-left: 45px;
    margin-bottom: 1.5rem;
}
.postRickText ul li {
    list-style-type: disc;
    padding: 2px;
}
.postRickText blockquote {
    padding: 0 0 0 60px;
    font-style: italic;
    border-left-width: 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-align: left;
}
.postRickText blockquote:before {
    content: "”";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px;
    line-height: 0;
    margin-top: 6px;
    font-family: serif;
}
.postRickText blockquote:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 40px;
    bottom: 5px;
    width: 2px;
    background-color: #f63a4c;
}
.postRickText blockquote cite {
    display: block;
    color: #f63a4c;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
.postTagsContainer .post-tags:first-child {
    margin-top: 35px;
}
.post-tags-item {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    line-height: 18px;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #e0e0e0;
    color: #8d8d8d;
    transition: .3s all ease-in-out;
}
.post-tags-item.post-tags-item-title {
    font-weight: 700;
    background-color: #393939;
    color: #fff;
    border-color: #393939;
}
#videoPlayer {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
#videoPlayer:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
#videoPlayer > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.postVideo .postShare {
    position: static;
    flex-direction: row;
    width: auto;
}
.postVideo .postShare .shareLink {
    margin: 10px 10px 0 0;
}
.category_2 .newsTitle:hover {
    color: #f63a4c;
}
.nothingFound {
    display: flex;
    flex-direction: row;
    background-color: #f4f4f4;
    padding: 20px;
    margin-bottom: 60px;
}
.nothingFound .nothingFoundIcon {
    color: #505050;
    font-size: 26px;
    padding-right: 18px;
}
.nothingFound h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ad_midle img {
    max-width: 100% !important;
}
.sh-hamburger-menu {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 576px) {
    .h-60{
        display: none;
    }
    .owl-carousel1 .topNews_1 {
        width: 100% !important;
    }
    .header_pc .header .header-logo img {
            max-height: 60px;
    }
    .header_top {
        display: none;
    }
    .trending-container {
        display: none;
    }
    .topNews {
        padding-top: 24px;
        flex-wrap: wrap;
    }
    .topNews .topNews_1 {
        width: 100%;
        height: 250px;
    }
    .topNews_right {
        margin-left: -10px;
        width: 100%;
    }
    .categorySub {
        display: none;
    }
    .category.category_2 .topNews_1.w-100 {
        margin-bottom: 24px;
        height: 250px;
    }
    footer {
        padding-top: 30px;
    }
    footer .nav-container {
        display: none !important;
    }
    footer .col-md-3 {
        margin-bottom: 24px;
    }
    .postContainer .postContent {
        padding-left: 0;
    }
    .postShare {
        display: none;
    }
    .newsMetaContainer span {
        display: inline-block;
        margin-bottom: 5px;
    }
    .header-banner {
        display: none;
    }

    .sh-hamburger-menu {
        display: block;
        width: 18px;
        height: 18px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        margin: 0 14px;
    }
    .sh-hamburger-menu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #b5b5b5;
        border-radius: 0;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    .sh-hamburger-menu span:nth-child(1) {
        top: 0;
    }
    .sh-hamburger-menu span:nth-child(2), .sh-hamburger-menu span:nth-child(3) {
        top: 7px;
    }
    .sh-hamburger-menu span:nth-child(4) {
        top: 14px;
    }
    .sh-hamburger-menu.open span:nth-child(1) {
        top: 8px;
        width: 0;
        left: 50%;
    }
    .sh-hamburger-menu.open span:nth-child(2) {
        transform: rotate(45deg);
        width: 23px;
        left: -2px;
    }
    .sh-hamburger-menu.open span:nth-child(3) {
        transform: rotate(-45deg);
        width: 23px;
        left: -2px;
    }
    .sh-hamburger-menu.open span:nth-child(4) {
        top: 8px;
        width: 0;
        left: 50%;
    }

    .header-logo {
        margin: auto;
    }
    .nav-container, .main-nav #menu-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-container .main-nav {
        width: 100%;
    }
    .nav-container .header-meta {
        display: none;
    }
    .main-nav #menu-header > .menu-item:first-child {
        padding-left: 14px;
    }
    .main-nav #menu-header > .menu-item {
        height: auto;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
    }
    .main-nav #menu-header > .menu-item > a {
        padding: 10px 0;
    }
    .main-nav #menu-header > .menu-item > a:after {
        display: none;
    }
    .header_pc .header {
        border-bottom: 1px solid rgba( 0,0,0,0.08 );
    }
    .nav-container {
        display: none;
        border-top: 0;
    }
    .header_pc .nav-container.open {
        display: flex;
    }
    .main-nav .sub-menu {
        width: 100%;
        margin-left: -14px;
    }
    .breadcrumd .d-flex {
        flex-direction: column;
    }
}

.ads_320x350 img {
    max-width: 100% !important;
    height: auto !important;
}

.bottom-info {
    display: block;
    height: 50px;
    margin-bottom: 35px !important;    
}
.link-source-wrapper {
    width: auto;
    display: block;
    box-sizing: border-box;
    float: right;
    position: relative;
    padding-top: 15px;
    text-align: left;
    margin-bottom: 10px;
}
.link-source-wrapper {
    width: auto;
    display: block;
    box-sizing: border-box;
    float: right;
    position: relative;
    padding-top: 15px;
    z-index: 99;
}
.is-web {
    display: block;
}
.link-source-name {
    color: #888 !important;
    box-sizing: border-box;
    background: #F2F2F2;
    border-radius: 100px;
    padding: 9px 11px;
    display: block;
}
.link-source-wrapper .link-source-name * {
    font-family: arial;
    font-size: 12px;
    line-height: normal;
}
.link-source-name span {
    color: #444;
    font-weight: bold;
    font-size: 12px;
}
.link-source-name span.btn-copy-link-source {
    margin-left: 10px;
    opacity: .8;
    border: none !important;
}
}
.link-source-wrapper .link-source-name * {
    font-family: arial;
    font-size: 12px;
    line-height: normal;
}
.btn-copy-link-source.disable {
    opacity: .3;
}
.btn-copy-link-source.disable {
    opacity: .3;
}
 .link-source-wrapper.active .link-source-detail {
      display: block;
  }

  .link-source-wrapper .link-source-detail, .link-source-wrapper .link-source-detail * {
      font-family: arial;
      line-height: normal;
  }

  .link-source-detail {
      bottom: 45px;
  }

  .link-source-detail {
      display: none;
      background: rgba(0, 0, 0, 0.9);
      border-radius: 6px;
      width: 300px;
      max-width: 300px;
      position: absolute;
      right: 0;
      bottom: 45px;
      padding: 10px 12px;
      z-index: 9999;
  }

  span.link-source-detail-title {
      color: rgba(255, 255, 255, 0.8);
      font: normal 10px/11px Arial;
  }
.link-source-wrapper {
    width: auto;
    display: block;
    box-sizing: border-box;
    float: right;
    position: relative;
    padding-top: 15px;
    text-align: left;
    margin-bottom: 10px;
}
.link-source-full {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.link-source-full {
    font: normal 12px/14px Arial;
    color: #fff;
    display: block;
    margin-top: 5px;
    word-break: break-word;
    background: #ffffff29;
}

.link-source-detail .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -10px;
    right: 16px;
}

 .btn-copy-link-source.btncopy {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 1px 5px;
    line-height: 12px;
    pointer-events: none;
    opacity: .5;
    z-index: 9;
    position: relative;
    color: #fff;
    font-size: 11px;
    right: 0;
    float: right;
}
.link-source-detail.copy .btn-copy-link-source.btncopy {
    pointer-events: unset;
    opacity: 1;
}

.related-tags a {
  color: #666;
  background: #cccccc1f;
  padding: 3px 7px;
  margin-top: 0;
  border: solid 1px #c3c3c3;
  border-radius: 7px;
  font-size: 11px;
  margin: 3px 5px;
}