﻿.default .msearch-toolbar .textbox {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    outline: none;
    padding: 0 30px 0 10px;
    display: inline-block;
    vertical-align: unset;
    margin: 0;
}

.default .lawidget.search input.textbox {
    margin: 0;
}

@font-face {
    font-family: 'Lato';
    src: url('Fonts/Lato-Regular.ttf') format('truetype'), url('Fonts/Lato-Black.ttf') format('truetype'), url('Fonts/Lato-BlackItalic.ttf') format('truetype'), url('Fonts/Lato-Bold.ttf') format('truetype'), url('Fonts/Lato-BoldItalic.ttf') format('truetype'), url('Fonts/Lato-Hairline.ttf') format('truetype'), url('Fonts/Lato-HairlineItalic.ttf') format('truetype'), url('Fonts/Lato-Italic.ttf') format('truetype'), url('Fonts/Lato-Light.ttf') format('truetype'), url('Fonts/Lato-LightItalic.ttf') format('truetype'), url('Fonts/FontAwesome.otf') format('opentype');
}

@font-face {
    font-family: 'fontawesome';
    src: url('Fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('Fonts/fontawesome-webfont.svg') format('svg'), url('Fonts/fontawesome-webfont.ttf') format('truetype'), url('Fonts/fontawesome-webfont.woff') format('woff'), url('Fonts/FontAwesome.otf') format('opentype');
}

.default h1, .default h2, .default h3,
.default h4, .default h5, .default h6,
.default .ms-h1, .default .ms-h2, .default .ms-h3, .default .ms-h4,
.default .ms-h5, .default .ms-h6, html .default, body .default,
.default div, .default span, .default applet, .default object, .default iframe,
.default h1, .default h2, .default h3, .default h4, .default h5, .default h6, .default p,
.default blockquote, .default pre, .default a, .default abbr,
.default acronym, .default address, .default big,
.default cite, .default code, .default del, .default dfn,
.default img, .default ins, .default kbd, .default q, .default s, .default samp,
.default small, .default strike, .default strong, .default sub,
.default sup, .default tt, .default var, .default b, .default u,
.default center, .default dl, .default dt, .default dd, .default ol,
.default ul, .default li, .default fieldset, .default form,
.default label, .default legend, .default caption,
.default article, .default aside, .default canvas,
.default details, .default embed, .default figure,
.default figcaption, .default footer, .default header,
.default hgroup, .default menu, .default nav, .default output,
.default ruby, .default section, .default summary,
.default time, .default mark, .default audio, .default video,
.default a:hover, .default a:link,
.default a:visited {
    font-family: 'Lato',Arial, Helvetica, sans-serif;
}

.default .msearch-toolbar .search-button {
    background: url("Images/search.png") transparent no-repeat;
    border: none;
    text-indent: -999px;
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 0 0 -28px;
    padding: 0;
    min-width: 0;
    box-shadow: none;
    outline: none;
    font-size: 0;
    top: -4px;
}

.default.widgetmodule {
    color: #999999;
    font-size: 16px;
}

    .default.widgetmodule h3, .default .related h3 {
        font-weight: bold;
        font-size: 15px;
        color: #444444;
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: normal;
    }

        .default.widgetmodule h3:after,
        .default .related h3:after {
            content: "";
            display: block;
            background: #444;
            width: 40px;
            height: 2px;
            margin-top: 5px;
        }

    .default.widgetmodule .lawidget .postimage img {
        float: left;
        width: 52px;
        border-radius: 5px;
        max-height: 52px;
        padding: 2px;
        border: 1px solid #ccc;
    }

.default .lawidget .posttitle,
.default .post .footer a,
.default .post .post-tags,
.default .post .post-tags a {
    color: #444;
    font-size: 16px;
    font-weight: normal;
}

.default .categories,
.default .archives,
.default .authors,
.default .tags,
.default .lawidget,
.default .head,
.default .pager {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    padding: 18px;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.default .head {
    background: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
}

.default .pager {
    border: 1px solid #e5e5e5;
    display: table;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0 auto;
}

    .default .pager .PagePrev,
    .default .pager .CurrentPage,
    .default .pager .CurrentPageSelected,
    .default .pager .CurrentPage,
    .default .pager .PageNext {
        display: inline-block;
        padding: 7px 12px;
        transition: 400ms ease;
        color: #777;
        font-size: 13px;
        letter-spacing: 0.1em;
    }

        .default .pager .PagePrev span:hover,
        .default .pager .CurrentPage:hover,
        .default .pager .CurrentPageSelected:hover,
        .default .pager .CurrentPage:hover,
        .default .pager .PageNext span:hover {
            color: #333;
        }

.default .msearch-result .caption, .default .post .footer,
.default .post .footer a, .default .post .post-tags, .default .post .post-tags a {
    font-style: normal;
    font-size: 16px;
    color: #999;
}

.default .lawidget .posttimeago {
    font-style: italic;
    font-size: 14px;
    color: #999;
}

.default.widgetmodule ul {
    margin: 0;
    padding: 0;
}

.default ul ul {
    margin-left: 0;
}

/*.default .article_summary ul li {
    list-style-type: none;
    list-style: none;
}*/

.default .categories ul li,
.default .archives ul li,
.default .lawidget ul li {
    list-style: none;
    margin: 2px 0;
    position: relative;
    padding-left: 18px;
    line-height: 24px;
    font-size: 14px;
}

    .default .lawidget ul li:last-child {
        border-bottom: none !important;
    }

    .default .lawidget.categories ul li.active > a,
    .default .archives ul li.active > a {
        color: #777;
        font-weight: bold;
    }

.default .lawidget.categories ul li a {
    line-height: 28px;
    margin-bottom: 0;
}

.default .categories ul li {
    border-top: 1px solid #e5e5e5;
    line-height: 30px;
}

.default .lawidget.categories > ul > li:first-child {
    border-top: none;
    margin-bottom: 0;
}

.default .lawidget.highestratedarticles > ul > li,
.default .lawidget.populararticles > ul > li,
.default .lawidget.featuredarticles > ul > li,
.default .lawidget.recentarticles > ul > li,
.default .lawidget.recentcomments > ul > li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin-bottom: 0px;
    padding: 15px 0px;
    overflow: auto;
}

.default .lawidget.categories ul li:last-child {
    margin: 2px 0;
}

.default.widgetmodule .tags a {
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 13px;
}

    .default.widgetmodule .tags a.active {
        background: #e6e6e6;
    }

.default .tags a:hover {
    background: #e6e6e6;
}

.default .tags span > a {
    font-size: 13px;
    opacity: 1;
    color: #444;
}

.default .post {
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 30px;
    font-style: normal;
    color: #999999;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.default .lawidget .post {
    line-height: 26px;
    color: #999;
}

.default.widgetmodule .lawidget .articlesummary {
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #999;
    font-size: 16px;
}

.default.widgetmodule .lawidget .postimage {
    float: left;
    margin-right: 12px;
}

.default.widgetmodule .lawidget .articletitle {
    color: #444;
    font-size: 16px;
    font-weight: normal;
}

.default .lawidget a.articlecomment {
    color: #777;
    font-size: 16px;
}

.default.widgetmodule .lawidget .articletimeago {
    font-size: 13px;
    color: #999;
}

.default .article .article_content .article_summary > .la-intro {
    margin: 15px 0;
}

.default.tocPage .article_summary {
    margin: 15px 0;
}

.default .article .pages ul li {
    list-style: none;
    margin: 2px 0;
    position: relative;
    padding-left: 18px;
    line-height: 35px;
    font-size: 14px;
    background: #f6f6f6;
    border-top: 1px solid #e5e5e5;
}

.default .article .pages > ul > li:first-child {
    border-top: none;
    margin: 10px 0;
}

.default .article .article_content .pages {
    margin-bottom: 16px;
    padding: 0 10px;
    background: #f6f6f6;
}

    .default .article .article_content .pages a {
        color: #999;
        font-size: 14px;
    }

        .default .article .article_content .pages a:hover,
        .default .article .article_content .pages li.active > a {
            color: #333;
            font-weight: bold;
        }

.default .postdetail {
    margin-left: 70px;
    line-height: 18px;
}

.default .rating {
    float: right;
    white-space: nowrap;
}

.default .lawidget.archives .RadTreeView .rtLines .rtBot, .default .lawidget.archives .RadTreeView .rtLines .rtLast .rtTop,
.default .lawidget.archives .RadTreeView .rtMinus, .default .lawidget.archives .RadTreeView .rtLines .rtLI {
    background: none;
    line-height: normal;
}

.default .lawidget.archives .RadTreeView span.rtPlus:after, .default .lawidget.archives .RadTreeView span.rtMinus:after,
.default .lawidget.categories .RadTreeView span.rtPlus:after, .default .lawidget.categories .RadTreeView span.rtMinus:after {
    content: "\f105";
    display: block;
    font-size: 12px;
    font-family: fontawesome;
    float: left;
    padding-right: 12px;
    font-weight: 600;
    color: #222;
}

.default .categories .RadTreeView .rtLines .rtFirst, .default .categories .RadTreeView .rtLines .rtFirst .rtUL, .default .categories .RadTreeView .rtLines .rtTop,
.default .treeview .rtLines .rtMid, .RadTreeView .rtLines .rtBot, .default .categories .RadTreeView .rtLines .rtLI, .default .categories .RadTreeView .rtLines .rtBot {
    background-image: none !important;
    line-height: normal;
    padding-left: 0;
    position: relative;
}

.default .authors ul li {
    list-style: none;
    border-bottom: none;
    position: relative;
    padding-left: 0;
    padding-right: 16px;
}

.default .categories ul li a,
.default .archives ul li a,
.default .authors li a {
    color: #999;
    text-decoration: none;
    line-height: 15px;
    margin-bottom: 4px;
    display: inline-block;
}

.default .RadTreeView_Default .rtPlus, .default .RadTreeView_Default .rtMinus {
    background: none;
}

.default .categories ul li a:hover, .default .RadTreeView a.rtIn:hover, .default .RadTreeView span.rtIn:hover {
    color: #444;
    background: none;
}

.default .RadTreeView .rtHover .rtIn, .default .RadTreeView .rtSelected .rtIn {
    border: 1px solid transparent;
}

.default.widgetmodule a.read-more,
.default .article_content a.read-more {
    color: #bbb;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    text-align: right;
    display: inline;
}

    .default a.read-more:hover span.arrowicon:after,
    .default .article_content a.read-more:hover span.arrowicon:after {
        color: #777;
        position: relative;
        animation: example 1s;
        animation-iteration-count: 1;
        animation-direction: reverse;
    }

.default.widgetmodule .widget-read-more {
    clear: both;
    text-align: right;
    padding-top: 10px;
}

@keyframes example {
    0% {
        left: 0px;
    }

    25% {
        left: 5px;
    }

    50% {
        left: 0px;
    }

    75% {
        left: 10px;
    }

    100% {
        left: 0px;
    }
}

.default .ui-widget-header .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.default .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.default .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

    .default .ui-icon-circle-triangle-e .default .ui-state-hover .ui-icon, .default .ui-state-focus .ui-icon {
        background-image: url(Images/ui-icons_454545_256x240.png);
    }

.default .ui-state-active .ui-icon {
    background-image: url(Images/ui-icons_454545_256x240.png);
}

.default .ui-state-highlight .ui-icon {
    background-image: url(Images/ui-icons_2e83ff_256x240.png);
}

.default .ui-datepicker .ui-datepicker-prev, .default .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

    .default .ui-datepicker .ui-datepicker-prev span, .default .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

.default .ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.default .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.default .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
    padding: 4px 0;
    background: #aaa;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.default .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    text-transform: uppercase;
}

