@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

::selection {
  background: #d9534f;
  color: white;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #3d4450;
  cursor: url(../imgs/mouse1.cur), url(../imgs/mouse1.cur), auto;
  word-wrap: break-word;
  background: 0% 0%/cover no-repeat fixed rgb(0, 0, 0);
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #018EE8;
}

a {
  cursor: url(../imgs/mouse2.cur), url(../imgs/mouse2.cur), auto;
  color: #d2322d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  border-radius: 4px;
  vertical-align: middle;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
}

ul {
  list-style-type: none;
}

.navbar {
  z-index: 1000;
  border: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  font-weight: normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgb(217, 83, 79);
  text-decoration: none;
  transition: all 0.3s ease;
}

.well {
  margin-bottom: 30px;
  border: 0;
}

.breadcrumb {
  background-color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-gal {
  background-color: rgba(230, 238, 232, 0.5);
  box-shadow: rgb(194, 194, 194) 0px 0px 5px;
  -webkit-box-shadow: rgb(194, 194, 194) 0px 0px 5px;
  -moz-box-shadow: rgb(194, 194, 194) 0px 0px 5px;
  -o-box-shadow: rgb(194, 194, 194) 0px 0px 5px;
  margin-bottom: 40px;
}

.panel {
  border-radius: 4px;
  background-color: rgba(230, 238, 232, 0.5);
  box-shadow: 0 0 5px #c2c2c2;
  -webkit-box-shadow: 0 0 5px #c2c2c2;
  -moz-box-shadow: 0 0 5px #c2c2c2;
  -o-box-shadow: 0 0 5px #c2c2c2;
  border: none;
}
.panel:hover {
  box-shadow: 0px 0px 50px black;
  -webkit-box-shadow: 0px 0px 50px black;
  -moz-box-shadow: 0px 0px 50px black;
  -o-box-shadow: 0px 0px 50px black;
}

.panel2 {
  background-color: rgba(230, 238, 232, 0.5);
}

.panel-heading {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  border-bottom: none;
}

.list-group-item {
  background-color: rgba(230, 238, 232, 0.3);
  transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 50px black;
  -webkit-box-shadow: 0 0 50px black;
  -moz-box-shadow: 0 0 50px black;
  -o-box-shadow: 0 0 50px black;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-gal {
  background-color: rgba(10, 10, 0, 0.7);
  margin-right: 5px;
  font-size: 90%;
}
.label-gal > a {
  color: #fff;
}
.label-gal:hover {
  background-color: rgb(217, 83, 79);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.label-gal:hover > a {
  text-decoration: none;
}

.alert-gal {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: auto;
  color: #666;
  background-color: #eee;
}

.close {
  font-size: 14px;
  font-weight: bold;
  color: #3d4450;
  opacity: 1;
}
.close:hover, .close:focus {
  color: #d2322d;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

button.close {
  background: transparent;
}

.btn {
  font-size: 12px;
}

.form-control {
  vertical-align: middle;
  border-color: #f89693;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 88, 83, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 88, 83, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 88, 83, 0.6);
}
.form-control:focus {
  border-color: #f89693;
}

#gal-issue {
  background-color: rgba(230, 238, 232, 0.5);
  box-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px black;
  -moz-box-shadow: 0 0 8px black;
  -o-box-shadow: 0 0 8px black;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#gal-issue:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 50px black;
  -webkit-box-shadow: 0 0 50px black;
  -moz-box-shadow: 0 0 50px black;
  -o-box-shadow: 0 0 50px black;
}

@media (min-width: 768px) {
  [aos^=flip] {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  [aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    -moz-transform: perspective(2500px) rotateX(-100deg);
    -ms-transform: perspective(2500px) rotateX(-100deg);
    -o-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  [aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    -moz-transform: perspective(2500px) rotateX(0);
    -ms-transform: perspective(2500px) rotateX(0);
    -o-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  [aos][aos][aos-easing=ease-out-back],
  body[aos-easing=ease-out-back] [aos] {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  [aos][aos][aos-duration="1000"],
  body[aos-duration="1000"] [aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  [aos=fade-up] {
    -webkit-transform: translate(0px, 100px);
    -moz-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    -o-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
  }
  [aos^=fade][aos^=fade] {
    opacity: 0;
    transition-property: all;
  }
  [aos=fade-up].aos-animate {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  [aos][aos][aos-easing=ease-out-back],
  body[aos-easing=ease-out-back] [aos] {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  [aos][aos][aos-duration="2000"],
  body[aos-duration="2000"] [aos] {
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
  }
  [aos^=fade][aos^=fade].aos-animate {
    opacity: 1;
  }
  [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: all;
    -webkit-transition-property: all;
  }
  [aos][aos][aos-duration="3000"],
  body[aos-duration="3000"] [aos] {
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
  }
  [aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    -moz-transform: perspective(2500px) rotateY(100deg);
    -ms-transform: perspective(2500px) rotateY(100deg);
    -o-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  [aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    -moz-transform: perspective(2500px) rotateY(0);
    -ms-transform: perspective(2500px) rotateY(0);
    -o-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  [data-aos^=flip-right][data-aos^=flip-right] {
    transition-property: all;
    -webkit-transition-property: all;
  }
}
#gal-body {
  padding: 30px 0;
}
@media (max-width: 767px) {
  #gal-body {
    font-size: 12px !important;
  }
}

#gal-gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  background-color: rgba(10, 10, 0, 0.7);
  top: auto;
  display: none;
  z-index: 999;
  color: white;
  border-radius: 50%;
  border: 2px solid #fff;
  border-image: initial;
  cursor: url(../imgs/mouse2.cur), url(../imgs/mouse2.cur), auto;
}
#gal-gotop:hover {
  color: rgb(217, 83, 79);
  border-color: rgb(217, 83, 79);
  transition: all 0.3s ease;
}
#gal-gotop > i {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  display: block;
}

#gal-footer {
  display: block;
  text-align: center;
  color: rgb(238, 238, 238);
  padding: 50px;
}
#gal-footer a {
  color: rgb(238, 238, 238);
}
#gal-footer a:hover {
  color: rgb(217, 83, 79);
  text-decoration: none;
}

.gal-image-container {
  text-align: center;
}

.gal-image {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  z-index: 999;
}
.gal-image:hover {
  -webkit-transform: scale(1.5) rotate(1deg);
  -moz-transform: scale(1.5) rotate(1deg);
  -ms-transform: scale(1.5) rotate(1deg);
  -o-transform: scale(1.5) rotate(1deg);
  transform: scale(1.5) rotate(1deg);
}

.gal-menu {
  display: none;
  position: fixed;
  font-size: 14px;
  z-index: 1000002;
  margin: 0;
  padding: 0;
}
.gal-menu .circle {
  margin: 0 auto;
}
.gal-menu .circle,
.gal-menu .ring {
  height: 300px;
  position: relative;
  width: 300px;
}
.gal-menu .ring {
  opacity: 0;
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: scale(0.1) rotate(-270deg);
  -moz-transform: scale(0.1) rotate(-270deg);
  -ms-transform: scale(0.1) rotate(-270deg);
  -o-transform: scale(0.1) rotate(-270deg);
  transform: scale(0.1) rotate(-270deg);
}
.gal-menu .open .ring {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.gal-menu .menuItem {
  color: rgb(238, 238, 238);
  display: block;
  height: 80px;
  line-height: 80px;
  margin-left: -41px;
  margin-top: -41px;
  position: absolute;
  text-align: center;
  width: 80px;
  background-size: 80px;
  box-shadow: rgb(255, 255, 255) 0px 0px 15px;
  -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 15px;
  -moz-box-shadow: rgb(255, 255, 255) 0px 0px 15px;
  -o-box-shadow: rgb(255, 255, 255) 0px 0px 15px;
  border: 2px solid rgb(181, 148, 148);
  border-radius: 50%;
  border-image: initial;
}
.gal-menu .menuItem:hover {
  box-shadow: rgb(255, 255, 255) 0px 0px 80px inset;
  -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 80px inset;
  -moz-box-shadow: rgb(255, 255, 255) 0px 0px 80px inset;
  -o-box-shadow: rgb(255, 255, 255) 0px 0px 80px inset;
}
.gal-menu .ring a {
  display: inline-block;
  color: #fff;
  text-shadow: rgb(220, 150, 90) 1px 0px 0px, rgb(220, 150, 90) 0px 1px 0px, rgb(220, 150, 90) -1px 0px 0px, rgb(220, 150, 90) 0px -1px 0px;
}
.gal-menu .ring a:hover {
  text-shadow: rgb(102, 204, 255) 1px 0px 0px, rgb(102, 204, 255) 0px 1px 0px, rgb(102, 204, 255) -1px 0px 0px, rgb(102, 204, 255) 0px -1px 0px;
}
.gal-menu .ring a:nth-of-type(1) {
  background-image: url(../imgs/oni/oni1.jpg);
}
.gal-menu .ring a:nth-of-type(2) {
  background-image: url(../imgs/oni/oni2.jpg);
}
.gal-menu .ring a:nth-of-type(3) {
  background-image: url(../imgs/oni/oni3.jpg);
}
.gal-menu .ring a:nth-of-type(4) {
  background-image: url(../imgs/oni/oni4.jpg);
}
.gal-menu .ring a:nth-of-type(5) {
  background-image: url(../imgs/oni/oni5.jpg);
}
.gal-menu .ring a:nth-of-type(6) {
  background-image: url(../imgs/oni/oni6.jpg);
}

.content-article {
  /* 恢复默认，移除自定义 blockquote 样式 */
  text-align: justify;
  /* 现代椭圆面板列表样式 */
  /* 只保留嵌套子级li的圆点，父级li如果有ul或ol则不显示圆点 */
  /* 无序列表标记 - 优雅的渐变圆点 */
  /* 有序列表标记 */
  /* 嵌套列表样式 */
  /* 二级嵌套列表标记 - 使用更具体的选择器 */
  /* 三级嵌套列表 */
  /* 代码块复制按钮 */
}
.content-article code {
  word-break: break-all;
  font-size: 16px;
}
.content-article .highlight {
  overflow: auto;
  border-radius: 4px;
  margin: 18px 0 18px 0;
  line-height: 1.6;
  font-size: 16px;
}
.content-article .highlight::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: #ddd;
}
.content-article .highlight::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ddd;
}
.content-article .highlight::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ddd;
}
.content-article .highlight table {
  width: 100%;
}
.content-article .highlight table pre {
  border: 0;
  border-radius: 0;
  line-height: 1.6;
  font-size: 16px;
}
.content-article ul,
.content-article ol {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.content-article ul li,
.content-article ol li {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}
.content-article ul li:hover,
.content-article ol li:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
}
.content-article ul li:has(ul),
.content-article ul li:has(ol) {
  position: relative;
}
.content-article ul li:has(ul)::before,
.content-article ul li:has(ol)::before {
  display: none !important;
}
.content-article ul li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
}
.content-article ol {
  counter-reset: list-counter;
}
.content-article ol li {
  counter-increment: list-counter;
  padding-left: 48px;
}
.content-article ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #00bfff, #0080ff);
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 191, 255, 0.3);
  backdrop-filter: blur(10px);
}
.content-article ul ul,
.content-article ol ol,
.content-article ul ol,
.content-article ol ul {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
}
.content-article ul ul li,
.content-article ol ol li,
.content-article ul ol li,
.content-article ol ul li {
  margin-bottom: 8px;
  padding: 12px 20px 12px 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.content-article ul > li > ul > li::before {
  left: 16px;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
}
.content-article ol > li > ol > li::before {
  left: 16px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  background: linear-gradient(135deg, rgba(0, 191, 255, 0.8), rgba(0, 128, 255, 0.6));
}
.content-article ul > li > ul > li > ul > li,
.content-article ol > li > ol > li > ol > li,
.content-article ul > li > ol > li > ul > li,
.content-article ol > li > ul > li > ol > li {
  padding-left: 44px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 13px;
}
.content-article ul > li > ul > li > ul > li::before {
  left: 20px;
  width: 4px;
  height: 4px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}
.content-article ol > li > ol > li > ol > li::before {
  left: 20px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  background: linear-gradient(135deg, rgba(0, 191, 255, 0.6), rgba(0, 128, 255, 0.4));
}
.content-article p {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.content-article p > a > img {
  display: block !important;
}
.content-article blockquote p {
  font-size: 12pt;
  COLOR: #3399CC;
  font-weight: 300;
  line-height: 1.25;
}
.content-article h2,
.content-article h3,
.content-article h4,
.content-article h5,
.content-article h6 {
  margin: 20px 0 15px;
  padding-top: 10px;
}
.content-article h3 {
  font-size: 18px;
}
.content-article h1,
.content-article h2,
.content-article h3,
.content-article h4,
.content-article h5,
.content-article h6 {
  font-weight: bold;
  line-height: 1.5;
}
.content-article > table {
  display: table;
  overflow: auto;
  border: 2px solid #ffffff;
  margin: 10px;
  border-collapse: collapse;
}
.content-article > table th,
.content-article > table td {
  padding: 6px 13px;
  border-right: 2px solid #ffffff;
  font-size: 15px;
  font-weight: bold;
}
.content-article > table td {
  border-top: 2px solid #ffffff;
  font-size: 13px;
  font-weight: bold;
}
.content-article > table tr th:last-child,
.content-article > table tr td:last-child {
  border-right: none;
}
.content-article > table tr:nth-child(even) td {
  background: rgba(243, 244, 245, 0.852);
}
.content-article .highlight {
  /* 方便copy代码按钮（btn-copy）的定位 */
  position: relative;
}
.content-article .btn-copy {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  background-color: #f8f8f8;
  background-image: linear-gradient(#fcfcfc, #eee);
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #555;
  transition: opacity 0.3s, background 0.2s, color 0.2s;
  padding: 2px 10px 2px 6px;
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: none;
}
.content-article .btn-copy svg {
  margin-right: 2px;
  display: inline-block;
}
.content-article .btn-copy .copy-text {
  font-size: 13px;
  transition: color 0.2s;
}
.content-article .highlight:hover .btn-copy {
  opacity: 1;
}
.content-article .btn-copy.copied {
  background: #d1ffd6;
  color: #1a7f37;
  border: 1px solid #b2f2c8;
}
.content-article .btn-copy.copied .copy-text {
  color: #1a7f37;
}
.content-article blockquote, .content-article .content-article blockquote p, .content-article .content-article blockquote span, .content-article .content-article blockquote strong, .content-article .content-article blockquote em {
  font-weight: bold !important;
}

/*
 * @Author: wesker
 * @Date: 2022-09-01 00:26:20
 * @FilePath: \hexo-theme-gal\source\css\_highlight.scss
 * Copyright (c) 2022 by wesker hentai121@163.com, All Rights Reserved. 
 */
figure {
  padding-top: 26px;
}

figure::before {
  background: #fc625d;
  border-radius: 50%;
  content: "";
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  height: 12px;
  left: 12px;
  margin-top: -15px;
  position: absolute;
  width: 12px;
}

.highlight {
  background: #232323;
  color: #e6e1dc;
}
.highlight pre {
  background: #232323;
  color: #e6e1dc;
}
.highlight .comment,
.highlight .quote {
  color: #bc9458;
  font-style: italic;
}
.highlight .keyword,
.highlight .selector-tag {
  color: #c26230;
}
.highlight .string,
.highlight .number,
.highlight .regexp,
.highlight .variable,
.highlight .template-variable {
  color: #a5c261;
}
.highlight .subst {
  color: #519f50;
}
.highlight .tag,
.highlight .name {
  color: #e8bf6a;
}
.highlight .type {
  color: #da4939;
}
.highlight .symbol,
.highlight .bullet,
.highlight .built_in,
.highlight .builtin-name,
.highlight .attr,
.highlight .link {
  color: #6d9cbe;
}
.highlight .params {
  color: #d0d0ff;
}
.highlight .attribute {
  color: #cda869;
}
.highlight .meta {
  color: #9b859d;
}
.highlight .title,
.highlight .section {
  color: #ffc66d;
}
.highlight .addition {
  background-color: #144212;
  color: #e6e1dc;
  display: inline-block;
  width: 100%;
}
.highlight .deletion {
  background-color: #600;
  color: #e6e1dc;
  display: inline-block;
  width: 100%;
}
.highlight .selector-class {
  color: #9b703f;
}
.highlight .selector-id {
  color: #8b98ab;
}
.highlight .emphasis {
  font-style: italic;
}
.highlight .strong {
  font-weight: bold;
}
.highlight .link {
  text-decoration: underline;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(0deg);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1) rotate(0deg);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1) rotate(0deg);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1) rotate(0deg);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1) rotate(0deg);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1) rotate(0deg);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1) rotate(0deg);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1) rotate(0deg);
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1) rotate(0deg);
  }
  25% {
    opacity: 0;
    transform: scale(1.1) rotate(0deg);
  }
  100% {
    opacity: 0;
  }
}
.cb-slideshow, .cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.cb-slideshow:after {
  content: "";
}

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  z-index: -2;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}

