#main .main-body-header em,
#main .main-body-header a,
.article-meta,
.archive-year {
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
}
#main .main-body-header em,
#main .main-body-header a,
.article-meta,
.archive-year,
#main .main-body-header em a,
#main .main-body-header a a,
.article-meta a,
.archive-year a {
  text-decoration: none;
}
.article-entry h1 {
  font-size: 2em;
}
.article-entry h2 {
  font-size: 1.5em;
}
.article-entry h3 {
  font-size: 1.3em;
}
.article-entry h4 {
  font-size: 1.2em;
}
.article-entry h5 {
  font-size: 1em;
}
.article-entry h6 {
  font-size: 1em;
  color: #aaa;
}
.article-entry hr {
  border: 1px dashed #ddd;
}
.article-entry strong {
  font-weight: bold;
}
.article-entry em,
.article-entry cite {
  font-style: italic;
}
.article-entry sup,
.article-entry sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article-entry sup {
  top: -0.5em;
}
.article-entry sub {
  bottom: -0.2em;
}
.article-entry small {
  font-size: 0.85em;
}
.article-entry acronym,
.article-entry abbr {
  border-bottom: 1px dotted;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  line-height: 1.6em;
}
.article-entry ul ul,
.article-entry ol ul,
.article-entry ul ol,
.article-entry ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
.article-entry ul {
  list-style: square;
  list-style-position: inside;
}
.article-entry ol {
  list-style: decimal;
  list-style-position: inside;
}
.article-entry dt {
  font-weight: bold;
  list-style-position: inside;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
input,
button {
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html,
body,
#container {
  height: 100%;
}
::selection {
  color: #fff;
  background: #555;
}
body {
  background: #000;
  font: 14px "Consolas", "Titillium Web", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  -webkit-text-size-adjust: 100%;
}
code {
  color: #0f0;
  font-family: Courier;
}
bold {
  color: #f00;
  font-weight: bold;
}
.container {
  position: relative;
  padding: 0 20px;
  background-color: #000;
}
.container-inner {
  max-width: 1120px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.container-inner:before,
.container-inner:after {
  content: "";
  display: table;
}
.container-inner:after {
  clear: both;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.clear {
  clear: both;
}
.logo {
  display: block;
  padding: 10px 0;
  width: 165px;
  height: 60px;
  background-image: url("images/logo-header.png");
  background-position: 0px 10px;
  background-repeat: no-repeat;
  -webkit-background-size: 165px 60px;
  -moz-background-size: 165px 60px;
  background-size: 165px 60px;
}
.main-body {
  margin-top: -60px;
  background-color: #000;
}
.main-body-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-right: 210px;
}
.main-body-inner:before,
.main-body-inner:after {
  content: "";
  display: table;
}
.main-body-inner:after {
  clear: both;
}
#main {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px;
  padding-right: 10px;
}
#main .main-body-header {
  background: #000;
  position: relative;
  padding: 5px 10px 5px;
  border-top: 1px dashed #555;
  border-bottom: 1px dashed #555;
  text-transform: uppercase;
}
#main .main-body-header .page-title-link,
#main .main-body-header i {
  margin-right: 8px;
}
#main .main-body-header i {
  font-weight: 400;
}
#main .main-body-header em,
#main .main-body-header a {
  color: #aaa;
}
#main .main-body-content:before,
#main .main-body-content:after {
  content: "";
  display: table;
}
#main .main-body-content:after {
  clear: both;
}
.select_CSS {
  margin-left: 10px;
}
.select_CSS #theme-selector {
  width: 100%;
  background: #000;
  color: #555;
  margin-top: 2px;
  height: 35px;
  border: none;
  border-bottom: 1px dashed #555;
}
#header {
  background: #000;
  padding-bottom: 60px;
  position: relative;
}
#header-outer {
  height: 100%;
  position: relative;
}
#header-title {
  text-align: center;
  padding: 20px 0px;
  font-size: 0.7em;
  border-bottom: 1px dashed #555;
}
#header-title:before,
#header-title:after {
  content: "";
  display: table;
}
#header-title:after {
  clear: both;
}
#header-title .logo-wrap,
#header-title .subtitle-wrap {
  float: left;
}
#header-title .subtitle-wrap {
  padding: 10px 0px 0px;
  margin-left: 20px;
}
#header-title .subtitle {
  font-size: 16px;
  font-style: italic;
  line-height: 70px;
  color: #555;
  text-shadow: 0 1px rgba(0,0,0,0.2);
}
#header-title .cache-hacking {
  width: 1120px;
  background-color: #000;
  z-index: 1;
  position: sticky;
  padding-top: 0;
  margin-top: -20px;
  height: 10px;
}
#header-title .hacking-animation {
  float: right;
}
#header-title .hacking-animation__text {
  text-align: left;
  bottom: 0;
  font-family: consolas;
  font-size: 1.33em;
  padding-left: 20px;
  position: absolute;
  padding-bottom: 15px;
}
#header-title .hacking-animation__character {
  -webkit-animation: type 500ms linear;
  -moz-animation: type 500ms linear;
  -ms-animation: type 500ms linear;
  animation: type 500ms linear;
  color: #555;
}
@-moz-keyframes type {
  0% {
    background: #fff;
    color: #f00;
  }
  1% {
    background: transparent;
    color: #f00;
  }
  15% {
    background: transparent;
    color: #0f0;
  }
  100% {
    background: transparent;
    color: #555;
  }
}
@-webkit-keyframes type {
  0% {
    background: #fff;
    color: #f00;
  }
  1% {
    background: transparent;
    color: #f00;
  }
  15% {
    background: transparent;
    color: #0f0;
  }
  100% {
    background: transparent;
    color: #555;
  }
}
@-o-keyframes type {
  0% {
    background: #fff;
    color: #f00;
  }
  1% {
    background: transparent;
    color: #f00;
  }
  15% {
    background: transparent;
    color: #0f0;
  }
  100% {
    background: transparent;
    color: #555;
  }
}
@keyframes type {
  0% {
    background: #fff;
    color: #f00;
  }
  1% {
    background: transparent;
    color: #f00;
  }
  15% {
    background: transparent;
    color: #0f0;
  }
  100% {
    background: transparent;
    color: #555;
  }
}
.ascii-logo {
  color: #fff;
  font-family: Courier;
}
.ascii-logo a {
  text-decoration: none;
  text-decoration: none;
  color: #fff;
}
.ascii-logo-color {
  color: #0f0;
}
.nav-container .nav-icon,
.nav-container .nav-container-inner #main-nav .main-nav-list-item .main-nav-list-link {
  float: left;
  color: #555;
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.nav-container .nav-icon:hover,
.nav-container .nav-container-inner #main-nav .main-nav-list-item .main-nav-list-link:hover {
  color: #fff;
  background: rgba(0,0,0,0.1);
}
.nav-container {
  padding: 0px;
  margin: 0px;
  z-index: 1;
}
.nav-container:before,
.nav-container:after {
  content: "";
  display: table;
}
.nav-container:after {
  clear: both;
}
.nav-container .nav-icon {
  line-height: 20px;
  padding: 15px 14px;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.nav-container #main-nav-toggle {
  display: none;
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #555;
}
.nav-container #main-nav-toggle:before {
  content: "\f0c9";
}
.nav-container .nav-container-inner:before,
.nav-container .nav-container-inner:after {
  content: "";
  display: table;
}
.nav-container .nav-container-inner:after {
  clear: both;
}
.nav-container .nav-container-inner #main-nav {
  float: left;
}
.nav-container .nav-container-inner #main-nav .main-nav-list {
  float: left;
}
.nav-container .nav-container-inner #main-nav .main-nav-list-item {
  position: relative;
  float: left;
}
.nav-container .nav-container-inner #main-nav .main-nav-list-item.top-level-menu > a:after {
  content: "\f0d7" !important;
  float: none;
  margin-left: 6px;
  font-size: 14px;
  line-height: 1.2em;
  opacity: 0.5;
  font-family: FontAwesome;
  display: inline-block;
}
.nav-container .nav-container-inner #main-nav .main-nav-list-item.top-level-menu:hover > a {
  color: #fff;
  background: rgba(0,0,0,0.502);
}
.nav-container .nav-container-inner #main-nav .main-nav-list-item .main-nav-list-link {
  line-height: 20px;
  padding: 15px 14px;
  font-size: 16px;
}
.nav-container .nav-container-inner #main-nav .main-nav-list-item .main-nav-list-link.current {
  color: #fff;
}
.nav-container .nav-container-inner #main-nav .main-nav-list-item .main-nav-list-child {
  top: 100%;
  display: none;
  padding: 10px 0;
  overflow: hidden;
  position: absolute;
  width: 180px;
  background: #33363b url("images/opacity-10.png") repeat;
}
.nav-container .nav-container-inner #main-nav .main-nav-list-item .main-nav-list-child li,
.nav-container .nav-container-inner #main-nav .main-nav-list-item .main-nav-list-child li a {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-container .nav-container-inner #sub-nav {
  float: left;
}
.search-form {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form:before {
  content: "\f002";
  margin-right: 8px;
  color: #555;
  font: normal normal normal 16px/1 FontAwesome;
}
.search-form-input,
.search-form-input.ins-search-input,
.search-form-input.st-ui-search-input,
.search-form-input.st-default-search-input {
  -webkit-appearance: textarea;
  padding: 0;
  width: 100px;
  height: auto !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  color: #555;
}
.search-form-input:focus,
.search-form-input.ins-search-input:focus,
.search-form-input.st-ui-search-input:focus,
.search-form-input.st-default-search-input:focus {
  width: 200px;
}
.search-form-input::-webkit-search-results-decoration,
.search-form-input.ins-search-input::-webkit-search-results-decoration,
.search-form-input.st-ui-search-input::-webkit-search-results-decoration,
.search-form-input.st-default-search-input::-webkit-search-results-decoration,
.search-form-input::-webkit-search-cancel-button,
.search-form-input.ins-search-input::-webkit-search-cancel-button,
.search-form-input.st-ui-search-input::-webkit-search-cancel-button,
.search-form-input.st-default-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-form-submit {
  display: none;
}
#sidebar {
  float: right;
  margin-right: -210px;
  border-left: 1px dashed #555;
  width: 210px;
}
#sidebar .sidebar-toggle {
  display: none;
}
#sidebar .sidebar-top {
  background: #000;
  border-bottom: 1px dashed #555;
  padding: 5px 0px 5px 0px;
  margin-left: 10px;
}
#sidebar .sidebar-top:before,
#sidebar .sidebar-top:after {
  content: "";
  display: table;
}
#sidebar .sidebar-top:after {
  clear: both;
}
#sidebar .sidebar-top .sidebar-top-inner:before,
#sidebar .sidebar-top .sidebar-top-inner:after {
  content: "";
  display: table;
}
#sidebar .sidebar-top .sidebar-top-inner:after {
  clear: both;
}
#sidebar .sidebar-top p {
  float: left;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  padding: 3px 0;
}
#sidebar .sidebar-top i {
  color: #555;
  font-size: 24px;
}
#article-nav {
  position: relative;
}
#article-nav:before,
#article-nav:after {
  content: "";
  display: table;
}
#article-nav:after {
  clear: both;
}
.article-nav-link-wrap {
  position: relative;
  margin-top: 0;
  display: block;
  color: #aaa;
  padding: 16px 40px 24px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  text-align: center;
  text-decoration: none;
}
.article-nav-link-wrap .icon {
  position: absolute;
  color: #ccc;
  font-size: 18px;
  top: 50%;
  width: 1em;
  margin-top: -10px;
}
.article-nav-link-wrap #icon-chevron-left {
  left: 10px;
}
.article-nav-link-wrap #icon-chevron-right {
  right: 10px;
}
.article-nav-link-wrap:hover {
  background: rgba(0,0,0,0.02);
}
.article-nav-link-wrap:hover .icon {
  color: #000;
}
.article-nav-caption {
  display: block;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
.article-nav-title {
  font-size: 15px;
  color: #666;
}
.widget-wrap {
  padding: 0px 0px 0px 10px;
}
.widget-title {
  padding-top: 5px;
  color: #0f0;
  text-transform: uppercase;
  border-top: 1px dashed #555;
}
.widget-list .widget-links-friends > ul,
.widget-links-friends .widget-links-friends > ul {
  padding: 0px;
  margin-top: 0px;
  padding-left: 10px;
  position: relative;
/* Trait vertical */
}
.widget-list .widget-links-friends > ul:before,
.widget-links-friends .widget-links-friends > ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #555;
  margin-left: 10px;
}
.widget-list .widget-links-friends > ul li,
.widget-links-friends .widget-links-friends > ul li {
  position: relative;
  padding-left: 15px;
  text-transform: none;
/* Trait horizontal devant chaque item ├── */
/* Dernier enfant └── */
/* Désactiver la bordure dash pour les niveaux >1 */
  border-bottom: none;
}
.widget-list .widget-links-friends > ul li:before,
.widget-links-friends .widget-links-friends > ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  border-top: 1px solid #555;
}
.widget-list .widget-links-friends > ul li:last-child:before,
.widget-links-friends .widget-links-friends > ul li:last-child:before {
  border-left: none;
  border-top: 1px solid #555;
}
.widget-list .widget-links-friends > ul li a,
.widget-links-friends .widget-links-friends > ul li a {
  color: #fff;
  text-decoration: none;
}
.widget-list .widget-links-friends > ul li a:hover,
.widget-links-friends .widget-links-friends > ul li a:hover {
  color: #f00;
}
.widget-list ul,
.widget-links-friends ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.widget-list ul > li,
.widget-links-friends ul > li {
/* Niveau 1 */
  padding: 3px 0px 3px 0px;
  border-bottom: 1px dashed #555;
  position: relative;
  text-transform: uppercase;
/* Lien niveau 1 */
/* Sous-listes -> effet "tree" commence ici */
}
.widget-list ul > li:last-child,
.widget-links-friends ul > li:last-child {
  border-bottom: none;
}
.widget-list ul > li > a,
.widget-links-friends ul > li > a {
  color: #0f0;
  text-decoration: none;
}
.widget-list ul > li > a:hover,
.widget-links-friends ul > li > a:hover {
  color: #f00;
}
.widget-list ul > li > ul,
.widget-links-friends ul > li > ul {
  padding: 0px;
  margin-top: 2px;
  padding-left: 10px;
  position: relative;
/* Trait vertical */
}
.widget-list ul > li > ul:before,
.widget-links-friends ul > li > ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #555;
  margin-left: 10px;
}
.widget-list ul > li > ul li,
.widget-links-friends ul > li > ul li {
  position: relative;
  padding-left: 15px;
  text-transform: none;
/* Trait horizontal devant chaque item ├── */
/* Dernier enfant └── */
/* Désactiver la bordure dash pour les niveaux >1 */
  border-bottom: none;
}
.widget-list ul > li > ul li:before,
.widget-links-friends ul > li > ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  border-top: 1px solid #555;
}
.widget-list ul > li > ul li:last-child:before,
.widget-links-friends ul > li > ul li:last-child:before {
  border-left: none;
  border-top: 1px solid #555;
}
.widget-list ul > li > ul li a,
.widget-links-friends ul > li > ul li a {
  color: #fff;
  text-decoration: none;
}
.widget-list ul > li > ul li a:hover,
.widget-links-friends ul > li > ul li a:hover {
  color: #f00;
}
.widget-float a {
  font-size: 15px;
}
#recent-post li {
  padding: 10px 0 10px 94px;
  border-bottom: 1px solid #ddd;
}
#recent-post li:before,
#recent-post li:after {
  content: "";
  display: table;
}
#recent-post li:after {
  clear: both;
}
#recent-post.no-thumbnail li {
  padding: 10px 0px;
}
#recent-post li .item-thumbnail {
  opacity: 1;
  margin-left: -94px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float: left;
}
#recent-post li .item-thumbnail .thumbnail {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}
#recent-post li .item-thumbnail .thumbnail span {
  width: 100%;
  height: 100%;
  display: block;
}
#recent-post li .item-thumbnail .thumbnail .thumbnail-image {
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
#recent-post li .item-thumbnail .thumbnail .thumbnail-none {
  background-image: url("images/thumb-default-small.png");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#recent-post li .item-inner .item-category {
  font-size: 13px;
  text-transform: uppercase;
}
#recent-post li .item-inner .item-category a {
  color: #000;
}
#recent-post li .item-inner .item-category a:hover {
  color: #444;
}
#recent-post li .item-inner .item-category a,
#recent-post li .item-inner .item-category .icon {
  margin-right: 5px;
}
#recent-post li .item-inner .item-title {
  font-size: 15px;
}
#recent-post li .item-inner .item-title a {
  color: #444;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#recent-post li .item-inner .item-date {
  color: #aaa;
  font-size: 13px;
  text-transform: uppercase;
}
#recent-post li:hover .item-thumbnail {
  opacity: 0.8;
}
#recent-post li:hover .item-title a {
  color: #000;
}
.category-list-count,
.tag-list-count,
.archive-list-count {
  padding-left: 5px;
  color: #aaa;
  font-size: 0.85em;
}
.category-list-count:before,
.tag-list-count:before,
.archive-list-count:before {
  content: "(";
}
.category-list-count:after,
.tag-list-count:after,
.archive-list-count:after {
  content: ")";
}
.tagcloud a {
  margin-right: 5px;
}
.toc-article {
  margin: 0;
  padding: 0;
}
.toc-article .toc {
  padding: 0;
  margin: 10px 0 0;
}
.toc-article .toc .toc-item {
  list-style: none;
}
.imangeRand {
  margin-top: 10px;
  margin-left: 10px;
  border-top: 1px dashed #555;
  padding: 13px 0px 13px 10px;
}
.imangeRand img {
  height: 90px;
}
.article-inner {
  overflow: hidden;
}
.article-summary h1::before {
  content: "[ ";
}
.article-summary h1::after {
  content: " ]";
}
.article-summary h1 {
  padding: 5px 5px 5px 0px;
  color: #f00;
  font-size: 1.3em;
  margin: 2px 0px;
  text-transform: uppercase;
  background-position: 0px 0px, 0px 0px, 100% 0px, 0px 100%;
  -webkit-background-size: 0px 100%, 100% 38px, 0px 100%, 100% 59px;
  -moz-background-size: 0px 100%, 100% 38px, 0px 100%, 100% 59px;
  background-size: 0px 100%, 100% 38px, 0px 100%, 100% 59px;
  background-repeat: no-repeat;
  background-image: -webkit-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -webkit-repeating-linear-gradient(left, #111, #111 1px, transparent 2px, transparent 1px), -webkit-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -webkit-repeating-linear-gradient(left, #222, #222 15px, transparent 9px, transparent 10px);
  background-image: -moz-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -moz-repeating-linear-gradient(left, #111, #111 1px, transparent 2px, transparent 1px), -moz-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -moz-repeating-linear-gradient(left, #222, #222 15px, transparent 9px, transparent 10px);
  background-image: -ms-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -ms-repeating-linear-gradient(left, #111, #111 1px, transparent 2px, transparent 1px), -ms-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -ms-repeating-linear-gradient(left, #222, #222 15px, transparent 9px, transparent 10px);
  background-image: repeating-linear-gradient(to bottom, #fff 0, #fff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(to right, #111, #111 1px, transparent 2px, transparent 1px), repeating-linear-gradient(to bottom, #fff 0, #fff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(to right, #222, #222 15px, transparent 9px, transparent 10px);
}
.h1-article {
  color: #fff;
  margin: -10px;
}
.article-row {
  width: 100%;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-row:before,
.article-row:after {
  content: "";
  display: table;
}
.article-row:after {
  clear: both;
}
.article-summary,
.article-inner {
  width: 100%;
  float: left;
}
.article-summary a,
.article-inner a {
  text-decoration: none;
  color: #fff;
}
.article-summary .article-summary-inner,
.article-inner .article-summary-inner {
  border-bottom: 1px dashed #555;
  padding: 10px 0px 10px 0px;
}
.article-summary .article-summary-inner .thumbnail,
.article-inner .article-summary-inner .thumbnail,
.article-summary .article-meta .thumbnail,
.article-inner .article-meta .thumbnail {
  height: 0;
  width: 48%;
  display: block;
  overflow: hidden;
  position: relative;
  filter: contrast(80%) grayscale(100%);
  padding-bottom: 10.5%;
  float: right;
}
.article-summary .article-summary-inner .thumbnail .noise,
.article-inner .article-summary-inner .thumbnail .noise,
.article-summary .article-meta .thumbnail .noise,
.article-inner .article-meta .thumbnail .noise {
  width: 470px;
  height: 100px;
  background: url("images/noise4.gif");
  z-index: 2;
}
.article-summary .article-summary-inner .thumbnail .thumbnail-image,
.article-inner .article-summary-inner .thumbnail .thumbnail-image,
.article-summary .article-meta .thumbnail .thumbnail-image,
.article-inner .article-meta .thumbnail .thumbnail-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -ms-transition: opacity 1.5s ease-in;
  transition: opacity 1.5s ease-in;
}
.article-summary .article-summary-inner .thumbnail .thumbnail-none,
.article-inner .article-summary-inner .thumbnail .thumbnail-none,
.article-summary .article-meta .thumbnail .thumbnail-none,
.article-inner .article-meta .thumbnail .thumbnail-none {
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url("images/thumb-default.png");
}
.article-summary .article-summary-inner .article-title,
.article-inner .article-summary-inner .article-title,
.article-summary .article-meta .article-title,
.article-inner .article-meta .article-title {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  word-wrap: break-word;
}
.article-summary .article-summary-inner .article-title a,
.article-inner .article-summary-inner .article-title a,
.article-summary .article-meta .article-title a,
.article-inner .article-meta .article-title a {
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  color: #fff;
}
.article-summary .article-summary-inner .article-excerpt,
.article-inner .article-summary-inner .article-excerpt,
.article-summary .article-meta .article-excerpt,
.article-inner .article-meta .article-excerpt {
  height: 80px;
  position: relative;
  color: #999;
  overflow: hidden;
  text-align: justify;
  line-height: 1.5em;
  margin-top: 5px;
}
.article-summary:hover .thumbnail .thumbnail-image,
.article-inner:hover .thumbnail .thumbnail-image {
  opacity: 0.7;
}
.article-summary:hover .article-title a,
.article-inner:hover .article-title a {
  color: #fff;
}
.article-category {
  float: left;
  color: #fff;
  margin-left: 8px;
}
.article-category:before {
  content: "\2022";
}
.article-title {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  margin-bottom: 10px;
}
a.article-title:hover {
  color: #fff;
}
.article-meta:before,
.article-meta:after {
  content: "";
  display: table;
}
.article-meta:after {
  clear: both;
}
.article-meta > div {
  margin-right: 10px;
}
.article-meta > div .fa {
  margin-right: 3px;
}
.article-meta .category,
.article-meta .tag-resume,
.article-meta .title-resume,
.article-meta .date {
  text-transform: uppercase;
  padding-bottom: 6px;
}
.article-meta .category a,
.article-meta .tag-resume a,
.article-meta .title-resume a,
.article-meta .date a,
.article-meta .category i,
.article-meta .tag-resume i,
.article-meta .title-resume i,
.article-meta .date i {
  margin-left: 0;
}
.article-meta .author {
  text-transform: uppercase;
}
.article-meta .author a,
.article-meta .author i {
  margin-left: 0;
  margin-right: 6px;
  color: #f00;
}
.article-meta .auteur,
.article-meta .titre {
  color: #fff;
}
.article-meta .auteur a,
.article-meta .titre a {
  color: #f00;
}
.article-meta .time,
.article-meta .tagspan,
.article-meta .cat {
  color: #fff;
}
.article-meta .time a,
.article-meta .tagspan a,
.article-meta .cat a {
  color: #0f0;
}
.article-summary .article-meta > div {
  margin-right: 0;
}
.article-tag .tag-link:before {
  content: "#";
}
.article-entry {
  color: #fff;
  text-align: justify;
}
.article-entry:before,
.article-entry:after {
  content: "";
  display: table;
}
.article-entry:after {
  clear: both;
}
.article-entry p {
  line-height: 1.5em;
}
.article-entry p,
.article-entry table {
  margin-top: 1em;
}
.article-entry p img,
.article-entry table img {
  margin: 0;
  background: #fff;
  width: 100%;
}
.article-entry h1 {
  margin: 1.3em 0;
}
.article-entry h2::before {
  content: ">> ";
  color: #0f0;
}
.article-entry h2 {
  margin: 1.3em 0;
  padding: 5px 5px 5px 0px;
  color: #0f0;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  background-position: 0 0px, 0px 0, 100% 0, 0 100%;
  -webkit-background-size: 0px 100%, 100% 30px, 0px 100%, 100% 10px;
  -moz-background-size: 0px 100%, 100% 30px, 0px 100%, 100% 10px;
  background-size: 0px 100%, 100% 30px, 0px 100%, 100% 10px;
  background-repeat: no-repeat;
  background-image: -webkit-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -webkit-repeating-linear-gradient(left, #111, #111 1px, transparent 2px, transparent 1px), -webkit-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -webkit-repeating-linear-gradient(left, #222, #222 15px, transparent 9px, transparent 10px);
  background-image: -moz-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -moz-repeating-linear-gradient(left, #111, #111 1px, transparent 2px, transparent 1px), -moz-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -moz-repeating-linear-gradient(left, #222, #222 15px, transparent 9px, transparent 10px);
  background-image: -ms-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -ms-repeating-linear-gradient(left, #111, #111 1px, transparent 2px, transparent 1px), -ms-repeating-linear-gradient(top, #fff 0, #fff 10px, transparent 10px, transparent 20px), -ms-repeating-linear-gradient(left, #222, #222 15px, transparent 9px, transparent 10px);
  background-image: repeating-linear-gradient(to bottom, #fff 0, #fff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(to right, #111, #111 1px, transparent 2px, transparent 1px), repeating-linear-gradient(to bottom, #fff 0, #fff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(to right, #222, #222 15px, transparent 9px, transparent 10px);
}
.article-entry h3::before {
  content: "# ";
  color: #666;
}
.article-entry h3 {
  margin-top: 1.15em;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1em;
  border-bottom: 1px dotted #666;
}
.article-entry h4::before {
  content: "□ ";
  color: #333;
}
.article-entry h4 {
  color: #fff;
  font-size: 1.1em;
  margin-top: 1em;
  text-decoration: underline;
  text-decoration-color: #333;
}
.article-entry a {
  color: #fff;
  text-decoration: none;
}
.article-entry a:hover {
  text-decoration: underline;
}
.article-entry figcaption a {
  float: right;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  list-style-position: outside;
  padding-left: 1.4em;
}
.article-entry ul p,
.article-entry ol p,
.article-entry dl p {
  margin: 0;
}
.article-entry img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.article-entry iframe {
  border: none;
}
.article-entry table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.article-entry th {
  padding-bottom: 0.5em;
  border: 1px solid #555;
  padding: 3px;
  text-align: center;
}
.article-entry td {
  border: 1px solid #555;
  padding: 3px;
}
.article-entry blockquote {
  color: #aaa;
  font-style: italic;
  border-left: 2px solid #222;
  margin-top: 10px;
  padding: 5px;
}
.article-entry blockquote p {
  margin: 0;
  padding: 0;
}
.article-entry .pullquote {
  text-align: left;
  width: 45%;
  margin: 0;
}
.article-entry .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
}
.article-entry .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
}
.article-entry .caption {
  color: #fff;
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
  position: relative;
  text-align: center;
}
.article-entry .thanks .thanks-img {
  width: 60px;
  float: left;
}
.article-entry .thanks .thanks-comment {
  height: 60px;
  text-align: left;
  margin-left: 70px;
}
.article-entry .thanks .thanks-comment p {
  line-height: 18.5px;
  padding-top: 0px;
}
.article-entry .thanks .thanks-comment .pseudo {
  color: #0f0;
  font-weight: bold;
}
.article-entry video {
  padding: 10px 0;
  width: 100%;
}
.article-more-link a {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 15px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.article-more-link a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.article-footer {
  font-size: 14px;
  border-top: 1px dashed #555;
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 9em;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
.article-footer a {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border: 1px dashed #555;
  color: #f00;
  text-decoration: none;
}
.article-footer a:hover {
  color: #fff;
}
.article-footer a:hover {
  color: #fff;
}
.article-comment-link i,
.article-share-link i {
  padding-right: 8px;
}
.article-comment-link {
  float: right;
}
.article-share-link {
  cursor: pointer;
  float: right;
}
.article-share-box {
  margin-top: -15px;
  position: absolute;
  display: none;
  margin-left: -624px;
  padding-left: 5px;
  overflow: hidden;
  z-index: 1;
}
.article-share-box.on {
  display: block;
}
.article-share-input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0f0;
  outline: none;
  border: none;
  height: 45px;
  padding-left: 10px;
  margin-bottom: 13px;
  margin-top: 33px;
  border: 1px dashed #555;
  background: #000;
  font-family: courier;
}
.article-share-links {
  background: #000;
  margin-left: 495px;
}
.article-share-links:before,
.article-share-links:after {
  content: "";
  display: table;
}
.article-share-links:after {
  clear: both;
}
.article-share-twitter,
.article-share-facebook,
.article-share-pinterest,
.article-share-google {
  border: 1px dotted #555;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-left: 10px;
}
.article-share-twitter:before,
.article-share-facebook:before,
.article-share-pinterest:before,
.article-share-google:before {
  font-size: 20px;
  font-family: FontAwesome;
}
.article-share-twitter:hover,
.article-share-facebook:hover,
.article-share-pinterest:hover,
.article-share-google:hover {
  color: #fff;
}
.article-share-twitter:before {
  content: "\f099";
}
.article-share-twitter:hover {
  background: #00aced;
}
.article-share-facebook:before {
  content: "\f09a";
}
.article-share-facebook:hover {
  background: #3b5998;
}
.article-share-pinterest:before {
  content: "\f0d2";
}
.article-share-pinterest:hover {
  background: #cb2027;
}
.article-share-google:before {
  content: "\f0d5";
}
.article-share-google:hover {
  background: #dd4b39;
}
.article-gallery {
  background: #000;
  position: relative;
}
.article-gallery-photos {
  position: relative;
  overflow: hidden;
}
.article-gallery-img {
  display: none;
  max-width: 100%;
}
.article-gallery-img:first-child {
  display: block;
}
.article-gallery-img.loaded {
  position: absolute;
  display: block;
}
.article-gallery-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.article-gallery {
  overflow: hidden;
  background: #000;
  position: relative;
  text-align: center;
  margin: 1.6em 0;
}
.article-gallery .gallery-item {
  display: none;
  max-width: 100%;
}
.article-gallery .gallery-item:before,
.article-gallery .gallery-item:after {
  top: 50%;
  width: 40px;
  height: 36px;
  font-size: 36px;
  margin-top: -18px;
  position: absolute;
  font-family: FontAwesome;
  color: #fff;
}
.article-gallery .gallery-item:hover:before,
.article-gallery .gallery-item:hover:after {
  color: #fff;
}
.article-gallery .gallery-item:before {
  left: 0;
  content: "\f104";
}
.article-gallery .gallery-item:after {
  right: 0;
  content: "\f105";
}
.article-gallery .gallery-item:first-child {
  display: block;
}
.article-gallery .gallery-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.article.rtl .article-title,
.article.rtl .article-excerpt,
.article.rtl .article-entry p {
  direction: rtl;
}
.article.rtl .article-meta > div {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.article.rtl .article-meta .category a,
.article.rtl .article-meta .category i {
  margin-right: 0;
  margin-left: 6px;
}
.article.rtl .article-meta .category a:first-child,
.article.rtl .article-meta .category i:first-child {
  margin-left: 0;
}
.lg-outer .lg-thumb-item {
  border-radius: 0 !important;
}
#comments {
  padding: 30px 30px 20px;
}
#comments a {
  color: #000;
}
.archives-wrap {
  margin: block-margin 0;
}
.archives {
  margin-top: 5px;
}
.archives:before,
.archives:after {
  content: "";
  display: table;
}
.archives:after {
  clear: both;
}
.archive-year-wrap {
  color: #f00;
  padding: 5px 0px 5px;
  border-bottom: 1px dashed #555;
}
.archive-year i {
  margin-right: 8px;
}
.archives {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media mq-tablet {
  .archives {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media mq-normal {
  .archives {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.archive-article-inner {
  padding: 10px;
  margin-bottom: 15px;
}
.archive-article-title {
  text-decoration: none;
  font-weight: bold;
  color: #555;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.6em;
}
.archive-article-title:hover {
  color: #000;
}
.archive-article-footer {
  margin-top: 1em;
}
.archive-article-date {
  color: #aaa;
  text-decoration: none;
  font-size: 0.85em;
  line-height: 1em;
  margin-bottom: 0.5em;
  display: block;
}
#page-nav {
  width: 100%;
  display: block;
  margin: 5px 0px 5px 0px;
  text-align: center;
  color: #aaa;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#page-nav:before,
#page-nav:after {
  content: "";
  display: table;
}
#page-nav:after {
  clear: both;
}
#page-nav #back-to-top {
  color: #f00;
  width: 30px;
  text-decoration: none;
}
#page-nav #back-to-top:hover {
  color: #f00;
}
#page-nav #back-to-top:active,
#page-nav #back-to-top color: #00FF00,
#page-nav #back-to-top.current {
  color: #0f0;
}
#page-nav .pages {
  display: block;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 1em !important;
  border: none !important;
}
#page-nav .pages:before {
  content: "\f15c";
  font-family: FontAwesome;
  margin-right: 6px;
}
#page-nav .page-number,
#page-nav .extend {
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 5px 5px;
  display: inline;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#page-nav .page-number:hover,
#page-nav .extend:hover {
  color: #f00;
}
#page-nav .page-number:active,
#page-nav .extend:active,
#page-nav .page-number text-decoration: none,
#page-nav .extend text-decoration: none {
  color: #0f0;
}
#page-nav .page-number.current,
#page-nav .extend.current {
  color: #0f0;
}
#page-nav .space {
  color: #ddd;
}
#footer {
  border-top: 1px dashed #555;
  color: #555;
  line-height: 1.6em;
}
#footer a {
  color: #ccc;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}
