/*
  Theme Name: Robinu Theme
  URI: http://sheshui.me/
  Version: 2.0
  Author: Robin L. info@sheshui.net
  Description: Responsive Web Design
*/
*, *:after, *::before {
    box-sizing: border-box;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.woff?ibtkww') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    line-height: 1.5;
    color: #444444;
}

.gn-icon::before {
    font-family: 'icomoon', serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    display: none;
    text-align: center;
    text-transform: none;
    line-height: 60px;
    speak: none;
    vertical-align: -1px;
    margin: 0 2px;

    /* Better Font Rendering 消除图标字体锯齿问题 =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Reset by http://meyerweb.com/eric/tools/css/reset/ [v2.0 | 20110126 License: none (public domain)] */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


.widget li {
    list-style: none;
}

.markdown-body ol, .markdown-body ul {
    padding-left: 20px!important;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

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

span.caps {
    font-size: 1em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub a, sup a {
    color: #428bca;
    text-decoration: none;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.5em;
}

body {
    overflow-y: scroll;
}

li strong, blockquote strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #444444;
    cursor: pointer;
    outline: none;
}

a img {
    outline: none;
}

a:hover span,
a:hover, a:focus {
    text-decoration: underline;
    color: #FF7300;
}

a:focus, a:active {
    text-decoration: none;
}

.clearfix {
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 0;
}

.clearfloat:after {
    content: '';
    display: block;
    clear: both;
}

input[type=text], textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD #E4E4E4 #E4E4E4 #DDDDDD;
    height: auto;
    padding: 5px;
    vertical-align: middle;
    outline: none;
    font-size: 1rem;
    resize: none;
}

.hidden {
    display: none;
}

.en {
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    line-height: 1em;
}

/* Layout */
.page {
    background-color: #EDEDEF;
}

.top, .main, .bottom {
    clear: both;
}

.top header,
.main {
    margin: 0 auto;
    width: 1000px;
}

.main section {
    float: left;
    width: 720px;
    min-height: 780px;
}

.main aside {
    float: right;
    width: 260px;
    padding: 20px 0 0;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 2px rgba(198, 198, 198, 0.5)
}

.one-column .main {
    background-image: none;;
}

.one-column .main section {
    background-image: none;
    width: 1000px;
    float: none;
}

.one-column .main article {
    padding: 20px;
    background: rgba(255, 255, 255, 1);
}

.grid-three-layout, .grid-four-layout {
    overflow: hidden;
    margin: 10px 0;
}

.grid-three-layout .block, .grid-four-layout .block {
    display: inline;
    float: left;
    padding: 0 16px;
}

.grid-four-layout .block {
    width: 240px;
}

.grid-three-layout .block h2, .grid-four-layout .block h2 {
    margin-bottom: 5px;
    font-size: 18px;
}

.grid-three-layout .block ul, .grid-four-layout .block ul {
    margin-left: 0;
}

.grid-three-layout .block li, .grid-four-layout .block li {
    overflow: hidden;
    padding: 5px 0 5px 10px;
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
}

.grid-three-layout .block li a, .grid-four-layout .block li a {
    text-decoration: none;
}

.grid-three-layout .block li a, .grid-four-layout .block li .time {
    float: right;
    font-size: .8em;
    line-height: 1.8em;
    color: #999
}

.grid-three-layout .first, .grid-four-layout .first {
    padding-left: 0;
}

.grid-three-layout .last, .grid-four-layout .last {
    padding-right: 0;
    border-right: 0 none;
}


/* Top */
.top {
    background-color:  #f8f8f8;
    height: 70px;
    padding-top: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px rgba(198, 198, 198, 0.5);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
}

/* Bottom */
.bottom {
    border-top: 1px solid #E4E4E4;
    background-color: #f8f8f8;
}

footer {
    padding: 15px 8px;
    width: 100%;
}

footer h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

footer li {
    padding: 0.2em 0 0.2em 10px;
}

.footer-left {
    float: left;
    padding: 0;
}

.footer-left nav {
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 2px rgba(198, 198, 198, 0.5)
}

.footer-left nav a {
    padding: 2px 5px;
}

.footer-left nav a span {
    padding-left: 2px;
}

.footer-left .box {
    float: left;
    width: 240px;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
}

.footer-left .first {
    width: 100px;
}

footer .mission p {
    color: #d2d2d2;
    font-size: 18px;
}

.footer-right {
    float: right;
    padding: 0;
    width: 265px;
}

.footer-right p, .footer-right a, .footer-right span {
    font-size: 11px;
    color: #999999;
}

/* Common Rules */
.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

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

.float-left {
    float: left;
    padding-right: 1em;
}

.float-right {
    float: right;
    padding-left: 1em;
}

.float-left img, .float-right img {
}

.published-time {
    color: #999999;
    font-size: 11px;
    padding: 0 15px;
}

header {
}

header .site-name {
    float: left;
    width: 320px;
    text-align: left;
    position: relative;
}

header .site-name,
header .site-name a {
    color: #444444;
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: 400;
    white-space: nowrap;
}

header .site-name span {
    height: auto;
    display: block;
    color: #666666;
    overflow: hidden;
    font-size: 12px;
}

header .site-name:hover span {
    top: 0;
}

header .site-name a:hover {
    text-decoration: none;
}

header .avatar {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    border-radius: 50%;
    background: url('../images/avatar.gif') scroll center center #FFFFFF;
    background-size: cover;
    overflow: hidden;
}

header nav.mainnav {
    position: relative;
    padding: 0;
    height: 60px;
    margin-left: 320px;
    border-left: 1px dotted #F2F2F2;
}

header nav.mainnav ul {
    height: 60px;
}

header nav.mainnav li {
    display: inline;
    float: left;
    height: 60px;
    padding: 0;
}

header nav.mainnav a {
    float: left;
    color: #444444;
    padding: 0 20px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    box-sizing: initial;
    line-height: 60px;
    text-decoration: none;
    outline: 0 none;
}

header nav.mainnav .active a,
header nav.mainnav a:hover, header nav a:focus {
    color: #FF7700;
    font-weight: 600;
}

nav.mainnav li {
    padding: 0.2em 0;
}

header nav.mainnav .active {
    position: relative;
}

header nav.mainnav .active:after {
    position: absolute;
    left: 50%;
    top: -2px;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    margin-left: -10px;
    pointer-events: none;
}

header nav.mainnav .link-studio, header nav.mainnav .link-studio:hover {
    position: absolute;
    top: 15px;
    right: 0;
    background-color: #F2F2F2;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    color: #999999;
    font-size: 13px;
}

header nav.mainnav .link-studio:hover {
    color: #666666;
}

.gn-menu-main {
    display: none;
}

.breadcrumb {
    height: 20px;
    line-height: 20px;
    font-size: .9em;
}

.breadcrumb, .breadcrumb a {
    color: #D2D2D2
}

.pager-nav {
    clear: both;
    margin-bottom: 20px;
}

.pager-nav strong {
    font-weight: bold;
    color: #666666;
}

.pager-nav p {
    margin: 5px 0;
    width: 100%;
    line-height: 1.5em;
    background-color: #FFFFFF;
    padding: 10px 15px;
    box-shadow: 0 0 2px rgba(198, 198, 198, 0.5);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
}

.pager-nav p:before {
    vertical-align: -1px;
    margin-right: 2px;
}

.pager-nav a:hover {
    color: #FF7300;
    text-decoration: none;
}

.pager-nav a:hover p {
    color: #FF7300;
    text-decoration: none;
}

.sub-nav {
    height: 35px;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(198, 198, 198, 0.5);
    overflow: hidden;
    padding-right: 50px;
    position: relative;
}

.sub-nav li {
    display: inline;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0 1px 0 0;
    padding: 0;
}

.sub-nav a {
    float: left;
    color: #444444;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    outline: none;
}

.sub-nav .active a,
.sub-nav a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4D4D4D;
}