header#gal-header {
  font-size: 14px;
  border-radius: 0;
  border-color: #080808;
  background-color: rgba(10, 10, 0, 0.7);
  box-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px black;
  -moz-box-shadow: 0 0 8px black;
  -o-box-shadow: 0 0 8px black;
}
header#gal-header .navbar-toggle:hover, header#gal-header .navbar-toggle:focus {
  background-color: #333;
  outline: rgb(229, 151, 0) auto 5px;
}
header#gal-header .navbar-toggle .fa-reorder {
  color: #fff;
}
header#gal-header #menu-gal > li > a {
  color: #fff;
}
header#gal-header #menu-gal > li.current > a {
  background-color: rgba(138, 43, 226, 0.7);
}
header#gal-header #menu-gal > li:not(.current) > a:hover, header#gal-header #menu-gal > li:not(.current) > a:focus {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: rgba(100, 90, 200, 0.7);
}

#gal-pagination .pagination-gal {
  margin: 0;
  border-radius: 4px;
}
#gal-pagination .pagination-gal > li > a, #gal-pagination .pagination-gal > li > span {
  color: rgb(230, 230, 250);
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 10px;
  border: 2px solid rgb(107, 105, 214);
  border-image: initial;
  border-radius: 4px;
}
#gal-pagination .pagination-gal > li > a:hover, #gal-pagination .pagination-gal > li > a:focus, #gal-pagination .pagination-gal > li > span:hover, #gal-pagination .pagination-gal > li > span:focus {
  color: #fff;
  background-color: rgb(107, 105, 214);
  border: 2px solid rgb(107, 105, 214);
  border-image: initial;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gal-pagination .pagination-gal > li.current > span {
  color: #fff;
  background-color: rgb(107, 105, 214);
  border: 2px solid rgb(107, 105, 214);
  border-image: initial;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@keyframes neon {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
#article-list {
  margin-top: 20px;
}
#article-list .article-body {
  background-color: rgba(230, 238, 232, 0.5);
  box-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px black;
  -moz-box-shadow: 0 0 8px black;
  -o-box-shadow: 0 0 8px black;
}
#article-list .article-body:hover {
  box-shadow: 0 0 50px black;
  -webkit-box-shadow: 0 0 50px black;
  -moz-box-shadow: 0 0 50px black;
  -o-box-shadow: 0 0 50px black;
}
#article-list .article {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#article-list i.article-stick {
  position: absolute;
  top: -10px;
  right: 5%;
  font-size: 40px;
  color: #d9534f;
}
#article-list div.data-article {
  background-color: rgb(107, 105, 214);
  border-color: rgb(107, 105, 214);
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  left: -20px;
  top: -20px;
  color: #fff;
  padding-top: 10px;
}
#article-list div.data-article > span.month, #article-list div.data-article > span.day {
  text-align: center;
  display: block;
}
#article-list div.data-article > span.month {
  margin: 0;
}
#article-list div.data-article > span.day {
  font-size: 30px;
  font-weight: bold;
  margin-top: -5px;
}
#article-list .title-article {
  padding: 10px 15px 0 15px;
}
@media (max-width: 767px) {
  #article-list .title-article {
    padding: 0;
  }
}
#article-list .title-article > h1 {
  font-size: 32px;
  margin: 0 auto;
  text-align: center;
}
#article-list .title-article > h1 > a {
  color: #3d4450;
  text-decoration: none;
}
#article-list .title-article > h1 > a:hover {
  text-decoration: none;
}
#article-list .title-article > h1 > a > span {
  color: #fff;
  position: static;
  opacity: 0.8;
  background: rgb(30, 199, 230);
  font: 90%/1.5 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
  margin: 2px;
  border-radius: 5px;
}
#article-list .title-article > h1 > a > span:hover {
  animation: neon 1.5s ease-in-out infinite alternate;
  -webkit-animation: neon 1.5s ease-in-out infinite alternate;
  -moz-animation: neon 1.5s ease-in-out infinite alternate;
  -o-animation: neon 1.5s ease-in-out infinite alternate;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}
