/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

blockquote, body, div, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, label, legend, li, nav, object, ol, p, section, table, ul {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
body {
    color: #5a6064;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
code, pre {
}
p {
    margin: 0 0 11px;
}
ul {
    list-style: outside none disc;
}
ol, ul {
    margin: 0 0 11px 25px;
    padding: 0;
}
li {
    line-height: 22px;
    margin: 0 0 0.5em;
}
h1, h2, h3, h4, h5, h6 {
    color: #282b30;
    font-family: Calibri,"PT Sans","Trebuchet MS","Helvetica Neue",Arial;
    font-weight: 400;
    margin: 0;
    text-rendering: optimizelegibility;
}
.mfp-preloader {
    font-size: 13px;
}
img {
    border: 0 none;
}
h1 {
    margin-bottom: 5px;
}
.get-code-window {
    background: #ffffff none repeat scroll 0 0;
    margin: 20px auto;
    max-width: 600px;
    padding: 2em 3em;
    position: relative;
    width: auto;
}
#magnific_popup_documentation {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}

a {
    color: #3169b3;
    text-decoration: underline;
}
a:hover {
    color: #cc0000;
    text-decoration: underline;
}
body {
    background: #fafafa none repeat scroll 0 0;
}
.grid-c h3 {
    margin-top: 0;
}
.grid-c {
    clear: both;
}
.grid-c p {
    margin-bottom: 0.5em;
}
.grid-c {
    margin: 0 -1em;
    overflow: hidden;
}
.gc3 {
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 1em;
    width: 50%;
}
.grid-c .gc3:nth-of-type(2n+1) {
    clear: left;
}
h1#magnific-popup-docs {
    display: none;
}
#logo {
    -moz-user-select: none;
    cursor: pointer;
    height: 150px;
    margin-bottom: 50px;
    margin-left: -3em;
    margin-top: 50px;
    padding: 0 3em;
    position: relative;
    text-align: center;
    width: 100%;
}
#broken-glass {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#logo:active h1 {
    top: 1px;
}
#logo h1 {
    -moz-user-select: none;
    color: #000000;
    cursor: pointer;
    font-size: 63px;
    font-weight: 700;
    left: 0;
    line-height: 1.4;
    margin-top: 27px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