.sub-nav .more {
    float: right;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.contact-block legend {
    display: none;
}

.contact-block input, .contact-block textarea {
    width: 100%;
}

.contact-block .zemError {
    padding: 5px;
    border: 1px solid #FF7700;
    margin: 10px 0;
}

.meta {
    margin-bottom: .8em
}

.entry .meta {
    clear: both;
    margin: 1em -20px 0;
    padding: .5em 20px 0;
    border-top: 1px dotted #E9E9E9;
}

.meta a {
    color: #999999;
    text-decoration: none;
}

.meta p,
.meta p span,
.meta time {
    display: inline;
    font-size: 1em;
    color: #999999;
    margin: 0;
}

.meta .morelink,
.meta .commentlink {
    float: right;
    height: 20px;
    padding: 0 5px;
    position: relative;
    background-color: rgba(248, 248, 248, 1);
}

.meta .morelink a,
.meta .commentlink a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.meta .morelink a:after,
.meta .commentlink a:after {
    position: absolute;
    right: -25px;
    top: 0;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-left-color: rgba(248, 248, 248, 1);
}

.meta .morelink:hover,
.meta .commentlink:hover {
    background-color: rgba(255, 119, 0, 1);
}

.meta .morelink:hover a,
.meta .commentlink:hover a {
    color: #FFFFFF;
}

.meta .morelink:hover a:after,
.meta .commentlink:hover a:after {
    border-left-color: rgba(255, 119, 0, 1);
}

/* GN-Menu Begin*/
.gn-menu .gn-icon::before {
    width: 60px;
    display: inline-block;
}

.icon-star:before {
    content: "\e60d";
}

.icon-home:before {
    content: "\e60e";
}

.icon-search:before {
    content: "\e60f";
}

.icon-tag:before {
    content: "\e610";
}

.icon-camera:before {
    content: "\e611";
}

.icon-article:before {
    content: "\e612";
}

.icon-clock:before {
    content: "\e613";
}

.icon-calendar:before {
    content: "\e614";
}

.icon-info:before {
    content: "\e615";
}

.icon-help:before {
    content: "\e616";
}

.icon-pictures:before {
    content: "\e617";
}

.icon-archive:before {
    content: "\e618";
}

.icon-arrow-left:before {
    content: "\e619";
}

.icon-arrow-right:before {
    content: "\e61a";
}

.gn-menu-main, .gn-menu-main ul {
    margin: 0;
    padding: 0;
    background: rgba(77, 77, 77, 1);
    color: #FFFFFF;
    list-style: none;
    text-transform: none;
    font-weight: 400;
    line-height: 60px;
    height: auto;
    z-index: 9999;
}

.gn-menu-main li form {
    line-height: 60px;
}

.gn-menu-main li {
    display: block;
    float: none;
    height: auto;
    border: 0 none;
}

.gn-menu-main nav {
    height: auto;
}

.gn-menu-main nav a {
    float: none;
    color: #FFFFFF;
    padding: 0;
    height: auto;
    width: auto;
    text-align: left;
    font-size: 18px;
}

.gn-menu-main li,
.gn-menu-main a,
.gn-menu-main span {
    line-height: 70px;
    color: #FFF;
}

.gn-menu-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    font-size: 16px;
    z-index: 99999;
}