#article-list .title-article > center > h4 > a {
  color: #3d4450;
  text-decoration: none;
}
#article-list .title-article > center > h4 > a:hover {
  text-decoration: none;
}
#article-list .title-article > center > h4 > a > span {
  color: #fff;
  position: static;
  opacity: 0.8;
  background: rgb(30, 199, 230);
  font: 90%/1.5 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
  margin: 2px;
  border-radius: 5px;
}
#article-list .title-article > center > h4 > a > span:hover {
  animation: neon 1.5s ease-in-out infinite alternate;
  -webkit-animation: neon 1.5s ease-in-out infinite alternate;
  -moz-animation: neon 1.5s ease-in-out infinite alternate;
  -o-animation: neon 1.5s ease-in-out infinite alternate;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}
#article-list .tag-article {
  text-align: center;
  line-height: 24px;
  margin: 20px;
}
#article-list .content-article > .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#article-list .content-article > .item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#article-list .content-article > .item img {
  width: 100%;
  height: 100%;
}
#article-list .content-article > .item > a {
  color: rgb(51, 51, 51);
}
#article-list .content-article > .item > a:hover {
  text-decoration: none;
}
#article-list .content-article > .item > a:hover > .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#article-list .content-article > .item > a:hover > .info {
  visibility: visible;
  opacity: 1;
}
#article-list .content-article > .item > a:hover > .info > p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#article-list .content-article > .item > a > .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#article-list .content-article > .item > a > .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#article-list .content-article > .item > a > .info > p {
  font-style: italic;
  font-size: 25px;
  position: relative;
  color: rgb(187, 187, 187);
  text-align: center;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.35s 0.3s linear;
  -moz-transition: all 0.35s 0.3s linear;
  -ms-transition: all 0.35s 0.3s linear;
  -o-transition: all 0.35s 0.3s linear;
  transition: all 0.35s 0.3s linear;
  padding: 20px;
}

