h1, h2, h3, h4, h5, h6, div, ul, li, ol, dl, dt, dd, span, p, i, em, form, button, input, a {
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}

.container {
    padding: 0;
    max-width: 1200px;
    margin: auto;
    height: auto;
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
        padding: 0 15px;
    }

    .col-md-9 {
        width: 75%;
        padding: 0 15px;
    }

    .col-md-3, .col-md-9 {
        float: left;
    }
}

.post-area {
    clear: both;
}
.post-area h1,
.post-area h3 {
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.at-desc {
    background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 0;
}

.at-hd > img {
    float: left;
    max-width: 100px;
    height: auto !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 15px;
}

.at-hd {
    max-width: 340px;
    padding: 20px 25px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.at-hd > .at-name {
    padding-top: 10px;
}

.at-hd > .at-name > h3, .at-hd > .at-name > p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}

.ic-fb, .ic-tt {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ic-fb:hover, .ic-tt:hover {
    position: relative;
    top: -1px;
    box-shadow: 0 0 3px rgba(3, 3, 3, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ic-fb {
    background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/facebook.png);
}

.ic-tt {
    background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/twitter.png);
}

.at-desc .at-df {
    display: table;
}

.at-desc .at-info {
    max-width: 600px;
}

.at-desc .at-info p {
    color: rgba(255, 255, 255, .8);
    font-weight: lighter;
    font-size: 1.6rem;
}

.at-desc .at-info::before, .at-desc .at-info::after {
    content: '';
    display: block;
    max-width: 600px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
}

.at-desc .at-info::before {
    position: relative;
    top: -20px;

    background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/border-top.png);
}

.at-desc .at-info::after {
    position: relative;
    bottom: -20px;
    background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/border-bottom.png);
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .at-hd > img {
        float: none;
        margin-top: 0;
        margin-right: 0;
    }

    .at-hd {
        text-align: center;
    }

    .at-desc .at-df {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
    }

    .at-desc .at-cell:first-child {
        width: 35%;
    }

    .at-desc .at-cell:last-child {
        width: 65%;
    }

    .at-desc .at-cell:last-child > .at-info {
        margin-left: 0;
        padding: 20px;
    }

    .at-desc .at-cell {
        display: table-cell;
        vertical-align: middle;
    }


}

@media all and (max-width: 768px) {
    .at-hd, .at-desc .at-cell:first-child, .at-desc .at-cell:last-child, .at-desc .at-info {
        width: 100%;
        max-width: none;
    }

    .at-hd > img {
        float: none;
        margin-top: 0;
        margin-right: 0;
    }

    .at-hd {
        text-align: center;
    }

    .at-desc .at-df {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
    }

    .at-desc .at-info p {
        text-align: center;
    }

    .at-desc .at-cell:last-child {
        margin-top: 40px;
    }
}

@media all and (min-width: 993px) {
    .at-desc .at-df {
        display: table;
        margin: auto;
    }

    .at-desc .at-cell:first-child {
        width: 35%;
    }

    .at-desc .at-cell:last-child {
        width: 65%;
    }

    .at-desc .at-cell:last-child > .at-info {
        margin-left: 45px;
        padding: 20px;
    }

    .at-desc .at-cell {
        display: table-cell;
        vertical-align: middle;
    }
}


#subscribe-email-sidebar,
#subscribe-btn-sidebar {
    background-color: transparent;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 14px;
    word-spacing: normal;
    vertical-align: top;
    height: 40px
}

#subscribe-email-sidebar {
    width: 100%;
    padding: 8px 40px 8px 9px;
    border-radius: 10px;
    border: 1px solid #202838;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: .5;
    filter: alpha(opacity=50)
}

#subscribe-email-sidebar:hover,
#subscribe-email-sidebar:focus {
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 0 0 3px rgba(3, 3, 3, 0.3);
    -moz-box-shadow: 0 0 0 3px rgba(3, 3, 3, 0.3);
    box-shadow: 0 0 0 3px rgba(3, 3, 3, 0.3);
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    opacity: 1;
    filter: alpha(opacity=100)
}

.post-area p, .st-4f {
    font-size: 14px;
}

#subscribe-form-sidebar label {
    display: block;
}

#subscribe-form-sidebar {
    position: relative;
    margin: 15px 0;
}

#subscribe-btn-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/public/images/icon_send.png) no-repeat center
}