.gn-menu-main a {
    display: block;
    height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
    background: #333;
    color: white;
}

.gn-menu-main > li {
    display: block;
    float: left;
    height: 100%;
    border-left: 1px solid #666666;
    border-right: 1px solid #444444;
    text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
    position: relative;
    width: 60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gn-menu-main li.sitename span {
    color: #FFFFFF;
    font-size: 22px;
}

.gn-menu-main li.sitename a:hover span {
    font-size: 22px;
}

.gn-menu-main > li:last-child {
    float: right;
    padding-right: 5px;
    border-right: none;
    border-left: 0 none;
}

.gn-menu-main > li > a {
    padding: 0 25px;
    letter-spacing: 1px;
    font-size: 18px;
}

.gn-menu-main > li > a > span {
    font-size: 18px;
}

.gn-menu-main > li > a:hover span {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
}

.gn-menu-main:after {
    display: table;
    clear: both;
    content: "";
}

.gn-menu-wrapper {
    position: fixed;
    top: 69px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    border-top: 1px solid #444444;
    background: #4D4D4D;
    transform: translateX(-60px);
    -webkit-transition: -webkit-transform 0.3s, width 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
    position: absolute;
    overflow-y: scroll;
    width: 370px;
    height: 100%;
}

.gn-menu {
    border-bottom: 1px solid #444444;
    text-align: left;
    font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
    box-shadow: inset 0 1px #444444
}

.gn-submenu li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.gn-submenu li a {
    color: white
}

input.gn-search {
    position: relative;
    z-index: 10;
    padding-left: 60px;
    outline: none;
    border: none;
    background: transparent;
    color: #666666;
    font-weight: 400;
    cursor: pointer;
    font-size: 18px;
    width: 300px
}

/* placeholder */
.gn-search::-webkit-input-placeholder {
    color: #666666
}

.gn-search:-moz-placeholder {
    color: #666666
}

.gn-search::-moz-placeholder {
    color: #666666
}

.gn-search:-ms-input-placeholder {
    color: #666666
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
    color: transparent
}

input.gn-search:focus {
    cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
    color: white
}

/* placeholder */
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
    color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
    color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
    color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
    color: white
}

