.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
}

#subscribe-btn-sidebar, #subscribe-email-sidebar, .at-hd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

.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, .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::after, .at-desc .at-info::before {
    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-desc .at-cell:first-child, .at-desc .at-cell:last-child, .at-desc .at-info, .at-hd {
        width: 100%;
        max-width: none
    }

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

    .at-desc .at-info p, .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: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-btn-sidebar, #subscribe-email-sidebar {
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    word-spacing: normal;
    vertical-align: top
}

#subscribe-email-sidebar {
    height: 40px
}

#subscribe-btn-sidebar {
    border: 0
}

#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:focus, #subscribe-email-sidebar:hover {
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 0 0 3px rgba(3, 3, 3, .3);
    -moz-box-shadow: 0 0 0 3px rgba(3, 3, 3, .3);
    box-shadow: 0 0 0 3px rgba(3, 3, 3, .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)
}

#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(/assets/adr/images/icons/icon_send.png) no-repeat center
}

#subscribe-btn-sidebar .glyphicon-refresh {
    display: 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(/assets/adr/images/icons/icon_send-hover.png) no-repeat center
}

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

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

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

.subtip {
    width: 220px;
    height: 163px;
    background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/authors/section-textarear.png) no-repeat center;
    padding: 30px;
    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;
    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, .post-zs .media-body > a:hover h4, .post-zs .media-body > a:hover h4 + p {
    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
}

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

.ic-dt:before, .ic-st:after {
    content: '';
    display: inline-block;
    vertical-align: middle
}

.ic-dt:before, .ic-ht {
    width: 12px;
    position: relative
}

.ic-dt:before {
    height: 12px;
    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 {
    width: 86px;
    height: 18px;
    margin-left: 20px;
    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
}

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

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

.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
}

.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: 400;
    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, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(top, #fff 0%, #efefef 100%)
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -o-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #bbb 100%);
    background: linear-gradient(top, #efefef 0%, #bbb 100%)
}

.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: #bbb;
    background: -moz-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -o-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -ms-linear-gradient(top, #bbb 0%, #efefef 100%);
    background: linear-gradient(top, #bbb 0%, #efefef 100%);
    cursor: default
}

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

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

.dark-theme a, .dark-theme span, .light-theme a, .light-theme span {
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0 5px 0 0
}

.light-theme a, .light-theme span {
    color: #666;
    border: 1px solid #f0f4f7;
    padding: 3px 11px;
    border-radius: 2px;
    background: #fff
}

.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;
    cursor: default
}

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

.dark-theme a, .dark-theme span {
    color: #ccc;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #555;
    background: -moz-linear-gradient(top, #555 0, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #555 0, #333 100%);
    background: -o-linear-gradient(top, #555 0, #333 100%);
    background: -ms-linear-gradient(top, #555 0%, #333 100%);
    background: linear-gradient(top, #555 0%, #333 100%)
}

.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, .2), 0 0 1px 1px rgba(0, 0, 0, .1) inset;
    cursor: default
}

.dark-theme .ellipse {
    border-radius: 0;
    font-weight: 700;
    cursor: default
}

.dark-theme .ellipse, .light-theme .ratio {
    border: 0;
    background: 0 0;
    box-shadow: none
}

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

.post-list dd {
    display: table-row;
    margin-bottom: 8px;
    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: 666px
}

.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: 140px;
    text-align: right
}

.at-events {
    padding: 80px 0
}

.at-events .learn-more, .post-list dd {
    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, .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, .3)
}

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

.thumbnail:hover > .thumbnail-title {
    font-weight: 700
}

@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, .post-list dd > a {
        display: block;
        position: relative
    }

    .post-list dd {
        margin-bottom: 15px
    }

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

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

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

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