h2.intro {
    border: 0 none;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
}
#header-links {
    font-size: 16px;
}
#markdown-toc {
    backface-visibility: hidden;
    background: rgba(255, 255, 255, 0.71) none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    padding: 20px;
    position: fixed;
    top: 50px;
}
#markdown-toc a[href="#magnific-popup-docs"] {
    display: none;
}
#markdown-toc ul {
    list-style: outside none none;
}
#markdown-toc ul ul {
    display: none;
}
#markdown-toc::before {
    content: "Table of contents";
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
@media all and (max-width: 75em) {
#markdown-toc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    position: static;
}
}
#markdown-toc a {
    border-bottom: 1px dotted;
    text-decoration: none;
}
#markdown-toc ul {
    margin: 0;
    padding: 0;
}
#markdown-toc .active a {
    color: #666666;
    text-decoration: none;
}
code, pre {
    font-family: Consolas,"Liberation Mono",Courier,monospace;
}
code {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #c82829;
    font-size: 13px;
    padding: 0.1em 0.4em;
}
pre {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 2px;
    line-height: 18px;
    overflow: auto;
    padding: 20px 25px;
}
pre code {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000000;
    font-size: 13px;
    padding: 0;
}
.highlight {
    background-color: #f5fafc;
    margin-bottom: 0.5em;
    margin-left: -1.5em;
    padding: 0 1.5em;
    position: relative;
    width: 100%;
}
pre code::before {
    color: #889499;
    display: block;
    font-size: 12px;
    line-height: 13px;
    padding: 3px 7px 0;
    position: absolute;
    right: 3px;
    top: 6px;
}
code.html::before {
    content: "HTML";
}
code.javascript::before {
    content: "JS";
}
code.css::before {
    content: "CSS";
}
#mc_embed_signup {
    background: #eeeeee none repeat scroll 0 0;
    max-width: 350px;
    padding: 32px;
}
#mc_embed_signup input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999 #cccccc #cccccc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 18px;
    height: 25px;
    margin-right: 10px;
    padding: 5px;
    transition: all 0.3s ease 0s;
    width: 200px;
}
#mc_embed_signup input[type="email"]:focus {
    background-color: #ffffff;
    border: 1px solid #3169b3;
    box-shadow: 0 0 5px #3169b3;
    outline: 0 none;
}
#mc_embed_signup input[type="submit"] {
    background-color: #3169b3;
    border: 1px solid #3169b3;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: auto;
    padding: 8px 13px;
    vertical-align: top;
    width: auto;
}
.embed-form {
    position: relative;
}
#mc_embed_signup p {
    color: #4f4f4f;
    font-size: 15px;
}
#main-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 2em auto 4em;
    max-width: 800px;
    padding: 0 3em 3em;
    position: relative;
    width: 100%;
}
.white-popup-block {
    background: #ffffff none repeat scroll 0 0;
    margin: 40px auto;
    max-width: 650px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
}
#examples::after {
    content: "to view source click on the title of example";
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-top: 13px;
    opacity: 0.4;
}
.example {
    margin-bottom: 20px;
    position: relative;
}
.example h3 {
    border-bottom: 1px dotted #949494;
    cursor: pointer;
    display: inline-block;
}
.example h3:hover {
    color: #cc0000;
}
.example h3:hover::after {
    color: #999999;
    content: "view source";
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-size: 12px;
    padding-left: 8px;
    position: absolute;
    top: 16px;
}
.square-tmb {
    cursor: pointer;
    margin: 0 10px 0 0;
}
.zoom-cursor {
    cursor: zoom-in;
}
.example a, a.popup-link {
    border-bottom: 1px dotted;
    text-decoration: none;
}
.example a:hover, a.popup-link:hover {
    text-decoration: none;
}
.example a {
    line-height: 26px;
}
.example p a {
    border: 0 none;
    line-height: 1.6;
    text-decoration: underline;
}
#image-gallery a, #single-image {
    border-bottom: medium none;
}
.not-ready-yet-notice {
    background: #eeeeee none repeat scroll 0 0;
    padding: 20px;
}
#footer {
    border-top: 1px solid #dddddd;
    margin: 5em 0 0;
    opacity: 0.9;
    padding-top: 3em;
    text-align: center;
    width: 100%;
}
#conditional-lightbox-notice {
    display: none;
}
#logo-status {
    opacity: 0;
    text-align: center;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}