.gn-menu-main a.icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

/* if an icon anchor has a span, hide the span */
.gn-trigger .gn-icon span {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.gn-icon-menu::before {
    display: inline-block;
    margin-left: -12px;
    vertical-align: 0;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    box-shadow: 0 3px #4D4D4D, 0 -6px #FFFFFF, 0 -9px #4D4D4D, 0 -12px #FFFFFF;
    content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
    background: #FFFFFF;
    box-shadow: 0 3px #444444, 0 -6px #FFFFFF, 0 -9px #444444, 0 -12px #FFFFFF;
}

.gn-icon-menu.gn-selected::before {
    background: #5993cd;
    box-shadow: 0 3px #4D4D4D, 0 -6px #5993cd, 0 -9px #4D4D4D, 0 -12px #5993cd;
}

/* styles for opening menu */
.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
    transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
    width: 340px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
    height: 70px
}

.page_navi {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.page_navi a {
    border: 1px solid #ddd;
    border-radius: 18px;
    color: #888;
    line-height: 36px;
    margin: 2px;
    padding: 3px 18px;
    text-decoration: none;
    white-space: nowrap;
}

.page_navi a:hover, .page_navi a.current {
    border: 1px solid #1e90ff;
    color: #4682b4;
    font-weight: bolder;
}

.main hgroup {
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(198, 198, 198, 0.5);
}

.main hgroup h1 {
    margin: 5px 0;
    color: #FF6D99;
    text-shadow: 1px 1px 1px #A50031;
    font-size: 32px;
}

.main hgroup h3 {
    text-shadow: 1px 1px 0 #F8F8F8;
    color: #888;
    margin: 5px 0;
}

section h2,
section .post-title {
    font-size: 26px;
}

section .category-title {
    color: #666666;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 3px rgba(198, 198, 198, 0.5);
    padding: 10px 20px;
    margin-bottom: 10px;
}

section h3,
section h4 {
    color: #444444;
    margin-bottom: 0.6em;
}

section h3, section h3 span {
    font-size: 18px;
}

section h4, section h4 span {
    font-size: 16px;
}

section h5, section h5 span {
    font-size: 14px;
}

section p {
    margin-bottom: 1em;
    text-align: left;
    word-wrap: break-word;
}

section p em {
    font-style: italic;
}

section .entry {
    position: relative
}

section .entry .post-title {
    margin-bottom: 0.6em;
    padding-top: 14px;
    font-weight: 500;
}

section .entry h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0.6em;
}

section .entry .article-image {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-right: 0; /*border:6px solid #f8f8f8; box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.25)*/
}

section .entry .article-image img {
    width: auto;
    max-width: none;
}

section .entry li { /*padding: 5px 10px; margin-bottom: 10px;*/
    line-height: 180%;
}

section .entry li a {
    text-decoration: underline;
}