.default .ui-datepicker-header {
    position: relative;
    padding: 4px 0;
    border: 1px solid #aaaaaa;
    background: #aaa;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.default .ui-widget-content {
    border: 1px solid #ccc;
}

.default .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.default .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 8px;
}

.default table.ui-datepicker-calendar thead {
    background: #e6e6e6;
    color: #fff;
    font-size: 14px;
}

    .default table.ui-datepicker-calendar thead th span {
        padding: 4px 0;
        display: block;
        color: #000;
        text-align: center;
    }

.default .calendar,
.default .search {
    background: #fff;
    margin: 15px 0;
    width: auto;
    height: auto;
    float: none;
}

.default span.ui-state-default {
    color: #999;
    cursor: default;
}

.default .calendar .ladatehlight {
    background-color: #ccc;
    border: 1px solid #fff;
}

    .default .calendar .ladatehlight a {
        color: #fff;
    }

.default .msearch-result {
    display: none;
    background-color: #ffffff;
    padding: 12px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .default .msearch-result .ms-result .result {
        box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
        border: 1px solid #e5e5e5;
        padding: 20px;
    }

    .default .msearch-result .close-button {
        background: url("Images/close.png") transparent no-repeat;
        border: none;
        text-indent: -999px;
        width: 30px;
        height: 32px;
        position: relative;
        float: right;
        top: -5px;
        right: -10px;
        min-width: 30px;
        box-shadow: none;
        outline: none;
    }

    .default .msearch-result h3 {
        font-size: 15px;
        color: #444444;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: normal;
    }

        .default .msearch-result h3:after {
            content: "";
            display: block;
            background: #444;
            width: 40px;
            height: 2px;
            margin-top: 5px;
        }

    .default .msearch-result .ms-result .lnktitle {
        text-transform: capitalize;
        line-height: 30px;
        color: #444;
        font-size: 16px;
    }

        .default .msearch-result .ms-result .lnktitle:hover {
            color: #111;
        }

    .default .msearch-result .caption > a {
        font-size: 16px;
        color: #999;
    }

    .default .msearch-result span.desc {
        font-size: 16px;
        line-height: 26px;
        color: #999;
    }

.default .authors li a:first-child img {
    width: 25px;
    margin: 4px 8px 0 0;
    float: left;
}

.default .authors li a, .default .bookmark a {
    color: #999;
    font-size: 16px;
    vertical-align: middle;
    line-height: unset;
}

    .default .authors li a:hover, .default .bookmark a:hover {
        color: #444;
    }

    .default .bookmark a.view_all {
        font-size: 13px;
    }

    .default .authors li a:last-child {
        position: absolute;
        right: 4px;
    }

.default .bookmark {
    color: #999;
    font-size: 16px;
}

.default .ui-widget-content .ui-icon {
    background-image: url(Images/ui-icons_222222_256x240.png);
}

.default .calendar .LiveArticleDateHlight {
    background-color: #aaa;
    border-radius: 5px;
}

    .default .calendar .LiveArticleDateHlight a {
        color: #fff;
    }

/* We Article */
.default a {
    text-decoration: none;
}

.default .article {
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 15px;
    font-style: normal;
    color: #777;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    position: relative;
    background-color: #fff;
}

    .default .article .article_image img,
    .default .post-image img {
        display: block;
        max-width: 100%;
        margin: auto;
    }

    .default .article .article_image a.jackbox {
        display: table;
        margin: 0 auto;
    }

    .default .article .article_content {
        padding: 20px;
        background-color: #fff;
    }

        .default .article .article_content .attachments {
            list-style: none;
            list-style-type: none;
        }

.default .article_summary fieldset legend {
    padding: 6px 0;
    margin-bottom: 15px;
}

.default .article .attachments a > img {
    padding: 0 8px 0 0;
}

.default .article .attachments a {
    font-size: 16px;
    color: #999;
}

    .default .article .attachments a:hover {
        color: #444;
    }

.default .article .article_content h1 {
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    color: #777;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.default .la_img {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

    .default .la_img img {
        max-width: 100%;
    }

.default .article_content .la_title .heading {
    text-transform: capitalize;
    clear: right;
    color: #777;
    font-size: 26px;
    margin: 10px 0;
}

.default .article_content .article_header h2,
.default .article_content .article_header .la_title .heading {
    margin: 0px;
    line-height: normal;
    margin-bottom: 5px;
}

.default .article_content .article_header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.default .article_content h1 span:nth-child(2) {
    float: right;
    display: inline-block;
    vertical-align: middle;
}


.default .article_content h1 span .rating > div {
    width: 110px !important;
}

.default .article .article_content h1:hover {
    color: #333;
}

.default .link_seperate {
    padding: 0 10px;
    color: #ddd;
    display: none;
}

.default a ~ .link_seperate,
.default span ~ .link_seperate {
    display: inline;
}

.default .comment_icon:before,
.default .view_icon:before,
.default .user_icon:before,
.default .read_time:before,
.default .Calendar_icon:before,
.default .categories_icon:before {
    font-family: fontawesome;
    padding-right: 4px;
    color: #777;
}

.default .comment_icon:before {
    content: "\f0e5";
}

.default .view_icon:before {
    content: "\f06e";
}

.default .user_icon:before {
    content: "\f007";
}

.default .read_time:before {
    content: "\f017";
}

.default .Calendar_icon:before {
    content: "\f073";
}

.default .categories_icon:before {
    content: "\f022";
}

.default .fa-link:before {
    content: "";
    font-family: fontawesome;
    color: #777;
}

.default span.arrowicon:after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 2px;
    vertical-align: middle;
}

.default .la-owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
    color: #999;
}