#article.article, #article-archive.article, #article-tag.article, #article-tags.article, #article-categories.article, #article-category.article {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#article.article-body, #article-archive.article-body, #article-tag.article-body, #article-tags.article-body, #article-categories.article-body, #article-category.article-body {
  background-color: rgba(230, 238, 232, 0.5);
  box-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px black;
  -moz-box-shadow: 0 0 8px black;
  -o-box-shadow: 0 0 8px black;
}
#article.article-body:hover, #article-archive.article-body:hover, #article-tag.article-body:hover, #article-tags.article-body:hover, #article-categories.article-body:hover, #article-category.article-body:hover {
  box-shadow: 0 0 50px black;
  -webkit-box-shadow: 0 0 50px black;
  -moz-box-shadow: 0 0 50px black;
  -o-box-shadow: 0 0 50px black;
}
#article .title-article, #article-archive .title-article, #article-tag .title-article, #article-tags .title-article, #article-categories .title-article, #article-category .title-article {
  padding: 10px 15px 0 15px;
}
#article .title-article > h1, #article-archive .title-article > h1, #article-tag .title-article > h1, #article-tags .title-article > h1, #article-categories .title-article > h1, #article-category .title-article > h1 {
  font-size: 32px;
  margin: 0 auto;
  text-align: center;
}
#article .title-article > h1 > a, #article-archive .title-article > h1 > a, #article-tag .title-article > h1 > a, #article-tags .title-article > h1 > a, #article-categories .title-article > h1 > a, #article-category .title-article > h1 > a {
  color: #3d4450;
  text-decoration: none;
}
#article .title-article > h1 > a:hover, #article-archive .title-article > h1 > a:hover, #article-tag .title-article > h1 > a:hover, #article-tags .title-article > h1 > a:hover, #article-categories .title-article > h1 > a:hover, #article-category .title-article > h1 > a:hover {
  color: #d9534f;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#article .tag-article, #article-archive .tag-article, #article-tag .tag-article, #article-tags .tag-article, #article-categories .tag-article, #article-category .tag-article {
  text-align: center;
  line-height: 24px;
  margin: 20px;
}
#article .content-article img, #article-archive .content-article img, #article-tag .content-article img, #article-tags .content-article img, #article-categories .content-article img, #article-category .content-article img {
  margin: 10px auto;
  display: inline-block;
  width: auto;
}
#article .content-article .alert-info, #article-archive .content-article .alert-info, #article-tag .content-article .alert-info, #article-tags .content-article .alert-info, #article-categories .content-article .alert-info, #article-category .content-article .alert-info {
  opacity: 0.7;
}
#article .gutter, #article-archive .gutter, #article-tag .gutter, #article-tags .gutter, #article-categories .gutter, #article-category .gutter {
  width: 1em;
}