section .entry li a:hover {
    color: #FF7300;
}

section .entry li strong {
    font-weight: bold;
    padding: 0 2px;
}

.blogs section .entry:after {
    position: absolute;
    right: 100%;
    top: 20px;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-right-color: rgba(255, 255, 255, 1);
}

article {
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, .9333333);
    box-shadow: 0 0 2px rgba(198, 198, 198, 0.5);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
}

article p {
    margin-bottom: 1em;
}

article p strong {
    font-weight: bold;
}

article > p:last-child {
    margin-bottom: 0;
}

article h1.post-title {
    padding: 0 20px 10px;
    margin: 0 -20px 10px;
    border-bottom: 1px dotted #e4e4e4;
    font-weight: 500;
}

article .post-title a:hover {
    color: #FF7300;
    text-decoration: none;
}

article pre {
    font-size: 12px;
    background-color: #F8F8F8;
    overflow: auto;
    margin-bottom: 1em;
    word-wrap: break-word;
    border: 1px dashed #EDEDED;
}

article pre p {
    margin: 0;
}

article blockquote {
    position: relative;
    border-left: 2px solid #DDDDDD;
    padding-left: 0.5em;
    margin-bottom: 0.8em;
    text-align: justify;
}

article blockquote, article blockquote p, article blockquote span {
    color: #999999;
}

article img {
    max-width: 100% /*680px*/;
    height: auto;
    width: auto;
}

article img.thumbnail-img {
    width: 680px;
}

article p img.img660 {
    margin: 0 auto;
    padding: 10px;
    background-color: #F8F8F8;
}

article li a:hover {
    color: #FF7300;
    text-decoration: underline;
}

article .summary {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #F8F8F8;
}

article .summary p {
    margin: 0;
}

article .sp {
    margin-bottom: 10px;
}

article .relatived {
    border-top: 1px dotted #E4E4E4;
    padding: 10px 20px;
    margin: 0 -20px;
}

article .relatived h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #666666;
}

article .relatived ul {
    margin-left: 0;
    margin-bottom: 0;
}

article .relatived li {
    line-height: 150%;
    margin-bottom: 0;
    padding: 5px 0 5px 10px;
}

article .relatived li:before { /*content:"•"; font:1.2em solid Arial,sans-serif*/
}

article .relatived li a {
    text-decoration: none;
    outline: none;
    color: #666666;
}

article .relatived li a:hover {
    color: #FF7300;
}

article .slide img {
    max-width: 100%;
}

article .timeline-box {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

article .timeline-box:before {
    content: '';
    position: absolute;
    top: 1em;
    left: 12%;
    width: 5px;
    height: 100%;
    background-color: #F8F8F8;
}

article .timeline-box:after { /*content:" "; width: 10px;height: 10px;position: absolute;background-color: #FFF;border-radius: 50%;box-shadow: 0 0 0 2px #EDEDED;left: -6%;top: 15px;margin: 0;background-size: cover;*/
}

article .timeline-box dt {
    display: block;
    width: 10%; /*position: absolute;top:11px;*/
    float: left;
    margin-top: 1em;
    font-size: 14px;
    text-align: right;
}

article .timeline-box dd {
    margin: 10px 0 0 15%;
    background-color: #F8F8F8;
    padding: 10px 15px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
}

article .timeline-box dd img {
    margin: 5px 0;
}

article .timeline-box dd strong {
    font-size: 1.4em;
    margin-bottom: .5em;
    display: block;
}

article .timeline-box dd:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #EDEDED;
    left: -4%;
    top: 6px;
    margin: 0;
    background-size: cover;
}

article .timeline-box dd:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #F8F8F8;
    border-width: 8px;
    top: 4px;
}

.blogs article .author:hover {
    opacity: 1;
}

/* Aside */
aside .introduce a {
    text-decoration: underline;
}

aside a:hover {
    text-decoration: underline;
    color: #FF7300;
}

aside h2, aside h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

aside h2 {
    font-size: 18px;
}

