/* 重置浏览器CSS */

html {
    color: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,

/*pre,
code,*/

form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
anav,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
button,
input,
select,
textarea {
    font-size: 12px/1.5;
}

input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset,
img,
a img {
    border: 0;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

body .hide {
    display: none;
}

.left,
.right {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}


/***********default settings**********/

body {
    font-size: 16px;
    font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.4, .01, .165, .99);
    transition: transform .2s cubic-bezier(.4, .01, .165, .99), -webkit-transform .2s cubic-bezier(.4, .01, .165, .99);
}

body.side {
    position: fixed;
    -webkit-transform: translate3D(250px, 0, 0);
    -ms-transform: translate3D(250px, 0, 0);
    transform: translate3D(250px, 0, 0)
}

a {
    color: #4A75B5;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline
}

a.external {
    padding-right: 13px;
    background: url('/images/icon/icons.gif') no-repeat right 1px;
}

a.external:hover {
    background-position: right -16px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.pic-tips {
    text-align: center;
    color: #aaa;
    font-size: 12px;
}

#sidebar {
    background-color: #202020;
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 1;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.3);
}

#sidebar-mask {
    background-color: rgba(255, 255, 255, 0);
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    z-index: 999
}

#sidebar-mask {
    left: 0;
    overflow: hidden;
    top: 0
}

#header {
    display: none;
    background-color: #323436;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: fixed;
    z-index: 9
}

#header h1 {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

#header h1 a {
    color: #999
}

#header .btn-bar {
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px
}

body.side #header .btn-bar i {
    opacity: 0
}

body.side #header .btn-bar:before {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 24px
}

body.side #header .btn-bar:after {
    bottom: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 24px
}

#header .btn-bar i,
#header .btn-bar:after,
#header .btn-bar:before {
    background-color: #999;
    height: 1px;
    left: 14px;
    position: absolute;
    -webkit-transition: all .2s cubic-bezier(.4, .01, .165, .99) .3s;
    transition: all .2s cubic-bezier(.4, .01, .165, .99) .3s;
    width: 22px
}

#header .btn-bar i {
    opacity: 1;
    top: 25px
}

#header .btn-bar:before {
    content: '';
    top: 17px
}

#header .btn-bar:after {
    bottom: 16px;
    content: ''
}

#header a.me,
#header a.me img {
    border-radius: 30px;
    height: 30px;
    overflow: hidden;
    width: 30px
}

#sidebar .profile {
    padding-top: 40px;
    padding-bottom: 10px;
}

#sidebar .buttons {
    margin: 0 0 20px;
}

#sidebar .profile a,
#sidebar .profile img {
    border-radius: 70px;
    height: 140px;
    overflow: hidden;
    width: 140px;
    line-height: 140px;
    text-align: center;
    background: #fff;
    font-size: 24px;
    text-decoration: none;
}

#sidebar .profile a {
    display: block;
    margin: 0 auto
}

#sidebar .profile span {
    color: #999;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-align: center
}

#sidebar .buttons li {
    display: block;
    height: 60px;
    width: 100%;
}

#sidebar .buttons li a {
    font-size: 20px;
    line-height: 2;
    color: #999;
    display: block;
    height: 100%;
    padding-left: 25px;
    margin-left: 20px;
    text-decoration: none;
    -webkit-transition: color .2s cubic-bezier(.4, .01, .165, .99);
    transition: color .2s cubic-bezier(.4, .01, .165, .99);
    transition: 1s;
}

#sidebar .buttons li a span {
    padding-left: 20px;
    letter-spacing: .1em;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

#sidebar .buttons li a:hover {
    color: rgba(153, 153, 153, .8);
    text-shadow: 0 0 .01em, 0 0 .02em;
}

#sidebar .buttons li a.inline {
    display: inline-block;
    width: 40px
}

.entry-title,
.entry-title a {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #000;
    text-align: center;
    word-wrap: break-word;
}

.entry-title a:hover {
    text-decoration: none;
}