.panel-toggle, .panel-remove {
  float: right;
  cursor: pointer;
  margin: 0 0 0 5px;
}
.panel-toggle:hover, .panel-remove:hover {
  color: rgb(217, 83, 79);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel ul.list-group {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel.toggled ul.list-group {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-gal > .panel-heading {
  color: #fff;
  background-color: rgba(10, 10, 0, 0.7);
  border-color: #000;
}

.panel.toggled .panel-heading {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.panel-gal .badge {
  background-color: rgb(217, 83, 79);
}

.panel-gal a {
  color: rgb(102, 102, 102);
}
.panel-gal a:hover {
  color: rgb(185, 74, 72);
}

.panel .post-title {
  display: inline-block;
  width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#sidebar aside > div {
  margin-bottom: 30px;
}
#sidebar div.search {
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 4px;
  background-color: rgba(10, 10, 0, 0.7);
}
#sidebar div.search input[type=text] {
  width: 85%;
  float: left;
  margin-right: 10px;
  background-color: transparent;
}
#sidebar div.search input[type=text]:focus {
  background-color: #fff;
  box-shadow: 0 0 50px black;
  -webkit-box-shadow: 0 0 50px black;
  -moz-box-shadow: 0 0 50px black;
  -o-box-shadow: 0 0 50px black;
}
#sidebar div.search button {
  float: left;
  margin-top: 2px;
}

.author-panel {
  padding: 20px 0;
}
.author-panel img.author-image {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
.author-panel img.author-image:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.author-panel p.author-description {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #d9534f;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-pills > li.active a {
  color: #fff;
  background-color: #d9534f;
}
.nav-pills > li.active a:hover, .nav-pills > li.active a:focus {
  color: #fff;
  background-color: #d9534f;
}

ul.pills-gal {
  padding: 10px;
}
ul.pills-gal li {
  margin-left: 5px;
}
ul.pills-gal li a {
  border-radius: 5px;
}
ul.pills-gal li a:hover {
  color: #fff;
}

.tab-content {
  border-top: 1px solid rgb(238, 238, 238);
  padding: 10px;
}

.panel-gal .tab-content a:hover, .panel-gal .nav-pills a:hover {
  color: #fff;
}

#sidebar-tags a:hover {
  color: #fff;
}

.cloud-tags a {
  display: inline-block;
  color: #fff;
  opacity: 0.7;
  padding: 2px 6px 3px;
  margin: 0 2px;
}
.cloud-tags a:hover {
  opacity: 1;
}

.cloud-tags a:nth-child(7n+1) {
  background-color: rgb(66, 139, 202);
}

.cloud-tags a:nth-child(7n+2) {
  background-color: rgb(92, 184, 92);
}

.cloud-tags a:nth-child(7n+3) {
  background-color: rgb(217, 83, 79);
}

.cloud-tags a:nth-child(7n+4) {
  background-color: rgb(240, 173, 78);
}

.cloud-tags a:nth-child(7n+5) {
  background-color: rgb(179, 115, 51);
}

.cloud-tags a:nth-child(7n+6) {
  background-color: rgb(180, 51, 255);
}

.cloud-tags a:nth-child(7n) {
  background-color: rgb(74, 74, 74);
}

#sidebar-recent_comments .author-avatar .avatar {
  border-radius: 50%;
  border: 1px solid #eee;
  position: relative;
  z-index: 99;
  float: left;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar-recent_comments .author-avatar .avatar:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar-recent_comments .hint, #sidebar-recent_comments [data-hint2] {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  cursor: url(../imgs/mouse2.cur), url(../imgs/mouse2.cur), auto;
}
#sidebar-recent_comments .hint:hover, #sidebar-recent_comments [data-hint2]:hover {
  color: #b94a48;
}
#sidebar-recent_comments .hint:hover:before, #sidebar-recent_comments .hint:hover:after, #sidebar-recent_comments [data-hint2]:hover:before, #sidebar-recent_comments [data-hint2]:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}
#sidebar-recent_comments .hint:focus:before, #sidebar-recent_comments .hint:focus:after, #sidebar-recent_comments [data-hint2]:focus:before, #sidebar-recent_comments [data-hint2]:focus:after {
  visibility: visible;
  opacity: 1;
}
#sidebar-recent_comments .hint--left:hover:before, #sidebar-recent_comments .hint--left:hover:after, #sidebar-recent_comments .hint--left:focus:before, #sidebar-recent_comments .hint--left:focus:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  transform: translateX(-8px);
}
#sidebar-recent_comments .hint:before, #sidebar-recent_comments [data-hint2]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
#sidebar-recent_comments .hint:after, #sidebar-recent_comments [data-hint2]:after {
  content: attr(data-hint2);
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}
#sidebar-recent_comments .hint:before, #sidebar-recent_comments .hint:after, #sidebar-recent_comments [data-hint2]:before, #sidebar-recent_comments [data-hint2]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}
#sidebar-recent_comments .hint--left:before {
  border-left-color: #383838;
  margin-right: -12px;
  margin-bottom: -6px;
}
#sidebar-recent_comments .hint--left:before, #sidebar-recent_comments .hint--left:after {
  right: 100%;
  bottom: 50%;
}
#sidebar-recent_comments .hint--rounded:after {
  border-radius: 4px;
}
#sidebar-recent_comments .hint--left:after {
  margin-bottom: -14px;
}
#sidebar-recent_comments .comment-log {
  line-height: 20px;
  background-color: #eee;
  border-color: #eee;
  border-radius: 4px;
  display: inline-block;
  padding: 8px;
  margin-left: 10px;
  width: 80%;
}