.default .la-owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: -1px;
    top: 1px;
    color: #999;
}

.default .article .article_content ul.article_detail {
    list-style-type: none;
    margin-left: 0;
    font-size: 13px;
    padding-left: 0;
}

    .default .article .article_content ul.article_detail li {
        display: inline-block;
    }

        .default .article .article_content ul.article_detail li:first-child {
            padding-left: 0px;
        }

        .default .article .article_content ul.article_detail li a {
            color: #777;
            width: auto;
        }

            .default .article .article_content ul.article_detail li a:hover {
                color: #333;
            }


.default .article_summary p {
    color: #777;
    font-size: 16px;
    text-align: left;
}

.default .article .article_content .article_summary > p {
    margin-bottom: 15px;
}

.default .article .article_content .article_summary > span {
    margin-bottom: 16px;
    display: inline-block;
}

.default .article .article_content .article_tags {
    font-size: 12px;
    color: #999;
    border-top: 1px solid #eee;
    padding: 15px 0;
    margin-top: 15px;
}

    .default .article .article_content .article_tags a {
        margin-right: 5px;
        background-color: #f6f6f6;
        border: 1px solid #e5e5e5;
        display: inline-block;
        color: #999;
        font-size: 13px;
        margin: 0 4px 4px 0;
        padding: 4px 8px;
    }

