html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

audio {
  width: 100%; }

html {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@-webkit-keyframes progress-background {
  from {
    background-position: left; }

  to {
    background-position: 52px 0; } }

@-moz-keyframes progress-background {
  from {
    background-position: left; }

  to {
    background-position: 52px 0; } }

@keyframes progress-background {
  from {
    background-position: left; }

  to {
    background-position: 52px 0; } }

html {
  -webkit-text-size-adjust: none; }

body {
  color: #757b7f;
  font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-top: 53px;
  background-color: white; }

body.noir {
  background-color: black; }

a:link, a:visited {
  color: #4888cc;
  text-decoration: none; }

.hidden {
  display: none; }

.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
  padding: 13px 14px 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 15px; }
  .button strong {
    font-weight: bold; }
  .button.primary {
    background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
    background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
    background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
    background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
    .button.primary:active {
      background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
      background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
      background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
      background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }
    .button.primary strong {
      color: white; }
  .button.disabled {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(#eaeaea, #e9e9e9);
    background-image: -moz-linear-gradient(#eaeaea, #e9e9e9);
    background-image: -o-linear-gradient(#eaeaea, #e9e9e9);
    background-image: linear-gradient(#eaeaea, #e9e9e9);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(117, 123, 126, 0.4);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .button.disabled strong {
      color: rgba(117, 123, 126, 0.6); }
  .button.waiting {
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), -webkit-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), -moz-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), -o-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress-15ccb221e3ff8453516d6f1ed34176ab.png), linear-gradient(to top, #e5e8e9 0%, #e5e8e9 100%);
    -webkit-animation-name: progress-background;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: progress-background;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    animation-name: progress-background;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.05);
    background-repeat: repeat-x, repeat-x; }

.noir .button.primary {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15); }

.noir .button.disabled {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.2); }
  .noir .button.disabled strong {
    color: rgba(255, 255, 255, 0.4); }

.noir .button.disabled {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1); }

.noir .button.waiting {
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), -webkit-linear-gradient(bottom, #333333 0%, #222222 100%);
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), -moz-linear-gradient(bottom, #333333 0%, #111111 100%);
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), -o-linear-gradient(bottom, #333333 0%, #111111 100%);
  background-image: url(/assets/progress-noir-d00688f4a7d62978f0ec5f97b9628977.png), linear-gradient(to top, #222222 0%, #222222 100%);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
  text-shadow: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .button.waiting {
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), -webkit-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), -moz-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), -o-linear-gradient(bottom, #e5e8e9 0%, #e5e8e9 100%);
    background-image: url(/assets/progress@2x-858ad20add78d9c91aa3f63aaf195f2d.png), linear-gradient(to top, #e5e8e9 0%, #e5e8e9 100%);
    background-size: 50px 44px, 100% 100%; }

  .noir .button.waiting {
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), -webkit-linear-gradient(bottom, #222222 0%, black 100%);
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), -moz-linear-gradient(bottom, #222222 0%, black 100%);
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), -o-linear-gradient(bottom, #222222 0%, black 100%);
    background-image: url(/assets/progress-noir@2x-d0031c22c0d71d6199608aa1c7c5b9a8.png), linear-gradient(to top, #222222 0%, black 100%);
    background-size: 50px 44px, 100% 100%; } }
.wrapper {
  max-width: 640px;
  margin: 30px auto 18px;
  padding: 0 16px; }

#download, #uploading {
  text-align: center; }

#download .file-type, #uploading .file-type {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/assets/document-860b0f7f547362dc017e51031767130a.png) center top no-repeat;
  color: #e5e8e9;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  height: 173px;
  margin-bottom: 33px;
  padding-top: 70px;
  text-transform: uppercase;
  text-shadow: 0 -1px #d3d6d9; }

.noir #download .file-type,
.noir #uploading .file-type {
  color: #333333;
  text-shadow: none;
  background: url(/assets/document-noir-3850b42eb71d454d21b8fc85d0cd945e.png) center top no-repeat; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #download .file-type, #uploading .file-type {
    background-image: url(/assets/document@2x-a90158884940a3f908e4c268469343ba.png);
    background-size: 124px 173px; }

  .noir #download .file-type, .noir #uploading .file-type {
    background-image: url(/assets/document-noir@2x-1a05eaca1e6383b3bdfb494ffc86d479.png);
    background-size: 124px 173px; } }