#comments-template .gitment-container.gitment-root-container .gitment-header-container {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 20px 0;
}
#comments-template .gitment-container.gitment-root-container .gitment-header-container.alert {
  border-image: initial;
  border-radius: 4px;
  overflow: auto;
}
#comments-template .gitment-container.gitment-root-container .gitment-header-container.alert-info {
  color: rgb(58, 135, 173);
  background-color: rgba(217, 237, 247, 0.8);
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list {
  padding: 0;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list a {
  color: rgb(61, 68, 80);
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list a:hover {
  color: rgb(217, 83, 79);
  text-decoration: none;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li {
  background-color: rgba(230, 238, 232, 0.5);
  box-shadow: black 0 0 8px;
  -webkit-box-shadow: black 0 0 8px;
  -moz-box-shadow: black 0 0 8px;
  -o-box-shadow: black 0 0 8px;
  margin: 10px 0;
  list-style: none;
  padding: 2px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li:hover {
  background-color: #fff;
  box-shadow: black 0px 0px 50px;
  -webkit-box-shadow: black 0px 0px 50px;
  -moz-box-shadow: black 0px 0px 50px;
  -o-box-shadow: black 0px 0px 50px;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body {
  position: relative;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body .comment-meta {
  position: relative;
  height: auto;
  min-height: 37px;
  line-height: 37px;
  padding-left: 45px;
  background: rgba(217, 237, 247, 0.6);
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body .comment-meta .comment-author {
  float: left;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body .comment-meta .comment-author img {
  background-color: white;
  position: absolute;
  display: block;
  left: -40px;
  top: 10px;
  border: 2px solid #fff;
  border-image: initial;
  border-radius: 50%;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body .comment-meta .comment-metadata {
  text-transform: uppercase;
  float: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body .comment-content {
  position: relative;
  padding: 20px 55px 30px 45px;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body .comment-reply-link, #comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body .comment-reply-login {
  position: absolute;
  bottom: 3px;
  right: 12px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list > li .comment-body:hover .comment-meta .comment-author img {
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -ms-transform: rotate(720deg);
  -o-transform: rotate(720deg);
  transform: rotate(720deg);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-radius: 0;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list .comment-nav {
  margin-top: 20px;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list .comment-nav .pagination-gal {
  margin: 0;
  border-radius: 4px;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list .comment-nav .page-numbers {
  color: rgb(217, 83, 79);
  background-color: transparent;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid rgb(217, 83, 79);
  border-image: initial;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 10px 10px;
  padding: 5px 10px;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list .comment-nav .page-numbers.dots {
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list .comment-nav .page-numbers.current {
  color: #fff;
  background-color: rgb(217, 83, 79);
  cursor: not-allowed;
}
#comments-template .gitment-container.gitment-root-container .gitment-comments-container.comment-list .comment-nav .page-numbers:hover {
  color: #fff;
  background-color: rgb(217, 83, 79);
  border: 2px solid rgb(217, 83, 79);
  border-image: initial;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#comments-template .gitment-container.gitment-root-container .gitment-editor-container {
  padding-left: 0;
  margin: 20px 0;
}
#comments-template .gitment-container.gitment-root-container .gitment-editor-container .comment-reply-title {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: auto;
  color: #3a87ad;
  background-color: rgba(217, 237, 247, 0.8);
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
}
#comments-template .gitment-container.gitment-root-container .gitment-editor-container .gitment-editor-submit {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  color: #d9534f;
  background-color: transparent;
  border: 2px solid #d9534f;
  padding: 10px 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#comments-template .gitment-container.gitment-root-container .gitment-editor-container .gitment-editor-submit:hover {
  color: #fff;
  background-color: #d9534f;
  border: 2px solid #d9534f;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#comments-template .gitment-container.gitment-root-container .gitment-editor-container .gitment-editor-write-field textarea {
  margin: 0;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #c1c1c1;
}
#comments-template .gitment-container.gitment-root-container .gitment-editor-container .gitment-editor-write-field textarea:focus {
  background-color: rgba(255, 255, 255, 0.9);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #d9534f;
}
#comments-template .gitment-container.gitment-root-container .gitment-footer-container {
  text-align: center;
}
#comments-template .gitment-container.gitment-root-container .gitment-footer-container a:hover {
  text-decoration: none;
}

#smilelink {
  display: inline-block;
  margin-bottom: 10px;
  cursor: url(../imgs/mouse1.cur), url(../imgs/mouse1.cur), auto;
}

#smilelink img {
  opacity: 0.7;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  cursor: url(../imgs/mouse2.cur), url(../imgs/mouse2.cur), auto;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -webkit-transform 0.2s ease-out;
  -ms-transition: -webkit-transform 0.2s ease-out;
  -o-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
}
#smilelink img:hover {
  opacity: 1;
  z-index: 1000;
  -webkit-transform: scale(1.5) rotate(1deg);
  -moz-transform: scale(1.5) rotate(1deg);
  -ms-transform: scale(1.5) rotate(1deg);
  -o-transform: scale(1.5) rotate(1deg);
  transform: scale(1.5) rotate(1deg);
}

@font-face {
  font-family: octicons-link;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format("woff");
}
.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #24292e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.markdown-body .pl-c {
  color: #6a737d;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #24292e;
}

.markdown-body .pl-ent {
  color: #22863a;
}

.markdown-body .pl-k {
  color: #d73a49;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #032f62;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #e36209;
}

.markdown-body .pl-bu {
  color: #b31d28;
}

.markdown-body .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}

.markdown-body .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}

.markdown-body .pl-c2::before {
  content: "^M";
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #22863a;
}

.markdown-body .pl-ml {
  color: #735c0f;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #005cc5;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292e;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #24292e;
}

.markdown-body .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}

.markdown-body .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}

.markdown-body .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}

.markdown-body .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #6f42c1;
}

.markdown-body .pl-ba {
  color: #586069;
}

.markdown-body .pl-sg {
  color: #959da5;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #032f62;
}

.markdown-body .octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

.markdown-body a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
}

.markdown-body strong {
  font-weight: bolder;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  border-style: none;
}