#subscribe-btn-sidebar .glyphicon-refresh {
    display: none
}

#subscribe-btn-sidebar:focus {
    outline: none;
}

#subscribe-btn-sidebar.sending, #subscribe-btn-sidebar.sending:hover {
    background: 0
}

#subscribe-btn-sidebar.sending .glyphicon-refresh {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -webkit-animation: loopRotate 2s infinite linear;
    -o-animation: loopRotate 2s infinite linear;
    animation: loopRotate 2s infinite linear
}

#subscribe-btn-sidebar:hover {
    background: url(/public/images/icon_send-hover.png) no-repeat center
}

/*sidebar of post area */
.post-area {
    background-color: #f1f3f8;
    padding: 80px 0;
}

.post-area .sb-lt > .sb-item {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 15px 15px 25px 15px;
}

.post-area .sb-lt > .sb-item > h3 {
    font-size: 2.0rem;
    background-color: #166ac5;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: -15px -15px 20px -15px;
    padding: 0 15px;
}

.subtip {
    width: 220px;
    background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/section-textarear.png) no-repeat center;
    padding: 35px;
    margin: auto;
    font-size: 14px;
}

.post-area .sb-lt > .rcm-bg {
    background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/section-left-bg.png) no-repeat center 40px;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.post-area .sb-lt > .rcm-bg > h3 + p {
    padding: 125px 5px 0 5px;
    text-align: center;
    margin-bottom: 20px;
}

.post-area .sb-lt > .sb-item > .ht-lt {
    counter-reset: orderNumber;
    list-style-type: none;
    padding-left: 15px;
}

.post-area .sb-lt > .sb-item > .ht-lt > li {
    position: relative;
    margin-bottom: 10px;
}

.post-area .sb-lt > .sb-item > .ht-lt > li > p > a {
    color: #1a1a1a;
}

.post-area .sb-lt > .sb-item > .ht-lt > li > p > a:hover {
    color: #237fff;
}

.post-area .sb-lt > .sb-item > .ht-lt > li .ht-if {
    color: #333;
    font-size: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

.post-area .sb-lt > .sb-item > .ht-lt > li:before {
    counter-increment: orderNumber; /* 只增加计数器的当前实例 */
    content: counters(orderNumber, ".") "."; /* 为所有计数器实例增加以“.”分隔的值 */
    position: absolute;
    left: -15px;
    font-size: 14px;
}

.ic-ht {
    display: inline-block;
    margin: auto;
    vertical-align: baseline;
    position: relative;
    top: 2px;
    width: 12px;
    height: 18px;
    background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/fire.png) no-repeat center center;
}

.ic-dt:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    position: relative;
    top: -2px;
    margin-right: 6px;
    background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/date.png) no-repeat left center;;
}

.ic-st:after {
    content: '';
    display: inline-block;
    width: 86px;
    height: 18px;
    margin-left: 20px;
    vertical-align: middle;
    background-position: left 0;
    background-repeat: no-repeat;
}

.st-4f:after {
    background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/star-five.png);
}

.st-4:after {
    background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/star-four.png);
}

.post-area .post-if {
    margin-top: 10px;
}

.post-zs .media-body h4 {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
}

.post-zs .media-body p {
    color: #666;
}

.post-zs .media-body > a {
    text-decoration: none;
}

.post-zs .media-body > a:hover h4, .post-zs .media-body > a:hover h4 + p {
    color: #237fff;
}

.divider {
    height: 1px;
    background-color: #e0e4ed;
}

.media {
    margin-top: 35px;
    margin-bottom: 35px;
}

.post-by {
    background-color: #fff;
    padding: 25px;
}

.tag-ftd {
    display: inline-block;
    padding: 2px 10px;
    background-color: #ef8d31;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

/*pagination*/
.pagination {
    margin-top: 60px;
}

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
}

.simple-pagination ul:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    height: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}


.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #efefef 100%); /* W3C */
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0;
}

.compact-theme .current {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* W3C */
    cursor: default;
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default;
}

.pagination {
    border-radius: 2px;
    padding: 0;
    text-align: center;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #F0F4F7;
    padding: 3px 11px;
    margin: 0 5px 0 0;
    border-radius: 2px;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
    background: #fff; /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); !* FF3.6+ *!
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); !* Chrome,Safari4+ *!
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Chrome10+,Safari5.1+ *!
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Opera11.10+ *!
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); !* IE10+ *!
    background: linear-gradient(top, #ffffff 0%, #efefef 100%); !* W3C *!*/
}