#download .file-type span.extension {
  width: 100px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap; }
#download p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  margin-top: 20px; }

#uploading p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin-top: 20px; }

.noir #download p, .noir #uploading p {
  color: rgba(255, 255, 255, 0.4); }

#markdown {
  font: 15px "ff-tisa-web-pro", Georgia, serif;
  line-height: 2;
  padding-bottom: 20px;
  color: #5d6164; }
  #markdown h1, #markdown h2, #markdown h3, #markdown h4, #markdown h5, #markdown h6 {
    margin: 20px 0; }
  #markdown h1:first-child, #markdown h2:first-child, #markdown h3:first-child, #markdown h4:first-child, #markdown h5:first-child, #markdown h6:first-child {
    margin-top: 0; }
  #markdown h1 {
    font-size: 32px;
    line-height: 1; }
  #markdown h2, #markdown h3, #markdown h4, #markdown h5 {
    font-weight: bold; }
  #markdown h2 {
    border-bottom: 1px solid #dfe0e1;
    font-size: 22px; }
  #markdown h3 {
    font-size: 18px; }
  #markdown h4 {
    font-size: 16px; }
  #markdown h5 {
    font-size: 14px; }
  #markdown p {
    margin-bottom: 20px; }
  #markdown ul, #markdown ol {
    padding-left: 20px;
    margin-bottom: 20px; }
  #markdown ul {
    list-style-type: disc; }
  #markdown ol {
    list-style-type: decimal; }
  #markdown ul ul, #markdown ol ol {
    margin: 0; }
  #markdown code {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfe0e1;
    font-family: Menlo, Monaco, monospace;
    font-size: 13px;
    padding: 1px 6px;
    white-space: nowrap;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
  #markdown pre {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfe0e1;
    font: 13px/18px Menlo, Monaco, monospace;
    margin-bottom: 30px;
    overflow-x: auto;
    padding: 12px;
    margin-top: 0;
    -webkit-font-smoothing: subpixel-antialiased; }
    #markdown pre code {
      background: transparent;
      border: none;
      font-size: 1em;
      padding: 0; }
  #markdown blockquote {
    border-left: 3px solid #dfe0e1;
    color: #999999;
    margin-bottom: 15px;
    padding-left: 17px; }
  #markdown a:link, #markdown a:visited {
    color: #4888cc;
    font-weight: normal;
    text-decoration: none; }
  #markdown a:hover {
    text-decoration: underline; }
  #markdown strong {
    font-weight: bold; }
  #markdown em {
    font-style: italic; }
  #markdown hr {
    background: #dfe0e1;
    border: 0;
    height: 1px;
    margin: 29px 0 30px 0; }
  #markdown img {
    max-width: 100%; }
    #markdown img.emoji {
      vertical-align: middle; }

.noir #markdown {
  color: rgba(255, 255, 255, 0.9); }
  .noir #markdown a:link, .noir #markdown a:visited {
    color: #70a2d7; }
  .noir #markdown h2 {
    border-color: #44484a; }
  .noir #markdown pre, .noir #markdown code {
    border-color: #44484a; }

#image.wrapper {
  max-width: 100%; }
#image img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

body.zoomed-out #image img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
body.zoomed-in #image img {
  max-width: none;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.brand-header {
  padding: 25px 16px 25px !important; }

#header {
  color: #222222;
  line-height: 18px;
  padding: 16px;
  position: fixed;
  background: -webkit-linear-gradient(top, white 0%, #f8fbfc 100%) white;
  background: -moz-linear-gradient(top, white 0%, #f8fbfc 100%) white;
  background: -ms-linear-gradient(top, white 0%, #f8fbfc 100%) white;
  background: linear-gradient(to bottom, white 0%, #f8fbfc 100%) white;
  left: 0;
  right: 0;
  top: 0; }
  #header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(top, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.15) 100%);
    background-image: -moz-linear-gradient(top, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.15) 100%);
    background-image: -ms-linear-gradient(top, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.15) 100%); }
  #header .custom-brand {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    left: 18px;
    position: absolute;
    width: 50px;
    z-index: 1;
    font-weight: 500;
    top: 9px; }
  #header .brand {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background: url(/assets/logo-00e6b57f6646530aca859eb5ab10cf3d.png) left center no-repeat;
    left: 18px;
    position: absolute;
    width: 26px;
    z-index: 1;
    font-weight: 500;
    top: 16px; }
  #header h2 {
    color: rgba(117, 123, 126, 0.6);
    margin: 0 auto;
    padding: 0 190px;
    position: relative;
    text-align: center;
    white-space: nowrap; }
    #header h2 span.truncate {
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 90%;
      color: #444444; }