.markdown-body svg:not(:root) {
  overflow: hidden;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body [type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.markdown-body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body a {
  color: #0366d6;
  text-decoration: none;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body strong {
  font-weight: 600;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body h1 {
  font-size: 32px;
  font-weight: 600;
}

.markdown-body h2 {
  font-size: 24px;
  font-weight: 600;
}

.markdown-body h3 {
  font-size: 20px;
  font-weight: 600;
}

.markdown-body h4 {
  font-size: 16px;
  font-weight: 600;
}

.markdown-body h5 {
  font-size: 14px;
  font-weight: 600;
}

.markdown-body h6 {
  font-size: 12px;
  font-weight: 600;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body .octicon {
  vertical-align: text-bottom;
}

.markdown-body .pl-0 {
  padding-left: 0 !important;
}

.markdown-body .pl-1 {
  padding-left: 4px !important;
}

.markdown-body .pl-2 {
  padding-left: 8px !important;
}

.markdown-body .pl-3 {
  padding-left: 16px !important;
}

.markdown-body .pl-4 {
  padding-left: 24px !important;
}

.markdown-body .pl-5 {
  padding-left: 32px !important;
}

.markdown-body .pl-6 {
  padding-left: 40px !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}

.markdown-body blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #959da5;
  box-shadow: inset 0 -1px 0 #959da5;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h3 {
  font-size: 1.25em;
}

.markdown-body h4 {
  font-size: 1em;
}

.markdown-body h5 {
  font-size: 0.875em;
}

.markdown-body h6 {
  font-size: 0.85em;
  color: #6a737d;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body li + li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body img {
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff;
}

.markdown-body code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}

.markdown-body code::before,
.markdown-body code::after {
  letter-spacing: -0.2em;
  content: " ";
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

.markdown-body pre code {
  display: inline;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body pre code::before,
.markdown-body pre code::after {
  content: normal;
}

.markdown-body .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #c6cbd1;
  box-shadow: inset 0 -1px 0 #c6cbd1;
}

.markdown-body :checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body hr {
  border-bottom-color: #eee;
}

/* variables */
/* functions & mixins */
/* variables - calculated */
/* styles */
.gt-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  /* loader */
  /* error */
  /* initing */
  /* no int */
  /* link */
  /* meta */
  /* popup */
  /* header */
  /* comments */
  /* comment */
}

.gt-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gt-container a {
  color: #6190e8;
}

.gt-container a:hover {
  color: #81a6ed;
  border-color: #81a6ed;
}

.gt-container a.is--active {
  color: #333;
  cursor: default !important;
}

.gt-container a.is--active:hover {
  color: #333;
}

.gt-container .hide {
  display: none !important;
}

.gt-container .gt-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: sub;
}

.gt-container .gt-svg svg {
  width: 100%;
  height: 100%;
  fill: #6190e8;
}

.gt-container .gt-ico {
  display: inline-block;
}

.gt-container .gt-ico-text {
  margin-left: 0.3125em;
}

.gt-container .gt-ico-github {
  width: 100%;
  height: 100%;
}

.gt-container .gt-ico-github .gt-svg {
  width: 100%;
  height: 100%;
}

.gt-container .gt-spinner {
  position: relative;
}

.gt-container .gt-spinner::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.1875em;
  margin-left: -0.375em;
  border-radius: 50%;
  border: 1px solid #fff;
  border-top-color: #6190e8;
  -webkit-animation: gt-kf-rotate 0.6s linear infinite;
  animation: gt-kf-rotate 0.6s linear infinite;
}

.gt-container .gt-loader {
  position: relative;
  border: 1px solid #999;
  -webkit-animation: ease gt-kf-rotate 1.5s infinite;
  animation: ease gt-kf-rotate 1.5s infinite;
  display: inline-block;
  font-style: normal;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  border-radius: 50%;
}

.gt-container .gt-loader:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-top: -0.1875em;
  margin-left: -0.1875em;
  width: 0.375em;
  height: 0.375em;
  background-color: #999;
  border-radius: 50%;
}

.gt-container .gt-avatar {
  display: inline-block;
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
}

@media (max-width: 479px) {
  .gt-container .gt-avatar {
    width: 2em;
    height: 2em;
  }
}
.gt-container .gt-avatar img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.gt-container .gt-avatar-github {
  width: 3em;
  height: 3em;
  cursor: pointer;
}

@media (max-width: 479px) {
  .gt-container .gt-avatar-github {
    width: 1.875em;
    height: 1.875em;
  }
}
.gt-container .gt-btn {
  padding: 0.75em 1.25em;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #6190e8;
  border-radius: 5px;
  background-color: #6190e8;
  color: #fff;
  outline: none;
  font-size: 0.75em;
}

.gt-container .gt-btn-text {
  font-weight: 400;
}

.gt-container .gt-btn-loading {
  position: relative;
  margin-left: 0.5em;
  display: inline-block;
  width: 0.75em;
  height: 1em;
  vertical-align: top;
}

.gt-container .gt-btn.is--disable {
  cursor: not-allowed;
  opacity: 0.5;
}

.gt-container .gt-btn-login {
  margin-right: 0;
}

.gt-container .gt-btn-preview {
  background-color: #fff;
  color: #6190e8;
}

.gt-container .gt-btn-preview:hover {
  background-color: #f2f2f2;
  border-color: #81a6ed;
}

.gt-container .gt-btn-public:hover {
  background-color: #81a6ed;
  border-color: #81a6ed;
}

.gt-container .gt-error {
  text-align: center;
  margin: 0.625em;
  color: #ff3860;
}

.gt-container .gt-initing {
  padding: 1.25em 0;
  text-align: center;
}

.gt-container .gt-initing-text {
  margin: 0.625em auto;
  font-size: 92%;
}

.gt-container .gt-no-init {
  padding: 1.25em 0;
  text-align: center;
}

.gt-container .gt-link {
  border-bottom: 1px dotted #6190e8;
}

.gt-container .gt-link-counts,
.gt-container .gt-link-project {
  text-decoration: none;
}

.gt-container .gt-meta {
  margin: 1.25em 0;
  padding: 1em 0.625em;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  font-size: 1em;
  position: relative;
  z-index: 10;
  background-color: rgba(217, 237, 247, 0.6);
  border-radius: 5px;
}

.gt-container .gt-meta:before,
.gt-container .gt-meta:after {
  content: " ";
  display: table;
}

.gt-container .gt-meta:after {
  clear: both;
}

.gt-container .gt-counts {
  margin: 0 0.625em 0 0;
}

.gt-container .gt-user {
  float: right;
  margin: 0;
  font-size: 92%;
}

.gt-container .gt-user-pic {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 0.5em;
}

.gt-container .gt-user-inner {
  display: inline-block;
  cursor: pointer;
}

.gt-container .gt-user .gt-ico {
  margin: 0 0 0 0.3125em;
}

.gt-container .gt-user .is--poping .gt-ico svg {
  fill: #6190e8;
}