.light-theme a:hover, .light-theme span:hover {
    text-decoration: none;
    background: #091871;
    color: #fff;
    border-radius: 2px;
    border-color: #091871;
}

.light-theme .current {
    background: #091871;
    color: #FFF;
    border-color: #091871;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;*/
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #555; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #333 100%); /* IE10+ */
    background: linear-gradient(top, #555 0%, #333 100%); /* W3C */
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444;
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

.light-theme .ratio {
    border: none;
    background: none;
    box-shadow: none;
}

/*pagination*/

.post-list {
    padding-top: 35px;
    display: table;
    width: 100%;
    margin: auto;
}

.post-list dd {
    display: table-row;
    font-size: 1.6rem;
    margin-bottom: 10px;
    height: 32px;
    line-height: 32px;
}

.post-list dd > * {
    display: table-cell;
    color: #1a1a1a;
}

.post-list dd > a {
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 640px;
}

.post-list dd > a:hover {
    color: #237fff;
    background-color: #f8f8f8;
}

.post-list dd:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #404040;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.post-list dd > .ic-dt {
    width: 155px;
    text-align: right;
}

.at-events {
    padding: 80px 0;
}

.at-events .learn-more {
    font-size: 1.6rem;
}

.thumbnail {
    display: inline-block;
    max-width: 270px;
}

.thumbnail-img {
    position: relative;
}

.thumbnail-img > .ic-dt {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
}

.thumbnail:hover {
    text-decoration: none;
    box-shadow: 0 0 3px rgba(3, 3, 3, 0.3);
}

.thumbnail > .thumbnail-title {
    font-size: 1.4rem;
    font-weight: normal;
    color: #666;
    margin-bottom: 0;
    margin-top: 7px;
}

.thumbnail:hover > .thumbnail-title {
    font-weight: bold;
}

@media all and (max-width: 992px) {
    .post-area .sb-lt > .sb-item > .ht-lt > li:before {
        top: 5px;
    }

    .post-area .sb-lt > .sb-item > .ht-lt > li .ht-if {
        display: block;
    }

    .post-area .sb-lt > .sb-item > .ht-lt > li .ht-if > span {
        display: inline-block;
    }

    .post-area .sb-lt > .sb-item > .ht-lt > li .ht-if > span:first-child {
        margin-right: 35px;
    }
}

@media all and (max-width: 768px) {
    .post-zs .media-object {
        margin: auto;
    }

    .post-list, .post-list dd > * {
        display: block;
        width: auto;
    }

    .post-list dd {
        display: block;
        position: relative;
        margin-bottom: 15px;
        height: auto;
    }


    .post-list dd > .ic-dt {
        width: auto;
        text-align: left;
    }

    .post-list dd > a {
        white-space: normal;
        word-break: normal;
        text-overflow: unset;
        overflow: visible;
        height: auto;
        line-height: normal;
    }

    .post-list dd:before {
        content: none;
    }

    .post-list dd > a {
        display: block;
        position: relative;
        padding-left: 15px;
    }

    .post-list dd > a:before {
        content: '';
        display: none;
        width: 5px;
        height: 5px;
        background-color: #404040;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: 0;
    }

    .post-list dd > .ic-dt {
        height: auto;
        line-height: normal;
        font-size: 1.4rem;
    }
}

#footer {
    clear: both;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.btn.btn.btn-orange:hover {
    background-color: #fa853e;
}

.media-left {
    width: 160px;
}

.btn.btn-orange {
    background-color: #fe6000;
}

.btn:hover, .btn:focus {
    color: #fff;
}

.btn {
    min-width: 180px;
    height: 40px;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    padding: 6px 25px;
}

@media (max-width: 768px) {
    .media-left + .media-body {
        margin-top: 15px;
    }

    .media-body, .media-left, .media-right {
        display: block;
        text-align: center;
    }

    .media-left{
        margin: auto;
        width: auto;
    }


}
[lang="fr"] .post-area .sb-lt>.sb-item>h3{
    font-size: 1.6rem;
}
.at-hd > .at-name > h3{
    font-size: 20px;
    font-weight: bold;
}