.noir #header {
  color: white;
  background: #1a1a1a; }
  .noir #header::after {
    opacity: 0.5; }
  .noir #header .brand {
    background: -webkit-linear-gradient(white 0%, #999999 100%) repeat-x;
    background: linear-gradient(white 0%, #999999 100%) repeat-x;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .noir #header .brand::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: 18px;
      background: url(/assets/logo-noir-04c0e54bb24123abda5f2199a6389ac7.png) left center no-repeat; }

@media only screen and (min-width: 700px) {
  #header .brand {
    padding-left: 36px;
    text-indent: 0;
    width: auto; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #header .brand {
    background-image: url(/assets/logo@2x-94ea697678fa5ffc85e253f6a5a47ec2.png);
    background-size: 26px 18px; }

  .noir #header .brand::after {
    background-image: url(/assets/logo-noir@2x-f3072937bfccfb2e9dee18042660af35.png); } }
header h2 span {
  display: inline-block;
  vertical-align: top; }

.noir #header h2 {
  color: rgba(255, 255, 255, 0.5); }
  .noir #header h2 strong {
    color: white;
    background: -webkit-linear-gradient(white 0%, #999999 100%) repeat-x;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

@media only screen and (max-width: 700px) {
  #header h2 {
    padding: 0 56px 0 50px; } }
#header h2 strong {
  color: #222222;
  font-weight: bold;
  background: -webkit-linear-gradient(#111111 0%, #666666 100%) repeat-x;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2px;
  padding-right: 0;
  text-rendering: optimizeLegibility; }
#header .menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 140px;
  text-align: right; }
  #header .menu .trigger {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background-image: url(/assets/menu-e0b21d7724c1a6f66f1ba7fc93d84ef4.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    height: 100%;
    width: 60px;
    opacity: 0.5;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }
#header .trigger:hover {
  opacity: 0.8; }
#header .menu.showing:hover .trigger, #header .menu .trigger.triggered {
  opacity: 1; }
#header .menu .drop-down {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(59, 67, 77, 0.1), 0 2px 6px rgba(59, 67, 77, 0.15);
  background: white;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 46px;
  width: 160px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity ease 0.3s, -webkit-transform ease 0.3s;
  -moz-transition: opacity ease 0.3s, -moz-transform ease 0.3s;
  transition: opacity ease 0.3s, transform ease 0.3s;
  text-align: left; }
  #header .menu .drop-down.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    pointer-events: auto; }
  #header .menu .drop-down li {
    border-top: 1px solid #e9e9e9;
    position: relative; }
    #header .menu .drop-down li a:link, #header .menu .drop-down li a:visited {
      display: block;
      font-size: 13px;
      font-weight: 500;
      padding: 6px 12px 8px; }
    #header .menu .drop-down li a:hover {
      background: #f7fbfc; }
    #header .menu .drop-down li:first-child {
      border-top: none; }
      #header .menu .drop-down li:first-child a {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px; }
    #header .menu .drop-down li:last-child a {
      -moz-border-radius-bottomleft: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      padding-bottom: 8px; }
    #header .menu .drop-down li a small {
      font-weight: 400;
      font-size: 12px;
      position: absolute;
      top: 8px;
      right: 10px;
      color: rgba(117, 123, 126, 0.4);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.05);
      padding: 1px 5px;
      line-height: 13px;
      border-radius: 3px;
      background-color: white;
      opacity: 0;
      display: none;
      -webkit-transition: opacity ease 0.3s;
      transition: opacity ease 0.3s; }

.noir #header .menu .trigger {
  background-image: url(/assets/menu-noir-16f3b8b44b9fa5b1e59ae44eefbc65fe.png);
  opacity: 0.7; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #header .menu .trigger {
    background-image: url(/assets/menu@2x-b08e1d3ba35f12be927d0d5bb424e3ac.png);
    background-size: 23px 5px; }

  .noir #header .menu .trigger {
    background-image: url(/assets/menu-noir@2x-b6644ffe0b9c4cd674189fc216ad607b.png); } }