.gt-container .gt-version {
  color: #a1a1a1;
  margin-left: 0.375em;
}

.gt-container .gt-copyright {
  margin: 0 0.9375em 0.5em;
  border-top: 1px solid #e9e9e9;
  padding-top: 0.5em;
}

.gt-container .gt-popup {
  position: absolute;
  right: 0;
  top: 2.375em;
  background: #fff;
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 0.625em 0;
  font-size: 0.875em;
  letter-spacing: 0.5px;
}

.gt-container .gt-popup .gt-action {
  cursor: pointer;
  display: block;
  margin: 0.5em 0;
  padding: 0 1.125em;
  position: relative;
  text-decoration: none;
}

.gt-container .gt-popup .gt-action.is--active:before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #6190e8;
  position: absolute;
  left: 0.5em;
  top: 0.4375em;
}

.gt-container .gt-header {
  position: relative;
  background-color: rgba(230, 238, 232, 0.5);
  padding: 0.625em 0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  box-shadow: black 0px 0px 8px;
  -webkit-box-shadow: black 0px 0px 8px;
  -moz-box-shadow: black 0px 0px 8px;
  -o-box-shadow: black 0px 0px 8px;
}

.gt-container .gt-header-comment {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.25em;
}

@media (max-width: 479px) {
  .gt-container .gt-header-comment {
    margin-left: 0.875em;
  }
}
.gt-container .gt-header-textarea {
  padding: 0.75em;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 5.125em;
  max-height: 15em;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
  word-wrap: break-word;
  resize: vertical;
  background-color: #f6f6f6;
  outline: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gt-container .gt-header-textarea:hover {
  background-color: #fbfbfb;
}

.gt-container .gt-header-preview {
  padding: 0.75em;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}

.gt-container .gt-header-controls {
  position: relative;
  margin: 0.75em 0 0;
}

.gt-container .gt-header-controls:before,
.gt-container .gt-header-controls:after {
  content: " ";
  display: table;
}

.gt-container .gt-header-controls:after {
  clear: both;
}

@media (max-width: 479px) {
  .gt-container .gt-header-controls {
    margin: 0;
  }
}
.gt-container .gt-header-controls-tip {
  font-size: 0.875em;
  color: #6190e8;
  text-decoration: none;
  vertical-align: sub;
}

@media (max-width: 479px) {
  .gt-container .gt-header-controls-tip {
    display: none;
  }
}
.gt-container .gt-header-controls .gt-btn {
  float: right;
  margin-left: 1.25em;
}

@media (max-width: 479px) {
  .gt-container .gt-header-controls .gt-btn {
    float: none;
    width: 100%;
    margin: 0.75em 0 0;
  }
}
.gt-container:after {
  content: "";
  position: fixed;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

.gt-container.gt-input-focused {
  position: relative;
}

.gt-container.gt-input-focused:after {
  content: "";
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s, bottom 0s;
  transition: opacity 0.3s, bottom 0s;
  z-index: 9999;
}

.gt-container.gt-input-focused .gt-header-comment {
  z-index: 10000;
}

.gt-container .gt-comments {
  padding-top: 1.25em;
}

.gt-container .gt-comments-null {
  text-align: center;
}

.gt-container .gt-comments-controls {
  margin: 1.25em 0;
  text-align: center;
}

.gt-container .gt-comment {
  position: relative;
  padding: 0.625em 0.625em;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(230, 238, 232, 0.5);
  box-shadow: black 0px 0px 8px;
  -webkit-box-shadow: black 0px 0px 8px;
  -moz-box-shadow: black 0px 0px 8px;
  -o-box-shadow: black 0px 0px 8px;
  border-radius: 4px;
}

.gt-container .gt-comment-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.25em;
  padding: 0.75em 1em;
  background-color: #f9f9f9;
  overflow: auto;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.gt-container .gt-comment-content:hover {
  -webkit-box-shadow: 0 0.625em 3.75em 0 #f4f4f4;
  box-shadow: 0 0.625em 3.75em 0 #f4f4f4;
}

@media (max-width: 479px) {
  .gt-container .gt-comment-content {
    margin-left: 0.875em;
    padding: 0.625em 0.75em;
  }
}
.gt-container .gt-comment-header {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  position: relative;
}

.gt-container .gt-comment-block-1 {
  float: right;
  height: 1.375em;
  width: 2em;
}

.gt-container .gt-comment-block-2 {
  float: right;
  height: 1.375em;
  width: 4em;
}

.gt-container .gt-comment-username {
  font-weight: 500;
  color: #6190e8;
  text-decoration: none;
}

.gt-container .gt-comment-username:hover {
  text-decoration: underline;
}

.gt-container .gt-comment-text {
  margin-left: 0.5em;
  color: #a1a1a1;
}

.gt-container .gt-comment-date {
  margin-left: 0.5em;
  color: #a1a1a1;
}

.gt-container .gt-comment-like,
.gt-container .gt-comment-edit,
.gt-container .gt-comment-reply {
  position: absolute;
  height: 1.375em;
}

.gt-container .gt-comment-like:hover,
.gt-container .gt-comment-edit:hover,
.gt-container .gt-comment-reply:hover {
  cursor: pointer;
}

.gt-container .gt-comment-like {
  top: 0;
  right: 2em;
}

.gt-container .gt-comment-edit,
.gt-container .gt-comment-reply {
  top: 0;
  right: 0;
}

.gt-container .gt-comment-body {
  color: #333 !important;
}

.gt-container .gt-comment-body .email-hidden-toggle a {
  display: inline-block;
  height: 12px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 6px;
  color: #444d56;
  text-decoration: none;
  vertical-align: middle;
  background: #dfe2e5;
  border-radius: 1px;
}

.gt-container .gt-comment-body .email-hidden-toggle a:hover {
  background-color: #c6cbd1;
}

.gt-container .gt-comment-body .email-hidden-reply {
  display: none;
  white-space: pre-wrap;
}

.gt-container .gt-comment-body .email-hidden-reply .email-signature-reply {
  padding: 0 15px;
  margin: 15px 0;
  color: #586069;
  border-left: 4px solid #dfe2e5;
}

.gt-container .gt-comment-body .email-hidden-reply.expanded {
  display: block;
}

.gt-container .gt-comment-admin .gt-comment-content {
  background-color: #f6f9fe;
}

@-webkit-keyframes gt-kf-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes gt-kf-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