#logo-status.down {
    opacity: 1;
}
.grid-of-images a {
    border-bottom: 0 none;
    cursor: zoom-in;
    display: block;
    float: left;
    height: 75px;
    margin: 0 5px 5px 0;
    width: 75px;
}
.grid-of-images a:hover {
    opacity: 0.9;
}
h3 em {
    opacity: 0.3;
}
code.def {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #a3a3a3;
    display: block;
    margin-bottom: 8px;
    margin-top: -10px;
    padding: 0;
}
@media all and (max-width: 50em) {
#logo h1 {
    font-size: 52px;
    margin-top: 36px;
}
}
@media all and (max-width: 30em) {
#examples::after {
    display: none;
}
.gc3 {
    width: 100%;
}
.grid-c .gc3:nth-of-type(2n+1) {
    clear: none;
}
#main-wrapper {
    margin-top: 0;
    padding: 1em;
}
.highlight {
    margin: 1em -1em;
    padding: 0.2em 1em;
}
#logo {
    height: 95px;
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
}
#logo h1 {
    font-size: 32px;
    margin-top: 23px;
}
h2.intro {
    font-size: 20px;
}
}
@media all and (max-width: 700px) {
.zoom-cursor {
    cursor: pointer;
}
#conditional-lightbox-notice {
    background: #ffeaea none repeat scroll 0 0;
    display: block;
    padding: 10px;
}
}
#logo-overlay {
    background: #ff0000 none repeat scroll 0 0;
    height: 75px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#mfp-build-tool {
    background: #ffffff none repeat scroll 0 0;
    margin: 10px auto;
    max-width: 500px;
    padding: 30px 40px 40px;
    position: relative;
    text-align: left;
}
#mfp-build-tool h2 {
    margin-bottom: 0.7em;
    margin-top: 0;
}
#mfp-build-form label {
    display: block;
    margin-bottom: 5px;
    min-height: 18px;
    padding-left: 18px;
}
#mfp-build-form input[type="checkbox"] {
    cursor: pointer;
    float: left;
    line-height: normal;
    margin: 3px 5px 3px -18px;
    width: auto;
}
#mfp-build-status {
    min-height: 40px;
}
#mfp-build-status .error {
    color: #830c0c;
}
#mfp-build-status .success {
    color: #014b04;
}
#mfp-build-status .progress {
    color: #000000;
}
#smashing {
    font-weight: 700;
    text-align: center;
}
#smashing a {
    color: #ef4a35;
}
#smashing a:hover {
    color: #ff9369;
}
#smashing strong {
    color: #ef4a35;
}
.smashing-link {
    margin-left: 29px;
    position: relative;
}
.smashing-link::before {
    background: rgba(0, 0, 0, 0) url("http://dimsemenov.com/images/sm-logo-24x24.png") repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 24px;
    left: -28px;
    position: absolute;
    top: -4px;
    width: 24px;
}
#hackernews {
    margin-left: 24px;
}
#hackernews::before {
    background: rgba(0, 0, 0, 0) url("http://dimsemenov.com/images/hn-logo-18x18.gif") repeat scroll 0 0;
    height: 18px;
    left: -22px;
    top: -1px;
    width: 18px;
}
.share-buttons {
    text-align: center;
}
.share-buttons h2 {
    border: 0 none;
    text-align: center;
}
.share-buttons {
    margin: 70px 0;
    position: relative;
}
.share-buttons a {
    background: #5aaf63 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin: 10px;
    padding: 10px 20px;
    text-decoration: none;
}
.share-buttons a:hover {
    opacity: 0.7;
}
#tweet {
    background: #0096c4 none repeat scroll 0 0;
}
#like {
    background: #3b5998 none repeat scroll 0 0;
}
#gplus {
    background: #d34836 none repeat scroll 0 0;
}
#vkcom {
    background: #6e8fb1 none repeat scroll 0 0;
}
pre .comment, pre .diff .header, pre .javadoc, pre .template_comment {
    color: #999988;
    font-style: italic;
}
pre .css .rule .keyword, pre .javascript .title, pre .keyword, pre .nginx .title, pre .request, pre .status, pre .subst, pre .winutils {
    color: #333333;
    font-weight: 700;
}
pre .hexcolor, pre .number, pre .ruby .constant {
    color: #009999;
}
pre .phpdoc, pre .string, pre .tag .value, pre .tex .formula {
    color: #d01040;
}
pre .id, pre .title {
    color: #990000;
    font-weight: 700;
}
pre .clojure .title, pre .javascript .title, pre .lisp .title, pre .subst {
    font-weight: 400;
}
pre .class .title, pre .haskell .type, pre .tex .command, pre .vhdl .literal {
    color: #445588;
    font-weight: 700;
}
pre .django .tag .keyword, pre .rules .property, pre .tag, pre .tag .title {
    color: #000080;
    font-weight: 400;
}
pre .attribute, pre .lisp .body, pre .variable {
    color: #008080;
}
pre .regexp {
    color: #009926;
}
pre .class {
    color: #445588;
    font-weight: 700;
}
pre .built_in, pre .clojure .built_in, pre .lisp .title {
    color: #0086b3;
}
pre .cdata, pre .doctype, pre .pi, pre .preprocessor, pre .shebang {
    color: #999999;
    font-weight: 700;
}
pre .deletion {
    background: #ffdddd none repeat scroll 0 0;
}
pre .addition {
    background: #ddffdd none repeat scroll 0 0;
}
pre .diff .change {
    background: #0086b3 none repeat scroll 0 0;
}
pre .chunk {
    color: #aaaaaa;
}
#documentation-intro {
    background: #2b2b2b none repeat scroll 0 0;
    margin-bottom: 3em;
    margin-left: -3em;
    padding: 3em;
    text-align: center;
    width: 100%;
}
#documentation-intro h1 {
    color: #ffffff;
    font-size: 44px;
    line-height: 1.1em;
    text-align: center;
    width: 100%;
}
#id1 {
    display: none;
}
#documentation-intro h1 a {
    color: #ffffff;
    text-decoration: none;
}
#documentation-intro p a {
    color: #7cb5ff;
    font-size: 15px;
}
#documentation-intro a:hover {
    opacity: 0.75;
    text-decoration: underline;
}
.hll {
    background-color: #ffffcc;
}
.c {
    color: #999988;
    font-style: italic;
}
.err {
    background-color: #e3d2d2;
    color: #a61717;
}
.k, .o {
    color: #000000;
    font-weight: 700;
}
.cm {
    color: #999988;
    font-style: italic;
}
.cp {
    color: #999999;
    font-style: italic;
    font-weight: 700;
}
.c1 {
    color: #999988;
    font-style: italic;
}
.cs {
    color: #999999;
    font-style: italic;
    font-weight: 700;
}
.gd {
    background-color: #ffdddd;
    color: #000000;
}
.ge {
    color: #000000;
    font-style: italic;
}
.gr {
    color: #aa0000;
}
.gh {
    color: #999999;
}
.gi {
    background-color: #ddffdd;
    color: #000000;
}
.go {
    color: #888888;
}
.gp {
    color: #555555;
}
.gs {
    font-weight: 700;
}
.gu {
    color: #aaaaaa;
}
.gt {
    color: #aa0000;
}
.kc, .kd, .kn, .kp, .kr {
    color: #000000;
    font-weight: 700;
}
.kt {
    color: #445588;
    font-weight: 700;
}
.m {
    color: #009999;
}
.s {
    color: #d01040;
}
.na {
    color: #008080;
}
.nb {
    color: #0086b3;
}
.nc {
    color: #445588;
    font-weight: 700;
}
.no {
    color: #008080;
}
.nd {
    color: #3c5d5d;
    font-weight: 700;
}
.ni {
    color: #800080;
}
.ne, .nf, .nl {
    color: #990000;
    font-weight: 700;
}
.nn {
    color: #555555;
}
.nt {
    color: #000080;
}
.nv {
    color: #008080;
}
.ow {
    color: #000000;
    font-weight: 700;
}
.w {
    color: #bbbbbb;
}
.mf, .mh, .mi, .mo {
    color: #009999;
}
.s2, .sb, .sc, .sd, .se, .sh, .si, .sx {
    color: #d01040;
}
.sr {
    color: #009926;
}
.s1 {
    color: #d01040;
}
.ss {
    color: #990073;
}
.bp {
    color: #999999;
}
.vc, .vg, .vi {
    color: #008080;
}
.il {
    color: #009999;
}
.mfp-bg {
    background: #0b0b0b none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}
.mfp-wrap {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0 none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043;
}
.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.mfp-container::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container::before {
    display: none;
}
.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -moz-user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: #ffffff;
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow, button.mfp-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: 0 none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}
button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.mfp-close {
    color: #ffffff;
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333333;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #ffffff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;
}
.mfp-counter {
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.mfp-arrow {
    height: 110px;
    margin: -55px 0 0;
    opacity: 0.65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow::after, .mfp-arrow::before {
    border: medium inset rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0;
}
.mfp-arrow .mfp-a, .mfp-arrow::after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b, .mfp-arrow::before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left::after {
    border-right: 17px solid #ffffff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left::before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right::after {
    border-left: 17px solid #ffffff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b, .mfp-arrow-right::before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.mfp-iframe-scaler iframe {
    background: #000000 none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure::after {
    background: #444444 none repeat scroll 0 0;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.mfp-title {
    color: #f3f3f3;
    line-height: 18px;
    overflow-wrap: break-word;
    padding-right: 36px;
    text-align: left;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure::after {
    bottom: 0;
    top: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
    transform: scale(0.75);
}
.mfp-arrow-left {
    transform-origin: 0 50% 0;
}
.mfp-arrow-right {
    transform-origin: 100% 50% 0;
}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    padding-top: 0;
    right: 0;
    top: 0;
}
