html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4 {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

.text-center {
    text-align: center
}

.flex-grid article {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.flex-grid article.shown {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.flex-grid article.animate {
    -webkit-animation: moveUp .65s;
    animation: moveUp .65s;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

@-webkit-keyframes moveUp {
    from {
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        opacity: 1
    }
}

@keyframes moveUp {
    from {
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        opacity: 1
    }
}

.icons-home {
    text-align: center;
}

.icons-home a {
    display: inline-block;
    padding: .938rem;
    margin: .125rem;
    border-radius: 50%;
    border: .125rem solid #fff;
    line-height: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.icons-home a .icon {
    fill: #fff;
    width: 18px;
    height: 18px;
}

@media only screen and (min-width:37.5rem) {
    .icons-home a .icon {
        width: 30px;
        height: 30px
    }
}

.icons-home a:hover {
    background: #fff;
}

.icons-home a:hover .icon {
    fill: #333
}

.down {
    position: absolute;
    bottom: 50px;
    width: 100%;
    display: block;
    text-align: center;
}

.down .icon {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    fill: #fff;
    -webkit-animation: pulse 1.3s infinite;
    animation: pulse 1.3s infinite
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.has-push-menu,
body.has-push-menu aside,
body.has-push-menu .progress-bar {
    -webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body.has-push-menu {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

body.has-push-menu.push-menu-to-right {
    left: 15rem;
}

body.has-push-menu.push-menu-to-right .progress-bar {
    left: 15rem
}

aside {
    position: fixed;
    width: 15rem;
    height: 100%;
    top: 0;
    left: -15rem;
    background-color: #fff;
    z-index: 20;
}

@media only screen and (min-width:37.5rem) {
    aside {
        padding: .625rem 0 0
    }
}

aside.open {
    left: 0
}

aside h2 {
    margin: 0 1.25rem 0;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: #141414;
    border-bottom: 1px solid #141414;
    line-height: 50px;
}

@media only screen and (min-width:37.5rem) {
    aside h2 {
        font-size: 1.25rem
    }
}

aside nav ul {
    padding: 0;
    margin: .313rem 0;
}

@media only screen and (min-width:37.5rem) {
    aside nav ul {
        margin: .625rem 0
    }
}

aside nav li {
    margin: 0;
    list-style-type: none;
}

aside nav li a {
    width: 100%;
    display: block;
    padding: .938rem 1.25rem;
    text-decoration: none;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #141414;
}

aside nav li a:hover {
    color: #fff;
    background: #ff0a16
}

.search-wrapper {
    position: fixed;
    top: 30px;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    z-index: 19;
}

.search-wrapper.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.search-form {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 200ms 100ms cubic-bezier(0, .6, .4, 1);
    transition: all 200ms 100ms cubic-bezier(0, .6, .4, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 19;
}

.search-form .search-field {
    width: 100%;
    height: 2.5rem;
    line-height: 1.875rem;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.25rem;
    color: #141414;
    background-color: #fff;
    border: 0;
    border-radius: 1.25rem;
    padding: .313rem 1.563rem;
    outline: 0;
}

.search-form .search-field:focus {
    outline: 0
}

.search-form.active {
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.search-form .search-list {
    position: absolute;
    width: 100%;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    display: none;
    padding: 0 1.25rem;
    margin: 1.25rem 0;
    list-style-type: none;
}

.active .search-form .search-list {
    display: block
}

@media only screen and (max-width:37.5rem) {
    .search-form .search-list {
        height: 380px;
        overflow: scroll
    }
}

.search-form .search-list .entry-date {
    float: right;
    display: none;
    font-size: .875rem;
}

@media only screen and (min-width:37.5rem) {
    .search-form .search-list .entry-date {
        display: inline
    }
}

.search-form .search-list .entry-category {
    text-transform: uppercase;
    background-color: #ff0a16;
    margin-right: .313rem;
    height: 1.25rem;
    border-radius: .625rem;
    font-size: .75rem;
    padding: .125rem .5rem;
    color: #fff
}

.search-form .search-list a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: .938rem 0;
    width: 100%;
    border-bottom: 1px solid #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 1.563rem;
}

.search-form .search-list a:hover {
    color: #ff0a16;
}

.search-form .search-list a:hover .entry-category {
    color: #fff
}

.search-form .icon-remove-sign {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    padding: .313rem;
    fill: #fff;
    background-color: #ff0a16;
    border-radius: 13px;
    margin: .438rem;
    cursor: pointer;
    outline: 0;
    z-index: 1
}

.search-overlay {
    overflow: hidden;
}

.search-overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #141414;
    content: '';
    z-index: 18
}

.img-rounded {
    border-radius: 50%
}

html,
body {
    height: 100%
}

.bar-header {
    background-color: #141414;
    padding: .625rem .938rem;
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-transition: top .5s;
    transition: top .5s;
}

@media only screen and (min-width:37.5rem) {
    .bar-header {
        padding: .938rem 0
    }
}

.bar-header .logo {
    margin: 0;
    height: 2rem;
    line-height: 2rem
}

.bar-header .logo a {
    color: #fff;
    text-decoration: none;
    font-size: 2rem
}

.bar-header .icon-menu {
    float: left;
    cursor: pointer;
    margin: .313rem 1.25rem .313rem 0;
    width: 1.25rem;
    height: 1.25rem;
    fill: #fff;
}

@media only screen and (min-width:37.5rem) {
    .bar-header .icon-menu {
        margin: .313rem 1.25rem .313rem 1.563rem
    }
}

.bar-header .dosearch {
    float: right;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    margin: 0 0 0 0;
}

@media only screen and (min-width:37.5rem) {
    .bar-header .dosearch {
        margin: 0 1.25rem 0 0
    }
}

.bar-header .icon-search {
    width: 1.25rem;
    height: 1.25rem;
    fill: #fff;
    margin: .313rem
}

body.main-page {
    background-color: #141414;
}

body.main-page .bar-header {
    background-color: rgba(0, 0, 0, 0.7)
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 17;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.overlay.show {
    pointer-events: auto;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

main {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 5rem;
}

@media only screen and (min-width:37.5rem) {
    main {
        padding-top: 6.25rem
    }
}

.row {
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px
}

.row::after {
    content: '';
    display: table;
    clear: both
}

.flex-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.title-category {
    width: auto;
    max-width: 62.5rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
    margin-top: 0;
    text-transform: uppercase;
    padding: 0 .938rem
}

.title-category::after {
    content: '';
    display: table;
    clear: both
}

.box-item {
    -ms-flex: 1 0 300px;
    -webkit-box-flex: 1;
    flex: 1 0 300px;
    margin: 0 0 1.875rem;
    display: inline-block;
    min-height: 17.813rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
}

.box-body {
    border-radius: 4px;
}

@media only screen and (min-width:37.5rem) {
    .box-item {
        margin: 0 .938rem 1.875rem
    }
}

.box-item:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.box-item:hover .box-body time,
.box-item:hover .box-body p {
    color: #fff
}

.box-item:hover .box-body .new-post:after {
    background-color: #000
}

.box-item:hover .box-body .cover a:before {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.box-item a {
    text-decoration: none;
    display: block
}

.box-item .category {
    display: block;
    height: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0 .938rem;
}

.box-item .category a {
    color: #fff
}

.box-item .box-body img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.box-item .box-body time {
    font-weight: 300;
    font-size: 1rem;
    color: #797979;
    pointer-events: none
}

.box-item .box-body h2 {
    margin: .625rem 0;
    font-size: 1.5rem;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    line-height: 1.875rem;
}

.box-item .box-body p {
    margin: 0 0 1.875rem;
    color: #c2c2c2;
    font-size: 1.063rem;
    line-height: 1.625rem
}

.box-item .box-body .tags a {
    height: 1.875rem;
    line-height: 1.625rem;
    color: #fff;
    padding: 0 .625rem;
    border: 1px solid #fff;
    border-radius: 15px;
    display: inline-block;
    margin: 0 .625rem .625rem 0;
    z-index: 50;
}

.box-item .box-body .tags a:hover {
    color: #141414;
    background: #fff;
    border-color: #fff
}

.box-item .box-body .new-post:after {
    content: '最新作';
    text-transform: uppercase;
    display: inline-block;
    background: #ff0a16;
    color: #fff;
    font-size: .813rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 0 .5rem;
    position: absolute;
    margin-top: -2.187rem
}

.box-item .box-body .cover {
    position: relative;
}

.box-item .box-body .cover a:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("../../assets/img/icons/read.svg");
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    border: 2px solid #fff;
    z-index: 1000
}

.box-item .box-body .cover .preload {
    background: url("../../assets/img/icons/preloader.svg") center center no-repeat
}

.box-item .box-info {
    padding: .938rem
}

.post {
    position: relative;
    top: 1.875rem;
    background: #fff;
}

@media only screen and (min-width:37.5rem) {
    .post {
        top: 3.125rem
    }
}

.post-content {
    padding: 2.5rem 0;
}

.post-content img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

.post-content img.emoji {
    display: inline;
    padding: 0
}

.post-content img.post-cover {
    margin-bottom: 1.25rem;
}

@media only screen and (min-width:37.5rem) {
    .post-content img.post-cover {
        margin-bottom: 1.813rem
    }
}

.post-content img+em {
    display: block;
    color: #a9a9a9;
    text-align: center;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal
}

.post-content p,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content ul,
.post-content ol,
.post-content iframe {
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 2.188rem;
    padding: 0 1.25rem;
    margin: 0 auto 1.25rem;
    letter-spacing: .05rem;
}

.post-content p::after,
.post-content h1::after,
.post-content h2::after,
.post-content h3::after,
.post-content h4::after,
.post-content ul::after,
.post-content ol::after,
.post-content iframe::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width:37.5rem) {
    .post-content p,
    .post-content h1,
    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content ul,
    .post-content ol,
    .post-content iframe {
        font-size: 1.25rem;
        line-height: 2.5rem;
        margin: 0 auto 1.813rem
    }
}

.post-content h1.post-title {
    margin: 0 auto;
    line-height: 2.5rem;
}

@media only screen and (min-width:37.5rem) {
    .post-content h1.post-title {
        line-height: 3.75rem;
        margin: 0 auto .625rem
    }
}

.post-content p.subtitle {
    color: #a9a9a9;
    font-size: 1.125rem;
    margin: 0 auto .625rem;
    line-height: 1.875rem;
}

@media only screen and (min-width:37.5rem) {
    .post-content p.subtitle {
        font-size: 1.25rem;
        line-height: 2.5rem
    }
}

.post-content p.post-info {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: .813rem;
    letter-spacing: 0;
    color: #a9a9a9;
    margin: 0 auto;
}

@media only screen and (min-width:37.5rem) {
    .post-content p.post-info {
        font-size: 1rem
    }
}

.post-content p.post-info span,
.post-content p.post-info time {
    vertical-align: middle
}

.post-content p.post-info time {
    margin-right: .625rem;
}

@media only screen and (min-width:37.5rem) {
    .post-content p.post-info time {
        margin-right: 1.875rem
    }
}

.post-content li {
    padding: .625rem 0;
    ulmargin-bottom: 0
}

.post-content p,
.post-content li {
    color: #333;
}

.post-content p code,
.post-content li code {
    color: #bf616a;
    word-wrap: break-word;
    background: #f2f2f2;
    padding: .188rem .313rem;
    border-radius: 3px;
    font-size: 1.125rem
}

.post-content a {
    color: #00e;
    text-decoration: none
}

.post-content iframe {
    margin-top: 1.875rem;
    width: 100%
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

.post-content h1 {
    font-size: 2rem;
    line-height: 1.4;
}

@media only screen and (min-width:37.5rem) {
    .post-content h1 {
        font-size: 2.938rem
    }
}

.post-content h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}

@media only screen and (min-width:37.5rem) {
    .post-content h2 {
        font-size: 2.313rem
    }
}

.post-content h3 {
    font-size: 1.25rem;
    line-height: 1.4;
}

@media only screen and (min-width:37.5rem) {
    .post-content h3 {
        font-size: 1.688rem
    }
}

.post-content ul,
.post-content ol {
    padding-left: 2.5rem
}

.post-content ul.post-list {
    padding: 0;
}

.post-content ul.post-list.svg-serie p {
    padding: 0
}

@media only screen and (max-width:37.5rem) {
    .post-content ul.post-list {
        padding: 0 1.25rem
    }
}

.post-content blockquote {
    width: auto;
    max-width: 45.625rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    border-left: .313rem solid #333;
    padding: 0 1.875rem;
    margin: 3.125rem auto;
}

.post-content blockquote::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width:37.5rem) {
    .post-content blockquote {
        width: 90%
    }
}

.post-content blockquote p {
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

@media only screen and (max-width:37.5rem) {
    .post-content blockquote p {
        font-size: 1.25rem;
        line-height: 1.5;
        padding: 0
    }
}

.post-content hr {
    width: auto;
    max-width: 47.5rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #f2f2f2;
    margin: 50px auto
}

.post-content hr::after {
    content: '';
    display: table;
    clear: both
}

.post-content>table {
    margin: 3.125rem auto;
}

@media only screen and (max-width:37.5rem) {
    .post-content>table {
        display: none
    }
}

.post-content>table th,
.post-content>table td {
    border: .125rem solid #ccc;
    padding: .313rem
}

.post-content td>pre {
    padding: 0;
    margin: 0
}

.post-content td.gutter.gl {
    padding-right: 1.563rem;
    line-height: 1.5rem
}

.progress-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: .625rem;
    -webkit-transition: bottom .5s;
    transition: bottom .5s;
    border-top: 1px solid #f2f2f2;
}

.progress-bar .bar {
    display: block;
    width: 100%;
    height: 1.125rem;
    padding: .313rem 3.125rem
}

.progress-bar .completed {
    float: left;
    display: block;
    height: 8px;
    background-color: #ff0a16
}

.progress-bar .remaining {
    float: left;
    display: block;
    height: .5rem;
    background-color: #ccc
}

.progress-bar .time-completed,
.progress-bar .time-remaining {
    color: #333
}

.progress-bar .time-completed {
    float: left
}

.progress-bar .time-remaining {
    float: right
}

.icon-clock,
.icon-calendar {
    width: .938rem;
    height: .938rem;
    fill: #a9a9a9;
    vertical-align: middle;
    margin-right: .188rem
}

.post-content .tags {
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    margin: 0 auto 1.813rem;
    margin-top: 1.875rem;
    letter-spacing: .01rem;
    line-height: 2.5rem;
}

.post-content .tags::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width:37.5rem) {
    .post-content .tags {
        font-size: 1.25rem;
        letter-spacing: .05rem
    }
}

.post-content .tags a {
    font-size: .875rem;
    color: #141414;
    display: inline-block;
    border: 1px solid #141414;
    border-radius: 1.25rem;
    padding: 0 .625rem;
    margin-right: .125rem;
    margin-bottom: .5rem;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.post-content .tags a:hover {
    color: #fff;
    border: 1px solid #141414;
    background-color: #141414
}

.post-content .tag-title {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.375rem;
    margin-top: 3.75rem;
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.post-content .tag-title::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width:37.5rem) {
    .post-content .tag-title {
        font-size: 1.875rem;
        margin-top: 1.25rem;
        padding: 0 1.25rem
    }
}

.post-content .post-list {
    list-style: none;
    margin: 1.563rem auto;
}

@media only screen and (max-width:37.5rem) {
    .post-content .post-list {
        padding: 0 1.25rem
    }
}

.post-content .post-list a {
    display: block;
    border-bottom: 1px solid #dadada;
    padding: .625rem 0;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 1.125rem;
}

.post-content .post-list a:hover {
    border-bottom: 1px solid #ff0a16
}

.post-content .post-list .entry-date {
    float: right;
}

@media only screen and (max-width:37.5rem) {
    .post-content .post-list .entry-date {
        display: none
    }
}

.share {
    width: auto;
    max-width: 800px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    padding-top: 1.25rem;
}

.share::after {
    content: '';
    display: table;
    clear: both
}

article .share {
    border-top: none
}

.share svg {
    margin: .938rem;
    width: 35px;
    height: 35px
}

.share a {
    text-decoration: none;
    border: none
}

.share .icon {
    -webkit-transition: all .3s;
    transition: all .3s
}

.share .icon-twitter:hover {
    fill: #1da1f3
}

.share .icon-facebook:hover {
    fill: #3b5998
}

.share .icon-google-plus:hover {
    fill: #d34836
}

/*pre {
    background: #222;
    width: 100%;
    padding: 1.25rem 0;
    color: #fff;
    margin: 1.875rem 0;
    font-size: .875rem;
}
*/
@media only screen and (min-width:37.5rem) {
    pre {
        font-size: 1rem;
        padding: 2.5rem 0;
        margin: 3.125rem 0
    }
}

pre code {
    background: #2d302d;
    color: #fff;
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 1.25rem 1.25rem;
    overflow-x: scroll;
    border-radius: 5px;
}

pre code::after {
    content: '';
    display: table;
    clear: both
}

/*@media only screen and (max-width:37.5rem) {
    pre code {
        overflow-x: scroll
    }
}*/

pre span {
    line-height: 1.5rem;
    font-family: 'Monaco', 'Consolas', 'Menlo', monospace
}

.highlight {
    margin: 1.25rem 0;
}

@media only screen and (min-width:37.5rem) {
    .highlight {
        word-wrap: break-word
    }
}

.highlight .hll {
    background-color: #333
}

.highlight .c,
.highlight .cm,
.highlight .cp,
.highlight .c1,
.highlight .cs {
    color: #75715e
}

.highlight .err {
    color: #960050;
    background-color: #1e0010
}

.highlight .k,
.highlight .kc,
.highlight .kd,
.highlight .kp,
.highlight .kr,
.highlight .kt,
.highlight .no {
    color: #66d9ef
}

.highlight .l,
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo,
.highlight .se,
.highlight .il {
    color: #ae81ff
}

.highlight .o,
.highlight .p {
    color: #f7f7f2
}

.highlight .m,
.highlight .n,
.highlight .nb,
.highlight .ni,
.highlight .nl,
.highlight .nn,
.highlight .py,
.highlight .nv,
.highlight .w,
.highlight .bp,
.highlight .vc,
.highlight .vg,
.highlight .vi {
    color: #a4d043
}

.highlight .kn,
.highlight .nt,
.highlight .ow {
    color: #f92672
}

.highlight .ge {
    font-style: italic
}

.highlight .gs {
    font-weight: bold
}

.highlight .ld,
.highlight .s,
.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s2,
.highlight .sh,
.highlight .si,
.highlight .sx,
.highlight .sr,
.highlight .s1,
.highlight .ss {
    color: #e6db74
}

.highlight .na,
.highlight .nc,
.highlight .nd,
.highlight .ne,
.highlight .nf,
.highlight .nx {
    color: #a6e22e
}

.contact-form {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: .625rem;
}

.contact-form fieldset {
    border: none;
    font-weight: normal
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display: block;
    color: #333;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 1.125rem;
    height: 2.813rem;
}

.contact-form input[type="text"].has-error,
.contact-form input[type="email"].has-error,
.contact-form textarea.has-error {
    border-color: #f04242
}

.contact-form textarea {
    height: 12.5rem
}

.contact-form span {
    display: block;
    font-size: .875rem;
    color: #f04242;
    padding-bottom: .625rem
}

.contact-form button[type="submit"] {
    display: block;
    padding: 19px 39px 18px 39px;
    color: #fff;
    background: #ff0a16;
    font-size: 1.125rem;
    width: 100%;
    border: 1px solid #ba0009;
    border-width: 1px 1px 3px;
    margin-top: 3.125rem;
    margin-bottom: .625rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
}

.contact-form button[type="submit"]:hover {
    background: #d4000a
}

.contact-form [v-cloak] {
    display: none
}

.author {
    background: #f2f2f2;
    display: table;
    width: 100%;
    padding: 2.5rem 0;
    margin: 2.5rem 0;
}

@media only screen and (min-width:37.5rem) {
    .author {
        padding: 3.125rem 0
    }
}

.author .details {
    margin: auto;
    max-width: 50rem;
    padding: 0 1.25rem;
}

@media only screen and (max-width:37.5rem) {
    .author .details {
        text-align: center
    }
}

.author svg {
    width: 25px;
    height: 25px;
    margin-right: .625rem
}

.author a {
    fill: #a9a9a9;
    text-decoration: none;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.author a:hover {
    fill: #ff0a16
}

.author img {
    width: 11.25rem;
    border-radius: 50%;
    display: block;
    margin: auto;
}

@media only screen and (min-width:37.5rem) {
    .author img {
        float: left;
        margin-right: 3.125rem
    }
}

.author .def {
    color: #808080;
    font-size: 1.125rem;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: .625rem;
}

@media only screen and (min-width:37.5rem) {
    .author .def {
        margin: 0
    }
}

.author .name {
    margin: 0;
}

.author .name a {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #000;
    font-size: 1.875rem;
}

.author .name a:hover {
    color: #333
}

@media only screen and (min-width:37.5rem) {
    .author .name a {
        font-size: 2.813rem
    }
}

.author .desc {
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: .625rem;
    font-size: 1rem;
    line-height: 1.563rem;
}

@media only screen and (min-width:37.5rem) {
    .author .desc {
        font-size: 1.125rem
    }
}

.comments {
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 0 1.25rem;
}

.comments::after {
    content: '';
    display: table;
    clear: both
}

.comments h3 {
    margin: 0 0 1.875rem;
    font-size: 1.875rem
}

footer {
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    padding: 1.25rem 1.563rem;
    margin-top: 3.125rem;
    margin-bottom: 2.5rem;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
}

footer::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width:37.5rem) {
    footer {
        margin-top: 6.25rem
    }
}

footer p {
    text-decoration: none;
    color: #141414;
    font-size: 1rem;
    line-height: 1.563rem
}

footer span {
    font-weight: 700
}

footer svg {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: .625rem;
}

@media only screen and (min-width:37.5rem) {
    footer svg {
        margin-right: 1.25rem
    }
}

footer svg.love {
    width: 20px;
    height: 20px;
    fill: #ff0a16;
    margin-top: -.125rem;
    margin-left: .188rem;
    margin-right: .188rem
}

footer a {
    fill: #808080;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    color: #808080;
}

footer a:hover {
    fill: #ff0a16
}

footer a.creator:hover {
    text-decoration: underline
}

footer ul {
    padding: 0;
    list-style-type: none;
}

footer ul li {
    margin-bottom: .625rem
}

footer ul a {
    text-decoration: none;
    font-size: .938rem;
}

footer ul a:hover {
    text-decoration: underline
}

.main-page footer {
    background: #141414;
    border-top: 1px solid #2c2c2c;
}

.main-page footer p {
    color: #fff
}