.default .article .article_content .article_socialnetwork a:hover {
    background: #e6e6e6;
}

.default .article .article_content .article_socialnetwork .social {
    font-size: 12px;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

    .default .article .article_content .article_socialnetwork .social:empty {
        display: none;
    }

.default .article .article_content .article_comment {
    clear: both;
}

.default .article_content .CommentData .heading,
.default .article_content .article_comment .newheading,
.default .article_content .article_comment .replyheading {
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: normal;
    font-weight: bold;
    cursor: default;
}

    .default .article_content .CommentData .heading::after,
    .default .article_content .article_comment .newheading::after,
    .default .article_content .article_comment .replyheading::after {
        content: "";
        display: block;
        background: #444;
        width: 40px;
        height: 2px;
        margin-top: 5px;
    }

.default .article .article_content .article_comment input[type="text"],
.default .article .article_content .article_comment select,
.default .article .article_content .article_comment textarea,
.default .article .article_content .article_comment .Preview,
.default .article .article_content .article_comment input[type="email"] {
    padding: 8px 10px;
    margin-bottom: 0px;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
    border-radius: 0px;
    line-height: 22px;
    box-shadow: none;
    color: #666;
    font-size: 14px;
}

.default .article .article_content .article_comment textarea {
    width: 100%;
}

.default .article .article_content .article_comment .Preview {
    padding: 10px !important;
    width: 100% !important;
    background: #f6f6f6 !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #777;
    font-size: 14px !important;
    box-sizing: border-box;
    line-height: normal !important;
    margin-bottom: 7px;
}

    .default .article .article_content .article_comment input[type="text"]:focus,
    .default .article .article_content .article_comment textarea:focus,
    .default .article .article_content .article_comment .Preview:focus,
    .default .article .article_content .article_comment input[type="email"]:focus {
        outline: 1px solid #dddddd;
        border-radius: 4px;
    }

.default .article .article_content .article_comment .normalCheckBox.Notification {
    display: block;
}

.default .article .article_content .article_comment .normalRadioButton input[type="radio"] {
    margin: 0 10px 0 5px;
}

.default .article .article_content .article_comment .normalCheckBox input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.default .article .article_content .article_comment .mbutton {
    background-color: #f6f6f6;
    color: #999;
    padding: 2px 6px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

    .default .article .article_content .article_comment .mbutton:hover {
        color: #777;
        background-color: #ccc;
    }

.default .article .article_content .article_comment .SaveComment.mbutton {
    color: #999;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    padding: 6px 10px;
    border-radius: 0px;
    font-weight: normal;
    display: inline-block;
}

.default .article .article_content .article_comment .SaveComment:hover, .default .article .article_content .article_comment .mbutton:hover {
    background-color: #e6e6e6;
    border: 1px solid #ccc;
}

.default .article .article_content .article_comment .CommentData .heading {
    line-height: 22px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
}

.default .article .article_content .article_comment .CommentData > div:not(:first-child) {
    margin: 10px 0 30px;
}

.default .article .article_content .article_comment .CommentData > div:last-child {
    margin: 10px 0 0px;
}

.default .article_content .CommentData .comment_section .name img {
    float: left;
    width: 52px;
    border-radius: 5px;
    max-height: 52px;
    padding: 2px;
    border: 1px solid #ccc;
}

.default .article .article_content .article_comment .CommentData > div .content {
    margin-left: 70px;
}

.default .article_comment .CommentData .content .userinfo {
    font-size: 14px;
    font-weight: 600;
}

.default .article_comment .CommentData .content .comment_time {
    font-size: 12px;
    float: right;
    color: #aaa;
    font-style: italic;
}

.default .comment_section {
    margin-bottom: 10px;
}

    .default .comment_section p {
        margin: 0;
    }

.default .article .article_content .article_comment .CommentData .content a {
    color: #777;
    font-size: 13px;
    font-weight: bold;
}

    .default .article .article_content .article_comment .CommentData .content a:hover {
        color: #777;
    }

.default .article .article_content .article_comment .CommentData .com {
    margin-left: 70px;
}

.default .article .article_content .article_comment table td {
    line-height: normal;
}

    .default .article .article_content .article_comment table td label {
        font-weight: normal;
    }

/*main page*/
.default .article .article_content .read_more {
    border-top: 1px solid #f3f3f3;
    padding: 10px 0 0;
    clear: both;
    text-align: right;
}

.default .read_more a {
    color: #999;
}

@keyframes example {
    0% {
        left: 0px;
    }

    25% {
        left: 5px;
    }

    50% {
        left: 0px;
    }

    75% {
        left: 10px;
    }

    100% {
        left: 0px;
    }
}

.default .la-timeline_social {
    font-size: 14px;
    float: right;
    padding-top: 8px;
}

.default .article .article_content .read_more .read a {
    color: #999;
    font-size: 15px;
}

    .default .article .article_content .read_more .read a:hover {
        color: #777;
    }

.default .article .article_content h1 a {
    color: #777;
}

    .default .article .article_content h1 a:hover {
        color: #333;
    }

.default h3.articlename {
    margin: 0px;
    padding: 0px;
    color: #777;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.default .article_description {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
    text-align: left;
}

.default .head > a > img {
    float: right;
    margin-top: 2px;
}

.default .managearticle {
    float: right;
    margin: 15px 4px;
}

.default .manage-work a:before {
    content: "\f013";
    font-family: FontAwesome;
    color: #444;
    margin: 0 4px;
}

.default .review-work a:before {
    content: "\f007";
    font-family: FontAwesome;
    color: #444;
    margin: 0 4px;
}

.default .related {
    overflow: auto;
}

    .default .related ul {
        margin: 0 auto;
        padding: 0;
        overflow: auto;
    }

    .default .related li {
        float: left;
        width: 175px;
        margin: 10px;
        list-style-type: none;
        text-align: center;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        position: relative;
        max-height: 350px;
    }

    .default .related .article-link {
        max-height: 348px;
        position: absolute;
        width: 175px;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

.default .msearch-result .caption {
    white-space: nowrap;
}

.default .related .caption {
    text-align: left;
    overflow: hidden;
    height: 164px;
}

    .default .related .caption p {
        margin-bottom: 10px;
    }

.default .related li .jackbox {
    margin: 0 0 10px;
    z-index: 1;
}

    .default .related li .jackbox img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

.default .related li .cont {
    overflow: hidden;
    height: inherit;
}

    .default .related li .cont > :not(a) {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .default .related li .cont h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 30px;
        margin: 0;
    }

        .default .related li .cont h4 a {
            color: #444;
        }

/*page.htm*/
.default .article .article_image.owl-carousel .owl-item a.jackbox {
    width: 100%;
}

.default .article .owl-carousel .owl-item a.jackbox .jackbox-hover {
    background: none;
}

.default .article .article_content .page_socialnetwork {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.default .RadTreeView .rtHover .rtIn, .default .RadTreeView .rtSelected .rtIn {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
}

.default .RadTreeView_default .rtHover .rtIn, .default .RadTreeView_default .rtSelected .rtIn {
    background-color: transparent;
    background-image: none;
}

.default .inline-page .wrap-img {
    margin-top: 10px;
}

    .default .inline-page .wrap-img img {
        padding: 10px;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
    }

.default .inline-page .inline_summery {
    padding: 20px 10px 10px;
    text-align: justify;
}

/*preview page*/
.default.preview_page:focus {
    outline: 0;
    border: 1px solid transparent;
}

@media screen and (max-width:610px) {
    .default .article .article_content .CommentData > div .content {
        margin-left: 0px;
    }

    .default .comment_section p {
        text-align: justify;
    }

    .default .article .article_content .CommentData > div img {
        margin-bottom: 5px;
    }

    .default .article .article_content .CommentData .com {
        margin-left: 0px;
    }

    .default .article_content .comment_section p {
        text-align: justify;
    }

    .default .article .article_content table + div {
        margin-top: 0 !important;
    }

    .default .article_content .social {
        float: none;
    }
}

@media screen and (max-width:410px) {
    .default .article .article_content .CommentData > div .name {
        text-align: center;
        margin-right: 0;
        width: 100%;
        height: 112px;
    }

    .default .comment_section {
        padding: 16px;
    }

    .default.widgetmodule .lawidget .postdetail .rating {
        float: none;
    }

    .default .article .article_content .CommentData > div img {
        display: inline-block;
        float: none;
    }

    .default .article .article_content .comment_section {
        padding: 16px;
    }

    .default .article .article_content .CommentData .content .userinfo {
        font-weight: bold;
        color: #999;
    }

    .default .article .article_content .article_comment .CommentData > div .content {
        margin-left: 0px;
    }

    .default .article .article_content .article_comment .CommentData > div img {
        float: none;
    }
}


.default span.footer_prev a, .default span.footer_nxt a {
    color: #999;
    cursor: pointer;
}

    .default span.footer_prev a:hover, .default span.footer_nxt a:hover {
        color: #444;
    }

.default span.footer_nxt {
    float: right;
}

.default .footer_pages {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 18px;
}

.default .moverlay {
    display: none;
    width: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.default .msearch-result.mlightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    max-height: 50%;
    padding: 16px;
    border: 1px solid #CCC;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.default .mlightbox .close-button {
    top: -5px;
    right: -10px;
}

.default .article_content img.nobookmark, .default .article_content img.hasbookmark {
    height: 18px;
}


/*----------------------------*/


.default .masonry .masonry-item {
    width: 25%;
}

.default .masonry-list .grid-item {
    max-width: 380px;
    float: left;
}

.default .masonry-list {
    position: relative;
}

    .default .masonry-list.init {
        opacity: 1;
    }

    .default .masonry-list .masonry-item {
        min-height: 1px;
        list-style-type: none;
    }

.default .masonry-item div.featured-box div.box-content div.postinfo {
    color: #9e9e9e;
    padding: 13px 0;
    font-size: 13px;
}

    .default .masonry-item div.featured-box div.box-content div.postinfo a {
        color: #9e9e9e;
    }

.default .masonry-item .featured-box div.box-content .post-content {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    padding: 0 0 20px 0;
}

.default div.masonry-list .article_content {
    padding: 0 20px 20px 20px;
    background-color: #fff;
}

.default .la-timeline {
    padding-right: 27px;
    position: relative;
    box-sizing: border-box;
    z-index: 99;
    -webkit-box-sizing: border-box;
}

.default .blogrolls ul li a {
    color: #888;
}

    .default .blogrolls ul li a:hover {
        color: #444;
    }

.default .lawidget.blogrolls li li {
    padding-left: 10px;
}

.default .blogrolls > ul > li > a {
    font-size: 15px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 600;
}

.default .lawidget.blogrolls > ul > li {
    padding-left: 0;
    margin-bottom: 10px;
}

.default section.la-timeline .post {
    margin: 0;
    border: none;
}

.default section.la-timeline .article_content {
    padding: 0 20px 20px 20px;
}

.default section.la-timeline a.heading {
    font-size: 24px;
    display: inline-block;
    margin: 0;
    color: #777;
}

.default section.la-timeline:after {
    display: none;
}


.default section.la-timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
    background: linear,to bottom,rgba(80,80,80,0) 0,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -60px;
    width: 3px;
    z-index: 0;
    opacity: .35;
}

.default section.la-timeline {
    position: relative;
    padding-bottom: 120px;
}

    .default section.la-timeline .la-timeline-box.right {
        clear: right;
        float: right;
        right: -1px;
        margin-top: 40px;
    }

        .default section.la-timeline article.la-timeline-box.left:before,
        .default section.la-timeline .la-timeline-box.right:before {
            background: none repeat scroll 0 0 #bbb;
            border-radius: 50%;
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #bbb;
            content: "";
            display: block;
            height: 7px;
            margin-right: -5px;
            position: absolute;
            right: -8.2%;
            top: 22px;
            width: 8px;
        }

        .default section.la-timeline .la-timeline-box.right:before {
            left: -7.8%;
            top: 32px;
        }

.default .post-meta {
    margin: 4px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

    .default .post-meta a {
        color: #777;
    }

.default section.la-timeline .la-timeline-box {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 20px 10px 10px 10px;
    padding: 10px;
    position: relative;
    width: 45.7%;
    float: left;
    z-index: 1;
    margin-bottom: 30px;
    background: #fff;
}

    .default section.la-timeline .la-timeline-box.left {
        clear: both;
    }

        .default section.la-timeline .la-timeline-box.left:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #fff;
            border-right: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            content: "";
            display: block;
            height: 14px;
            position: absolute;
            right: -8px;
            top: 20px;
            width: 14px;
            z-index: 0;
        }

    .default section.la-timeline .la-timeline-box.right:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        content: "";
        display: block;
        height: 14px;
        position: absolute;
        left: -8px;
        top: 30px;
        width: 14px;
        z-index: 0;
    }

.default .la-timeline-box h4 {
    margin: 10px 0;
}


.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
}

    .thumb-info .thumb-info-wrapper {
        /* -webkit-backface-visibility:hidden; */
        -moz-backface-visibility: hidden;
        /* backface-visibility:hidden; */
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        /* border-radius:4px; */
        /* margin:4px; */
        /* overflow:hidden; */
        /* display:block; */
        /* position:relative; */
    }

        .thumb-info .thumb-info-wrapper:after {
            content: "";
            background: rgba(36,27,28,.9);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            border-radius: 4px;
            bottom: -4px;
            color: #fff;
            left: -4px;
            position: absolute;
            /* right:-4px; */
            /* top:-4px; */
            display: block;
            filter: alpha(opacity=0);
            opacity: 0;
            z-index: 1;
        }

    .thumb-info .thumb-info-action-icon {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: #ccc;
        border-radius: 0 0 0 25px;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px;
        z-index: 2;
    }

        .thumb-info .thumb-info-action-icon i, .thumb-info .thumb-info-action-icon em {
            font-size: 24px;
            left: 3px;
            position: relative;
            top: -4px;
            color: #fff;
        }

    .thumb-info .thumb-info-inner {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        display: block;
    }

        .thumb-info .thumb-info-inner em {
            display: block;
            font-size: .8em;
            font-style: normal;
            font-weight: normal;
        }

    .thumb-info .thumb-info-title {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: rgba(36,27,28,.9);
        bottom: 10%;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        left: 0;
        letter-spacing: -1px;
        padding: 9px 11px 9px;
        position: absolute;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        z-index: 2;
        max-width: 90%;
    }

    .thumb-info img {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 3px;
        position: relative;
        width: 100%;
    }

    .thumb-info:hover .thumb-info-wrapper:after {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .thumb-info:hover .thumb-info-action-icon {
        right: 0;
        top: 0;
    }

    .thumb-info:hover .thumb-info-title {
        background: #000;
    }

    .thumb-info:hover img {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        /* transform:scale(1.1,1.1) */
    }

    .thumb-info.thumb-info-no-zoom:hover img {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

    .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
        background: rgba(36,27,28,.65);
    }

    .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
        display: none;
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action {
        -webkit-transition: top .1s ease;
        -moz-transition: top .1s ease;
        transition: top .1s ease;
        top: 40%;
        left: 3px;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 40px;
        margin-top: -20px;
        text-align: center;
        position: absolute;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        transition: all .1s ease;
        position: relative;
        z-index: 2;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 40px;
        height: 40px;
        line-height: 33px;
        border-radius: 50%;
        margin-right: 3px;
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i, .thumb-info.thumb-info-centered-icons .thumb-info-action-icon em {
            position: static;
            font-size: 18px;
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
            -webkit-transform: scale(1.15,1.15);
            -moz-transform: scale(1.15,1.15);
            -ms-transform: scale(1.15,1.15);
            -o-transform: scale(1.15,1.15);
            transform: scale(1.15,1.15);
        }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
        top: 50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
        position: relative;
    }

    .thumb-info.thumb-info-centered-info .thumb-info-title {
        background: transparent;
        left: 5%;
        width: 90%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        top: 30%;
        filter: alpha(opacity=0);
        opacity: 0;
        text-align: center;
        padding: 0;
    }

    .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 45%;
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-title {
        background: #fff;
        left: 0;
        width: 100%;
        max-width: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        top: auto;
        bottom: -100px;
        filter: alpha(opacity=0);
        opacity: 0;
        padding: 15px;
        text-shadow: none;
        color: #777;
    }

    .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
        filter: alpha(opacity=100);
        opacity: 1;
        bottom: 0;
    }

    .thumb-info.thumb-info-bottom-info:hover img {
        -webkit-transform: translateY(-18px);
        -moz-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
        -o-transform: translateY(-18px);
        transform: translateY(-18px);
    }

    .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
        background-color: transparent;
        background: -webkit-linear-gradient(bottom,rgba(36,27,28,.8) 0,transparent 100%) repeat scroll 0 0 transparent;
        background: linear-gradient(to top,rgba(36,27,28,.8) 0,transparent 100%) repeat scroll 0 0 transparent;
        color: #fff;
    }

    .thumb-info.thumb-info-push-hor img {
        -webkit-transform: translatex(-18px);
        -moz-transform: translatex(-18px);
        -ms-transform: translatex(-18px);
        -o-transform: translatex(-18px);
        transform: translatex(-18px);
        width: calc(100% + 19px);
        max-width: none;
    }

    .thumb-info.thumb-info-push-hor:hover img {
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
        filter: alpha(opacity=65);
        opacity: .65;
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 40%;
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
        filter: alpha(opacity=10);
        opacity: .1;
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

        .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0;
        }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
                border-radius: 0;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
            }