aside h3 {
    font-size: 16px;
    margin: 0 -15px;
    padding: 5px 15px;
    background-color: rgba(233, 233, 233, .3);
}

aside .widget {
    padding: 0 15px 20px;
}

aside .widget p {
    padding: 5px 0;
}

aside .search input[type=text] {
    width: 80%;
    height: 39px;
    padding: 0;
    border: 0 none;
    border-bottom: 1px solid #E4E4E4;
}

aside .search input[type=text]:focus {
}

aside .search input.btn {
    width: 20%;
    height: 40px;
    padding: 0;
    border: 0 none;
    vertical-align: middle;
    outline: none;
    background-color: #E4E4E4;
}

aside .search input.btn:hover { /*box-shadow: 0 0 5px #DDDDDD;*/
    cursor: pointer;
}

aside .search p {
    padding: 0;
}

aside .proverbs {
    margin-top: -20px
}

aside .proverbs p {
    background-color: #FF7700;
    color: #FFFFFF;
    margin: 0 -15px;
    padding: .8em 15px;
    font-size: 1.2em;
    text-shadow: 0 0 0
}

aside .fixed {
    display: block;
    position: fixed;
    top: 15px;
    width: 265px;
    margin: 0;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 1);
}

aside .fixed li {
    overflow: hidden;
}

aside .archives {
}

aside > div:last-child {
    margin-bottom: 0;
}

aside nav a {
    text-decoration: none;
}

aside nav a:hover {
    text-decoration: underline;
    color: #FF7300;
}

aside nav li {
    padding: 0.2em 0 0.2em 10px;
}

aside li {
    margin: 0 -15px;
    background: none no-repeat scroll 2px 8px transparent;
    border-bottom: 1px solid #E9E9E9;
}

aside li a {
    display: block;
    padding: 0.5em 15px;
    text-decoration: none;
}

aside li a .time {
    float: right;
    font-size: .8em;
    line-height: 1.8em;
    color: #999
}

aside li.active {
    position: relative;
}

aside li.active:after {
    position: absolute;
    left: 0;
    top: 6px;
    border: 10px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-left-color: rgba(237, 237, 239, 1);
}

aside li.active a {
    font-weight: bold;
}

aside li a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #FF7300;
}

/* Comment */
.comment {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 20px;
    box-shadow: 0 0 2px rgba(198, 198, 198, 0.5)
}

.comment h2 {
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 18px
}

.comment label {
    width: 42px;
    height: auto;
    padding: .5em;
}

.comment input[type=text],
.comment textarea {
    margin: 0;
    outline: none;
}

.comment textarea {
    border-width: 1px;
    border-color: #DDDDDD #E4E4E4 #E4E4E4 #DDDDDD;
    border-style: solid;
    height: 146px;
}

.comment li {
    border-bottom: 1px dotted #F2F2f2;
    padding: 10px;
    margin-bottom: 1.2em;
    background-color: #f8f8f8;
}

.comment li p {
    margin-bottom: 0;
}

.comment li.even {
    background-color: #F8F8F8;
}

.comment p.small {
    font-size: 11px;
    margin-bottom: 0;
    text-align: right;
}

.comment form p {
    margin-bottom: 10px;
}

.comment .comment-write {
    width: 100%;
}

.comment .comment-write textarea {
    width: 100%; /*box-shadow: 0 0 2px #DDDDDD inset;*/
}

.comment .comment-write textarea:focus {
    box-shadow: 0 0 5px #DDDDDD;
}

.comment .remember label {
    float: none;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #444444;
}

.comments-wrapper {
    width: 100%;
    margin-bottom: 24px;
    margin-top: 24px;
    background-color: #FFFFFF;
}

.comments-wrapper .input-group {
}

.comments-wrapper .input-group p {
}

.comments-wrapper .input-group label {
    float: left;
    position: relative;
    margin-right: -48px;
    text-align: center;
    height: 30px;
    padding-left: 6px;
    display: flex;
    align-items: center;
    color: #999;
}

.comments-wrapper .input-group input {
    width: 100%;
    padding-left: 42px;
}