/*#header .menu .drop-down li a:hover small {
 *  opacity: 1;
 *} */
.highlight {
  color: black; }
  .highlight .hll {
    background-color: #ffffcc;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .c {
    color: #adadad;
    background-color: white; }
  .highlight .err, .highlight .g {
    color: black;
    background-color: white; }
  .highlight .k {
    color: #61862f;
    background-color: white; }
  .highlight .l, .highlight .n, .highlight .o, .highlight .x, .highlight .p {
    color: black;
    background-color: white; }
  .highlight .cm {
    color: #adadad;
    background-color: white; }
  .highlight .cp {
    color: #61862f;
    background-color: white; }
  .highlight .c1, .highlight .cs {
    color: #adadad;
    background-color: white; }
  .highlight .gd {
    color: #f25454;
    background-color: white; }
  .highlight .ge {
    color: black;
    text-decoration: underline;
    background-color: white; }
  .highlight .gr {
    color: black;
    background-color: white; }
  .highlight .gh {
    color: black;
    font-weight: bold;
    background-color: white; }
  .highlight .gi {
    color: black;
    font-weight: bold;
    background-color: #a1e85d;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .go {
    color: #e0e0e0;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .gp, .highlight .gs {
    color: black;
    background-color: white; }
  .highlight .gu {
    color: black;
    font-weight: bold;
    background-color: white; }
  .highlight .gt {
    color: black;
    background-color: white; }
  .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr {
    color: #61862f;
    background-color: white; }
  .highlight .kt {
    color: #3a1d72;
    background-color: white; }
  .highlight .ld {
    color: black;
    background-color: white; }
  .highlight .m {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .s {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .na {
    color: #61862f;
    background-color: white; }
  .highlight .nb, .highlight .nc {
    color: black;
    background-color: white; }
  .highlight .no {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .nd, .highlight .ni, .highlight .ne {
    color: black;
    background-color: white; }
  .highlight .nf {
    color: #61862f;
    background-color: white; }
  .highlight .nl {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .nn, .highlight .nx, .highlight .py {
    color: black;
    background-color: white; }
  .highlight .nt {
    color: #61862f;
    background-color: white; }
  .highlight .nv {
    color: #6700b9;
    background-color: white; }
  .highlight .ow {
    color: #626fc9;
    background-color: white; }
  .highlight .w {
    color: black;
    background-color: white; }
  .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .highlight .bp {
    color: black;
    background-color: white; }
  .highlight .vc, .highlight .vg, .highlight .vi {
    color: #6700b9;
    background-color: white; }
  .highlight .il {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }

.noir .highlight {
  background-color: #222222;
  border-radius: 3px; }
  .noir .highlight .hll {
    background-color: #ffffcc;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .c {
    color: #adadad;
    background-color: #222222; }
  .noir .highlight .err, .noir .highlight .g {
    color: white;
    background-color: #222222; }
  .noir .highlight .k {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .l, .noir .highlight .n, .noir .highlight .o, .noir .highlight .x, .noir .highlight .p {
    color: white;
    background-color: #222222; }
  .noir .highlight .cm {
    color: #adadad;
    background-color: #222222; }
  .noir .highlight .cp {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .c1, .noir .highlight .cs {
    color: #adadad;
    background-color: #222222; }
  .noir .highlight .gd {
    color: #f25454;
    background-color: #222222; }
  .noir .highlight .ge {
    color: white;
    text-decoration: underline;
    background-color: #222222; }
  .noir .highlight .gr {
    color: white;
    background-color: #222222; }
  .noir .highlight .gh {
    color: white;
    font-weight: bold;
    background-color: #222222; }
  .noir .highlight .gi {
    color: white;
    font-weight: bold;
    background-color: #a1e85d;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .go {
    color: #e0e0e0;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .gp, .noir .highlight .gs {
    color: white;
    background-color: #222222; }
  .noir .highlight .gu {
    color: white;
    font-weight: bold;
    background-color: #222222; }
  .noir .highlight .gt {
    color: white;
    background-color: #222222; }
  .noir .highlight .kc, .noir .highlight .kd, .noir .highlight .kn, .noir .highlight .kp, .noir .highlight .kr {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .kt {
    color: #3a1d72;
    background-color: #222222; }
  .noir .highlight .ld {
    color: white;
    background-color: #222222; }
  .noir .highlight .m {
    color: #7653c1;
    background-color: #222222; }
  .noir .highlight .s {
    color: #bc670f;
    background-color: #222222; }
  .noir .highlight .na {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .nb, .noir .highlight .nc {
    color: white;
    background-color: #222222; }
  .noir .highlight .no {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .nd, .noir .highlight .ni, .noir .highlight .ne {
    color: white;
    background-color: #222222; }
  .noir .highlight .nf {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .nl {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .nn, .noir .highlight .nx, .noir .highlight .py {
    color: white;
    background-color: #222222; }
  .noir .highlight .nt {
    color: #61862f;
    background-color: #222222; }
  .noir .highlight .nv {
    color: #6700b9;
    background-color: #222222; }
  .noir .highlight .ow {
    color: #626fc9;
    background-color: #222222; }
  .noir .highlight .w {
    color: white;
    background-color: #222222; }
  .noir .highlight .mf, .noir .highlight .mh, .noir .highlight .mi, .noir .highlight .mo {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .sb, .noir .highlight .sc, .noir .highlight .sd, .noir .highlight .s2, .noir .highlight .se, .noir .highlight .sh, .noir .highlight .si, .noir .highlight .sx, .noir .highlight .sr, .noir .highlight .s1, .noir .highlight .ss {
    color: #bc670f;
    background-color: #fffdf7;
    border-radius: 3px;
    padding: 0 2px; }
  .noir .highlight .bp {
    color: white;
    background-color: #222222; }
  .noir .highlight .vc, .noir .highlight .vg, .noir .highlight .vi {
    color: #6700b9;
    background-color: #222222; }
  .noir .highlight .il {
    color: #7653c1;
    background-color: #f3f2ff;
    border-radius: 3px;
    padding: 0 2px; }

/* =text inputs & text areas
 *---------------------------------------------- */
input, textarea, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px/18px "Helvetica Neue", Helvetica, sans-serif;
  color: #757b7f; }

input[type='text'], input[type='email'], input[type='password'] {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(116, 181, 248, 0);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-transition: border ease 0.2s, box-shadow ease 0.2s;
  -moz-transition: border ease 0.2s, box-shadow ease 0.2s;
  transition: border ease 0.2s, box-shadow ease 0.2s; }

textarea {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px rgba(116, 181, 248, 0);
  border-radius: 4px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-transition: border ease 0.2s, box-shadow ease 0.2s;
  -moz-transition: border ease 0.2s, box-shadow ease 0.2s;
  transition: border ease 0.2s, box-shadow ease 0.2s; }

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus {
  outline: none;
  border: 1px solid #81b4e9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px #74b5f8; }

textarea:focus {
  outline: none;
  border: 1px solid #81b4e9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 4px #74b5f8; }

/* =blue
 *---------------------------------------------- */
.blue {
  border: none;
  cursor: pointer; }

a.button.blue:link, a.button.blue:visited {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
a.button.blue.large {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 8px 20px 10px 20px;
  border-radius: 8px; }

button.blue, input[type='submit'].blue {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  button.blue.large, input[type='submit'].blue.large {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 8px 20px 10px 20px;
    border-radius: 8px; }

a.button.blue:hover, button.blue:hover, input[type='submit'].blue:hover {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

a.button.blue:focus, button.blue:focus, input[type='submit'].blue:focus {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

a.button.blue:active, a.button.blue.active {
  background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }

button.blue:active, input[type='submit'].blue:active {
  background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }

#ouibounce-modal .modal {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5; }
  #ouibounce-modal .modal .logo {
    margin-top: 25px; }
  #ouibounce-modal .modal h3 {
    margin: 18px 0;
    font-size: 22px; }
  #ouibounce-modal .modal form {
    margin: 25px 90px 12px 90px;
    text-align: left; }
  #ouibounce-modal .modal label {
    display: block;
    font-weight: bold;
    margin: 0 0 2px 0; }
  #ouibounce-modal .modal input {
    width: 350px; }
  #ouibounce-modal .modal .submit {
    padding: 7px 0;
    width: 361px;
    max-width: none;
    margin: 5px 0 0 0;
    font-weight: bold; }

/*    ------------------  modal flag drop   ----------------------- */
.block {
  display: block; }

.hidden {
  display: none; }

button.blue {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

button.blue:hover {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

button.blue:focus {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%); }

button.blue:active {
  background-image: -webkit-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -moz-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: -ms-linear-gradient(top, #3a79c3 0%, #5a8ecd 100%);
  background-image: linear-gradient(to bottom, #3a79c3 0%, #5a8ecd 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(0, 0, 0, 0.15); }

button {
  background-image: -webkit-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -moz-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: -ms-linear-gradient(top, #77b0e0 0%, #3574c1 100%);
  background-image: linear-gradient(to bottom, #77b0e0 0%, #3574c1 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 6px 20px 8px;
  border-radius: 5px;
  text-align: left;
  border: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.clear {
  clear: both; }

.flag-drop {
  display: none; }

#flag-drop.mask .mask_content {
  display: block; }

#flag-drop {
  width: 600px;
  margin: 0 auto;
  position: relative; }
  #flag-drop .mask_content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 100000; }
    #flag-drop .mask_content .spinner {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -10px;
      font-size: 16px;
      color: #575757; }
  #flag-drop .mfp-close:hover {
    opacity: 1; }
  #flag-drop .mfp-close {
    width: 20px;
    height: 20px;
    opacity: 0.7;
    position: absolute;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    background: url(/assets/ico_dialog_close-218acc2f6e5e5cc26c7cbab9e15296e3.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
    text-indent: 200px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.dialog {
  background: #fafafa;
  width: 100%;
  border-radius: 3px;
  min-height: 300px; }

.dialog-title {
  padding: 15px 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative; }
  .dialog-title h2 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    padding-left: 34px;
    background-size: 24px;
    background-position: left center;
    background-image: url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png);
    background-repeat: no-repeat; }

.dialog-content {
  padding: 0 30px 20px;
  font-size: 14px; }
  .dialog-content a {
    color: #4888cc;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500; }
  .dialog-content .label {
    display: block;
    margin: 20px 0 4px;
    font-weight: 500; }
    .dialog-content .label span {
      color: #999999;
      font-weight: 400;
      font-size: 13px; }
  .dialog-content .label-inline {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px; }
  .dialog-content input[type="text"], .dialog-content input[type="email"] {
    padding: 2px 5px;
    height: 34px;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box; }
  .dialog-content .w100 {
    width: 100%; }
  .dialog-content .half {
    width: 245px;
    padding-right: 10px; }
  .dialog-content textarea {
    min-height: 70px;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-size: 14px; }
  .dialog-content .error-help {
    margin-top: 3px;
    display: none;
    color: #a94442;
    font-size: 12px; }
  .dialog-content .error input {
    border: 1px solid #a94442; }
  .dialog-content .error label {
    color: #a94442; }
  .dialog-content .error .error-help {
    display: block; }

/*   -----    flash notification  --------- */
.flash_notification {
  position: fixed;
  top: 65px;
  left: 50%;
  background: white;
  border-radius: 5px;
  padding: 10px 20px;
  width: 300px;
  margin-left: -150px;
  z-index: 1000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center; }

.flash_notification.error {
  background: #ffe2e1;
  color: #ce0000;
  border: 1px solid #f0afad; }

.flash_notification.success {
  color: #54753f;
  background: #d2f7bc;
  border: 1px solid #a5df7d; }

/*  ----------  icon flag  ------ */
.icon_flag {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  cursor: pointer;
  background-size: 20px;
  background-position: center center;
  background-image: url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png);
  background-repeat: no-repeat;
  border: 1px solid transparent;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.icon_flag:hover {
  background: -webkit-linear-gradient(top, white 0%, #f8fbfc 100%) url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png);
  background: -moz-linear-gradient(top, white 0%, #f8fbfc 100%) url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png);
  background: -ms-linear-gradient(top, white 0%, #f8fbfc 100%) url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png);
  background: linear-gradient(to bottom, white 0%, #f8fbfc 100%) url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png);
  box-shadow: 0 0 0 1px rgba(59, 67, 77, 0.05), 0 2px 6px rgba(59, 67, 77, 0.1);
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.icon_flag:active {
  background: url(/assets/ico_dialog_abuse-28d3face7ce25f56d5b56e83a6aec2f9.png) #f8fbfc;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(59, 67, 77, 0.05), 0 0px 0px rgba(59, 67, 77, 0.1); }