.entry-date {
    text-align: center;
    color: #999;
    margin-bottom: 60px;
    font-size: 14px;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

h2 a.external {
    background: none;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
    line-height: 1.8em;
}


/*code {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 5px;
    font-family: "Courier";
    line-height: 14px;
    font-size: 14px;
    word-wrap: break-word;
}

pre {
    background-color: #000;
    padding: 15px;
    overflow: auto;
    margin-bottom: 40px;
    font-size: 14px;
    border: 1px solid #eee;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #b9bdb6;
    margin-top: -20px;
}

h4+pre,
h3+pre {
    margin-top: 20px;
}

pre code {
    background-color: transparent;
    border: none;
    padding: 0;
    word-wrap: normal;
}

pre ol {
    margin-left: 25px;
    list-style-type: decimal;
}*/

blockquote {
    margin-bottom: 40px;
    border-left: 3px solid #ccc;
    padding-left: 10px;
}

blockquote p {
    margin-bottom: 0;
}

:root {
    --progress-bar-height: 3px;
    --progress-bar-color: gainsboro;
    --progress-bar-value-color: dodgerblue;
    --progress-bar-value: 20%;
}
.progress-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
  
.progress-label {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
  
progress {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    width: 100%;
    height: var(--progress-bar-height);
    background-color: var(--progress-bar-color);
    border: none;
}
progress::-moz-progress-bar {
    background-color: var(--progress-bar-value-color);
}
progress::-webkit-progress-bar {
    background-color: var(--progress-bar-color);
}
progress::-webkit-progress-value {
    background-color: var(--progress-bar-value-color);
}
progress::-ms-fill {
    background-color: var(--progress-bar-value-color);
}

/************layout style*****************/

#content {
    width: 1200px;
    margin: 30px auto;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    position: relative;
    z-index: 1;
}


/****************entry style**************/

/*.fixed-nav {
    width: 740px;
    height: 38px;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -530px;
}

.fixed-nav ul {
    height: 100%;
}

.fixed-nav ul li {
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    line-height: 38px;
    text-align: center;
    background: #fff;
}

.fixed-nav ul li a {
    color: #404040;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .5s;
}

.fixed-nav ul li a:hover {
    text-shadow: 0 0 .03em, 0 0 .05em;
}*/

.sidenav {
    width: 290px;
    background: #fff;
    float: right;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 4px #ccc;
}

.sidenav h2 {
    margin-bottom: 15px;
}
.sidenav h2 a{
    font-size: 18px;
    color: #333;
}

.sidenav li {
    margin-bottom: 12px;
    word-break: break-all;
}

.sidenav a {
    color: #555;
    font-size: 14px;
    display: block;
}

.aboutme .head-img {
    max-width: 90px;
    float: left;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s;
}

.aboutme .head-img:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.aboutme .some-info {
    padding-left: 110px;
    font-size: 12px;
}


/*爱心动画*/

.aboutme .heart {
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-image: url('../../images/icon/web_heart_animation.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 2900%;
    position: absolute;
    margin-top: 50px;
    margin-left: 190px;
}

.aboutme .heart:hover {
    background-position: right;
}

.is_animating {
    animation: heart-burst .8s steps(28) 1;
}

@keyframes heart-burst {
    from {
        background-position: left;
    }
    to {
        background-position: right;
    }
}

.entry {
    margin-bottom: 10px;
    width: 880px;
    float: left;
    background: #fff;
    padding: 0 30px 30px;
    box-shadow: 0 2px 6px #ccc;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 30px 0 10px;
}

.entry ul {
    margin-bottom: 25px;
    margin-left: 25px;
}

.entry p+ul {
    margin-top: -20px;
}

.entry ul li {
    margin-bottom: 5px;
    list-style: disc;
    line-height: 1.8em;
}

.entry ol {
    margin-bottom: 25px;
    margin-left: 25px;
}

.entry ol li {
    margin-bottom: 5px;
    list-style: decimal;
    line-height: 1.1em;
}

.entry blockquote {
    color: gray;
    font-style: italic;
    font-size: .95em;
    margin: 20px 0 20px 25px;
}

.entry img {
    max-width: 670px;
    display: block;
    margin: 10px auto;
}

.index-content .section {
    margin-left: 20%;
    padding-top: 40px;
    padding-right: 15%;
}

.index-content .artical-list {
    width: 80%;
    margin: 0 auto;
}

.index-content .artical-list li {
    margin-bottom: 70px;
}

.index-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    word-break: break-all;
}

.index-content h2 a {
    color: #444
}

.index-content h2 a:hover {
    color: #E50053;
    text-decoration: none;
}

.index-content .title-desc {
    color: #999;
    font-size: 14px;
    line-height: 1.6em;
}

.index-content .date{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    color: #bbb;
}

.index-content .post-more-link {
    margin-top: 20px;
    text-align: left;
}

.index-content .post-more-link .btn {
    font-size: 14px;
    background: transparent;
    color: #666;
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
    text-decoration: none;
}

.index-content .artical-cate {
    width: 80%;
    margin: 0 auto;
}

.index-content .artical-cate li {
    display: inline-block;
    *float: left;
    zoom: 1;
    font-size: 18px;
    width: 24%;
    cursor: pointer;
}

.index-content .artical-cate li a,
.index-content .artical-cate li a:visited {
    display: inline-block;
    zoom: 1;
    color: #000;
    width: 100%;
    transition: 1s;
}

.index-content .artical-cate li a:hover {
    text-decoration: none;
    text-shadow: 0 0 .01em, 0 0 .02em;
}

.index-content .artical-cate li.on span {
    color: red;
}

.index-content .cate-bar {
    height: 3px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.index-content #cateBar {
    display: inline-block;
    zoom: 1;
    height: 3px;
    background: red;
    position: relative;
    width: 0;
}


/***************Wiki Style*****************/

.wiki h2 {
    cursor: pointer;
}

.wiki ul {
    margin-left: 30px;
    margin-bottom: 20px;
    list-style: disc
}

.wiki ul li {
    margin-bottom: 5px;
}

.wiki ul ul {
    list-style: circle;
    margin-top: 10px;
    margin-bottom: 10px;
}


/***************contact style*************/

#disqus_container {
    font-size: 12px;
}