#footer .credit {
  padding: 30px 30px 0px 100px;
}
#footer .footer-plugins {
  padding: 0px 30px 30px 30px;
}
#footer .logo {
  width: 132px;
  height: 48px;
  -webkit-background-size: 132px 48px;
  -moz-background-size: 132px 48px;
  background-size: 132px 48px;
}
i.icon {
  display: inline-block;
  font-style: normal;
  text-align: center;
}
i.icon:before {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.ins-search {
  display: none;
}
.ins-search.show {
  display: block;
}
.ins-selectable {
  cursor: pointer;
}
.ins-search-mask,
.ins-search-container {
  position: fixed;
}
.ins-search-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.867);
}
.ins-input-wrapper {
  position: relative;
}
.ins-search-input {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 28px 12px 20px;
  border-top: 1px dashed #555;
  font-family: "Consolas", "Microsoft Yahei Light", "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
.ins-close {
  color: #fff;
  top: 50%;
  right: 6px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  margin-top: -11px;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.ins-close:hover {
  color: #0f0;
}
.ins-search-container {
  left: 50%;
  top: 100px;
  z-index: 101;
  bottom: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 540px;
  margin-left: -270px;
}
@media screen and (max-width: 559px), screen and (max-height: 479px) {
  .ins-search-container {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
  }
}
.ins-section-wrapper {
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0;
  overflow-y: auto;
  position: absolute;
}
.ins-section-container {
  position: relative;
  background: #000;
  color: #fff;
}
.ins-section .ins-section-header,
.ins-section .ins-search-item {
  padding: 8px 15px;
}
.ins-section .ins-section-header {
  color: #0f0;
  border-top: 1px dashed #555;
  border-bottom: 1px dashed #555;
}
.ins-section .ins-slug {
  margin-left: 5px;
  color: #555;
}
.ins-section .ins-slug:before {
  content: '(';
}
.ins-section .ins-slug:after {
  content: ')';
}
.ins-section .ins-search-item header,
.ins-section .ins-search-item .ins-search-preview {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ins-section .ins-search-item header .fa {
  margin-right: 8px;
}
.ins-section .ins-search-item .ins-search-preview {
  height: 15px;
  font-size: 12px;
  color: #555;
  margin: 5px 0 0 20px;
}
.ins-section .ins-search-item:hover,
.ins-section .ins-search-item.active {
  color: #fff;
  background: #000;
}
.ins-section .ins-search-item:hover .ins-slug,
.ins-section .ins-search-item.active .ins-slug,
.ins-section .ins-search-item:hover .ins-search-preview,
.ins-section .ins-search-item.active .ins-search-preview {
  color: #fff;
}
.highlight {
  margin: 0px;
  display: block;
  overflow-x: auto;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.5em;
}
.highlight table {
  margin: 0;
  width: auto;
}
.highlight table td {
  border: none;
}
.highlight table td.code {
  padding-right: 5px;
}
.highlight .gutter pre {
  color: #666;
  text-align: right;
  padding-right: 5px;
}
.article-entry .highlight {
  color: #fff;
  background-color: #0f0f0f;
  border-left: 1px solid rgba(0,255,0,0.314);
  margin: 5px 0px 5px 0px;
  padding: 5px;
  font-family: courier;
}
.article-entry strong {
  color: #f00;
  font-weight: normal;
}
.highlight {
  color: #a9b7c6;
  background: #282b2e;
}
.highlight .code .number,
.highlight .code .literal,
.highlight .code .symbol,
.highlight .code .bullet {
  color: #6897bb;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .deletion {
  color: #cc7832;
}
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .link {
  color: #629755;
}
.highlight .code .comment,
.highlight .code .quote {
  color: #808080;
}
.highlight .code .meta {
  color: #bbb529;
}
.highlight .code .string,
.highlight .code .attribute,
.highlight .code .addition {
  color: #6a8759;
}
.highlight .code .section,
.highlight .code .title,
.highlight .code .type {
  color: #ffc66d;
}
.highlight .code .name,
.highlight .code .selector-id,
.highlight .code .selector-class {
  color: #e8bf6a;
}
.highlight .code .emphasis {
  font-style: italic;
}
.highlight .code .strong {
  font-weight: bold;
}
@media only screen and (min-width: 960px) {
  .nav-container-inner {
    display: block !important;
  }
}
@media only screen and (max-width: 1157px) {
  .hacking-animation {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 959px) {
  .hacking-animation {
    display: none;
  }
  #header {
    padding-bottom: 50px;
  }
  #header .nav-container-inner {
    display: block !important;
  }
  #header .nav-container-inner #main-nav .main-nav-more > ul .main-nav-list-child {
    position: relative;
    padding: 0px;
  }
  #header .nav-container-inner .search-form-input:focus {
    width: 100px;
  }
  .main-body {
    margin-top: -50px;
  }
  .main-body-inner {
    padding-right: 50px;
    background-position: -340px 0 !important;
    padding-right: 70px;
  }
  .main-body-inner #sidebar {
    right: 0;
    background-color: #000;
    margin: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 50px;
    -webkit-transition: width 0.2s ease-in 0.2s;
    -moz-transition: width 0.2s ease-in 0.2s;
    -ms-transition: width 0.2s ease-in 0.2s;
    transition: width 0.2s ease-in 0.2s;
  }
  .main-body-inner #sidebar:before,
  .main-body-inner #sidebar:after {
    content: "";
    display: table;
  }
  .main-body-inner #sidebar:after {
    clear: both;
  }
  .main-body-inner #sidebar .select_CSS {
    display: none;
  }
  .main-body-inner #sidebar .sidebar-toggle {
    display: block;
    padding: 6px;
    color: #fff;
    text-align: center;
    height: 50px;
    background: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-body-inner #sidebar .sidebar-toggle .toggle {
    line-height: 38px;
    font-size: 38px;
    width: 38px;
    font-family: fontawesome;
  }
  .main-body-inner #sidebar .sidebar-toggle .toggle:before {
    content: '\f100';
  }
  .main-body-inner #sidebar .sidebar-top {
    padding: 10px 30px;
    background: none;
    border-bottom: 1px dashed #555;
  }
  .main-body-inner #sidebar .sidebar-top p,
  .main-body-inner #sidebar .sidebar-top a,
  .main-body-inner #sidebar .sidebar-top i {
    color: #666;
  }
  .main-body-inner #sidebar #article-nav,
  .main-body-inner #sidebar .widgets-container,
  .main-body-inner #sidebar .sidebar-top {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  .main-body-inner #sidebar.expend {
    width: 200px;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
  }
  .main-body-inner #sidebar.expend .toggle:before {
    content: '\f100';
  }
  .main-body-inner #sidebar.expend #article-nav,
  .main-body-inner #sidebar.expend .widgets-container,
  .main-body-inner #sidebar.expend .sidebar-top {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in 0.2s;
    -moz-transition: opacity 0.2s ease-in 0.2s;
    -ms-transition: opacity 0.2s ease-in 0.2s;
    transition: opacity 0.2s ease-in 0.2s;
  }
  .main-body-inner #sidebar.expend .sidebar-top {
    display: block;
  }
  .main-body-inner #sidebar.expend .sidebar-top .social-links .social-tooltip:after,
  .main-body-inner #sidebar.expend .sidebar-top .social-links .social-tooltip:before {
    display: none;
  }
  #main .main-body-header,
  #main .archive-year-wrap {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    padding: 0px;
  }
  #header .logo-wrap {
    width: 100%;
    display: block;
    text-align: center;
  }
  #header .logo-wrap .logo {
    margin: 0 auto;
  }
  #header .subtitle-wrap {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  #header .nav-container {
    padding: 0px;
  }
  #header .nav-container #main-nav-toggle {
    float: none;
    display: block;
  }
  #header .nav-container .nav-container-inner {
    display: none;
  }
  #header .nav-container #main-nav {
    display: block;
    float: none;
  }
  #header .nav-container #main-nav .main-nav-list-item,
  #header .nav-container #main-nav .main-nav-list-link {
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }
  #header .nav-container #main-nav .main-nav-list-item:before,
  #header .nav-container #main-nav .main-nav-list-link:before,
  #header .nav-container #main-nav .main-nav-list-item:after,
  #header .nav-container #main-nav .main-nav-list-link:after {
    content: "";
    display: table;
  }
  #header .nav-container #main-nav .main-nav-list-item:after,
  #header .nav-container #main-nav .main-nav-list-link:after {
    clear: both;
  }
  #header .nav-container #main-nav .main-nav-list-item.top-level-menu > a {
    position: relative;
  }
  #header .nav-container #main-nav .main-nav-list-item.top-level-menu > a:after {
    display: none;
  }
  #header .nav-container #main-nav .main-nav-list-item.top-level-menu:hover > a {
    background: none;
    color: #fff;
  }
  #header .nav-container #main-nav .main-nav-list-item.top-level-menu > a:hover {
    color: #fff;
    background: #000;
  }
  #header .nav-container #main-nav .main-nav-list-item .main-nav-list-child {
    display: block !important;
    position: relative;
    width: 100%;
    padding: 0px;
    background: none;
  }
  #header .nav-container #main-nav .main-nav-list-item .main-nav-list-child .main-nav-list-link {
    padding-left: 30px;
  }
  #header .nav-container #main-nav a {
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  #header .nav-container #sub-nav {
    float: none;
  }
  #header .nav-container #sub-nav .search-form:before {
    font-size: 14px;
  }
  #header .nav-container #sub-nav .search-form-input {
    font-size: 14px;
    width: 90%;
  }
  .main-body-inner {
    padding: 0px;
    background: none;
  }
  #main {
    float: none;
    padding: 10px;
  }
  #main .main-body-header,
  #main .archive-year-wrap {
    margin: 0px 15px 0px;
  }
  #main .main-body-header {
    margin: 0px 15px 5px;
  }
  #main .main-body-content .article-single,
  #main .main-body-content #comments {
    padding: 15px;
  }
  #main .main-body-content #page-nav {
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .article-row {
    padding: 0 20px 0 15px;
    border: none;
  }
  .article-summary {
    width: 100%;
  }
  .article-summary .article-summary-inner {
    margin: 5px 0px 15px 0;
  }
  .article-summary .article-summary-inner .thumbnail {
    height: 100px;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 10%;
  }
  .article-summary .article-summary-inner .thumbnail .noise {
    height: 200px;
  }
  #sidebar {
    float: none;
    margin: 0px;
    width: 100%;
    background: #000;
  }
  #sidebar .sidebar-top,
  #sidebar .widget-wrap {
    padding: 15px;
  }
  #sidebar .widgets-container {
    padding-bottom: 15px;
  }
  #footer {
    margin-top: 0px;
  }
  #footer .logo {
    margin: 0 auto;
  }
  #footer .credit {
    text-align: center;
  }
}