.default .article_content .read_more .read a:hover,
.default .article_content h2 a,
.default .article_content .la_title a,
.default .article_content .CommentData .content a:hover,
.default.widgetmodule a.read-more:hover,
.default .article_content a.read-more:hover {
    color: #777;
}

    .default .article_content h2 a:hover,
    .default .article_content .la_title a:hover {
        color: #333;
    }

.default .article_content .la_title a {
    text-transform: capitalize;
    clear: right;
    color: #777;
    font-size: 26px;
    margin: 10px 0;
}

.default .la-owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}


    .default .la-owl-carousel .owl-nav .owl-prev[class*='owl-'],
    .default .la-owl-carousel .owl-nav .owl-next[class*='owl-'] {
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 30px;
    }

    .default .la-owl-carousel .owl-nav .owl-next[class*='owl-'] {
        right: -5px;
        font-size: 30px;
        background: transparent;
        border-radius: 0 4px 4px 0;
    }

    .default .la-owl-carousel .owl-nav .owl-prev[class*='owl-'] {
        left: -5px;
        font-size: 30px;
        background: transparent;
        border-radius: 0 4px 4px 0;
    }

        .default .la-owl-carousel .owl-nav .owl-next[class*='owl-']:hover,
        .default .la-owl-carousel .owl-nav .owl-prev[class*='owl-']:hover {
            background: transparent;
        }