#disqus_container a.comment {
    font-size: 14px;
}

h3.about {
    color: #777;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 10px
}

.about-link a {
    margin-right: 10px;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    color: #E50053
}


/**************目录导航**************/

#menuIndex {
    overflow: auto;
}

#menuIndex a {
    display: block;
    padding: 2px 0;
}

#menuIndex a:hover {
    text-decoration: none;
}

#menuIndex ul {
    margin-bottom: 10px;
}

#menuIndex ul li {
    font-size: 12px;
    margin-bottom: 5px;
    word-wrap: break-word;
    padding-left: 10px;
}

#menuIndex ul li.on {
    background-color: #f5f5f5;
}

#menuIndex li.h1 {
    font-size: 14px;
    font-weight: normal;
    padding-left: 0;
    margin-bottom: 10px;
}

#menuIndex li.h3 {
    padding-left: 25px;
    margin-top: 0;
}

.home-menu {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 5;
    font-size: 0;
}

.home-menu-icon {
    line-height: 38px;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background: #000;
}

.home-follow {
    margin-left: 2px;
    line-height: 38px;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background: #000;
}

.home-menu-icon:hover,
.home-follow:hover {
    color: #fff;
    text-decoration: none;
}

.home-contact {
    color: #fff;
    margin-top: 2px;
    background: #000;
    padding: 8px 0 7px;
    text-align: center;
    display: none;
}

.home-contact a {
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.home-contact a span {
    display: none;
}


/**************返回顶部**************/

#J_gotoTop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    background: url('../../images/icon/top.png') center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    body {
        font-size: 14px;
    }
    #content {
        width: 85%;
        margin: 0 auto 30px;
        padding-top: 50px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    embed {
        display: none;
    }
    .fixed-nav {
        display: none;
    }
    .entry-title,
    .entry-title a {
        font-size: 24px;
    }
    .entry-date {
        margin-bottom: 40px;
    }
    .entry img {
        max-width: 90%;
    }
    /*.entry pre ol li {
        margin-bottom: 0;
        line-height: 1em;
    }
    .entry pre code {
        line-height: 1em;
        font-size: 12px;
    }*/
    .sidenav {
        display: none;
    }
    .entry {
        float: none;
        width: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
    .index-content{
        padding-top: 60px;
    }
    .index-content .section {
        margin-left: 0;
        padding-right: 0;
    }
    .index-content .section ul {
        width: 85%;
    }
    .index-content .cate-bar {
        width: 85%;
        display: none;
    }
    .index-content .artical-cate {
        margin-top: 50px;
        display: none;
    }
    #J_gotoTop {
        display: none;
        background-image: none;
    }
}

@media (max-width: 1020px) {
    #menuIndex {
        display: none;
    }
    .home-menu {
        position: absolute;
    }
    .index-content .cate-bar,
    .index-content .artical-list,
    .index-content .artical-cate {
        width: 85%;
    }
    .sidenav {
        display: none;
    }
    .fixed-nav {
        display: none;
    }
    .entry {
        float: none;
        width: auto;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
    #content {
        width: 85%;
        margin: 0 auto 30px;
        padding-top: 50px;
    }
}

@media (max-width: 1300px) {
    .home-menu {
        position: absolute;
    }
}


/* tags support */

.post-preview > a {
    color: #404040;
}

.post-preview > a:hover,
.post-preview > a:focus {
    text-decoration: none;
    color: #0085a1;
}

.post-preview > a > .post-title {
    font-size: 21px;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 8px;
}

.post-preview > a > .post-subtitle {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-preview > .post-meta {
    font-family: 'Lora', 'Times New Roman', serif;
    color: #808080;
    font-size: 16px;
    font-style: italic;
    margin-top: 0;
}

.post-preview > .post-meta > a {
    text-decoration: none;
    color: #404040;
}

.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
    color: #0085a1;
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .post-preview > a > .post-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .post-preview > a > .post-subtitle {
        font-size: 16px;
    }
    .post-preview .post-meta {
        font-size: 18px;
    }
}

