/**
 * Style.css
 */
/**
 * Reset.css
 */
/*= Reset default browser CSS. Based on work by Eric 
    Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 ---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #666;
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  /* prevent subpixel antialiasing, which thickens the text */
  /* text-rendering: optimizeLegibility; */
  /* turned off ligatures due to bug 5945455 */
}
body {
  color: #222;
  line-height: 1;
  font: 12px/1.5 "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f3f3f3;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after,
.hd:before,
.hd:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after,
.hd:after {
  clear: both;
}
.clearfix,
.hd {
  zoom: 1;
}
/**
 *  布局类
 */
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    -moz-transform: translateY(30px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    -ms-transform: translateY(30px);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    -o-transform: translateY(30px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.hidden {
  display: none;
}
.t-f2e-font {
  font-family: "t-f2e-font";
  font-size: 16px;
  font-style: normal;
}
.t-f2e-font.t-f2e-font-tianmaojifen {
  color: #F32043;
}
.wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 100px;
}
.container {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
header .ad {
  min-height: 100px;
  text-align: center;
  display: table;
  width: 100%;
}
header .ad .main {
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}
header .ad .main p {
  text-indent: 2em;
}
header .logo {
  color: #666;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
header .logo i,
header .logo span {
  vertical-align: middle;
}
header .logo span {
  font-size: 26px;
}
header .logo i {
  font-size: 40px;
}
article.content-area {
  padding-left: 220px;
  margin-top: -78px;
  position: relative;
}
article.content-area .tags {
  position: absolute;
  left: 164px;
  top: 90px;
}
article.content-area .tags .t-f2e-font {
  font-size: 30px;
  cursor: pointer;
  color: #666;
}
article.content-area .ad {
  position: absolute;
  left: 12px;
  top: 140px;
  width: 180px;
  min-height: 290px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.35);
  display: table;
  vertical-align: middle;
}
article.content-area .ad ul {
  font-size: 14px;
  list-style: disc inside;
  color: #cedcd9;
}
article.content-area .ad ul li {
  font-size: 13px;
  width: 173px;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.content-area .ad ul li a:hover {
  color: #c40000;
}
article.content-area .ad .box {
  height: 100%;
  width: 100%;
  padding: 5px;
  word-wrap: break-word;
  word-break: break-all;
  vertical-align: middle;
  display: table-cell;
  text-indent: 1em;
  line-height: 4em;
}
article.content-area .init .list {
  display: none;
}
article.content-area .list-wrap {
  height: 430px;
  overflow: hidden;
  position: relative;
}
article.content-area .list {
  width: 720px;
  height: 350px;
  overflow: hidden;
  background: #EDEDED;
  position: absolute;
  left: 0;
  top: 0;
  color: #444;
  font-size: 15px;
  border-radius: 10px;
  margin-top: 30px;
  font-family: 'Andale$MonoW01-Regular';
  padding: 25px;
  visibility: hidden;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
article.content-area .list.show {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 10;
}
article.content-area .list.scale {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
article.content-area .list li {
  line-height: 2;
}
article.content-area .list li span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  color: #8e8e8e;
  width: 30px;
}
article.content-area .list li a:hover {
  border-bottom: 1px dotted #666;
  padding-bottom: 5px;
}
article.content-area .pagenav li {
  float: left;
  margin: 10px 5px;
}
article.content-area .pagenav li a {
  padding: 10px;
  border: 1px solid #ddd;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 15px;
  font-family: monospace;
  color: #7d8b99;
  box-shadow: 0 0 10px 10px transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: box-shadow 0.35s linear;
  -moz-transition: box-shadow 0.35s linear;
  -ms-transition: box-shadow 0.35s linear;
  -o-transition: box-shadow 0.35s linear;
  transition: box-shadow 0.35s linear;
}
article.content-area .pagenav li.cur a,
article.content-area .pagenav li a:hover {
  color: #2eb695;
  box-shadow: 0 0 0 3px rgba(125, 139, 153, 0.15);
}
.content .main {
  width: 920px;
  min-height: 680px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F8F7F5;
  position: fixed;
  right: -10px;
  top: 0;
  z-index: 99;
  color: #444;
  font-size: 15px;
  padding: 10px;
  visibility: hidden;
  -webkit-transform: translateY(0%) translateX(100%);
  -moz-transform: translateY(0%) translateX(100%);
  -ms-transform: translateY(0%) translateX(100%);
  -o-transform: translateY(0%) translateX(100%);
  transform: translateY(0%) translateX(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
  box-shadow: 0 0 1px #666;
}
.content .main.show {
  visibility: visible;
  -webkit-transform: translateY(0%) translateX(8%);
  -moz-transform: translateY(0%) translateX(8%);
  -ms-transform: translateY(0%) translateX(8%);
  -o-transform: translateY(0%) translateX(8%);
  transform: translateY(0%) translateX(8%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 10;
  margin: 10px 0;
}
.content .main.scale {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.content .article.show {
  -webkit-animation: fadeIn 0.3s;
  -moz-animation: fadeIn 0.3s;
  -ms-animation: fadeIn 0.3s;
  -o-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.toolbar {
  position: absolute;
  right: 50%;
  margin-right: 386px;
  top: 590px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.toolbar .des span {
  margin: 8px 0 0 10px;
  padding: 2px 5px;
  font-size: 12px;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 3px;
  float: right;
}
.toolbar.fixed {
  position: fixed;
  top: 20px;
}
.toolbar .title {
  background-color: rgba(237, 235, 233, 0.5);
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.toolbar .title:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.toolbar .title a {
  padding: 20px;
  text-align: right;
  display: block;
  max-width: 198px;
  overflow: hidden;
  height: 18px;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toolbar .info li {
  border: 1px dashed #ddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 180px;
  margin-top: 10px;
  cursor: pointer;
}
.toolbar .info a {
  font-size: 30px;
}
.toolbar .info a.first-child {
  font-size: 40px;
}
.single-page .toolbar {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.close {
  border-radius: 50%;
  border: 1px solid #666;
  color: #333;
  font-size: 22px;
  font-size: 24px;
  height: 40px;
  left: -100%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  cursor: pointer;
  -webkit-transform: translateY(0%) translateX(-100%) rotate(0deg);
  -moz-transform: translateY(0%) translateX(-100%) rotate(0deg);
  -ms-transform: translateY(0%) translateX(-100%) rotate(0deg);
  -o-transform: translateY(0%) translateX(-100%) rotate(0deg);
  transform: translateY(0%) translateX(-100%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.close.show {
  -webkit-transform: translateY(0%) translateX(100%) rotate(360deg);
  -moz-transform: translateY(0%) translateX(100%) rotate(360deg);
  -ms-transform: translateY(0%) translateX(100%) rotate(360deg);
  -o-transform: translateY(0%) translateX(100%) rotate(360deg);
  transform: translateY(0%) translateX(100%) rotate(360deg);
  left: 20px;
  top: 73%;
}
.close.hide {
  -webkit-transform: translateY(0%) translateX(-100%) rotate(0deg);
  -moz-transform: translateY(0%) translateX(-100%) rotate(0deg);
  -ms-transform: translateY(0%) translateX(-100%) rotate(0deg);
  -o-transform: translateY(0%) translateX(-100%) rotate(0deg);
  transform: translateY(0%) translateX(-100%) rotate(0deg);
}
.area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s, height 0s 0.4s;
  transition: opacity 0.4s, height 0s 0.4s;
}
.animate .content .main {
  position: absolute;
}
.animate .area::after {
  height: 110%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.perspective {
  position: relative;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.effect-moveleft {
  background: #f4f3f1;
}
.effect-moveleft .area {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.effect-moveleft .area::after {
  background: rgba(255, 255, 255, 0.6);
}
.effect-moveleft.animate .area {
  -webkit-transform: translateY(99px) translateX(-415.8px) rotateY(58deg) translateZ(-50px);
  -moz-transform: translateY(99px) translateX(-415.8px) rotateY(58deg) translateZ(-50px);
  -ms-transform: translateY(99px) translateX(-415.8px) rotateY(58deg) translateZ(-50px);
  -o-transform: translateY(99px) translateX(-415.8px) rotateY(58deg) translateZ(-50px);
  transform: translateY(99px) translateX(-415.8px) rotateY(58deg) translateZ(-50px);
}
.effect-moveleft.animate .area article .list {
  width: 320px;
}
.effect-moveleft.animate .area article .list li {
  width: 330px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.effect-moveleft.animate .area header .logo {
  -webkit-transform: translateY(-73%) translateX(23.5%);
  -moz-transform: translateY(-73%) translateX(23.5%);
  -ms-transform: translateY(-73%) translateX(23.5%);
  -o-transform: translateY(-73%) translateX(23.5%);
  transform: translateY(-73%) translateX(23.5%);
}
.effect-moveleft.animate .area .ad {
  display: none;
}
.no-csstransforms3d .effect-moveleft.animate .area {
  left: -75%;
}
/**
 * archive
 */
.bodyscale {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.bodyscale.scale {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.archive {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(248, 247, 245, 0.9);
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}
.archive .container {
  width: 690px;
  padding: 20px;
}
.archive h2 {
  font-weight: bold;
  font-size: 30px;
  color: #C40000;
}
.archive .post .listing {
  margin-top: 1em;
  padding-bottom: 50px;
}
.archive .post .listing .listing-seperator {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 5px 0;
  color: #666;
}
.archive .post .listing .listing-item {
  line-height: 2.5;
}
.archive .post .listing .listing-item a {
  font-size: 14px;
  padding: .2em 0 .2em 2em;
  color: #BB2222;
}
.archive .post .listing .listing-item a:hover {
  color: #DD1144;
}
.archive .post .listing .listing-item time {
  color: #666;
  font-size: 14px;
}
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow-y: auto;
  height: 100%;
}
.closex {
  position: fixed;
  right: 40px;
  top: 20px;
  color: #333;
  cursor: pointer;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotate(0deg) scale(0);
  -moz-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  -o-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
}
.closex.t-f2e-font {
  font-size: 80px;
}
.closex.show {
  -webkit-transform: rotate(360deg) scale(1);
  -moz-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  -o-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}
/**
 * GITHUB MARKDOWN STYLE
 */
.content {
  font: 14px Helvetica, arial, freesans, clean, sans-serif;
  line-height: 2;
  color: #333;
}
.content a {
  color: #4183C4;
}
.content a.absent {
  color: #cc0000;
}
.content a.anchor {
  display: block;
  padding-left: 30px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  cursor: text;
  position: relative;
}
.content h1:hover a.anchor,
.content h2:hover a.anchor,
.content h3:hover a.anchor,
.content h4:hover a.anchor,
.content h5:hover a.anchor,
.content h6:hover a.anchor {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA09pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoMTMuMCAyMDEyMDMwNS5tLjQxNSAyMDEyLzAzLzA1OjIxOjAwOjAwKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM2NjlDQjI4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM2NjlDQjM4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzY2OUNCMDg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzY2OUNCMTg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsQhXeAAAABfSURBVHjaYvz//z8DJYCRUgMYQAbAMBQIAvEqkBQWXI6sHqwHiwG70TTBxGaiWwjCTGgOUgJiF1J8wMRAIUA34B4Q76HUBelAfJYSA0CuMIEaRP8wGIkGMA54bgQIMACAmkXJi0hKJQAAAABJRU5ErkJggg==) no-repeat 10px center;
  text-decoration: none;
}
.content h1 tt,
.content h1 code {
  font-size: inherit;
}
.content h2 tt,
.content h2 code {
  font-size: inherit;
}
.content h3 tt,
.content h3 code {
  font-size: inherit;
}
.content h4 tt,
.content h4 code {
  font-size: inherit;
}
.content h5 tt,
.content h5 code {
  font-size: inherit;
}
.content h6 tt,
.content h6 code {
  font-size: inherit;
}
.content h1 {
  font-size: 28px;
  color: black;
}
.content h2 {
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  color: black;
}
.content h3 {
  font-size: 18px;
}
.content h4 {
  font-size: 16px;
}
.content h5 {
  font-size: 14px;
}
.content h6 {
  color: #777777;
  font-size: 14px;
}
.content p,
.content blockquote,
.content ul,
.content ol,
.content dl,
.content li,
.content table,
.content pre {
  margin: 15px 0;
}
.content hr {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0;
  border: 0 none;
  color: #cccccc;
  height: 4px;
  padding: 0;
}
.content body > h2:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content body > h1:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content body > h1:first-child + h2 {
  margin-top: 0;
  padding-top: 0;
}
.content body > h3:first-child,
.content body > h4:first-child,
.content body > h5:first-child,
.content body > h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content a:first-child h1,
.content a:first-child h2,
.content a:first-child h3,
.content a:first-child h4,
.content a:first-child h5,
.content a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}
.content h1 p,
.content h2 p,
.content h3 p,
.content h4 p,
.content h5 p,
.content h6 p {
  margin-top: 0;
}
.content li p.first {
  display: inline-block;
}
.content li {
  margin: 0;
}
.content ul,
.content ol {
  padding-left: 30px;
}
.content ul :first-child,
.content ol :first-child {
  margin-top: 0;
}
.content dl {
  padding: 0;
}
.content dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}
.content dl dt:first-child {
  padding: 0;
}
.content dl dt > :first-child {
  margin-top: 0;
}
.content dl dt > :last-child {
  margin-bottom: 0;
}
.content dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}
.content dl dd > :first-child {
  margin-top: 0;
}
.content dl dd > :last-child {
  margin-bottom: 0;
}
.content blockquote {
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777;
}
.content blockquote > :first-child {
  margin-top: 0;
}
.content blockquote > :last-child {
  margin-bottom: 0;
}
.content table {
  padding: 0;
  border-collapse: collapse;
}
.content table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0;
}
.content table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.content table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 6px 13px;
}
.content table tr td {
  border: 1px solid #cccccc;
  margin: 0;
  padding: 6px 13px;
}
.content table tr th :first-child,
.content table tr td :first-child {
  margin-top: 0;
}
.content table tr th :last-child,
.content table tr td :last-child {
  margin-bottom: 0;
}
.content img {
  max-width: 100%;
}
.content span.frame {
  display: block;
  overflow: hidden;
}
.content span.frame > span {
  border: 1px solid #dddddd;
  display: block;
  float: left;
  overflow: hidden;
  margin: 13px 0 0;
  padding: 7px;
  width: auto;
}
.content span.frame span img {
  display: block;
  float: left;
}
.content span.frame span span {
  clear: both;
  color: #333333;
  display: block;
  padding: 5px 0 0;
}
.content span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}
.content span.align-center > span {
  display: block;
  overflow: hidden;
  margin: 13px auto 0;
  text-align: center;
}
.content span.align-center span img {
  margin: 0 auto;
  text-align: center;
}
.content span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}
.content span.align-right > span {
  display: block;
  overflow: hidden;
  margin: 13px 0 0;
  text-align: right;
}
.content span.align-right span img {
  margin: 0;
  text-align: right;
}
.content span.float-left {
  display: block;
  margin-right: 13px;
  overflow: hidden;
  float: left;
}
.content span.float-left span {
  margin: 13px 0 0;
}
.content span.float-right {
  display: block;
  margin-left: 13px;
  overflow: hidden;
  float: right;
}
.content span.float-right > span {
  display: block;
  overflow: hidden;
  margin: 13px auto 0;
  text-align: right;
}
.content code,
.content tt {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.content pre code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}
.content .highlight pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}
.content pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}
.content pre code,
.content pre tt {
  background-color: transparent;
  border: none;
}
.content sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0;
}
.content * {
  -webkit-print-color-adjust: exact;
}
@media screen and (min-width: 914px) {
  .content body {
    width: 854px;
    margin: 0 auto;
  }
}
@media print {
  .content table,
  .content pre {
    page-break-inside: avoid;
  }
  .content pre {
    word-wrap: break-word;
  }
}
/**
 * FOOTER
 */
footer.footer {
  margin-top: 40px;
}
footer.footer .info {
  padding-left: 216px;
  padding-top: 20px;
}
footer.footer .f-item {
  width: 30%;
  float: left;
  margin-right: 20px;
}
footer.footer .f-item h6 {
  text-transform: uppercase;
  color: #b4b4b4;
  letter-spacing: .250em;
  padding-bottom: 6px;
  padding: 0px;
  margin: 4px 5px;
  font-size: .750em;
}
footer.footer .f-item li {
  list-style: none;
  margin: 12px 0px;
  font-size: .875em;
}
footer.footer .f-item li a {
  padding: 5px;
}
footer.footer .f-item li a:hover {
  background-color: rgba(196, 0, 0, 0.1);
  border-radius: 4px;
}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media screen and (max-width: 1245px) {
  .single-page .effect-moveleft.animate .area {
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  .toolbar {
    top: 80px;
    margin-right: 374px;
  }
}
@media screen and (max-width: 1165px) {
  .content .main {
    width: 840px;
  }
  .content .main.show {
    -webkit-transform: translateY(0%) translateX(0%);
    -moz-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    -o-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
}
/**
 * 1000px + 
 * @type {[type]}
 */
@media screen and (max-width: 1001px) {
  .wrapper {
    padding-top: 10px;
  }
  .container {
    width: 770px;
  }
  article.content-area {
    padding-left: 0;
    margin: -33px auto 0 auto;
  }
  article.content-area .tags {
    position: absolute;
    left: 739px;
    top: -21px;
    z-index: 99;
  }
  article.content-area .ad {
    min-height: inherit;
    left: 0;
    top: 493px;
    width: 100%;
    margin-bottom: 20px;
  }
  footer.footer {
    margin-top: 250px;
  }
  footer.footer .info {
    padding-left: 0;
  }
  .toolbar {
    top: 0;
    right: 50%;
    width: 792px;
    margin-right: -396px;
    position: fixed;
    background: rgba(237, 235, 233, 0.5);
  }
  .toolbar .title,
  .toolbar .des,
  .toolbar .info li {
    float: left;
  }
  .toolbar .info {
    float: right;
  }
  .toolbar .info li {
    margin-left: 35px;
    margin-top: 2px;
  }
  .toolbar .des {
    margin-top: 10px;
  }
  .toolbar.fixed {
    right: 50%;
    margin-right: -396px;
    top: 0;
  }
  .content .main {
    width: 770px;
  }
  .content .main.show {
    -webkit-transform: translateY(50px) translateX(0%);
    -moz-transform: translateY(50px) translateX(0%);
    -ms-transform: translateY(50px) translateX(0%);
    -o-transform: translateY(50px) translateX(0%);
    transform: translateY(50px) translateX(0%);
  }
}
/**
 * 792px IPAD MINI
 */
@media screen and (max-width: 792px) {
  .container,
  .content .main {
    width: 740px;
  }
  .toolbar {
    width: 762px;
  }
  .toolbar.fixed {
    margin-right: -382px;
  }
  article.content-area .tags {
    left: 709px;
  }
  article.content-area .list {
    width: 690px;
  }
}
/**
 * 400px NEXUS S
 */
@media screen and (max-width: 401px) {
  header .ad {
    display: none;
  }
  .container,
  .content .main {
    width: 320px;
  }
  .content .main.show {
    width: 288px;
    right: 6px;
    -webkit-transform: translateY(92px) translateX(0%);
    -moz-transform: translateY(92px) translateX(0%);
    -ms-transform: translateY(92px) translateX(0%);
    -o-transform: translateY(92px) translateX(0%);
    transform: translateY(92px) translateX(0%);
  }
  .toolbar,
  .toolbar.fixed {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -160px;
  }
  .toolbar .title {
    float: none;
  }
  .toolbar .title a {
    max-width: 320px;
    text-align: center;
  }
  .toolbar .des {
    position: absolute;
    left: 0;
    top: 53px;
  }
  .toolbar .info {
    position: absolute;
    right: 10px;
    top: 63px;
  }
  .toolbar .info li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-left: 13px;
  }
  .toolbar .info li a {
    font-size: 18px;
  }
  .toolbar .info li:nth-child(1) a {
    font-size: 26px;
  }
  .toolbar .info li:nth-child(2) {
    display: none;
  }
  article.content-area .tags {
    left: 285px;
  }
  article.content-area .list {
    width: 320px;
  }
  .archive .container {
    width: 310px;
    padding: 5px;
  }
  .closex {
    right: 8px;
    top: -2px;
  }
  .closex.t-f2e-font {
    font-size: 40px;
  }
}
.single-page .wrapper {
  padding-top: 0;
}
.single-page footer.footer {
  display: none;
}
/**
 * LOADING
 */
.loading {
  text-align: center;
  vertical-align: middle;
  min-height: 250px;
  display: table;
  width: 100%;
}
.gmb-loader {
  font-size: 0;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 120px;
}
.gmb-loader div {
  background: #DD1144;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  -webkit-animation: gmb-bounce 1.75s infinite;
  animation: gmb-bounce 1.75s infinite;
  top: 50%;
  margin-top: -15px;
}
.gmb-loader div:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  left: 50%;
  margin-left: -15px;
}
.gmb-loader div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  right: 0;
}
@-webkit-keyframes gmb-bounce {
  10% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    height: 30px;
  }
  14% {
    height: 90px;
  }
  15% {
    height: 30px;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
  }
  35% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes gmb-bounce {
  10% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    height: 30px;
  }
  14% {
    height: 90px;
  }
  15% {
    height: 30px;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 0.8, 1);
  }
  35% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