.comments-wrapper .input-group input[type=text] { /*box-shadow: 0 0 2px #DDDDDD inset;*/
}

.comments-wrapper .input-group input[type=text]:focus {
    box-shadow: 0 0 5px #DDDDDD;
}

.comments-wrapper .button-set .button {
    width: 100px;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 0 none;
    background-color: #3399CC;
    color: #FFF;
}

.comments-wrapper .button-set .remember {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.comments-wrapper .button-set .button:hover {
    background-color: #ff7700; /*#3399FF;*/
}

.comments-wrapper .button-set .preview .disabled,
.comments-wrapper .button-set .submit .disabled {
    background-color: #CCCCCC;
}

.comments-wrapper .button-set .checkbox {
    width: auto;
}

.comments-wrapper .note {
    clear: both;
}

.comments-wrapper .required {
    color: #FF0000;
}

ul.comments_error {
    background-color: #FFFFFF;
    margin: 5px 0;
    padding: 2px 5px;
    border: 1px solid #C2D97A;
}

ul.comments_error li {
    padding: 2px 0 2px 12px;
    margin-bottom: 0;
    border: 0 none;
}

.icon-g {
    background-position: 0 -60px
}

.icon-t {
    background-position: 0 -119px
}

.icon-tu {
    background-position: 0 -180px
}

.icon-fb {
    background-position: 0 0
}

.icon-linkdein {
    background-position: 0 -150px
}

.icon-amazon {
    background-position: 0 -30px
}


@media screen and (max-width: 1280px) {
    body {
        overflow: auto;
    }
}

@media screen and (max-width: 1024px) {
    .main aside { /*display:none;*/
    }

    .main, .top header, .bottom footer {
        width: auto;
    }

    .main section {
        width: 70%
    }

    .main aside {
        width: 29%
    }

    .one-column .main section {
        width: 100%
    }
}

@media screen and (max-width: 960px) {
    .footer-left, .footer-left .box {
        width: auto;
    }

    .top header, .main, .bottom footer {
        width: auto;
    }

    .top {
        background-color: transparent
    }

    header nav.mainnav, header .site-name {
        display: none;
    }

    .gn-menu-main {
        display: block;
    }

    aside .fixed {
        top: 73px;
    }
}

@media screen and (max-width: 800px) {
    .main section,
    .main aside {
        width: 100%;
    }

    .main aside .widget {
        float: left;
        width: 30%;
    }

    aside .archives {
        height: auto;
    }

    .gotop {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .main article {
        width: auto;
    }

    .main aside .widget {
        width: 50%;
    }

    .albums .container {
        width: 720px;
    }

    .comments-wrapper {
        width: auto;
    }

    .comment .comment-write, .comments-wrapper .input-group {
        float: none;
    }

    .comment .comment-write, .comments-wrapper .input-group {
        width: 100%;
    }

    .comment label {
        float: none;
    }

    .pager-nav p.next, .pager-nav p {
        float: none;
        width: auto;
        text-align: left;
    }

    .footer-left {
        padding: 0 15px;
        float: none;
    }

    .footer-right {
        float: none;
        margin-left: 15px;
    }
}

@media screen and (max-width: 640px) {
    .main aside .widget {
        width: 100%;
    }

    aside .search input[type=text] {
        width: 100%;
    }

    aside .search input.btn {
        display: none;
    }

    .albums .container {
        width: 640px;
    }
}

@media screen and (max-width: 480px) {
    .footer-left {
        border-bottom: 1px solid #E4E4E4;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .footer-left .box {
        width: auto;
    }

    .main article .float-left {
        float: none;
        text-align: center;
        padding-right: 0;
    }

    .main .entry .article-image {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin-right: 0;
        border: 0 none;
        box-shadow: none;
    }

    .main .entry .article-image img {
        width: 100%
    }

    article .timeline-box:before {
        display: none;
    }

    article .timeline-box dt {
        float: none;
        width: auto;
        text-align: left;
    }

    article .timeline-box dd {
        margin: 10px 0 0 0;
    }

    article .timeline-box dd:before {
        right: auto;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        left: 20px;
        border: 10px solid transparent;
        border-bottom-color: #F8F8F8;
        top: -20px;
        border-radius: 0;
        box-shadow: 0 0 0 0 transparent;
        background-color: transparent;
    }

    .gn-menu-wrapper.gn-open-all {
        transform: translateX(0px);
        width: 100%;
    }

    .gn-menu-wrapper.gn-open-all .gn-scroller {
        width: 130%
    }

    .gn-menu-main li.sitename span {
        display: none;
    }

    .gn-menu-main li.sitename .gn-icon {
        width: 50px;
        height: 50px;
        margin-top: 10px;
        border-radius: 50%;
        background-size: cover;
        background-color: #f0f0f0;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../images/avatar.gif');
        display: inline-block;
    }
}

/* General styles for all menus */
.cbp-spmenu {
    background: #47a3da;
    position: fixed;
}

.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 400;
    background: #0d77b6;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
}

.cbp-spmenu a:hover {
    background: #258ecd;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em;
    height: auto;
    line-height: 1em;
}

.cbp-spmenu-vertical a:focus {
    height: auto;
    line-height: 1em;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em) {

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em) {

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

.taglist a {
    padding: 0;
    display: inline-block;
    white-space: pre-wrap;
}

a.size1 {
    font-size: 10px;
    padding: 2px;
    color: #e1060f
}

a.size1:hover {
    color: #E13728;
}

a.size2 {
    padding: 2px;
    font-size: 12px;
    color: #B9251A;
}

a.size2:hover {
    color: #E13728;
}

a.size3 {
    padding: 3px;
    font-size: 14px;
    color: #C4876A;
}

a.size3:hover {
    color: #E13728;
}

a.size4 {
    padding: 1px;
    font-size: 16px;
    color: #B46A47;
}

a.size4:hover {
    color: #E13728;
}

a.size5 {
    padding: 3px;
    font-size: 18px;
    color: #E13728;
}

a.size5:hover {
    color: #B46A47;
}

a.size6 {
    padding: 2px;
    font-size: 12px;
    color: #77625E
}

a.size6:hover {
    color: #E13728;
}

.vjs-default-skin .vjs-control-bar {
    font-size: 60%;
    height: 39px;
}

.vjs-default-skin .vjs-control {
    color: #ffffff;
}

.vjs-default-skin .vjs-slider-handle {
    color: #ffffff;

}

.vjs-default-skin .vjs-duration-display {
    color: #ffffff;
    padding-top: 10px;
}

.vjs-default-skin .vjs-current-time-display {
    color: #ffffff;
    padding-top: 10px;

}

.vjs-time-divider {
    float: left;
    line-height: 3em;
    margin-top: 9px;
    padding-left: 8px;
    padding-right: 8px;
}

.vjs-control-bar div span {
    color: #ffffff;
    padding-top: 12px;
}

.vjs-default-skin .vjs-seek-handle {
    top: -5px;
}

.comments-wrapper {
    padding: 20px;
}

.txpCommentInputMessage {
    width: 100%;
}

header .avatar {
    background: var(--avatar-img-url) scroll center center #FFFFFF;
    background-size: cover;
    width: 60px;
    height: 60px;
}

.gn-menu-main li.sitename .gn-icon {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    border-radius: 50%;
    background: var(--avatar-img-url) no-repeat center center;
    display: inline-block;
    background-size: cover;
}

.markdown-body a {
    color: #3366ff;
}

.markdown-body a:hover {
    color: #3366ff;
}

.markdown-body .linenums li {
    margin-left: 4px;
    font-size: 12px;
}

.markdown-body .prettyprint {
    overflow-y: hidden;
}

.markdown-body pre {
    border-radius: 4px!important;
}

.markdown-body code {
    border-radius: 4px!important;
    padding-left: 4px!important;
    padding-right: 4px!important;
}

.prettyprint code {
    background: none!important;
}

pre code.hljs {
    padding: 8px!important;;
    margin: 0!important;
}

.markdown-body .prettyprint ol, .markdown-body .prettyprint ul {
    padding-left: 20px!important;
}