.tags {
    margin-bottom: -5px;
}

.tags a,
.tags .tag {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999em;
    padding: 0 10px;
    color: #ffffff;
    line-height: 24px;
    font-size: 12px;
    text-decoration: none;
    margin: 0 1px;
    margin-bottom: 6px;
}

.tags a:hover,
.tags .tag:hover,
.tags a:active,
.tags .tag:active {
    color: white;
    border-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .tags a,
    .tags .tag {
        margin-right: 5px;
    }
}

#tag-heading {
    padding: 70px 0 60px;
}

@media only screen and (min-width: 768px) {
    #tag-heading {
        padding: 55px 0;
    }
}

#tag_cloud {
    width: 80%;
    margin: 0 auto;
}

#tag_cloud a,
#tag_cloud .tag {
    font-size: 14px;
    border: none;
    line-height: 28px;
    margin: 0 2px;
    margin-bottom: 8px;
    background: #D6D6D6;
}

#tag_cloud a:hover,
#tag_cloud .tag:hover,
#tag_cloud a:active,
#tag_cloud .tag:active {
    background-color: #0085a1 !important;
}

@media only screen and (min-width: 768px) {
    #tag_cloud {
        margin-bottom: 25px;
    }
}

.tag-comments {
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .tag-comments {
        font-size: 14px;
    }
}

.t:first-child {
    margin-top: 0px;
}

.listing-seperator {
    color: #0085a1;
    font-size: 21px !important;
}

.listing-seperator::before {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    .listing-seperator {
        font-size: 20px !important;
        line-height: 2 !important;
    }
}

.one-tag-list {
    width: 80%;
    margin: 0 auto;
}

.listing-seperator {
    color: #0085a1;
}

.one-tag-list .tag-text {
    font-weight: 200;
    font-family: -apple-system, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
    line-height: 1.7;
}

.one-tag-list .post-preview {
    position: relative;
}

.one-tag-list .post-preview > a .post-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.one-tag-list .post-preview > a .post-subtitle {
    font-size: 12px;
}

.one-tag-list .post-preview > .post-meta {
    position: absolute;
    right: 5px;
    bottom: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 12px;
}

@media only screen and (min-width: 768px) {
    .one-tag-list .post-preview {
        margin-left: 20px;
    }
    .one-tag-list .post-preview > a > .post-title {
        font-size: 18px;
        line-height: 1.3;
    }
    .one-tag-list .post-preview > a > .post-subtitle {
        font-size: 14px;
    }
    .one-tag-list .post-preview .post-meta {
        font-size: 18px;
    }
}

.footer {
    clear: both;
    font-size: 20px;
    padding-bottom: 25px;
    margin-left: 20%;
    padding-right: 15%;
}

.footer .copyright {
    font-size: 14px;
    margin-bottom: 0;
    width: 80%;
    margin: 0 auto;
}

.footer .copyright a {
    color: #337ab7;
}

.footer .copyright a:hover,
.footer .copyright a:focus {
    color: #0085a1;
}

@media screen and (max-width:768px) {
    #header {
        display: block;
        -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);
        -webkit-transition: all .2s cubic-bezier(.4, .01, .165, .99);
        transition: all .2s cubic-bezier(.4, .01, .165, .99)
    }
    #sidebar {
        -webkit-transition: -webkit-transform .2s cubic-bezier(.4, .01, .165, .99);
        transition: transform .2s cubic-bezier(.4, .01, .165, .99), -webkit-transform .2s cubic-bezier(.4, .01, .165, .99)
    }
    #sidebar.behavior_1 {
        -webkit-transform: translate3D(-250px, 0, 0);
        -ms-transform: translate3D(-250px, 0, 0);
        transform: translate3D(-250px, 0, 0)
    }
    #sidebar.behavior_2 {
        -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0)
    }
    #sidebar .profile {
        padding-top: 20px;
        padding-bottom: 20px
    }
    #sidebar .profile a,
    #sidebar .profile img {
        border-radius: 100px;
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
    #sidebar .profile span {
        display: none
    }
    .js-particles, .js-calculator, .footer {
        display: none;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    #sidebar {
        width: 75px
    }
    #sidebar .profile {
        padding-top: 20px
    }
    #sidebar .profile a,
    #sidebar .profile img {
        border-radius: 40px;
        height: 40px;
        width: 40px
    }
    #sidebar .profile span {
        display: none
    }
    #sidebar .buttons li a {
        padding: 0;
        display: block;
        font-size: 18px;
        margin: 0 auto
    }
    #sidebar .buttons li a span {
        display: none
    }
    #sidebar .buttons li a.inline {
        width: 100%;
    }
}