.default .la-owl-carousel.owl-drag .owl-item .jackbox {
    width: 100%;
}

.default .article_content .article_comment table.normalRadioButton {
    float: left;
}

.default .readingTime {
    text-transform: lowercase;
}

.default .rightTriangle {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    top: 8px;
    position: absolute;
    left: 2px;
    cursor: pointer;
    border-left-color: #999;
}

.default .bottomTriangle {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #999;
    top: 11px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.default .categories .rightTriangle {
    top: 10px;
}

.default .categories .bottomTriangle {
    top: 13px;
}

.default .recentcomments ul li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin-bottom: 15px;
    padding: 10px;
}

.default .categories li a img[alt="rss"],
.default .blogrolls li a img[alt="rss"] {
    position: absolute;
    right: 4px;
    top: 8px;
}

.default .CommentData .cmt-border {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 15px;
}

.default .cmt-border > hr {
    display: none;
}

.default .cmt-border hr {
    background-image: -webkit-linear-gradient(left,transparent,#dbdbdb,transparent);
    background-image: linear-gradient(to right,whitesmoke,#cdcbcb,transparent);
    border: 0;
    height: 1px;
    margin: 20px 0;
}

.head .m-avatar {
    display: inline-block;
    float: left;
}

    .head .m-avatar .a_circle {
        border-radius: 5px;
        width: 60px;
        padding: 2px;
        border: 1px solid #ccc;
    }

.head .displayname {
    font-weight: bold;
}

.head .userDescription {
    margin-left: 10px;
    padding: 10px;
    display: inline-block;
    max-width: 500px;
    color: #777;
}

.jackbox-container img {
    width: 100%;
    height: auto;
}

.default .syntaxhighlighter .gutter,
.default .syntaxhighlighter table td.code {
    overflow: -webkit-paged-y !important;
}

.default span.modarat {
    font-family: 'Verdana',Arial,Segoe UI;
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    color: #fff;
    background-color: #f78b83;
    position: relative;
    margin-right: 10px;
}

.default .modarat:before {
    border-left: 0 solid transparent;
    border-right: 11px solid #f78b83;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin: 0;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 1px;
}

.default .LaPages li .bottomTriangle {
    top: 17px;
}

.default .LaPages li .rightTriangle {
    top: 14px;
    left: 3px;
}
